/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  max-height: 100%;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
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="datetime"]: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="datetime"]::-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="datetime"]::-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="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.box-tocart .action.tocart {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.widget .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.box-tocart .input-text.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.filtered .item .action.remove,
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.filtered .item .action.remove:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.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 {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images: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,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.sidebar .product-items-images: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,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
.form-address-edit .actions-toolbar .action.vertex-secondary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.box-tocart .action.tocart {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.block.related .action.select,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.block.related .action.select: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.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.block.related .action.select: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.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions,
.box-tocart {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-wishlist .counter,
.block-compare .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Gxy/default/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Gxy/default/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Gxy/default/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Gxy/default/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Gxy/default/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Gxy/default/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Gxy/default/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Gxy/default/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #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-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Gxy/default/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Gxy/default/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Gxy/default/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  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;
}
.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amblog-author-info .amblog-content {
  word-wrap: break-word;
  word-break: break-word;
  padding: 25px;
  text-align: center;
}
.ie11 .amblog-author-info .amblog-content {
  word-break: break-all;
}
.amblog-author-info .amblog-image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.amblog-author-info .amblog-name {
  margin: 0;
  color: #333333;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.3rem;
}
.amblog-author-info .amblog-job {
  margin: 5px 0 0;
  color: #999999;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.amblog-author-info .amblog-description {
  margin: 10px 0 0;
  color: #333333;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.amblog-author-info .amblog-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  margin: calc(-120px / 2 + -25px) auto 15px;
  min-width: 120px;
  width: 120px;
  height: 120px;
  border: 4px solid #fff;
  border-radius: 100%;
  background: #f4f6f8 center / 120px no-repeat;
}
.amblog-author-info .amblog-image-wrapper.-placeholder {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0iYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiPjxjaXJjbGUgY3g9IjYwIiBjeT0iNjAiIHI9IjYwIiBmaWxsPSIjQUFBIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiIGZpbGw9IiNEN0Q5REQiPjxwYXRoIGQ9Ik02MC4wMDYgMzJjLTEzLjcyNSAwLTI0Ljk0NSAxMS4yMS0yNC45NDUgMjQuOTI1IDAgMTMuNzE0IDExLjIyIDI0LjkyNSAyNC45NDUgMjQuOTI1czI0Ljk0NS0xMS4yMSAyNC45NDUtMjQuOTI1Qzg0Ljk1MSA0My4yMTEgNzMuNzMxIDMyIDYwLjAwNiAzMnpNMTAyLjgxNiAxMDEuNzdjLS42NTMtMS42MzMtMS41MjUtMy4xNTYtMi41MDUtNC41NzItNS4wMTEtNy40LTEyLjc0NS0xMi4yOTktMjEuNDYtMTMuNDk2LTEuMDg4LS4xMDktMi4yODcuMTA5LTMuMTU4Ljc2Mi00LjU3NSAzLjM3NC0xMC4wMjIgNS4xMTUtMTUuNjg2IDUuMTE1LTUuNjY1IDAtMTEuMTExLTEuNzQxLTE1LjY4Ni01LjExNS0uODcyLS42NTMtMi4wNy0uOTgtMy4xNi0uNzYyYTMwLjc4NCAzMC43ODQgMCAwMC0yMS40NTggMTMuNDk2Yy0uOTggMS40MTYtMS44NTIgMy4wNDgtMi41MDYgNC41NzItLjMyNi42NTMtLjIxOCAxLjQxNS4xMSAyLjA2OC44NyAxLjUyNCAxLjk2IDMuMDQ4IDIuOTQgNC4zNTRhNDEuNDE4IDQxLjQxOCAwIDAwNS4wMTEgNS42NmMxLjUyNSAxLjUyMyAzLjI2OCAyLjkzOCA1LjAxIDQuMzUzIDguNjA2IDYuNDIyIDE4Ljk1NSA5Ljc5NiAyOS42MyA5Ljc5NnMyMS4wMjMtMy4zNzQgMjkuNjI5LTkuNzk2YTQ3Ljk1NyA0Ny45NTcgMCAwMDUuMDEtNC4zNTNjMS43NDQtMS43NDIgMy40ODYtMy41OTIgNS4wMTItNS42NiAxLjA4OS0xLjQxNSAyLjA2OS0yLjgzIDIuOTQxLTQuMzU0LjU0NC0uNjUzLjY1My0xLjQxNS4zMjYtMi4wNjh6Ii8+PC9nPjwvc3ZnPg==');
}
.amblog-author-info .amblog-social-container.amblog-list,
.amblog-element-block[data-set='sidebar-author'] .amblog-author-info .amblog-social-container.amblog-list,
.amblog-item[data-set='content-author'] .amblog-author-info .amblog-social-container.amblog-list,
.amblog-post-container .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container.amblog-list,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container.amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] .amblog-author-info .amblog-social-container.amblog-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 0;
}
.amblog-author-info .amblog-social-container.amblog-list .amblog-icon {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  background-size: 18px;
}
.amblog-author-info .amblog-social-container.amblog-list .amblog-icon:hover {
  filter: brightness(1.2);
}
.amblog-author-info .amblog-social-container.amblog-list .amblog-icon.-facebook {
  background-color: #1877f2;
  background-position: 50% 100%;
  background-size: 17px;
}
.amblog-author-info .amblog-social-container.amblog-list .amblog-icon.-twitter {
  background-color: #55acee;
}
.amblog-author-info .amblog-social-container.amblog-list .amblog-icon.-linkedin {
  background-color: #0077b5;
}
.amblog-author-info .amblog-social-container.amblog-list .amblog-social {
  width: 40px;
  height: 40px;
}
.amblog-index-author .desktop-block.amblog-element-block:first-of-type,
.amblog-index-author .desktop-block.amblog-post-container .amblog-widget-container:first-of-type,
.amblog-index-author .desktop-block.amblog-grid-list > .amblog-item .amblog-widget-container:first-of-type,
.amblog-index-author .desktop-block.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container:first-of-type {
  margin-top: 60px;
}
.amblog-index-author .amblog-swipe.-left,
.amblog-index-author .amblog-swipe.-right {
  top: 0;
}
.amblog-index-author .amblog-article-title {
  color: #333333;
  letter-spacing: -.025em;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 4.8rem;
}
.amblog-main-content .amblog-author-info .amblog-title {
  display: none;
}
.right .amblog-element-block[data-set='sidebar-author'],
.left .amblog-element-block[data-set='sidebar-author'],
.right .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-post-container .amblog-widget-container[data-set='sidebar-author'],
.right .amblog-grid-list > .amblog-item .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-grid-list > .amblog-item .amblog-widget-container[data-set='sidebar-author'],
.right .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'],
.left .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set='sidebar-author'] {
  padding: 0;
}
.amblog-index-author .page-main > .page-title-wrapper .page-title {
  display: none;
}
.amblog-disabled {
  color: red;
}
.amblog_views_label,
.amblog_likes_label,
.amblog_dislikes_label {
  font-weight: 600;
  line-height: 3.2rem;
}
.amblog-hidden {
  color: grey;
}
.amblog-published {
  color: green;
}
.amblog-scheduled {
  color: grey;
}
.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  min-height: 300px;
}
#amblog_canvas_container {
  max-width: 400px;
  max-height: 400px;
}
.tag-list.cloud-enabled .amblog-item {
  display: none;
}
.amblog-post-list .block-title strong {
  font-weight: 600;
}
.amblog-loader {
  background: url('../../frontend/Magento/blank/en_US/Amasty_Blog/images/ajax-loader.gif') no-repeat scroll 50% 0 transparent;
  height: 11px;
  width: 16px;
  margin: 0 auto;
}
.word-wrap {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.amblog-index-index .page-title,
.amblog-index-post .page-title {
  margin-bottom: 0;
  padding-right: 50px;
  font-size: 40px;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.mobile {
  display: none;
}
.mobile .mobile-block {
  display: none;
}
.mobile.two-columns-right .content,
.mobile.two-columns-left .content {
  position: relative;
}
.amblog-main-content {
  padding-top: 40px;
}
.amblog-main-content > .amblog-item {
  margin-bottom: 30px;
}
.amblog-main-content > .amblog-item:last-child {
  margin-bottom: 0;
}
.amblog-main-content .amblog-btn {
  height: auto;
}
.amblog-aside-right,
.amblog-aside-left {
  position: fixed;
  z-index: 1000;
  top: 0;
  display: none;
  width: 300px;
  height: 100vh;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  overflow-y: scroll;
}
.amblog-aside-right.active,
.amblog-aside-left.active {
  display: block;
}
.amblog-aside-right .amblog-close,
.amblog-aside-left .amblog-close {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 0 25px 15px;
}
.amblog-aside-right .amblog-close:before,
.amblog-aside-left .amblog-close:before,
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 13px;
  background: #333333;
}
.amblog-aside-right .amblog-close:before,
.amblog-aside-left .amblog-close:before {
  transform: rotate(45deg);
}
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  transform: rotate(-45deg);
}
.amblog-aside-right {
  right: 0;
}
.amblog-aside-left {
  left: 0;
}
.amblog-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(60, 60, 60, 0.3);
}
.amblog-index-index .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  font-size: 14px;
  font-weight: 600;
  color: #0e6bd7;
}
.amblog-index-index .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #0e6bd7;
}
.amblog-cloud-tags {
  width: auto;
}
.amblog-cloud-tags .amblog-cloud {
  width: 100%;
}
.amblog-author-container,
.amblog-post-container .amblog-item.-author,
.amblog-post-container .amblog-item.-comments,
.amblog-post-container .amblog-item.-print,
.amblog-element-block .amblog-author,
.amblog-comment-content .amblog-author,
.amblog-grid-list > .amblog-item .amblog-item.-author,
.amblog-grid-list > .amblog-item .amblog-item.-comments,
.amblog-grid-list > .amblog-item .amblog-item.-print,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-print,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  line-height: 25px;
  font-size: 14px;
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.amblog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amblog-svg {
  position: relative;
  top: 7px;
  min-width: 25px;
  margin-right: 10px;
}
.amblog-svg.user {
  width: 25px;
  height: 25px;
}
.amblog-svg.comment {
  top: 6px;
  width: 25px;
  height: 24px;
}
.amblog-svg.print {
  width: 21px;
  min-width: auto;
  height: 24px;
}
.amblog-svg.-classic {
  fill: #499bf8;
}
.amblog-svg.-red {
  fill: #ef5350;
}
.amblog-svg.-green {
  fill: #43a047;
}
.amblog-svg.-blue {
  fill: #3f51b5;
}
.amblog-svg.-grey {
  fill: #bdbdbd;
}
.amblog-svg.-purple {
  fill: #9c27b0;
}
.amblog-swipe.-left,
.amblog-swipe.-right {
  position: absolute;
  top: -45px;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s 0.3s ease-in-out;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiM0OTlCRjgiLz48cGF0aCBkPSJNMjIuOTEgMTVoLTYuODAyYy0uNjEyIDAtMS4xMDguNTE5LTEuMTA4IDEuMTU5djYuN2MwIC42NC40OTYgMS4xNTkgMS4xMDggMS4xNTloNi44MDFjLjYxMiAwIDEuMTA5LS41MiAxLjEwOS0xLjE1OXYtNi43YzAtLjY0LS40OTctMS4xNTktMS4xMDktMS4xNTl6TTM0LjA0MyAxNWgtNi44Yy0uNjEzIDAtMS4xMS41MTktMS4xMSAxLjE1OXY2LjdjMCAuNjQuNDk3IDEuMTU5IDEuMTEgMS4xNTloNi44Yy42MTIgMCAxLjEwOC0uNTIgMS4xMDgtMS4xNTl2LTYuN2MwLS42NC0uNDk2LTEuMTU5LTEuMTA4LTEuMTU5ek0yMi45MSAyNS45ODJoLTYuODAyYy0uNjEyIDAtMS4xMDguNTItMS4xMDggMS4xNTl2Ni43YzAgLjY0LjQ5NiAxLjE1OSAxLjEwOCAxLjE1OWg2LjgwMWMuNjEyIDAgMS4xMDktLjUxOSAxLjEwOS0xLjE1OXYtNi43YzAtLjY0LS40OTctMS4xNTktMS4xMDktMS4xNTl6TTM0LjA0MyAyNS45ODJoLTYuOGMtLjYxMyAwLTEuMTEuNTItMS4xMSAxLjE1OXY2LjdjMCAuNjQuNDk3IDEuMTU5IDEuMTEgMS4xNTloNi44Yy42MTIgMCAxLjEwOC0uNTE5IDEuMTA4LTEuMTU5di02LjdjMC0uNjQtLjQ5Ni0xLjE1OS0xLjEwOC0xLjE1OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.2);
}
.amblog-post-container,
.amblog-main-content .amblog-search,
.amblog-grid-list > .amblog-item,
.amblog-grid-list .slick-slide .amblog-item {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.amblog-post-container:last-child,
.amblog-grid-list > .amblog-item:last-child,
.amblog-grid-list .slick-slide .amblog-item:last-child {
  margin-bottom: 0;
}
.amblog-post-container .amblog-tags,
.amblog-grid-list > .amblog-item .amblog-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  margin: 20px 0;
  padding: 0 15px;
}
.amblog-post-container .amblog-tag,
.amblog-element-block .amblog-tag,
.amblog-grid-list > .amblog-item .amblog-tag,
.amblog-grid-list .slick-slide .amblog-item .amblog-tag,
.amblog-post-container .amblog-widget-container .amblog-tag,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-tag,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-tag {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 3px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #de3078;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.amblog-post-container .amblog-tag:last-child,
.amblog-element-block .amblog-tag:last-child,
.amblog-grid-list > .amblog-item .amblog-tag:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-tag:last-child,
.amblog-post-container .amblog-widget-container .amblog-tag:last-child,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-tag:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-tag:last-child {
  margin-right: 0;
}
.amblog-post-container .amblog-tag:hover,
.amblog-element-block .amblog-tag:hover,
.amblog-grid-list > .amblog-item .amblog-tag:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-tag:hover,
.amblog-post-container .amblog-widget-container .amblog-tag:hover,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-tag:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-tag:hover {
  text-decoration: none;
}
.amblog-post-container .amblog-title,
.amblog-grid-list > .amblog-item .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-title {
  margin: 0 0 20px;
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.amblog-post-container .amblog-image,
.amblog-grid-list > .amblog-item .amblog-image,
.amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 4px;
}
.amblog-post-container .amblog-content,
.amblog-grid-list > .amblog-item .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  margin-top: 15px;
  padding: 0 15px 15px;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list > .amblog-item .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px -15px;
}
.amblog-post-container .amblog-headline,
.amblog-grid-list > .amblog-item .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline {
  color: #333333;
}
.amblog-post-container .amblog-headline:hover,
.amblog-grid-list > .amblog-item .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover {
  color: #0e6bd7;
}
.amblog-post-container .amblog-shot,
.amblog-grid-list > .amblog-item .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
  margin: 15px 0;
  font-size: 16px;
  color: #333333;
}
.amblog-post-container .amblog-shot > p,
.amblog-post-container .amblog-content > p,
.amblog-grid-list > .amblog-item .amblog-shot > p,
.amblog-grid-list > .amblog-item .amblog-content > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.amblog-post-container .amblog-bottom,
.amblog-grid-list > .amblog-item .amblog-bottom,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  margin-top: 20px;
}
.amblog-post-container .amblog-date,
.amblog-grid-list > .amblog-item .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-date {
  margin-right: 15px;
  font-size: 14px;
  color: #999999;
}
.amblog-post-container .amblog-views,
.amblog-grid-list > .amblog-item .amblog-views,
.amblog-grid-list .slick-slide .amblog-item .amblog-views {
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
}
.amblog-post-container .amblog-footer,
.amblog-grid-list > .amblog-item .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item .amblog-footer {
  padding: 15px 15px 20px;
}
.amblog-post-container .amblog-features,
.amblog-grid-list > .amblog-item .amblog-features,
.amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-post-container .amblog-features.-post,
.amblog-grid-list > .amblog-item .amblog-features.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
  padding: 15px 15px 20px;
}
.amblog-post-container .amblog-item,
.amblog-grid-list > .amblog-item .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-item {
  margin: 5px 31px 5px 0;
}
.amblog-post-container .amblog-item.-print,
.amblog-grid-list > .amblog-item .amblog-item.-print,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-print {
  margin: 0 0 0 auto;
  white-space: nowrap;
}
.amblog-post-container .amblog-category,
.amblog-grid-list > .amblog-item .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-category {
  margin: 5px 30px 5px 0;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.amblog-post-container .amblog-item.-author-posts,
.amblog-grid-list > .amblog-item .amblog-item.-author-posts,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  margin: 5px 30px 5px 0;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.amblog-post-container .amblog-read,
.amblog-grid-list > .amblog-item .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 9px 0;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #0e6bd7;
}
.amblog-post-container .amblog-arrow,
.amblog-grid-list > .amblog-item .amblog-arrow,
.amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amblog-recent-post {
  display: flex;
}
.amblog-recent-post .amblog-recent-post-image-wrapper {
  margin-right: 5%;
  vertical-align: top;
  min-width: 20%;
}
.amblog-element-block,
.amblog-post-container .amblog-widget-container,
.amblog-grid-list > .amblog-item .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  display: block;
  border-bottom: 1px solid #e9e9e9;
}
.amblog-element-block .amblog-btn,
.amblog-post-container .amblog-widget-container .amblog-btn,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-btn,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-btn {
  height: auto;
}
.amblog-element-block .amblog-list,
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.amblog-element-block .amblog-empty,
.amblog-post-container .amblog-widget-container .amblog-empty,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-empty,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-empty {
  padding: 20px;
}
.amblog-element-block .amblog-title,
.amblog-main-content .amblog-search .amblog-title,
.amblog-post-container .amblog-widget-container .amblog-title,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title {
  position: relative;
  padding: 20px 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0e6bd7;
}
.amblog-element-block .amblog-title:before,
.amblog-element-block .amblog-title:after,
.amblog-post-container .amblog-widget-container .amblog-title:before,
.amblog-post-container .amblog-widget-container .amblog-title:after,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title:before,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after {
  content: '';
  position: absolute;
  top: 30px;
  height: 2px;
  width: 10px;
  background: #0e6bd7;
}
.amblog-element-block .amblog-title:before,
.amblog-post-container .amblog-widget-container .amblog-title:before,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title:before,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before {
  right: 26px;
  transform: rotate(45deg);
}
.amblog-element-block .amblog-title:after,
.amblog-post-container .amblog-widget-container .amblog-title:after,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after {
  right: 20px;
  transform: rotate(-45deg);
}
.amblog-element-block .amblog-title.active,
.amblog-post-container .amblog-widget-container .amblog-title.active,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title.active,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title.active {
  border-bottom: 1px solid #e9e9e9;
}
.amblog-element-block .amblog-title.active:before,
.amblog-post-container .amblog-widget-container .amblog-title.active:before,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title.active:before,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title.active:before {
  transform: rotate(-45deg);
}
.amblog-element-block .amblog-title.active:after,
.amblog-post-container .amblog-widget-container .amblog-title.active:after,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title.active:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title.active:after {
  transform: rotate(45deg);
}
.amblog-element-block .amblog-item,
.amblog-element-block .amblog-categories.-level1 > .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-item,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category {
  margin-bottom: 0;
  padding: 15px 25px;
  border-bottom: 1px solid #e9e9e9;
}
.amblog-element-block .amblog-item:last-child,
.amblog-element-block .amblog-categories.-level1 > .amblog-category:last-child,
.amblog-post-container .amblog-widget-container .amblog-item:last-child,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-item:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item:last-child,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category:last-child,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category:last-child {
  border-bottom: none;
}
.amblog-element-block .amblog-item.-search,
.amblog-element-block .amblog-categories.-level1 > .amblog-category.-search,
.amblog-post-container .amblog-widget-container .amblog-item.-search,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-item.-search,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-search,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category.-search,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category.-search,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category.-search {
  padding: 20px 20px;
}
.amblog-element-block .amblog-item.-comment:hover,
.amblog-element-block .amblog-categories.-level1 > .amblog-category.-comment:hover,
.amblog-post-container .amblog-widget-container .amblog-item.-comment:hover,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-item.-comment:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item.-comment:hover,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category.-comment:hover,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category.-comment:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category.-comment:hover {
  background: #f1f8ff;
}
.amblog-element-block .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.amblog-element-block .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover {
  color: #0e6bd7;
}
.amblog-element-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-date,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date {
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-date.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-date.-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-element-block .amblog-thesis,
.amblog-post-container .amblog-widget-container .amblog-thesis,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-thesis,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis {
  margin: 5px 0;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.amblog-element-block .amblog-thesis:last-child,
.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-thesis:last-child {
  margin-bottom: 0;
}
.amblog-element-block .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-comment,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-comment,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-comment {
  margin: 10px 0;
  font-style: italic;
  font-size: 16px;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.amblog-element-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  margin-top: 5px;
}
.sidebar-main .amblog-element-block .amblog-title:before,
.sidebar-main .amblog-element-block .amblog-title:after,
.sidebar-main .amblog-post-container .amblog-widget-container .amblog-title:before,
.sidebar-main .amblog-post-container .amblog-widget-container .amblog-title:after,
.sidebar-main .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title:before,
.sidebar-main .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title:after,
.sidebar-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before,
.sidebar-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after {
  display: none;
}
.amblog-element-block .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.amblog-element-block .amblog-categories.-level1 .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 .amblog-categories {
  padding-left: 20px;
}
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link {
  font-weight: normal;
}
.amblog-element-block .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level1 > .amblog-category > .amblog-link {
  font-weight: 600;
}
.amblog-element-block .amblog-categories.-level3 .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-link,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-link,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-link {
  font-size: 14px;
}
.amblog-element-block .amblog-categories.-level2 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level2 .amblog-category {
  margin: 10px 0 0;
}
.amblog-element-block .amblog-categories.-level3 .amblog-category,
.amblog-post-container .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories.-level3 .amblog-category {
  margin-top: 5px;
}
.amblog-form-search .amblog-field {
  position: relative;
  margin-bottom: 10px;
}
.amblog-form-search .amblog-field:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1Ljc1NyAxNC41NzNsLTMuOTQ0LTMuOTZhNi4zMDcgNi4zMDcgMCAwIDAgMS41Ny00LjE1M0MxMy4zODIgMi44OTggMTAuMzggMCA2LjY5IDAgMy4wMDEgMCAwIDIuODk4IDAgNi40NnMzLjAwMiA2LjQ2IDYuNjkxIDYuNDZhNi43ODQgNi43ODQgMCAwIDAgMy44MzQtMS4xNjlsMy45NzQgMy45OWMuMTY2LjE2Ny4zOS4yNTkuNjI5LjI1OWEuODg1Ljg4NSAwIDAgMCAuNjA1LS4yMzUuODIzLjgyMyAwIDAgMCAuMDI0LTEuMTkyek02LjY5IDEuNjg1YzIuNzI3IDAgNC45NDYgMi4xNDIgNC45NDYgNC43NzUgMCAyLjYzMy0yLjIxOSA0Ljc3NS00Ljk0NiA0Ljc3NVMxLjc0NiA5LjA5MyAxLjc0NiA2LjQ2YzAtMi42MzMgMi4yMTgtNC43NzUgNC45NDUtNC43NzV6IiBmaWxsPSIjQTRBM0EzIi8+PC9zdmc+);
}
.amblog-form-search .amblog-input-wrapper {
  display: inline-block;
  width: 100%;
}
.amblog-form-search .amblog-input,
.amblog-form-comment .amblog-input {
  width: 100%;
  height: 100%;
  padding: 9px 10px 9px 36px;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #e9e9e9;
  background: #f9f9f9;
  color: #525252;
}
.amblog-form-search .amblog-input::-webkit-input-placeholder,
.amblog-form-comment .amblog-input::-webkit-input-placeholder {
  color: #525252;
}
.amblog-form-search .amblog-input::-moz-placeholder,
.amblog-form-comment .amblog-input::-moz-placeholder {
  color: #525252;
}
.amblog-form-search .amblog-input:-ms-input-placeholder,
.amblog-form-comment .amblog-input:-ms-input-placeholder {
  color: #525252;
}
.amblog-form-search .amblog-input:focus,
.amblog-form-comment .amblog-input:focus {
  border: 1px solid #499bf8;
  background: #f1f8ff;
  box-shadow: none;
}
.amblog-form-search .amblog-input:focus:focus::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:focus:focus::-webkit-input-placeholder {
  color: transparent;
}
.amblog-form-search .amblog-input:focus:focus::-moz-placeholder,
.amblog-form-comment .amblog-input:focus:focus::-moz-placeholder {
  color: transparent;
}
.amblog-form-search .amblog-input:focus:focus:-ms-input-placeholder,
.amblog-form-comment .amblog-input:focus:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-form-search .amblog-btn,
.amblog-form-comment .amblog-btn {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  box-shadow: none;
  background: #0e6bd7;
}
.amblog-form-search .amblog-btn:hover {
  background: #185eaf;
}
.amblog-main-content .amblog-search {
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
}
.amblog-main-content .amblog-search .amblog-item {
  padding: 20px 15px;
}
.amblog-main-content .amblog-search .amblog-title {
  padding: 15px 15px;
  border-bottom: 1px solid #e9e9e9;
}
.amblog-grid-list {
  padding: 0;
  list-style: none;
}
.amblog-grid-list > .amblog-item,
.amblog-grid-list .slick-slide .amblog-item {
  width: 100%;
}
.amblog-grid-list .amblog-item.-comments {
  white-space: nowrap;
}
.amblog-grid-list .image {
  border-radius: 4px;
}
.amblog-social-container,
.amblog-element-block[data-set="sidebar-author"],
.amblog-item[data-set="content-author"],
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"],
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"],
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] {
  padding: 15px 15px 0;
}
.amblog-social-container .amblog-list,
.amblog-element-block[data-set="sidebar-author"] .amblog-list,
.amblog-item[data-set="content-author"] .amblog-list,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-list,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.amblog-social-container .amblog-social,
.amblog-element-block[data-set="sidebar-author"] .amblog-social,
.amblog-item[data-set="content-author"] .amblog-social,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-social,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-social,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-social {
  display: block;
  width: 25px;
  height: 25px;
}
.amblog-social-container .amblog-icon,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon,
.amblog-item[data-set="content-author"] .amblog-icon,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon {
  width: 25px;
  height: 25px;
  margin: 0 15px 5px 0;
  border-radius: 50%;
  background-color: #888888;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.amblog-social-container .amblog-icon:hover,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon:hover,
.amblog-item[data-set="content-author"] .amblog-icon:hover,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon:hover,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon:hover {
  background-color: #585858;
}
.amblog-social-container .amblog-icon.-twitter,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-twitter,
.amblog-item[data-set="content-author"] .amblog-icon.-twitter,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-twitter,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-twitter,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-twitter {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODMyIDEyLjMwMmguMTk2Yy4xMzQgMCAuMjgxLS4wMzMuMzM0LS4wMzZhOC4zNjMgOC4zNjMgMCAwIDAgMS42My0uMjY5YzEuNzI2LS40NDcgMy4xNjUtMS4yODkgNC4zMTYtMi41NiAxLjQyLTEuNTU3IDIuMTg2LTMuNDAxIDIuMjYzLTUuNDZ2LS41MDFjMC0uMTA4LjAzOS0uMjg3LjIxMS0uNDEyLjI1LS4xNjEuNDgtLjM1OC42OS0uNTU1LS4yNDkuMDUzLS40NzkuMDktLjcxLjEwN2EuNDAzLjQwMyAwIDAgMS0uNDAyLS4yMzMuMzMuMzMgMCAwIDEgLjE1NC0uNDExYy4yODctLjE4LjUzNy0uMzc2Ljc0OC0uNjA5LS4zNDYuMTI1LS42OS4yMTUtMS4wNTUuMjg2YS41NTcuNTU3IDAgMCAxLS40OTktLjE0M0MxMi4wMzcuODggMTEuMjMxLjYzIDEwLjI3Mi43MDFhMi44ODIgMi44ODIgMCAwIDAtMS41OTIuNjQ0Yy0uNjMzLjUyLS45NTkgMS4xNDYtMS4wMTYgMS45MTYtLjAyLjI1IDAgLjUwMS4wNTcuNzE2YS4zNTYuMzU2IDAgMCAxLS4wOTYuMzc2LjQyNi40MjYgMCAwIDEtLjM2NC4xMDdoLS4wMzljLS41MTctLjAzNi0uOTk3LS4wOS0xLjQxOS0uMTc5QTkuNTAyIDkuNTAyIDAgMCAxIC41ODYgMS41NiAyLjU3OSAyLjU3OSAwIDAgMCAuNDkgMy4wODJjLjE3My42OC41NTYgMS4yMzUgMS4yMDggMS42ODMuMTM1LjA5LjE5Mi4yNS4xMzUuNDExYS40MS40MSAwIDAgMS0uMzY1LjI1MWMtLjM0NSAwLS42OS0uMDcyLTEuMDM1LS4xOC4wOTUuNDQ5LjI4Ny44NDIuNTk0IDEuMi40NDEuNTAyLjk3OC44MjQgMS42ODguOTg1YS4zNS4zNSAwIDAgMSAuMjg4LjM0YzAgLjE2MS0uMTE1LjMwNS0uMjg4LjM1OGE0LjA5IDQuMDkgMCAwIDEtLjk0LjEyNmMuNTE4Ljg1OSAxLjM0MyAxLjMwNyAyLjQ5NCAxLjM5NmEuNDE0LjQxNCAwIDAgMSAuMzQ1LjI1Yy4wNTcuMTQ0IDAgLjI4Ny0uMTM0LjM5NWE3LjE1MiA3LjE1MiAwIDAgMS0yLjQzNiAxLjE0NSA4LjY2NCA4LjY2NCAwIDAgMS0xLjE1MS4yMTUgOC4zMDIgOC4zMDIgMCAwIDAgMS42MTEuNDg0Yy40Ni4wOS44NjMuMTYgMS4yNjYuMTZoMS4wNjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.amblog-social-container .amblog-icon.-facebook,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-facebook,
.amblog-item[data-set="content-author"] .amblog-icon.-facebook,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-facebook,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-facebook,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDggMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNjk4NzQgMC4wMDMxMjFMNS43Nzk5MSAwQzMuNjI0MTYgMCAyLjIzMTAyIDEuNDQ4OTIgMi4yMzEwMiAzLjY5MTUyVjUuMzkzNTZIMC4zMDE3MTlDMC4xMzUwMDQgNS4zOTM1NiAwIDUuNTMwNTcgMCA1LjY5OTU3VjguMTY1NjNDMCA4LjMzNDYzIDAuMTM1MTU4IDguNDcxNDkgMC4zMDE3MTkgOC40NzE0OUgyLjIzMTAyVjE0LjY5NDFDMi4yMzEwMiAxNC44NjMxIDIuMzY2MDMgMTUgMi41MzI3NCAxNUg1LjA0OTkzQzUuMjE2NjUgMTUgNS4zNTE2NSAxNC44NjMgNS4zNTE2NSAxNC42OTQxVjguNDcxNDlINy42MDc0NkM3Ljc3NDE3IDguNDcxNDkgNy45MDkxOCA4LjMzNDYzIDcuOTA5MTggOC4xNjU2M0w3LjkxMDEgNS42OTk1N0M3LjkxMDEgNS42MTg0MyA3Ljg3ODI0IDUuNTQwNzEgNy44MjE3NCA1LjQ4MzI5QzcuNzY1MjUgNS40MjU4NiA3LjY4ODI4IDUuMzkzNTYgNy42MDgyMyA1LjM5MzU2SDUuMzUxNjVWMy45NTA3MkM1LjM1MTY1IDMuMjU3MjMgNS41MTQ2NyAyLjkwNTE4IDYuNDA1ODIgMi45MDUxOEw3LjY5ODQ0IDIuOTA0NzJDNy44NjUgMi45MDQ3MiA4IDIuNzY3NyA4IDIuNTk4ODZWMC4zMDg5NzlDOCAwLjE0MDI4OSA3Ljg2NTE1IDAuMDAzNDMzMSA3LjY5ODc0IDAuMDAzMTIxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.amblog-social-container .amblog-icon.-vkontakte,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-vkontakte,
.amblog-item[data-set="content-author"] .amblog-icon.-vkontakte,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-vkontakte,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-vkontakte,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-vkontakte {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuOTIgOC4xMjhhMS4wNjkgMS4wNjkgMCAwIDAtLjA1LS4xMDNjLS4yNi0uNDkzLS43NTgtMS4wOTgtMS40OTItMS44MTVsLS4wMTYtLjAxNi0uMDA3LS4wMDgtLjAwOC0uMDA5aC0uMDA4YTkuMzA0IDkuMzA0IDAgMCAxLS42MzMtLjY3M2MtLjE2MS0uMjItLjE5Ny0uNDQtLjExLS42NjYuMDYzLS4xNy4yOTgtLjUyOC43MDQtMS4wNzUuMjEzLS4yOS4zODItLjUyMy41MDctLjY5OEMxNC43MDggMS44MDUgMTUuMSAxIDE0Ljk4LjY1bC0uMDQ3LS4wODJjLS4wMy0uMDUtLjExMi0uMDk0LS4yNDItLjEzNmExLjE3MSAxLjE3MSAwIDAgMC0uNS0uMDJsLTIuMjQ5LjAxNmEuMjc4LjI3OCAwIDAgMC0uMTU2LjAwNGwtLjEwMi4wMjUtLjAzOS4wMi0uMDMuMDI1YS4zNTQuMzU0IDAgMCAwLS4wODcuMDg3LjU3Mi41NzIgMCAwIDAtLjA3OC4xNDMgMTMuNzE2IDEzLjcxNiAwIDAgMS0uODM1IDEuODQ4Yy0uMTkzLjM0LS4zNy42MzQtLjUzMi44ODMtLjE2LjI1LS4yOTYuNDMzLS40MDYuNTUtLjEwOS4xMTgtLjIwOC4yMTItLjI5Ni4yODQtLjA4OS4wNzEtLjE1Ny4xMDEtLjIwMy4wOWE1LjUwMiA1LjUwMiAwIDAgMS0uMTMzLS4wMzMuNTM3LjUzNyAwIDAgMS0uMTc2LS4yMDEuOTM2LjkzNiAwIDAgMS0uMDktLjMyIDMuNzA2IDMuNzA2IDAgMCAxLS4wMjMtLjcyN2MuMDA1LS4xNy4wMDgtLjI4NS4wMDgtLjM0NSAwLS4yMDguMDA0LS40MzQuMDExLS42NzhsLjAyLS41NzljLjAwNS0uMTQyLjAwOC0uMjkzLjAwOC0uNDUyIDAtLjE1OC0uMDEtLjI4My0uMDI4LS4zNzNhMS4zMjUgMS4zMjUgMCAwIDAtLjA4MS0uMjYzLjQzNy40MzcgMCAwIDAtLjE2LS4xOTcuODc4Ljg3OCAwIDAgMC0uMjYyLS4xMTFBNC45NSA0Ljk1IDAgMCAwIDcuMjE2IDBjLS45NjgtLjAxLTEuNTkuMDU1LTEuODY2LjE5Ny0uMTEuMDYtLjIwOC4xNDMtLjI5Ny4yNDctLjA5NC4xMi0uMTA3LjE4Ni0uMDQuMTk3LjMxMy4wNDkuNTM1LjE2Ny42NjUuMzUzbC4wNDcuMDk4Yy4wMzYuMDcyLjA3My4xOTguMTEuMzc4YTQgNCAwIDAgMSAuMDcuNmMuMDI1LjQuMDI1Ljc0MiAwIDEuMDI2LS4wMjcuMjg1LS4wNTEuNTA3LS4wNzUuNjY2YTEuMzg0IDEuMzg0IDAgMCAxLS4yLjU2Ni4xMzguMTM4IDAgMCAxLS4wMzguMDQxLjU2LjU2IDAgMCAxLS4yMTEuMDQyYy0uMDczIDAtLjE2MS0uMDM5LS4yNjYtLjExNmExLjkxMyAxLjkxMyAwIDAgMS0uMzI0LS4zMTYgNC4yMzEgNC4yMzEgMCAwIDEtLjM3OC0uNTYyIDkuOTkgOS45OSAwIDAgMS0uNDM4LS44NTRsLS4xMjUtLjIzOWEyMC45NSAyMC45NSAwIDAgMS0uMzItLjY2OSAxMy4yNSAxMy4yNSAwIDAgMS0uMzYtLjg1LjU0LjU0IDAgMCAwLS4xODctLjI2M0wyLjk0NC41MThBLjc5OC43OTggMCAwIDAgMi42NC4zOTVMLjUuNDEyQy4yODIuNDEyLjEzNC40NjQuMDU2LjU2OEwuMDIzLjYxN0EuMjc3LjI3NyAwIDAgMCAwIC43NDhjMCAuMDYuMDE2LjEzNS4wNDcuMjIyYTI3Ljc0IDI3Ljc0IDAgMCAwIDEuMDE5IDIuMjM0Yy4zNjcuNzE3LjY4NiAxLjI5NS45NTcgMS43MzMuMjcuNDM4LjU0Ni44NTEuODI4IDEuMjQuMjguMzg5LjQ2Ny42MzguNTU4Ljc0Ny4wOTEuMTEuMTYzLjE5Mi4yMTUuMjQ3bC4xOTUuMTk3Yy4xMjUuMTMxLjMwOC4yODkuNTUuNDcyLjI0My4xODQuNTEuMzY0LjgwNS41NDIuMjk0LjE3OC42MzcuMzIzIDEuMDI3LjQzNS4zOS4xMTMuNzcuMTU4IDEuMTQuMTM2aC44OThjLjE4My0uMDE2LjMyLS4wNzcuNDE0LS4xOGwuMDMxLS4wNDJhLjU2LjU2IDAgMCAwIC4wNTktLjE1Mi44NzUuODc1IDAgMCAwIC4wMjctLjIyNSAyLjg0MSAyLjg0MSAwIDAgMSAuMDUxLS42MzdjLjAzOS0uMTg5LjA4My0uMzMxLjEzMy0uNDI3YTEuMDQ5IDEuMDQ5IDAgMCAxIC4zLS4zNjEuNDk5LjQ5OSAwIDAgMSAuMDYzLS4wMjljLjEyNS0uMDQ0LjI3Mi0uMDAxLjQ0MS4xMjcuMTcuMTMuMzI4LjI4OC40NzcuNDc3LjE0OC4xODkuMzI3LjQuNTM1LjYzNi4yMDguMjM2LjM5LjQxLjU0Ni41MjZsLjE1Ny4wOTljLjEwNC4wNjUuMjQuMTI2LjQwNi4xOGEuODM1LjgzNSAwIDAgMCAuNDM3LjA0MWwyLS4wMzJjLjE5NyAwIC4zNTEtLjAzNS40Ni0uMTAzLjExLS4wNjkuMTc1LS4xNDQuMTk1LS4yMjZhLjY2OS42NjkgMCAwIDAgLjAwNC0uMjggMS4wNjggMS4wNjggMCAwIDAtLjA1NS0uMjE3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amblog-social-container .amblog-icon.-digg,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-digg,
.amblog-item[data-set="content-author"] .amblog-icon.-digg,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-digg,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-digg,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-digg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuMDIyIDB2M0gwdjZINC43MjJWMGgtMS43ek0xLjcgNy41di0zaDEuMzIydjNIMS43ek01LjEgM2gxLjd2Nkg1LjFWM3ptMC0zaDEuN3YxLjY4OEg1LjFWMHptNi45ODkgM0g3LjU1NnY2aDIuODMzdjEuMzEzSDcuNTU2VjEyaDQuNTMzVjN6TTkuMjU2IDcuNXYtM2gxLjEzM3YzSDkuMjU2ek0xNyAzaC00LjUzM3Y2aDMuMDIydjEuMzEzaC0zLjAyMlYxMkgxN1Yzem0tMS41MTEgNC41aC0xLjMyMnYtM2gxLjMyMnYzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amblog-social-container .amblog-icon.-pinterest,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-pinterest,
.amblog-item[data-set="content-author"] .amblog-icon.-pinterest,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-pinterest,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-pinterest,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-pinterest {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41NzM0MSAxLjQzNDY0QzguNjEwMDMgMC41MDk1MiA3LjI3NjgzIDAgNS44MTk0MSAwQzMuNTkzMTIgMCAyLjIyMzg1IDAuOTEyODgyIDEuNDY3MjIgMS42Nzg2NUMwLjUzNDcyNSAyLjYyMjM3IDAgMy44NzU0NSAwIDUuMTE2NjRDMCA2LjY3NTA1IDAuNjUxNjM3IDcuODcxMTggMS43NDI4OSA4LjMxNjE4QzEuODE2MTUgOC4zNDYyMSAxLjg4OTg2IDguMzYxMzMgMS45NjIxMyA4LjM2MTMzQzIuMTkyMzQgOC4zNjEzMyAyLjM3NDc1IDguMjEwNjUgMi40Mzc5NSA3Ljk2ODk0QzIuNDc0NzggNy44MzAyNyAyLjU2MDE0IDcuNDg4MTkgMi41OTcyNSA3LjMzOTY3QzIuNjc2NjkgNy4wNDY0IDIuNjEyNSA2LjkwNTM0IDIuNDM5MjYgNi43MDExQzIuMTIzNjQgNi4zMjc1NCAxLjk3NjY3IDUuODg1OCAxLjk3NjY3IDUuMzEwOUMxLjk3NjY3IDMuNjAzMjYgMy4yNDc4IDEuNzg4MzggNS42MDM3MyAxLjc4ODM4QzcuNDczMDYgMS43ODgzOCA4LjYzNDI3IDIuODUxMTcgOC42MzQyNyA0LjU2MTk3QzguNjM0MjcgNS42NDE1NiA4LjQwMTggNi42NDEzNyA3Ljk3OTU3IDcuMzc3MzNDNy42ODYxNiA3Ljg4ODcgNy4xNzAyMSA4LjQ5ODI4IDYuMzc4MTUgOC40OTgyOEM2LjAzNTYzIDguNDk4MjggNS43Mjc5NiA4LjM1NzU0IDUuNTMzODEgOC4xMTIxN0M1LjM1MDQxIDcuODgwMjEgNS4yODk5NyA3LjU4MDU3IDUuMzYzNzIgNy4yNjgyOUM1LjQ0NzA1IDYuOTE1NDUgNS41NjA2NyA2LjU0NzQgNS42NzA2MyA2LjE5MTU4QzUuODcxMTggNS41NDE3MyA2LjA2MDc3IDQuOTI3OTUgNi4wNjA3NyA0LjQzODI1QzYuMDYwNzcgMy42MDA2NCA1LjU0NiAzLjAzNzg0IDQuNzc5OTMgMy4wMzc4NEMzLjgwNjM2IDMuMDM3ODQgMy4wNDM2MyA0LjAyNjk4IDMuMDQzNjMgNS4yODk3MkMzLjA0MzYzIDUuOTA5MDEgMy4yMDgxNyA2LjM3MjIgMy4yODI2NSA2LjU1MDA2QzMuMTYgNy4wNjk4OCAyLjQzMTA5IDEwLjE2MDMgMi4yOTI4MyAxMC43NDNDMi4yMTI4OCAxMS4wODMyIDEuNzMxMjkgMTMuNzcwMSAyLjUyODQxIDEzLjk4NDRDMy40MjQwMyAxNC4yMjUxIDQuMjI0NTggMTEuNjA4MiA0LjMwNjA2IDExLjMxMjVDNC4zNzIwOSAxMS4wNzIgNC42MDMxNyAxMC4xNjI3IDQuNzQ0NzcgOS42MDM2NkM1LjE3NzEyIDEwLjAyMDMgNS44NzMyNiAxMC4zMDE5IDYuNTUwNjMgMTAuMzAxOUM3LjgyNzU4IDEwLjMwMTkgOC45NzU5OCA5LjcyNzA3IDkuNzg0MyA4LjY4MzQyQzEwLjU2ODIgNy42NzExNSAxMSA2LjI2MDI2IDExIDQuNzEwODRDMTEgMy40OTk1NCAxMC40OCAyLjMwNTM5IDkuNTczNDEgMS40MzQ2NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
}
.amblog-social-container .amblog-icon.-blogger,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-blogger,
.amblog-item[data-set="content-author"] .amblog-icon.-blogger,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-blogger,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-blogger,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-blogger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjY1NiA0LjU4SDkuMjgxYy0uMTkyIDAtLjM0NC0uMTY5LS4zNDQtLjM4MnYtLjc2NEM4LjkzOCAxLjU0MiA3LjU1IDAgNS44NDUgMGgtMi43NUMxLjM4OSAwIDAgMS41NDIgMCAzLjQzNHY2LjEzMkMwIDExLjQ1OCAxLjM4OSAxMyAzLjA5NCAxM2g0LjgxMkM5LjYxMSAxMyAxMSAxMS40NTggMTEgOS41NjZWNC45NmMwLS4yMTQtLjE1MS0uMzgyLS4zNDQtLjM4MnptLTQuNDY5LS4zODJjMCAuMjEzLS4xNS4zODEtLjM0My4zODFoLTIuNzVjLS4xOTMgMC0uMzQ0LS4xNjgtLjM0NC0uMzgxdi0uNzY0YzAtLjIxMy4xNTEtLjM4MS4zNDQtLjM4MWgyLjc1Yy4xOTIgMCAuMzQzLjE2OC4zNDMuMzgxdi43NjR6TTIuNzUgOC44MDJjMC0uMjEzLjE1MS0uMzgxLjM0NC0uMzgxaDQuODEyYy4xOTMgMCAuMzQ0LjE2OC4zNDQuMzgxdi43NjRjMCAuMjEzLS4xNTEuMzgxLS4zNDQuMzgxSDMuMDk0Yy0uMTkzIDAtLjM0NC0uMTY4LS4zNDQtLjM4MXYtLjc2NHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amblog-social-container .amblog-icon.-linkedin,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-linkedin,
.amblog-item[data-set="content-author"] .amblog-icon.-linkedin,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-linkedin,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-linkedin,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-linkedin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDcuOTdWMTNoLTIuNzg2VjguMzA3YzAtMS4xNzktLjQwMy0xLjk4My0xLjQxMi0xLjk4My0uNzcgMC0xLjIyOC41NDItMS40MyAxLjA2Ni0uMDczLjE4OC0uMDkyLjQ0OS0uMDkyLjcxMVYxM0g0LjQ5M3MuMDM3LTcuOTQ4IDAtOC43NzJINy4yOHYxLjI0NEw3LjI2IDUuNWguMDE5di0uMDI4Yy4zNy0uNTk3IDEuMDMxLTEuNDUgMi41MTEtMS40NUMxMS42MjUgNC4wMjIgMTMgNS4yNzYgMTMgNy45N3pNMS41NzcgMEMuNjI0IDAgMCAuNjU1IDAgMS41MTVjMCAuODQyLjYwNiAxLjUxNyAxLjU0IDEuNTE3aC4wMTljLjk3MiAwIDEuNTc2LS42NzUgMS41NzYtMS41MTdDMy4xMTcuNjU1IDIuNTMxIDAgMS41NzcgMHpNLjE2NiAxM2gyLjc4NlY0LjIyOEguMTY2VjEzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amblog-social-container .amblog-icon.-tumblr,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-tumblr,
.amblog-item[data-set="content-author"] .amblog-icon.-tumblr,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-tumblr,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-tumblr,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-tumblr {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi43OTMgMTIuNTU5Yy0uNDI1IDAtLjc5Ni0uMTAxLTEuMTEzLS4zMDNhMS4wOTQgMS4wOTQgMCAwIDEtLjQ5NS0uNTg2Yy0uMDg5LS4yMzUtLjEzMy0uNzk0LS4xMzMtMS42OFY2LjE0MmgzLjQ2M1YzLjc5SDUuMDUyVjBIMi45NjhjLS4wOTUuNzY4LS4yNjYgMS40MDYtLjUxMyAxLjkxNGE0LjE0NSA0LjE0NSAwIDAgMS0uOTggMS4yOUE0LjM1MiA0LjM1MiAwIDAgMSAwIDQuMDIzdjIuMTE5aDEuNjE3djUuMjYzYzAgLjY5Ny4wNyAxLjIyMS4yMSAxLjU3Mi4xMzMuMzUyLjM4My42OTQuNzUxIDEuMDI2LjM4LjMyNS44MTguNTcgMS4zMTMuNzMyLjUxNC4xNzYgMS4xMDQuMjY0IDEuNzcuMjY0LjYwOSAwIDEuMTU3LS4wNjIgMS42NDUtLjE4Ni40ODMtLjExIDEuMDQ3LS4zMjIgMS42OTQtLjYzNXYtMi4zNjNjLS43My40OTUtMS40NjUuNzQyLTIuMjA3Ljc0MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amblog-social-container .amblog-icon.-reddit,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-reddit,
.amblog-item[data-set="content-author"] .amblog-icon.-reddit,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-reddit,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-reddit,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-reddit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDYuNjQ0YzAtMS4wMjEtLjg0Mi0xLjg1Mi0xLjg3Ny0xLjg1Mi0uNTc3IDAtMS4xMDguMjU1LTEuNDYyLjY5Mi0uOTk0LS40NDYtMi4xMjctLjcyMS0zLjMyNi0uODA4bDEuMDMtMy4yMSAyLjMuNDlhMS41ODcgMS41ODcgMCAwIDAgMS41MzkgMS4xNzggMS41OCAxLjU4IDAgMCAwIDEuNTg4LTEuNTY3QTEuNTggMS41OCAwIDAgMCAxMy4yMDQgMGMtLjYzMyAwLTEuMTguMzY3LTEuNDM1Ljg5N0w5LjExNS4zMjlhLjUzNy41MzcgMCAwIDAtLjYyNS4zNThMNy4yMiA0LjY0OWMtMS40MDQuMDM0LTIuNzM1LjMyLTMuODguODM0YTEuODcyIDEuODcyIDAgMCAwLTEuNDYzLS42OUMuODQyIDQuNzkyIDAgNS42MjIgMCA2LjY0MmMwIC40OTcuMTk3Ljk2Mi41NDggMS4zMDhhMy4xOSAzLjE5IDAgMCAwLS4zMTUgMS4zNzJjMCAxLjI3Mi43NzIgMi40NiAyLjE3NCAzLjM0M0MzLjc3IDEzLjUyNiA1LjU4IDE0IDcuNSAxNHMzLjcyOS0uNDc0IDUuMDkzLTEuMzM0YzEuNDAyLS44ODQgMi4xNzQtMi4wNzEgMi4xNzQtMy4zNDMgMC0uNDY5LS4xMDYtLjkzLS4zMTUtMS4zNzIuMzUtLjM0Ni41NDgtLjgxMS41NDgtMS4zMDd6TS44MjQgNy4yNzhhMS4xOSAxLjE5IDAgMCAxLS4xOC0uNjM0YzAtLjY3MS41NTMtMS4yMTcgMS4yMzMtMS4yMTcuMjkyIDAgLjU2Ni4wOTguNzg1LjI3OC0uNzg0LjQ0LTEuNDAxLjk2OC0xLjgzOCAxLjU3M3pNMy42NDggOC4zNWMwLS43MjkuNjAyLTEuMzIyIDEuMzQtMS4zMjIuNzQgMCAxLjM0MS41OTMgMS4zNDEgMS4zMjIgMCAuNzMtLjYwMSAxLjMyMy0xLjM0IDEuMzIzLS43NCAwLTEuMzQtLjU5My0xLjM0LTEuMzIzem02LjYwMiAzLjAxOGMtLjUyMy41NjMtMS41NzYuOTEzLTIuNzUuOTEzcy0yLjIyNy0uMzUtMi43NS0uOTEzYS41MjIuNTIyIDAgMCAxIC4wMzMtLjc0Ny41MzkuNTM5IDAgMCAxIC43NTguMDMzYy4zMTEuMzM1IDEuMTE3LjU2OSAxLjk1OS41NjkuODQyIDAgMS42NDgtLjIzNCAxLjk2LS41N2EuNTQxLjU0MSAwIDAgMSAuNzU3LS4wMzIuNTIyLjUyMiAwIDAgMSAuMDMzLjc0N3ptLS4yMzktMS42OTVjLS43MzkgMC0xLjM0LS41OTMtMS4zNC0xLjMyMyAwLS43MjkuNjAxLTEuMzIyIDEuMzQtMS4zMjIuNzQgMCAxLjM0LjU5MyAxLjM0IDEuMzIyIDAgLjczLS42IDEuMzIzLTEuMzQgMS4zMjN6bTQuMTY1LTIuMzk1Yy0uNDM3LS42MDUtMS4wNTQtMS4xMzMtMS44MzgtMS41NzMuMjItLjE4LjQ5My0uMjc4Ljc4NS0uMjc4LjY4IDAgMS4yMzQuNTQ2IDEuMjM0IDEuMjE3IDAgLjIyOC0uMDYzLjQ0NS0uMTgxLjYzNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amblog-social-container .amblog-icon.-slashdot,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-slashdot,
.amblog-item[data-set="content-author"] .amblog-icon.-slashdot,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-slashdot,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-slashdot,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-slashdot {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMTMuODg5TDUuOTkgMGgyLjU5NEwyLjU5NSAxMy44ODlIMHptMTEtMi4xYzAtMS4yMjItLjk2My0yLjIxMi0yLjE1LTIuMjEyLTEuMTkgMC0yLjE1MS45OTItMi4xNTEgMi4yMTIgMCAxLjIyMi45NjEgMi4yMTEgMi4xNSAyLjIxMUMxMC4wMzcgMTQgMTEgMTMuMDEgMTEgMTEuNzg5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amblog-social-container .amblog-icon.-stumbleupon,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-stumbleupon,
.amblog-item[data-set="content-author"] .amblog-icon.-stumbleupon,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-stumbleupon,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-stumbleupon,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-stumbleupon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDYuOTU5djQuNTU2YzAgLjcwMy41ODIgMS4yNzMgMS4zIDEuMjczLjcxOCAwIDEuMy0uNTcgMS4zLTEuMjczVjQuNTVDMi41MjUgNS44OTMgMS4zOSA2Ljk2IDAgNi45NnpNMTIuOTE0IDBjLTIuODM2IDAtNS4xMzYgMi4yNDUtNS4xMzYgNS4wMTR2MS41NjJjMC0uNzA0LjU4NC0xLjI3MyAxLjMwNC0xLjI3My43MiAwIDEuMzAzLjU3IDEuMzAzIDEuMjczdi42NDdjMCAuNzAzLjU4NCAxLjI3MyAxLjMwNCAxLjI3My43MiAwIDEuMzAzLS41NyAxLjMwMy0xLjI3M1YuMDAxQTIuNSAyLjUgMCAwIDAgMTIuOTE0IDB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDYuOTk4YzEuMzg4IDAgMi41MjItMS4wNjggMi41OTYtMi40MTJWMy4zOWExLjI4OSAxLjI4OSAwIDAgMSAxLjI5OC0xLjI3NWMuNzE4IDAgMS4zLjU3MSAxLjMgMS4yNzV2NC45ODdjMCAuNzA0LjU4IDEuMjc0IDEuMjk4IDEuMjc0LjcxNiAwIDEuMjk4LS41NyAxLjI5OC0xLjI3NFY1LjAyMkM3Ljc5IDIuMjQ4IDEwLjA4IDAgMTIuOTA1IDBIMHY2Ljk5OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amblog-social-container .amblog-icon.-odnoklassniki,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-odnoklassniki,
.amblog-item[data-set="content-author"] .amblog-icon.-odnoklassniki,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-odnoklassniki,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-odnoklassniki,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-odnoklassniki {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNTE4LjhDNy45NS44MDkgOS45MDUgMi43OTkgOS44OTUgNS4yNmMtLjAxMyAyLjQwNi0xLjk5NyA0LjM1NS00LjQyOCA0LjM0Ny0yLjQwNi0uMDA4LTQuMzgtMi4wMDMtNC4zNjUtNC40MTNBNC40MDggNC40MDggMCAwIDEgNS41MTguOHptNC45MyAxMC41MzdjLS41MzcuNTUzLTEuMTg1Ljk1MS0xLjkwNSAxLjIzMi0uNjgxLjI2Mi0xLjQyNi4zOTUtMi4xNjMuNDg0LjExMi4xMjMuMTYzLjE4MS4yMzUuMjUgMS4wMDIgMS4wMDggMi4wMDcgMi4wMDggMy4wMDUgMy4wMTguMzM5LjM0NS40MS43Ny4yMjQgMS4xNzEtLjIwNC40MzYtLjY2My43MjUtMS4xMTIuNjk0LS4yODYtLjAyLS41MDgtLjE2LS43MDQtLjM2LS43NTUtLjc2LTEuNTI2LTEuNTA3LTIuMjY1LTIuMjgzLS4yMTctLjIyNC0uMzItLjE4My0uNTEuMDEzLS43Ni43ODMtMS41MzQgMS41NTQtMi4zMTIgMi4zMjEtLjM1LjM0NS0uNzY1LjQwNi0xLjE2OC4yMS0uNDMxLS4yMS0uNzA0LS42NDgtLjY4NC0xLjA5LjAxNS0uMjk4LjE2LS41MjguMzY3LS43MzIuOTkzLS45OSAxLjk4LTEuOTgyIDIuOTctMi45NzQuMDY2LS4wNjcuMTI3LS4xMzYuMjIyLS4yMzgtMS4zNS0uMTQtMi41NjQtLjQ3Mi0zLjYwNy0xLjI4NS0uMTMtLjEwMi0uMjYzLS4yLS4zOC0uMzE0Qy4yMDMgMTEuMDE1LjE1NyAxMC41MTUuNTIgMTBjLjMwOC0uNDQyLjgyNi0uNTYxIDEuMzY0LS4zMDYuMTA1LjA0OC4yMDQuMTEuMjk4LjE3NiAxLjk0MiAxLjMzNCA0LjYwNSAxLjM3IDYuNTU0LjA1OC4xOTQtLjE0OC4zOTgtLjI2OC42MzgtLjMyOWExIDEgMCAwIDEgMS4xNDguNDZjLjI4LjQ2NC4yNzguOTE4LS4wNzQgMS4yNzd6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTUuNTE4LjhDNy45NS44MDkgOS45MDUgMi43OTkgOS44OTUgNS4yNmMtLjAxMyAyLjQwNi0xLjk5NyA0LjM1NS00LjQyOCA0LjM0Ny0yLjQwNi0uMDA4LTQuMzgtMi4wMDMtNC4zNjUtNC40MTNBNC40MDggNC40MDggMCAwIDEgNS41MTguOHoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTAuNDQ5IDExLjMzNmMtLjUzOC41NTQtMS4xODYuOTUyLTEuOTA2IDEuMjMzLS42ODEuMjYyLTEuNDI2LjM5NS0yLjE2My40ODQuMTEyLjEyMy4xNjMuMTgxLjIzNS4yNSAxLjAwMiAxLjAwOCAyLjAwNyAyLjAwOCAzLjAwNSAzLjAxOC4zMzkuMzQ1LjQxLjc3LjIyNCAxLjE3MS0uMjA0LjQzNi0uNjYzLjcyNS0xLjExMi42OTQtLjI4Ni0uMDItLjUwOC0uMTYtLjcwNC0uMzYtLjc1NS0uNzYtMS41MjYtMS41MDctMi4yNjUtMi4yODMtLjIxNy0uMjI0LS4zMi0uMTgzLS41MS4wMTMtLjc2Ljc4My0xLjUzNCAxLjU1NC0yLjMxMiAyLjMyMS0uMzUuMzQ1LS43NjUuNDA2LTEuMTY4LjIxLS40MzEtLjIxLS43MDQtLjY0OC0uNjg0LTEuMDkuMDE1LS4yOTguMTYtLjUyOC4zNjctLjczMi45OTMtLjk5IDEuOTgtMS45ODIgMi45Ny0yLjk3NC4wNjYtLjA2Ny4xMjctLjEzNi4yMjItLjIzOC0xLjM1LS4xNC0yLjU2NC0uNDcyLTMuNjA3LTEuMjg1LS4xMy0uMTAyLS4yNjMtLjItLjM4LS4zMTRDLjIwMyAxMS4wMTUuMTU3IDEwLjUxNS41MiAxMGMuMzA4LS40NDIuODI2LS41NjEgMS4zNjQtLjMwNi4xMDUuMDQ4LjIwNC4xMS4yOTguMTc2IDEuOTQyIDEuMzM0IDQuNjA1IDEuMzcgNi41NTQuMDU4LjE5NC0uMTQ4LjM5OC0uMjY4LjYzOC0uMzI5YTEgMSAwIDAgMSAxLjE0OC40NmMuMjguNDY0LjI3OC45MTgtLjA3NCAxLjI3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amblog-social-container .amblog-icon.-google,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-google,
.amblog-item[data-set="content-author"] .amblog-icon.-google,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-google,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-google,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .amblog-icon.-google {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNTUgMEMuMjQ0IDAgMCAuMjIzIDAgLjQ5OHYxMy45ODVjMCAuNTUxLjM0OC42ODIuNzc2LjI5M0w1LjUgMTAuNDg3bDQuNzI0IDQuMjg5Yy40MjguMzg5Ljc3Ni4yNTguNzc2LS4yOTNWLjQ5OEMxMSAuMjI1IDEwLjc1NCAwIDEwLjQ1IDBILjU1ek0yLjM4IDMuOTY4YTMuNTc2IDMuNTc2IDAgMCAxIDIuMDIzLTEuNzcyIDMuNjE2IDMuNjE2IDAgMCAxIDIuNDA2LjAyIDMuNDcgMy40NyAwIDAgMSAxLjE1LjcxM3YuMDAyYTYuNjYgNi42NiAwIDAgMS0uMjIyLjIyN2wtLjEyNS4xMjQtLjY1Ni42NTdhMS45MjMgMS45MjMgMCAwIDAtLjc3LS40NTMgMi4xMyAyLjEzIDAgMCAwLTEuMDQ5LS4wNDJjLS40MDUuMDg2LS43OC4yOTctMS4wNjcuNTkzYTIuMjMgMi4yMyAwIDAgMC0uNTE2LjgzNiAyLjE1NSAyLjE1NSAwIDAgMCAwIDEuMzlsLS4wMDQuMDA0LjAwMS4wMDNhMi4yMTYgMi4yMTYgMCAwIDAgLjgxNiAxLjA5MmMuMjM4LjE2Ny41MS4yODYuNzk1LjM0NC4yOC4wNTcuNTcuMDUuODUyLjAwMi4yOC0uMDUuNTUxLS4xNTIuNzg4LS4zMTJsLjAwMS4wMDJjLjM3My0uMjUxLjYzOC0uNjU3LjcxMy0xLjEwMUg1LjU3MnYtLjAwMkg1LjU3Yy4wMDItLjQ2NS4wMDItLjkzLjAwMi0xLjM5NGgzLjM2Yy4wMjYuMTQ0LjA0NC4yOS4wNTUuNDM2QTQuMTEgNC4xMSAwIDAgMSA4Ljg0MiA2LjhhMy4yNDUgMy4yNDUgMCAwIDEtLjkwNCAxLjQ4MiAzLjI0MSAzLjI0MSAwIDAgMS0xLjQ2My43NiAzLjgyMiAzLjgyMiAwIDAgMS0xLjgyOC0uMDE5IDMuNTU4IDMuNTU4IDAgMCAxLTEuMjk4LS42NTQgMy42MDQgMy42MDQgMCAwIDEtLjk3LTEuMTkzIDMuNTg0IDMuNTg0IDAgMCAxIC4wMDItMy4yMDh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.amblog-pager-container {
  margin: 20px auto 50px;
}
.amblog-pager-container .amblog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.amblog-pager-container .amblog-link {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0e6bd7;
}
.amblog-pager-container .amblog-link:before,
.amblog-pager-container .amblog-link:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
}
.amblog-pager-container .amblog-link:before {
  top: 13px;
  left: 13px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link:after {
  top: 20px;
  left: 13px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link:hover {
  background: #185eaf;
}
.amblog-pager-container .amblog-link.-new:before {
  left: 10px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link.-new:after {
  left: 10px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link.-disabled {
  cursor: auto;
  pointer-events: none;
  background: #c4c4c4;
}
.amblog-pager-container .amblog-pagination {
  font-size: 16px;
  color: #333333;
}
.main .amblog-related-wrapper {
  margin-bottom: 40px;
  padding: 0 10px;
}
.main .amblog-related-wrapper > .amblog-title {
  border-bottom: 0;
}
.main .amblog-related-wrapper .amblog-related-grid {
  padding: 0 5px 0 7px;
}
.main .amblog-related-wrapper .slick-list {
  margin: 0 10px;
  width: 100%;
}
.main .amblog-related-wrapper .slick-list > .slick-track {
  margin-left: 0;
}
.main .amblog-related-wrapper .slick-slide {
  vertical-align: top;
  margin: 0 7px;
}
.amblog-comments-wrapper,
.amblog-related-wrapper {
  margin-bottom: 31px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.amblog-comments-wrapper > .amblog-title,
.amblog-related-wrapper > .amblog-title {
  position: relative;
  padding: 20px 20px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0e6bd7;
}
.amblog-comments-container {
  margin: 30px 20px 0;
}
.amblog-comments-container .amblog-comment {
  margin-bottom: 40px;
}
.amblog-comments-action .amblog-replies,
.amblog-comments-container .amblog-replies {
  margin: 30px 0 0 35px;
  padding-left: 20px;
  border-left: 1px solid #e9e9e9;
}
.amblog-comment-content {
  padding-left: 35px;
}
.amblog-comment-content .amblog-author {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 0;
}
.amblog-comment-content .amblog-author .amblog-svg.user {
  position: absolute;
  top: 0;
  left: -35px;
}
.amblog-comment-content .amblog-header {
  margin-bottom: 15px;
}
.amblog-comment-content .amblog-date {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.amblog-comment-content .amblog-willapprove {
  word-wrap: break-word;
  word-break: break-word;
  margin-top: 15px;
  padding: 0 10px;
  border-radius: 4px;
  background: #fff3e0;
  color: #f57c00;
}
.ie11 .amblog-comment-content .amblog-willapprove {
  word-break: break-all;
}
.amblog-comment-content .amblog-thesis {
  font-style: italic;
  font-size: 16px;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.amblog-comment-content .amblog-reply {
  margin-top: 10px;
  text-align: right;
}
.amblog-comments-action {
  padding: 20px 20px 40px;
}
.amblog-comments-action > .amblog-comment {
  margin-bottom: 60px;
}
.amblog-comment-reply {
  margin-bottom: 30px;
}
.amblog-form-comment {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-form-comment .amblog-svg.comment {
  position: absolute;
  top: -40px;
  left: 0;
}
.amblog-form-comment .amblog-fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-inline-size: initial;
}
.amblog-form-comment .amblog-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-form-comment .amblog-customer.-hidden {
  display: none;
}
.amblog-form-comment .amblog-wrapper {
  margin-bottom: 15px;
}
.amblog-form-comment .amblog-input {
  padding-left: 15px;
}
.amblog-form-comment .amblog-input.-name,
.amblog-form-comment .amblog-input.-email {
  max-height: 40px;
}
.amblog-form-comment .amblog-input.-textarea {
  margin-bottom: 0;
  height: 100px;
}
.amblog-form-comment .amblog-gdprtext {
  position: relative;
  margin-top: 15px;
}
.amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-wrap: anywhere;
}
.amblog-form-comment .amblog-input.-gdpr {
  position: relative;
  top: 2px;
  width: auto;
  height: 13px;
}
.amblog-form-comment .mage-error {
  margin-bottom: 0;
}
.amblog-form-comment .amblog-btn {
  margin-top: 15px;
}
.amblog-widget-container .amblog-list {
  padding-left: 40px;
}
.amblog-element-block .amblog-widget-container.-post .amblog-list,
.amblog-element-block .amblog-widget-container.-comments .amblog-list,
.amblog-element-block .amblog-widget-container.-categories .amblog-list,
.amblog-post-container .amblog-widget-container .amblog-widget-container.-post .amblog-list,
.amblog-post-container .amblog-widget-container .amblog-widget-container.-comments .amblog-list,
.amblog-post-container .amblog-widget-container .amblog-widget-container.-categories .amblog-list,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-widget-container.-comments .amblog-list,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-widget-container.-categories .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container.-comments .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-widget-container.-categories .amblog-list {
  padding-left: 0;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list > .amblog-item .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  padding-bottom: 25px;
  border: none;
  background: #f7fbff;
}
.amblog-post-container .amblog-widget-container .amblog-title,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title {
  padding: 25px 20px 0;
  border-bottom: none;
}
.amblog-post-container .amblog-widget-container .amblog-title:before,
.amblog-post-container .amblog-widget-container .amblog-title:after,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title:before,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title:after,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after {
  content: none;
}
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list,
.amblog-post-container .amblog-widget-container.-post .amblog-item,
.amblog-grid-list > .amblog-item .amblog-widget-container.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-item {
  margin: 0 20px 0;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background: #fff;
}
.amblog-post-container .amblog-widget-container .amblog-item,
.amblog-grid-list > .amblog-item .amblog-widget-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-item {
  margin: 0;
}
.amblog-post-container .amblog-widget-container.-post,
.amblog-grid-list > .amblog-item .amblog-widget-container.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post {
  padding-bottom: 10px;
}
.amblog-post-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list > .amblog-item .amblog-widget-container.-post .amblog-list,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-list {
  border: none;
  background: inherit;
}
.amblog-post-container .amblog-widget-container.-post .amblog-item,
.amblog-grid-list > .amblog-item .amblog-widget-container.-post .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post .amblog-item {
  margin: 0 0 15px;
}
.amblog-post-container .amblog-widget-container.-tags,
.amblog-grid-list > .amblog-item .amblog-widget-container.-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags {
  padding: 0 20px 15px;
}
.amblog-post-container .amblog-widget-container.-tags .amblog-title,
.amblog-grid-list > .amblog-item .amblog-widget-container.-tags .amblog-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-title {
  margin-bottom: 15px;
  padding: 25px 0 0;
}
.amblog-post-container .amblog-widget-container.-tags .amblog-tag,
.amblog-grid-list > .amblog-item .amblog-widget-container.-tags .amblog-tag,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-tag {
  margin-bottom: 10px;
}
.amblog-post-container .amblog-widget-container.-tags .amblog-item,
.amblog-grid-list > .amblog-item .amblog-widget-container.-tags .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-item {
  padding: 0;
}
.amblog-post-container .amblog-widget-container.-tags .amblog-cloud-tags,
.amblog-grid-list > .amblog-item .amblog-widget-container.-tags .amblog-cloud-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-tags .amblog-cloud-tags {
  width: 200px;
  margin: 0 auto;
}
.amblog-post-container .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list > .amblog-item .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-categories .amblog-category {
  margin-right: 0;
}
.amblog-helpful-wrap {
  padding: 15px 25px 0;
  text-align: left;
}
.amblog-helpful-wrap > .amblog-helpful {
  font-size: 14px;
  color: #5b5b5b;
  vertical-align: top;
}
.amblog-helpful-wrap > .amblog-options {
  margin-left: 5px;
}
.amblog-helpful-wrap > .amblog-options,
.amblog-helpful-wrap .amblog-plus,
.amblog-helpful-wrap .amblog-minus,
.amblog-helpful-wrap .amblog-icon {
  display: inline-block;
  cursor: pointer;
}
.amblog-helpful-wrap .amblog-icon {
  margin: 0 5px 0 10px;
  width: 20px;
  height: 18px;
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.amblog-helpful-wrap .amblog-plus > .amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+);
}
.amblog-helpful-wrap .amblog-plus:hover > .amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzJFQUJDIi8+PC9zdmc+);
}
.amblog-helpful-wrap .amblog-plus.-voted > .amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+);
}
.amblog-helpful-wrap .amblog-minus > .amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0M0QzRDNCIvPjwvc3ZnPg==);
}
.amblog-helpful-wrap .amblog-minus:hover > .amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0ZGQkNCQyIvPjwvc3ZnPg==);
}
.amblog-helpful-wrap .amblog-minus.-voted > .amblog-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0QyMzczNyIvPjwvc3ZnPg==);
}
.amblog-container-list .amblog-author-description {
  margin-bottom: 60px;
}
.amblog-post-list {
  margin-top: 30px;
}
.amblog-post-list .slick-track {
  display: flex;
}
.amblog-post-list .slick-slide {
  margin: 0 10px;
  text-align: center;
}
.amblog-post-list .post-item-details {
  word-wrap: break-word;
  word-break: break-word;
  margin-top: 10px;
}
.ie11 .amblog-post-list .post-item-details {
  word-break: break-all;
}
.amblog-element-block[data-set="sidebar-author"] .author_image,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .author_image,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .author_image,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .author_image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
.amblog-element-block[data-set="sidebar-author"] .title,
.amblog-post-container .amblog-widget-container[data-set="sidebar-author"] .title,
.amblog-grid-list > .amblog-item .amblog-widget-container[data-set="sidebar-author"] .title,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container[data-set="sidebar-author"] .title {
  font-weight: bold;
  text-align: center;
  font-size: large;
}
/**
 * Copyright 2016 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.
 */
/**
 * Copyright 2016 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 Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-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;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 769px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 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-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 .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.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;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.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: 769px) {
  .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: 769px) {
  .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;
}
@media all and (max-width: 769px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * 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_StoreSwitcher
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mpstoreswitcher-redirect-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.mpstoreswitcher-redirect-content {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
}
.mpstoreswitcher-select {
  background: #ffffff;
  border: 1px solid #c2c2c2 !important;
  color: #757575 !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 12px 16px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:not(.primary),
.cart.table-wrapper .actions-toolbar > .action:not(.primary),
.action-gift:not(.primary) {
  box-shadow: none !important;
}
.mpstoreswitcher-select:hover {
  background: #464646;
  color: #FFFFFF !important;
}
.mpstoreswitcher-redirect-choose {
  float: right;
  margin: 25px;
}
#mpstoreswitcher-save-store-popup {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index: 200;
}
.mpstoreswitcher-popup_save {
  position: relative;
  margin: 15% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 20%;
}
.mpstoreswitcher-save-store-content {
  width: 95%;
  text-align: center;
  margin-top: 20px;
}
.mpstoreswitcher-save-store-content label {
  font-weight: 600;
}
.mpstoreswitcher-choose {
  padding: 20px;
}
.mp-save-store-yes {
  margin-right: 20px;
}
.mpstoreswitcher-btn-close-save-popup:before,
.mpstoreswitcher-btn-close-save-popup:after {
  position: absolute;
  top: 10px;
  right: 20px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #575757;
  cursor: pointer;
}
.mpstoreswitcher-btn-close-save-popup:before {
  transform: rotate(45deg);
}
.mpstoreswitcher-btn-close-save-popup:after {
  transform: rotate(-45deg);
}
@media (min-width: 300px) and (max-width: 1000px) {
  .mpstoreswitcher-popup_save {
    width: 60%;
  }
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.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;
}
.payment-method-braintree .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: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/Gxy/default/en_US/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  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;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url(../../frontend/Gxy/default/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Gxy/default/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.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);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/Gxy/default/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.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 {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  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;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #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;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.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 {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 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 {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  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 > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #e5e5e5;
  transition: all .5s;
}
.product-hover-image {
  display: none;
  margin: auto;
}
.product-image-photo {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
}
.product-item .product-item-info .product-item-details {
  margin-top: 20px;
  position: relative;
  padding: 0 15%;
}
.product-item .product-item-info .product-item-details .product-label {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}
.product-item .product-item-info .product-item-details .actions-secondary .towishlist {
  position: absolute;
  right: 7px;
  top: -3px;
}
.product-item .product-item-info .product-item-details .actions-secondary .tocompare {
  display: none;
}
.product-item .product-item-info .product-item-name a.product-item-link {
  font-size: 12px;
  line-height: 17px;
}
.product-item .product-item-info .price-box .price {
  font-weight: 400;
  font-size: 13px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.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 > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.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;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span.price-label {
  display: none;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  padding-bottom: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.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 {
  left: 0;
  position: absolute;
  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: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 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 {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.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.toggle {
  padding: 0;
}
.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 .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 {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  background: #000;
  color: #fff;
  padding: 0;
  font-size: 1.3rem;
  margin-bottom: 0;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  height: 42px;
  line-height: 42px;
  transition: all .5s;
}
.message.global.demo .content {
  width: 50%;
  min-width: 500px;
  margin: auto;
}
.message.global.demo a {
  color: #fff;
}
.message.global.demo .close {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 16px;
  cursor: pointer;
}
.message.global.demo .close:before {
  content: "\2715";
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -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 {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .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-overflow-scrolling: touch;
    -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 {
    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: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .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%;
    overflow-x: hidden;
    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.5);
    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;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .amblog-author-info .amblog-image-wrapper {
    margin-top: 0;
  }
  .amblog-author-info .amblog-content {
    padding-top: 5px;
  }
  .mobile {
    display: block;
  }
  .mobile .mobile-block {
    display: block;
  }
  .desktop {
    display: none;
  }
  .desktop .desktop-block {
    display: none;
  }
  .main .amblog-related-wrapper {
    padding: 0 20px;
  }
  .main .amblog-related-wrapper .slick-list {
    margin: 0;
  }
  .main .amblog-related-wrapper .slick-slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .main .amblog-related-wrapper .slick-slider .slick-arrow.slick-next {
    right: -10px;
  }
  .amblog-element-block .amblog-title:before,
  .amblog-element-block .amblog-title:after,
  .amblog-post-container .amblog-widget-container .amblog-title:before,
  .amblog-post-container .amblog-widget-container .amblog-title:after,
  .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title:before,
  .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title:after,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:before,
  .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title:after {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@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,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%)/3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.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%}/* setting page */
.straker-breadcrumbs{
    letter-spacing: .025em;
    padding-bottom: 0.6875em;
    padding-top: 0.6875em;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.36;
    vertical-align: baseline;
    margin: 0 0 15px;
}

.straker-breadcrumbs .items{
    color: #a3a3a3;
    margin: 0;
    padding: 0;
    list-style: none none;
}

.straker-breadcrumbs .items .item{
    display: inline-block;
    vertical-align: top;
}

.straker-breadcrumbs .item:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
    line-height: 18px;
    content: '\f105';
    font-family: 'FontAwesome';
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.straker-breadcrumbs a,
.straker-breadcrumbs a:hover,
.straker-breadcrumbs a:visited {
    color: #333333;
    /*text-decoration: underline;*/
}

.straker-value{
    padding-top: 7px;
}

#back-to-grid{
    font-size: 1.2em;
    font-weight: 900;
    color:#eb5202;
}

.straker-backup-list{
    padding: 0.5rem ! important;
}

.straker-backup-list.filename{
    width: 50%
}

.straker-backup-list.create-date{
    width: 40%
}

.straker-backup-list.file-actions{
    width: 5%;
}

.straker-backup-list.file-actions .fa.fa-history:hover{
    color: lightgreen;
}

.straker-backup-list.file-actions .fa.fa-trash:hover{
    color: orangered;
}

.straker-no-content-info{
    padding-top: 7px;
}


.straker-backup-list.file-actions>a{
    color: inherit;
}

#straker-quote-frame iframe{
    margin-top: 10px;
}

.site-group-name{
    font-weight: 600;
    line-height: 35px;
}

.store-view-list{
    line-height: 20px;
}

.store-view-name{
    width: 45%;
    padding: 0.5rem 0 ! important;
    vertical-align: middle;
}

.all-store-view-name{
    padding: 0.5rem 0 ! important;
    vertical-align: middle;
}

.store-language{
    font-style: italic;
    font-size: 1.1rem;
}

.clear-language{
    padding: 0.5rem 0 ! important;
}

.straker-space-line{
    min-height: 0.5rem;
}

.action-default.scalable.straker-reset-store-button{
    font-size: 1.3rem;
    padding: 0.3rem 0.6rem;
}

.language-pair-message{
    padding-top: 2rem;
}

.language-pair-message h4{
    background-color: #eb5202;
    padding: 0.5rem;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

#language_pairs_table{
    margin-top: 2rem;
}

.store-row td{
    padding-top: 1rem;
    padding-right: 2rem;
}

#straker-job-grid a{
    cursor: pointer;
}

#straker-job-grid table{
    margin-bottom: 10rem;
}

a.straker-job-refresh-anchor{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #0a0a0a;
    cursor: pointer;
}

.col-text{
    width: 40%;
    text-align: left;
}

.col-id{
    width: 15%;
}

.easytranslationplatform-jobs-index .admin__data-grid-wrap .data-row{
    cursor: pointer;
}
/* straker logo */
@font-face {
    font-family: 'straker';
    src:  url('../../frontend/Gxy/default/en_US/Straker_EasyTranslationPlatform/fonts/icomoon.eot?p7jbk9');
    src:  url('../../frontend/Gxy/default/en_US/Straker_EasyTranslationPlatform/fonts/icomoon.eot?p7jbk9#iefix') format('embedded-opentype'),
    url('../../frontend/Gxy/default/en_US/Straker_EasyTranslationPlatform/fonts/icomoon.ttf?p7jbk9') format('truetype'),
    url('../../frontend/Gxy/default/en_US/Straker_EasyTranslationPlatform/fonts/icomoon.woff?p7jbk9') format('woff'),
    url('../../frontend/Gxy/default/en_US/Straker_EasyTranslationPlatform/fonts/icomoon.svg?p7jbk9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.admin__menu .item-straker.parent.level-0 > a:before {
    font-family: 'straker' ! Important;
    content: "\e900";
}

.straker-setting-tab > div > strong:before {
    font-family: 'straker' ! important;
    content: "\e900";
    display: inline-block;
    font-size: 1.8rem;
    color: #00A5E3;
    padding-right: 5px;
    vertical-align: text-bottom;
}

/*.straker-setting-tab > div > strong {*/
    /*vertical-align: middle;*/
/*}*/

.attr-option-td{
    padding: 5px ! important;
}
.attr-option-table tr:not(.data-grid-editable-row):last-child td,
.attr-option-table td
{
    border-bottom: 0 none transparent ! important;
}

.attr-option-table td:first-child{
    border-left: 0 none transparent ! important;
    border-right: 0.1rem dashed #d6d6d6 ! important;
}

.attr-option-table td:last-child{
    border-right: 0 none transparent ! important;
    border-left: 0.1rem dashed #d6d6d6 ! important;
}

#straker_job_attribute_grid{
    position: relative;
}

/*#straker_job_attribute_grid tr{*/
    /*cursor: pointer;*/
/*}*/

#straker_job_attribute_grid tr:nth-child(even) td {
    background-color: transparent;
}

#straker_job_attribute_grid tr.even td {
    background-color: #f5f5f5;
}

#straker_job_attribute_grid_table{
    border-bottom: 0.1rem solid #D6D6D3;
}

.support-link{
    margin-bottom: 1em;
    display: block;
}

#default_attributes,
#custom_attributes,
#category_attributes{
    width: 25em;
    height: 20em;
}

#job_tabs_select_destination_content h3{
    margin-bottom: 1em;
}

#job_tabs_select_destination_content p:first-of-type{
    margin-bottom: 1.5em;
}

div.fieldset-wrapper.straker{
    padding: 1.5em 2em;
    margin-bottom: 2em;
    border: 1px solid #e3e3e3;
}

div.fieldset-wrapper.straker > .field {
    display: flex;
    box-sizing: border-box;
}

div.fieldset-wrapper.straker > .field:not(:last-child) {
    margin-bottom: 1.2rem;
}

div.fieldset-wrapper.straker > .field > label {
    color: #303030;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    padding: 0 3rem 0 0;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: right;
    width: 20%;
}

div.fieldset-wrapper.straker > .field > .control {
    margin: 0;
    width: 60%;
}

div.fieldset-wrapper.straker > .field > .control > .note {
    color: #303030;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
}

div.fieldset-wrapper.straker p{
    line-height: 200%;
}

#source_content div.fieldset-wrapper.straker-source{
    border: none;
}

#source_content div.fieldset-wrapper.straker-source h2{
    margin-bottom: 1em;
}

.admin__fieldset.settings-attributes{
    margin-top: 2em;
    border: lightgrey solid 1px;
    padding: 2em 2em 2em 2em;
}

.admin__fieldset.settings-attributes legend span{
    color: rgb(103, 96, 86);
    font: 400 16.6667px "Open Sans", sans-serif;
}

.field-default_attributes, .field-custom_attributes, .field-category_attributes{
    margin-bottom: 0 !important;
}

.anchor-disabled{
    color: #888;
    pointer-events: none;
    text-decoration: underline;
    cursor: default;
}

.col-action{
    width: 200px;
}

#item_store_view_name::before{
    content: '*';
}
.straker_store_error_msg{
    /*margin-left: 1rem;*/
    color: red;
}

.straker-my-account-anchor.action-default{
    display: inline-block;
    margin-top: 0.6rem;
}

button.straker-my-account-button{
    background-color: #00A5E3 ! important;
    color: #fff ! important;
}

tr.job-option{
    background-color: #ffffe6;
}

/* overwrite text align for action cell in manage job page*/
#straker-job-grid .data-grid .data-grid-actions-cell{
    padding: 1rem;
    text-align: left;
    width: 10%;
}

.note.required{
    display: none;
    color: red !important;
}

.import-file-control {
    line-height: 3.2rem;
}

#job-summary span.title > strong {
    font-size: 1.4rem !important;
    margin-left: 8px;
    font-weight: 900;
}

.straker-support-form-title{
    margin: 18px 0 10px 0;
    font-weight: 500;
}

.straker-about-page {
    max-width: 800px;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 30px;
}

.straker-about-page p {
    line-height: 1.5em;
}

.easytranslationplatform-jobs-edit #edit_form .job-reference {
    min-width: 60%;
    width: 60%;
}
.easytranslationplatform-jobs-edit #edit_form input#job_reference {
    margin: 10px auto 10px 0;
    min-width: 100%;
    box-sizing: border-box;
}
/*!
 *  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/Gxy/default/en_US/Straker_EasyTranslationPlatform/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Gxy/default/en_US/Straker_EasyTranslationPlatform/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Gxy/default/en_US/Straker_EasyTranslationPlatform/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Gxy/default/en_US/Straker_EasyTranslationPlatform/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Gxy/default/en_US/Straker_EasyTranslationPlatform/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Gxy/default/en_US/Straker_EasyTranslationPlatform/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}
/**
 * Swiper 6.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 9, 2020
 */

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

/* font FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../frontend/Gxy/default/en_US/Magento_Theme/font/fontawesome-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* social font FontAwesome */
@font-face {
    font-family: 'Social FontAwesome';
    src: url('../../frontend/Gxy/default/en_US/Magento_Theme/font/fa-brands-400.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: "Styrene Regular", Helvetica, Arial, sans-serif;
    padding-top: 86px;
}
html[lang="ar"] body{direction:rtl;}
body.cms-home{
    padding-top: 0;
}
body.no-scroll{
    overflow: hidden;
}
body a{
    color: #333;
}
body a:hover{
    color: #666;
}
body a:visited, body .alink:visited{
    color: #333;
}
.breadcrumbs{
    margin-top: 10px;
}
.back_to_top{
    border: 1px solid #000;
    width: 40px;
    height: 38px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 9;
    background: #fff;
    cursor: pointer;
}
html[lang="ar"] .back_to_top{left: 10px;}
.back_to_top:after{
    width: 15px;
    height: 15px;
    content: ' ';
    border-top:1px solid #000;
    border-right:1px solid #000;
    transform: rotate(-45deg);
    display: inline-block;
    margin: 15px 12px 0;
}
.back_to_top:hover{
    background: #000;
}
.back_to_top:hover:after{
    border-top:1px solid #fff;
    border-right:1px solid #fff;
}
.has-notice .page-header.sticky{
    top: 42px !important;
}
.page-header.sticky{
    background: #fff !important;
    top: 0 !important;
    z-index: 10;
    position: fixed;
}
.has-notice .page-header.sticky.hide-header{
    top: -86px !important;
}
.page-header.hide-header{
    top: -86px !important;
}
.homepage-kv-slider .swiper-pagination-fraction{
    bottom: auto;
    color: #fff;
    top: 73.8%;
}
.homepage-kv-slider .swiper-button-prev, .homepage-kv-slider .swiper-button-next{
    color: #fff;
    top: 75%;
}
.homepage-kv-slider .swiper-button-prev:after, .homepage-kv-slider .swiper-button-next:after{
    font-size: 16px;
}
.homepage-kv-slider .swiper-button-prev{
    left: 45%;
}
.homepage-kv-slider .swiper-button-next{
    right: 45%;
}
html[lang="ar"] .homepage-kv-slider .swiper-button-prev{
    left: auto;
    right: 45%;
}
html[lang="ar"] .homepage-kv-slider .swiper-button-next{
    right: auto;
    left: 45%;
}
.cms-home .page-main{
    max-width: 100%;
    padding: 0;
}
.cms-home.no-tip-message .page-header{
    top: 0 !important;
}
.cms-home .page-header{
    max-width: 1920px;
}
.message.global.demo.hide-notice{
    top:-46px;
}
.cms-home .page.messages{
    position: fixed;
    top: 86px;
    z-index: 2;
    left: 0;
    transition: all 0.5s;
    width: 100%;
}
.cms-home.has-notice .page.messages{
    top: 125px;
}
.cms-home.header-sticky .page.messages{
    top: 86px;
}
.cms-home.no-tip-message .page.messages{
    top: 86px;
}

.homepage-kv-slider .kv-text-box-wrapper{
    position: absolute;
    left: 0;
    top: 78%;
    width: 100%;
}
.homepage-kv-slider .kv-text-box{
    position: relative;
    padding: 20px;
    background: #fff;
    width: 340px;
    text-transform: uppercase;
    margin: 0 auto;
}
.homepage-kv-slider .progress{
    position: absolute;
    top: 0;
    left: 0;
    height: 0.2rem;
    background-color: #000;
    width: 100%;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform 5s linear;
}
.homepage-kv-slider .swiper-slide-active .progress{
    transform: scaleX(1);
}
.homepage-kv-slider .kv-text-box, .homepage-kv-slider .kv-text-box a{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.homepage-kv-slider .kv-text-box p{
    margin: 0;
    text-align: center;
}
.homepage-kv-slider .kv-text-box .shop-links{
    text-align: center;
    margin-top: 10px;
}
.homepage-kv-slider .kv-text-box .shop-links a{
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
}

.page-header .panel.wrapper{
    display: none;
}
.header.content{
    width: 94%;
    margin: 0 auto;
}
.header.content:hover a.logo, .page-header.sticky .header.content a.logo{
    color: #000 !important;
    background-position: 0 -40px;
}
.header.content:hover .navigation .level0>.level-top, .page-header.sticky .header.content .navigation .level0>.level-top{
    color: #000 !important;
}
.header.content:hover span.header-search, .page-header.sticky .header.content span.header-search{
    color: #000 !important;
}
.header.content:hover a.header-account, .page-header.sticky .header.content a.header-account{
    color: #000 !important;
}
.header.content:hover .minicart-wrapper .action.showcart, .page-header.sticky .header.content .minicart-wrapper .action.showcart{
    color: #000 !important;
}
.header.content:hover .minicart-wrapper .action.showcart .counter.qty{
    color: #000 !important;
}
.header.content:hover .switcher.language, .page-header.sticky .header.content .switcher.language{
    color: #000 !important;
}

.page-header .header.content span.header-search{
    cursor: pointer;
}
.cms-home .page-header.sticky.hide-header .header.content .navigation .level0 .submenu{
    top: 0 !important;
}
.cms-home .page-header.sticky .header.content .navigation .level0 .submenu{
    top: 120px !important;
}
.cms-home.has-notice .header.content .navigation .level0 .submenu{
    top: 117px !important;
}

.cms-home.no-tip-message .header.content .navigation .level0 .submenu{
    top: 82px !important;
}
.header.content .navigation .level0 .submenu{
    position: fixed;
    top: 81px !important;
    left: 0 !important;
    width: 66%;
    padding: 40px 17% 40px;
    border: 0;
    transition: all .5s;
}
.header.content .navigation .level0 .submenu.no-ad-image{
    width: 66%;
    padding: 40px 17% 40px;
}
.header.content .navigation .level0 .submenu.no-ad-image li{
    width: 22%;
}
.page-header.hide-header .header.content .navigation .level0 .submenu{
    top: 0 !important;
}
.header.content .navigation .level0 .submenu li{
    width: 22%;
    margin-right: 3%;
    vertical-align: top;
    float: left;
}
html[lang="ar"] .header.content .navigation .level0 .submenu li{
    float: right;
}
.header.content .navigation .level0 .submenu.no-ad-image .custom-col-item{
    width: 20%;
}
.header.content .navigation .level0 .submenu .custom-col-item{
    width: 22%;
    margin-right: 3%;
    vertical-align: top;
    float: left;
}
html[lang="ar"] .header.content .navigation .level0 .submenu .custom-col-item{
    float: right;
}
.header.content .navigation .level0 .submenu .custom-col-item li{
    width: 100%;
    margin-right: 0;
    display: block;
}
.header.content .navigation li.level0.first a:hover{
    background: none;
    color: #999;
}
.header.content .navigation li.level0 .submenu div.ui-menu-item{
    float: right;
    width: 31%;
    position: relative;
    z-index: 9;
    padding-top: 6px;
}
.header.content .navigation li.level0 .submenu div.ui-menu-item section.more-items{
    display: flex;
}
.header.content .navigation li.level0 .submenu div.ui-menu-item section.more-items .col{
    padding: 4px 0 4px 1px;
}
.header.content .navigation li.level0 .submenu div.ui-menu-item section.more-items .col a{
    padding: 0;
}
.header.content .navigation li.level0 .submenu div.ui-menu-item table,.nav-sections .navigation div.ui-menu-item table{
    border: 0 none;
}
.header.content .navigation li.level0 .submenu div.ui-menu-item table td,.nav-sections .navigation div.ui-menu-item table td{
    border: 0;
}

.header.content .navigation .level0 .submenu li.parent>a>.ui-menu-icon{
    display: none;
}
.header.content .navigation .level0 .submenu a{
    padding: 4px;
    color: #333;
    font-size: 12px;
    font-weight: 100;
}
.header.content .navigation .level0 .submenu .category-item a{
    display: flex;
    align-items: center;
}
.header.content .navigation .level0 .submenu .category-item a img{
    margin: 0 6px 0 0;
    width: 22px;
    border-radius: 3px;
}
html[lang="ar"] .header.content .navigation .level0 .submenu .category-item a img{
    margin: 0 0 0 6px;
}
.header.content .navigation .level0 .submenu a img{
    display: block;
    margin: 0 auto;
}
.header.content .navigation .level0 .submenu .img-title{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}
.header.content .navigation .level0 .submenu .active>a{
    border: 0;
}
.header.content .navigation .level0 .submenu .active>a span{
    border-bottom: 1px solid #333;
}
.header.content .navigation .level0 .submenu .level1 .submenu{
    position: static !important;
    display: block !important;
    padding: 0;
    width: auto;
    min-width: inherit;
    box-shadow: none;
}
.header.content .navigation .level0 .submenu .level1 .submenu .level2 .submenu{
    display: none !important;
}
.header.content .navigation .level0 .submenu .level1 .submenu.level1{
    max-height: 550px;
    overflow-y: auto;
}
.header.content .navigation .level0 .submenu .level1 .submenu li{
    display: block;
    width: 100%;
    margin-right: 0;
}
.header.content .navigation .level0 .submenu .level1 .submenu a{
    text-transform: none;
    font-weight: normal;
    color: #333;
    font-size: 12px;
}

.header.content a.logo{
    margin: -8px 0 0;
    width: 200px;
    max-width: 100%;
    color: #000;
    display: block;
    height: 50px;
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/logo.png");
    background-repeat: no-repeat;
    background-position: 0 -40px;
    background-size: 100%;
}
.cms-home .header.content a.logo{
    color: #fff;
    background-position: 0 8px;
}
.cms-home .header.content:hover a.logo{
    color: #fff;
    background-position: 0 -40px;
}
.header.content .navigation{
    background: none;
    float: left;
    width: 65%;
    margin: 4px 1% 0 3%;
    font-weight: 600;
    position: relative;
    z-index: 9;
}
html[lang="ar"] .header.content .navigation{
    float: right;
    margin: 4px 3% 0 1%;
}
html[lang="ar"] .header.content a.logo{float: right;}
.page-header .switcher.language{
    margin: 7px 0 0 0;
    position: absolute;
    right: 162px;
}
html[lang="ar"] .page-header .switcher.language{
    right: auto;
    left: 140px;
}
.page-header .switcher .options .action.toggle:after{
    display: none;
}
.page-header .switcher .options .action.toggle.active:after{
    display: none;
}
.page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown{
    left: 0;
    height: 255px;
    overflow-y: auto;
    min-width: 170px;
}
.page-header .switcher.language .switcher-trigger strong{
    padding: 2px 2px 1px 2px;
}
.page-header .switcher.language .switcher-trigger strong span{
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -99999px;
    display: inline-block;
}
.page-header .switcher.language .switcher-trigger strong.view-en span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/english_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-cn span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/china_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-fr span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/fr_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-de span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/de_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-it span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/it_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-es span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/es_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-pt span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/pt_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-sv span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/sv_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-nl span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/nl_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-ru span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/ru_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-kr span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/kr_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-jp span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/jp_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-hk span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/hk_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-tw span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/tw_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-ar span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/ar_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-cs span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/cs_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-hu span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/hu_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-th span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/th_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-hi span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/hi_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-vi span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/vi_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-tr span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/tr_flag.png");
}

.page-header .switcher.language .switcher-trigger strong.view-bg span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/bg_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-my span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/my_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-hr span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/hr_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-da span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/da_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-ph span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/ph_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-fi span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/fi_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-el span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/el_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-id span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/id_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-ku span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/ku_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-no span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/no_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-pl span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/pl_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-sr span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/sr_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-sk span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/sk_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-sw span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/sw_flag.png");
}
.page-header .switcher.language .switcher-trigger strong.view-uz span{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/uz_flag.png");
}

.page-header .switcher.language .switcher-dropdown li a{
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 12%;
    background-position: 10px center;
    padding: 5px 5px 5px 38px;
    display: block;
}
.page-header .switcher.language .switcher-dropdown li.view-en a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/english_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-cn a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/china_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-fr a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/fr_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-de a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/de_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-it a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/it_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-es a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/es_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-pt a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/pt_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-sv a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/sv_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-nl a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/nl_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-ru a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/ru_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-kr a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/kr_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-jp a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/jp_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-hk a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/hk_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-tw a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/tw_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-ar a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/ar_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-cs a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/cs_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-hu a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/hu_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-th a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/th_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-hi a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/hi_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-vi a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/vi_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-tr a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/tr_flag.png");
}

.page-header .switcher.language .switcher-dropdown li.view-bg a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/bg_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-my a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/my_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-hr a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/hr_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-da a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/da_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-ph a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/ph_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-fi a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/fi_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-el a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/el_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-id a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/id_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-ku a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/ku_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-no a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/no_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-pl a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/pl_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-sr a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/sr_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-sk a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/sk_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-sw a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/sw_flag.png");
}
.page-header .switcher.language .switcher-dropdown li.view-uz a{
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/uz_flag.png");
}

.header.content .navigation>ul{
    z-index: 8;
}
.header.content .navigation .category-item-line{
    content: ' ';
    width: 0;
    height: 1px;
    background: #333;
    display: block;
    position: absolute;
    top:46%;
    left: 0;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
}
html[lang="ar"] .header.content .navigation .category-item-line{
    display: none;
}
.header.content .navigation .level0>.level-top{
    color: #333;
    padding: 0;
    line-height: 24px;
    text-transform: uppercase;
    border-width: 0 0 1px;
    font-size: 1.34rem;
    letter-spacing: 0.2px;
    border-color: #000;
}
.header.content .navigation .level0>.level-top img{max-width: 20px;margin: 0 3px -4px 0;border-radius: 3px;}
.header.content .navigation .level0.has-active>.level-top{
    border: 0;
}
.header.content .navigation .level0 a:hover{
    background: none !important;
    opacity: 0.5;
}
.header.content .navigation li.level0{
    margin: 0 30px 27px 0;
}
.header.content .navigation li.level0:last-child{
    margin: 0 0 27px 0;
}
html[lang="ar"] .header.content .navigation li.level0:last-child{
    margin: 0 30px 27px 0;
}
.header.content .navigation .level0.parent>.level-top>.ui-menu-icon{
    display: none;
}
.cms-home .header.content .navigation .level0>.level-top{
    color: #fff;
}
.cms-home .page-header .switcher.language{
    color: #fff;
}
.header.content .block-search{
    float: right;
    width: auto;
    margin-top: 5px;
    margin-right: 48px;
}
html[lang="ar"] .header.content .block-search{float: left;}
.header.content .minicart-wrapper{
    position: absolute;
    right: 20px;
    top: 34px;
    z-index: 9;
}
html[lang="ar"] .header.content .minicart-wrapper{
    right: auto;
    left: 0;
}
.header.content .minicart-wrapper .action.showcart .counter.qty{
    position: absolute;
    left: 3px;
    top: 0px;
    background: none;
    color: #ff5501;
    font-size: 12px;
}
html[lang="ar"] .header.content .minicart-wrapper .action.showcart .counter.qty{
    left: 0;
}

.modal-popup .modal-footer{
    text-align: center;
}
.modal-popup .modal-footer button{
    border-radius: 0;
    border: 1px solid #000;
    background: #fff;
    width: 120px;
    font-weight: normal;
    margin: 0 10px 10px;
    padding: 10px 15px;
}
.modal-popup .modal-footer button.action-primary{
    background: #000;
    color: #fff;
}
.modal-popup .modal-footer button.primary{
    background: #000;
    color: #fff;
}
.header.content .block-search-content{
    position: absolute;
    right: 40px;
    width: 407px;
    top: 50px;
    opacity: 0;
    transition: all .5s;
}
html[lang="ar"] .header.content .block-search-content{right: auto;left: -8px;}
.header.content .block-search-content.open{
    opacity: 1;
}
.page-header.hide-header .header.content .block-search-content{
    opacity: 0;
}
.page-header.hide-header .header.content .minicart-wrapper .ui-dialog{
    display: none !important;
}
.header.content .block-search-content .minisearch{
    position: relative;
    border-radius: 5px;
    border: 1px solid #999;
    background: #fff;
}
.header.content .block-search-content .minisearch .field.search{
    width: 87%;
    margin-left: 3px;
}
.block-search .block-search-content .control{padding: 0;}
.block-search .block-search-content input{
    height: 48px;
    border: 0;
    box-shadow: none;
}
.block-search .block-search-content .action.search{
    right: 10px;
    top: 9px;
}
html[lang="ar"] .block-search .block-search-content .action.search{
    right: auto;
    left: 10px;
    transform: rotate(180deg);
    top: 4px;
}
.block-search .block-search-content .action.search:before{
    color: #333;
    font-size: 30px;
    font-weight: 100;
    content: '';
}
.header.content .minicart-wrapper .action.showcart{
    color: #333;
}
.header.content .minicart-wrapper .action.showcart:before{
    content: '';
}
.header.content a.header-account{
    margin-left: 23px;
    color: #000;
}
html[lang="ar"] .header.content a.header-account{
    margin-right: 15px;
}
.header.content a.header-account.login svg{
    color: #ce34ef;
}
.cms-home .header.content span.header-search,.cms-home .header.content a.header-account,.cms-home .header.content .minicart-wrapper .action.showcart{
    color: #fff;
}
.cms-home .header.content .minicart-wrapper .action.showcart .counter.qty{
    color: #fff;
}
.cms-home .page-header.sticky .header.content .minicart-wrapper .action.showcart .counter.qty{
    color: #000;
}

.message.global.demo .swiper-button-prev, .message.global.demo .swiper-button-next{
    color: #fff;
}
.message.global.demo .swiper-button-prev:after, .message.global.demo .swiper-button-next:after{
    font-size: 12px;
}

.message.global.demo .swiper-button-prev{
    left: 20%;
}
.message.global.demo .swiper-button-next{
    right: 20%;
}

.homepage-outerwear-wrapper{
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}
.homepage-outerwear-wrapper .outerwear-left{
    width: 25%;
    margin-right: 5%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.homepage-outerwear-wrapper .outerwear-left .tip-text{
    padding-top: 8%;
    position: sticky;
    bottom: calc(50%);
    padding-bottom: 8%;
}
.homepage-outerwear-wrapper .outerwear-left .outerwear-look{
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 10px;
    text-decoration: none;
}
.homepage-outerwear-wrapper .outerwear-right{
    width: 70%;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}
.homepage-outerwear-wrapper .outerwear-right ul{
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.homepage-outerwear-wrapper .outerwear-right ul.active{
    transition: left 1s;
}
.homepage-outerwear-wrapper .outerwear-right ul li{
    list-style: none;
    border-right: 2px solid #fff;
    margin-bottom: 0;
    width: 430px;
    float: left;
}
.homepage-outerwear-wrapper .outerwear-right .outerwear-numbers{
    position: absolute;
    left: 4%;
    top: 90%;
    z-index: 9;
    font-size: 14px;
    font-weight: 600;
}
html[lang="ar"] .homepage-outerwear-wrapper .outerwear-right .outerwear-numbers{
    left: auto;
    right: 4%;
}
.homepage-outerwear-wrapper .outerwear-right .outerwear-arrows{
    position: absolute;
    right: 4%;
    top: 90%;
    z-index: 9;
    opacity: 0;
}
html[lang="ar"] .homepage-outerwear-wrapper .outerwear-right .outerwear-arrows{
    right: auto;
    left: 4%;
}
.homepage-outerwear-wrapper .outerwear-right .outerwear-arrows span{
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.homepage-outerwear-wrapper .outerwear-right .outerwear-arrows span.disabled{
    cursor: default;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
}
.homepage-outerwear-wrapper .outerwear-right .outerwear-arrows span.prev{
    transform: rotate(45deg);
}
.homepage-outerwear-wrapper .outerwear-right .outerwear-arrows span.next{
    transform: rotate(-135deg);
}
html[lang="ar"] .homepage-outerwear-wrapper .outerwear-right .outerwear-arrows span.prev{
    transform: rotate(-135deg);
}
html[lang="ar"] .homepage-outerwear-wrapper .outerwear-right .outerwear-arrows span.next{
    transform: rotate(45deg);
}

.homepage-new-arrive, .homepage-childrens-list{
    position: relative;
    text-align: center;
}
.new-arrive-text-box-wrapper,.childrens-list-text-box-wrapper{
    position: fixed;
    left: 37%;
    bottom: -23%;
    transition: all 1s;
}
.new-arrive-text-box-wrapper.sticky,.childrens-list-text-box-wrapper.sticky{
    bottom: 4%;
}
.new-arrive-text-box-wrapper.stickyed,.childrens-list-text-box-wrapper.stickyed{
    position: absolute;
    bottom: 4%;
}
.new-arrive-text-box,.childrens-list-text-box{
    position: relative;
    padding: 20px;
    min-width: 340px;
    background: #fff;
    width: 26%;
    text-transform: uppercase;
}

.new-arrive-text-box, .new-arrive-text-box a,.childrens-list-text-box, .childrens-list-text-box a{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.new-arrive-text-box p,.childrens-list-text-box p{
    margin: 0;
    text-align: center;
}
.new-arrive-text-box .shop-links,.childrens-list-text-box .shop-links{
    text-align: center;
    margin-top: 10px;
}
.new-arrive-text-box .shop-links a,.childrens-list-text-box .shop-links a{
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
}

.homepage-categories-list{
    position: relative;
}
.homepage-categories-list .categories-list-box-wrapper{
    position: absolute;
    top: 50%;
    left: 34%;
    width: 32%;
    text-align: center;
    transform: translateY(-50%);
    height: 80%;
}
.homepage-categories-list ul{
    padding: 0;
}
.homepage-categories-list ul li{
    list-style: none;
    text-align: center;
    margin-bottom: 23px;
}
.homepage-categories-list .category-bgimg{
    opacity: 0;
    transition: all .5s;
}
.homepage-categories-list .category-bgimg img{
    width: 0;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transition: all .5s;
}
.homepage-categories-list .categories-list{
    position: relative;
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-categories-list ul li a{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    opacity: 0.9;
    width: 0;
    overflow: hidden;
    display: block;
    transition: all 1s;
    margin: 0 auto;
    text-decoration: none;
}
.homepage-categories-list .categories-list.show ul li a{
    width: auto;
}
.homepage-categories-list ul li img{
    display: none;
}
.homepage-categories-list ul li a:hover{
    opacity: 1;
    text-decoration: none;
}
.homepage-categories-list .category-bgimg.open{
    opacity: 1;
}
.homepage-categories-list .category-bgimg.open img{
    left: 0;
    width: 100%;
}
.header.content .minicart-wrapper .block-minicart{
    right: -22px;
}
html[lang="ar"] .header.content .minicart-wrapper .block-minicart{
    right: auto;
    left: 0;
}
html[lang="ar"] .minicart-wrapper .block-minicart::before{
    right: auto;
    left: 5px;
}
html[lang="ar"] .minicart-wrapper .block-minicart:after{
    right: auto;
    left: 4px;
}
.header.content .minicart-items-wrapper{
    border: 0;
    min-height: 130px;
    height: auto !important;
}
.header.content .minicart-items-wrapper.more-item{
    height: 420px !important;
    overflow: auto;
}
.header.content .minicart-items-wrapper.more-item::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.header.content .minicart-items-wrapper.more-item::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: $primary-color-4;
}
.header.content .minicart-items-wrapper.more-item::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #e0e0e0;
}
.header.content .minicart-items .product-item-name a{
    font-family: 'Styrene Medium';
    color: #333;
}
.header.content .minicart-items .item-qty{
    width: 25px;
    padding: 0;
    border: 0;
}
.header.content .minicart-items .product-item-details .details-qty{
    margin-top: 0;
    font-size: 12px;
}
.header.content .minicart-items .product-item-name{
    font-size: 13px;
    margin: 0;
}
.header.content .minicart-items .product-item-details .price{
    font-size: 13px;
    font-weight: normal;
}
.header.content .block-minicart .subtotal{
    border-top: 1px solid #ccc;
    padding-top: 12px;
    margin: 0;
}
.header.content .block-minicart .subtotal .label{
    float: left;
    font-size: 13px;
}
html[lang="ar"] .block-minicart .subtotal{text-align: left;}
html[lang="ar"] .header.content .block-minicart .subtotal .label{float: right;}
.header.content .block-minicart .block-content>.actions>.primary{
    margin: 0;
}
.header.content .block-minicart .block-content>.actions>.primary .action.primary{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.6rem;
    padding: 12px;
    margin-bottom: 0;
    margin-top: 15px;
}
.header.content .block-minicart .block-content>.actions{
    margin-top: 8px;
    font-size: 13px;
}
.header.content .block-minicart .block-content>.actions a{
    border: 1px solid #000;
    display: block;
    padding: 9px;
}
.header.content .block-minicart .amount .price-wrapper:first-child .price{
    font-weight: normal;
    font-size: 13px;
}
.header.content .minicart-items .product-item-details{
    padding-left: 0;
    position: relative;
    margin-left: 100px;
    min-height: 98px;
}
.header.content .minicart-wrapper .product .actions{
    margin: -20px 0 0;
    position: absolute;
    right: 0;
    bottom: -7px;
}
html[lang="ar"] .header.content .minicart-wrapper .product .actions{
    right: auto;
    left: 0;
    bottom: -16px;
}
.header.content .minicart-items .product-item{
    padding: 10px 0;
}
.header.content .minicart-items .product-image-wrapper{
    height: 110px;
    display: flex;
    align-items: center;
}

.footer.content{
    max-width: 100% !important;
    border-top: 0;
    padding: 0 !important;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 94% !important;
}
.footer.content ul.links{
    display: none;
}
.footer-newsletter{
    width: 22%;
}
.footer-newsletter #newsletter{
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
}
#newsletter-validate-detail{
    position: relative;
    margin-top: 10px;
}
#newsletter-validate-detail .action.subscribe{
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: 0;
    color: #333;
    padding: 5px 0;
}
html[lang="ar"] #newsletter-validate-detail .action.subscribe{
    right: auto;
    left: 0;
    transform: rotate(180deg);
}
#newsletter-validate-detail .action.newsletter-popup-btn{display: none;}
.block-footer-language{
    width: 22%;
}
.block-footer-language .social-links{margin-bottom: 20px;margin-top: 17px;}
.block-footer-language .switcher-currency{
    margin-bottom: 20px;
    margin-right: 0;
}
.page-footer .block-footer-language .switcher .options,.page-footer .block-footer-language    .switcher .options .action.toggle{
    display: block;
}
.page-footer .block-footer-language .switcher-currency.switcher strong{
    font-size: 1.3rem;
    font-weight: 600;
}
.page-footer .block-footer-language .switcher-currency.switcher .options .action.toggle:after{
    content: '';
    float: right;
    width: 8px;
    height: 8px;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(-45deg);
    transition: all .8s;
    margin-top: 4px;
}
html[lang="ar"] .page-footer .block-footer-language .switcher-currency.switcher .options .action.toggle:after{
    float: left;
}
.block-footer-language .social-links{margin-bottom: 20px;margin-top: 17px;}
.block-footer-language .switcher-currency{
    line-height: 1.1;
}
.page-footer .block-footer-language .switcher-currency.switcher strong{
    font-size: 1.3rem;
    font-weight: 600;
}
.page-footer .block-footer-language .switcher-currency.switcher .options .action.toggle:after{
    font-size: 36px;
    line-height: 23px;
    font-weight: 600;
}
.page-footer .block-footer-language .switcher-currency.switcher .options.active ul.dropdown{
    width: 100%;
    max-height: 253px;
    overflow-y: auto;
}
.page-footer .block-footer-language .switcher-currency.switcher .options.active ul.dropdown li a{
    line-height: normal;
}
.page-footer{
    border-top: 1px solid #ccc;
    padding: 40px 0 25px;
}
.footer.content h3{
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform:uppercase;
}
.footer.content h3:hover{
    color: #999;
}
.footer.content p{
    font-size: 1.2rem;
}
.footer.content h3 .arrow{
    float: right;
    width: 8px;
    height: 8px;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(-45deg);
    transition: all .8s;
    margin-top: 2px;
}
.footer.content h3.open .arrow{
    transform: rotate(135deg);
    margin-top: 5px;
}
.footer.content ul{
    padding: 0;
    margin-bottom: 0px;
}
.footer.content ul li{
    margin: 0 0 10px;
}
.footer.content ul li a{
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
}
.footer.content ul li a:hover{
    color: #999;
}
.footer.content .item-link{
    color: #333;
    margin: 10px 0;
    display: block;
    font-size: 12px;
}
.footer.content .item-link.last{
    margin-bottom: 30px;
}
.block-footer-links{
    width: 45.8%;
    display: flex;
    justify-content: space-between;
}
.block-footer-links .col-item{
    width: 48%;
}
.page-footer .block-footer-links .col-item .item-list{
    display: block;
}
.block-footer-links .col-item .arrow{
    display: none;
}
.page-footer .block-footer-links{
    width: 68%;
}
.page-footer .footer-legal{
    width: 28%;
}
.page-footer .footer-legal .block-footer-language,.page-footer .footer-legal .footer-newsletter{
    width: 100%;
}
.page-footer .footer-legal .footer-newsletter{
    margin-top: 22px;
}
.page-footer .footer-legal .social-icons-cn li{
    letter-spacing: normal;
    display: inline-block;
    margin: 4px 13px 9px 0;
    height: 25px;
}
.page-footer .footer-legal .social-icons{display: flex;flex-wrap: wrap;}
.page-footer .footer-legal .social-icons li{
    letter-spacing: normal;
    display: block;
    margin: -3px 15px 0 0;
    height: 36px;
}
.page-footer .footer-legal .block-footer-links{display: none;}
.page-footer .footer-legal .social-icons a i::before{
    font-family: 'Social FontAwesome';
    color: #535353;
    display: block;
    font-size: 28px;
    font-style: normal;
}

.copyright{
    border-top: 1px solid #ccc;
    padding: 24px 3% 20px;
    font-size: 12px;
    color: #666;
}
.copyright a{
    font-size: 12px;
    color: #666;
    text-decoration: underline;
}
.copyright .credit-card{
    float: right;
}
html[lang="ar"] .copyright .credit-card{
    float: left;
}
.copyright .credit-card img{width: 50px;margin-left: 5px;}

.fa-square-facebook::before{
    content: '\f09a';
}
.fa-square-youtube::before{
    content: '\f167';
}
.fa-square-instagram::before{
    content: '\e055';
}
.fa-square-pinterest::before{
    content: '\f0d2';
}
.fa-square-twitter::before{
    /* content: '\f081'; */
    content: '\f099';
}
.fa-square-whatsapp::before{
    content: '\f40c';
}
.fa-square-linkedin::before{
    content: '\f08c';
}
.fa-square-google-plus::before{
    content: '\f2b3';
}
.fa-square-skype::before{
    content: '\f17e';
}
.fa-square-tiktok::before{
    content: '\e07b';
    font-size: 26px !important;
    margin-top: 2px;
}
.fa-square-email::before{
    content: '\f0e0';
    font-family: 'FontAwesome' !important;
}
.fa-square-weixin::before{
    content: '\f1d7';
}
.fa-square-qq::before{
    content: '\f1d6';
    font-size: 27px !important;
    margin-top: 1px;
}
.page-footer .footer-legal .social-icons a svg{
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
}

/* homepage popup */
.homepage-promotion-popup-cover{display:none;position: fixed;width: 100%;height: 100%;z-index: 10;background: #000;opacity: 0.5;left: 0;top:0;}
.homepage-promotion-popup{position: fixed;width: 100%;bottom:-120%;left:0;z-index: 99;background: #fff;padding-bottom: 20px;transition: all 1s;}
.homepage-promotion-popup.show{bottom:0;}
.footer.content .block.block-products-list{float: none;margin: 0 auto}
.block-products-list{width: 80%;margin:0 auto;}
.homepage-featured-product .block-products-list{width: 100%;}
.block-products-list .block-title{text-align: center;margin: 25px 0;}
.block-products-list .block-title strong{font-size: 14px;font-weight: 600;color: #000;}
.page-layout-1column .block.widget .block-content .products-grid .product-item{float: left;width: 25%;border-left: 1px solid #fff;margin: 0}
.page-layout-1column .block.widget .block-content .products-grid .product-item:nth-child(3n + 1){margin: 0}
.page-layout-1column .block.widget .block-content .products-grid .product-item img{width: 100%;height: auto}
.page-layout-1column .block.widget .block-content .products-grid .product-item img:hover{display: block !important;}
.block-products-list .block-content .product-image-container{width: auto !important;}
.block-products-list .block-content .product-image-wrapper{padding-bottom: 0 !important;}
.block-products-list .product-item .product-item-info .product-item-details{padding: 0 15px;text-align: center;margin-top: 12px;}
.homepage-promotion-popup .close{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.homepage-promotion-popup .close:before{
    content: "\2715";
}

.cookie-popup-wrapper{position: fixed;width: 96%;bottom:-50%;left:0%;z-index: 9;background: #fff;padding: 2%;transition: all 1s;box-shadow: 0 0 18px rgb(0 0 0 / 20%);}
.cookie-popup-wrapper.show{bottom:0;}
.cookie-popup-wrapper .cookie-popup-content{font-size: 12px;display: flex;justify-content: space-between;align-items: center;}
.cookie-popup-wrapper .cookie-popup-content p{width: 66%;margin: 0;float: left;}
.cookie-popup-wrapper .cookie-popup-content p a{font-family: Styrene Bold;text-decoration: underline;}
.cookie-popup-wrapper .cookie-popup-content .cookie-actions{float: right;}
.cookie-popup-wrapper .cookie-popup-content span{text-decoration: underline;cursor: pointer;}
.cookie-popup-wrapper .cookie-popup-content span.accept_cookie_btn{background: #000;padding: 10px 20px;display: inline-block;margin-left: 20px;color: #fff;line-height: normal;text-decoration: none;}


/* category page */
.top-category-list .cat-item a{
    display: block;
    margin-right: 2px;
    margin-bottom: 2px;
    position: relative;
}
.top-category-list .cat-item a:nth-child(even){
    margin-right: 0;
}
.top-category-list .cat-item a img{
    display: block;
}
.top-category-list .cat-item a span.text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}
.top-category-list .cat-item a span.text span{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0px 0px 15.2px rgba(0,0,0 ,0.23);
    text-transform: uppercase;
    position: sticky;
    bottom: calc(50%);
    padding: 5% 5% 10%;
}
.category-discover a{
    width: 33.28%;
    color: #333;
    text-align: center;
}
.category-discover a:hover{
    text-decoration: none;
}
.category-discover a span{
    display: block;
    margin: 16px auto;
}
.category-discover a span.title{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.category-discover a span.discover{
    font-size: 14px;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin: 8px;
}
.category-new-products{
    margin: 60px 0;
    position: relative;
}
.category-new-products h1{
    font-size: 18px;
    margin: 60px auto 50px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.new-arrivals-wrapper{
    display: flex;
    margin: 20px 0;
}
.new-arrivals-wrapper .outerwear-right{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.new-arrivals-wrapper .outerwear-right ul{
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.new-arrivals-wrapper .outerwear-right ul.active{
    transition: left 1s;
}
.new-arrivals-wrapper .outerwear-right ul li{
    list-style: none;
    border-right: 2px solid #fff;
    margin-bottom: 0;
    width: 430px;
    float: left;
}
.new-arrivals-wrapper .outerwear-right ul li a{
    color: #333;
    font-size: 12px;
    text-align: center;
}
.new-arrivals-wrapper .outerwear-right ul li a:hover{
    text-decoration: none;
}
.new-arrivals-wrapper .outerwear-right ul li a:hover span.product-image{
    display: none;
}
.new-arrivals-wrapper .outerwear-right ul li a:hover span.product-hover-image{
    display: block;
}
.new-arrivals-wrapper .outerwear-right ul li a span{
    display: block;
}
.new-arrivals-wrapper .outerwear-right ul li a span.product-hover-image{
    display: none;
}
.new-arrivals-wrapper .outerwear-right ul li a span.product-name{
    font-weight: 600;
    margin: 15px 0 20px;
}
.product-item .price-box .price-label{
    display: none;
}
.product-item .product-item-info .price-box .old-price .price{
    text-decoration: line-through;
    font-size: 12px;
}
.category-new-products .outerwear-arrows{
    position: absolute;
    right: 4%;
    top: 0;
    z-index: 9;
}
.category-new-products .outerwear-arrows span{
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.category-new-products .outerwear-arrows span.disabled{
    cursor: default;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
}
.category-new-products .outerwear-arrows span.prev{
    transform: rotate(45deg);
}
.category-new-products .outerwear-arrows span.next{
    transform: rotate(-135deg);
}

.catalog-category-view div.products{
    margin: 30px auto;
    overflow: hidden;
}
.catalog-category-view.page-products .product-item-info{
    width: auto;
    text-align: center;
}
.page-products .product-item-info .old-price{
    margin-right: 10px;
}
.catalog-category-view.page-products .product-item-info .product-image-wrapper{
    height: 63.5vh;
    align-items: center;
    background: #e5e5e5;
}
.catalogsearch-result-index.page-products .product-item-info .product-image-wrapper{
    height: 63.5vh;
    align-items: center;
    background: none;
}
.catalogsearch-result-index.page-products .products{
    padding: 0;
}
.catalogsearch-result-index .page-title-wrapper h1{
    text-transform: uppercase;
}
.toolbar{
    margin: 20px auto;
}
.category-view{
    text-align: center;
    margin-bottom: 30px;
}
.category-view-bottom{
    margin: 0 auto 60px;
}
.category-view p{
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.product-item .price-box{
    margin: 15px 0 25px;
}
.read-more-btn{display: none;}
.catalog-category-view .product-item .product-item-info .product-item-name a.product-item-link{
    display: block;
    line-height: 18px;
}
/* category second and third list */
.category-cms{
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: 60px auto 0;
}
.category-cms ul,.category-cms ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-cms .left-category-nav{
    width: 25%;
}
.category-cms .left-category-nav li{
    background: #f5f5f5;
    padding: 20px;
    border-left: 3px solid #f5f5f5;
    border-bottom: 1px solid #dedede;
    text-align: left;
}
.category-cms .left-category-nav li.active{
    background: #fff;
    border-left: 3px solid #000;
}
.category-cms .left-category-nav li a{
    display: block;
}
.category-cms .right-subcategory-list{
    width: 70%;
}
.category-cms .right-subcategory-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.category-cms .right-subcategory-list ul li{
    width: 18%;
    margin-bottom: 20px;
}
.category-cms .right-subcategory-list ul li .cat-image{
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
}
.category-cms .right-subcategory-list ul li .cat-image img{
    width: 50%;
    height: auto;
    transition: all 0.6s ease;
}
.category-cms .right-subcategory-list ul li .cat-image:hover img{
    transform: scale(1.4);
}
.category-cms .right-subcategory-list ul li .cat-name{
    margin-top: 10px;
    text-align: center;
    display: block;
}

.contact-index-index .field-recaptcha{margin-left: 25.8%;}

.current-category-ad{
    margin-top: 50px;
    overflow: hidden;
    border-top: 1px solid  #999;
    padding-top: 30px;
}
.page-layout-1column .current-category-ad{display: none;}
.current-category-ad .recommend-products{
    margin-top: 20px;
}
.current-category-ad .contact-us{
    margin-bottom: 40px;
}
.current-category-ad .recommend-products ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.current-category-child .current-category-ad .recommend-products ul li{
    width: 49%;
    margin-bottom: 5px;
}
.current-category-child .current-category-ad .recommend-products ul li img{
    max-width: 100%;
    margin-right: 0;
    border-radius: 0;
}
.current-category-child h3{
    font-size: 16px;
    margin: 15px 0;
    padding-bottom: 17.5px;
    border-bottom: 1px solid  #999;
    color: #666;
}
.current-category-child ul.level0{max-height: 670px;overflow-y: auto;}
.current-category-child ul{list-style: none;padding: 0;}
.current-category-child ul li{list-style: none;padding: 0;margin: 0;position: relative;}
.current-category-child ul li.parent ul{display: none;}
.current-category-child ul li.parent ul li .category-info{padding: 0 10px 0 15px;}
.current-category-child ul li.parent ul li.parent ul li .category-info{padding: 0 10px 0 28px;}
.current-category-child ul li.parent ul li.parent ul li.parent ul li .category-info{padding: 0 10px 0 42px;}
.current-category-child ul li.parent ul li:last-child{border-bottom: none;}
.current-category-child ul li.parent .child-arrow{
    position: relative;
    transition: all .5s;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-top: 2px;
}
.current-category-child ul li.parent .child-arrow::before{
    content: '';
    width: 9px;
    height: 1px;
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    background: #999;
}
.current-category-child ul li.parent .child-arrow::after{
    content: '';
    width: 1px;
    height: 9px;
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    background: #999;
    transition: all .5s;
}
.current-category-child ul li.parent .child-arrow.open:after{
    opacity: 0;
}
.all-child-arrow{
    display: none;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    transition: all .5s;
    cursor: pointer;
}
.current-category-child h3.open .all-child-arrow{
    transform: rotate(-135deg);
    margin-top: 8px;
}
.current-category-child ul li .category-info{display: flex;align-items: center;justify-content: space-between;height: 45px;padding: 0 10px 0 3px;}
.current-category-child ul li img{max-width: 22px;margin-right: 3px;border-radius: 3px;}
.current-category-child ul li a{display: flex;align-items: center;}
.current-category-child ul li span.arrow-icon{
    margin-right: 8px;
    margin-left: 5px;
}
.current-category-child ul li span.arrow-icon::after{
    content: '';
    display: block;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
}

/* category filter */
.category-filter-wrapper{
    position: sticky;
    top: 81px;
    border-bottom: 1px solid #999;
    background: #fff;
    z-index: 9;
    transition: all .5s;
    padding-top: 15px;
}
.category-filter-wrapper.show-top{
    top: 0;
}
.category-filter-wrapper .category-filter-box{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 0 0;
}
.category-filter-wrapper .category-filter-box.only-show-sort{
    display: block;
}
.category-filter-wrapper .category-filter-box.only-show-sort .cat-sort{
    float: right;
}
.category-filter-wrapper .filter-list{
    width: 70%;
    display: flex;
    margin-left: 3%;
}
.category-filter-wrapper .cat-sort{
    width: auto;
}
.page-layout-1column .category-filter-wrapper .cat-sort{margin-right: 3%;}
html[lang="ar"] .category-filter-wrapper .cat-sort{
    margin-left: 2.5%;
}
.category-filter-wrapper .filter-list-mb, .category-filter-wrapper .filter-list .filter-list-mb-title{
    display: none;
}
.category-filter-wrapper .filter-item{
    margin-right: 45px;
}
.category-filter-wrapper .filter-item .item-title{
    position: relative;
    padding-right: 25px;
    padding-bottom: 15px;
    transition: all .6s;
}
html[lang="ar"] .category-filter-wrapper .filter-item .item-title{
    padding: 0 0 15px 25px;
}
.category-filter-wrapper .filter-item .item-title:before{
    content: ' ';
    display: block;
    width: 0;
    border-bottom: 2px solid #000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .6s;
}
.category-filter-wrapper .filter-item .item-title.active:before{
    width: 100%;
}
.category-filter-wrapper .item-title:after{
    content: ' ';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 5px;
    top: 3px;
    transform: rotate(45deg);
    transition: all .6s;
}
html[lang="ar"] .category-filter-wrapper .item-title:after{
    right: auto;
    left: 3px;
}
.category-filter-wrapper .filter-item .item-title.active:after{
    top: 8px;
    transform: rotate(-135deg);
}
.category-filter-wrapper .filter-list .filter-item .item-content{
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    width: 96%;
    padding: 20px 2%;
    background: #fff;
    z-index: 9;
    box-shadow: 0 5px 5px rgb(0 0 0 / 19%);
}
.category-filter-wrapper .filter-item .item-content ul{
    padding: 0;
    margin: 0;
}
.category-filter-wrapper .filter-list .filter-item .item-content ul li{
    float: left;
    width: 19%;
    list-style: none;
    margin-left: 1%;
    font-size: 13px;
}
.category-filter-wrapper .action-btns{
    margin: 40px auto 20px;
    display: flex;
    justify-content: space-between;
    width: 360px;
}
.category-filter-wrapper .action-btns .clear-filter{
    width: 150px;
    text-align: center;
    border: 1px solid #000;
    color: #333;
    padding: 8px 0;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.category-filter-wrapper .action-btns .show-filter-results{
    text-align: center;
    border: 1px solid #000;
    color: #fff;
    padding: 8px 0;
    background: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    width: 150px;
    text-decoration: none;
}
.category-filter-wrapper .cat-sort .filter-item{
    margin-right: 0;
    position: relative;
}
.category-filter-wrapper .cat-sort .filter-item .item-title:before{
    right: 0;
    left: auto;
}
.category-filter-wrapper .cat-sort .filter-item .item-title .selected{
    color: #999;
    margin-right: 20px;
}
.category-filter-wrapper .cat-sort .filter-item .item-content{
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    width: 180px;
    padding: 20px 10px;
    background: #fff;
    z-index: 9;
}

.category-filter-wrapper .cat-sort .filter-item .item-content ul li{
    list-style: none;
}
.category-filter-wrapper .cat-sort .filter-item .item-content ul li a{
    color: #333;
    display: block;
    text-decoration: none;
}
.category-filter-wrapper .cat-sort .filter-item .item-content ul li.active a{
    font-weight: 600;
}
.category-filter-wrapper .cat-sort .filter-item .item-content ul li .icon__content{
    display: none;
}
.category-filter-wrapper .cat-sort .filter-item .item-content ul li.active .icon__content{
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.category-filter-cover{
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    display: none;
}
.toolbar .pages .action{
    border: 0;
    background: none;
    width: auto;
}
.toolbar .pages .item{
    line-height: 32px;
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 3px;
}
.toolbar .pages .item:hover{background: #ccc;}
.toolbar .pages .item.current{
    background: #333;
}
.toolbar .pages a.page{
    color: #333;
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding: 0;
}
.toolbar .pages strong.page{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    line-height: 32px;
}
.toolbar .pages .action.next{
    margin-left: 6px;
}
.toolbar .pages .action.previous{
    margin-right: 0;
}
.toolbar .pages .action.next:visited:before,.toolbar .pages .action.previous:visited:before{
    color: #333;
}
.toolbar .pages .action.next:before{
    color: #333;
    width: 13px;
    height: 13px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    display: block;
    content: '';
    transform: rotate(-45deg);
    margin: 10px 13px 0 0;
}
.toolbar .pages .action.previous:before{
    color: #333;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    display: block;
    content: '';
    transform: rotate(45deg);
    margin: 10px 0 0 10px;
}

.popup-box.newsletter-box{
    padding: 30px;
    width: 520px;
}
.popup-box.newsletter-box .popup-close,.popup-box.cart-total-money .popup-close{opacity: 1;}
.popup-box.newsletter-box .popup-close:before,.popup-box.cart-total-money .popup-close:before{color: #000}
.newsletter-box #newsletter-validate-detail .action.subscribe{right: 5px;top:4px;}
.newsletter-box .form.subscribe{text-align: left}
.newsletter-box p{margin: 36px 0;line-height: 22px;color: #8d8d8d;text-align: left}
.newsletter-box p a{text-decoration: underline;color: #8d8d8d;}
.popup-box.newsletter-box h3{font-family: TradeGothicforNike365-BdCn,Helvetica;font-size: 17px;font-weight: 600;margin-top: 25px}
.popup-box.newsletter-box h2{font-family: TradeGothicforNike365-BdCn,Helvetica;font-size: 28px;font-weight: 600;margin: 20px 0 25px;}
.newsletter-box .email-title{text-align: left}
.newsletter-box #newsletter-validate-detail .action.newsletter-popup-btn{display: block;width: 100%;text-transform: uppercase;border-radius: 3px !important;margin-top: 20px;height: 42px;}
.newsletter-box .action.subscribe{display: none;}
.newsletter-box .form.subscribe input{height: 40px;border-radius: 3px;}
.newsletter-box .newsletter_popup_content{display: flex; justify-content: space-between;}
.newsletter-box .newsletter_popup_content .image{width: 37%;}
.newsletter-box .newsletter_popup_content .image img{display: block;max-width:100%;}
.newsletter-box .newsletter_popup_content .text{width: 58%;}
.newsletter-box .form.subscribe .field{margin: 15px 0;}
.newsletter-box .form.subscribe .field.name{display: flex;justify-content: space-between;}
.newsletter-box .form.subscribe .field.name .item{width: 48%;}
.newsletter-box .form.subscribe div.mage-error[generated]{margin-top: 3px;}
.newsletter-box .form.subscribe .sign_up_btn{display: block;margin: 26px auto 0;background: #000;color: #fff;font-size: 15px;padding: 15px;width: 160px;border: 0;border-radius: 0;}
.newsletter-box .form.subscribe .sign_up_btn:hover{background: #444;}
.sign_up_result{text-align: center;}
.sign_up_result .password{display: block;font-size: 24px;margin: 10px;}
.sign_up_result .go_login a{display: block;text-decoration:none; margin: 30px auto 0;background: #000;color: #fff;font-size: 15px;padding: 15px;width: 160px;border: 0;}
.sign_up_result .go_login a:hover{background: #444;}

.popup-box.newsletter-box.notice-box{
    width: 500px;
    height: auto;
}
.popup-box.newsletter-box.notice-box h3{
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    font-weight: normal;
    margin-top: -2px;
    font-size: 16px;
}
.newsletter-box.notice-box p{
    margin: 12px 0 0;
    color: #555;
}
.newsletter-box.notice-box .sign-up-button{
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 20px;
}
.newsletter-box.notice-box .sign-up-button a{
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid #333;
}

/* product page */
.catalog-product-view .page-title-wrapper{
    display: none;
}
.catalog-product-view .swatch-opt{
    margin: 0;
}
.swatch-opt .swatch-attribute{
    width: 100%;
    margin: 0 1px;
}
.swatch-opt .swatch-attribute.size{
    max-width: 521px;
}
.swatch-opt .swatch-attribute .swatch-attribute-options{margin: 30px 0 8px;}
.swatch-attribute-selected-option{display: none}
.swatch-opt .swatch-attribute div.mage-error[generated]{
    margin-bottom: 10px;
    margin-top: -7px;
}
.product-info-main .box-tocart{
    margin-top: 30px;
}
.product-info-main .box-tocart .fieldset .qty.field .label{
    width: auto;
    margin-right: 10px;
    padding-top: 0;
}
html[lang="ar"] .product-info-main .box-tocart .fieldset .qty.field .label{
    margin: 0 0 0 10px;
}
.product-info-main .box-tocart .qty .control input{
    width: 87px;
}
.product-info-main .box-tocart .fieldset>.field:not(.choice)>.control{
    width: auto;
    display: flex;
}
.product-info-main .box-tocart .qty .qty-control {
    width: 30px;
}
.fa-plus-square, .fa-minus-square {
    cursor: pointer;
    width: 29px;
    height: 19px;
    border: 1px solid #c2c2c2;
    border-left: 0;
    position: relative;
    display: block;
}
html[lang="ar"] .fa-plus-square, html[lang="ar"] .fa-minus-square{border-right: 0;border-left: 1px solid #c2c2c2;}
.fa-plus-square::before {
    content: '';
    display: block;
    width: 9px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 9.5px;
    left: 10px;
}
.fa-plus-square::after {
    content: '';
    display: block;
    width: 1px;
    height: 9px;
    background: #333;
    position: absolute;
    top: 5.5px;
    left: 14px;
}
.fa-minus-square{height: 18px;border-top: 0;}
.fa-minus-square::before {
    content: '';
    display: block;
    width: 9px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 8.5px;
    left: 10px;
}
.catalog-product-view .product-info-main .product-add-form{
    padding-top: 0;
}
.catalog-product-view .product-info-main .product-info-price{
    margin-bottom: 10px;
}

.product-info-main .product-info-stock-sku .sku{
    font-size: 14px;
    font-weight: 400;
    margin: 12px 0;
    color: #999;
    text-transform: uppercase;
}
.product-info-main .product-info-stock-sku .sku span{
    text-transform: none;
}
.product-options-bottom .price-box, .product-info-price .price-box{
    color: #333 !important;
}
.product-info-main .product-info-price .price-box .price-label{
    display: none !important;
}
.product-info-main .product-info-price .price-box .price-container>span.price-wrapper, .product-info-price .price-box .special-price{
    display: inline-block;
    margin-right: 10px;
}
.product-info-main .product-info-price .price-box .price-wrapper .price, .product-info-price .price-box .special-price .price-container .price{
    font-size: 20px;
}
.product-options-bottom .price-box .old-price .price-container .price, .product-info-price .price-box .old-price .price-container .price{
    font-size: 14px;
    text-decoration: line-through;
}
.catalog-product-view .swatch-option{
    padding: 2px;
    margin: 0 10px 10px 0;
}
.catalog-product-view .swatch-option.selected{
    border: 1px solid #e4141d;
    outline: none;
}
.catalog-product-view .swatch-option.text{
    padding: 9px;
    height: auto;
    font-size: 13px;
}
.product-info-main .product.attribute.overview h4{
    font-weight: 600;
    margin: 10px 0 5px;
}
.product-info-main .details-popup{
    text-decoration: underline;
    cursor: pointer;
}
.product-info-main .description-contacts{
    margin-top: 32px;
}
.product-info-main .description-contacts span{
    text-decoration: underline;
    cursor: pointer;
}
.product-info-main .description-contacts label{
    margin: 0 10px;
}
.free-shipping-more-details,.short-description-details,.contact-us-details{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    display: none;
}
.product-add-form .more-details-content{
    padding: 0 60px 0 12px;
    transform: translateY(-45%);
    position: relative;
    top: 40%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.product-add-form .more-details-content .style_sku{
    text-transform: uppercase;
}
.product-add-form .more-details-content table{
    height: auto !important;
    margin-bottom: 20px;
}
.product-add-form .more-details-content table td{
    vertical-align: top !important;
    padding: 5px 0;
}
.product-add-form .more-details-content img{display: none;}
.product-add-form .more-details-content table td,.product-add-form .more-details-content table td p,.product-add-form .more-details-content table td span,
.product-add-form .more-details-content table td font{
    font-family: "Styrene Regular", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
    margin: 0 !important;
    height: auto !important;
    font-weight: normal !important;
}
.product-add-form .more-details-content,.product-add-form .more-details-content p,.product-add-form .more-details-content span{
    font-family: "Styrene Regular", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
}
.product-add-form .more-details-content ul{
    padding-left: 18px;
}
.product-add-form .close{
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    z-index: 99;
}
.product-options-bottom p{
    margin: 25px 0;
}
.product-add-form .close:before{
    content: "\2715";
}
.product-add-form h3{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 30px;
}
.product-add-form h4{
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.product-add-form a:hover{
    color: #999;
}
.product-info-main .box-tocart .action.tocart{
    border-radius: 0;
    background: #000;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.product-info-main .box-tocart .action.buy-now{
    background: none;
    width: 48%;
    color:#000;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
    line-height: 2.2rem;
    float: right;
    text-transform: uppercase;
    margin-right: 0;
}
.product-info-main .box-tocart .action.buy-now:hover{
    background: #000;
    color: #fff;
}
.product-info-main .product-options-bottom .box-tocart{
    padding: 1px;
    margin-top: 20px;
}
.product-info-main .product-options-bottom .box-tocart .field.qty{
    display: flex;
    align-items: center;
}
.product-info-main a.action.towishlist{
    width: 99.8%;
    background: none;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    margin: 30px auto 0;
}
html[lang="ar"] .product-info-main a.action.towishlist{
    width: 97.8%;
    margin-left: 3%;
}
.product-info-main a.action.towishlist:hover{
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.product-info-main .fieldset:last-child{margin-bottom: 0;}
.page-layout-1column .product-info-main{
    margin-top: 120px;
}
.catalog-product-view .product-info-main .stock{
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}
.catalog-product-view .product-info-main .product-reviews-summary{
    display: none;
}
.catalog-product-view .product-social-links .tocompare{
    display: none;
}
.product.data.items>.item.title{
    display: none;
}
.catalog-product-view .product.data.items>.item.content{
    border-top: 0;
    margin-top: 0;
    padding: 20px 0;
}
.description-content .description-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.description-content .info-text,.description-content .info-image{
    width: 47%;
}
.description-content .info-text{
    margin-top: 5%;
}
.description-content .info-text h3{
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.description-content .info-text ul{
    margin: 20px 0;
    padding: 0;
}
.description-content .info-text ul li{
    list-style: none;
    margin: 0;
}
.catalog-product-view .fotorama__arr, .catalog-product-view .fotorama__thumb__arr{
    background-color: inherit;
}
.catalog-product-view .fotorama__arr:hover{
    background-color: inherit;
}
.block.related .title{
    text-align: center;
}
.block.related .title strong{
    font-size: 16px !important;
    text-transform: uppercase;
}
.block.related .product-items{
    margin-left: -1px;
    margin-top: 42px;
}
.page-layout-1column .block.related .products-grid .product-item{
    width: 25%;
    margin: 0;
    border-left: 1px solid #fff;
}
.page-layout-1column .block.related .products-grid .product-item .product-image-wrapper{
    background: #e5e5e5;
}
.page-layout-1column .block.related .products-grid .product-item .product-image-wrapper img{
    width: 100%;
}
.block.related .swiper-button-prev,.block.related .swiper-button-next{
    color: #000;
    top: 43%;
}
.block.related .swiper-button-next.swiper-button-disabled, .block.related .swiper-button-prev.swiper-button-disabled{
    display: none;
}
.block.related .swiper-button-next:after, .block.related .swiper-button-prev:after{
    font-size: 27px;
}
.block.related .product-item-info{
    width: auto;
}
.block.related .product-item-details{
    text-align: center;
}
.catalog-product-view .block.related .related-available .product-item-name{
    margin-left: 0;
}
.swatch-option-tooltip{
    display: none !important;
}
.catalog-product-view .product-info-main .product-info-price .price-box{
    display: block;
    width: auto;
    border-bottom: 1px solid #ccc;
    margin-bottom: 26px;
    padding-bottom: 22px;
}
.catalog-product-view .swatch-attribute-label{
    font-weight: 600;
}
.catalog-product-view .swatch-attribute.size .swatch-option, .catalog-product-view .swatch-attribute.manufacturer .swatch-option{
    font-weight: normal;
    background: #fff;
    color: #333;
    outline: none;
}
.catalog-product-view .swatch-attribute.length .swatch-option{
    font-weight: normal;
    background: #fff;
    color: #333;
    outline: none;
}
.catalog-product-view .swatch-option:hover{
    border: 1px solid #000 !important;
    outline: none !important;
}
.catalog-product-view .swatch-option:focus{
    box-shadow: none;
}
.catalog-product-view .swatch-attribute.size .swatch-option.selected, .catalog-product-view .swatch-attribute.manufacturer .swatch-option.selected{
    border: 1px solid #000;
}
.catalog-product-view .swatch-attribute.length .swatch-option.selected{
    border: 1px solid #000;
}

.catalog-product-view .page-header{
    position: fixed;
    top: 0;
    background: none;
}
body.catalog-product-view{
    padding-top: 0;
}
.catalog-product-view .page-header:hover{
    background: #fff !important;
}
.catalog-product-view .breadcrumbs{
    display: none;
}
.catalog-product-view .page.messages{
    margin: 0;
    width: 100%;
    position: relative;
    top: 86px;
    left: 0;
    z-index: 1;
}

.size-guide-popup{margin-left: 45px;text-decoration: underline;cursor: pointer;
    background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/size_rule_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 21px;
    font-weight: normal;
}
html[lang="ar"] .size-guide-popup{margin-right: 45px;}
.disable-scroll{width: 100%;height: 100%;overflow: hidden;}
.all-cover, .video-all-cover{background: #000;position: fixed;width: 100%;height: 100%;z-index: 1001;left: 0;top: 0;opacity: 0.6; display: none;}
.popup-wrapper{position: fixed;width: 100%;height: 100%;top: 0;left: 0;overflow-y: scroll;z-index: 1002;display: none;}
.popup-container{position: absolute;width: 100%;height: 100%;top: 0;left: 0;text-align: center;}
.popup-container:before{content: "";display: inline-block;height: 100%;vertical-align: middle;}

.popup-box{position: relative;display: inline-block;vertical-align: middle;width: 65%;background: #fff;z-index: 1003;margin-left: -1%;text-align: center;}
.popup-box.popup-box-big{width: 80%;}
.popup-box.popup-box-small{width: 30%;}
.popup-close{width: 20px;height: 20px;opacity: 0.6;position: absolute;right: 10px;top:5px;cursor: pointer;}
.popup-close:before{content: "\2715";font-size: 22px;}
.popup-close:hover{opacity: 1;}
.popup-title{font-size: 1.4rem;font-weight: bold;margin:35px 40px 20px;text-transform:uppercase}
.popup-box .popup-content{margin:0 40px 35px;min-height: 300px;max-height: 72vh;overflow: auto}
.popup-content-tip{
    text-align: left;
}
.popup-content-table table:first-child{overflow: hidden;margin-bottom: 10px;margin-top: 20px;table-layout: fixed;}
.popup-content-table table:first-child tr:first-child{
    background: #f6f6f6;
    font-weight: 600;
}
.popup-content-table table:first-child tr:hover{
    background: #f6f6f6;
}
.popup-content-table table:first-child td{
    padding: 15px 0;
    position: relative;
    border: 1px solid #ccc;
    font-size: 12px;
}
.popup-content-table table:first-child td:hover:after{
    background-color: #ccc;
    content:" ";
    height: 10000px;
    top: -1000px;
    left: 0;
    opacity: .2;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.popup-content-table table:last-child{
    text-align: left;
}
.popup-content-table table:last-child td{
    vertical-align: middle;
}
.popup-content-table table:last-child p{margin: 0}
.popup-content-table .size_text{text-align: left;margin: 15px 0;display: flex;align-items: center;}
.popup-content-table .size_text img{float: left;}

.popup-box.cart-total-money{width: 500px;text-align: left;padding:30px;}
.popup-box.cart-total-money .popup-content{margin: 25px;height: auto;min-height: initial;line-height: 24px;}
.popup-box.cart-total-money h3{margin: 0 0 30px;font-size: 14px;font-weight:bold;}
.popup-box.cart-total-money a{text-decoration:underline;}
.popup-box.cart-total-money .action-btns{margin-top: 40px;}
.popup-box.cart-total-money .action-btns a{font-size: 13px;}
.popup-box.cart-total-money .action-btns button{background:#000;color:#fff;margin-left: 35px;
    padding: 10px 30px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    min-width: 130px;
    letter-spacing: 1px;
}

.product-options-wrapper .fieldset>.field .field.choice, .product-options-wrapper .fieldset>.fields>.field .field.choice{
    float: left;
}
html[lang="ar"] .product-options-wrapper .fieldset>.field .field.choice, html[lang="ar"] .product-options-wrapper .fieldset>.fields>.field .field.choice{
    float: right;
}
.product-options-wrapper .fieldset .field .field.choice label{
    border: 1px solid #dadada;
    display: block;
    margin-right: 10px;
    width: 45px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
.product-info-main-wrapper .product-add-form .product-options-wrapper .field .control{
    width: 80%;
    float: none;
}
.product-info-main-wrapper .product-add-form .product-options-wrapper .field .control .message-error{
    color: #e02b27;
    font-size: 1.2rem;
}
.product-info-main-wrapper .product-add-form .product-options-wrapper .field.add-yours .control .message-error{
    display: none;
}
.product-options-wrapper .fieldset > .field{
    margin: 0 0 20px;
}
.product-options-wrapper .fieldset>.field:not(.choice)>.label{
    float: none;
    display: block;
    margin: -6px 0 25px;
    width: auto;
    text-align: left;
}
html[lang="ar"] .product-options-wrapper .fieldset>.field:not(.choice)>.label{
    text-align: right;
}
.product-options-wrapper .fieldset .field .field.choice input{display: none}
.product-options-wrapper .fieldset .field .field.choice input[type="radio"]:checked + label{
    border: 1px solid #000;
}
.product-options-wrapper .fieldset .field .field.choice .price-notice{display: none}
.catalog-product-view .product-options-wrapper{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.catalog-product-view .product-options-wrapper .fieldset{margin: 0;}

.product-options-wrapper .fieldset .field .field.choice label:hover{
    border: 1px solid #000;
}
.swatch-option.disabled{opacity: 0.5;}
.swatch-option.disabled:after{
    left: auto;
    right: 20px;
    top: 4px;
    width: 1px;
    height: 32px;
    background: #ff5216;
    transform: rotate(45deg);
}

.product-info-main .description-contacts span.video-popup{
    background: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/video_icon.png") no-repeat;
    text-indent: -99999px;
    background-size: contain;
    width: 30px;
    display: inline-block;
}
.product-info-main .description-contacts span.video-popup2{
    background: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/video_icon2.png") no-repeat;
}
.video-popup-wrapper .popup-box{width: auto;}
.video-popup-wrapper .popup-box .popup-content{margin: 0;cursor:pointer;max-height: 90vh;}
.video-popup-wrapper .popup-box .popup-content video{display: block;height:100%;margin: 0 auto;min-height: 300px;max-height:87vh;}
.video-popup-wrapper .popup-close{width: 30px;height: 30px;opacity: 1;background:#777;border-radius:50%;right:-10px;top: -14px;border: 2px solid #fff;transition: all .5s;z-index:2;}
.video-popup-wrapper .popup-close:before{font-size: 20px;color:#fff;}
.video-popup-wrapper .popup-close:hover{background:#000;transform:rotate(180deg);}

/* shopping cart */
.page-title-wrapper h1{
    font-size: 18px;
}
.amblog-author-info .amblog-name{font-size: 18px;}
.cart-empty a{text-decoration:underline;color:#1979c3;}
body .cart-empty a:visited {color:#1979c3;}
.checkout-cart-index .cart-container:before,.checkout-cart-index .cart-container:after{
    content: '';
    display: none;
}
.cart-container{
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.cart-container .cart-container-wrapper{
    width: 70%;
}
.cart-container .cart-summary{
    width: 25%;
    background: none;
    padding: 0;
}
.cart-container .cart-summary #block-shipping{
    display: none;
}
.cart-container .cart-summary .help{
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 0 25px 30px;
}
.cart-container .cart-summary .help h4{
    margin: 30px 0 20px;
    font-weight: 600;
    font-size: 15px;
}
.cart-container .cart-summary .help .accepts-credit-cards{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5%;
}
.cart-container .cart-summary .help .accepts-credit-cards img{
    width: 28%;
    margin-left: 5%;
    margin-bottom: 15px;
}
.cart-container .cart-summary .help p{
    margin: 0;
}
.cart-container .cart-summary .help p a{
    color: #333;
    text-decoration: underline;
}
.cart-container .cart-container-wrapper .form-cart{
    float: none;
    width: auto;
}
.cart-container .cart.table-wrapper .product-item-photo{
    margin-right: 0;
}
html[lang="ar"] .cart-container .cart.table-wrapper .product-item-photo{
    padding: 0 0 0 20px;
}
.cart.table-wrapper .items thead{
    border-top: 1px solid #d1d1d1;
}
.cart-container-wrapper .cart.table-wrapper th.col{
    padding: 15px 0;
    font-weight: 600;
}
.cart-container-wrapper .cart.table-wrapper th.col.description{
    width: 52%;
}
.cart-container-wrapper .cart.table-wrapper th.col.item{
    width: 140px;
}
.cart-container-wrapper .cart.table-wrapper td.col{
    padding: 20px 0;
}
.cart-container-wrapper .cart.table-wrapper .product-item-name{
    font-weight: 600;
    margin-top: -1px;
}
.cart-container-wrapper .cart.table-wrapper .col.price, .cart-container-wrapper .cart.table-wrapper .col.qty, .cart-container-wrapper .cart.table-wrapper .col.subtotal{
    text-align: center;
}
.cart-container-wrapper .cart.table-wrapper .item .col.item{
    display: inline-block;
    padding: 20px 0;
}
.cart-container-wrapper .cart.table-wrapper .product-image-wrapper{
    display: flex;
    align-items: center;
}
.cart-container-wrapper .price-including-tax .price, .cart-container-wrapper .price-excluding-tax .price{
    font-weight: normal;
    font-size: 15px;
}
.cart-container-wrapper .cart.table-wrapper td.description{
    position: relative;
}
.cart-container-wrapper .cart.table-wrapper .item-options{
    max-width: 287px;
}
.cart-container-wrapper form .actions-toolbar{
    margin-left: 0 !important;
    position: absolute;
    left: 0;
    bottom: 24px;
}
html[lang="ar"] .cart-container-wrapper form .actions-toolbar{
    left: auto;
    right: 0;
}
.cart-container-wrapper .cart.table-wrapper .actions-toolbar a.action{
    border: 0;
    background: none;
    text-decoration: underline;
    color: #333;
    font-weight: normal;
    font-size: 12px;
    padding: 0;
    margin: 0 10px 0 0;
    width: auto;
}
.minicart-items-wrapper .product-image-wrapper:hover .product-image-photo{
    display: block;
}
.minicart-items-wrapper .product-image-wrapper:hover .product-hover-image{
    display: none !important;
}
.cart-container-wrapper .product-image-wrapper:hover .product-image-photo{
    display: block;
}
.cart-container-wrapper .product-image-wrapper:hover .product-hover-image{
    display: none !important;;
}
.form-wishlist-items .product-image-wrapper:hover .product-image-photo{
    display: block;
}
.form-wishlist-items .product-image-wrapper:hover .product-hover-image{
    display: none !important;
}
.cart-container .cart-container-wrapper .form-cart .action.continue{
    display: none;
}
.cart-container .show-mobile-price{
    display: none;
}
.cart-container .cart-container-wrapper .form-cart .action{
    background: #fff;
    font-size: 12px;
    padding: 8px 15px;
    border: 1px solid #000;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: inherit;
    min-width: 100px;
    border-radius: 0;
    color: #000;
}
.cart-container .cart-container-wrapper .form-cart .action:hover{
    background: #444;
    color:#fff;
}
.cart-container .cart-container-wrapper .form-cart .action.update:before{
    content: '';
}
.cart-container-wrapper .cart-totals .mark{
    text-align: right;
    padding: 5px;
    font-size: 13px;
}
.cart-container-wrapper .cart-totals .amount{
    width: 24%;
    padding: 5px;
    font-size: 13px;
}
.cart-container-wrapper .cart-totals{
    background: #f7f7f7;
    padding: 20px 10px;
}
.cart-container-wrapper .cart-totals .grand .mark, .cart-container-wrapper .cart-totals .grand .amount{
    padding-top: 10px;
}
.cart-container-wrapper .cart-totals .grand .mark strong, .cart-container-wrapper .cart-totals .grand .amount strong{
    font-weight: 600;
}
.cart-container-wrapper .block.discount{
    margin: 40px 0;
    float: left;
    width: 50%;
}
.cart-container-wrapper .block.discount #coupon_code{
    border: 1px solid #ddd;
    width: 100%;
    height: 44px;
}
.cart-container-wrapper .block.discount .fieldset{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.cart-container-wrapper .block.discount .field{
    width: 66%;
}
.cart-container-wrapper .block.discount .control{
    float: none !important;
    width: 100% !important;
}
.cart-container-wrapper .block.discount form .actions-toolbar{
    position: static;
}
.action.primary{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-weight: normal;
    padding: 12px 15px;
    border-radius: 0 !important;
}
.action.primary:hover{
    background: #000;
    border: 1px solid #000;
}
.cart-container-wrapper .block.discount .actions-toolbar .primary .action{
    height: 44px;
}
.column.main .cart-container-wrapper .block .title strong{
    font-size: 14px;
    font-weight: 600;
}
.cart-container .cart-container-wrapper .checkout-methods-items{
    float: right;
    margin-top: 69px;
}
.cart-container .cart-container-wrapper .checkout-methods-items .action.primary{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 30px;
    opacity: 1;
    border-radius: 0;
    text-transform: uppercase;
    min-width: 213px;
}
.set-money-number{display: none;}

/* checkout */
.checkout-index-index .checkout-container{
    width: 94%;
    margin: 10px auto;
    position: relative;
}
.checkout-index-index .modal-custom .action-close{
    margin: 20px 12px;
}
.checkout-container .opc-progress-bar{
    text-align: center;
}
.opc-progress-bar .opc-progress-bar-item:before{height: 2px;}
.opc-progress-bar .opc-progress-bar-item>span:before, .opc-progress-bar .opc-progress-bar-item>span:after{
    width: 36px;
    height: 36px;
    margin-left: -15px;
    top:0;
}
.opc-progress-bar .opc-progress-bar-item>span:after{width: 32px;height: 32px;margin-left: -13px;top:2px;line-height: 32px;}
.checkout-container .opc-wrapper .step-title{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.checkout-container .opc-wrapper .step-title span{padding-left: 5px;}
html[lang="ar"] .checkout-container .opc-wrapper .step-title span{padding: 0 5px 0 0;}
.checkout-container .opc-sidebar{
    margin: 32px 0 20px;
    width: 32%;
}
.checkout-container .opc-block-summary{
    background: none;
    border: 1px solid #ccc;
}
.checkout-container .product-image-wrapper{
    height: 110px;
    display: flex;
    align-items: center;
}
.checkout-container .product-image-wrapper img{
    display: block;
    height: auto;
}
.checkout-container .minicart-items .product-item-details{
    padding-left: 100px;
    margin-top: -7px;
}
.checkout-container .opc-block-summary .product-item .price{
    font-size: 15px;
}
html[lang="ar"] .opc-block-summary .items-in-cart>.title{
    padding: 10px 0 10px 40px;
}
html[lang="ar"] .opc-block-summary .items-in-cart>.title:after{
    left: 0;
    right: auto;
}
html[lang="ar"] .opc-block-summary .product-item .product-item-name-block{
    padding: 0 0 0 5px;
    text-align: right;
}
.checkout-index-index .column.main .block .title strong {
    font-size: 15px;
    font-weight: 400;
}
.opc-wrapper .form-login .fieldset:last-child>.field{
    margin-bottom: 0;
}
.checkout-index-index .agreements-modal #checkout-agreements-modal{
    padding-bottom: 20px;
}
.checkout-index-index .agreements-modal #checkout-agreements-modal h3{
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 25px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.checkout-index-index .agreements-modal .action-btns{margin-top:35px;text-align:center;}
.checkout-index-index .agreements-modal .action-btns button{
    background: none;
    width: 130px;
    padding: 12px;
    font-weight: normal;
    margin: 0 10px;
    border: 1px solid #000;
}
.checkout-index-index .agreements-modal .action-btns button.btn-agree{
    background: #000;
    color: #fff;
}
.checkout-index-index .agreements-modal .modal-footer{display: none;}
.checkout-container .discount-code{
    display: none;
}
.checkout-container .opc-wrapper .action-show-popup{
    border-radius: 0;
    line-height: inherit;
}
.checkout-container .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary{
    padding: 14px 30px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.6rem;
    min-width: 213px;
    margin: 30px 0;
}
.checkout-container .opc-block-shipping-information{
    padding: 0;
}
.checkout-container .opc-block-shipping-information .shipping-information{
    border: 1px solid #ccc;
    padding: 22px 30px;
}
.checkout-container .opc-block-shipping-information .shipping-information-title,.checkout-container .opc-block-summary>.title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.checkout-container .opc-wrapper .form-login .fieldset .note{
    font-size: 13px;
    margin-bottom: 10px;
}
.checkout-container .checkout-shipping-method .actions-toolbar .action.primary{
    padding: 12px 30px;
    font-size: 14px;
    line-height: 1.6rem;
    text-transform: uppercase;
}
.page-main button, .page-main a.action.primary, .page-main .cart.table-wrapper .actions-toolbar>.action, .page-main .action-gift{
    line-height: 1.6rem;
    font-family: 'Styrene Regular';
}
.checkout-success-wrapper .checkout-success{
    margin-bottom: 20px;
}
.checkout-fail-wrapper .checkout-fail{
    margin-bottom: 20px;
}
.checkout-fail-wrapper .checkout-fail a{
    color: #1979c3;
}
.checkout-fail-wrapper .checkout-fail a.continue{
    color: #fff;
}
.checkout-success-wrapper .checkout-success .actions-toolbar{
    margin-top: 30px;
}
.checkout-fail-wrapper .checkout-fail .actions-toolbar{
    margin-top: 30px;
}
.checkout-container .field .control._with-tooltip input{width: 100%;}
.checkout-container .field-tooltip{right:-30px;top:3px;}
.checkout-container .field-tooltip .field-tooltip-content{width: 230px;}
.checkout-payment-method .ccard .number .input-text{width:360px;}
.checkout-payment-method .ccard .month .select{width: 214px;}
.checkout-payment-method .ccard .year .select{width: 140px;}
.checkout-index-index .checkout-payment-method .ccard>.field.cvv>.control{
    padding-right: 0;
    width: 360px;
}
.field .control._with-tooltip input{
    width: 100%;
}
.field .control._with-tooltip .field-tooltip{right: -30px;}
html[lang="ar"] .field .control._with-tooltip .field-tooltip{right: auto;left: -30px;}

/* Login register */
.login-container .fieldset>.field:not(.choice)>.label{
    text-align: left;
    margin-bottom: 5px;
    font-weight: normal;
}
.customer-account-login .login-container .block .block-title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.customer-account-login .login-container .block .block-title strong{
    font-weight: 600;
    font-size: 15px;
}
.customer-account-login .login-container .actions-toolbar{
    margin-top: 30px;
}
.login-container .column:not(.sidebar-main) form .actions-toolbar, .login-container .column:not(.sidebar-additional) form .actions-toolbar{
    margin-left: 0;
}
.page-main .fieldset>.field>.control input{
    height: 40px;
}
.page-main .fieldset>.field>.control select{
    height: 40px;
}
.customer-account-create .page-title-wrapper{
    text-align: center;
}
.customer-account-create .form.create.account{
    margin: 20px auto;
}
.customer-account-create .fieldset>.legend{
    font-size: 16px;
    font-weight: 600;
}
.customer-account-create .fieldset>.field:not(.choice)>.label{
    font-weight: normal;
}

.account-nav .item a{
    color: #333;
}
.block .box-actions a{
    margin-right: 15px;
    text-decoration: underline;
    font-size: 13px;
}
.page-layout-2columns-left .columns .block .block-title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.page-layout-2columns-left .columns .block.block-order-info{
    margin-bottom: 20px;
}
.page-layout-2columns-left .main{
    padding-left: 4% !important;
}
.page-layout-2columns-left .sidebar-main{
    padding-right: 0;
}
.account .table-wrapper{
    margin-bottom: 0;
}
.account table>tbody>tr>td{
    padding: 15px 10px;
}
.account .toolbar{
    padding: 10px;
    width: auto;
    margin: 0;
    border-top: 1px solid #ccc;
}
.account .actions-toolbar{
    margin-left: 0 !important;
    margin: 30px 0;
}
.wishlist-index-index.account .actions-toolbar{
    margin: 0 0 30px;
}
.account .actions-toolbar .primary .action{
    min-width: 120px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6rem;
}
.actions-toolbar .secondary .back{
    border: 1px solid #000;
    display: block;
    padding: 10px 0;
    color: #333;
    min-width: 100px;
    margin-top: 0;
}
.account .actions-toolbar.order-actions-toolbar{
    display: block;
    margin: 10px 0 30px;
}
.account .order-page-title{
    font-size: 20px;
}
.account .fieldset .legend{
    margin-left: 0;
}
.account .fieldset>.field:not(.choice)>.label{
    text-align: left;
    margin-bottom: 10px;
    font-weight: normal;
}
.account .fieldset input.input-text,.account .fieldset select{
    height: 40px;
}
.account .fieldset>.field:not(.choice)>.control{
    display: block;
    float: none;
    width: 100%;
}
.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.search.advanced, .form.form-orders-search{
    margin-left: 3%;
}
.account .fieldset>.field.choice:before, .account .fieldset>.field.no-label:before{
    width: auto;
    padding: 0;
}
.account .order-actions-toolbar .action.print{
    display: inline-block;
    float: none;
}
.account .order-actions-toolbar a.action{
    text-decoration: underline;
}
.account .order-links{
    padding-bottom: 10px;
}
.account .order-links .item{
    margin-right: 7px;
    border: 1px solid #d1d1d1;
    padding: 8px;
    line-height: normal;
}
.account .order-links .item.current{
    border: 1px solid #000;
    color: #fff;
    background: #000;
}
.account .order-links .item strong{
    font-size: 14px;
}
.account .order-status{
    margin-bottom: 0;
    display: block;
}
.account .order-status .label,.account .order-date .label{
    width: 120px;
    display: inline-block;
}
.account .table-wrapper table>thead>tr>th{
    font-weight: normal;
}
.order-details-items dl.item-options{
    margin-bottom: 0;
}
.order-details-items .item-options dt{
    display: inline-block;
    font-weight: normal;
}
.account .order-details-items .item-options dd{
    display: inline-block;
    margin: 0 20px 0 0;
}
.account .price-including-tax .price, .account .price-excluding-tax .price{
    font-size: 14px;
    font-weight: normal;
}
.account .order-details-items{
    border-bottom: 0;
}
.account .order-details-items .order-title{margin-bottom: 30px;}
.account .order-details-items .order-title>strong{display: block;}
.account .order-details-items .order-title a{
    text-decoration: underline;
    margin-right: 30px;
}
.page.tracking{
    width: 94%;
    margin: 0 auto;
}
.wishlist-index-index .box-tocart .actions-primary{
    display: block;
}
.wishlist-index-index .box-tocart .action.tocart{
    font-size: 12px;
    line-height: normal;
    padding: 10px 20px;
}
.wishlist-index-index .fieldset:last-child{
    margin-bottom: 0;
}
.wishlist-index-index .product-item .product-item-info .product-item-name a.product-item-link{
    display: block;
}
.wishlist-index-index.account .actions-toolbar .primary .action{
    font-size: 13px;
}
.wishlist-index-index.account .product-image-wrapper{
    height: 35vh;
    max-height: 300px;
    display: flex;
    align-items: center;
}
.account .table-wrapper a{
    text-decoration: underline;
}
.customer-account-forgotpassword .form.password.forget{
    margin: 0 auto;
}
.customer-account-forgotpassword .page-title-wrapper{
    text-align: center;
}
.customer-account-forgotpassword .fieldset>.field.email{
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer-account-forgotpassword .fieldset>.field:before, .customer-account-forgotpassword .fieldset>.field:after{
    display: none;
}
.customer-account-forgotpassword .fieldset > .field:not(.choice) > .label{
    text-align: left;
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
    padding: 0;
}
html[lang="ar"] .customer-account-forgotpassword .fieldset > .field:not(.choice) > .label{
    text-align: right;
    margin-right: 0;
}
.customer-account-forgotpassword .fieldset>.field:not(.choice)>.control{width: 93%;}
html[lang="ar"] .customer-account-forgotpassword .fieldset>.field:not(.choice)>.control{width: 87%;}
.customer-account-forgotpassword .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .customer-account-forgotpassword .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
}

.block-account-content{
    position: absolute;
    width: 240px;
    right: -26%;
    top: 100%;
    margin-top: 4px;
    border: 1px solid #bbb;
    background: #fff;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
    z-index: 9;
    display: none;
}
html[lang="ar"] .block-account-content{
    right: auto;
    width: 190px;
    left: 15px;
}
.block-account-content:before, .block-account-content:after{
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.block-account-content:after{
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
    right: 25px;
    top: -14px;
}
.block-account-content:before{
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    right: 26px;
    top: -12px;
}
html[lang="ar"] .block-account-content:after{
    left: 25px;
    right: auto;
}
html[lang="ar"] .block-account-content::before{
    left: 26px;
    right: auto;
}
.block-account-content ul{margin: 0;padding: 0;}
.block-account-content ul li{
    list-style: none;
    margin: 0;
}
.block-account-content ul li a{
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
}
html[lang="ar"] .block-account-content ul li a{
    padding: 10px 20px 10px 0;
}
.block-account-content ul li a:hover{
    background: #eee;
    text-decoration: none;
}
.customer-account-index .block-account-content ul li a.account-index{background: #eee;}
.customer-account-edit .block-account-content ul li a.account-info{background: #eee;}
.customer-address-index .block-account-content ul li a.address-book{background: #eee;}
.customer-address-form .block-account-content ul li a.address-book{background: #eee;}
.sales-order-history .block-account-content ul li a.my-order{background: #eee;}
.sales-order-view .block-account-content ul li a.my-order{background: #eee;}
.wishlist-index-index .block-account-content ul li a.wishlist{background: #eee;}

/* print */
.page-print .logo{
    display: block;
    width: 200px;
    color: #000;
    margin: 30px 0 20px;
}
.page-print .page-title-wrapper{
    width: 100%;
}
.page-print .block .block-title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}
.page-print .block .block-title strong{
    font-weight: 300;
}
.page-print .page-title-wrapper .order-date{
    margin-top: 0;
}

.opc-estimated-wrapper .estimated-block{
    font-weight: 400;
}

/* CMS Pages */
.cms-page-content-wrapper .current-page{
    width: 25%;
}
.cms-page-content-wrapper .current-page-text{display: none}

.cms-page-content-wrapper .block-static-block.widget ul{
    padding: 0;
}
.cms-page-content-wrapper .block-static-block.widget ul li{
    list-style: none;
    margin-bottom: 20px;
}
.cms-page-content-wrapper .block-static-block.widget ul li a{
    color: #333;
}
.cms-contact-us a.contact-us,.cms-payment a.payment,.cms-cryptocurrency-operations a.cryptocurrency-operations,.cms-shipping a.shipping,.cms-returns a.returns,.cms-covid-19 a.covid-19-faqs,.cms-faq a.faqs,
.cms-wholesaler a.wholesaler,.cms-discount a.discount{
    text-decoration: underline;
    border-bottom: 1px solid #fff;
}
.cms-page-content-wrapper .cms-content-right{
    width: 70%;
}
.cms-page-content-wrapper .cms-content-right video{width: 100%;}
.cms-page-content-wrapper .cms-content-right .cms-content-item:first-child{
    border-top: 1px solid #ddd;
}
.cms-page-content-wrapper .cms-content-right .cms-content-item{
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.cms-page-content-wrapper .cms-content-right .cms-content-item .cms-tab-title{
    cursor: pointer;
}
.cms-page-content-wrapper .cms-content-right .cms-content-item .cms-tab-group-title{
    font-weight: 600;
}
.cms-page-content-wrapper .cms-content-right .cms-content-item .cms-tab-title .tab-title-arrow{
    float: right;
    width: 10px;
    height: 10px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    transition: all .6s;
    margin-right: 4px;
}
html[lang="ar"] .cms-page-content-wrapper .cms-content-right .cms-content-item .cms-tab-title .tab-title-arrow{
    float: left;
    margin-left: 3px;
    margin-right: 0;
}
.cms-page-content-wrapper .cms-content-right .cms-content-item .cms-tab-content{
    margin-top: 20px;
}
.cms-page-content-wrapper .cms-content-right .cms-tab-content h3{
    font-weight: 600;
    font-size: 14px;
    margin: 24px 0;
}
.cms-page-content-wrapper .cms-content-right .cms-tab-content h4{
    font-weight: 600;
    font-size: 14px;
    margin: 24px 0 10px;
}
.cms-page-content-wrapper .cms-content-right a{
    color: #333;
    text-decoration: underline;
}
.cms-page-content-wrapper .cms-content-right .cms-tab-content ul{
    padding-left: 18px;
}
.cms-page-content-wrapper .cms-content-right .cms-content-item.active .cms-tab-title .tab-title-arrow{
    transform: rotate(135deg);
    margin-top: 6px;
}
.cms-page-content-wrapper .cms-content-right .contact-us-tip{
    margin: 20px 0 0 20px;
}

.cms-terms-conditions a.terms-conditions,.cms-privacy-policy a.privacy-policy,.cms-cookie-policy a.cookie-policy,.cms-do-not-sell-my-personal-information a.personal-information,.cms-accessibility-statement a.accessibility,.cms-about-us a.transparency{
    text-decoration: underline;
    border-bottom: 1px solid #fff;
}
.cms-home .message.global.demo{display: block;}
.message.global.demo{
    display: none;
}
.cms-no-route .main ul{
    padding-left: 19px;
}
.cms-no-route .main ul li a{
    text-decoration: underline;
}

body.shipping-tracking-popup{
    padding-top:0px;
}
body.shipping-tracking-popup .caption{
    margin-bottom:20px
}

body.shipping-tracking-popup .table-wrapper{
    border-top: 1px solid #ccc;
    margin-bottom:0px
}
body.shipping-tracking-popup .table-wrapper:nth-last-child(2){
    border-bottom: 1px solid #ccc;
}

body.shipping-tracking-popup .actions{
    margin-top: 20px;
}

/* Blog */
.desktop.two-columns-right, .desktop.two-columns-left{
    justify-content: space-between;
    width: 94%;
    margin: 0 auto;
}
.desktop.two-columns-right section.content{
    padding-right: 0;
}
.desktop.two-columns-right aside.right, .desktop.two-columns-left aside.right{
    width: 21%;
    max-width: initial;
}
.amblog-main-content .amblog-post-container .amblog-title{font-size: 14px;}
.amblog-main-content .amblog-post-container .amblog-shot{font-size: 14px;}
.amblog-main-content .amblog-post-container .amblog-wrapper{margin-top: 20px;}
.amblog-index-author .amblog-container-list .amblog-article-title{font-size: 18px;line-height:normal;}
.amblog-post-container .amblog-ref{font-weight: normal;color: #333;text-decoration: underline}
.amblog-main-content .amblog-post-container .amblog-read{font-weight: normal;font-size: 14px;color: #333;text-decoration: underline}
.amblog-main-content .amblog-post-container .amblog-tag{padding: 5px 8px 6px;font-size: 12px;margin: 0 5px 8px 0;line-height: normal;background:#999;}
.right .amblog-element-block .amblog-title{padding: 15px 0 10px;margin: 0 15px;border-bottom: 1px solid #999;color: #333}
.right .amblog-element-block .amblog-categories .amblog-link{font-weight: normal !important;font-size: 14px;}
.right .amblog-element-block .amblog-categories.-level1 > .amblog-category{padding: 15px 0;margin: 0 15px;}
.right .amblog-element-block .amblog-item{padding: 15px 0;margin: 0 15px;}
.right .amblog-element-block .amblog-headline{font-weight: normal;font-size: 14px;}
.right .amblog-form-search .amblog-btn,.amblog-index-post .amblog-form-comment .amblog-btn{background: #000;}
.amblog-index-post .amblog-category .amblog-ref{font-weight: normal;color: #333;}
.amblog-index-post .amblog-wrap .amblog-ref{font-weight: normal;color: #333;}
.amblog-comment-content .amblog-reply .amblog-ref{color: #333;}
.amblog-index-index .amblog-svg.-classic,.amblog-index-post .amblog-svg.-classic{fill: #888;}
.amblog-index-post .amblog-comments-wrapper > .amblog-title{color: #333;}
.amblog-index-post .amblog-comment-content .amblog-willapprove{padding: 10px;}
.amblog-index-index .page-title, .amblog-index-post .page-title{font-size: 18px !important;font-weight:bold;}

/* wangyong csss */
.cms-index-index .homepage-kv-slider .kv-text-box {
    background: rgba(255, 255, 255, 0.5);
}

.cms-index-index .homepage-kv-slider .kv-text-box .shop-links a {
    color: #ffffff;
    background-color: #000;
    padding: 10px;
    margin: 0 10px;
    min-width: 120px;
}
.cms-index-index .home-bestSellerBox{width: 94%; margin: 0 auto;}
.cms-index-index .home-text-ad {width: 94%; margin: 60px auto 35px;}
.cms-index-index .home-text-ad h1{text-align: center;font-size: 36px;margin: 0 0 25px;font-weight: 600;}
.cms-index-index .home-text-ad h1:after{
    width: 66px;
    content: "";
    display: block;
    margin: 15px auto 0;
    border-top: 2px solid #000;
}
.cms-index-index .home-text-ad p{text-align: center;font-size: 16px;max-width: 750px;margin: 0 auto;}
.cms-index-index .home-bestSellerBox ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
}

.cms-index-index .home-bestSellerBox ul li {
    width: 48.5%;
    list-style: none;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    padding: 35px 0;
}
.cms-index-index .home-bestSellerBox ul li a:hover h3{text-decoration: underline;}
.cms-index-index .home-bestSellerBox ul li h3{font-size: 16px;font-weight: bold;}
.cms-index-index .home-bestSellerBox ul li a:hover{text-decoration: none;}
.cms-index-index .home-bestSellerBox ul li button{
    position: absolute;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    left: 50%;
    bottom: 17%;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: inherit;
    transform: translateX(-50%);
}
.cms-index-index .home-bestSellerBox ul li button:hover{background: #444;}
.cms-index-index .home-bestSellerBox.banner3 ul li {
    width: 31.3%;
    list-style: none;
    text-align: center;
}
.cms-index-index .home-promoterBox {
    max-width: 94%;
    margin: 0 auto;
}
.cms-index-index .home-bestSellerBox.banner3 ul li .bestSellerImg{overflow: hidden;}
.cms-index-index .home-bestSellerBox.banner3 ul li .bestSellerImg img{display: block;transition: all .5s;}
.cms-index-index .home-bestSellerBox.banner3 ul li .bestSellerImg img:hover{transform: scale(1.1);}

.cms-index-index .home-Title {
    padding: 30px 0 50px;
    text-align: center;
}

.cms-index-index .home-TitleBor {
    width: 66px;
    height: 2px;
    background: #ff0054;
    display: inline-block;
    vertical-align: text-top;
    margin: 10px 0 16px;
}

.cms-index-index .home-Title h2 {
    color: #ff0054;
    font-weight: 600;
    font-size: 45px;
    margin: 0 0 15px;
}

.cms-index-index .home-Profiles {
    color: #000;
    font-size: 16px;
    margin: 10px;
}

.cms-index-index .content-btm {
    max-width: 94%;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.cms-index-index .leftBox {
    flex: 0 0 auto;
    width: 33%;
    padding-right: 20px;
}

.cms-index-index .leftVideo {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cms-index-index .leftVideo video {
    display: block;
}

.cms-index-index .shareBtmBox {
    margin: 10px 12px 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.cms-index-index .shareBtmText {
    font-size: 12px;
}

.cms-index-index .rightBox {
    flex: 0 0 auto;
    width: 67%;
    display: flex;
    margin: 0 !important;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    padding: 0;
}

.cms-index-index .rightBox li {
    flex: 0 0 auto;
    width: 30%;
    margin: 0 !important;
    list-style: none;
}

.cms-index-index .shareImgBox {
    overflow: hidden;
}

.cms-index-index .shareImgBox img {
    height: auto;
    transition: ease .3s;
    display: block;
}

.cms-index-index .shareBtmBtn {
    float: right;
    color: #fff;
    background-color: black;
    padding: 7px 10px;
}

.cms-index-index .shareBtmBtn {
    transition: ease .2s;
    cursor: pointer;
}

.cms-index-index .shareImgBox:hover img {
    transform: scale(1.1);
}


.cms-index-index .shareBtmBtn:hover {
    background-color: #ff0054;
}

.cms-index-index .home-sortBox{
    width: 94%;
    margin: 0 auto;
}
.cms-index-index .home-sortBox ul {
    padding: 0;
    margin: 0;
}
.cms-index-index .block-static-block.widget, .cms-index-index .block-cms-link.widget{
    margin-bottom: 0;
}
.cms-index-index .home-sortBox.countdown ul li{
    padding-top: 35px;
}
.cms-index-index .home-sortBox.countdown ul li .home-sortText{line-height: 31px;}
.cms-index-index .home-sortBox ul li {
    margin: 45px 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease-in-out;
}

.cms-index-index .home-sortBox ul li:hover {
    background-color: #f5f5f5;
    box-shadow: 4px 4px 5px #999;
    text-decoration: none;
}

.cms-index-index .home-sortBox ul li a:hover span{
    background-color: #444;
    text-decoration: none;
}

.cms-index-index .home-sortTextBox {
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
}

.cms-index-index .home-sortTitle {
    padding-bottom: 20px;
    margin: 0 30px;
}

.cms-index-index .home-sortTitle h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.cms-index-index .home-sortBor {
    width: 100px;
    height: 2px;
    display: inline-block;
    background-color: #fd0154;
}

.cms-index-index .home-sortText {
    color: #000;
    font-size: 16px;
    margin: 10px 30px;
}

.cms-index-index .home-sortBtn {
    margin: 30px 0;
}

.cms-index-index .home-sortBtn span {
    font-size: 16px;
    padding: 10px 30px;
    color: #fff;
    background-color: #000;
    display: inline-block;
}

.cms-index-index .home-sortImg {
    flex: 1 1 auto;
    position: relative;
}
.cms-index-index .home-sortImg .time-wrapper{
    position: absolute;
    top: 48%;
    width: 100%;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
}
.cms-index-index .home-sortImg .time-wrapper h1{font-size: 36px;}
.cms-index-index .home-sortImg .time-wrapper .time_box{display: flex;justify-content: center;}
.cms-index-index .home-sortImg .time-wrapper .time_box .item{background: #fff;padding: 20px 12px;margin: 0 10px;color: #000;font-size: 18px;width: 72px;border-radius: 5px;}
.cms-index-index .home-sortImg .time-wrapper .time_box .item .num{font-size: 26px;font-weight: bold;}
.cms-index-index .home-sortImg .time-wrapper .time_box span{display: flex;font-size: 23px;padding-bottom: 10px;align-items: center;}
.cms-index-index .home-sortImg img{
    display: block;
}

.cms-index-index .home-sortImg-img {
    aspect-ratio: 265/157;
}

.cms-index-index .mplazyloaded {
    width: 100%;
    height: auto;
}

.cms-index-index .home-footerBanner {
    padding: 35px 0;
}

.cms-index-index .home-footerBannerImg {
    position: relative;
    overflow: hidden;
}

.cms-index-index .home-footerBannerImg-img {
    aspect-ratio: 1920/703;
}

.cms-index-index .home-footerBannerTextBox {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 121%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
}

.cms-index-index .home-footerBannerText {
    font-size: 16px;
    margin: 8px 0;
    transition: all .3s ease-in-out;
}

.cms-index-index .home-footerBannerBtn {
    margin-top: 30px;
}

.cms-index-index .home-footerBannerBtn span {
    font-size: 16px;
    padding: 8px 25px;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
    display: inline-block;
    color: #fff;
}

.cms-index-index .footerBannerTitle h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
    transition: all .3s ease-in-out;
}
.cms-index-index .home-footerBannerImg .cover{
    background: #000;
    opacity: 0.5;
    position:absolute;
    width: 100%;
    height: 100%;
    display: none;
}
.cms-index-index .home-footerBannerImg:hover .cover{display: block;}
.cms-index-index .home-footerBannerImg:hover .home-footerBannerTextBox {
    top: 50%;
}

.cms-index-index .home-footerBannerTextBox:hover span {
    background-color: #444;
}
/* wangyong css end */

.selectionContainer{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.selectionContainer .group{
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}
.selectionContainer .group .radiusBox{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #ccc;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.selectionContainer .group .radiusBox.active{
    border-color: #000;
}
.selectionContainer .group .radiusBox .minRadius{
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.selectionContainer .group .radiusBox.active .minRadius{
    display: block;
    background-color: #000;
}
.product-options-wrapper .fieldset > .field .clear-all-customize{
    margin-left: 40px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: normal;
}
.clear-all-customize{
    display: inline-block;
    margin-left: 50px;
    cursor: pointer;
    text-decoration: underline;
    font-weight: normal;
}
.product-options-wrapper .fieldset > .field.add-your-name{
    margin-top: -10px
}
.product-options-wrapper .choose-a-player{display: none;}
.product-options-wrapper .add-yours{
    width: 48%;
}
.product-options-wrapper .add-yours label.label{min-width: 300px;}
.product-options-wrapper .fieldset>.field.add-yours.add-your-number{
    width: auto;
}
.product-options-wrapper .fieldset>.field.add-yours:nth-child(even){
    margin-top: -60px;
    margin-right: 10%;
    float: right;
    width: 48%;
}
.product-options-wrapper .fieldset>.field.add-yours:not(.choice)>.label,
.product-options-wrapper .fieldset>.field.add-yours:nth-child(even) .selectionContainer
{
    display: none;
}
.product-options-wrapper .fieldset > .field.choose-a-patch{
    display: none;
}
html[lang="ar"] .cart.table-wrapper .item-options dt,html[lang="ar"] .opc-block-summary .items-in-cart .product .item-options dt{
    float: right;
}
html[lang="ar"] .cart.table-wrapper .item-options dd,html[lang="ar"] .opc-block-summary .items-in-cart .product .item-options dd{
    float: right;
    margin: 0 5px 0 0;
}

.choose-a-patch-wrapper{
    display: flex;
    justify-content: space-between;
    border: 1px solid #c2c2c2;
    height: 40px;
    width: 80%;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.choose-a-patch-wrapper::after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #212121;
    border-bottom: 1px solid #212121;
    transform: rotate(-45deg);
    position: absolute;
    transition: all 0.5s;
    top: 14px;
    right: 10px;
}
.choose-a-patch-wrapper.open::after{
    top: 18px;
    transform: rotate(135deg);
}
.choose-a-patch-wrapper .selected-patch-image{
    width: 20%;
    padding: 5px;
    display: flex;
    align-items: center;
}
.choose-a-patch-wrapper .selected-patch-image img{
    vertical-align: middle;
    max-height: 40px;
}
.choose-a-patch-wrapper .selected-patch-text{
    width: 75%;
    border-left: 1px solid #ddd;
    text-overflow:ellipsis;
    padding: 10px 45px 10px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.selected-patch-close{
    position: absolute;
    top: 9px;
    right: 30px;
    display: none;
    width: 10px;
    height: 10px;
}
.selected-patch-close::after{
    content: "\2715";
    font-size: 12px;
}
.choose-a-patch-wrapper ul.list{
    padding: 0;
    position: absolute;
    top: 100%;
    left: -1px;
    border: 1px solid #c2c2c2;
    width: 100%;
    background: #fff;
}
.choose-a-patch-wrapper ul.list li{
    margin: 0;
    padding: 5px 10px;
    list-style: none;
    display: flex;
    align-items: center;
}
.choose-a-patch-wrapper ul.list li:hover{
    background: #ededed;
    cursor: pointer;
}
.choose-a-patch-wrapper ul.list li img{
    max-height: 40px;
    margin-right: 10px;
}
.choose-a-patch-wrapper ul.list li span{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* only mobile small */
@media only screen and (min-width:500px){
    .homepage-categories-list img{
        margin-left: 0 !important;
    }
    .catalog-category-view div.products-grid .product-item:nth-child(2n + 1){
        margin-left: 0.1% !important;
    }
    .catalogsearch-result-index div.products-grid .product-item:nth-child(2n + 1){
        margin-left: 0.1% !important;
    }
    .catalog-category-view div.products-grid .product-item:nth-child(3n + 1){
        margin-left: 0 !important;
    }
    .catalogsearch-result-index div.products-grid .product-item:nth-child(3n + 1){
        margin-left: 0 !important;
    }
    .page-products .products-grid .product-item, .page-layout-1column .products-grid .product-item, .page-layout-3columns .products-grid .product-item, .page-products.page-layout-1column .products-grid .product-item, .page-products.page-layout-3columns .products-grid .product-item{
        margin-left: 0.1%;
        width: calc((100% - 0.2%) /2);
    }
    .fotorama__nav-wrap{
        margin: 0 20px 20px;
    }
    .only-mobile{
        margin-top: 30px;
    }
    .category-description .text{
        text-align: left;
        width: 94%;
        margin: 40px auto 0;
    }
}
/* only mobile */
@media only screen and (max-width:768px){
    body{
        padding-top: 56px;
    }
    .only-pc{
        display: none;
    }
    .only-mobile{
        display: block;
    }
    .page-header{
        margin: 0;
        border: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        position: fixed;
        top: 0;
        transition: all .5s;
        background: #fff;
    }
    .cms-home .page-header{
        position: fixed;
        top: 0;
        background: none;
    }
    .page-header .switcher.language{
        position: absolute;
        right: 143px;
        top: 20%;
    }
    
    .page-header .switcher.language .switcher-trigger strong {
        padding: 0px 2px 0 2px;
        line-height: 16px;
    }
    .page-header .switcher.language .switcher-trigger strong span{
        height: 18px;
        width: 23px;
    }
    .cms-home .message.global.demo{
        height: 46px;
        display: flex;
        align-items: center;
        line-height: normal;
    }
    .message.global.demo .content{
        width: 100%;
        min-width: initial;
        line-height: 1.3;
        position: relative;
    }
    .message.global.demo .content .swiper-container{
        margin: 0 14% 0 8%;
    }
    .message.global.demo .close{
        right: 10px;
        top: 48%;
        transform: translateY(-48%);
    }
    .message.global.demo .swiper-wrapper{align-items: center}
    .message.global.demo .swiper-button-prev:after, .message.global.demo .swiper-button-next:after{
        font-size: 14px;
    }
    .message.global.demo .swiper-button-prev{
        left: 1%;
    }
    .message.global.demo .swiper-button-next{
        right: 8%;
    }
    .catalog-product-view .page.messages{
        top: 61px;
    }
    .header.content{
        width: auto;
        padding: 20px 15px 7px !important;
    }
    .header.content .navigation{
        display: none;
    }
    .header.content a.logo{
        width: 152px;
        margin-right: 10%;
        height: 37px;
        background-position: 0 -29px;
    }
    .header.content .minicart-items-wrapper.more-item{
        height: 300px !important;
    }
    .cms-home .header.content:hover a.logo{
        background-position: 0 -29px;
    }
    .cms-home .page-header:hover{
        background: #fff;
    }
    .header.content .nav-toggle{
        left: auto;
        right: 13px;
        top: 12px;
    }
    .cms-home .header.content a.logo{
        margin-top: -13px;
    }
    .header.content:hover a.logo, .page-header.sticky .header.content a.logo{
        background-position: 0 -30px;
        margin-top: -8px;
    }
    .nav-sections .navigation .level0>.level-top img{
        max-width: 18px;
        margin: 0 3px -3px 0;
        border-radius: 3px;
    }
    .nav-sections .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), 
    .nav-sections .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon){
        margin-left: 0;
    }
    .nav-sections .navigation .level0.has-active>a:not(.ui-state-active) img{
        margin: 0 11px -3px 0;
    }
    .navigation .level0.active .all-category .ui-state-focus{
        border-width: 0 0 0 1px;
        border-color: #000;
        padding-left: 14px;
    }
    .header.content .nav-toggle:before,.page-header.sticky .header.content .nav-toggle:before{
        color: #000;
        font-size: 25px;
    }
    .cms-home .header.content .nav-toggle:before{
        color: #fff;
    }
    .header.content:hover .nav-toggle:before{
        color: #000 !important;
    }
    .header.content .block-search{
        margin-top: -1px;
        margin-right: 56px;
        float: right;
    }
    .header.content a.header-account{
        margin: 0 10px;
    }
    .header.content .block-search span.header-search svg,.header.content a.header-account svg{
        width: 19px;
        height: 19px;
    }
    .header.content .minicart-wrapper .action.showcart svg{
        width: 20px;
        height: 20px;
    }
    .header.content .minicart-wrapper .action.showcart:before{
        font-size: 30px;
        line-height: 30px;
    }
    .header.content .minicart-wrapper{
        position: absolute;
        right: 48px;
        top: 18px;
        margin-top: 0;
    }
    .homepage-kv-slider .kv-text-box-wrapper{
        position: static;
        margin-top: -5px;
    }
    .homepage-kv-slider .swiper-button-prev, .homepage-kv-slider .swiper-button-next{
        top: 80%;
    }
    .homepage-kv-slider .swiper-button-prev{
        left: 3%;
    }
    .homepage-kv-slider .swiper-button-next{
        right: 4%;
    }
    html[lang="ar"] .homepage-kv-slider .swiper-button-prev{
        right: 3%;
    }
    html[lang="ar"] .homepage-kv-slider .swiper-button-next{
        left: 4%;
    }
    .homepage-kv-slider .swiper-pagination-fraction{
        top: 78%;
    }
    .homepage-outerwear-wrapper{
        position: relative;
        padding-bottom: 100px;
    }
    .homepage-outerwear-wrapper .outerwear-left{
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 30px;
    }
    .homepage-outerwear-wrapper .outerwear-left .tip-text{
        padding: 0;
    }
    .homepage-outerwear-wrapper .outerwear-right{
        width: 100%;
    }
    .new-arrive-text-box-wrapper, .childrens-list-text-box-wrapper{
        width: 100%;
        left: 0;
    }
    .new-arrive-text-box-wrapper.sticky, .childrens-list-text-box-wrapper.sticky{
        bottom: -2px;
    }
    .new-arrive-text-box, .childrens-list-text-box{
        width: 100%;
        padding: 20px 0;
    }
    .homepage-outerwear-wrapper .outerwear-right .outerwear-arrows{
        opacity: 1;
    }
    .new-arrive-text-box-wrapper, .childrens-list-text-box-wrapper{
        position: sticky;
    }
    .new-arrive-text-box-wrapper.stickyed,.childrens-list-text-box-wrapper.stickyed{
        position: sticky;
        bottom: auto;
    }
    .homepage-categories-list{
        overflow: hidden;
    }
    .homepage-categories-list .categories-list-box-wrapper{
        width: 80%;
        left: 10%;
    }
    .homepage-categories-list img{
        max-width: initial;
        width: 700px;
        margin-left: -155px;
        height: 500px;
    }
    html[lang="ar"] .homepage-categories-list img{
        margin-left: 0;
        margin-right: -155px;
    }
    .homepage-categories-list ul li a{
        opacity: 1;
    }
    .homepage-categories-list .category-bgimg{
        display: none;
    }

    .block-products-list{width: 100%}
    .block-products-list .products-grid{overflow-x: auto}
    .block-products-list .product-items{
        width: 180%;
        display: flex;
        justify-content: center;
        margin-left: -1px;
    }
    .page-layout-1column .block.widget .block-content .products-grid .product-item{width: 50%;}

    .footer.content{
        padding: 0 15px !important;
        display: block;
        width: auto !important;
    }
    .page-footer .footer-legal .footer-newsletter{margin-top: 20px;}
    .footer-newsletter{
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .block-footer-links,.block-footer-language{
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .block-footer-links .col-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .page-footer .block-footer-links{
        width: 100%;
    }
    .block-footer-links .col-item .arrow{
        display: block;
    }
    .page-footer .footer-legal{
        width: 100%;
        padding: 0;
    }
    .page-footer .block-footer-links .col-item .item-list{
        display: none;
    }
    .page-footer .footer-legal .switcher {margin-right: 0;}
    .page-footer .footer-legal .switcher .options {
        display: block;
    }
    .copyright .credit-card{float: none;margin: 20px 0 0;}
    .block-footer-links .col-item.customer-service .arrow,.block-footer-language .arrow{
        display: block;
    }
    .block-footer-links .col-item.customer-service .item-list,.block-footer-language .item-list{
        display: none;
    }
    .page-header.hide-header .header.content .block-search-content{
        height: 0;
    }
    .page-header.hide-header .block-account-content{
        display: none !important;
    }
    .header.content .block-search-content{
        width: 100%;
        background: #fff;
        right: 0;
        top: 55px;
        height: 0;
        opacity: 1;
        overflow: hidden;
    }
    .header.content .block-search-content.open{
        height: 60px;
        box-shadow: 0 3px 3px #ccc;
    }
    .block-search .label{
        display: none;
    }
    .header.content .block-search-content .minisearch{
        width: 92%;
        margin: 5px auto 0;
    }
    .block-search .block-search-content input{
        position: static;
        margin: 0;
        padding: 0 40px 0 10px;
        height: 42px;
    }
    .block-search .block-search-content .actions{
        position: absolute;
        top: 1px;
        right: 0;
        width: 12%;
        padding: 0;
        margin: 0;
        z-index: 1;
    }
    html[lang="ar"] .block-search .block-search-content .actions{
        right: auto;
        left: 0;
    }
    .block-search .block-search-content .action.search{
        display: block;
        border: 0;
        background: none;
        height: 42px;
        outline: none;
        box-shadow: none;
        padding: 0;
        width: 100%;
        position: static;
    }
    .block-search .action.search:before{
        display: none;
        text-align: center;
        content: '\e615';
        font-family: 'icons-blank-theme';
    }
    .block-search .action.search span{
        display: none;
    }
    .block-search .block-search-content .control{
        border: 0;
        padding: 0;
        margin: 0;
    }
    .nav-sections{
        background: #fff;
        overflow-x: hidden;
    }
    .nav-sections .navigation{
        background: #fff;
    }
    .nav-sections .navigation ul{
        margin: 0 15px;
    }
    .nav-sections .navigation ul .submenu div.ui-menu-item{
        display: none;
    }
    .nav-sections .navigation ul .submenu div.ui-widget-content{
        display: none;
    }
    .nav-sections .navigation ul .submenu div img{
        display: none;
    }
    .nav-sections .navigation ul .submenu{
        margin: -17px 0 0 0;
        border: 0;
        padding: 0 0 3px;
    }
    .nav-sections .navigation ul .submenu ul{
        margin: -17px 10px -10px;
    }
    .nav-sections .navigation ul .submenu li.level1{
        margin: 10px 0;
    }
    .nav-sections .navigation ul .submenu li.level2{
        margin: 5px 0;
    }
    .nav-sections .navigation ul .submenu a{
        color: #333;
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 23px;
        position: relative;
        font-weight: 300;
        margin: 15px 0;
        display: flex;
        align-items: center;
    }
    html[lang="ar"] .nav-sections .navigation ul .submenu a{
        padding-left: 23px;
        padding-right: 15px;
    }
    .nav-sections .navigation ul .submenu a img{
        width: 22px;
        margin-right: 5px;
        border-radius: 3px;
    }
    html[lang="ar"] .nav-sections .navigation ul .submenu a img{
        margin-right: 0;
        margin-left: 5px;
    }
    .nav-sections .navigation ul .submenu .all-category a{
        font-family: "Styrene Medium";
    }
    .nav-sections .navigation .submenu .parent a{
        font-family: "Styrene Medium";
    }
    .nav-sections .navigation ul .submenu li.level1.parent.has-active a{
        border-width: 0 0 0 1px;
        border-color: #000;
        padding-left: 14px;
        border-style: solid;
    }
    .nav-sections .navigation ul .submenu li.level1.parent.has-active li:not(.active) a{
        border: 0;
    }
    .nav-sections .navigation .submenu .parent .level2 a{
        font-family: "Styrene Regular";
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .nav-sections .navigation ul .submenu .parent .level2 a:after{
        top: -2px;
    }
    .nav-sections .navigation ul .submenu .parent .submenu .parent.level2 a:after{
        display: none;
    }
    .nav-sections .navigation ul .submenu .parent .submenu a:after{
        content: none;
    }
    .nav-sections .navigation ul .submenu .parent a.ui-state-active:after,.nav-sections .navigation ul .submenu .parent .submenu .parent a.ui-state-active:after{
        content: '\e621';
        transform: none;
        right: -10px;
    }
    .nav-sections .navigation .level0>.level-top{
        padding: 5px 23px 5px 3px;
        font-size: 13px;
        font-weight: normal;
        color: #333;
        margin: 17px 0;
        font-family: "Styrene Medium";
    }
    html[lang="ar"] .nav-sections .navigation .level0>.level-top{
        padding: 5px 3px 5px 23px;
    }
    .nav-sections .navigation .level0.has-active>a:not(.ui-state-active){
        border: 0;
    }
    .nav-sections .navigation .level0.has-active>a.ui-state-active{
        border: 0;
    }
    .nav-sections .navigation .submenu:not(:first-child) .active>a{
        border: 0;
        padding-left: 15px;
    }
    .nav-sections .navigation .parent .level-top::before {
        content: '';
        width: 9px;
        height: 1px;
        display: block;
        position: absolute;
        top: 14px;
        right: 10px;
        background: #999;
    }
    .nav-sections .navigation .parent .level-top::after {
        content: '';
        width: 1px;
        height: 9px;
        display: block;
        position: absolute;
        top: 10px;
        right: 14px;
        background: #999;
        transition: all .5s;
    }
    .nav-sections .navigation .parent .level-top.ui-state-active:after{
        opacity: 0;
    }
    .section-menu-title{
        margin: 30px 16px 20px;
        position: relative;
    }
    .section-menu-title .close{
        display: block;
        width: 30px;
        height: 36px;
        position: absolute;
        top: -30px;
        right: 0;
    }
    html[lang="ar"] .section-menu-title .close{
        right: auto;
        left: 0;
    }
    .section-menu-title .close::before{
        content: '\e616';
        font-family: 'icons-blank-theme';
        font-size: 36px;
    }
    .section-menu-title a{
        display: block;
        width: 185px;
        color: #333;
        height: 45px;
        background-image: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/logo.png");
        background-repeat: no-repeat;
        background-position: 0 -36px;
        background-size: 100%;
    }
    .nav-sections-item-content{
        margin: 0;
        padding: 0;
    }

    .category-filter-wrapper,.page-title-wrapper{
        width: auto;
    }
    .catalog-category-view .page-title-wrapper{
        text-align: center;
    }
    .catalog-category-view.page-products .columns{
        padding-top: 0;
    }
    .category-filter-wrapper{
        top: 56px;
        margin: 0 -15px;
        padding: 15px 15px 0;
    }
    .category-filter-wrapper .filter-list{
        position: fixed;
        width: 90%;
        height: 100%;
        background: #fff;
        z-index: 99;
        bottom: -100%;
        left: 0;
        padding: 0 5%;
        overflow-y: auto;
        transition: all .6s;
        margin-left: 0;
    }
    .category-filter-wrapper .filter-list.open{
        bottom: -56px;
        display: block;
    }
    .category-filter-wrapper.show-top .filter-list.open{
        bottom: 0;
    }
    .category-filter-wrapper .filter-list .filter-list-mb-title{
        display: block;
        margin: 20px 0 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        position: relative;
    }
    .category-filter-wrapper .filter-item .item-title.active:before{
        display: none;
    }
    .category-filter-wrapper .filter-list .filter-list-mb-title .close{
        position: absolute;
        right: 0;
        top: -4px;
        font-size: 20px;
        color: #000;
    }
    html[lang="ar"] .category-filter-wrapper .filter-list .filter-list-mb-title .close{
        right: auto;
        left: -4px;
    }
    .category-filter-wrapper .filter-list .filter-list-mb-title .close:before{
        content: "\2715";
    }
    .category-filter-wrapper .filter-list .filter-item .item-content{
        position: static;
        width: auto;
        padding: 20px 0;
        box-shadow: none;
    }
    .product-item .product-item-info .product-item-details{
        padding: 0 15px;
    }
    .category-filter-wrapper .filter-list .filter-item .item-content ul{
        margin-left: -5%;
    }
    .category-filter-wrapper .filter-list .filter-item .item-content ul li{
        width: 45%;
        margin-left: 5%;
    }
    .category-filter-wrapper .action-btns{
        width: auto;
        margin: 30px auto 15px;
    }
    .category-filter-wrapper .action-btns .clear-filter,.category-filter-wrapper .action-btns .show-filter-results{
        width: 45%;
    }
    .category-filter-wrapper .filter-list-mb{
        display: block;
        float: left;
        position: relative;
        padding-right: 25px;
    }
    .category-filter-wrapper .filter-item{
        display: block;
        margin-right: 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }
    .category-filter-wrapper .cat-sort{
        float: left;
        margin-right: 0;
    }
    .page-layout-1column .category-filter-wrapper .cat-sort{margin-right: 0;}
    .category-filter-wrapper .cat-sort .filter-item .item-title{
        font-weight: normal;
    }
    .catalog-category-view div.products{
        width: auto;
        margin: 0 -15px;
    }
    .catalog-category-view div.products-grid .product-item{
        margin-left: 1px;
        width: calc((100% - 1px)/2);
    }
    html[lang="ar"] .catalog-category-view div.products-grid .product-item{
        margin-left: 0;
        margin-right: 1px;
    }
    .catalogsearch-result-index div.products-grid .product-item{
        margin-left: 1px;
        width: calc((100% - 1px)/2);
    }
    html[lang="ar"] .catalogsearch-result-index div.products-grid .product-item{
        margin-left: 0;
        margin-right: 1px;
    }
    .catalog-category-view div.products-grid .product-items{
        margin-left: -1px;
    }
    .catalog-category-view div.products-grid .product-item:nth-child(2n + 1){
        margin-left: 0;
    }
    html[lang="ar"] .catalog-category-view div.products-grid .product-item:nth-child(2n+1){
        margin-left: 0;
        margin-right: 0;
    }
    .catalogsearch-result-index div.products-grid .product-item:nth-child(2n + 1){
        margin-left: 0;
    }
    html[lang="ar"] .catalogsearch-result-index div.products-grid .product-item:nth-child(2n+1){
        margin-left: 0;
        margin-right: 0;
    }
    .catalogsearch-result-index.page-products .search.results{
        margin: 0 -15px;
    }
    .catalogsearch-result-index.page-products .products{
        margin: 0 0 0 -1px;
    }
    .page-title-wrapper h1{
        margin: 20px 0 30px;
        text-transform: uppercase;
    }
    .category-filter-wrapper .cat-sort .filter-item{
        border-bottom: 0;
        margin-bottom: 0;
    }
    .category-filter-wrapper .cat-sort{width: auto;}
    .category-filter-wrapper .cat-sort .filter-item .item-title.active{
        width: auto;
    }
    .catalog-product-view .product-info-main .product-info-price .price-box{
        padding-left: 10px;
    }
    .product-info-main .product-options-bottom .box-tocart .field.qty {
        margin-bottom: 25px;
    }
    .product-options-bottom p{
        margin: 32px 0;
    }
    .contact-index-index .field-recaptcha{margin-left: 0;}
    .product-info-main .description-contacts{margin-top: 25px;}
    .catalog-product-view .product.data.items>.item.content{
        border: 0;
    }
    .catalog-product-view .copyright{
        padding: 24px 3% 40px;
    }
    .description-content .description-item{
        display: block;
        margin-bottom: 0;
    }
    .description-content .info-text{
        margin-top: 0;
    }
    .description-content .info-text, .description-content .info-image{
        width: 100%;
    }
    .product-info-main .box-tocart .actions{height: 40px;}
    .product-info-main .box-tocart .actions.cart-btn-no-fix{
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
    }
    .product-info-main .box-tocart .qty .control {
        display: inline-block;
    }
    .product-info-main .box-tocart .actions.cart-btn-no-fix .action.tocart{
        position: static;
    }
    .product-info-main a.action.towishlist.cart-btn-no-fix{
        position: static;
        width: 48%;
    }
    .product-info-main .box-tocart .action.tocart{
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1;
        opacity: 1;
        width: 50%;
        margin-bottom: 0;
        font-size: 12px;
        padding: 8px;
    }
    .product-info-main .box-tocart .action.buy-now{
        width: 50%;
        font-size: 12px;
        padding: 8px;
        position: fixed;
        left:auto;
        right: 0;
        z-index: 1;
        bottom: 0;
        transition: all .5s;
        background: #fff;
    }
    html[lang="ar"] .product-info-main a.action.towishlist{
        width: 100%;
    }
    .product-info-main a.action.towishlist{
        font-size: 12px;
        padding: 8px;
    }
    .block.related .products-related{
        margin: 0;
    }
    .block.related .product-items{
        margin-bottom: 0;
    }
    .block.related .swiper-button-prev, .block.related .swiper-button-next{
        display: none;
    }
    .block.related .swiper-pagination-bullet{
        width: 4px;
        height: 4px;
        border: 1px solid #858585;
        opacity: 1;
        background: none;
    }
    .block.related .swiper-pagination-bullet-active{
        background: #ff5501;
        border: 1px solid #ff5501;
    }
    .page-layout-1column .block.related .products-grid .product-item{
        width: 50%;
    }
    .page-layout-1column .block.related .products-grid .product-item:first-child{
        margin-left: 0;
    }
    .header.content .minicart-wrapper .action.showcart .counter.qty{
        left: 0;
        top: -2.5px;
        width: 21px;
    }
    html[lang="ar"] .header.content .minicart-wrapper .action.showcart .counter.qty{
        left: -4px;
    }
    .header.content .minicart-wrapper .block-minicart{
        width: 320px;
    }
    .header.content .minicart-wrapper .product .actions{
        float: right;
    }
    .cart-container{
        width: 100%;
        display: block;
    }
    .cart-container .cart-container-wrapper,.cart-container .cart-summary{
        width: 100%;
    }
    .cart-container .cart-summary{
        margin-top: 40px;
    }
    .cart-container-wrapper .block.discount{
        float: none;
        width: 100%;
        margin: 20px 0;
    }
    .cart-container-wrapper .block.discount .field{
        width: 60%;
    }
    .cart-container .cart-container-wrapper .checkout-methods-items{
        margin-top: 0;
        width: 100%;
        float: none;
        height: 44px;
    }
    .cart-container .cart-container-wrapper .checkout-methods-items.checkout-btn-fix .action.primary{
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9;
    }

    .cart.table-wrapper .items thead{
        display: none;
    }
    .cart-container .cart-container-wrapper .form-cart .action{
        display: inline-block;
    }
    .cart-container .show-mobile-price{
        display: block;
        margin-bottom: 10px;
    }
    .cart-container-wrapper form .actions-toolbar{
        position: static;
    }
    .checkout-cart-index .cart-container .form-cart .actions{
        text-align: left;
    }
    .cart-container .cart.table-wrapper .product-item-photo{
        position: static;
        max-width: 120px;
    }
    .cart-container-wrapper .cart.table-wrapper .col.price,.cart-container-wrapper .cart.table-wrapper .col.subtotal{
        display: none;
    }
    .cart-container-wrapper .cart.table-wrapper .product-item-name{
        line-height: 1;
        font-size: 13px;
    }
    .cart-container .cart.table-wrapper .product-item-name+.item-options{
        margin-top: 5px;
        line-height: 1;
    }
    .cart-container .cart.table-wrapper .item-options dt{
        font-weight: normal;
    }
    .cart-container-wrapper .cart.table-wrapper .col.qty{
        padding-top: 14px;
        display: table-cell;
        width: 15%;
        float: none;
    }
    .cart-container .cart.table-wrapper .col.qty[data-th]:before{
        font-weight: 600;
        font-size: 13px;
    }
    .cart-container-wrapper .cart.table-wrapper .item .col.item{
        padding: 14px 10px 0 0;
        width: 110px;
    }
    html[lang="ar"] .cart-container-wrapper .cart.table-wrapper .item .col.item{
        padding: 14px 0 0 10px;
    }
    .checkout-container .opc-sidebar{
        width: auto;
        margin: 0;
    }
    .checkout-index-index .checkout-container{
        width: 100%;
        margin: 30px auto;
    }
    .checkout-index-index .modal-custom .action-close{
        margin: 24px 17px;
    }
    .checkout-index-index .opc-progress-bar-item>span{
        font-size: 16px;
    }
    .checkout-success-wrapper a.action.primary{
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .checkout-fail-wrapper a.action.primary{
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .catalog-product-view .product-info-main .product-info-stock-sku{
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .checkout-index-index .custom-slide .modal-inner-wrap{
        background-color: #fff;
        border: 0;
    }
    .checkout-index-index .minicart-wrapper{
        margin-top: 6px;
    }
    .checkout-index-index .minicart-wrapper button.action.showcart{
        background: #fff;
        border: 0 none;
        position: relative;
        padding: 0;
    }
    .checkout-index-index .opc-block-summary .minicart-items-wrapper{
        max-height: 100%;
    }
    .checkout-index-index .minicart-wrapper button.action.showcart:before{
        content: '';
    }
    .checkout-index-index .minicart-wrapper .action.showcart svg{
        width: 30px;
        height: 30px;
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty{
        background: none;
        font-weight: normal;
        font-size: 14px;
        color: #ff5501;
        position: absolute;
        top: 4px;
        right: 0;
        width: 30px;
        padding: 0;
    }
    .checkout-index-index .opc-estimated-wrapper{
        padding: 18px 0;
        border-bottom: 0;
    }
    .checkout-index-index .checkout-payment-method .payment-methods{
        margin: 0;
    }
    .checkout-index-index .checkout-payment-method .payment-method-title,.checkout-index-index .checkout-payment-method .payment-method-content{
        padding: 15px 0;
    }
    .checkout-index-index .checkout-payment-method .ccard .number .input-text{
        width: 100%;
    }
    .checkout-index-index .checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field{
        width: 48% !important;
    }
    .checkout-index-index .checkout-payment-method .ccard .month .select,.checkout-index-index .checkout-payment-method .ccard .year .select{
        width: 100%;
    }
    .checkout-index-index .checkout-payment-method .ccard .fields>.year{
        padding-left: 0;
        float: right;
    }
    .checkout-index-index .checkout-payment-method .ccard>.field.cvv>.control{
        width: 100%;
    }
    .checkout-index-index .nav-sections, .checkout-index-index .nav-toggle{display: block;}
    .checkout-index-index .authentication-wrapper{
        z-index: 99;
        position: absolute;
        right: 0;
        top: -2.5%;
        margin: 0;
    }
    .checkout-payment-method .payment-method-title .action-help{
        margin-top: 12px;
    }
    .checkout-agreement.field.choice{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .checkout-agreement.field.choice label.label{width: 90%;}
    .checkout-agreement.field.choice label.label input{margin: 2px 10px 0 0;}
    .checkout-agreement.field.choice label.label .action-show{
        text-align: left;
        border: 0;
        background: none;
        padding: 0 0 0 5px;
    }
    .checkout-agreement.field.choice label.label .action-show span:after {
        content: '*';
        color: #e02b27;
        font-size: 1.2rem;
        margin: 0 0 0 5px;
    }
    .checkout-agreements.fieldset > .field.required > .label:after{
        content: '';
    }
    .checkout-index-index .agreements-modal .action-btns{display: flex; justify-content: space-between;}
    .checkout-index-index .agreements-modal .action-btns button{
        width: 47%;
        margin: 0;
    }
    .category-description{
        text-align: left;
        margin-bottom: 10px;
    }
    .read-more-btn{
        display: block;
        text-align: right;
        text-decoration: underline;
        color: #666;
        margin-top: 10px;
    }
    .header.content .minicart-wrapper .action.showcart .counter.qty .loader>img{
        max-width: 18px;
    }
    .block-customer-login .actions-toolbar>.primary .action{
        background: #000;
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        border: 1px solid #000;
        padding: 12px;
        line-height: 1.6rem;
    }
    .checkout-container .field-tooltip{right: 3px;top:3px;}
    .field .control._with-tooltip .field-tooltip{right: 3px;}
    html[lang="ar"] .field .control._with-tooltip .field-tooltip{left: -23px;}
    .checkout-container .field-tooltip .field-tooltip-content{width: 270px;}
    .modal-popup .modal-footer{padding: 0 0 3rem;}

    .block-customer-login .field input{
        height: 40px;
    }
    .page-layout-2columns-left .columns{
        width: auto;
    }
    .page-layout-2columns-left .main{
        padding-left: 0 !important;
    }
    .account.page-layout-2columns-left .page-main{
        padding-top: 0;
    }
    .account .columns .sidebar-main{
        order: 0;
        margin-bottom: 10px;
    }
    .account.page-layout-2columns-left .toolbar .toolbar-amount{
        float: left;
    }
    .account.page-layout-2columns-left .toolbar .limiter{
        float: right;
        clear: none;
    }
    .wishlist-index-index .block.block_wishlist{
        margin-bottom: 0;
    }
    .wishlist-index-index .products-grid.wishlist .product-item .comment-box{
        margin-bottom: 15px;
    }
    .wishlist-index-index .products-grid.wishlist .product-item .box-tocart{
        margin-top: 0;
    }
    .wishlist-index-index .products-grid.wishlist .product-item-actions a{
        text-decoration: underline;
    }
    .wishlist-index-index .products-grid.wishlist .product-item:first-child{
        border-top: 0;
    }
    .wishlist-index-index .products-grid.wishlist .product-item{
        margin-left: 0;
    }
    .account .actions-toolbar .secondary .back{
        margin-top: 20px;
        padding: 10px 0;
    }
    .account.sales-order-history .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before, .account.sales-order-history .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before{
        width: 100px;
    }
    .account.customer-account-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before, .account.customer-account-index .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before{
        width: 100px;
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td.order_product_image{
        display: inline-block;
        width: 29%;
        margin-right: 2%;
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td.order_product_name{
        display: inline-block;
        width: 67%;
    }
    .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr{
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }
    .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr:last-child{
        border-bottom: 0;
    }
    .account.sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td{
        padding: 2px 0;
    }
    .account.sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody{
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .account.sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before{
        width: 29%;
        padding-right: 2%;
        font-weight: normal;
    }
    .order_product_sku{
        display: inline-block;
        margin-left: 4px;
    }
    .account .order-status .label, .account .order-date .label{
        width: 29%;
        padding-right: 2%;
    }
    .cms-page-content-wrapper{position: relative}
    .cms-page-content-wrapper .block-static-block.widget{
        width: calc(100vw - 32px);
        margin-bottom: 20px;
    }
    .cms-page-content-wrapper .current-page{
        margin-bottom: 30px;
        position: sticky;
        background: #fff;
        z-index: 1;
        transition: all .5s;
        width: auto;
    }
    .cms-page-content-wrapper .current-page-text{
        display: block;
        padding: 10px;
        border: 1px solid #333;
        font-weight: bold;
    }
    .cms-page-content-wrapper .current-page.show-top{
        top: 0;
    }
    .cms-page-content-wrapper .current-page-text.open:after{
        transform: rotate(135deg);
        margin-top: 8px;
    }
    .cms-page-content-wrapper .current-page-text:after{
        border-left: 2px solid #333;
        border-bottom: 2px solid #333;
        content: ' ';
        float: right;
        transform: rotate(-45deg);
        margin-top: 3px;
        width: 8px;
        height: 8px;
        transition: all .5s;
    }
    html[lang="ar"] .cms-page-content-wrapper .current-page-text:after{
        float: left;
    }
    .cms-page-content-wrapper .block-static-block{
        position: absolute;
        border: 1px solid #333;
        top:40px;
        left: 0;
        z-index: 1;
        background: #fff;
        display: none;
    }
    .cms-page-content-wrapper .cms-content-right{
        width: 100%;
    }
    .cms-page-content-wrapper .block-static-block.widget ul{
        padding: 0;
        margin: 0;
    }
    .cms-page-content-wrapper .block-static-block.widget ul li{
        margin-bottom: 0;
    }
    .cms-page-content-wrapper .block-static-block.widget ul li a{
        display: block;
        padding: 10px;
    }
    .cms-page-content-wrapper .block-static-block.widget ul li a:hover{
        background: #eee;
    }
    .cms-contact-us a.contact-us,.cms-payment a.payment,.cms-shipping a.shipping,.cms-returns a.returns,.cms-covid-19 a.covid-19-faqs,.cms-faq a.faqs,
    .cms-wholesaler a.wholesaler,.cms-discount a.discount{
        background: #eee;
    }
    .cms-terms-conditions a.terms-conditions,.cms-privacy-policy a.privacy-policy,.cms-cookie-policy a.cookie-policy,.cms-do-not-sell-my-personal-information a.personal-information,.cms-accessibility-statement a.accessibility,.cms-about-us a.transparency{
        background: #eee;
    }

    .page.messages{
        width: 100%;
    }
    .cms-home.has-notice .page.messages{
        top: 103px;
    }
    .cms-home.header-sticky .page.messages{
        top: 57px;
    }
    .cms-home.no-tip-message .page.messages{
        top: 57px;
    }
    .category-discover a{
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
    .catalog-product-view .page-main{
        padding: 0;
    }
    .product-info-content-wrapper .product.media.noSticky{
        position: static;
    }
    .popup-box{
        position: fixed;
        display: block;
        width: 100%;
        margin-left: 0;
        top:0;
        left: 0;
        height: 100%;
    }
    .popup-box.cart-total-money{
        width: 80%;
        left: 5%;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
        padding: 5%;
    }
    .popup-box.cart-total-money .popup-content{margin: 20px 15px;}
    .popup-box.cart-total-money h3{margin: 5px 0 30px;}
    .popup-box.cart-total-money .action-btns{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    .popup-box.cart-total-money .action-btns button{
        margin-left: 15px;
        padding: 10px 18px;
        min-width: auto;
    }
    .popup-box.cart-total-money p{line-height: 27px;}
    .popup-title{
        margin: 35px 12px 20px;
        text-align: center;
        padding-bottom: 10px;
    }
    .popup-box .popup-content{
        margin: 0 12px 20px;
        max-height: 88vh;
    }

    .product-info-content-wrapper .product.media .fotorama__stage{
        background: #e5e5e5;
    }
    .product-info-main-wrapper{
        position: relative;
        background: #fff;
        width: 100%;
    }
    .page-layout-1column .product-info-main{
        margin: 0;
        padding: 20px 15px;
    }
    .catalog-product-view .product.data.items>.item.content{
        margin: 0 15px;
    }
    .free-shipping-more-details,.short-description-details,.contact-us-details{
        position: fixed;
        z-index: 99;
        height: 100% !important;
    }
    .product-add-form .more-details-content{
        height: 90%;
        margin: 8% 20px;
        padding: 0;
    }
    .product-add-form .close{
        right: 20px;
        top: 3.5%;
    }
    .catalog-category-view.page-products .product-item-info .product-image-wrapper{
        height: 30.7vh;
    }
    .catalogsearch-result-index.page-products .product-item-info .product-image-wrapper{
        height: 30.7vh;
    }
    .catalogsearch-result-index.page-products .columns{
        padding-top: 0;
    }
    .homepage-kv-slider .kv-text-box{
        width: 100%;
        padding: 20px 0;
    }

    .popup-content-table .size_text{display: block;}
    .popup-content-table .size_text img{max-width: 35%;}

    .modal-popup .modal-inner-wrap{width: 90%;margin: 10rem auto 3rem;}
    .modal-popup.confirm .modal-inner-wrap .modal-content{
        padding-right: 3rem;
        margin-bottom: 2.6rem;
    }

    .block-account-content{
        width: 290px;
        top: 73%;
        right: 18.5%;
    }
    html[lang="ar"] .block-account-content{
        left: 20px;
    }
    .block-account-content ul{
        padding: 10px 0;
    }
    .block-account-content .close{
        display: block;
        position: absolute;
        right: 5px;
        top: 3px;
        z-index: 1;
    }
    html[lang="ar"] .block-account-content .close{
        right: auto;
        left: 5px;
    }
    .block-account-content .close:before{
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: 32px;
        color: inherit;
        content: '\e616';
        font-family: 'icons-blank-theme';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .block.related{
        margin-bottom: 0;
    }

    .popup-box.newsletter-box{
        left: 50%;
        height: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding: 35px 20px 25px;
    }
    .popup-box.newsletter-box.notice-box{
        width: 80%;
    }
    .popup-close{right: 10px;top:3px;cursor: pointer;}
    .newsletter-box .newsletter_popup_content{display: block;}
    .newsletter-box .newsletter_popup_content .image{width: 100%;}
    .newsletter-box .newsletter_popup_content .image img{margin: 0 auto;max-height: 270px;}
    .newsletter-box .newsletter_popup_content .text{width: 100%;}
    .newsletter-box p{margin: 20px 0;}
    .popup-box.newsletter-box h3{text-align: center;}
    .cookie-popup-wrapper .cookie-popup-content{padding: 10px;display:block;}
    .cookie-popup-wrapper .cookie-popup-content p{margin: 0 0 10px;width: auto;float: none}
    .cookie-popup-wrapper .cookie-popup-content .cookie-actions{float: none;display: flex;justify-content: space-between;align-items: center;}
    .cookie-popup-wrapper .cookie-popup-content span.accept_cookie_btn{margin-left:0;}

    .amblog-main-content .amblog-post-container .amblog-read{background: #000;padding: 10px 0;color: #fff;text-decoration: none;}
    .amblog-index-index .page-title, .amblog-index-post .page-title{font-size: 18px !important;}
    .right .amblog-element-block{border-bottom: 0;}
    .amblog-index-index .amblog-swipe.-left, .amblog-index-index .amblog-swipe.-right,.amblog-index-post .amblog-swipe.-left, .amblog-index-post .amblog-swipe.-right{top:-37px;}

    
    .page-main .product-options-wrapper .fieldset>.field>.control select{
        width: 100%;
    }
    .video-popup-wrapper .popup-container{width: 94%;left: 3%;display: flex;align-items: center;}
    .video-popup-wrapper .popup-box{height:auto;position:relative;}
    
    .new-arrivals-wrapper{width: 100%;}
    .new-arrivals-wrapper .outerwear-right ul{flex-wrap: wrap;}
    .new-arrivals-wrapper .outerwear-right ul li{width: 49%;}

    html[lang="ar"] .header.content .minicart-wrapper{
        left: 10px;
    }
    html[lang="ar"] .header.content .block-search{
        margin-left: 18px;
    }
    html[lang="ar"] .header.content a.header-account{
        margin-right: 10px;
    }
    html[lang="ar"] .page-header .switcher.language{
        left: 110px;
    }
    html[lang="ar"] .footer.content h3 .arrow{
        float: left;
    }
    html[lang="ar"] .nav-sections .navigation .parent .level-top:before{
        left: 10px;
        right: auto;
    }
    html[lang="ar"] .nav-sections .navigation .parent .level-top:after{
        left: 14px;
        right: auto;
    }

    .cms-index-index .home-text-ad {margin: 0 auto 20px;}
    .cms-index-index .home-text-ad h1{font-size: 22px;}
    .cms-index-index .home-text-ad p{font-size: 14px;padding: 0 20px;}
    .cms-index-index .home-bestSellerBox.banner3 .bestSellerList{
        overflow-x: auto;
        margin: 0;
        scrollbar-width:none;
        -ms-overflow-style:none;
    }
    .cms-index-index .home-bestSellerBox.banner3 .bestSellerList::-webkit-scrollbar{
        display:none;
    }
    .cms-index-index .home-bestSellerBox.banner3 .bestSellerList ul{
        width: 240%;
        display: flex;
        justify-content: center;
        flex-direction: initial;
    }
    .cms-index-index .home-bestSellerBox.banner3 .bestSellerList ul li{width: 50%;text-align: center;margin-right: 10px;}
    .cms-index-index .bestSellerList ul{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cms-index-index .home-bestSellerBox{
        margin: 0 auto 30px;
    }
    .cms-index-index .home-bestSellerBox.banner3{
        margin: 0 auto;
    }
    .cms-index-index .bestSellerList ul li{
        width: 100%;
        padding: 10px 0;
    }
    .cms-index-index .home-Title h2{
        font-size: 20px;
    }
    .cms-index-index .home-Profiles{font-size: 14px;}
    .cms-index-index .content-btm{
        flex-direction: column;
    }
    .cms-index-index .leftBox{
        width: 100%;
        padding-right: 0;
    }
    .cms-index-index .shareImgBox{
        margin-top: 20px;
    }
    .cms-index-index .shareBtmBtn{
        float: none;
        display: block;
    }
    .cms-index-index .rightBox{
        width: 100%;
        justify-content: space-between;
    }
    .cms-index-index .rightBox li{
        width: 48.5%;
    }
    .cms-index-index .home-sortBox ul li{
        flex-direction: column;
    }
    .cms-index-index .home-sortTextBox{
        width: 100%;
    }
    .cms-index-index .home-bestSellerBox ul li button{
        bottom: 25%;
        font-size: 14px;
    }
    .cms-index-index .home-sortImg{
        order: 10;
    }
    .cms-index-index .home-sortImg .time-wrapper h1{font-size: 24px;}
    .cms-index-index .home-sortImg .time-wrapper .time_box .item{padding: 12px 8px;font-size: 16px;width: 62px;}
    .cms-index-index .home-sortImg .time-wrapper .time_box .item .num{font-size: 22px;}
    .cms-index-index .home-sortTextBox{
        order: 20;
    }
    .cms-index-index .home-sortTitle{
        margin: 30px 20px 0;
    }
    .cms-index-index .home-sortTitle h3{
        font-size: 16px;
    }
    .cms-index-index .home-sortText{font-size: 12px;margin: 10px 20px;}
    .cms-index-index .home-sortBtn span{font-size: 14px;}
    .cms-index-index .home-Title{
        padding: 30px 20px;
    }
    .cms-index-index .home-bestSellerBox ul li p{font-size: 12px;}
    .cms-index-index .home-footerBannerTextBox{
        width: 90%;
    }
    .cms-index-index .footerBannerTitle h1{font-size: 24px;}
    .cms-index-index .home-footerBannerText,.cms-index-index .home-footerBannerBtn span{font-size: 14px;}
    .cms-index-index .home-bestSellerBox ul li h3{font-size: 14px;}
    .cms-index-index .shareBtmBox {margin: 10px 12px;}
    
    .product-info-main-wrapper .product-add-form .product-options-wrapper .field .control{
        width: 100%;
    }
    .product-options-wrapper .fieldset>.field.add-yours:nth-child(even){
        margin-right: 0;
    }
    .product-options-wrapper .fieldset > .field.add-your-name{margin-top: -3px;}
    
    .product-options-wrapper .fieldset > .field.add-yours .control input::placeholder{
        font-size: 12px;
    }
    .choose-a-patch-wrapper{width: 99.4%;}

    .category-cms{
        width: 100%;
    }
    .category-cms .left-category-nav{
        width: 26%;
    }
    .category-cms .left-category-nav li{
        padding: 10px;
        text-align: left;
        font-size: 12px;
    }
    .category-cms .right-subcategory-list ul li{
        width: 30%;
        font-size: 12px;
    }
    .category-cms .right-subcategory-list ul li .cat-image{
        height: 80px;
    }
    .category-cms .right-subcategory-list ul li .cat-name{
        word-wrap: break-word;
    }
    .category-view{margin-bottom: 20px;}
    .category-description{
        text-align: left;
        width: 100%;
        margin: 20px auto 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .category-description.all{
        display: block;
    }
    .current-category-ad{display: none;}
    .current-category-child ul.level0{display: none;max-height: 400px;}
    .all-child-arrow{
        display: inline-block;
    }
    .current-category-child h3{
        background: #f4f4f4;
        padding: 16px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 0;
    }
    .current-category-child h3 span.title{
        width: 95%;
        display: block;
    }
    .nav-sections-item-content .navigation .level0.active>a:not(.ui-state-active), .nav-sections-item-content .navigation .level0.has-active>a:not(.ui-state-active){
        border: 0;
    }
}


/* only pad */
@media (min-width: 769px) and (max-width:1025px){
    .header.content{
        padding: 24px 0 0 !important;
        width: 98%;
    }
    .header.content .navigation{
        width: 66%;
        margin: 4px 0 0 2%;
    }
    .header.content a.logo{
        width: 170px;
        background-position: 0 -30px;
        height: 43px;
    }
    .message.global.demo .swiper-button-prev{
        left: 15%;
    }
    .message.global.demo .swiper-button-next{
        right: 15%;
    }
    .cms-home .header.content:hover a.logo{
        background-position: 0 -30px;
    }
    .header.content:hover a.logo, .page-header.sticky .header.content a.logo{
        background-position: 0 -30px;
    }
    .header.content .navigation li.level0{
        margin: 0 20px 27px 0;
    }
    .header.content .navigation .level0>.level-top{
        font-size: 12px;
    }
    .header.content .block-search{
        margin-right: 45px;
        padding: 0;
    }
    .header.content .minicart-wrapper{
        right: 5px;
        top: 29px;
    }
    .header.content a.header-account{
        margin-left: 13px;
    }
    .new-arrive-text-box-wrapper, .childrens-list-text-box-wrapper{
        left: 31%;
    }
    .header.content .minicart-wrapper .block-minicart{
        right: -15px;
    }
    .minicart-wrapper .block-minicart:before{
        right: 18px;
    }
    .minicart-wrapper .block-minicart:after{
        right: 17px;
    }
    .cart-container-wrapper .block.discount{
        width: 65%;
    }
    .cart-container-wrapper .block.discount .field{
        width: 60%;
    }
    .page-header .switcher.language{margin: 7px 0 0;right:123px;}
    .product-image-gallery ul li{
        min-height: 300px;
    }
    .cart-container .cart-container-wrapper .checkout-methods-items .action.primary{
        min-width: inherit;
    }
    .popup-content-table .size_text{display: block}
    .popup-content-table .size_text img{max-width: 35%;}
}

/* only pad small */
@media (min-width: 769px) and (max-width: 1023px){
    .header.content a.logo{
        width: 142px;
        margin-right: 10%;
        height: 37px;
        background-position: 0 -29px;
    }
    .header.content .nav-toggle {
        left: auto;
        right: 13px;
        top: 11px;
        display: inline-block;
    }
    .checkout-index-index .header.content .nav-toggle{
        display: none;
    }
    .header.content .navigation{
        display: none;
    }
    .header.content .block-search {
        margin-top: -1px;
        margin-right: 85px;
        float: right;
    }
    .header.content .minicart-wrapper {
        position: absolute;
        right: 48px;
        top: 18.5px;
        margin-top: 0;
    }
    .cms-home .header.content .nav-toggle:before {
        color: #fff;
    }
    .header.content:hover .nav-toggle:before {
        color: #000 !important;
    }
    .nav-sections .navigation ul .submenu div.ui-menu-item{
        display: none;
    }
    .catalog-category-view .page-main>.page-title-wrapper .page-title{
        letter-spacing: -0.3px;
    }
    .page-header {
        margin: 0;
        border: 0;
        width: 100%;
        left: 0;
        z-index: 9;
    }
    .header.content {
        width: auto;
        padding: 20px 15px 7px !important;
    }
    .header.content .nav-toggle:before, .page-header.sticky .header.content .nav-toggle:before {
        color: #000;
        font-size: 28px;
    }
    .nav-open .nav-sections {
        -webkit-box-shadow: 0 0 5px 0 rgb(50 50 50 / 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 rgb(50 50 50 / 75%);
        left: 0;
        z-index: 99;
    }
    .nav-sections.sections {
        background: #fff;
        display: block;
        overflow-x: hidden;
    }
    .category-filter-wrapper{
        top: 55px;
    }
    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: -80%;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: calc(100% - 54px);
    }
    .nav-open .nav-toggle:after {
        background: rgba(0,0,0,0.5);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .nav-sections-items {
        position: relative;
        z-index: 1;
    }
    .section-menu-title {
        margin: 23px 16px 16px;
    }
    .section-menu-title a {
        display: block;
        width: 165px;
        color: #333;
        height: 40px;
        background-image: url(../../frontend/Gxy/default/en_US/Magento_Theme/images/logo.png);
        background-repeat: no-repeat;
        background-position: 0 -36px;
        background-size: 100%;
    }
    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .nav-sections-items:after {
        clear: both;
    }
    nav-sections-items:before, .nav-sections-items:after {
        content: '';
        display: table;
    }
    .nav-sections-item-content:before, .nav-sections-item-content:after {
        content: '';
        display: table;
    }
    .nav-sections-item-content:after {
        clear: both;
    }
    .nav-sections .navigation {
        background: #fff;
        box-sizing: border-box;
        padding: 0;
    }
    .nav-sections .navigation ul {
        margin: 0 15px;
        padding: 0;
    }
    .navigation .level0 {
        border-top: 1px solid #d1d1d1 !important;
        font-size: 1.6rem;
        margin: 0 !important;
    }
    .navigation li.level0{
        display: block;
    }
    .navigation li.level0:last-child {
        border-bottom: 1px solid #d1d1d1;
    }
    navigation .level0>.level-top {
        text-transform: uppercase;
        word-wrap: break-word;
    }
    .navigation .parent .level-top {
        position: relative;
        display: block;
        text-decoration: none;
    }
    .navigation .submenu:not(:first-child) {
        font-weight: 400 !important;
        line-height: 1.3;
        left: auto;
        overflow-x: hidden;
        padding: 0;
        position: relative !important;
        top: auto !important;
        transition: left .3s ease-out;
        box-shadow: none !important;
        border: 0 !important;
    }
    .nav-sections .navigation ul .submenu {
        border: 0;
        padding: 0 10px;
    }
    .nav-sections .navigation .level0 .submenu ul.submenu{
        margin: 0;
        top: auto !important;
        left: auto !important;
    }
    .nav-sections .navigation .level0>.level-top {
        padding: 12px 23px 12px 3px !important;
        font-size: 13px;
        font-weight: normal;
        color: #333;
        margin: 12px 0;
        font-family: "Styrene Medium";
        line-height: normal;
        display: block;
    }
    html[lang="ar"] .nav-sections .navigation .level0>.level-top{
        padding: 12px 3px 12px 23px !important;
    }
    .navigation .level0 .submenu div.ui-widget-content{
        display: none;
    }
    .navigation .level0>.level-top {
        text-transform: uppercase;
        word-wrap: break-word;
    }
    navigation a, .navigation a:hover {
        color: #575757;
        text-decoration: none;
    }
    .nav-sections .navigation .parent .level-top:after {
        right: -16px;
        top: -4px;
        font-size: 50px;
        transform: rotate(-90deg);
        transition: all .5s;
        position: absolute;
    }
    .nav-sections .navigation .parent .level-top.ui-state-active:after {
        transform: rotate(-180deg);
    }
    .navigation .level0 .submenu li.parent>a>.ui-menu-icon:after{
        font-size: 50px !important;
        transition: all .5s;
    }
    .navigation .level0 .submenu li.parent>a.ui-state-active>.ui-menu-icon:after{
        transform: rotate(-90deg);
        right: -10px;
    }
    .navigation .level0.parent>.level-top>.ui-menu-icon{
        display: none !important;
    }
    .navigation .parent .level-top:after {
        position: absolute;
    }
    .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;
    }
    .nav-sections .navigation ul .submenu li.level1 {
        margin: 12px 0;
    }
    .navigation .level0>.level1 {
        font-weight: 600;
    }
    .navigation .submenu>li {
        word-wrap: break-word;
    }
    .nav-sections .navigation ul .submenu a {
        color: #333;
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 23px;
        position: relative;
        font-weight: 300;
        display: block;
    }
    html[lang="ar"] .nav-sections .navigation ul .submenu a{
        padding-left: 23px;
        padding-right: 15px;
    }
    .navigation .level0 .submenu li.parent>a>.ui-menu-icon{
        width: 31px;
        top: 6px;
    }
    .navigation .level0 ul.level1.submenu li.parent>a>.ui-menu-icon{
        display: none;
    }
    .navigation .submenu:not(:first-child)>li>a {
        padding-left: 15px;
    }
    .level0.active>a:not(.ui-state-active), .catalog-category-view .navigation .level0.has-active>a:not(.ui-state-active) {
        border-width: 0 0 0 1px;
        padding-left: 10px;
        border-color: #000;
    }
    .nav-sections .navigation .level0.active>a:not(.ui-state-active), .nav-sections .navigation .level0.has-active>a:not(.ui-state-active) {
        border-style: solid;
        display: block;
        border-width: 0 0 0 1px;
        border-color: #000;
        padding-left: 10px;
    }
    .nav-sections .navigation ul .submenu li.level1.parent.has-active a{
        border-width: 0 0 0 1px;
        border-color: #000;
        padding-left: 14px !important;
        border-style: solid;
    }
    .nav-sections .navigation ul .submenu li.level1.parent.has-active li:not(.active) a{
        border: 0;
    }
    .nav-sections .navigation .level0.has-active>a.ui-state-active{
        border-width: 0 0 0 1px;
        border-color: #000;
        padding-left: 14px !important;
        border-style: solid;
    }

    .nav-sections .navigation .level0.parent>.level-top{
        display: block;
        border: 0;
    }
    .navigation .level0.active .all-category .ui-state-focus {
        border-width: 0 0 0 1px;
        border-color: #000;
        padding-left: 14px;
    }
    .navigation .level0.active .all-category .ui-state-focus {
        border-style: solid;
        display: inline-block;
    }
    .nav-sections .navigation ul .submenu .all-category a {
        font-family: "Styrene Medium";
    }
    .nav-sections .navigation .submenu .parent a{
        font-family: "Styrene Medium";
    }
    .nav-sections .navigation .submenu .parent .level2 a{
        font-family: "Styrene Regular";
        border-width: 0 0 0 1px;
        margin: 8px;
    }
    .nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .nav-before-open {
        height: 100%;
        overflow-x: hidden;
        width: 100%;
    }
    .nav-before-open.nav-open .page-wrapper {
        left: 80%;
        left: calc(100% - 54px);
    }
    .nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative;
    }
    .homepage-kv-slider .kv-text-box-wrapper{
        top: 75%;
    }
    .homepage-kv-slider .swiper-button-prev, .homepage-kv-slider .swiper-button-next{
        top: 70.3%;
    }
    .homepage-kv-slider .swiper-pagination-fraction{
        top: 68%;
    }
    .homepage-kv-slider .swiper-button-prev{
        left: 43%;
    }
    .homepage-kv-slider .swiper-button-next{
        right: 44%;
    }
    html[lang="ar"] .homepage-kv-slider .swiper-button-prev{
        right: 43%;
    }
    html[lang="ar"] .homepage-kv-slider .swiper-button-next{
        left: 44%;
    }

    .block-account-content{
        top: 73%;
        right: 18.5%;
    }
    .page-header .switcher.language{margin: 1px 12px;}
}

/* only pc small */
@media (min-width: 1025px) and (max-width:1150px){
    .header.content .navigation{
        width: 67%;
        margin: 4px 1% 0 1%;
    }
    .header.content a.logo{width: 155px;background-position:0 -30px;height: 40px;}
    .header.content:hover a.logo, .page-header.sticky .header.content a.logo{
        background-position: 0 -30px;
    }
    .header.content .navigation li.level0{
        margin: 0 18px 27px 0;
    }
    .header.content .navigation .level0>.level-top{
        font-size: 11px;
    }
}

/* only pc middle */
@media (min-width: 1150px) and (max-width:1280px){
    .header.content .navigation{
        width: 66%;
        margin: 4px 1% 0 2%;
    }
    .header.content a.logo{width: 190px;background-position:0 -37px;}
    .header.content:hover a.logo, .page-header.sticky .header.content a.logo{
        background-position: 0 -37px;
    }
    .header.content .navigation li.level0{
        margin: 0 25px 27px 0;
    }
    .header.content .navigation .level0>.level-top{
        font-size: 12px;
    }
}
/* only pc middle */
@media (min-width: 1280px) and (max-width:1366px){
    .header.content .navigation{
        width: 66%;
        margin: 4px 1% 0 3%;
    }
}

/* only pc */
@media only screen and (min-width:769px){
    .only-pc{
        display: block;
    }
    .only-mobile{
        display: none;
    }
    .only-mobile-gallery{
        height: 0;
        overflow: hidden;
    }
    .nav-sections{
        display: none;
    }
    .header.content .navigation .level0 ul.level0.submenu{min-height: 450px;}
    .header.content .navigation .level0>.level-top{letter-spacing: 0;}
    .header.content .navigation .level0 .submenu div.ui-widget-content{float: right;margin-top: 8px;position: relative;z-index: 999;max-width: 60%;}
    .catalog-category-view .page-main>.page-title-wrapper .page-title{
        display: block;
        font-size: 14px;
        margin: 40px auto 25px;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0;
    }
    .page-wrapper .page-main{
        max-width: 1920px;
        padding: 0;
    }
    .catalog-category-view.page-layout-2columns-left .sidebar-main{
        width: 18%;
    }
    .catalog-category-view.page-layout-2columns-left .column.main{
        width: 82%;
    }
    .page-products.catalog-category-view.page-layout-2columns-left .products-grid .product-items{
        margin-left: -1px;
    }
    .page-products.catalogsearch-result-index.page-layout-1column .products-grid .product-items{
        margin-left: -1px;
    }
    .page-products.catalog-category-view.page-layout-1column .products-grid .product-item{
        width: 25%;
        padding: 0;
        border-left: 1px solid #fff;
        margin-left: 0 !important;
        margin-bottom: 60px;
    }
    .page-products.catalog-category-view.page-layout-2columns-left .products-grid .product-item{
        width: 25%;
        padding: 0;
        border-left: 1px solid #fff;
        margin-left: 0 !important;
        margin-bottom: 60px;
    }
    .page-products.catalogsearch-result-index.page-layout-1column .products-grid .product-item{
        width: 25%;
        padding: 0;
        border-left: 1px solid #fff;
        margin-left: 0 !important;
    }
    .catalogsearch-result-index.page-products .product-item-info{
        width: auto;
        text-align: center;
    }
    .login-container{
        width: 94%;
        margin: 0 auto;
    }
    .customer-account-login .login-container .block{
        width: 47%;
    }
    .customer-account-login .login-container .fieldset>.field>.control{
        width: 74.2%;
    }
    .account .block{
        margin-bottom: 20px;
    }
    .account .sidebar.sidebar-main{margin-bottom: 60px;}
    .page-layout-2columns-left .columns{
        width: 94%;
        margin: 0 auto;
    }
    .page-layout-2columns-left .columns .column.main{min-height: auto;}
    .wishlist-index-index .box-tocart .action.tocart{
        width: 100%;
    }
    .wishlist-index-index.account .actions-toolbar .secondary .back{
        display: none;
    }
    .customer-account-login .login-container .actions-toolbar button{
        width: 120px;
    }
    .cms-page-content-wrapper{
        width: 94%;
        margin: 20px auto 40px;
        display: flex;
        justify-content: space-between;
    }
    .page-wrapper .breadcrumbs{
        width: 94% !important;
        max-width: inherit;
        padding: 0;
        margin: 20px auto;
        max-width: 1920px;
    }
    .page-print #maincontent{
        width: 94%;
    }
    .checkout-success-wrapper,.checkout-fail-wrapper{
        width: 94%;
        margin: 0 auto;
    }
    .toolbar{
        width: 94%;
    }
    .page-title-wrapper,.cart-empty{
        width: 94%;
        margin: 0 auto;
    }
    .cart-container .cart-container-wrapper .checkout-methods-items .action.primary{
        border-radius: 3px;
    }
    .checkout-container .opc-wrapper .step-title{
        margin-bottom: 20px;
    }
    .checkout-container .checkout-payment-method .step-title{
        margin-bottom: 0;
    }
    .checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content{
        padding: 0;
    }
    .checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit{
        top: -3px;
    }
    .customer-account-logoutsuccess .page-main{
        text-align: center;
    }
    .cms-no-route.page-layout-1column .column.main{
        width: 94%;
        margin: 0 auto;
    }
    .top-category-list .cat-item{
        display: flex;
        justify-content: space-between;
    }
    .category-discover{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .page.messages{
        width: 94%;
        margin: 0 auto 20px;
    }
    .product-image-gallery ul{
        padding: 0;
    }
    .product-image-gallery ul li{
        list-style: none;
        margin: 0 0 1px;
        cursor: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/cursor_add_icon.png"), default;
        background: #e5e5e5;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 400px;
    }

    .page-layout-1column .product-info-main{
        position: sticky;
        top: 120px;
        margin-bottom: 80px;
        min-height: 546px;
    }
    .product-info-content-wrapper{
        display: flex;
        justify-content: space-between;
    }
    .product-info-main-wrapper{
        width: 44%;
        margin-right: 3%;
        position: relative;
        height: auto;
    }
    html[lang="ar"] .product-info-main-wrapper{margin: 0 0 0 3%;}
    .product.info.detailed{
        width: 94%;
        margin: 0 auto;
    }
    .catalog-product-view .page-header.sticky{
        background: none !important;
    }
    .catalog-product-view .page-header.sticky:hover{
        background: #fff !important;
    }
    .product-image-gallery-popup{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        background: #fff;
        text-align: center;
    }
    .product-image-gallery-popup .close{
        position: absolute;
        right: 27px;
        top: 20px;
        color: #000;
        cursor: pointer;
        z-index: 99;
        width: 32px;
        height: 32px;
    }
    .product-image-gallery-popup .close .close-icon{
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 31px;
        background: #393939;
        display: block;
        transform: rotate(45deg);
    }
    .product-image-gallery-popup .total-images{
        position: absolute;
        right: 30px;
        bottom: 30px;
        font-size: 14px;
        font-weight: 600;
    }
    .product-image-gallery-popup .swiper-slide{
        overflow-x: hidden;
        overflow-y: auto;
        height: 100vh;
        display: flex;
        align-items: center;
    }
    .product-image-gallery-popup img{
        transition: all .5s;
        cursor: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/add_cursor_icon.png"), default;
        margin: 0 auto;
    }
    .product-image-gallery-popup img.zoom-out-icon{
        transform: scale(2);
        cursor: url("../../frontend/Gxy/default/en_US/Magento_Theme/images/reduce_cursor_icon.png"), default;
    }
    .product-image-gallery-popup .close-icon:after{
        width: 1px;
        height: 31px;
        content: ' ';
        background: #393939;
        display: block;
        position: absolute;
        top:0;
        left: 50%;
        transform: rotate(270deg);
    }
    .product-image-gallery-popup .swiper-button-prev{
        left: 30px;
        width: 30px;
    }
    html[lang="ar"] .product-image-gallery-popup .swiper-button-prev{
        left: auto;
        right: 30px;
    }
    .product-image-gallery-popup .swiper-button-next{
        right: 35px;
        width: 30px;
    }
    html[lang="ar"] .product-image-gallery-popup .swiper-button-next{
        right: auto;
        left: 30px;
    }
    .category-view-bottom .category-description{width:94%;margin: 0 auto;}
    .product-image-gallery-popup .swiper-button-next:after,.product-image-gallery-popup .swiper-button-prev:after{
        font-size: 20px;
        color: #000;
        content: ' ';
        width: 26px;
        height: 26px;
        border-left: 1px solid #393939;
        border-bottom: 1px solid #393939;
    }
    .product-image-gallery-popup .swiper-button-next:after{
        transform: rotate(-135deg);
    }
    html[lang="ar"] .product-image-gallery-popup .swiper-button-next:after{
        transform: rotate(45deg);
    }
    .product-image-gallery-popup .swiper-button-prev:after{
        transform: rotate(45deg);
    }
    html[lang="ar"] .product-image-gallery-popup .swiper-button-prev:after{
        transform: rotate(-135deg);
    }
    .cart-container-wrapper .cart.table-wrapper .product-image-wrapper{
        height: 137px;
    }

    .authentication-wrapper{
        margin-top: 0;
        z-index: 9 !important;
        width: 40% !important;
        max-width: 400px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .authentication-wrapper button.action{
        padding: 8px 0 !important;
    }
    .authentication-dropdown .modal-inner-wrap{
        padding: 20px;
    }
    .checkout-index-index .block-authentication .block-title{
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .checkout-index-index .fieldset{
        margin: 0 0 20px;
    }
    .checkout-index-index .fieldset>.field{
        margin: 0 0 10px;
    }
    .checkout-index-index .fieldset>.field>.label{
        padding: 6px 15px 6px 0;
    }
    html[lang="ar"] .checkout-index-index .fieldset>.field>.label{
        padding: 6px 0;
        text-align: right;
    }
    .checkout-index-index .actions-toolbar{
        margin-left: 0 !important;
    }
    .checkout-index-index .block-authentication .actions-toolbar>.primary{
        float: none;
        width: 100%;
        display: block;
    }
    .checkout-index-index .block-authentication .actions-toolbar>.primary .action{
        font-size: 14px;
        padding: 12px;
        border: 0;
        width: 100%;
        background: #000;
        color: #fff;
        border-radius: 0;
    }
    .checkout-index-index .modal-popup .modal-inner-wrap{
        margin-left: auto !important;
        width: 482px !important;
        left: 0 !important;
        transform: translateY(-50%);
        top: 40%;
    }
    html[lang="ar"] .page-layout-2columns-right .column.main{
        float: right;
        margin-right: 10px;
    }
}
@charset "UTF-8";

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

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*!
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}
@font-face {
  font-family: 'Glyphicons';
  src: url('../../frontend/Gxy/default/en_US/Amasty_Blog/css/glyphicons/fonts/glyphicons-regular.eot');
  src: url('../../frontend/Gxy/default/en_US/Amasty_Blog/css/glyphicons/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/Gxy/default/en_US/Amasty_Blog/css/glyphicons/fonts/glyphicons-regular.woff') format('woff'), url('../../frontend/Gxy/default/en_US/Amasty_Blog/css/glyphicons/fonts/glyphicons-regular.ttf') format('truetype'), url('../../frontend/Gxy/default/en_US/Amasty_Blog/css/glyphicons/fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
i.glyphicons {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #1d1d1b;
  width: 16px;
  height: 16px;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
}
i.glyphicons:before {
  color: #1D1D1B;
  font: 16px 'Glyphicons';
  left: 0;
  position: absolute;
  top: 0;
}
i.glyphicons.glass:before {
  content: "\e001";
}
i.glyphicons.leaf:before {
  content: "\e002";
}
i.glyphicons.dog:before {
  content: "\e003";
}
i.glyphicons.user:before {
  content: "\e004";
}
i.glyphicons.girl:before {
  content: "\e005";
}
i.glyphicons.car:before {
  content: "\e006";
}
i.glyphicons.user_add:before {
  content: "\e007";
}
i.glyphicons.user_remove:before {
  content: "\e008";
}
i.glyphicons.film:before {
  content: "\e009";
}
i.glyphicons.magic:before {
  content: "\e010";
}
i.glyphicons.envelope:before {
  content: "\2709";
}
i.glyphicons.camera:before {
  content: "\e012";
}
i.glyphicons.heart:before {
  content: "\e013";
}
i.glyphicons.beach_umbrella:before {
  content: "\e014";
}
i.glyphicons.train:before {
  content: "\e015";
}
i.glyphicons.print:before {
  content: "\e016";
}
i.glyphicons.bin:before {
  content: "\e017";
}
i.glyphicons.music:before {
  content: "\e018";
}
i.glyphicons.note:before {
  content: "\e019";
}
i.glyphicons.heart_empty:before {
  content: "\e020";
}
i.glyphicons.home:before {
  content: "\e021";
}
i.glyphicons.snowflake:before {
  content: "\2744";
}
i.glyphicons.fire:before {
  content: "\e023";
}
i.glyphicons.magnet:before {
  content: "\e024";
}
i.glyphicons.parents:before {
  content: "\e025";
}
i.glyphicons.binoculars:before {
  content: "\e026";
}
i.glyphicons.road:before {
  content: "\e027";
}
i.glyphicons.search:before {
  content: "\e028";
}
i.glyphicons.cars:before {
  content: "\e029";
}
i.glyphicons.notes_2:before {
  content: "\e030";
}
i.glyphicons.pencil:before {
  content: "\270F";
}
i.glyphicons.bus:before {
  content: "\e032";
}
i.glyphicons.wifi_alt:before {
  content: "\e033";
}
i.glyphicons.luggage:before {
  content: "\e034";
}
i.glyphicons.old_man:before {
  content: "\e035";
}
i.glyphicons.woman:before {
  content: "\e036";
}
i.glyphicons.file:before {
  content: "\e037";
}
i.glyphicons.coins:before {
  content: "\e038";
}
i.glyphicons.airplane:before {
  content: "\2708";
}
i.glyphicons.notes:before {
  content: "\e040";
}
i.glyphicons.stats:before {
  content: "\e041";
}
i.glyphicons.charts:before {
  content: "\e042";
}
i.glyphicons.pie_chart:before {
  content: "\e043";
}
i.glyphicons.group:before {
  content: "\e044";
}
i.glyphicons.keys:before {
  content: "\e045";
}
i.glyphicons.calendar:before {
  content: "\e046";
}
i.glyphicons.router:before {
  content: "\e047";
}
i.glyphicons.camera_small:before {
  content: "\e048";
}
i.glyphicons.dislikes:before {
  content: "\e049";
}
i.glyphicons.star:before {
  content: "\e050";
}
i.glyphicons.link:before {
  content: "\e051";
}
i.glyphicons.eye_open:before {
  content: "\e052";
}
i.glyphicons.eye_close:before {
  content: "\e053";
}
i.glyphicons.alarm:before {
  content: "\e054";
}
i.glyphicons.clock:before {
  content: "\e055";
}
i.glyphicons.stopwatch:before {
  content: "\e056";
}
i.glyphicons.projector:before {
  content: "\e057";
}
i.glyphicons.history:before {
  content: "\e058";
}
i.glyphicons.truck:before {
  content: "\e059";
}
i.glyphicons.cargo:before {
  content: "\e060";
}
i.glyphicons.compass:before {
  content: "\e061";
}
i.glyphicons.keynote:before {
  content: "\e062";
}
i.glyphicons.paperclip:before {
  content: "\e063";
}
i.glyphicons.power:before {
  content: "\e064";
}
i.glyphicons.lightbulb:before {
  content: "\e065";
}
i.glyphicons.tag:before {
  content: "\e066";
}
i.glyphicons.tags:before {
  content: "\e067";
}
i.glyphicons.cleaning:before {
  content: "\e068";
}
i.glyphicons.ruller:before {
  content: "\e069";
}
i.glyphicons.gift:before {
  content: "\e070";
}
i.glyphicons.umbrella:before {
  content: "\2602";
}
i.glyphicons.book:before {
  content: "\e072";
}
i.glyphicons.bookmark:before {
  content: "\e073";
}
i.glyphicons.wifi:before {
  content: "\e074";
}
i.glyphicons.cup:before {
  content: "\e075";
}
i.glyphicons.stroller:before {
  content: "\e076";
}
i.glyphicons.headphones:before {
  content: "\e077";
}
i.glyphicons.headset:before {
  content: "\e078";
}
i.glyphicons.warning_sign:before {
  content: "\e079";
}
i.glyphicons.signal:before {
  content: "\e080";
}
i.glyphicons.retweet:before {
  content: "\e081";
}
i.glyphicons.refresh:before {
  content: "\e082";
}
i.glyphicons.roundabout:before {
  content: "\e083";
}
i.glyphicons.random:before {
  content: "\e084";
}
i.glyphicons.heat:before {
  content: "\e085";
}
i.glyphicons.repeat:before {
  content: "\e086";
}
i.glyphicons.display:before {
  content: "\e087";
}
i.glyphicons.log_book:before {
  content: "\e088";
}
i.glyphicons.adress_book:before {
  content: "\e089";
}
i.glyphicons.building:before {
  content: "\e090";
}
i.glyphicons.eyedropper:before {
  content: "\e091";
}
i.glyphicons.adjust:before {
  content: "\e092";
}
i.glyphicons.tint:before {
  content: "\e093";
}
i.glyphicons.crop:before {
  content: "\e094";
}
i.glyphicons.vector_path_square:before {
  content: "\e095";
}
i.glyphicons.vector_path_circle:before {
  content: "\e096";
}
i.glyphicons.vector_path_polygon:before {
  content: "\e097";
}
i.glyphicons.vector_path_line:before {
  content: "\e098";
}
i.glyphicons.vector_path_curve:before {
  content: "\e099";
}
i.glyphicons.vector_path_all:before {
  content: "\e100";
}
i.glyphicons.font:before {
  content: "\e101";
}
i.glyphicons.italic:before {
  content: "\e102";
}
i.glyphicons.bold:before {
  content: "\e103";
}
i.glyphicons.text_underline:before {
  content: "\e104";
}
i.glyphicons.text_strike:before {
  content: "\e105";
}
i.glyphicons.text_height:before {
  content: "\e106";
}
i.glyphicons.text_width:before {
  content: "\e107";
}
i.glyphicons.text_resize:before {
  content: "\e108";
}
i.glyphicons.left_indent:before {
  content: "\e109";
}
i.glyphicons.right_indent:before {
  content: "\e110";
}
i.glyphicons.align_left:before {
  content: "\e111";
}
i.glyphicons.align_center:before {
  content: "\e112";
}
i.glyphicons.align_right:before {
  content: "\e113";
}
i.glyphicons.justify:before {
  content: "\e114";
}
i.glyphicons.list:before {
  content: "\e115";
}
i.glyphicons.text_smaller:before {
  content: "\e116";
}
i.glyphicons.text_bigger:before {
  content: "\e117";
}
i.glyphicons.embed:before {
  content: "\e118";
}
i.glyphicons.embed_close:before {
  content: "\e119";
}
i.glyphicons.table:before {
  content: "\e120";
}
i.glyphicons.message_full:before {
  content: "\e121";
}
i.glyphicons.message_empty:before {
  content: "\e122";
}
i.glyphicons.message_in:before {
  content: "\e123";
}
i.glyphicons.message_out:before {
  content: "\e124";
}
i.glyphicons.message_plus:before {
  content: "\e125";
}
i.glyphicons.message_minus:before {
  content: "\e126";
}
i.glyphicons.message_ban:before {
  content: "\e127";
}
i.glyphicons.message_flag:before {
  content: "\e128";
}
i.glyphicons.message_lock:before {
  content: "\e129";
}
i.glyphicons.message_new:before {
  content: "\e130";
}
i.glyphicons.inbox:before {
  content: "\e131";
}
i.glyphicons.inbox_plus:before {
  content: "\e132";
}
i.glyphicons.inbox_minus:before {
  content: "\e133";
}
i.glyphicons.inbox_lock:before {
  content: "\e134";
}
i.glyphicons.inbox_in:before {
  content: "\e135";
}
i.glyphicons.inbox_out:before {
  content: "\e136";
}
i.glyphicons.cogwheel:before {
  content: "\e137";
}
i.glyphicons.cogwheels:before {
  content: "\e138";
}
i.glyphicons.picture:before {
  content: "\e139";
}
i.glyphicons.adjust_alt:before {
  content: "\e140";
}
i.glyphicons.database_lock:before {
  content: "\e141";
}
i.glyphicons.database_plus:before {
  content: "\e142";
}
i.glyphicons.database_minus:before {
  content: "\e143";
}
i.glyphicons.database_ban:before {
  content: "\e144";
}
i.glyphicons.folder_open:before {
  content: "\e145";
}
i.glyphicons.folder_plus:before {
  content: "\e146";
}
i.glyphicons.folder_minus:before {
  content: "\e147";
}
i.glyphicons.folder_lock:before {
  content: "\e148";
}
i.glyphicons.folder_flag:before {
  content: "\e149";
}
i.glyphicons.folder_new:before {
  content: "\e150";
}
i.glyphicons.edit:before {
  content: "\e151";
}
i.glyphicons.new_window:before {
  content: "\e152";
}
i.glyphicons.check:before {
  content: "\e153";
}
i.glyphicons.unchecked:before {
  content: "\e154";
}
i.glyphicons.more_windows:before {
  content: "\e155";
}
i.glyphicons.show_big_thumbnails:before {
  content: "\e156";
}
i.glyphicons.show_thumbnails:before {
  content: "\e157";
}
i.glyphicons.show_thumbnails_with_lines:before {
  content: "\e158";
}
i.glyphicons.show_lines:before {
  content: "\e159";
}
i.glyphicons.playlist:before {
  content: "\e160";
}
i.glyphicons.imac:before {
  content: "\e161";
}
i.glyphicons.macbook:before {
  content: "\e162";
}
i.glyphicons.ipad:before {
  content: "\e163";
}
i.glyphicons.iphone:before {
  content: "\e164";
}
i.glyphicons.iphone_transfer:before {
  content: "\e165";
}
i.glyphicons.iphone_exchange:before {
  content: "\e166";
}
i.glyphicons.ipod:before {
  content: "\e167";
}
i.glyphicons.ipod_shuffle:before {
  content: "\e168";
}
i.glyphicons.ear_plugs:before {
  content: "\e169";
}
i.glyphicons.phone:before {
  content: "\e170";
}
i.glyphicons.step_backward:before {
  content: "\e171";
}
i.glyphicons.fast_backward:before {
  content: "\e172";
}
i.glyphicons.rewind:before {
  content: "\e173";
}
i.glyphicons.play:before {
  content: "\e174";
}
i.glyphicons.pause:before {
  content: "\e175";
}
i.glyphicons.stop:before {
  content: "\e176";
}
i.glyphicons.forward:before {
  content: "\e177";
}
i.glyphicons.fast_forward:before {
  content: "\e178";
}
i.glyphicons.step_forward:before {
  content: "\e179";
}
i.glyphicons.eject:before {
  content: "\e180";
}
i.glyphicons.facetime_video:before {
  content: "\e181";
}
i.glyphicons.download_alt:before {
  content: "\e182";
}
i.glyphicons.mute:before {
  content: "\e183";
}
i.glyphicons.volume_down:before {
  content: "\e184";
}
i.glyphicons.volume_up:before {
  content: "\e185";
}
i.glyphicons.screenshot:before {
  content: "\e186";
}
i.glyphicons.move:before {
  content: "\e187";
}
i.glyphicons.more:before {
  content: "\e188";
}
i.glyphicons.brightness_reduce:before {
  content: "\e189";
}
i.glyphicons.brightness_increase:before {
  content: "\e190";
}
i.glyphicons.circle_plus:before {
  content: "\e191";
}
i.glyphicons.circle_minus:before {
  content: "\e192";
}
i.glyphicons.circle_remove:before {
  content: "\e193";
}
i.glyphicons.circle_ok:before {
  content: "\e194";
}
i.glyphicons.circle_question_mark:before {
  content: "\e195";
}
i.glyphicons.circle_info:before {
  content: "\e196";
}
i.glyphicons.circle_exclamation_mark:before {
  content: "\e197";
}
i.glyphicons.remove:before {
  content: "\e198";
}
i.glyphicons.ok:before {
  content: "\e199";
}
i.glyphicons.ban:before {
  content: "\e200";
}
i.glyphicons.download:before {
  content: "\e201";
}
i.glyphicons.upload:before {
  content: "\e202";
}
i.glyphicons.shopping_cart:before {
  content: "\e203";
}
i.glyphicons.lock:before {
  content: "\e204";
}
i.glyphicons.unlock:before {
  content: "\e205";
}
i.glyphicons.electricity:before {
  content: "\e206";
}
i.glyphicons.ok_2:before {
  content: "\e207";
}
i.glyphicons.remove_2:before {
  content: "\e208";
}
i.glyphicons.cart_out:before {
  content: "\e209";
}
i.glyphicons.cart_in:before {
  content: "\e210";
}
i.glyphicons.left_arrow:before {
  content: "\e211";
}
i.glyphicons.right_arrow:before {
  content: "\e212";
}
i.glyphicons.down_arrow:before {
  content: "\e213";
}
i.glyphicons.up_arrow:before {
  content: "\e214";
}
i.glyphicons.resize_small:before {
  content: "\e215";
}
i.glyphicons.resize_full:before {
  content: "\e216";
}
i.glyphicons.circle_arrow_left:before {
  content: "\e217";
}
i.glyphicons.circle_arrow_right:before {
  content: "\e218";
}
i.glyphicons.circle_arrow_top:before {
  content: "\e219";
}
i.glyphicons.circle_arrow_down:before {
  content: "\e220";
}
i.glyphicons.play_button:before {
  content: "\e221";
}
i.glyphicons.unshare:before {
  content: "\e222";
}
i.glyphicons.share:before {
  content: "\e223";
}
i.glyphicons.chevron-right:before {
  content: "\e224";
}
i.glyphicons.chevron-left:before {
  content: "\e225";
}
i.glyphicons.bluetooth:before {
  content: "\e226";
}
i.glyphicons.euro:before {
  content: "\20AC";
}
i.glyphicons.usd:before {
  content: "\e228";
}
i.glyphicons.gbp:before {
  content: "\e229";
}
i.glyphicons.retweet_2:before {
  content: "\e230";
}
i.glyphicons.moon:before {
  content: "\e231";
}
i.glyphicons.sun:before {
  content: "\2609";
}
i.glyphicons.cloud:before {
  content: "\2601";
}
i.glyphicons.direction:before {
  content: "\e234";
}
i.glyphicons.brush:before {
  content: "\e235";
}
i.glyphicons.pen:before {
  content: "\e236";
}
i.glyphicons.zoom_in:before {
  content: "\e237";
}
i.glyphicons.zoom_out:before {
  content: "\e238";
}
i.glyphicons.pin:before {
  content: "\e239";
}
i.glyphicons.albums:before {
  content: "\e240";
}
i.glyphicons.rotation_lock:before {
  content: "\e241";
}
i.glyphicons.flash:before {
  content: "\e242";
}
i.glyphicons.google_maps:before {
  content: "\e243";
}
i.glyphicons.anchor:before {
  content: "\2693";
}
i.glyphicons.conversation:before {
  content: "\e245";
}
i.glyphicons.chat:before {
  content: "\e246";
}
i.glyphicons.male:before {
  content: "\e247";
}
i.glyphicons.female:before {
  content: "\e248";
}
i.glyphicons.asterisk:before {
  content: "\002A";
}
i.glyphicons.divide:before {
  content: "\00F7";
}
i.glyphicons.snorkel_diving:before {
  content: "\e251";
}
i.glyphicons.scuba_diving:before {
  content: "\e252";
}
i.glyphicons.oxygen_bottle:before {
  content: "\e253";
}
i.glyphicons.fins:before {
  content: "\e254";
}
i.glyphicons.fishes:before {
  content: "\e255";
}
i.glyphicons.boat:before {
  content: "\e256";
}
i.glyphicons.delete:before {
  content: "\e257";
}
i.glyphicons.sheriffs_star:before {
  content: "\e258";
}
i.glyphicons.qrcode:before {
  content: "\e259";
}
i.glyphicons.barcode:before {
  content: "\e260";
}
i.glyphicons.pool:before {
  content: "\e261";
}
i.glyphicons.buoy:before {
  content: "\e262";
}
i.glyphicons.spade:before {
  content: "\e263";
}
i.glyphicons.bank:before {
  content: "\e264";
}
i.glyphicons.vcard:before {
  content: "\e265";
}
i.glyphicons.electrical_plug:before {
  content: "\e266";
}
i.glyphicons.flag:before {
  content: "\e267";
}
i.glyphicons.credit_card:before {
  content: "\e268";
}
i.glyphicons.keyboard-wireless:before {
  content: "\e269";
}
i.glyphicons.keyboard-wired:before {
  content: "\e270";
}
i.glyphicons.shield:before {
  content: "\e271";
}
i.glyphicons.ring:before {
  content: "\02DA";
}
i.glyphicons.cake:before {
  content: "\e273";
}
i.glyphicons.drink:before {
  content: "\e274";
}
i.glyphicons.beer:before {
  content: "\e275";
}
i.glyphicons.fast_food:before {
  content: "\e276";
}
i.glyphicons.cutlery:before {
  content: "\e277";
}
i.glyphicons.pizza:before {
  content: "\e278";
}
i.glyphicons.birthday_cake:before {
  content: "\e279";
}
i.glyphicons.tablet:before {
  content: "\e280";
}
i.glyphicons.settings:before {
  content: "\e281";
}
i.glyphicons.bullets:before {
  content: "\e282";
}
i.glyphicons.cardio:before {
  content: "\e283";
}
i.glyphicons.t-shirt:before {
  content: "\e284";
}
i.glyphicons.pants:before {
  content: "\e285";
}
i.glyphicons.sweater:before {
  content: "\e286";
}
i.glyphicons.fabric:before {
  content: "\e287";
}
i.glyphicons.leather:before {
  content: "\e288";
}
i.glyphicons.scissors:before {
  content: "\e289";
}
i.glyphicons.bomb:before {
  content: "\e290";
}
i.glyphicons.skull:before {
  content: "\e291";
}
i.glyphicons.celebration:before {
  content: "\e292";
}
i.glyphicons.tea_kettle:before {
  content: "\e293";
}
i.glyphicons.french_press:before {
  content: "\e294";
}
i.glyphicons.coffe_cup:before {
  content: "\e295";
}
i.glyphicons.pot:before {
  content: "\e296";
}
i.glyphicons.grater:before {
  content: "\e297";
}
i.glyphicons.kettle:before {
  content: "\e298";
}
i.glyphicons.hospital:before {
  content: "\e299";
}
i.glyphicons.hospital_h:before {
  content: "\e300";
}
i.glyphicons.microphone:before {
  content: "\e301";
}
i.glyphicons.webcam:before {
  content: "\e302";
}
i.glyphicons.temple_christianity_church:before {
  content: "\e303";
}
i.glyphicons.temple_islam:before {
  content: "\e304";
}
i.glyphicons.temple_hindu:before {
  content: "\e305";
}
i.glyphicons.temple_buddhist:before {
  content: "\e306";
}
i.glyphicons.bicycle:before {
  content: "\e307";
}
i.glyphicons.life_preserver:before {
  content: "\e308";
}
i.glyphicons.share_alt:before {
  content: "\e309";
}
i.glyphicons.comments:before {
  content: "\e310";
}
i.glyphicons.flower:before {
  content: "\2698";
}
i.glyphicons.baseball:before {
  content: "\e312";
}
i.glyphicons.rugby:before {
  content: "\e313";
}
i.glyphicons.ax:before {
  content: "\e314";
}
i.glyphicons.table_tennis:before {
  content: "\e315";
}
i.glyphicons.bowling:before {
  content: "\e316";
}
i.glyphicons.tree_conifer:before {
  content: "\e317";
}
i.glyphicons.tree_deciduous:before {
  content: "\e318";
}
i.glyphicons.more_items:before {
  content: "\e319";
}
i.glyphicons.sort:before {
  content: "\e320";
}
i.glyphicons.filter:before {
  content: "\e321";
}
i.glyphicons.gamepad:before {
  content: "\e322";
}
i.glyphicons.playing_dices:before {
  content: "\e323";
}
i.glyphicons.calculator:before {
  content: "\e324";
}
i.glyphicons.tie:before {
  content: "\e325";
}
i.glyphicons.wallet:before {
  content: "\e326";
}
i.glyphicons.piano:before {
  content: "\e327";
}
i.glyphicons.sampler:before {
  content: "\e328";
}
i.glyphicons.podium:before {
  content: "\e329";
}
i.glyphicons.soccer_ball:before {
  content: "\e330";
}
i.glyphicons.blog:before {
  content: "\e331";
}
i.glyphicons.dashboard:before {
  content: "\e332";
}
i.glyphicons.certificate:before {
  content: "\e333";
}
i.glyphicons.bell:before {
  content: "\e334";
}
i.glyphicons.candle:before {
  content: "\e335";
}
i.glyphicons.pushpin:before {
  content: "\e336";
}
i.glyphicons.iphone_shake:before {
  content: "\e337";
}
i.glyphicons.pin_flag:before {
  content: "\e338";
}
i.glyphicons.turtle:before {
  content: "\e339";
}
i.glyphicons.rabbit:before {
  content: "\e340";
}
i.glyphicons.globe:before {
  content: "\e341";
}
i.glyphicons.briefcase:before {
  content: "\e342";
}
i.glyphicons.hdd:before {
  content: "\e343";
}
i.glyphicons.thumbs_up:before {
  content: "\e344";
}
i.glyphicons.thumbs_down:before {
  content: "\e345";
}
i.glyphicons.hand_right:before {
  content: "\e346";
}
i.glyphicons.hand_left:before {
  content: "\e347";
}
i.glyphicons.hand_up:before {
  content: "\e348";
}
i.glyphicons.hand_down:before {
  content: "\e349";
}
i.glyphicons.fullscreen:before {
  content: "\e350";
}
i.glyphicons.shopping_bag:before {
  content: "\e351";
}
i.glyphicons.book_open:before {
  content: "\e352";
}
i.glyphicons.nameplate:before {
  content: "\e353";
}
i.glyphicons.nameplate_alt:before {
  content: "\e354";
}
i.glyphicons.vases:before {
  content: "\e355";
}
i.glyphicons.bullhorn:before {
  content: "\e356";
}
i.glyphicons.dumbbell:before {
  content: "\e357";
}
i.glyphicons.suitcase:before {
  content: "\e358";
}
i.glyphicons.file_import:before {
  content: "\e359";
}
i.glyphicons.file_export:before {
  content: "\e360";
}
i.glyphicons.bug:before {
  content: "\e361";
}
i.glyphicons.crown:before {
  content: "\e362";
}
i.glyphicons.smoking:before {
  content: "\e363";
}
i.glyphicons.cloud-upload:before {
  content: "\e364";
}
i.glyphicons.cloud-download:before {
  content: "\e365";
}
i.glyphicons.restart:before {
  content: "\e366";
}
i.glyphicons.security_camera:before {
  content: "\e367";
}
i.glyphicons.expand:before {
  content: "\e368";
}
i.glyphicons.collapse:before {
  content: "\e369";
}
i.glyphicons.collapse_top:before {
  content: "\e370";
}
i.glyphicons.globe_af:before {
  content: "\e371";
}
i.glyphicons.global:before {
  content: "\e372";
}
i.glyphicons.spray:before {
  content: "\e373";
}
i.glyphicons.nails:before {
  content: "\e374";
}
i.glyphicons.claw_hammer:before {
  content: "\e375";
}
i.glyphicons.classic_hammer:before {
  content: "\e376";
}
i.glyphicons.hand_saw:before {
  content: "\e377";
}
i.glyphicons.riflescope:before {
  content: "\e378";
}
i.glyphicons.electrical_socket_eu:before {
  content: "\e379";
}
i.glyphicons.electrical_socket_us:before {
  content: "\e380";
}
i.glyphicons.pinterest:before {
  content: "\e381";
}
i.glyphicons.dropbox:before {
  content: "\e382";
}
i.glyphicons.google_plus:before {
  content: "\e383";
}
i.glyphicons.jolicloud:before {
  content: "\e384";
}
i.glyphicons.yahoo:before {
  content: "\e385";
}
i.glyphicons.blogger:before {
  content: "\e386";
}
i.glyphicons.picasa:before {
  content: "\e387";
}
i.glyphicons.amazon:before {
  content: "\e388";
}
i.glyphicons.tumblr:before {
  content: "\e389";
}
i.glyphicons.wordpress:before {
  content: "\e390";
}
i.glyphicons.instapaper:before {
  content: "\e391";
}
i.glyphicons.evernote:before {
  content: "\e392";
}
i.glyphicons.xing:before {
  content: "\e393";
}
i.glyphicons.zootool:before {
  content: "\e394";
}
i.glyphicons.dribbble:before {
  content: "\e395";
}
i.glyphicons.deviantart:before {
  content: "\e396";
}
i.glyphicons.read_it_later:before {
  content: "\e397";
}
i.glyphicons.linked_in:before {
  content: "\e398";
}
i.glyphicons.forrst:before {
  content: "\e399";
}
i.glyphicons.pinboard:before {
  content: "\e400";
}
i.glyphicons.behance:before {
  content: "\e401";
}
i.glyphicons.github:before {
  content: "\e402";
}
i.glyphicons.youtube:before {
  content: "\e403";
}
i.glyphicons.skitch:before {
  content: "\e404";
}
i.glyphicons.foursquare:before {
  content: "\e405";
}
i.glyphicons.quora:before {
  content: "\e406";
}
i.glyphicons.badoo:before {
  content: "\e407";
}
i.glyphicons.spotify:before {
  content: "\e408";
}
i.glyphicons.stumbleupon:before {
  content: "\e409";
}
i.glyphicons.readability:before {
  content: "\e410";
}
i.glyphicons.facebook:before {
  content: "\e411";
}
i.glyphicons.twitter:before {
  content: "\e412";
}
i.glyphicons.instagram:before {
  content: "\e413";
}
i.glyphicons.posterous_spaces:before {
  content: "\e414";
}
i.glyphicons.vimeo:before {
  content: "\e415";
}
i.glyphicons.flickr:before {
  content: "\e416";
}
i.glyphicons.last_fm:before {
  content: "\e417";
}
i.glyphicons.skype:before {
  content: "\e419";
}
i.glyphicons.e-mail:before {
  content: "\e420";
}
