/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Opensans', 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: 'Opensans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1c5696;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1c5696;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #1c5696;
  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: 'Opensans', 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: 'Opensans', 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: 'Opensans', 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: 'Opensans', 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: 'Opensans', 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,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.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: 'Opensans', 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.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare: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.tocompare:hover,
.product-options-bottom .action.tocompare: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.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.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.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.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 {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.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-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.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,
.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;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.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,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.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.tocompare,
.product-options-bottom .action.tocompare,
.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;
}
.product-item-actions .actions-secondary > .action,
.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,
.product-item-actions .actions-secondary > .action > 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,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -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,
.product-item-actions .actions-secondary > .action: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,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.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,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 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,
.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: #1c5696;
  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,
.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: #1c5696;
  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,
.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: #1c5696;
  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,
.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,
.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,
.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: #1c5696;
  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),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .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 .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.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,
.block-compare .action.compare: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 .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.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,
.product-options-wrapper .field .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,
.product-options-wrapper .field .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,
.product-options-wrapper .field .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,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Opensans', 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: 'OpenSans';
  font-display: swap;
  src: url('../fonts/opensans/open-sans-v27-latin-ext_latin-300.woff2') format('woff2'), url('../fonts/opensans/open-sans-v27-latin-ext_latin-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  font-display: swap;
  src: url('../fonts/opensans/open-sans-v27-latin-ext_latin-regular.woff2') format('woff2'), url('../fonts/opensans/open-sans-v27-latin-ext_latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  font-display: swap;
  src: url('../fonts/opensans/open-sans-v27-latin-ext_latin-600.woff2') format('woff2'), url('../fonts/opensans/open-sans-v27-latin-ext_latin-600.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  font-display: swap;
  src: url('../fonts/opensans/open-sans-v27-latin-ext_latin-600.woff2') format('woff2'), url('../fonts/opensans/open-sans-v27-latin-ext_latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  font-display: swap;
  src: url('../fonts/opensans/open-sans-v27-latin-ext_latin-700.woff2') format('woff2'), url('../fonts/opensans/open-sans-v27-latin-ext_latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  font-display: swap;
  src: url('../fonts/opensans/open-sans-v27-latin-ext_latin-800.woff2') format('woff2'), url('../fonts/opensans/open-sans-v27-latin-ext_latin-800.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
.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: #1c5696;
}
.message.info a:hover {
  color: #1c5696;
}
.message.info a:active {
  color: #1c5696;
}
.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: #1c5696;
}
.message.error a:hover {
  color: #1c5696;
}
.message.error a:active {
  color: #1c5696;
}
.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: #1c5696;
}
.message.warning a:hover {
  color: #1c5696;
}
.message.warning a:active {
  color: #1c5696;
}
.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: #1c5696;
}
.message.notice a:hover {
  color: #1c5696;
}
.message.notice a:active {
  color: #1c5696;
}
.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: #1c5696;
}
.message.success a:hover {
  color: #1c5696;
}
.message.success a:active {
  color: #1c5696;
}
.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('../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: 'Opensans', 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('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go,
.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,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #1c5696;
  border: 1px solid #1c5696;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Opensans', sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #141414;
  border: 1px solid #141414;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #141414;
  border: 1px solid #141414;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 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: #1c5696;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1c5696;
}
.pages a.page:hover {
  color: #1c5696;
  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 {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  min-height: 1px;
  height: 100%;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.hide,
.amcart-message-box.actions,
.am-related-box.actions,
.amcart-message-box .action.back.customization,
.am-related-box .action.back.customization,
#bundleSummary .title,
#bundleSummary .bundle-summary,
#bundleSummary .product-addto-links,
#bundleSummary .price-box {
  display: none;
}
.amcart-message-box,
.am-related-box {
  min-width: 320px;
}
.amcart-message-box.required,
.am-related-box.required {
  color: #e02b27;
}
.amcart-message-box.price-box,
.am-related-box.price-box {
  margin: 5px 0 0 10px;
}
.amcart-message-box.price-box p,
.am-related-box.price-box p {
  margin: 0;
  padding: 0;
}
.amcart-message-box .text,
.am-related-box .text {
  font-size: 14px;
  font-weight: normal;
}
.amcart-message-box .product-info-main,
.am-related-box .product-info-main {
  float: none;
  width: auto !important;
}
.amcart-message-box .related,
.am-related-box .related {
  margin: 0 auto;
  width: 320px;
}
.amcart-message-box .product-add-form,
.am-related-box .product-add-form {
  margin: 0 25px;
  text-align: left;
}
.amcart-message-box .product-item-actions,
.am-related-box .product-item-actions {
  display: block;
}
.amcart-message-box .amcart-subtotal,
.am-related-box .amcart-subtotal {
  font-size: 14px;
}
.amcart-message-box #amcart-count,
.am-related-box #amcart-count {
  margin-bottom: 0;
  font-size: 14px;
}
.amcart-message-box .stock.unavailable,
.am-related-box .stock.unavailable {
  margin-top: 10px;
}
.amcart-message-box {
  margin: 40px auto 13px;
}
.amcart-message-box .product-options-bottom .actions,
.amcart-message-box .box-tocart .actions {
  display: none;
}
.am-related-box {
  margin: 20px auto 13px;
}
.am-related-box .am-title {
  text-transform: uppercase;
  color: #333;
}
.am-related-box .am-product-image.product {
  position: relative;
  margin: 0 0 5px 0;
}
.am-related-box .products-crosssell .product-item {
  padding: 0;
}
#confirmOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
#confirmOverlay img {
  display: inline;
}
#confirmBox {
  position: relative;
  height: auto;
  max-height: 88vh;
  max-width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  overflow-y: auto;
  /* rewrite magento styles*/
}
#confirmBox > p {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  line-height: normal;
  font-weight: normal;
  background: none;
  font-size: 16px;
}
#confirmBox > .cross {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 21px;
  z-index: 9;
}
#confirmBox > .cross:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
}
#confirmBox .am-actions-wrapper > .towishlist,
#confirmBox .am-actions-wrapper > .tocompare {
  background: #f0f0f0 no-repeat center;
  background-size: 60%;
}
#confirmBox .am-actions-wrapper > .towishlist:before,
#confirmBox .am-actions-wrapper > .tocompare:before {
  content: '';
}
#confirmBox .am-actions-wrapper > .towishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiM2NjYiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .towishlist:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0wIDIwMFYwaDIwMGExMDAgMTAwIDkwIDAgMSAwIDIwMCAxMDAgMTAwIDkwIDAgMS0yMDAgMHoiIGlkPSJhIi8+PC9kZWZzPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMS0xaDMydjMySC0xeiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiIGZpbGw9IiNmZjBlMDAiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgNTEgLTE4NSkgc2NhbGUoLjA3NTU3KSIgeT0iLTQ3NzUiIHg9Ii05NjciIHN0cm9rZS13aWR0aD0iMCIvPjwvc3ZnPg==);
}
#confirmBox .am-actions-wrapper > .tocompare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PGc+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXpNMjIgMTJoN3YxNGgtN3oiLz48L2c+PC9zdmc+);
}
#confirmBox .am-actions-wrapper > .tocompare:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMzJ2MzJILTF6Ii8+PHBhdGggZmlsbD0iI2ZmOTQxNiIgZD0iTTEyIDRoN3YyMmgtN3pNMSAyMGg3djZIMXptMjEtOGg3djE0aC03eiIvPjwvc3ZnPg==);
}
#confirmBox .product-item-name {
  margin: 0 0 10px;
}
#confirmBox .am-slider {
  margin: 15px 0 0 0;
}
#confirmBox .actions-secondary .action {
  color: #666666;
}
#confirmBox .product-item .price-box {
  margin: 0 0 15px;
}
#confirmBox .product-options-bottom .product-social-links {
  display: none;
}
#confirmBox .product-options-bottom .grouped .price-box .price-container .price,
#confirmBox .product-options-bottom .grouped .price-box .price-container {
  font-size: 14px;
  line-height: 20px;
}
#confirmBox .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.amcart-confirm-buttons {
  margin: 20px auto;
}
.amcart-confirm-buttons .button {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 45%;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  padding: 7px 10px;
}
.amcart-confirm-buttons .button:hover {
  opacity: .8;
}
.amcart-confirm-buttons .checkout {
  display: block;
  padding: 25px 0 8px 0;
  font-size: 16px;
}
.amcart-confirm-buttons .button:last-child {
  margin-right: 0;
}
.amcart-confirm-buttons .am-btn-left {
  margin-right: 10px;
}
.amcart-confirm-buttons button.am-btn-right,
.amcart-confirm-buttons button.am-btn-left,
.amcart-confirm-buttons .cart.table-wrapper .actions-toolbar > .action.am-btn-right,
.amcart-confirm-buttons .cart.table-wrapper .actions-toolbar > .action.am-btn-left,
.amcart-confirm-buttons .action-gift.am-btn-right,
.amcart-confirm-buttons .action-gift.am-btn-left {
  border: 0;
}
.amcart-confirm-buttons .timer {
  display: none;
}
.product-details {
  position: relative;
  bottom: 3px;
}
.am-cart-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold;
  text-align: center;
}
.added-item {
  display: block;
  margin: 33px 15px 5px;
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  word-break: break-word;
}
.am_price {
  font-weight: bold;
}
.mask {
  opacity: .4;
}
#am-a-count {
  font-weight: bold;
}
#am-a-count:visited {
  color: #000;
}
.amcart-message-box .products .product-item-name {
  margin: 0;
}
.amcart-message-box .products .product-item-actions .secondary-addto-links,
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.amcart-message-box .products .product-item-actions .actions-primary,
.amcart-message-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto;
}
.amcart-message-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.am-related-box .products .product-item-name {
  margin: 0;
}
.am-related-box .products .product-item-actions .secondary-addto-links,
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .actions-secondary {
  text-align: center;
}
.am-related-box .products .product-item-actions .actions-primary,
.am-related-box .products .product-item-actions .secondary-addto-links {
  display: block;
  float: none;
  margin: 5px auto 10px;
}
.am-related-box .products .product-item-actions .am-actions-wrapper {
  position: absolute;
  top: -30px;
  right: 0;
  margin: 0;
  display: none;
  width: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action {
  width: 30px;
  height: 30px;
  background: #f0f0f0;
}
.am-related-box .products .product-item-actions .am-actions-wrapper .action:before {
  line-height: 30px;
}
.am-related-box .products .product-item-actions .tocart {
  background: #2d9cdb;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: 3px;
  border: 0;
}
.product-info-main .product-add-form {
  text-align: left;
}
.products.list .swatch-attribute .amcart-error {
  display: none;
}
.am-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.am-slider.owl-carousel .owl-prev {
  float: left;
  margin-left: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-next {
  float: right;
  margin-right: 5px;
  pointer-events: auto;
}
.am-slider.owl-carousel .owl-nav .disabled {
  opacity: .3;
}
.am-slider.owl-carousel .product-item {
  margin: 0 auto;
}
.am-slider.owl-carousel .product-item-info:hover {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.am-slider.arrow {
  width: 18px;
  height: 35px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAxOSAzNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+bmV4dDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA2MDIgLTgwOSkiPjxnIGlkPSJuZXh0Ij48ZyBpZD0iR3JvdXAiPjxnIGlkPSJWZWN0b3IiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNjAyIDgwOSkiIGZpbGw9IiNCQkJCQkIiLz48L2c+PC9nPjwvZz48L2c+PGRlZnM+PHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMTguMjAzMiAxNi44MDIzTCAxLjY5MjUxIDAuMjkxNTZDIDEuMzAzNzcgLTAuMDk3MTg2NiAwLjY4MDMwNiAtMC4wOTcxODY2IDAuMjkxNTYgMC4yOTE1NkMgLTAuMDk3MTg2NyAwLjY4MDMwNiAtMC4wOTcxODY3IDEuMzAzNzcgMC4yOTE1NiAxLjY5MjUxTCAxNi4wOTgxIDE3LjQ5OTFMIDAuMjkxNTYgMzMuMzA1N0MgLTAuMDk3MTg2NyAzMy42OTQ0IC0wLjA5NzE4NjcgMzQuMzE3OSAwLjI5MTU2IDM0LjcwNjZDIDAuNDgyMjY1IDM0Ljg5NzMgMC43Mzg5ODUgMzUgMC45ODgzNjkgMzVDIDEuMjM3NzUgMzUgMS40OTQ0NyAzNC45MDQ2IDEuNjg1MTggMzQuNzA2NkwgMTguMTk1OSAxOC4xOTU5QyAxOC41ODQ2IDE3LjgxNDUgMTguNTg0NiAxNy4xODM3IDE4LjIwMzIgMTYuODAyM1oiLz48L2RlZnM+PC9zdmc+);
  cursor: pointer;
}
.am-slider.arrow.-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.am-photo-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.amcart-message-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amcart-message-box .owl-stage .product-item,
.amcart-message-box .owl-stage .product-item-info {
  height: 100%;
}
.amcart-message-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.am-related-box .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.am-related-box .owl-stage .product-item,
.am-related-box .owl-stage .product-item-info {
  height: 100%;
}
.am-related-box .owl-stage .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.am-related-title {
  margin: 20px 40px;
  font-size: 15px;
  height: 1px;
  background: #cecccc;
  line-height: 0;
}
.am-related-title > .am-title {
  padding: 0 20px;
}
#amimg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#amprogress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.1) 0%, rgba(11, 11, 11, 0.6) 100%) repeat-x rgba(11, 11, 11, 0.2);
}
div.swatch-option-tooltip {
  z-index: 99999;
}
#confirmBox .error {
  margin: 33px 15px 5px;
}
[data-post-ajax] {
  cursor: pointer;
}
.amcart-message-box .bundle-options-wrapper {
  margin-top: 25px;
}
.amcart-message-box .bundle-options-wrapper input[type="radio"] {
  width: 15px;
}
.amcart-message-box .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amcart-message-box .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  margin: 10px 0 8px;
  font-weight: 600;
}
.amcart-message-box .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amcart-message-box .block-bundle-summary {
  display: none;
}
.page-product-downloadable .amcart-message-box .product-add-form {
  margin-bottom: 0;
}
.page-product-downloadable .amcart-message-box .product-options-bottom,
.page-product-downloadable .amcart-message-box .product-options-wrapper {
  float: none;
  width: auto;
}
.page-product-downloadable .amcart-message-box .box-tocart .field.qty {
  display: block;
  margin-bottom: 6px;
}
.page-products .amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap {
  /* don't hide grouped price*/
}
.amcart-minipage-wrap .product-item-info {
  width: 100%;
}
.amcart-minipage-wrap .amcart-confirm-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left,
.amcart-minipage-wrap .amcart-confirm-buttons .am-btn-right {
  margin: auto;
  max-width: 260px;
  width: 100%;
  font-size: 18px;
}
.amcart-minipage-wrap .amcart-message-box {
  max-width: 320px;
}
.amcart-minipage-wrap .am-photo-container {
  margin: 0 25px 10px;
  width: initial;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
}
.amcart-minipage-wrap .am-photo-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amcart-minipage-wrap .am-photo-container .product-image-container {
  vertical-align: middle;
}
.amcart-minipage-wrap .product-options-bottom .price-box {
  display: none;
}
.amcart-minipage-wrap .product-options-bottom .grouped .price-box {
  display: block;
}
.ampage-top-info,
.ampage-bottom-info {
  text-align: left;
}
.ampage-top-info {
  margin: 5px 25px 15px;
}
.ampage-top-info > .am-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.ampage-top-info > .am-rating .rating-summary {
  vertical-align: text-bottom;
}
.ampage-top-info > .am-price,
.ampage-top-info > .am-price .price {
  font-size: 24px;
  font-weight: bold;
}
#confirmBox .reviews-actions .action {
  margin-left: 15px;
  font-size: 14px;
  color: #000;
}
.ampage-bottom-info > .am-description {
  margin: 0 25px;
  font-size: 12px;
}
.ampage-bottom-info .swatch-attribute {
  margin-bottom: 20px;
}
.amcart-product-notice {
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  background: #fffae5;
}
.amcart-qty-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  margin: 0 5px 0 7px;
}
.amcart-qty-wrap > .amcart-label {
  position: absolute;
  top: 0;
  margin-right: 8px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.amcart-qty-wrap > .amcart-control {
  position: relative;
  width: 25px;
  height: 30px;
  background: #b2b2b2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-control:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.amcart-qty-wrap > .amcart-control:hover {
  background: #999999;
}
.amcart-qty-wrap > .amcart-control.-minus {
  order: 1;
}
.amcart-qty-wrap > .amcart-control.-minus:before {
  content: '-';
}
.amcart-qty-wrap > .amcart-control.-plus {
  order: 3;
}
.amcart-qty-wrap > .amcart-control.-plus:before {
  content: '+';
}
.amcart-qty-wrap > .amcart-input,
.amcart-qty-wrap > .amcart-input.input-text.qty {
  margin: 0 5px;
  padding: 3px;
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  order: 2;
}
.amcart-qty-wrap > .amcart-refresh {
  margin-left: 10px;
  width: 20px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ2NCAxMC42MjVsMS4yMjIgMS41NjNBNy45MDQgNy45MDQgMCAwIDEgOS42NDMgMTVDNS40IDE1IDEuOTI5IDExLjYyNSAxLjkyOSA3LjVjMC0uMTg4IDAtLjQzOC4wNjQtLjYyNUgwbDIuODkzLTMuNzUgMi44OTMgMy43NUgzLjkyYy0uMDY0LjE4OC0uMDY0LjQzOC0uMDY0LjYyNSAwIDMuMTI1IDIuNTcyIDUuNjI1IDUuNzg2IDUuNjI1IDEuOTkzIDAgMy43OTMtMSA0LjgyMS0yLjV6bTIuODI5LTMuNzVDMTYuOTcgMy4wNjIgMTMuNjkzIDAgOS42NDMgMGE3Ljk5OCA3Ljk5OCAwIDAgMC01LjUyOSAyLjI1bDEuMjIyIDEuNWMxLjAyOC0xLjE4OCAyLjU3MS0xLjg3NSA0LjMwNy0xLjg3NSAyLjk1NyAwIDUuNCAyLjE4OCA1LjcyMSA1SDEzLjVsMi44OTMgMy43NSAyLjg5My0zLjc1aC0xLjk5M3oiIGZpbGw9IiM5NDk0OTQiLz48L3N2Zz4=) no-repeat center;
  order: 4;
  cursor: pointer;
  opacity: .7;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.amcart-qty-wrap > .amcart-refresh:hover {
  opacity: 1;
}
.amcart-message-box > .amcart-qty-wrap {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amasty-label-container:not(.-preview) {
  max-height: 300px !important;
  max-width: 300px !important;
}
.amasty-label-container.-link:hover {
  cursor: pointer;
}
.amasty-label-container.-link:hover .amlabel-text {
  text-decoration: underline;
}
.fotorama--fullscreen .amasty-label-container {
  display: none;
}
.products-upsell .product-item .amlabel-text {
  font-size: 12px !important;
  padding: 0 !important;
}
.fotorama .amlabel-text.-am-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.admin__field.-amlabel-hidden {
  margin: 0;
}
.admin__field.-amlabel-hidden > .admin__field-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlabel-image-preview {
  border: 1px solid #ccc;
  display: flex;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: calc(100% * .25 - 30px);
  z-index: 99;
}
.amlabel-image-preview .amlabel-text {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.amlabel-image-preview > .amlabel-image {
  height: 100%;
  width: 100%;
}
.amlabel-image-preview .amlabel-position-wrapper {
  display: flex;
  position: absolute;
}
.amlabel-image-preview .amasty-label-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.amlabel-image-preview .amlabel-preview-image + .amlabel-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amlabel-position-wrapper {
  z-index: 1;
}
.sidebar .amlabel-position-wrapper {
  z-index: 9;
}
.block-viewed-products-grid .amlabel-position-wrapper {
  z-index: 2;
}
.amlabel-position-chooser {
  border-collapse: initial;
  border-spacing: 2px;
}
.amlabel-position-chooser td {
  border: 2px solid;
  cursor: pointer;
  padding: 20px;
}
.amlabel-position-chooser td[data-amlabel-position-enabled='0'] {
  background-color: #ced4de;
  cursor: not-allowed;
}
.amlabel-position-chooser td[data-amlabel-position-selected='1'] {
  background-color: #ffa726;
}
.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']) {
  background-color: rgba(255, 167, 38, 0.5);
}
.amlabel-position-chooser.amlabel-visual-chooser {
  border-spacing: 6px;
}
.amlabel-position-chooser.amlabel-visual-chooser td {
  padding: 5px;
}
.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1'] {
  background-color: #007bdb;
  border-color: #007bdb;
  color: #fff;
}
.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']) {
  background-color: #e8f5ff;
  border-color: #000;
  color: #000;
}
.amlabel-shapes-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.amlabel-shapes-container > .amlabel-shape {
  align-items: center;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  height: 55px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  vertical-align: top;
  width: 115px;
}
.amlabel-shapes-container > .amlabel-shape:hover {
  border-color: #c4c4c4;
}
.amlabel-shapes-container > .amlabel-shape.-am-checked {
  border-color: #000;
}
.amlabel-shapes-container .amlabel-image {
  height: 40px;
}
.am-attachments .am-fileline {
  margin-bottom: 5px;
}
.am-attachments .am-fileline .am-fileicon {
  margin-right: 10px;
  max-height: 30px;
  vertical-align: middle;
}
.am-attachments .am-fileline .am-filelink {
  line-height: 30px;
  height: 30px;
}
.am-attachments .am-fileline .am-filesize {
  font-size: 90%;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: 'Opensans', sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: 'Opensans', sans-serif;
  min-width: 100px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 12px 12px 0;
  padding: 6px;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.ambrands-letters-filter .ambrands-letter:hover {
  border-color: #006bb4;
  background: #ffffff;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  border-color: #ececec;
  background: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  border-color: #006bb4;
  background: #dff1ff;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  position: relative;
  display: block;
}
.ambrands-search-block:before {
  position: absolute;
  top: calc(50% - 20px / 2);
  left: 15px;
  display: flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  pointer-events: none;
}
.ambrands-search-block .ambrands-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  cursor: pointer;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  display: block;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px 40px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  position: absolute;
  z-index: 99;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 250px;
  width: 460px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  color: #000;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #1c5696);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .action-gift {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow,
.amsearch-slider-section .cart.table-wrapper .actions-toolbar > .action.slick-arrow,
.amsearch-slider-section .action-gift.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #1c5696);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-text-hover, #1c5696);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .product-item-description,
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .product-item-description {
  color: #999;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  background: #cc0000;
  border-radius: 0 20px 20px 0;
  color: #fff;
  width: 40px;
  height: 100%;
  transition: background 0.3s;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-text-hover, #1c5696);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #ccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #1c5696);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-text-hover, #1c5696);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #1c5696);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.widget-blog-posts ol.post-list {
  list-style: none;
  padding: 0;
}
.widget-blog-posts ol.post-list::after {
  content: " ";
  display: block;
  clear: both;
}
.widget-blog-posts ol.post-list li.item {
  float: left;
  width: 25%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.widget-blog-posts ol.post-list .post-image span.empty {
  background: #ddd;
  width: 600px;
  height: 150px;
  display: block;
}
.block-blog-protected {
  max-width: 500px;
}
body[class*="references"] .page-title-wrapper .page-title {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1c5696;
  letter-spacing: -0.3px;
  margin: 30px 0;
}
body[class*="references"] .gallery-container {
  position: relative;
}
body[class*="references"] .gallery-container .gallery-column.left .referance-content .title .base {
  text-shadow: 3px 3px 0px #FFFFFF19;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
body[class*="references"] .gallery-container .gallery-column.left .referance-content .title p {
  color: #fff;
}
body[class*="references"] .gallery-container .gallery-column.left .gallery-item-wrapper .gallery-item {
  margin-bottom: 20px;
  padding-right: 20px;
}
body[class*="references"] .gallery-container .gallery-column.left .gallery-item-wrapper .gallery-item .gallery-item-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  background: #dce1e5;
  padding: 0 15px;
  border-radius: 24px;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
}
body[class*="references"] .gallery-container .gallery-column.left .gallery-item-wrapper .gallery-item .gallery-item-title h4 {
  margin: 0;
  font-size: 15px;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 15px;
  cursor: pointer;
  width: 100%;
}
body[class*="references"] .gallery-container .gallery-column.right ul {
  margin-top: 60px;
}
body[class*="references"] .gallery-container .gallery-column.right ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  margin-bottom: 15px;
}
body[class*="references"] .gallery-container .gallery-column.right ul li a {
  font-size: 38px;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
body[class*="references"] .gallery-container .gallery-column.right ul li a .see {
  color: #E6AB37;
  font-size: 13px;
  font-weight: 400;
}
body[class*="references"] .gallery-container .gallery-column.right ul li a .counter {
  display: none;
}
body[class*="references"] .gallery-container .gallery-column.right ul li:nth-child(1) {
  background-image: url('../images/01cafenele.png');
}
body[class*="references"] .gallery-container .gallery-column.right ul li:nth-child(2) {
  background-image: url('../images/02Cofetarii-Patiserii.png');
}
body[class*="references"] .gallery-container .gallery-column.right ul li:nth-child(3) {
  background-image: url('../images/03Covrigarii.png');
}
body[class*="references"] .gallery-container .gallery-column.right ul li:nth-child(4) {
  background-image: url('../images/04Fast-Food-Pizza.png');
}
body[class*="references"] .gallery-container .gallery-column.right ul li:nth-child(5) {
  background-image: url('../images/05restaurante_catering.png');
}
body[class*="references"] .gallery-container .gallery-column.right ul li:nth-child(6) {
  background-image: url('../images/06supermarketuri.png');
}
body[class*="references"] .gallery-container .gallery-column.right ul li:nth-child(7) {
  background-image: url('../images/07hoteluri.png');
}
body[class*="references"] .gallery-container .gallery-column.right ul li:nth-child(8) {
  background-image: url('../images/08proiecte_speciale.png');
}
#shipping .form-login > .fieldset .field._required:not([name="shippingAddress.entity_type"]) .label:not(:empty):after,
#shipping .form-shipping-address > .fieldset .field._required:not([name="shippingAddress.entity_type"]) .label:not(:empty):after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
#payment .form.payments .field._required .label:not(:empty):after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
aside.modal-popup .form.form-shipping-address .field._required .label:not(:empty):after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .hidden-s {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-m {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1626px) {
  .hidden-l {
    display: none !important;
  }
}
@media (min-width: 1626px) {
  .hidden-xl {
    display: none !important;
  }
}
/**
 * @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;
}
.vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 0;
  padding: 0;
  width: calc((100% - 0%) / 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;
  white-space: nowrap;
}
.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;
}
.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;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1c5696;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.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 {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .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;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner 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;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1c5696;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1c5696;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #1c5696;
  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: #1c5696;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  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: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.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;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[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,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .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,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child,
.block-minicart .block-content > .actions > .primary .amshopby-button:last-child,
.block-minicart .block-content > .actions > .primary .am-filter-go:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1c5696;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1c5696;
  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: #1c5696;
  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 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Opensans', 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,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.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: #1c5696;
  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: #1c5696;
  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: #1c5696;
  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: #1c5696;
  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(../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(../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: #d5d5d5;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  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: #f99d1c;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  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: #d5d5d5;
  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: '\f005' '\f005' '\f005' '\f005' '\f005';
  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: #f99d1c;
  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: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f005';
}
.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('../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;
}
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: #1c5696;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #1c5696;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1c5696;
}
.message.global.demo a:hover {
  color: #1c5696;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.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: #1c5696;
  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: #1c5696;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #1c5696;
  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: #1c5696;
  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: #1c5696;
  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: #1c5696;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #1c5696;
  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: #1c5696;
  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,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.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: #1c5696;
  border: 1px solid #1c5696;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Opensans', 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: #141414;
  border: 1px solid #141414;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #141414;
  border: 1px solid #141414;
  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;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa-regular-400.eot');
  src: url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../fonts/fa-solid-900.eot');
  src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa-brands-400.eot');
  src: url('../fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\f95b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\f952";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\f905";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\f907";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\f95c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\f95d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\f95e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\f95f";
}
.fa-handshake-slash:before {
  content: "\f960";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\f961";
}
.fa-head-side-cough-slash:before {
  content: "\f962";
}
.fa-head-side-mask:before {
  content: "\f963";
}
.fa-head-side-virus:before {
  content: "\f964";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\f965";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\f913";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\f955";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\f966";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\f967";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\f91a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\f956";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\f968";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\f91e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\f969";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\f96a";
}
.fa-pump-soap:before {
  content: "\f96b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\f96c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\f957";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\f96e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\f96f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\f970";
}
.fa-store-slash:before {
  content: "\f971";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\f972";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\f941";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\f949";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\f974";
}
.fa-virus-slash:before {
  content: "\f975";
}
.fa-viruses:before {
  content: "\f976";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.amasty-hide-price-container {
  background: #1c5696 !important;
  border: 1px solid !important;
  color: #ffffff !important;
  border-radius: 24px !important;
}
.rating-summary .rating-result {
  margin-left: 0;
  width: auto;
}
.rating-summary .rating-result::before {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-weight: 900;
  font-size: 16px;
  height: auto;
  line-height: 1;
  letter-spacing: 4px;
  color: #d5d5d5;
}
.rating-summary .rating-result > span::before {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-weight: 900;
  font-size: 16px;
  height: auto;
  line-height: 1;
  letter-spacing: 4px;
  z-index: 1;
  color: #f99d1c;
}
.price-label {
  display: none !important;
}
.hidden {
  display: none !important;
}
ul {
  padding: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  margin-bottom: 0;
}
.breadcrumbs {
  max-width: 100% !important;
  border-bottom: 1px solid #dbdbdb;
  background-color: #e6ab37;
}
.breadcrumbs .items {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 10px 15px;
}
@media (min-width: 640px) {
  .breadcrumbs .items {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs .items {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs .items {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .breadcrumbs .items {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .breadcrumbs .items {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs .items {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .breadcrumbs .items {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .breadcrumbs .items {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .breadcrumbs .items {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs .items {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .breadcrumbs .items {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs .items {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .breadcrumbs .items {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .breadcrumbs .items {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .breadcrumbs .items {
    max-width: 1626px;
  }
}
.breadcrumbs .item a {
  color: #ffffff;
  letter-spacing: -0.36px;
  font-size: 13px;
  text-transform: uppercase;
}
.breadcrumbs .item.home a {
  text-decoration: none;
  border-bottom: 0;
}
.breadcrumbs .item:not(:last-child) a:hover {
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  content: '\f30b';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  width: 23px;
}
.breadcrumbs strong {
  color: #ffffff;
  letter-spacing: -0.36px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.incognito-widget {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .incognito-widget {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .incognito-widget {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .incognito-widget {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .incognito-widget {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .incognito-widget {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .incognito-widget {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .incognito-widget {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .incognito-widget {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .incognito-widget {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .incognito-widget {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .incognito-widget {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .incognito-widget {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .incognito-widget {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .incognito-widget {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .incognito-widget {
    max-width: 1626px;
  }
}
.incognito-widget .block-title {
  text-align: center;
}
.incognito-widget .block-title strong {
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 800;
}
.incognito-widget .block-title p {
  margin: 0;
}
.incognito-widget .block-content .products {
  margin: 0;
}
.incognito-widget .block-content .products .product-items {
  margin-left: 0;
}
.incognito-widget .products .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
  display: none;
}
.incognito-widget .owl-stage-outer {
  padding: 10px 0 10px 2px;
  margin-right: -2px;
}
.incognito-widget .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .incognito-widget .owl-carousel .owl-nav .owl-prev {
    left: 0 !important;
  }
}
.incognito-widget .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .incognito-widget .owl-carousel .owl-nav .owl-next {
    right: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .incognito-widget .owl-carousel .owl-nav .owl {
    display: none !important;
  }
}
.incognito-widget .widget-link {
  text-align: center;
  margin-top: 20px;
}
.incognito-widget .widget-link a {
  color: #ffffff;
  background: #1c5696;
  padding: 13px 21px;
  display: inline-block;
  border-radius: 24px;
  text-transform: uppercase;
  font-size: 13px;
}
.slider-promotions {
  background: #f4f4f4;
  padding: 30px 0;
}
.slider-occasions {
  background: #f4f4f4;
  padding: 30px 0;
}
.slider-sh-buy-back {
  background: #f4f4f4;
  padding: 30px 0;
}
.slider-bestseller {
  background: #f4f4f4;
  padding: 30px 0;
}
.owl-carousel .owl-nav button,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.owl-carousel .owl-nav .action-gift {
  height: 48px;
  width: 48px;
  background: transparent !important;
  border-radius: 5px;
  border: 1px solid transparent !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
}
.owl-carousel .owl-nav button i,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action i,
.owl-carousel .owl-nav .action-gift i {
  font-size: 36px;
  color: #141414;
}
.owl-carousel .owl-nav button:hover i,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action:hover i,
.owl-carousel .owl-nav .action-gift:hover i {
  color: #141414;
}
.owl-carousel .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-nav .owl-next {
  right: -40px;
}
.page-products .products .product-item {
  position: relative;
  border: 0;
}
.page-products .products .product-item .product-item-info {
  border: 1px solid #dbdbdb;
}
.page-products .products .product-item .actions-primary .amquote-addto-button {
  margin-right: 5px;
}
.product-item {
  position: relative;
  border: 1px solid #dbdbdb;
  background: #ffffff;
  transition: all 0.3s ease, box-shadow 0.3s;
}
.product-item .product-item-photo {
  position: relative;
}
.product-item .price-stock {
  height: 46px;
}
.product-item .price-stock .stock.unavailable span,
.product-item .price-stock .stock.available span {
  margin: 10px 0 20px;
  font-size: 11px;
  letter-spacing: -0.22px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
.product-item .price-stock .stock.available span {
  color: #19823f;
}
.product-item .price-stock .stock.available span:before {
  color: #19823f;
}
.product-item .price-stock .stock.preorder span {
  color: #f37722;
}
.product-item .price-stock .stock.unavailable span {
  color: #7b7b7b;
}
.product-item .price-stock .stock.unavailable span:before {
  content: '\f111';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 700;
  font-size: 10px;
  margin-right: 5px;
  color: #7b7b7b;
}
.product-item .price-stock-new {
  height: 20px;
  margin-bottom: 5px;
}
.product-item .price-stock-new .stock.unavailable span,
.product-item .price-stock-new .stock.available span {
  font-size: 11px;
  letter-spacing: -0.22px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
.product-item .price-stock-new .stock.available span {
  color: #19823f;
}
.product-item .price-stock-new .stock.available span:before {
  color: #19823f;
}
.product-item .price-stock-new .stock.preorder span {
  color: #f37722;
}
.product-item .price-stock-new .stock.preorder span:before {
  color: #f37722;
}
.product-item .price-stock-new .stock.unavailable span {
  color: #7b7b7b;
}
.product-item .price-stock-new .stock.unavailable span:before {
  content: '\f111';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 700;
  font-size: 10px;
  margin-right: 5px;
  color: #7b7b7b;
}
.product-item .description {
  color: #141414;
  text-overflow: ellipsis;
  line-height: 18px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  height: 72px;
  text-transform: capitalize;
  margin: 10px 0;
}
.product-item .description p {
  margin-bottom: 0;
}
.product-item .product-item-info {
  width: 100%;
  text-align: center;
  transition: all 0.2s ease;
}
.product-item .product-item-info .product-item-details {
  text-align: left;
  padding: 0 10px;
}
.product-item .product-item-info .product-item-name {
  text-transform: uppercase;
  text-overflow: ellipsis;
  line-height: 20px;
  display: block;
  overflow: hidden;
}
.product-item .product-item-info .product-item-name a {
  text-decoration: none;
  color: #141414;
  font-weight: 700;
}
.product-item .product-item-info .product-label.rating {
  display: none;
}
.product-item .product-item-info .sku {
  letter-spacing: -0.26px;
  font-size: 13px;
  color: #1c5696;
  text-transform: uppercase;
  font-weight: 600;
}
.product-item .product-item-info .sku .additional-sku .value {
  color: #000000;
}
.product-item .actions-primary .stock.unavailable {
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}
.product-item .actions-primary .action.tocart.primary {
  border-radius: 50%;
  background: #1c5696 !important;
  margin: 0;
  padding: 12px 12px 12px 10px;
  font-size: 0;
  width: 48px;
  height: 48px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .actions-primary .action.tocart.primary:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.product-item .actions-primary .action.tocart.primary span {
  display: none;
}
.product-item .actions-primary .action.tocart.primary:before {
  content: '\f07a';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
}
.product-item .actions-primary .amquote-addto-button {
  display: block;
  border-radius: 50%;
  background: #e6ab37;
  border: 1px solid #e6ab37;
  margin: 0;
  padding: 12px 12px 12px 10px;
  font-size: 0;
  width: 48px;
  height: 48px;
  float: right;
}
.product-item .actions-primary .amquote-addto-button:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.product-item .actions-primary .amquote-addto-button span {
  display: none;
}
.product-item .actions-primary .amquote-addto-button:before {
  content: '\f07c';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
}
.product-item .product-item-actions {
  display: none;
}
.product-item .product-item-actions .actions-secondary {
  margin-top: 0;
  text-align: left !important;
}
.product-item .product-item-actions .actions-secondary .action.towishlist,
.product-item .product-item-actions .actions-secondary .action.tocompare {
  margin: 0;
  color: #666666;
  width: initial !important;
}
.product-item .product-item-actions .actions-secondary .action.towishlist.towishlist:before,
.product-item .product-item-actions .actions-secondary .action.tocompare.towishlist:before {
  content: '\f004';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #141414;
  margin-right: 5px;
}
.product-item .product-item-actions .actions-secondary .action.towishlist.towishlist:active,
.product-item .product-item-actions .actions-secondary .action.tocompare.towishlist:active,
.product-item .product-item-actions .actions-secondary .action.towishlist.towishlist:hover,
.product-item .product-item-actions .actions-secondary .action.tocompare.towishlist:hover,
.product-item .product-item-actions .actions-secondary .action.towishlist.towishlist:focus,
.product-item .product-item-actions .actions-secondary .action.tocompare.towishlist:focus {
  color: #1c5696;
}
.product-item .product-item-actions .actions-secondary .action.towishlist.towishlist:active:before,
.product-item .product-item-actions .actions-secondary .action.tocompare.towishlist:active:before,
.product-item .product-item-actions .actions-secondary .action.towishlist.towishlist:hover:before,
.product-item .product-item-actions .actions-secondary .action.tocompare.towishlist:hover:before,
.product-item .product-item-actions .actions-secondary .action.towishlist.towishlist:focus:before,
.product-item .product-item-actions .actions-secondary .action.tocompare.towishlist:focus:before {
  font-weight: 800;
  color: #1c5696;
}
.product-item .product-item-actions .actions-secondary .action.towishlist.tocompare:before,
.product-item .product-item-actions .actions-secondary .action.tocompare.tocompare:before {
  content: '\f0c8';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #141414;
  margin-right: 5px;
}
.product-item .product-item-actions .actions-secondary .action.towishlist.tocompare:active,
.product-item .product-item-actions .actions-secondary .action.tocompare.tocompare:active,
.product-item .product-item-actions .actions-secondary .action.towishlist.tocompare:hover,
.product-item .product-item-actions .actions-secondary .action.tocompare.tocompare:hover,
.product-item .product-item-actions .actions-secondary .action.towishlist.tocompare:focus,
.product-item .product-item-actions .actions-secondary .action.tocompare.tocompare:focus {
  color: #1c5696;
}
.product-item .product-item-actions .actions-secondary .action.towishlist.tocompare:active:before,
.product-item .product-item-actions .actions-secondary .action.tocompare.tocompare:active:before,
.product-item .product-item-actions .actions-secondary .action.towishlist.tocompare:hover:before,
.product-item .product-item-actions .actions-secondary .action.tocompare.tocompare:hover:before,
.product-item .product-item-actions .actions-secondary .action.towishlist.tocompare:focus:before,
.product-item .product-item-actions .actions-secondary .action.tocompare.tocompare:focus:before {
  content: '\f14a';
  font-weight: 600;
  color: #1c5696;
}
.product-item .product-item-actions .actions-secondary .action.towishlist span,
.product-item .product-item-actions .actions-secondary .action.tocompare span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  font-size: 13px;
  color: #141414;
  font-weight: 600;
}
.product-item .product-item-actions .actions-secondary .action.tocompare {
  margin-left: 20px;
}
.product-info-salable-qty .stock.unavailable span:before,
.product-info-salable-qty .stock.available span:before {
  content: '\f07a';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 700;
  font-size: 10px;
  margin-right: 5px;
}
.product-info-salable-qty .stock.preorder span {
  color: #f37722;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: -15px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #1c5696 !important;
  background: #1c5696 !important;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid #1c5696 !important;
  background: #1c5696 !important;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #bbbbbb !important;
  width: 20px;
  height: 20px;
  box-shadow: none;
  margin: 5px 2px;
  background: #bbbbbb !important;
}
.product-item .price-box {
  margin: 10px 0 20px;
}
.price-box .special-price,
.price-box .old-price {
  display: inline-block;
}
.price-box .old-price {
  color: #7a7a7a;
}
.price-box .old-price .price {
  font-size: 12px !important;
  color: #7a7a7a;
  margin-right: 10px;
  letter-spacing: -0.24px;
}
.price-box .special-price .price {
  color: #cc0000;
}
.price-box .price {
  font-size: 15px;
  color: #141414;
  letter-spacing: -0.3px;
}
.btn-readmore {
  position: relative;
  width: 100%;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 14px;
}
.btn-readmore:active,
.btn-readmore:hover,
.btn-readmore:focus {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: unset;
}
.btn-readmore:before {
  content: '';
  width: 100%;
}
.btn-readmore i {
  position: absolute;
  left: 0;
  top: -4px;
  border-bottom: 0;
  font-size: 13px;
  z-index: 1;
  color: #1c5696;
  background: #ffffff;
  right: 0;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #141414;
  padding-top: 5px;
}
.btn-readmore i span {
  font-size: 13px;
  margin-left: 5px;
  font-weight: 400;
  color: #1c5696;
  text-transform: uppercase;
  letter-spacing: -0.26px;
  font-family: 'Opensans', sans-serif;
}
.btn-readmore i:before {
  background: #ffffff;
  font-size: 10px;
  color: #1c5696;
}
[aria-expanded='false'] + .btn-readmore:before {
  content: '';
  width: 100%;
  height: 70px;
  position: absolute;
  top: -70px;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
.wrapper-labels-delivery {
  min-height: 20px;
}
.wrapper-labels-delivery .product-label.delivery span {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.wrapper-labels-delivery .product-label.delivery span i {
  margin-right: 8px;
  font-size: 12px;
}
.wrapper-labels .product-label {
  color: #ffffff;
  left: -5px;
  border-radius: 0;
  position: absolute;
  top: 15px;
  z-index: 1;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  background: #999999;
}
.wrapper-labels .product-label span {
  font-size: 13px;
  letter-spacing: -0.26px;
}
.wrapper-labels .product-label.made_in {
  box-shadow: none;
  color: #141414;
  bottom: 0;
  left: 5px;
  top: unset;
  background: transparent;
}
.wrapper-labels .product-label.made_in span {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.wrapper-labels .product-label.made_in span img {
  margin-right: 10px;
  width: auto;
}
.wrapper-labels .product-label.new,
.wrapper-labels .product-label.discount,
.wrapper-labels .product-label.warranty,
.wrapper-labels .product-label.limited_stock,
.wrapper-labels .product-label.best_choise,
.wrapper-labels .product-label.perfect_purchase,
.wrapper-labels .product-label.general_labels {
  padding: 0 7px;
}
.wrapper-labels .product-label.new i,
.wrapper-labels .product-label.discount i,
.wrapper-labels .product-label.warranty i,
.wrapper-labels .product-label.limited_stock i,
.wrapper-labels .product-label.best_choise i,
.wrapper-labels .product-label.perfect_purchase i,
.wrapper-labels .product-label.general_labels i {
  margin-right: 5px;
}
.wrapper-labels .product-label.new:before,
.wrapper-labels .product-label.discount:before,
.wrapper-labels .product-label.warranty:before,
.wrapper-labels .product-label.limited_stock:before,
.wrapper-labels .product-label.best_choise:before,
.wrapper-labels .product-label.perfect_purchase:before,
.wrapper-labels .product-label.general_labels:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 4px solid #aaaaaa;
  border-left: 6px solid transparent;
  left: 0;
  top: -4px;
}
.wrapper-labels .product-label.new {
  background-color: #1c5696;
}
.wrapper-labels .product-label.discount {
  background: #cc0000;
}
.wrapper-labels .product-label.warranty {
  background: #19823f;
}
.wrapper-labels .product-label.limited_stock {
  background: #faa61f;
}
.wrapper-labels .product-label.best_choise {
  background: #c71213;
}
.wrapper-labels .product-label.perfect_purchase {
  background: #e34242;
}
.wrapper-labels .product-label span {
  text-transform: uppercase;
  font-weight: 500;
}
.wrapper-labels .product-label:not(:first-child) {
  margin-top: 23px;
}
.wrapper-labels .product-label:nth-of-type(2) {
  margin-top: 23px;
}
.wrapper-labels .product-label:nth-of-type(3) {
  margin-top: 46px;
}
.wrapper-labels .product-label:nth-of-type(4) {
  margin-top: 69px;
}
.wrapper-labels .product-label:nth-of-type(5) {
  margin-top: 93px;
}
.wrapper-labels .product-label:nth-of-type(6) {
  margin-top: 93px;
}
.wrapper-labels .product-label.best_choise {
  padding: 3px 8px;
  border-radius: 10px;
  left: unset;
  right: 10px;
  margin-top: 0;
}
.wrapper-labels .product-label.best_choise:before {
  display: none;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 640px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    max-width: 1626px;
  }
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid {
  margin-bottom: 50px;
  justify-content: center;
  float: none;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-title {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: left;
  padding-bottom: 10px;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-title strong {
  font-weight: 800;
  font-size: 21px;
  text-transform: uppercase;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content {
  overflow-x: scroll;
  width: 100%;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  height: 10px;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: transparent;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content::-webkit-scrollbar-thumb:hover {
  background: #1c5696;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content .product-item {
  box-shadow: unset;
  border: 0;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content .product-item:hover {
  box-shadow: unset !important;
  border: 0 !important;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content .product-item .product-item-info {
  box-shadow: unset;
  border: 0;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content .product-item .product-item-info:hover {
  box-shadow: unset !important;
  border: 0 !important;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content .product-items .product-item {
  margin-right: 10px !important;
  margin-left: 0 !important;
  padding: 0;
  text-align: center;
  width: auto;
}
div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content .product-items .product-item .product-item-info .product-item-details {
  display: none;
}
.page-wrapper > .switcher.language.switcher-language {
  text-align: center;
  z-index: 1;
}
.page-wrapper > .switcher.language.switcher-language .label.switcher-label {
  display: none;
}
.page-wrapper > .switcher.language.switcher-language .actions.dropdown.options.switcher-options {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.page-wrapper > .switcher.language.switcher-language .dropdown img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 10px;
}
.page-wrapper > .switcher.language.switcher-language .dropdown strong {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-wrapper > .switcher.language.switcher-language .dropdown strong span {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #141414;
  font-weight: 700;
}
.page-wrapper > .switcher.language.switcher-language .dropdown a {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #7a7a7a;
  font-weight: 400;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-wrapper > .switcher.language.switcher-language ul.dropdown.switcher-dropdown img {
  display: none;
}
.vat-included-product {
  font-size: 11px;
  color: #7a7a7a;
  text-transform: uppercase;
  font-weight: 600;
}
.header.content .compare.wrapper {
  position: fixed;
  right: 0;
  top: 223px;
  z-index: 9;
}
.header.content .compare.wrapper .action.compare {
  text-decoration: none;
}
.header.content .compare.wrapper .action.compare .text-icon {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 10px;
  box-shadow: 0px 3px 6px #00000029;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #ffffff;
  font-weight: 600;
}
.header.content .compare.wrapper .action.compare i {
  font-size: 24px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1152px) {
  body:not([class*='catalog-category-view']) .page-main,
  body:not([class*='catalog-product-view']) .page-main {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.incognito-widget .price-stock-slider .price-box {
  height: 25px;
}
#back-to-top {
  height: 46px;
  width: 46px;
  background: #1c5696;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  left: 25px;
  position: fixed;
  bottom: 50px;
  z-index: 2;
  display: none;
  cursor: pointer;
  font-size: 38px;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all .2s ease;
  border: 2px solid #ffffff;
}
#back-to-top:hover i {
  margin-top: -15px;
  transition: all .5s ease;
}
#back-to-top i {
  transition: all .5s ease;
  font-size: 24px;
  vertical-align: middle;
  margin-top: -9px;
}
.section-homepage-slider {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .section-homepage-slider {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-homepage-slider {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .section-homepage-slider {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .section-homepage-slider {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .section-homepage-slider {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-homepage-slider {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .section-homepage-slider {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .section-homepage-slider {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .section-homepage-slider {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .section-homepage-slider {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .section-homepage-slider {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .section-homepage-slider {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .section-homepage-slider {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .section-homepage-slider {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .section-homepage-slider {
    max-width: 1626px;
  }
}
.section-homepage-slider .slider-content .slider-loader {
  text-align: center;
  color: #1c5696;
  display: none !important;
}
.section-homepage-slider .slider-content .owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.section-homepage-slider .slider-content .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #ffffff !important;
  background: #ffffff !important;
}
.section-homepage-slider .slider-content .owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid #1c5696 !important;
  background: #1c5696 !important;
}
.section-homepage-slider .slider-content .owl-carousel .owl-nav {
  margin-top: 0;
}
.section-homepage-slider .slider-content .owl-carousel .owl-nav .owl-prev,
.section-homepage-slider .slider-content .owl-carousel .owl-nav .owl-next {
  background: transparent !important;
  height: 75px;
  width: 35px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: none;
}
.section-homepage-slider .slider-content .owl-carousel .owl-nav .owl-prev i,
.section-homepage-slider .slider-content .owl-carousel .owl-nav .owl-next i {
  color: #ffffff;
  font-size: 21px;
}
.section-homepage-slider .slider-content .owl-carousel .owl-nav .owl-prev {
  left: 0;
  border-radius: 0;
}
.section-homepage-slider .slider-content .owl-carousel .owl-nav .owl-prev i {
  margin-right: 0;
}
.section-homepage-slider .slider-content .owl-carousel .owl-nav .owl-next {
  right: 0;
  border-radius: 0;
}
.section-homepage-slider .slider-content .owl-carousel .owl-nav .owl-next i {
  margin-left: 0;
}
.section-benefits .content-benefits {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .section-benefits .content-benefits {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-benefits .content-benefits {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .section-benefits .content-benefits {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .section-benefits .content-benefits {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .section-benefits .content-benefits {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-benefits .content-benefits {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .section-benefits .content-benefits {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .section-benefits .content-benefits {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .section-benefits .content-benefits {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .section-benefits .content-benefits {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .section-benefits .content-benefits {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .section-benefits .content-benefits {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .section-benefits .content-benefits {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .section-benefits .content-benefits {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .section-benefits .content-benefits {
    max-width: 1626px;
  }
}
.section-benefits .content-benefits .benefits {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.section-benefits .content-benefits .benefits .info-benefits,
.section-benefits .content-benefits .benefits a {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333333;
  text-decoration: none;
}
.section-benefits .content-benefits .benefits .info-benefits span,
.section-benefits .content-benefits .benefits a span {
  text-transform: uppercase;
  font-weight: 700;
}
.section-promo-banner .content-promo-banner {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .section-promo-banner .content-promo-banner {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-promo-banner .content-promo-banner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .section-promo-banner .content-promo-banner {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .section-promo-banner .content-promo-banner {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .section-promo-banner .content-promo-banner {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-promo-banner .content-promo-banner {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .section-promo-banner .content-promo-banner {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .section-promo-banner .content-promo-banner {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .section-promo-banner .content-promo-banner {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .section-promo-banner .content-promo-banner {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .section-promo-banner .content-promo-banner {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .section-promo-banner .content-promo-banner {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .section-promo-banner .content-promo-banner {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .section-promo-banner .content-promo-banner {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .section-promo-banner .content-promo-banner {
    max-width: 1626px;
  }
}
.section-promo-banner .content-promo-banner .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-between;
}
.section-promo-banner .content-promo-banner .items img {
  transition-duration: 0.2s;
}
.section-promo-banner .content-promo-banner .items img:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.section-promo-banner .content-promo-banner.full .you-button {
  background: transparent;
  border: 0;
  padding: 0;
}
.section-promo-banner .content-promo-banner.full #video {
  width: 100%;
}
.blog-home {
  clear: both;
}
.blog-home .content-blog {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .blog-home .content-blog {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .blog-home .content-blog {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .blog-home .content-blog {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .blog-home .content-blog {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .blog-home .content-blog {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .blog-home .content-blog {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .blog-home .content-blog {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .blog-home .content-blog {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .blog-home .content-blog {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .blog-home .content-blog {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .blog-home .content-blog {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .blog-home .content-blog {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .blog-home .content-blog {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .blog-home .content-blog {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .blog-home .content-blog {
    max-width: 1626px;
  }
}
.blog-home .content-blog .items-blog .title .base {
  text-shadow: 3px 3px 0px #FFFFFF19;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
}
.blog-home .content-blog .items-blog .title p {
  color: #ffffff;
}
.blog-home .content-blog .items-blog .btn-blog {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 13px 21px;
  color: #1c5696;
  background: #ffffff;
  text-transform: uppercase;
  border: 0;
  border-radius: 24px;
  margin-top: 40px;
}
.blog-home .content-blog .items-blog .blog-slider a {
  text-transform: none;
}
.blog-home .content-blog .items-blog .blog-slider .item-blog {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.blog-home .content-blog .items-blog .blog-slider .item-blog .img-blog {
  min-height: 256px;
  max-height: 256px;
  overflow: hidden;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-home .content-blog .items-blog .blog-slider .item-blog .img-blog img {
  max-height: 256px;
  margin: 0 auto;
  object-fit: cover;
  width: auto;
}
.blog-home .content-blog .items-blog .blog-slider .item-blog .text-info {
  background: #F7FAFC;
  border-radius: 0 0 10px 10px;
}
.blog-home .content-blog .items-blog .blog-slider .item-blog .text-info .category-blog {
  margin-bottom: 10px;
  font-size: 11px;
  color: #7a7a7a;
  line-height: 18px;
  text-transform: uppercase;
}
.blog-home .content-blog .items-blog .blog-slider .item-blog .text-info .category-blog a {
  color: #7a7a7a;
}
.blog-home .content-blog .items-blog .blog-slider .item-blog .text-info .title-blog {
  margin-bottom: 20px;
  text-overflow: ellipsis;
  line-height: 20px;
  display: block;
  overflow: hidden;
  height: 60px;
}
.blog-home .content-blog .items-blog .blog-slider .item-blog .text-info .title-blog .base {
  color: #3b3b3b;
  font-weight: 800;
}
.blog-home .content-blog .items-blog .blog-slider .item-blog .text-info .title-blog .base a {
  color: #3b3b3b;
}
.blog-home .content-blog .items-blog .blog-slider .item-blog .text-info .link-more {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #1c5696;
  font-weight: 600;
}
.blog-home .content-blog .items-blog .blog-slider .item-blog .text-info .link-more i {
  margin-left: 5px;
}
.blog-home .content-blog .items-blog .blog-slider .owl-carousel .owl-nav {
  margin-top: 40px;
}
.blog-home .content-blog .items-blog .blog-slider .owl-carousel .owl-nav button,
.blog-home .content-blog .items-blog .blog-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.blog-home .content-blog .items-blog .blog-slider .owl-carousel .owl-nav .action-gift {
  position: initial;
}
.blog-home .content-blog .items-blog .blog-slider .owl-carousel .owl-nav button i,
.blog-home .content-blog .items-blog .blog-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action i,
.blog-home .content-blog .items-blog .blog-slider .owl-carousel .owl-nav .action-gift i {
  color: #1c5696;
}
.blog-home .content-blog .items-blog .blog-slider .owl-carousel .owl-nav button:hover i,
.blog-home .content-blog .items-blog .blog-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action:hover i,
.blog-home .content-blog .items-blog .blog-slider .owl-carousel .owl-nav .action-gift:hover i {
  color: #1c5696;
}
.section-category .content-category {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .section-category .content-category {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-category .content-category {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .section-category .content-category {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .section-category .content-category {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .section-category .content-category {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-category .content-category {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .section-category .content-category {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .section-category .content-category {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .section-category .content-category {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .section-category .content-category {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .section-category .content-category {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .section-category .content-category {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .section-category .content-category {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .section-category .content-category {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .section-category .content-category {
    max-width: 1626px;
  }
}
.section-category .content-category .items {
  margin-right: -15px;
  margin-left: -15px;
}
.section-category .content-category .items .item-fix {
  position: relative;
}
.section-category .content-category .items .item-fix .title {
  margin-bottom: 45px;
}
.section-category .content-category .items .item-fix .title:before {
  content: '';
  background-image: url('../images/sw_sfaturi2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  filter: grayscale(100%);
  opacity: 0.1;
  z-index: -1;
}
.section-category .content-category .items .item-fix .title .base {
  color: #1c5696;
  font-weight: 800;
  text-shadow: 3px 3px 0 #ffffff;
  text-transform: uppercase;
}
.section-category .content-category .items .item-fix .title p {
  font-size: 13px;
  color: #141414;
}
.section-category .content-category .items .item-fix img {
  filter: grayscale(100%);
}
.section-category .content-category .items .item-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-category .content-category .items .item-category .widget-wrapper {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  position: relative;
  width: 100%;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  padding: 5px;
}
.section-category .content-category .items .item-category .widget-wrapper .widget-content .widget-row {
  position: relative;
}
.section-category .content-category .items .item-category .widget-wrapper .widget-content .widget-row:before {
  content: '';
  background: #221F1F;
  opacity: .1;
  position: absolute;
  width: 100%;
  height: 98%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  z-index: 1;
}
.section-category .content-category .items .item-category .widget-wrapper .widget-content .widget-row img {
  border-radius: 10px;
}
.section-category .content-category .items .item-category .widget-wrapper .widget-content .widget-row .ul-content {
  display: none;
}
.section-category .content-category .items .item-category .widget-wrapper .widget-content .widget-row .see-more-link a {
  color: #E6AB37;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.section-category .content-category .items .item-category .widget-wrapper .widget-content .widget-row .title {
  display: none;
}
.section-category .content-category .items .item-category .widget-wrapper .widget-content .widget-row .block-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
  text-align: center;
  z-index: 1;
}
.section-category .content-category .items .item-category .widget-wrapper .widget-content .widget-row .block-title strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  text-shadow: 0px 3px 6px #00000029;
  text-transform: uppercase;
  letter-spacing: -0.36px;
}
.showroom-home .content-showroom {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .showroom-home .content-showroom {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .showroom-home .content-showroom {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .showroom-home .content-showroom {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .showroom-home .content-showroom {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .showroom-home .content-showroom {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .showroom-home .content-showroom {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .showroom-home .content-showroom {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .showroom-home .content-showroom {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .showroom-home .content-showroom {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .showroom-home .content-showroom {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .showroom-home .content-showroom {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .showroom-home .content-showroom {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .showroom-home .content-showroom {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .showroom-home .content-showroom {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .showroom-home .content-showroom {
    max-width: 1626px;
  }
}
.showroom-home .content-showroom .items-showroom {
  text-align: center;
}
.showroom-home .content-showroom .items-showroom .title:before {
  content: '';
  background-image: url('../images/sw_sfaturi2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  filter: grayscale(100%);
  opacity: 0.1;
  z-index: -1;
  left: 0;
  right: 0;
  background-position: center;
  margin: 0 auto;
}
.showroom-home .content-showroom .items-showroom .title .base {
  text-shadow: 3px 3px 0px #FFFFFF19;
  color: #1c5696;
  text-transform: uppercase;
  font-weight: 800;
}
.showroom-home .content-showroom .items-showroom .title p {
  font-size: 13px;
  line-height: 21px;
  color: #141414;
  font-weight: 400;
}
.showroom-home .content-showroom .items-showroom .map,
.showroom-home .content-showroom .items-showroom .mpa {
  width: 100%;
}
.showroom-home .content-showroom .items-showroom .map img,
.showroom-home .content-showroom .items-showroom .mpa img {
  width: 100%;
}
.showroom-home .content-showroom .items-showroom .btn-showroom {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 13px 21px;
  color: #1c5696;
  background: #ffffff;
  text-transform: uppercase;
  border: 0;
  border-radius: 24px;
  margin-top: 40px;
}
.gallery-home .content-gallery {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .gallery-home .content-gallery {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .gallery-home .content-gallery {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .gallery-home .content-gallery {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .gallery-home .content-gallery {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .gallery-home .content-gallery {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .gallery-home .content-gallery {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .gallery-home .content-gallery {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .gallery-home .content-gallery {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .gallery-home .content-gallery {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .gallery-home .content-gallery {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .gallery-home .content-gallery {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .gallery-home .content-gallery {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .gallery-home .content-gallery {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .gallery-home .content-gallery {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .gallery-home .content-gallery {
    max-width: 1626px;
  }
}
.gallery-home .content-gallery .items .title {
  text-align: center;
  margin-bottom: 30px;
}
.gallery-home .content-gallery .items .title:before {
  content: '';
  background-image: url('../images/sw_sfaturi2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  filter: grayscale(100%);
  opacity: 0.1;
  z-index: -1;
  left: 0;
  right: 0;
  background-position: center;
  margin: 0 auto;
}
.gallery-home .content-gallery .items .title .base {
  text-shadow: 3px 3px 0px #FFFFFF19;
  color: #1c5696;
  text-transform: uppercase;
  font-weight: 800;
}
.gallery-home .content-gallery .items .title p {
  font-size: 13px;
  line-height: 21px;
  color: #141414;
  font-weight: 400;
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .gallery-img {
  height: 246px;
  overflow: hidden;
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .gallery-img .image-hardcode {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .gallery-img .image-hardcode[data-category-name='cafenele'] {
  background-image: url('../images/01cafenele.png');
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .gallery-img .image-hardcode[data-category-name='cofetarii-patiserii'] {
  background-image: url('../images/02Cofetarii-Patiserii.png');
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .gallery-img .image-hardcode[data-category-name='covrigarii'] {
  background-image: url('../images/03Covrigarii.png');
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .gallery-img .image-hardcode[data-category-name='fast-food-pizza'] {
  background-image: url('../images/04Fast-Food-Pizza.png');
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .gallery-img .image-hardcode[data-category-name='restaurante-catering'] {
  background-image: url('../images/05restaurante_catering.png');
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .gallery-img .image-hardcode[data-category-name='supermarketuri'] {
  background-image: url('../images/06supermarketuri.png');
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .gallery-img .image-hardcode[data-category-name='hoteluri'] {
  background-image: url('../images/07hoteluri.png');
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .gallery-img .image-hardcode[data-category-name='proiecte-speciale'] {
  background-image: url('../images/08proiecte_speciale.png');
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .text-info {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .text-info .title-gallery .base {
  letter-spacing: -0.36px;
  font-weight: 800;
  text-transform: uppercase;
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .text-info .title-gallery .base a {
  color: #141414;
}
.gallery-home .content-gallery .items .gallery-custom .gallery-item .text-info .projects-count {
  color: #141414;
  text-transform: uppercase;
}
.gallery-home .content-gallery .items .button-gallery {
  text-align: center;
}
.gallery-home .content-gallery .items .btn-show {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 13px 21px;
  color: #ffffff;
  background: #1c5696;
  text-transform: uppercase;
  border: 0;
  border-radius: 24px;
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .gallery-home .owl-carousel .owl-nav .owl-prev {
    left: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .gallery-home .owl-carousel .owl-nav .owl-next {
    right: 0 !important;
  }
}
.footer.content {
  max-width: 100%;
}
.page-footer .footer.content {
  padding: 0;
  margin: 0;
  border-top: 0;
  max-width: 100%;
}
.section-footer {
  background: #f4f4f4;
  border-top: 1px solid #dbdbdb;
}
.section-footer .content-footer {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .section-footer .content-footer {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-footer .content-footer {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .section-footer .content-footer {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .section-footer .content-footer {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .section-footer .content-footer {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-footer .content-footer {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .section-footer .content-footer {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .section-footer .content-footer {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .section-footer .content-footer {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .section-footer .content-footer {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .section-footer .content-footer {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .section-footer .content-footer {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .section-footer .content-footer {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .section-footer .content-footer {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .section-footer .content-footer {
    max-width: 1626px;
  }
}
.section-footer .content-footer .content-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.section-footer .content-footer .content-row .info-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  position: relative;
  width: 100%;
}
.section-footer .content-footer .content-row .info-footer.blog-footer ul li {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  font-style: italic;
}
.section-footer .content-footer .content-row .info-footer.blog-footer ul li img {
  margin-right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 10px;
}
.section-footer .content-footer .content-row .info-footer.blog-footer ul li a {
  font-size: 15px;
  height: 70px;
  overflow: hidden;
  display: inline-block;
}
.section-footer .content-footer .content-row .info-footer .title .base {
  color: #141414;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}
.section-footer .content-footer .content-row .info-footer .title .text {
  display: block;
  font-size: 13px;
  letter-spacing: -0.26px;
  line-height: 18px;
}
.section-footer .content-footer .content-row .info-footer ul {
  font-weight: 500;
}
.section-footer .content-footer .content-row .info-footer ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.section-footer .content-footer .content-row .info-footer ul li i {
  color: #141414;
  padding-right: 10px;
  text-align: center;
}
.section-footer .content-footer .content-row .info-footer ul li span {
  color: #141414;
  font-size: 13px;
  letter-spacing: -0.26px;
  transition: all 0.2s ease;
  font-weight: 600;
}
.section-footer .content-footer .content-row .info-footer ul li span.sys-environment {
  color: #1c5696;
  display: block;
  margin-bottom: 15px;
}
.section-footer .content-footer .content-row .info-footer ul p.depo {
  margin-top: 19px;
}
.section-footer .content-footer .content-row .info-footer a {
  color: #141414;
  font-size: 13px;
  letter-spacing: -0.26px;
  transition: all 0.2s ease;
  font-weight: 600;
}
.section-footer .content-footer .content-row .info-footer a:hover {
  color: #1c5696;
}
.section-footer .block.newsletter {
  float: none;
  width: auto;
  margin-bottom: 10px;
  max-width: 100%;
}
.section-footer .block.newsletter .actions {
  display: block;
  vertical-align: baseline;
  width: auto;
}
.section-footer .block.newsletter .form.subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.section-footer .block.newsletter .form.subscribe .field.newsletter {
  width: 70%;
  margin: 0;
}
.section-footer .block.newsletter .form.subscribe .field.newsletter .control input[type='email'] {
  padding-left: 15px;
  height: 48px;
  border: 1px solid #dbdbdb;
  border-radius: 24px;
}
.section-footer .block.newsletter .form.subscribe .field.newsletter .control:before {
  display: none;
}
.section-footer .block.newsletter .form.subscribe .field.newsletter .control ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  color: #666666;
  font-style: italic;
}
.section-footer .block.newsletter .form.subscribe .field.newsletter .control ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  color: #666666;
  font-style: italic;
}
.section-footer .block.newsletter .form.subscribe .field.newsletter .control :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  color: #666666;
  font-style: italic;
}
.section-footer .block.newsletter .form.subscribe .field.newsletter .control :-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  color: #666666;
  font-style: italic;
}
.section-footer .block.newsletter .form.subscribe .actions {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.section-footer .block.newsletter .form.subscribe .actions .action.subscribe {
  display: block;
  border-radius: 50%;
  padding: 15px;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}
.section-footer .block.newsletter .form.subscribe .actions .action.subscribe span {
  display: none;
}
.section-footer .block.newsletter .form.subscribe .actions .action.subscribe i {
  font-size: 15px;
}
.section-footer .block.newsletter .form.subscribe .field.i_agree {
  width: 100%;
  margin: 10px 0 0 0;
}
.section-footer .block.newsletter .form.subscribe .field.i_agree .control input[type="checkbox"] {
  margin: 2px 5px 10px 0;
  position: relative;
  width: 11px;
  height: 11px;
  border: 2px solid #333333;
  float: left;
}
.section-footer .block.newsletter .form.subscribe .field.i_agree .control input[type="checkbox"]:before {
  content: "";
  visibility: visible;
  position: absolute;
  border: 1px solid #333333;
  border-radius: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.section-footer .block.newsletter .form.subscribe .field.i_agree .control input[type="checkbox"]:checked:before {
  background: #333333;
}
.section-footer .block.newsletter .form.subscribe .field.i_agree .control:before {
  display: none;
}
.section-footer .block.newsletter .form.subscribe .field.i_agree label {
  color: #7a7a7a;
  font-weight: 400;
}
.section-footer .block.newsletter .form.subscribe .field.i_agree label a {
  color: #7a7a7a;
  font-weight: 400;
}
.section-footer .link-fake .fake-input {
  border: 1px solid #dbdbdb;
  border-radius: 24px;
  background: #ffffff;
  padding: 15px 20px;
  width: 58%;
  color: #666666 !important;
  font-style: italic;
  display: inline-block;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.section-footer .link-fake .fake-btn {
  background: #1c5696;
  border-radius: 50%;
  padding: 14px 16.7px;
  font-size: 15px !important;
  margin-left: 10px;
  color: #ffffff !important;
  width: 48px;
  height: 48px;
}
.section-footer .link-fake .fake-btn i {
  color: #ffffff;
}
.section-footer .link-fake .fake-btn:hover {
  background: #000000;
}
.section-copyright {
  padding: 20px 0;
  background: #f4f4f4;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.section-copyright .content-copyright {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .section-copyright .content-copyright {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-copyright .content-copyright {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .section-copyright .content-copyright {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .section-copyright .content-copyright {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .section-copyright .content-copyright {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .section-copyright .content-copyright {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .section-copyright .content-copyright {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .section-copyright .content-copyright {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .section-copyright .content-copyright {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .section-copyright .content-copyright {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .section-copyright .content-copyright {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .section-copyright .content-copyright {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .section-copyright .content-copyright {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .section-copyright .content-copyright {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .section-copyright .content-copyright {
    max-width: 1626px;
  }
}
.section-copyright .content-copyright .content-row {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.section-copyright .content-copyright .content-row .copyright-left .copy {
  font-size: 16px;
}
.section-copyright .content-copyright .content-row .copyright-right span,
.section-copyright .content-copyright .content-row .copyright-left span,
.section-copyright .content-copyright .content-row .copyright-right a,
.section-copyright .content-copyright .content-row .copyright-left a {
  color: #00222c;
}
.section-copyright .content-copyright .content-row .copyright-right a,
.section-copyright .content-copyright .content-row .copyright-left a {
  color: #4b9ec3;
}
.page-header {
  background: #ffffff;
}
.page-header .panel.wrapper {
  background: #ffffff;
}
.page-header .header.content > .header.links > .customer-welcome + .authorization-link {
  display: none;
}
.page-header .header.content > .header.links .welcome-mobile-custom {
  display: none;
}
.page-header .header.content > .header.links > li.link.wishlist {
  position: relative;
  display: block;
}
.page-header .header.content > .header.links > li.link.wishlist > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-header .header.content > .header.links > li.link.wishlist > a img {
  margin-right: 10px;
}
.page-header .header.content > .header.links > li.link.wishlist .counter.qty {
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #1c5696;
  background: #1c5696;
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  margin: 0;
  text-align: center;
  font-size: 12px;
  top: -13px;
  left: 10px;
  overflow: hidden;
}
.page-header .header.content > .header.links .switcher.language.switcher-language {
  margin-left: 20px;
}
.page-header .header.content > .header.links .switcher.language.switcher-language .label.switcher-label {
  display: none;
}
.page-header .header.content > .header.links .switcher.language.switcher-language .actions.dropdown.options.switcher-options {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.page-header .header.content > .header.links .switcher.language.switcher-language .dropdown img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 10px;
}
.page-header .header.content > .header.links .switcher.language.switcher-language .dropdown strong {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-header .header.content > .header.links .switcher.language.switcher-language .dropdown strong span {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #141414;
  font-weight: 700;
}
.page-header .header.content > .header.links .switcher.language.switcher-language .dropdown a {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #7a7a7a;
  font-weight: 400;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-header .header.content > .header.links .switcher.language.switcher-language ul.dropdown.switcher-dropdown img {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .page-header .header.panel {
    padding-bottom: 5px !important;
  }
}
.service-header {
  display: inline-block;
  position: relative;
}
.service-header:before,
.service-header:after {
  content: '';
  display: table;
}
.service-header:after {
  clear: both;
}
.service-header .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.service-header .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;
}
.service-header .action.toggle:hover:after {
  color: inherit;
}
.service-header .action.toggle:active:after {
  color: inherit;
}
.service-header .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.service-header .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;
}
.service-header .action.toggle.active:hover:after {
  color: inherit;
}
.service-header .action.toggle.active:active:after {
  color: inherit;
}
.service-header ul.dropdown {
  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);
}
.service-header ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
.service-header ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.service-header ul.dropdown:before,
.service-header ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.service-header ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.service-header ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.service-header ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.service-header ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.service-header.active {
  overflow: visible;
}
.service-header.active ul.dropdown {
  display: block;
}
.service-header .action.toggle {
  background: transparent;
  line-height: inherit;
  border: 0;
  box-shadow: initial;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 13px;
  padding-top: 13px;
  padding-right: 0;
}
.service-header .action.toggle span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c5696;
}
.service-header .action.toggle:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1c5696;
  float: right;
  margin-left: 10px;
}
.service-header .action.toggle.active:after {
  content: '\f106';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1c5696;
  margin-left: 10px;
}
.service-header:hover ul.dropdown-options {
  display: block;
}
.service-header ul.dropdown-options {
  margin: 0;
  left: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  min-width: 345px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.29);
  padding: 20px 30px;
}
.service-header ul.dropdown-options:before,
.service-header ul.dropdown-options:after {
  display: none;
}
.service-header ul.dropdown-options li {
  padding: 0;
  margin-bottom: 10px;
}
.service-header ul.dropdown-options li:hover a,
.service-header ul.dropdown-options li:hover i {
  color: #c80000;
}
.service-header ul.dropdown-options li:hover a {
  text-decoration: underline;
}
.service-header ul.dropdown-options li span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.service-header ul.dropdown-options li span i {
  font-size: 20px;
}
.service-header ul.dropdown-options li a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: -0.26px;
  color: #141414;
}
.block-search .block-content .minisearch .field.search .control .nested {
  display: none;
}
.block-search .block-content .minisearch .field.search .control input {
  height: 48px;
  border-radius: 24px;
  border: 1px solid #d5d5d5;
  background: #f4f4f4;
  padding-left: 16px !important;
  font-weight: 300;
}
.block-search .block-content .minisearch .field.search .control ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #3b3b3b;
  font-style: italic;
}
.block-search .block-content .minisearch .field.search .control ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #3b3b3b;
  font-style: italic;
}
.block-search .block-content .minisearch .field.search .control :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #3b3b3b;
  font-style: italic;
}
.block-search .block-content .minisearch .field.search .control :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #3b3b3b;
  font-style: italic;
}
.block-search .block-content .actions .action.search {
  background: transparent;
  right: 0;
  opacity: 1;
  border-radius: 0 24px 24px 0;
  padding: 8px 15.5px;
}
.block-search .block-content .actions .action.search:before {
  font-size: 35px;
  line-height: 35px;
  color: #141414;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .block-search {
    width: calc(100% -  700px) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .block-search {
    width: calc(100% -  650px) !important;
  }
}
.minicart-wrapper[data-block='minicart'] .action.close:before {
  display: none;
}
.minicart-wrapper[data-block='minicart'] .action.showcart,
.minicart-wrapper[data-block='minicart'] .amquote-showcart.action {
  display: block;
  color: #141414;
}
.minicart-wrapper[data-block='minicart'] .action.showcart .counter.qty,
.minicart-wrapper[data-block='minicart'] .amquote-showcart.action .counter.qty {
  position: absolute;
  border-radius: 50%;
  font-size: 12px;
  margin: 0;
  width: 22px;
  height: 22px;
  background: #1c5696;
  color: #ffffff;
  font-weight: 700;
  line-height: 22px;
  padding: 0;
  left: 28px;
  top: -11px;
}
.minicart-wrapper[data-block='minicart'] .action.showcart:active:before,
.minicart-wrapper[data-block='minicart'] .amquote-showcart.action:active:before,
.minicart-wrapper[data-block='minicart'] .action.showcart:hover:before,
.minicart-wrapper[data-block='minicart'] .amquote-showcart.action:hover:before {
  color: #221f1f;
}
.minicart-wrapper[data-block='minicart'] .action.showcart.active:active:before,
.minicart-wrapper[data-block='minicart'] .amquote-showcart.action.active:active:before,
.minicart-wrapper[data-block='minicart'] .action.showcart.active:hover:before,
.minicart-wrapper[data-block='minicart'] .amquote-showcart.action.active:hover:before {
  color: #221f1f;
}
.minicart-wrapper[data-block='minicart'] .action.showcart:before,
.minicart-wrapper[data-block='minicart'] .amquote-showcart.action:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('../images/cart.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  float: left;
  margin: 0 10px 0 10px !important;
}
.minicart-wrapper[data-block='minicart'] .block-minicart {
  padding: 15px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.29);
  right: 0;
}
.minicart-wrapper[data-block='minicart'] .block-minicart:before,
.minicart-wrapper[data-block='minicart'] .block-minicart:after {
  display: none !important;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-title {
  display: inline-block;
  float: left;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-title .text {
  color: #7a7a7a;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-title .qty {
  display: none;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .items-total {
  margin: 0;
  clear: both;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .items-total > span {
  font-size: 13px;
  font-weight: 600;
  color: #141414;
  letter-spacing: -0.26px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .items-total > span:not(.text-total) {
  font-size: 13px;
  font-weight: 600;
  color: #141414;
  letter-spacing: -0.26px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .subtotal {
  margin: 0 0 3px 0;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .subtotal .label {
  color: #7a7a7a;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .amount .price-wrapper:first-child .price {
  font-size: 13px;
  font-weight: 600;
  color: #141414;
  letter-spacing: -0.26px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content > span.text {
  float: left;
  clear: both;
  color: #999999;
  font-size: 14px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper {
  margin: 0 -15px;
  border: unset;
  padding: 0;
  max-height: 315px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px #0000001f;
  -moz-box-shadow: inset 0 0 6px #0000001f;
  box-shadow: inset 0 0 6px #0000001f;
  background-color: #ebebeb;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #1c5696;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .update-cart-item {
  color: #141414;
  border-radius: 5px;
  font-size: 10px;
  padding: 11px 15px;
  text-transform: uppercase;
  letter-spacing: -0.36px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item {
  padding: 10px 15px 5px 15px;
  border: 0;
  border-top: 1px solid #dbdbdb;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:hover {
  box-shadow: none;
  border: 0;
  border-top: 1px solid #dbdbdb;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:first-child {
  padding-top: 10px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-image-container {
  width: 114px !important;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details {
  padding-left: 125px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  margin: 0 0 5px;
  min-height: 34px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name a {
  color: #141414;
  font-weight: 600;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  height: 40px;
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options {
  float: right;
  text-align: right;
  font-size: 12px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .price-excluding-tax {
  margin: 0;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .price {
  font-weight: 600;
  font-size: 15px;
  color: #141414;
  letter-spacing: -0.3px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .details-qty {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions {
  float: right;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item-pricing .label {
  display: none;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .item-qty {
  width: 40px;
  height: 40px;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 13px;
  border-radius: 5px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .action.edit:before {
  content: '\f044';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #9f9f9f;
  padding-right: 15px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper .minicart-items .action.delete:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #9f9f9f;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content > .actions .secondary {
  border-top: 4px solid #f0f0f0;
  padding-top: 15px;
  margin: 0 -15px;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content > .actions .secondary .action.viewcart {
  font-size: 14px;
  color: #141414;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content > .actions > .primary .action.primary,
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content > .actions > .primary .amshopby-button,
.minicart-wrapper[data-block='minicart'] .block-minicart .block-content > .actions > .primary .am-filter-go {
  font-size: 13px;
  font-weight: 600;
  padding: 12px 15px;
  border-radius: 24px;
  background: #1c5696;
  text-transform: uppercase;
  border: 1px solid #1c5696;
  letter-spacing: -0.26px;
}
.amquote-cart-wrapper.minicart-wrapper {
  display: block;
}
.amquote-cart-wrapper.minicart-wrapper .action.close:before {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .action.showcart,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action {
  display: block;
  color: #141414;
}
.amquote-cart-wrapper.minicart-wrapper .action.showcart .counter.qty,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action .counter.qty {
  position: absolute;
  border-radius: 50%;
  font-size: 12px;
  margin: 0;
  width: 22px;
  height: 22px;
  background: #1c5696;
  color: #ffffff;
  font-weight: 700;
  line-height: 22px;
  padding: 0;
  left: 9px;
  top: -7px;
}
.amquote-cart-wrapper.minicart-wrapper .action.showcart:active:before,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:active:before,
.amquote-cart-wrapper.minicart-wrapper .action.showcart:hover:before,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:hover:before {
  color: #221f1f;
}
.amquote-cart-wrapper.minicart-wrapper .action.showcart.active:active:before,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action.active:active:before,
.amquote-cart-wrapper.minicart-wrapper .action.showcart.active:hover:before,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action.active:hover:before {
  color: #221f1f;
}
.amquote-cart-wrapper.minicart-wrapper .action.showcart:before,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  content: "\f07c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  color: #141414;
  line-height: 31px;
  background: transparent;
  margin: 0 !important;
  font-weight: 400;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart {
  padding: 15px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.29);
  right: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart:before,
.amquote-cart-wrapper.minicart-wrapper .block-minicart:after {
  display: none !important;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-title {
  display: inline-block;
  float: left;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-title .text {
  color: #7a7a7a;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-title .qty {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .items-total {
  margin: 0;
  clear: both;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .items-total > span {
  font-size: 13px;
  font-weight: 600;
  color: #141414;
  letter-spacing: -0.26px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .items-total > span:not(.text-total) {
  font-size: 13px;
  font-weight: 600;
  color: #141414;
  letter-spacing: -0.26px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .subtotal {
  margin: 0 0 3px 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .subtotal .label {
  color: #7a7a7a;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
  font-size: 13px;
  font-weight: 600;
  color: #141414;
  letter-spacing: -0.26px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content > span.text {
  float: left;
  clear: both;
  color: #999999;
  font-size: 14px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  margin: 0 -15px;
  border: unset;
  padding: 0;
  max-height: 315px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px #0000001f;
  -moz-box-shadow: inset 0 0 6px #0000001f;
  box-shadow: inset 0 0 6px #0000001f;
  background-color: #ebebeb;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #1c5696;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .update-cart-item {
  color: #141414;
  border-radius: 5px;
  font-size: 10px;
  padding: 11px 15px;
  text-transform: uppercase;
  letter-spacing: -0.36px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item {
  padding: 10px 15px 5px 15px;
  border: 0;
  border-top: 1px solid #dbdbdb;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:hover {
  box-shadow: none;
  border: 0;
  border-top: 1px solid #dbdbdb;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:first-child {
  padding-top: 10px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-image-container {
  width: 114px !important;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details {
  padding-left: 125px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name {
  margin: 0 0 5px;
  min-height: 34px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name a {
  color: #141414;
  font-weight: 600;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  height: 40px;
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options {
  float: right;
  text-align: right;
  font-size: 12px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .price-excluding-tax {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .price {
  font-weight: 600;
  font-size: 15px;
  color: #141414;
  letter-spacing: -0.3px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .details-qty {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions {
  float: right;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item-pricing .label {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .item-qty {
  width: 40px;
  height: 40px;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 13px;
  border-radius: 5px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .action.edit:before {
  content: '\f044';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #9f9f9f;
  padding-right: 15px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .action.delete:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #9f9f9f;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content > .actions .secondary {
  border-top: 4px solid #f0f0f0;
  padding-top: 15px;
  margin: 0 -15px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content > .actions .secondary .action.viewcart {
  font-size: 14px;
  color: #141414;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary,
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content > .actions > .primary .amshopby-button,
.amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content > .actions > .primary .am-filter-go {
  font-size: 13px;
  font-weight: 600;
  padding: 12px 15px;
  border-radius: 24px;
  background: #1c5696;
  text-transform: uppercase;
  border: 1px solid #1c5696;
  letter-spacing: -0.26px;
}
.catalog-product_compare-index .action.print.hidden-print {
  display: none;
}
.catalog-product_compare-index .table-wrapper.comparison .table:not(.cart):not(.totals) > thead > tr > th,
.catalog-product_compare-index .table-wrapper.comparison .table:not(.cart):not(.totals) > tbody > tr > th,
.catalog-product_compare-index .table-wrapper.comparison .table:not(.cart):not(.totals) > tfoot > tr > th,
.catalog-product_compare-index .table-wrapper.comparison .table:not(.cart):not(.totals) > thead > tr > td,
.catalog-product_compare-index .table-wrapper.comparison .table:not(.cart):not(.totals) > tbody > tr > td,
.catalog-product_compare-index .table-wrapper.comparison .table:not(.cart):not(.totals) > tfoot > tr > td {
  border: 1px solid #ebebeb;
  font-size: 14px;
}
.catalog-product_compare-index .table-wrapper.comparison .table:not(.cart):not(.totals) > tbody > tr:nth-child(even) {
  background-color: #f9f9f9;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.label.remove span,
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.label.product span {
  position: initial;
  float: left;
  width: auto;
  margin: auto;
  height: auto;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell.product.info {
  text-align: center;
}
.catalog-product_compare-index .table-wrapper.comparison .table-comparison .product-item-name {
  min-height: 55px;
}
.catalog-product_compare-index .table-wrapper.comparison .actions-primary {
  display: block;
}
.catalog-product_compare-index .table-wrapper.comparison .actions-primary .action.tocart.primary {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}
.catalog-product_compare-index .table-wrapper.comparison .actions-secondary {
  display: block;
  margin: 15px auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.no-route-page {
  text-align: center;
  margin: 5% auto;
}
.no-route-page .action.primary.back,
.no-route-page .amshopby-button.back,
.no-route-page .am-filter-go.back {
  background: #1c5696;
  border: 1px solid #1c5696;
  color: #ffffff;
  padding: 13px 50px;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 30px;
}
.no-route-page p {
  color: #141414;
  margin-bottom: 10px;
}
.no-route-page p.text {
  color: #cc0000;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
}
.no-route-page .redirect {
  margin-top: 15px;
}
.no-route-page .redirect p {
  color: #cccccc;
  font-size: 13px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.cms-page-view .page-title-wrapper .page-title {
  color: #1c5696;
  text-transform: uppercase;
  font-weight: 800;
}
.content-consulting .title {
  margin-bottom: 15px;
}
.content-consulting .title .base {
  text-shadow: 3px 3px 0px #FFFFFF19;
  color: #1c5696;
  text-transform: uppercase;
  font-weight: 800;
}
.content-consulting p {
  font-size: 15px;
  line-height: 21px;
  color: #141414;
  font-weight: 400;
}
.content-consulting p.first {
  font-size: 21px;
  letter-spacing: -0.42px;
  color: #3b3b3b;
}
.content-consulting .go-btn {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 13px 21px;
  color: #ffffff;
  background: #1c5696;
  text-transform: uppercase;
  border: 0;
  border-radius: 24px !important;
  margin-top: 30px;
  font-weight: 500;
}
.cms-newsletter .sections-newletter .title-newsletter {
  position: relative;
  text-align: center;
}
.cms-newsletter .sections-newletter .title-newsletter .title {
  margin-bottom: 45px;
}
.cms-newsletter .sections-newletter .title-newsletter .title:before {
  content: '';
  background-image: url('../images/sw_sfaturi2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  filter: grayscale(100%);
  opacity: 0.1;
  z-index: -1;
  height: 109px;
}
.cms-newsletter .sections-newletter .title-newsletter .title .base {
  color: #1c5696;
  font-weight: 800;
  text-shadow: 3px 3px 0 #ffffff;
  text-transform: uppercase;
  font-size: 48px;
}
.cms-newsletter .sections-newletter .title-newsletter .title p {
  font-size: 13px;
  color: #141414;
}
.cms-newsletter .sections-newletter .title-newsletter img {
  filter: grayscale(100%);
}
.cms-newsletter .sections-newletter .block.newsletter {
  float: none;
  width: auto;
  margin-bottom: 10px;
  max-width: 100%;
}
.cms-newsletter .sections-newletter .block.newsletter .actions {
  display: block;
  vertical-align: baseline;
  width: auto;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.newsletter {
  width: 100%;
  margin: 0;
  max-width: 90%;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.newsletter .control input[type='email'] {
  padding-left: 15px;
  height: 48px;
  border: 1px solid #dbdbdb;
  border-radius: 24px;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.newsletter .control:before {
  display: none;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.newsletter .control ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  color: #666666;
  font-style: italic;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.newsletter .control ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  color: #666666;
  font-style: italic;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.newsletter .control :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  color: #666666;
  font-style: italic;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.newsletter .control :-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  color: #666666;
  font-style: italic;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .actions {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .actions .action.subscribe {
  display: block;
  border-radius: 50%;
  padding: 15px;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .actions .action.subscribe span {
  display: none;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .actions .action.subscribe i {
  font-size: 15px;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.i_agree {
  width: 100%;
  margin: 10px 0 0 0;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.i_agree .control input[type="checkbox"] {
  margin: 2px 5px 10px 0;
  position: relative;
  width: 11px;
  height: 11px;
  border: 2px solid #333333;
  float: left;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.i_agree .control input[type="checkbox"]:before {
  content: "";
  visibility: visible;
  position: absolute;
  border: 1px solid #333333;
  border-radius: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.i_agree .control input[type="checkbox"]:checked:before {
  background: #333333;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.i_agree .control:before {
  display: none;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.i_agree label {
  color: #7a7a7a;
  font-weight: 400;
}
.cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.i_agree label a {
  color: #7a7a7a;
  font-weight: 400;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    height: 40px;
  }
}
@media only screen and (min-width: 767px) {
  .breadcrumbs {
    height: 40px;
  }
}
@media (min-width: 540px) and (max-width: 640px) {
  .gallery-placeholder {
    height: 480px;
  }
}
@media (min-width: 640px) and (max-width: 770px) {
  .gallery-placeholder {
    height: 555px;
  }
}
@media (min-width: 770px) and (max-width: 1020px) {
  .gallery-placeholder {
    height: 330px;
  }
}
@media (min-width: 1020px) and (max-width: 1150px) {
  .gallery-placeholder {
    height: 400px;
  }
}
@media (min-width: 1150px) and (max-width: 1440px) {
  .gallery-placeholder {
    height: 460px;
  }
}
@media only screen and (min-width: 1440px) {
  .gallery-placeholder {
    height: 573px;
  }
}
.amcart-confirm-block .amcart-message-box .text-check {
  color: #19823f;
  text-align: center;
  margin-block: 30px;
}
.amcart-confirm-block .amcart-message-box .text-check i {
  padding-right: 10px;
}
.amcart-confirm-block .amcart-message-box .am-photo-container {
  justify-content: initial;
  padding-bottom: 10px;
  display: block;
  text-align: center;
}
.amcart-confirm-block .amcart-message-box .am-photo-container .amcart-qty-wrap {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: none;
  margin: 0 0 0 auto;
}
.amcart-confirm-block .amcart-message-box .am-photo-container .amcart-qty-wrap > .amcart-label {
  display: none;
}
.amcart-confirm-block .amcart-message-box .am-photo-container .amcart-qty-wrap > .amcart-control {
  background: #ffffff;
}
.amcart-confirm-block .amcart-message-box .am-photo-container .amcart-qty-wrap > .amcart-control:before {
  font-size: 26px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
}
.amcart-confirm-block .amcart-message-box .am-photo-container .amcart-qty-wrap > .amcart-input {
  width: 64px;
  height: 64px;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
.amcart-confirm-block .amcart-message-box .am-photo-container .product-item-photo {
  width: 50%;
}
.amcart-confirm-block .amcart-message-box .am-photo-container .product-item-photo .amcart-image-success {
  width: 100% !important;
}
.amcart-confirm-block .amcart-message-box .added-item {
  color: #141414 !important;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin: 10px 0 0px 0;
  padding-bottom: 10px;
}
.amcart-confirm-block .amcart-message-box #amcart-count {
  color: #141414;
  font-size: 15px;
  text-align: center;
}
.amcart-confirm-block .amcart-message-box #amcart-count a {
  font-weight: unset;
}
.amcart-confirm-block .amcart-message-box .amcart-subtotal {
  color: #000000;
  font-size: 0;
  text-align: center;
  display: block;
  font-weight: 700;
}
.amcart-confirm-block .amcart-message-box .amcart-subtotal.Cerere {
  display: none !important;
}
.amcart-confirm-block .amcart-message-box .amcart-subtotal .am_price {
  font-size: 14px;
  font-weight: 700;
  color: #141414;
}
.amcart-confirm-block .amcart-message-box .amcart-subtotal .am_price:before {
  content: 'Subtotal: ';
  font-size: 14px;
  font-weight: 700;
  color: #141414;
}
.amcart-confirm-block .amcart-confirm-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 30px 15px 30px;
}
.amcart-confirm-block .amcart-confirm-buttons .button {
  height: 40px;
  font-size: 13px;
  font-weight: 400;
  box-shadow: none;
  border-radius: 5px;
}
.amcart-confirm-block .amcart-confirm-buttons .button.am-btn-left {
  background: #ffffff;
  color: #141414;
  background: #f4f4f4;
  border: 1px solid #dedede;
  width: 35%;
  order: 0;
  margin: 0;
}
.amcart-confirm-block .amcart-confirm-buttons .button.am-btn-right {
  width: 100%;
  order: 2;
  color: #1c5696;
  background: transparent;
  text-transform: inherit;
}
.amcart-confirm-block .amcart-confirm-buttons a.checkout {
  background: #1c5696;
  padding: 10px 20px;
  border-radius: 5px;
  order: 1;
  font-size: 13px;
  font-weight: 400 !important;
  color: #ffffff !important;
  width: 60%;
  text-decoration: none;
}
.amcart-confirm-block .am-related-box .owl-stage {
  padding-left: 0 !important;
}
.amcart-confirm-block .am-related-box .block.related .am-subtitle {
  display: none;
}
.amcart-confirm-block .am-related-box .block.related .product-item-photo {
  color: #141414;
}
.amcart-confirm-block .am-related-box .block.related .am-related-title {
  background: transparent;
  text-align: center;
  margin: 7px 7px;
  height: initial;
}
.amcart-confirm-block .am-related-box .block.related .am-related-title .am-title {
  color: #141414;
  font-size: 14px;
  text-transform: initial;
  padding: 0;
  font-weight: 700;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item {
  width: 100%;
  border: none;
  border-radius: 3px;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .price-box {
  margin: 10px 0 20px;
  text-align: center;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .price-box .old-price {
  display: inline-block;
  color: #555555;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .price-box .old-price .price {
  font-size: 13px;
  font-weight: 400;
  color: #555555;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .price-box .special-price {
  display: inline-block;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .price-box .special-price .price {
  font-size: 13px;
  color: #cc0000;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .price-box .normal-price {
  display: inline-block;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .price-box .normal-price .price {
  font-size: 13px;
  color: #1c5696;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .product-image-wrapper {
  mix-blend-mode: multiply;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .product-item-info {
  border: 1px solid transparent;
  width: 100%;
  padding: 0;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .product-item-info .product-reviews-summary {
  display: none;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .product-item-info .action.towishlist {
  display: none;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .product-item-name .product-item-link {
  font-weight: 600;
  overflow: hidden;
  text-transform: uppercase;
  max-height: 46px;
  height: 46px;
  display: block;
  line-height: 15px;
  font-size: 13px;
  color: #333333 !important;
  text-align: center;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item .price-box {
  margin: 0 !important;
  min-height: initial;
  padding-left: 10px;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item:hover .product-item-info {
  border: 1px solid transparent!important;
  box-shadow: 0px 1px 3px #00000029;
}
.amcart-confirm-block .am-related-box .block.related .products .product-item-details .product-item-actions .actions-primary {
  display: none;
  text-align: right;
  padding-right: 10px;
}
.amcart-confirm-block .am-related-box .block.related .owl-theme .product-image-container {
  padding: 5px;
}
.amcart-confirm-block .am-related-box .block.related .owl-theme .owl-dots {
  display: none !important;
}
.amcart-confirm-block .am-related-box .block.related .owl-carousel .owl-nav i {
  background: #ffffff !important;
  font-size: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  border: 1px solid #ebebeb;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #000000;
}
.amcart-confirm-block .am-related-box .block.related .owl-carousel .owl-nav i:hover {
  color: #141414;
}
.amcart-confirm-block .am-related-box .block.related .owl-carousel .owl-nav i:before {
  line-height: 30px;
}
.amcart-confirm-block .am-related-box .block.related .owl-carousel .owl-nav .owl-nav {
  margin-top: 0;
}
.amcart-confirm-block .am-related-box .block.related .owl-carousel .owl-nav .owl-prev,
.amcart-confirm-block .am-related-box .block.related .owl-carousel .owl-nav .owl-next {
  background: transparent !important;
  margin: 0;
  padding: 0;
}
.amcart-confirm-block .am-related-box .block.related .owl-carousel .owl-nav .owl-prev {
  left: -15px;
}
.amcart-confirm-block .am-related-box .block.related .owl-carousel .owl-nav .owl-prev i {
  margin-left: -20px;
}
.amcart-confirm-block .am-related-box .block.related .owl-carousel .owl-nav .owl-next {
  right: -15px;
}
.amcart-confirm-block .am-related-box .block.related .owl-carousel .owl-nav .owl-next i {
  margin-right: -20px;
}
.amcart-confirm-block .rewards__product-points img {
  width: auto !important;
}
.amcart-confirm-block .benefits-cart {
  text-align: left;
  padding-right: 10px;
}
.amcart-confirm-block .benefits-cart .icon-big {
  font-size: 36px;
  color: #e6ab37;
  text-align: center;
  margin-bottom: 5px;
}
.amcart-confirm-block .benefits-cart .icon-big img {
  width: 120px;
}
.amcart-confirm-block .benefits-cart .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}
.amcart-confirm-block .benefits-cart ul li i {
  margin-right: 5px;
}
#confirmBox {
  overflow: hidden;
}
#confirmBox > .cross {
  color: #000000;
  font-size: 46px;
  font-weight: 400;
  line-height: 29px;
}
#confirmBox.amcart-minipage-wrap {
  padding-top: 40px;
}
#confirmBox .am-related-box .product-image-container .am-quickview-icon {
  width: auto;
}
.amcart-minipage-wrap > .cross {
  color: #000000 !important;
}
.amcart-minipage-wrap .ampage-bottom-info {
  padding: 15px 0;
}
.amcart-minipage-wrap .ampage-bottom-info select {
  font-weight: 500;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  color: #222222;
}
.amcart-minipage-wrap .product-info-main .ampage-top-info,
.amcart-minipage-wrap .product-info-main .am-photo-container {
  display: none;
}
.amcart-minipage-wrap .product-info-main .ampage-bottom-info .size-guide-link,
.amcart-minipage-wrap .product-info-main .ampage-bottom-info .am-description {
  display: none;
}
.amcart-minipage-wrap .product-info-main .ampage-bottom-info .box-tocart .fieldset .field.qty {
  display: none;
}
.amcart-minipage-wrap .product-info-main .ampage-bottom-info .product-options-wrapper {
  text-align: center;
}
.amcart-minipage-wrap .product-info-main .ampage-bottom-info .product-options-wrapper .fieldset > .field:not(.choice) > .label {
  justify-content: center;
}
.amcart-minipage-wrap .message.error {
  margin: 0 !important;
}
.amcart-minipage-wrap .product-item-info {
  margin-top: 0 !important;
  min-height: auto !important;
}
.amcart-minipage-wrap .amcart-product-notice {
  padding: 10px;
  background: transparent;
  font-size: 21px;
  line-height: 25px;
  color: #1c5696;
  font-weight: 800;
  text-transform: uppercase;
}
.amcart-minipage-wrap .amcart-confirm-buttons {
  display: none;
}
.amcart-minipage-wrap .swatch-opt {
  text-align: center;
}
.amcart-minipage-wrap .swatch-opt .swatch-attribute {
  margin-bottom: 0;
}
.amcart-minipage-wrap .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  margin-left: 0;
}
.amcart-minipage-wrap .swatch-opt .swatch-attribute-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amcart-minipage-wrap .box-tocart {
  width: 100% !important;
}
.amcart-minipage-wrap .box-tocart .actions {
  width: 100%;
  display: block !important;
}
.amcart-minipage-wrap .box-tocart .actions .action.primary.tocart,
.amcart-minipage-wrap .box-tocart .actions .amshopby-button.tocart,
.amcart-minipage-wrap .box-tocart .actions .am-filter-go.tocart {
  display: block !important;
  margin: 0 auto;
  padding: 8px 17px 8px 36px;
}
.amcart-minipage-wrap .box-tocart .actions .action.primary.tocart span,
.amcart-minipage-wrap .box-tocart .actions .amshopby-button.tocart span,
.amcart-minipage-wrap .box-tocart .actions .am-filter-go.tocart span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.amcart-minipage-wrap .modal-size-guide {
  display: none !important;
}
.amcart-minipage-wrap .swatch-option.text {
  height: auto !important;
}
.amasty_quote-cart-index .quote-details form:not(.form-login) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amasty_quote-cart-index .quote-details form.form-login {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.amasty_quote-cart-index .quote-details .fieldset.group-one .field.bifa-req {
  margin-bottom: 0;
  margin-top: -18px;
}
.amasty_quote-cart-index .quote-details .fieldset.group-one .field.bifa-req input {
  float: left;
}
.amasty_quote-cart-index .quote-details .fieldset.group-one .field.bifa-req label {
  width: auto !important;
  padding-top: 0;
}
.amasty_quote-cart-index .quote-details select {
  height: 48px;
  border-radius: 5px;
}
.is-blog .page-title-wrapper .page-title {
  font-size: 48px;
  color: #1c5696;
  line-height: 48px;
  font-weight: 800;
  text-transform: uppercase;
}
.is-blog .post-list-wrapper .post-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.is-blog .post-list-wrapper .post-list .item .post-list-item {
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}
.is-blog .post-list-wrapper .post-list .item .post-list-item .post-entry {
  margin: 0;
}
.is-blog .post-list-wrapper .post-list .item .post-list-item .post-entry .post-image {
  max-height: 256px;
  margin: 0;
  text-align: center;
}
.is-blog .post-list-wrapper .post-list .item .post-list-item .post-entry .post-image img {
  border-radius: 10px 10px 0 0;
  max-height: 256px;
}
.is-blog .post-list-wrapper .post-list .item .post-list-item .post-meta {
  background: #F7FAFC;
}
.is-blog .post-list-wrapper .post-list .item .post-list-item .post-meta .post-meta-item.post-categories a {
  margin-bottom: 10px;
  font-size: 11px;
  color: #7a7a7a;
  line-height: 18px;
  text-transform: uppercase;
}
.is-blog .post-list-wrapper .post-list .item .post-list-item .post-meta h2 {
  color: #3b3b3b;
  font-weight: 700;
  margin: 10px 0;
  height: 72px;
  overflow: hidden;
}
.is-blog .post-list-wrapper .post-list .item .post-list-item .post-meta h2 a {
  color: #3b3b3b;
}
.is-blog .post-list-wrapper .post-list .item .post-list-item .post-meta .post-excerpt {
  display: none;
}
.is-blog .link-more {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #1c5696;
  font-weight: 600;
}
.is-blog .link-more i {
  margin-left: 5px;
}
.is-blog .pages .items {
  width: auto;
  float: right;
}
.is-blog .pages .disabled-page-button .action.next,
.is-blog .pages .disabled-page-button .action.previous {
  background-color: #ffffff;
  border-color: #969696;
}
.is-blog .pages .disabled-page-button .action.next > span,
.is-blog .pages .disabled-page-button .action.previous > span {
  color: #969696;
  font-weight: 600;
}
.is-blog .pages .action {
  padding: 13px 1px;
  text-align: center;
  line-height: 12px;
  border-radius: 24px;
}
.is-blog .pages .action.next {
  width: 248px;
  height: 40px;
  background-color: #1c5696;
  border-color: #1c5696;
}
.is-blog .pages .action.next > span {
  font-weight: 700;
  color: #ffffff;
}
.is-blog .pages .action.previous {
  width: 109px;
  height: 40px;
  background-color: #ffffff;
  border-color: #1c5696;
}
.is-blog .pages .action.previous > span {
  color: #1c5696;
  font-weight: 600;
}
.is-blog .pages .action.previous,
.is-blog .pages .action.next {
  margin: 0;
}
.is-blog .pages .action.previous > span,
.is-blog .pages .action.next > span {
  position: unset;
  font-size: 15px;
  text-transform: uppercase;
}
.is-blog .pages .action.previous .label,
.is-blog .pages .action.next .label {
  display: none;
}
.is-blog .pages .action.previous:before,
.is-blog .pages .action.next:before {
  display: none;
}
.is-blog .pages .item {
  border-radius: 24px;
  margin-right: 5px;
  border: 1px solid #969696;
}
.is-blog .pages .item.pages-item-previous,
.is-blog .pages .item.pages-item-next {
  border: unset;
  width: unset;
  height: unset;
  border-radius: unset;
  background: none;
}
.is-blog .pages .item.pages-item-previous {
  margin-right: 30px;
}
.is-blog .pages .item.pages-item-next {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.is-blog .pages .item.current {
  border: 1px solid #1c5696;
  background: #ffffff;
}
.is-blog .pages .item.current .page span {
  color: #1c5696;
}
.is-blog .pages .item .page {
  display: block;
  width: 40px;
  height: 40px;
  padding: 3px 14px;
  background: #ffffff;
  border-radius: 24px;
}
.is-blog .pages .item .page .label {
  display: none;
}
.is-blog .pages .item .page span {
  font-size: 13px;
  color: #969696;
  font-weight: 600;
}
.wordpress-homepage-view .column.main,
.wordpress-search-view .column.main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wordpress-homepage-view .column.main .sectionblog,
.wordpress-search-view .column.main .sectionblog {
  order: 1;
}
.wordpress-homepage-view .column.main .post-list-description,
.wordpress-search-view .column.main .post-list-description {
  font-size: 21px;
  letter-spacing: -0.42px;
  color: #3B3B3B;
  font-weight: 700;
  order: 0;
  margin-bottom: 70px;
}
.wordpress-homepage-view .column.main .post-list-wrapper,
.wordpress-search-view .column.main .post-list-wrapper {
  order: 2;
}
.sectionblog .page-title-wrapper .page-title {
  margin-bottom: 90px;
  text-transform: uppercase;
}
.sectionblog .page-title-wrapper .page-title .base {
  text-shadow: 20px 20px 20px #3e3e3e;
  color: #1c5696;
}
.sectionblog .toolbar_wrapper .wp-sidebar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: row-reverse;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .block-content {
  width: 274px;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .block-title {
  display: none;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .blog-search {
  position: relative;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .blog-search .button {
  background: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  top: 5px;
  right: 10px;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .blog-search .button:after {
  content: '\f002';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1c5696;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .blog-search .button span {
  display: none;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .input-text {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #3e3e3e;
  font-style: italic;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .input-text ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3e3e3e;
  font-style: italic;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .input-text ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3e3e3e;
  font-style: italic;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .input-text :-ms-input-placeholder {
  /* IE 10+ */
  color: #3e3e3e;
  font-style: italic;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .input-text :-moz-placeholder {
  /* Firefox 18- */
  color: #3e3e3e;
  font-style: italic;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog select {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog .input-text,
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog select {
  border-color: transparent;
  border-bottom: 2px solid #3e3e3e;
  padding: 0;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog.block-blog-search {
  text-align: right;
  margin: 0;
}
.sectionblog .toolbar_wrapper .wp-sidebar .block-blog.block-blog-search .block-content {
  margin-left: auto;
}
.wordpress-post-view .page-title-wrapper .page-title {
  font-weight: 800;
}
.wordpress-post-view .sectionblog {
  text-align: center;
}
.wordpress-post-view .post-view .post-meta {
  font-size: 11px;
}
.wordpress-post-view .post-view .post-meta a {
  color: #3b3b3b;
  text-transform: uppercase;
}
.wordpress-post-view .post-view .post-entry .post-content p {
  font-size: 18px;
  color: #3e3e3e;
  line-height: 30px;
}
.wordpress-post-view .share-buttons {
  margin: 30px auto;
}
.wordpress-post-view .share-buttons strong {
  font-size: 16px;
}
.wordpress-post-view .share-buttons .btn.share-btn {
  border: medium none;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  margin-top: 6px;
  opacity: 0.9;
  outline: medium none;
  padding: 10px 29px;
  border-radius: 5px;
}
.wordpress-post-view .share-buttons .btn.share-btn:hover,
.wordpress-post-view .share-buttons .btn.share-btn:focus {
  color: #eeeeee;
}
.wordpress-post-view .share-buttons .btn.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  opacity: 1;
  outline: medium none;
}
.wordpress-post-view .share-buttons .whatsapp {
  background: #009769 0% 0% no-repeat padding-box;
}
.wordpress-post-view .share-buttons .twitter {
  background: #55acee none repeat scroll 0 0;
}
.wordpress-post-view .share-buttons .facebook {
  background: #3b5998 none repeat scroll 0 0;
}
.wordpress-post-view .share-buttons .stumbleupon {
  background: #eb4823 none repeat scroll 0 0;
}
.wordpress-post-view .share-buttons .reddit {
  background: #ff5700 none repeat scroll 0 0;
}
.wordpress-post-view .share-buttons .linkedin {
  background: #0077b5 0% 0% no-repeat padding-box;
}
.wordpress-post-view .share-buttons .email {
  background: #444444 none repeat scroll 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .service-header .action.toggle span {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .navigation .komenu-links .komenu-custom-link a {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .vertical-menu-wrapper ul#menu-holder > li.category-item > a {
    font-size: 12px !important;
    line-height: 27px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .vertical-menu-wrapper ul#menu-holder > li.category-item a i {
    line-height: 27px !important;
  }
}
.nav-sections.sections .nav-sections-items .nav-sections-item-content .vertical-menu-wrapper ul#menu-holder li.level0 .submenu .komenu-wrapper div.menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
}
.page.messages {
  top: 11%;
  right: 0;
  position: fixed;
  z-index: 3;
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
.sticky-menu-fixed .page-header {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
}
.sticky-menu-fixed .page-header .panel.wrapper {
  display: none;
}
.sticky-menu-fixed .nav-sections.sections {
  pointer-events: none;
}
.sticky-menu-fixed .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation {
  pointer-events: auto;
  background: transparent;
}
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.page-products .search.results dl.block,
.page-products .search.results .amsearch-related-terms {
  display: none;
}
.page-products.catalog_category_view_level_1 .sidebar.sidebar-main,
.page-products.catalog_category_view_level_2 .sidebar.sidebar-main,
.page-products.catalog_category_view_level_1 .sidebar.sidebar-additional,
.page-products.catalog_category_view_level_2 .sidebar.sidebar-additional {
  display: none !important;
}
.page-products .category-view {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .page-products .category-view {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .page-products .category-view {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .page-products .category-view {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .page-products .category-view {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .page-products .category-view {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .page-products .category-view {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .page-products .category-view {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .page-products .category-view {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .page-products .category-view {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .page-products .category-view {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .page-products .category-view {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .page-products .category-view {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .page-products .category-view {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .page-products .category-view {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .page-products .category-view {
    max-width: 1626px;
  }
}
.page-products .category-view .category-description {
  font-size: 13px;
  line-height: 21px;
  color: #141414;
  position: relative;
  width: 100%;
}
.page-products .category-view .category-image img {
  margin: 0 auto;
  border-radius: 10px;
}
.page-products.catalogsearch-result-index .page-title-wrapper .page-title:before {
  display: none !important;
}
.page-products .page-title-wrapper .page-title {
  color: #1c5696;
  text-shadow: 3px 3px 0 #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
}
.page-products .page-title-wrapper .page-title:before {
  content: '';
  background-image: url('../images/sw_sfaturi2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  filter: grayscale(100%);
  opacity: 0.1;
  z-index: -1;
}
.page-products .products.wrapper ~ .toolbar .pages .items {
  width: auto;
  float: right;
}
.page-products .products.wrapper ~ .toolbar .pages .disabled-page-button .action.next,
.page-products .products.wrapper ~ .toolbar .pages .disabled-page-button .action.previous {
  background-color: #ffffff;
  border-color: #969696;
}
.page-products .products.wrapper ~ .toolbar .pages .disabled-page-button .action.next > span,
.page-products .products.wrapper ~ .toolbar .pages .disabled-page-button .action.previous > span {
  color: #969696;
  font-weight: 600;
}
.page-products .products.wrapper ~ .toolbar .pages .action {
  padding: 13px 1px;
  text-align: center;
  line-height: 12px;
  border-radius: 24px;
}
.page-products .products.wrapper ~ .toolbar .pages .action.next {
  width: 248px;
  height: 40px;
  background-color: #1c5696;
  border-color: #1c5696;
}
.page-products .products.wrapper ~ .toolbar .pages .action.next > span {
  font-weight: 700;
  color: #ffffff;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous {
  width: auto;
  padding: 13px 20px;
  height: 40px;
  background-color: #ffffff;
  border-color: #1c5696;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous > span {
  color: #1c5696;
  font-weight: 600;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous,
.page-products .products.wrapper ~ .toolbar .pages .action.next {
  margin: 0;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous > span,
.page-products .products.wrapper ~ .toolbar .pages .action.next > span {
  position: unset;
  font-size: 15px;
  text-transform: uppercase;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous .label,
.page-products .products.wrapper ~ .toolbar .pages .action.next .label {
  display: none;
}
.page-products .products.wrapper ~ .toolbar .pages .action.previous:before,
.page-products .products.wrapper ~ .toolbar .pages .action.next:before {
  display: none;
}
.page-products .products.wrapper ~ .toolbar .pages .item {
  border-radius: 24px;
  margin-right: 5px;
  border: 1px solid #969696;
}
.page-products .products.wrapper ~ .toolbar .pages .item.pages-item-previous,
.page-products .products.wrapper ~ .toolbar .pages .item.pages-item-next {
  border: unset;
  width: unset;
  height: unset;
  border-radius: unset;
  background: none;
}
.page-products .products.wrapper ~ .toolbar .pages .item.pages-item-previous {
  margin-right: 30px;
}
.page-products .products.wrapper ~ .toolbar .pages .item.pages-item-next {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.page-products .products.wrapper ~ .toolbar .pages .item.current {
  border: 1px solid #1c5696;
  background: #ffffff;
}
.page-products .products.wrapper ~ .toolbar .pages .item.current .page span {
  color: #1c5696;
}
.page-products .products.wrapper ~ .toolbar .pages .item .page {
  display: block;
  width: 40px;
  height: 40px;
  padding: 3px 14px;
  background: #ffffff;
  border-radius: 24px;
}
.page-products .products.wrapper ~ .toolbar .pages .item .page .label {
  display: none;
}
.page-products .products.wrapper ~ .toolbar .pages .item .page span {
  font-size: 13px;
  color: #969696;
  font-weight: 600;
}
.page-products .sidebar.sidebar-main .filter-title {
  margin-bottom: 30px;
}
.page-products .sidebar.sidebar-main .filter-title strong {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
.page-products .sidebar.sidebar-main .block-subtitle {
  display: none;
}
.page-products .sidebar.sidebar-main .filter-current {
  background-color: #F7FAFC;
  border-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.page-products .sidebar.sidebar-main .filter-current .block-subtitle {
  border-bottom: 0;
  padding: 15px 0;
  display: block;
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #7A7A7A;
}
.page-products .sidebar.sidebar-main .filter-current .items {
  margin-left: 0;
}
.page-products .sidebar.sidebar-main .filter-current .items .item {
  margin-right: 15px;
  font-size: 12px;
  padding: 5px 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-products .sidebar.sidebar-main .filter-current .items .item .amshopby-remove {
  right: 0;
  left: inherit;
}
.page-products .sidebar.sidebar-main .filter-current .items .item .amshopby-remove:after,
.page-products .sidebar.sidebar-main .filter-current .items .item .amshopby-remove:before {
  color: #000000;
  height: 2px;
}
.page-products .sidebar.sidebar-main .filter-current .items .item:last-child {
  margin-bottom: 0;
}
.page-products .sidebar.sidebar-main .filter-current .items .item .filter-label {
  order: 1;
  color: #00222c;
  font-weight: 400;
}
.page-products .sidebar.sidebar-main .filter-current .items .item .filter-value {
  order: 2;
  margin-left: 3px;
  color: #00222c;
}
.page-products .sidebar.sidebar-main .filter-current .items .item .remove {
  font-size: 13px;
  order: 3;
  margin-left: auto;
}
.page-products .sidebar.sidebar-main .filter-current .items .item .remove span {
  display: none;
}
.page-products .sidebar.sidebar-main .filter-current .items .item .remove:after {
  content: '\f00d';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  padding-left: 10px;
  color: #999999;
  float: right;
}
.page-products .sidebar.sidebar-main .filter-current + .filter-actions {
  padding: 5px 0 15px 0;
  background-color: #F7FAFC;
  border-top: 0;
  margin-bottom: 15px;
}
.page-products .sidebar.sidebar-main .filter-current + .filter-actions .filter-clear {
  line-height: 20px;
  font-weight: 600;
  color: #cc0000;
  border-radius: 5px;
  padding: 3px 0;
  margin: 0 15px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item {
  margin-bottom: 15px;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-title {
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 0;
  color: #141414;
  background-color: #f4f4f4;
  text-transform: uppercase;
  padding: 15px;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-title:after {
  content: '\f0dd';
  font-size: 14px;
  float: right;
  color: #333333;
  font-weight: 700;
  font-family: "Font Awesome 5 Free", sans-serif;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item.active .filter-options-title {
  margin-bottom: 0;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item.active .filter-options-title:after {
  content: '\f0de';
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content {
  margin-bottom: 0;
  font-size: 13px;
  color: #333333;
  border: 1px solid #f4f4f4;
  padding: 15px;
  background: #ffffff;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-show-more {
  padding: 5px 0 0 20px;
  border-top: 1px solid #999999;
  width: 100%;
  margin-top: 10px;
  text-transform: lowercase;
  color: #1c5696;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-show-more:hover {
  color: #1c5696;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-show-more .am-counter {
  display: none;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-show-more:before {
  content: '+';
  color: #1c5696;
  height: auto;
  width: auto;
  right: auto;
  transform: none;
  transition: none;
  background: none;
  left: 0;
  top: 4px;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-show-more:after {
  display: none;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .am-show-more[data-is-hide='false']:before {
  content: '-';
  color: #1c5696;
  height: auto;
  width: auto;
  right: auto;
  transform: none;
  transition: none;
  background: none;
  left: 0;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .items .item {
  margin-bottom: 5px;
  display: block;
  align-items: initial;
  flex-wrap: initial;
}
.page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .items a {
  color: #141414;
  font-weight: 600;
  font-size: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -0.26px;
}
.page-products .sidebar.sidebar-main .filter-options .count {
  color: #141414;
  margin-left: 5px;
}
.page-products .sidebar.sidebar-main input[type="radio"] {
  margin: 2px 10px 0 0;
  position: relative;
  width: 13px;
  height: 13px;
  float: left;
}
.page-products .sidebar.sidebar-main input[type="radio"]:before {
  content: "";
  visibility: visible;
  position: absolute;
  border: 1px solid #333333;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.page-products .sidebar.sidebar-main input[type="radio"]:checked:before {
  content: "";
  background: #333333;
  border: 1px solid #333333;
}
.page-products .sidebar.sidebar-main input[type="checkbox"] {
  margin: 2px 10px 0 0;
  position: relative;
  width: 13px;
  height: 13px;
  float: left;
}
.page-products .sidebar.sidebar-main input[type="checkbox"]:before {
  content: "";
  visibility: visible;
  position: absolute;
  border: 1px solid #333333;
  border-radius: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.page-products .sidebar.sidebar-main input[type="checkbox"]:checked:before {
  content: "";
  background: #333333;
  border: 1px solid #333333;
}
.page-products .sidebar.sidebar-additional {
  display: none !important;
}
.page-products .sidebar.sidebar-additional .block {
  padding: 30px 0 0 0;
  background: #ffffff;
  border-top: 1px solid #ededed;
}
.page-products .sidebar.sidebar-additional .block .block-title strong {
  font-size: 16px;
  font-weight: 700;
  color: #221f1f;
  padding-right: 10px;
}
.page-products .sidebar.sidebar-additional .block .product-items-names .product-item-name {
  font-size: 14px;
  color: #221f1f !important;
}
.page-products .sidebar.sidebar-additional .block-compare .action.compare {
  padding: 10px 20px;
  border: 1px solid #221f1f;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  transition-duration: 0.2s;
  color: #221f1f;
  font-weight: 700;
  background: #ffffff;
}
.page-products .sidebar.sidebar-additional .block-compare .action.compare:hover {
  background: #221f1f;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.page-products .sidebar.sidebar-additional .block-compare .action.delete:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #221f1f;
  position: absolute;
  left: 5px;
  top: 4px;
}
.page-products .sidebar.sidebar-additional .block-compare .actions-toolbar .secondary {
  float: none;
  margin-left: 5px;
}
.page-products .sidebar.sidebar-additional .block-compare .actions-toolbar .secondary .action {
  margin-top: 12px;
}
.page-products .sidebar.sidebar-additional .block-reorder .product-item .control input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  width: 13px;
  height: 13px;
}
.page-products .sidebar.sidebar-additional .block-reorder .product-item .control input[type="checkbox"]:before {
  content: "";
  visibility: visible;
  position: absolute;
  border: 1px solid #333333;
  border-radius: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.page-products .sidebar.sidebar-additional .block-reorder .product-item .control input[type="checkbox"]:checked:before {
  content: "";
  background: #1c5696;
  border: 2px solid #1c5696;
}
.page-products .sidebar.sidebar-additional .block-reorder .product-item .product-item-name > a {
  color: #221f1f;
}
.page-products .sidebar.sidebar-additional .block-reorder .actions-toolbar {
  max-width: 100%;
}
.page-products .sidebar.sidebar-additional .block-reorder .actions-toolbar .secondary {
  float: none;
}
.page-products .sidebar.sidebar-additional .block-reorder .actions-toolbar .secondary a.action {
  margin-top: 10px;
}
.page-products .sidebar.sidebar-additional .block-reorder .actions-toolbar .action.primary,
.page-products .sidebar.sidebar-additional .block-reorder .actions-toolbar .amshopby-button,
.page-products .sidebar.sidebar-additional .block-reorder .actions-toolbar .am-filter-go {
  padding: 11px;
  border-radius: 5px;
  margin: 0 10px 0 0;
}
.page-products .sidebar.sidebar-additional .block-reorder .actions-toolbar .action.primary span:before,
.page-products .sidebar.sidebar-additional .block-reorder .actions-toolbar .amshopby-button span:before,
.page-products .sidebar.sidebar-additional .block-reorder .actions-toolbar .am-filter-go span:before {
  display: none;
}
.page-products .sidebar.sidebar-additional .block-wishlist .product-items .actions-secondary {
  float: right;
}
.page-products .sidebar.sidebar-additional .block-wishlist .product-items .actions-secondary > .action {
  position: initial;
}
.page-products .sidebar.sidebar-additional .block-wishlist .product-items .actions-secondary > .action:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  color: #221f1f;
  font-size: 14px;
}
.page-products .sidebar.sidebar-additional .block-wishlist .product-items .action.primary,
.page-products .sidebar.sidebar-additional .block-wishlist .product-items .amshopby-button,
.page-products .sidebar.sidebar-additional .block-wishlist .product-items .am-filter-go {
  padding: 11px 15px;
}
.page-products .sidebar.sidebar-additional .block-wishlist .product-items .action.primary span:before,
.page-products .sidebar.sidebar-additional .block-wishlist .product-items .amshopby-button span:before,
.page-products .sidebar.sidebar-additional .block-wishlist .product-items .am-filter-go span:before {
  display: none;
}
.page-products .category-content {
  clear: both;
}
.page-products .category-content h3,
.page-products .category-content h2,
.page-products .category-content h1 {
  color: #1c5696;
  text-shadow: 3px 3px 0 #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
}
.page-products .category-content p {
  font-size: 13px;
  line-height: 21px;
  color: #141414;
}
.page-products .category-content img {
  border-radius: 10px;
}
.page-products .category-cms .category-csm-content {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .page-products .category-cms .category-csm-content {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .page-products .category-cms .category-csm-content {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .page-products .category-cms .category-csm-content {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .page-products .category-cms .category-csm-content {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .page-products .category-cms .category-csm-content {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .page-products .category-cms .category-csm-content {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .page-products .category-cms .category-csm-content {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .page-products .category-cms .category-csm-content {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .page-products .category-cms .category-csm-content {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .page-products .category-cms .category-csm-content {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .page-products .category-cms .category-csm-content {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .page-products .category-cms .category-csm-content {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .page-products .category-cms .category-csm-content {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .page-products .category-cms .category-csm-content {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .page-products .category-cms .category-csm-content {
    max-width: 1626px;
  }
}
.page-products .category-cms .category-csm-content ul li .content-img-title {
  text-align: center;
}
.page-products .category-cms .category-csm-content ul li .content-img-title .title-cat {
  font-size: 13px;
  text-transform: uppercase;
  color: #141414;
  letter-spacing: -0.26px;
  font-weight: 700;
  min-height: 36px;
  display: inline-block;
  margin-top: 10px;
}
.page-products .category-cms .category-csm-content ul li img {
  background-color: #ffffff;
}
.page-products .category-csm-content-lvl1 {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .page-products .category-csm-content-lvl1 {
    max-width: 1626px;
  }
}
.page-products .category-csm-content-lvl1 #category-csm-ic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-products .category-csm-content-lvl1 #category-csm-ic li {
  text-align: center;
  padding-bottom: 15px;
}
.page-products .category-csm-content-lvl1 #category-csm-ic li:not(:last-child) {
  padding-right: 15px;
}
.page-products .category-csm-content-lvl1 #category-csm-ic li img {
  display: block;
  margin: 0 auto;
}
.page-products .category-csm-content-lvl1 #category-csm-ic li .title-cat {
  font-size: 13px;
  text-transform: uppercase;
  color: #141414;
  letter-spacing: -0.26px;
  font-weight: 700;
  min-height: 36px;
  display: inline-block;
  margin-top: 10px;
}
.catalog-product-view .product-wrapper.main-product {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 640px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .catalog-product-view .product-wrapper.main-product {
    max-width: 1626px;
  }
}
.catalog-product-view .product-wrapper.main-product:after {
  content: " ";
  display: table;
  clear: both;
}
.catalog-product-view .page-title-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view .page-title-wrapper .page-title {
  font-weight: 800;
  color: #3b3b3b;
  text-transform: uppercase;
  order: 1;
}
.catalog-product-view .page-title-wrapper .product-info-stock-sku {
  order: 2;
  display: inline-block;
}
.catalog-product-view .page-title-wrapper .product-info-stock-sku.additional-sku {
  order: 3;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #000000;
}
.catalog-product-view .page-title-wrapper .wrapper-labels-manufacturer {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  letter-spacing: -0.26px;
  font-weight: 600;
  text-transform: uppercase;
  order: 0;
}
.catalog-product-view .page-title-wrapper .wrapper-labels-manufacturer .text-label {
  color: #141414;
  margin-right: 10px;
}
.catalog-product-view .page-title-wrapper .wrapper-labels-manufacturer .product-label.producator_p {
  color: #1c5696;
}
.catalog-product-view .product-info-main .price-box .special-price,
.catalog-product-view .product-info-main .price-box .old-price {
  display: block;
  text-align: right;
}
.catalog-product-view .product-info-main .price-box .price {
  font-size: 28px;
  letter-spacing: -0.56px;
  color: #cc0000;
  font-weight: 800;
}
.catalog-product-view .product-info-main .price-box .old-price {
  color: #141414;
}
.catalog-product-view .product-info-main .price-box .old-price .price {
  font-size: 15px !important;
  color: #141414;
  letter-spacing: -0.3px;
  font-weight: 700;
}
.catalog-product-view .product-info-main .price-box .special-price .price {
  color: #cc0000;
  margin-right: 0;
  font-weight: 800;
}
.catalog-product-view .product-info-main .product-info-price {
  position: relative;
}
.catalog-product-view .product-info-main .product-info-salable-qty .stock {
  display: block;
}
.catalog-product-view .product-info-main .stock.available,
.catalog-product-view .product-info-main .stock.unavailable,
.catalog-product-view .product-info-main .stock.preorder {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.26px;
}
.catalog-product-view .product-info-main .stock.available span:before,
.catalog-product-view .product-info-main .stock.unavailable span:before,
.catalog-product-view .product-info-main .stock.preorder span:before {
  font-size: 18px;
}
.catalog-product-view .product-info-main .stock.available {
  color: #19823f;
}
.catalog-product-view .product-info-main .stock.unavailable {
  color: #7b7b7b;
}
.catalog-product-view .product-info-main .stock.preorder {
  color: #f37722;
}
.catalog-product-view .product-info-main > .stock {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .amasty-hide-price-container {
  display: none !important;
}
.catalog-product-view .product-info-main .product.attribute.sku .type {
  color: #141414;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.catalog-product-view .product-info-main .product.attribute.sku .value {
  color: #141414;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.catalog-product-view .product-info-main .block.related .title strong {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #141414;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}
.catalog-product-view .product-info-main .block.related .block-content.content .block-actions {
  display: none;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related {
  margin: 10px 0 0 0;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items {
  margin: 10px 0 0 0;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item {
  width: 100% !important;
  border: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #f4f4f4 !important;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-left: 0 !important;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item:last-child {
  border-bottom: 1px solid #969696;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item .product-item-info .product-item-photo.photo.product {
  display: none;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item .product-item-info .product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name {
  letter-spacing: -0.30px;
  color: #141414;
  font-size: 13px;
  font-weight: 400;
  min-height: initial;
  max-height: initial;
  height: initial;
  text-transform: initial;
  margin: 0;
  width: 70%;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  letter-spacing: -0.26px;
  color: #141414;
  font-size: 13px;
  font-weight: 600;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item .product-item-info .product-item-details .amasty-hide-price-container {
  padding: 5px !important;
  margin-right: 0 !important;
  font-size: 10px !important;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item .product-item-info .field.choice.related .label {
  display: none;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item .price-box {
  margin: 0 0 0 auto;
  flex: 0 0 22%;
  text-align: right;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item .price-box:before {
  content: '+';
  font-size: 13px;
  letter-spacing: -0.26px;
  font-weight: 600;
  color: #141414;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item .price-box .vat-included-product {
  display: none !important;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item .price-box .old-price {
  display: none !important;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item .price-box .price {
  font-size: 13px !important;
  letter-spacing: -0.26px !important;
  font-weight: 600 !important;
  color: #141414 !important;
}
.catalog-product-view .product-info-main .block.related .block-content.content .products-related .product-items .product-item input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin: 0px 5px 0 0;
}
.catalog-product-view .product-info-main .product-info-salable-qty.salable-qty {
  float: right;
  font-weight: 600;
  font-size: 13px;
  margin-top: 12px;
}
.catalog-product-view .product.media {
  position: relative;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset > .field:not(.choice) > .label {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #141414;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset .control .options-list {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #141414;
  font-weight: 600;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset .control .options-list > .field {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset .control .options-list > .field:last-child {
  border-bottom: 1px solid #969696;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset .control .options-list .price-notice {
  float: right;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset .control .options-list .price-notice span {
  font-size: 13px;
}
.catalog-product-view .product-add-form .amquote-addto-button.action.outline {
  width: 100%;
  display: block;
  border-radius: 24px;
  background: #e6ab37;
  margin: 0;
  padding: 10px 45px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #e6ab37;
  font-weight: 700;
}
.catalog-product-view .product-add-form .amquote-addto-button.action.outline:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.catalog-product-view .product-add-form .amquote-addto-button.action.outline span {
  color: #ffffff;
}
.catalog-product-view .product-add-form .amquote-addto-button.action.outline:before {
  content: '\f07c';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 10px;
}
.catalog-product-view .box-tocart .fieldset .field .label {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #141414;
  font-weight: 600;
}
.catalog-product-view .box-tocart .fieldset .field.qty {
  vertical-align: middle;
}
.catalog-product-view .box-tocart .fieldset .control {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .box-tocart .fieldset .control button,
.catalog-product-view .box-tocart .fieldset .control .cart.table-wrapper .actions-toolbar > .action,
.catalog-product-view .box-tocart .fieldset .control .action-gift {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 12px;
  margin-left: 5px;
}
.catalog-product-view .box-tocart .fieldset .control button#plus,
.catalog-product-view .box-tocart .fieldset .control .cart.table-wrapper .actions-toolbar > .action#plus,
.catalog-product-view .box-tocart .fieldset .control .action-gift#plus {
  margin-top: -18px;
}
.catalog-product-view .box-tocart .fieldset .control button#minus,
.catalog-product-view .box-tocart .fieldset .control .cart.table-wrapper .actions-toolbar > .action#minus,
.catalog-product-view .box-tocart .fieldset .control .action-gift#minus {
  margin-left: -10px;
  margin-bottom: -25px;
}
.catalog-product-view .box-tocart .fieldset .actions {
  width: 100%;
}
.catalog-product-view .box-tocart .fieldset .actions .action.primary.tocart,
.catalog-product-view .box-tocart .fieldset .actions .amshopby-button.tocart,
.catalog-product-view .box-tocart .fieldset .actions .am-filter-go.tocart {
  width: 100%;
  display: block;
  border-radius: 24px;
  background: #1c5696;
  margin: 0;
  padding: 11px 35px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}
.catalog-product-view .box-tocart .fieldset .actions .action.primary.tocart:hover,
.catalog-product-view .box-tocart .fieldset .actions .amshopby-button.tocart:hover,
.catalog-product-view .box-tocart .fieldset .actions .am-filter-go.tocart:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.catalog-product-view .box-tocart .fieldset .actions .action.primary.tocart span,
.catalog-product-view .box-tocart .fieldset .actions .amshopby-button.tocart span,
.catalog-product-view .box-tocart .fieldset .actions .am-filter-go.tocart span {
  color: #ffffff;
}
.catalog-product-view .box-tocart .fieldset .actions .action.primary.tocart:before,
.catalog-product-view .box-tocart .fieldset .actions .amshopby-button.tocart:before,
.catalog-product-view .box-tocart .fieldset .actions .am-filter-go.tocart:before {
  content: '\f217';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 10px;
}
.catalog-product-view .box-tocart .fieldset .actions .amquote-addto-button {
  width: 100%;
  display: block;
  border-radius: 24px;
  background: #e6ab37;
  margin: 0;
  padding: 10px 45px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #e6ab37;
}
.catalog-product-view .box-tocart .fieldset .actions .amquote-addto-button:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.catalog-product-view .box-tocart .fieldset .actions .amquote-addto-button span {
  color: #ffffff;
}
.catalog-product-view .box-tocart .fieldset .actions .amquote-addto-button:before {
  content: '\f07c';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 10px;
}
.catalog-product-view .box-tocart .input-text.qty {
  width: 51px;
  height: 48px;
  border: 1px solid #f4f4f4;
}
.catalog-product-view .product-social-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 15px 0;
}
.catalog-product-view .product-social-links .product-addto-links {
  margin: 0;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .product-social-links a {
  padding: 0 8px !important;
  vertical-align: middle !important;
  margin: 0 10px 0 0 !important;
  font-size: 13px !important;
  color: #3b3b3b !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
  text-decoration: none !important;
}
.catalog-product-view .product-social-links a.action.towishlist:before,
.catalog-product-view .product-social-links a.action.tocompare:before,
.catalog-product-view .product-social-links a.action.mailto.friend:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #3b3b3b;
}
.catalog-product-view .product-social-links a.action.towishlist:before {
  content: '\f004';
  font-weight: 400;
}
.catalog-product-view .product-social-links a.action.tocompare:before {
  content: '\f24e';
}
.catalog-product-view .product-social-links a.action.mailto.friend {
  padding: 10px 8px !important;
  margin-left: 0;
  display: none;
}
.catalog-product-view .product-social-links a.action.mailto.friend:before {
  content: '\f064';
}
.catalog-product-view .product-social-links .action {
  position: relative;
}
.catalog-product-view .product-social-links .action span {
  width: 85px;
  background-color: #ffffff;
  color: #222222;
  font-size: 13px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -35px;
  left: 50%;
  margin-left: -42px;
  opacity: 0;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease;
  font-weight: 500;
}
.catalog-product-view .product-social-links .action span:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -12px;
  border-bottom: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.catalog-product-view .product-social-links .action span:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 49%;
  margin-left: -12px;
  border-bottom: 11px solid #ebebeb;
  border-top: 11px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}
.catalog-product-view .product-social-links .action:focus:before,
.catalog-product-view .product-social-links .action:active:before {
  font-weight: 700;
}
.catalog-product-view .product-social-links .action:hover span {
  opacity: 0.95;
  visibility: initial;
}
.catalog-product-view .product-social-links .action.tocompare {
  padding: 5px 0 5px 0;
}
.catalog-product-view .product-social-links .action.towishlist {
  padding: 5px 0;
}
.catalog-product-view .block-holder.related,
.catalog-product-view .block-holder.upsell {
  clear: both;
  background: #F7FAFC;
  padding: 30px 0;
  margin: 30px auto;
  width: 100%;
}
.catalog-product-view .product.info.detailed {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .catalog-product-view .product.info.detailed {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product.info.detailed {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .product.info.detailed {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .catalog-product-view .product.info.detailed {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .catalog-product-view .product.info.detailed {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product.info.detailed {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .catalog-product-view .product.info.detailed {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .catalog-product-view .product.info.detailed {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .catalog-product-view .product.info.detailed {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .product.info.detailed {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .catalog-product-view .product.info.detailed {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product.info.detailed {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .catalog-product-view .product.info.detailed {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .catalog-product-view .product.info.detailed {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .catalog-product-view .product.info.detailed {
    max-width: 1626px;
  }
}
.catalog-product-view .product.info.detailed .additional-attributes {
  width: 100%;
}
.catalog-product-view .product.info.detailed .additional-attributes > tbody > tr > th {
  font-weight: 400;
}
.catalog-product-view .product.info.detailed .additional-attributes > tbody > tr > th,
.catalog-product-view .product.info.detailed .additional-attributes > tbody > tr > td {
  padding: 8px 0;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title .data.switch {
  font-weight: 800;
  color: #3b3b3b;
  text-transform: uppercase;
}
.catalog-product-view .product.info.detailed .product.data.items table tbody tr {
  width: 48%;
  margin-right: 2%;
  border-top: 1px solid #dbdbdb;
}
.catalog-product-view .product.info.detailed .product.data.items table tbody tr:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.catalog-product-view .product.info.detailed .product.data.items table tbody tr .attribute-title {
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
}
.catalog-product-view .product.info.detailed .product.data.items table tbody tr .attribute-label {
  font-weight: 600;
}
.catalog-product-view .product.info.detailed .product.data.items table tbody tr .attribute-data {
  color: #666666;
}
.catalog-product-view .product.info.detailed .product.data.items table tbody tr th {
  font-weight: 700;
  text-transform: uppercase;
}
.catalog-product-view .product.info.detailed .product.data.items table tbody tr th,
.catalog-product-view .product.info.detailed .product.data.items table tbody tr td {
  letter-spacing: -0.26px;
  color: #141414;
  font-size: 13px;
  width: 50%;
  float: left;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content {
  color: #00222c;
  font-size: 16px;
}
.catalog-product-view .product.info.detailed .product.data.items .widget.am-attachments.am-attachments-tab .am-fileline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0 15px 15px 45px;
}
.catalog-product-view .product.info.detailed .product.data.items .widget.am-attachments.am-attachments-tab .am-fileline:before {
  content: '';
  width: 35px;
  height: 40px;
  background-image: url('../images/pdf.svg');
  background-repeat: no-repeat;
  background-size: 35px;
  float: left;
  margin-right: 5px;
  position: absolute;
  left: 0;
}
.catalog-product-view .product.info.detailed .product.data.items .widget.am-attachments.am-attachments-tab .am-fileicon {
  display: none;
}
.catalog-product-view .product.info.detailed .product.data.items .widget.am-attachments.am-attachments-tab .am-filelink {
  font-size: 13px;
  color: #3b3b3b;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.26px;
}
.catalog-product-view .product.info.detailed .product.data.items .widget.am-attachments.am-attachments-tab .am-filesize {
  color: #1c5696;
  font-size: 0;
  margin-top: -10px;
  letter-spacing: -0.26px;
}
.catalog-product-view .product.info.detailed .product.data.items .widget.am-attachments.am-attachments-tab .am-dwlink {
  font-size: 13px;
  color: #1c5696;
  float: left;
  margin-right: 5px;
  letter-spacing: -0.26px;
  font-weight: 600;
}
.catalog-product-view .modal-question-product {
  clear: both;
}
.catalog-product-view .modal-question-product .button.text {
  border-radius: 24px;
  padding: 14px 15px;
  background: #f8f8f8;
  font-size: 15px;
}
.catalog-product-view .modal-question-product .button.text i {
  color: #19823f;
  font-size: 15px;
}
.catalog-product-view .modal-question-product .button.text span {
  font-size: 15px;
}
.catalog-product-view .modal-question-product .button.text > span {
  letter-spacing: -0.26px;
  font-size: 15px;
  color: #141414;
  font-weight: 600;
}
.catalog-product-view .modal-question-product .button.text + .init-ic {
  display: none;
}
.catalog-product-view .modal-question-product button.action,
.catalog-product-view .modal-question-product .cart.table-wrapper .actions-toolbar > .action.action,
.catalog-product-view .modal-question-product .action-gift.action {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #1c5696;
  letter-spacing: -0.26px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}
.catalog-product-view .iconshare-all {
  clear: both;
  margin: 15px 0;
}
.catalog-product-view .iconssocial_share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.catalog-product-view .iconssocial_share .title {
  margin-right: 10px;
  color: #141414;
  font-size: 13px;
  letter-spacing: -0.26px;
  font-weight: 600;
}
.catalog-product-view .iconssocial_share ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.catalog-product-view .iconssocial_share ul li {
  margin-bottom: 0;
  display: inline-block;
}
.catalog-product-view .iconssocial_share ul li:last-child i {
  margin-right: 0;
}
.catalog-product-view .iconssocial_share ul li i {
  color: #141414;
  padding: 0 5px;
  font-size: 21px;
  text-align: center;
  margin-right: 5px;
}
.catalog-product-view .iconssocial_share ul li i.fab.fa-pinterest {
  color: #cd2029;
}
.catalog-product-view .iconssocial_share ul li i.fab.fa-facebook-square {
  color: #3b5998;
}
.catalog-product-view .iconssocial_share ul li i.fab.fa-twitter {
  color: #429cd6;
}
.catalog-product-view .iconssocial_share ul li i.fab.fa-linkedin {
  color: #0d77b7;
}
.catalog-product-view .iconssocial_share ul li i.fab.fa-whatsapp {
  color: #24cc63;
}
.catalog-product-view .short-description.overview.product.attribute .title {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #141414;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}
.catalog-product-view .short-description.overview.product.attribute .value {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #141414;
  line-height: 28px;
}
.catalog-product-view .short-description.overview.product.attribute .value p {
  margin-bottom: 0;
}
.catalog-product-view .btn-readmore {
  text-align: left;
}
.catalog-product-view .btn-readmore i {
  border-top: 1px solid #969696;
}
.catalog-product-view .btn-readmore i span {
  font-weight: 700;
}
.catalog-product-view .fotorama__arr {
  background-color: transparent;
}
.catalog-product-view .fotorama__arr.fotorama__arr--disabled {
  opacity: 0 !important;
}
.catalog-product-view .fotorama__arr .fotorama__arr__arr {
  background-image: none;
}
.catalog-product-view .fotorama__arr .fotorama__arr__arr:after,
.catalog-product-view .fotorama__arr .fotorama__arr__arr:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #1c5696;
}
.catalog-product-view .fotorama__arr--prev .fotorama__arr__arr:after {
  content: '\f053';
}
.catalog-product-view .fotorama__arr--next .fotorama__arr__arr:before {
  content: '\f054';
}
.modal-popup.question-product .modal-inner-wrap {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .modal-popup.question-product .modal-inner-wrap {
    width: 50% !important;
  }
}
.modal-popup.question-product .content .title {
  text-align: center;
  letter-spacing: -0.26px;
  font-size: 13px;
  color: #141414;
  font-weight: 600;
  margin: 15px auto 30px auto;
}
.modal-popup.question-product .content .product-name {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 30px 30px 30px;
  letter-spacing: -0.3px;
  color: #141414;
  text-transform: uppercase;
}
.modal-popup.question-product .modal-popup-logo {
  width: 160px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.modal-popup.question-product form .actions-toolbar {
  margin-left: 0;
  margin-top: 25px;
  text-align: center;
}
.modal-popup.question-product form .actions-toolbar .primary {
  float: none;
}
.modal-popup.question-product form .actions-toolbar .action.submit.primary {
  padding: 15px 33px;
  background: #1c5696;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #1c5696;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.26px;
}
.modal-popup.question-product form .fieldset {
  margin: 0 0 10px;
}
.modal-popup.question-product form .fieldset > .field {
  margin: 0 0 11px;
}
.modal-popup.question-product form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.modal-popup.question-product form .field.i_agree {
  font-size: 13px;
  color: #141414;
}
.modal-popup.question-product form .field.i_agree a {
  color: #141414;
  text-decoration: underline;
}
.modal-popup.question-product form input[type="text"],
.modal-popup.question-product form input[type="password"],
.modal-popup.question-product form input[type="url"],
.modal-popup.question-product form input[type="tel"],
.modal-popup.question-product form input[type="search"],
.modal-popup.question-product form input[type="number"],
.modal-popup.question-product form input[type="datetime"],
.modal-popup.question-product form input[type="email"],
.modal-popup.question-product form select {
  border: 1px solid #dbdbdb;
  height: 48px;
  border-radius: 24px;
  text-align: center;
}
.modal-popup.question-product form textarea {
  border: 1px solid #dbdbdb;
  color: #7a7a7a;
  font-size: 13px;
  letter-spacing: -0.26px;
  font-weight: 600;
  border-radius: 24px;
  height: 135px;
}
.modal-popup.question-product form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7a7a7a;
  font-size: 13px;
  letter-spacing: -0.26px;
  font-weight: 600;
}
.modal-popup.question-product form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a7a7a;
  font-size: 13px;
  letter-spacing: -0.26px;
  font-weight: 600;
}
.modal-popup.question-product form :-ms-input-placeholder {
  /* IE 10+ */
  color: #7a7a7a;
  font-size: 13px;
  letter-spacing: -0.26px;
  font-weight: 600;
}
.modal-popup.question-product form :-moz-placeholder {
  /* Firefox 18- */
  color: #7a7a7a;
  font-size: 13px;
  letter-spacing: -0.26px;
  font-weight: 600;
}
.modal-popup.question-product form input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  width: 12px;
  height: 12px;
}
.modal-popup.question-product form input[type="checkbox"]:before {
  content: '\f0c8';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4c4d50;
  visibility: visible;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.modal-popup.question-product form input[type="checkbox"]:hover:before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1c5696;
}
.modal-popup.question-product form input[type="checkbox"]:checked:before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1c5696;
}
.modal-popup.question-product .modal-footer {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .modal-popup.question-product .modal-header {
    padding-top: 10px !important;
  }
  .modal-popup.question-product .modal-popup-logo {
    height: initial !important;
    width: 101px !important;
  }
  .modal-popup.question-product .modal-content {
    padding: 0 20px 10px 20px;
  }
}
.checkout-index-index {
  background: #f4f4f4;
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.checkout-index-index .field .control._with-tooltip input {
  width: 100%;
  margin-right: 0;
}
.checkout-index-index .field-tooltip .field-tooltip-action {
  display: none;
}
.checkout-index-index .page-header {
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.checkout-index-index .page-header .header.content {
  justify-content: initial;
}
.checkout-index-index .page-header .header.content .logo {
  max-width: 15%;
}
.checkout-index-index .cart-empty {
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #7b7b7b;
}
.checkout-index-index ::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  border: 1px solid #531d6b63;
  border-radius: 10px;
}
.checkout-index-index ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: #1c5696;
}
.checkout-index-index ::-webkit-scrollbar-thumb:hover {
  background: #5fa200;
}
.checkout-index-index input[type="radio"] {
  margin: 2px 5px 0 0;
  position: relative;
  width: 16px;
  height: 16px;
}
.checkout-index-index input[type="radio"]:before {
  content: "";
  visibility: visible;
  position: absolute;
  border: 2px solid #1e1e1e;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.checkout-index-index input[type="radio"]:checked:before {
  content: "";
  background: #1e1e1e;
  border: 2px solid #1e1e1e;
}
.checkout-index-index input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  width: 16px;
  height: 16px;
}
.checkout-index-index input[type="checkbox"]:before {
  content: "";
  visibility: visible;
  position: absolute;
  border: 2px solid #1e1e1e;
  border-radius: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.checkout-index-index input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  background: #1e1e1e;
  color: #ffffff;
  border: 2px solid #1e1e1e;
  font-weight: 600;
  font-size: 11px;
  padding-left: 1px;
}
.checkout-index-index input[type="email"],
.checkout-index-index input[type="password"],
.checkout-index-index input[type="text"] {
  height: 48px;
  background-color: #ffffff;
  border-color: #f0f0f0;
  border-radius: 5px;
}
.checkout-index-index select {
  height: 48px;
  background-color: #ffffff;
  border-color: #f0f0f0;
  color: #1e1e1e;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}
.checkout-index-index textarea {
  height: 70px;
  border-radius: 5px;
  background-color: #ffffff;
  border-color: #f0f0f0;
  padding-right: 15px;
}
.checkout-index-index .opc-progress-bar {
  text-align: center;
  margin: 10px 0;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item {
  width: 194px;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item span {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 400;
  color: #999999;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item span:after {
  color: #aaaaaa;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 700;
  color: #1e1e1e;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #1c5696;
  height: 2px;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:after {
  color: #1e1e1e;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:before {
  background: #1c5696;
  margin-left: -24px;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Free", sans-serif;
  margin-left: -22px;
  font-size: 18px;
  color: #c4c4c4;
  background: #ffffff;
  text-align: center;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item:before {
  height: 2px;
  background-color: #cccccc;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item > span {
  padding-bottom: 35px;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item > span:after {
  margin-left: -22px;
  font-size: 18px;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item > span:before {
  margin-left: -24px;
  background-color: #cccccc;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete:before {
  height: 2px;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span {
  text-align: left;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Free", sans-serif;
  margin-left: -22px;
  font-size: 18px;
  color: #c4c4c4;
  background: #ffffff;
  left: 19px;
  right: initial;
  text-align: center;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span:before {
  left: 20px;
  right: initial;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete + .opc-progress-bar-item._active > span {
  text-align: right;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete + .opc-progress-bar-item._active > span:after {
  right: 0;
  left: initial;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete + .opc-progress-bar-item._active > span:before {
  left: initial;
  right: 0;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address #checkout-step-shipping {
  background: #ffffff;
  padding: 25px 15px 15px 15px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .step-title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  color: #111111;
  border-color: #dcdcdc;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address > .step-title {
  background: #ffffff;
  padding: 15px 15px 0 15px !important;
  margin-bottom: -3px !important;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  position: relative;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address > .step-title:after {
  content: '';
  width: 97%;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .step-content .form-login .fieldset .fieldset-heading {
  display: none;
}
.checkout-index-index .opc-wrapper .form.form-login {
  background: #ffffff;
  padding: 15px 0;
  border-radius: 5px;
  margin-top: 0;
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .form.form-login .text-translate {
  color: #111111;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .login-type-container {
  margin-top: 20px;
  margin-left: 10px;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .login-type-container .admin__field {
  width: 50%;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .login-type-container .admin__field label {
  font-size: 16px;
  color: #111111;
  padding: 14px 15px 14px 50px;
  background: #f4f4f4;
  margin-left: -37px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .login-type-container .admin__field input[type="radio"]:checked + label {
  background: rgba(0, 68, 96, 0.05);
  border: 1px solid #1c5696;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .social-btn-wrapper {
  width: 100%;
  max-width: 100%;
  flex: 0 0 40%;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .social-btn-wrapper .field .block {
  padding-top: 20px;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .fieldset-heading {
  font-size: 14px;
  line-height: 17px;
  color: #1e1e1e;
  margin-top: 0;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .login-inputs-container .field .label {
  display: block;
  margin: 15px 0 5px 0;
  color: #1e1e1e;
  line-height: 16px;
  font-size: 14px;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content {
  justify-content: normal;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar {
  margin-left: 0;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar.facebook-login,
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar.google-login {
  margin-top: 0;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar.facebook-login .btn-social,
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar.google-login .btn-social {
  padding: 12px 0;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .login-input-fields {
  width: 100%;
  max-width: unset;
  flex: 0 0 60%;
  padding-right: 30px;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .full-width {
  flex: 0 0 100%;
  padding-right: 0;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .full-width .input-text {
  width: calc(100% - 115px) !important;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .full-width .field-tooltip {
  background: #f4f4f4;
  text-align: center;
  padding: 13px 35px;
  margin-left: 30px;
  border-radius: 5px;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .full-width .field-tooltip i:before {
  content: '\f05a';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 700;
  color: #1e1e1e;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset > .actions-toolbar {
  margin: 0;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset > .actions-toolbar .secondary {
  order: 0 !important;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset > .actions-toolbar .secondary .action.remind {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset > .actions-toolbar .primary .action.login.primary {
  height: 48px;
  padding: 0 27px;
  margin-right: 0;
  border-radius: 5px;
  background-color: #1c5696;
  border-color: #1c5696;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset > .actions-toolbar .primary .action.login.primary span {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset > .actions-toolbar .secondary .action.remind span {
  font-size: 14px;
  color: #141414;
  font-style: italic;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  background: #ffffff;
  padding: 15px 0;
  border-radius: 5px;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address [name='shippingAddress.entity_type'] .label {
  display: none;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address [name='shippingAddress.entity_type'] .control .admin__field-control {
  margin-left: 7px;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address [name='shippingAddress.entity_type'] .control .admin__field-control .admin__field {
  width: 50%;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address [name='shippingAddress.entity_type'] .control .admin__field {
  border: none;
  padding-left: 0;
  font-size: 16px;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address [name='shippingAddress.entity_type'] .control .admin__field.admin__field-option:not(:last-child) {
  display: none;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address [name='shippingAddress.entity_type'] .control .admin__field label {
  font-size: 13px;
  color: #111111;
  padding: 14px 15px 14px 50px;
  background: #f4f4f4;
  margin-left: -37px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address [name='shippingAddress.entity_type'] .control .admin__field input[type="radio"]:checked + label {
  background: rgba(0, 68, 96, 0.05);
  border: 1px solid #1e1e1e;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field .control fieldset.admin__field > legend.admin__field-label span {
  font-size: 14px;
  text-align: center;
  color: #cc0000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset.address .field .control fieldset.admin__field > legend.admin__field-label span:before {
  content: "\f12a";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  margin-right: 10px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method .step-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method .step-content .form #checkout-shipping-method-load {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method .step-content .form #checkout-shipping-method-load .table-checkout-shipping-method {
  min-width: 100%;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method .step-content .form #checkout-shipping-method-load .table-checkout-shipping-method .col {
  padding-bottom: 13px;
  padding-top: 13px;
  border: none;
  font-size: 16px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method .step-content .form #checkout-shipping-method-load .table-checkout-shipping-method .col.col-price .price {
  font-weight: 700;
  color: #111111;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method .step-content .form #checkout-shipping-method-load .table-checkout-shipping-method tbody .row {
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  margin-bottom: 5px;
  display: block;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method .step-content .form .actions-toolbar .primary .button {
  padding: 10px 30px;
  border-radius: 24px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method .step-content .form .actions-toolbar .primary .button span {
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method .actions-toolbar {
  margin-top: 80px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method {
  margin-top: -20px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  border-bottom: none;
  margin-top: 40px;
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .billing-address-form {
  max-width: none;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .field.choice {
  margin-bottom: 5px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .field.choice label span {
  font-weight: 700;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .billing-address-details {
  color: #1e1e1e;
  font-size: 13px;
  line-height: 19px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .billing-address-details a {
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .control .admin__field {
  border: none;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .control .admin__field .admin__field-control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .control .admin__field .admin__field-control .admin__field {
  border: none;
  padding-left: 0;
  font-size: 16px;
  width: 50%;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .control .admin__field .admin__field-control .admin__field.admin__field-option:not(:last-child) {
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .control .admin__field .admin__field-control .admin__field label {
  font-size: 16px;
  color: #111111;
  padding: 14px 15px 14px 50px;
  background: #f4f4f4;
  margin-left: -37px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .control .admin__field .admin__field-control .admin__field input[type="radio"]:checked + label {
  background: rgba(0, 68, 96, 0.05);
  border: 1px solid #1c5696;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .control .admin__field .admin__field-control .admin__field:first-child {
  margin-right: 40px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .payment-option {
  background: #fff;
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .payment-option .payment-option-content {
  padding: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .payment-option .payment-option-content .form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .payment-option .payment-option-content .form .payment-option-inner {
  width: 100%;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .payment-option .payment-option-content .form .payment-option-inner .input-text {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .payment-option .payment-option-content .form .actions-toolbar {
  margin: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .payment-option .payment-option-content .form .actions-toolbar .primary .action {
  padding: 15px 21px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ffffff;
  border-color: #1c5696;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .payment-option .payment-option-content .form .actions-toolbar .primary .action span {
  font-weight: 700;
  color: #1c5696;
  font-size: 14px;
  text-transform: uppercase;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .payment-option .field.choice {
  border-top: none;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .payment-option .field.choice .action span {
  font-size: 14px;
  color: #1c5696;
  line-height: 18px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .payment-option .field.choice .action:after {
  display: none;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .actions-toolbar .primary .action.action-update {
  padding: 15px 42px;
  border-radius: 5px;
  background-color: #ffffff;
  border-color: #1c5696;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .actions-toolbar .primary .action.action-update span {
  font-weight: 700;
  text-transform: uppercase;
  color: #1c5696;
  font-size: 14px;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .actions-toolbar .primary .action-cancel {
  padding: 15px 42px;
  margin: 0;
}
.checkout-index-index .opc-wrapper .checkout-payment-method .checkout-billing-address .actions-toolbar .primary .action-cancel span {
  font-weight: 700;
  text-transform: uppercase;
  color: #1c5696;
  font-size: 14px;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .step-title {
  font-size: 14px;
  line-height: 19px;
  color: #111111;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address {
  border-bottom: none;
  margin: 0;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .billing-address-form {
  max-width: none;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .field.choice {
  margin-bottom: 5px;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .field.choice label span {
  font-weight: 700;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .billing-address-details {
  color: #1e1e1e;
  font-size: 13px;
  line-height: 19px;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .billing-address-details a {
  display: none;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .control .admin__field {
  border: none;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .control .admin__field .admin__field-control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .control .admin__field .admin__field-control .admin__field {
  border: none;
  padding-left: 0;
  font-size: 16px;
  width: 50%;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .control .admin__field .admin__field-control .admin__field.admin__field-option:not(:last-child) {
  display: none;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .control .admin__field .admin__field-control .admin__field label {
  font-size: 16px;
  color: #111111;
  padding: 14px 15px 14px 50px;
  background: #f4f4f4;
  margin-left: -37px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .control .admin__field .admin__field-control .admin__field input[type="radio"]:checked + label {
  background: rgba(0, 68, 96, 0.05);
  border: 1px solid #1c5696;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .checkout-billing-address .control .admin__field .admin__field-control .admin__field:first-child {
  margin-right: 40px;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .payment-option .payment-option-content {
  padding: 0;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .payment-option .payment-option-content .form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .payment-option .payment-option-content .form .payment-option-inner {
  width: 100%;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .payment-option .payment-option-content .form .payment-option-inner .input-text {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .payment-option .payment-option-content .form .actions-toolbar {
  margin: 0;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .payment-option .payment-option-content .form .actions-toolbar .primary .action {
  padding: 15px 21px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ffffff;
  border-color: #1c5696;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .payment-option .payment-option-content .form .actions-toolbar .primary .action span {
  font-weight: 700;
  color: #1c5696;
  font-size: 14px;
  text-transform: uppercase;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .payment-option .field.choice {
  border-top: none;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .payment-option .field.choice .action span {
  font-size: 14px;
  color: #1c5696;
  line-height: 18px;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .payment-option .field.choice .action:after {
  display: none;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .actions-toolbar .primary .action.action-update {
  padding: 15px 42px;
  border-radius: 5px;
  background-color: #ffffff;
  border-color: #1c5696;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .actions-toolbar .primary .action.action-update span {
  font-weight: 700;
  text-transform: uppercase;
  color: #1c5696;
  font-size: 14px;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .actions-toolbar .primary .action-cancel {
  padding: 15px 42px;
  margin: 0;
}
.checkout-index-index .opc-wrapper .form.payments .payment-custom-wrapper .actions-toolbar .primary .action-cancel span {
  font-weight: 700;
  text-transform: uppercase;
  color: #1c5696;
  font-size: 14px;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment {
  margin-top: 40px;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment#checkout-payment-method-load {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  margin-top: -20px;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .step-title {
  font-size: 14px;
  line-height: 18px;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method {
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  background: #ffffff;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method:last-child {
  border-bottom: 0;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method .payment-method-title {
  border-top: none;
  padding: 10px 0;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method .payment-method-content .actions-toolbar {
  text-align: center;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method .payment-method-content .actions-toolbar .primary {
  float: none;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method .payment-method-content > p {
  font-weight: 700;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content {
  padding: 0;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content > p {
  font-weight: 700;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .checkout-agreements-block .checkout-agreements {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .checkout-agreements-block .checkout-agreements .checkout-agreement {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .checkout-agreements-block .checkout-agreements .checkout-agreement .action-show {
  color: #1e1e1e;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .checkout-agreements-block .checkout-agreements .checkout-agreement .label:after {
  display: none;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .actions-toolbar {
  padding-top: 10px;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .actions-toolbar .primary .action {
  border-radius: 24px;
  padding: 10px 30px;
}
.checkout-index-index .opc-wrapper .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .actions-toolbar .primary .action span {
  font-weight: 700;
  line-height: 19px;
  font-size: 15px;
  text-transform: uppercase;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  font-size: 13px;
  padding: 15px;
  line-height: 24px;
  font-weight: 500;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #1c5696;
  font-size: 13px;
  padding: 15px;
  line-height: 24px;
  font-weight: 600;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #1c5696;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item .action.edit-address-link {
  border: 1px solid #1c5696;
  padding: 5px;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item .action.action-select-shipping-item {
  background-color: #aaaaaa;
  color: #1e1e1e;
  border-color: #aaaaaa;
  font-weight: 500;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item .action.action-select-shipping-item:hover {
  border-color: #aaaaaa;
  background-color: #aaaaaa;
}
.checkout-index-index .opc-wrapper .shipping-address-item.not-selected-item .action.action-select-shipping-item {
  background-color: #1c5696;
  color: #ffffff;
  border-color: #1c5696;
  font-weight: 500;
}
.checkout-index-index .opc-wrapper .shipping-address-item.not-selected-item .action.action-select-shipping-item:hover {
  border-color: #1c5696;
  background-color: #1c5696;
}
.checkout-index-index .opc-wrapper .action-show-popup {
  background: #1c5696;
  border-color: #1c5696;
}
.checkout-index-index .opc-wrapper .action-show-popup span {
  color: #ffffff;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar {
  margin-left: 0;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar .btn {
  text-align: left;
  margin: 0;
  background: #ffffff;
  border-top: 0;
  border-bottom: 0;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar .btn span {
  float: left;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar .btn.btn-facebook {
  color: #3b5998;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar .btn.btn-facebook span {
  background: #f8f8f8;
  color: #3b5998;
  border-radius: 0;
  padding: 3px 15px 0 0;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar .btn.btn-google {
  color: #df4b37;
  border-top: none;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar .btn.btn-google span {
  background: #f8f8f8;
  color: #df4b37;
  border-radius: 0;
  border-top: none;
  padding: 3px 15px 0 0;
}
.checkout-index-index .opc-wrapper .form.form-login .fieldset .clear.login-inputs-container .fieldset.social-btn-wrapper .block.account-social-login .block-content .actions-toolbar.google-login {
  margin-top: 0;
}
.checkout-index-index .modal-popup .modal-inner-wrap #opc-new-shipping-address .fieldset.address .control .admin__field {
  border: none;
}
.checkout-index-index .modal-popup .modal-inner-wrap #opc-new-shipping-address .fieldset.address .control .admin__field .admin__field-control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .modal-popup .modal-inner-wrap #opc-new-shipping-address .fieldset.address .control .admin__field .admin__field-control .admin__field:first-child {
  margin-right: 10px;
}
.checkout-index-index .modal-popup .modal-inner-wrap #opc-new-shipping-address .form .fieldset.address .field.choice:before {
  display: none;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address {
  background: #1c5696;
  border-color: #1c5696;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-save-address span {
  color: #ffffff;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-hide-popup {
  background: #ffffff;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer .action-hide-popup span {
  color: #ebebeb;
}
.checkout-index-index .fieldset > .field {
  margin: 0 0 10px !important;
}
.checkout-index-index .section-copyright {
  background: #ffffff;
}
.opc-sidebar .modal-content .opc-block-summary {
  background: #ffffff;
  padding: 30px 15px;
  border-radius: 5px;
}
.opc-sidebar .modal-content .opc-block-summary > .title {
  color: #111111;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
}
.opc-sidebar .modal-content .opc-block-summary .table-totals .totals {
  color: #1e1e1e;
  font-size: 16px;
}
.opc-sidebar .modal-content .opc-block-summary .table-totals .totals .amount {
  font-weight: 700;
}
.opc-sidebar .modal-content .opc-block-summary .table-totals .totals.grand .mark,
.opc-sidebar .modal-content .opc-block-summary .table-totals .totals.shipping .mark,
.opc-sidebar .modal-content .opc-block-summary .table-totals .totals.sub .mark,
.opc-sidebar .modal-content .opc-block-summary .table-totals .totals.grand .amount,
.opc-sidebar .modal-content .opc-block-summary .table-totals .totals.shipping .amount,
.opc-sidebar .modal-content .opc-block-summary .table-totals .totals.sub .amount {
  padding: 2px 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart > .actions-toolbar {
  display: none;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .title {
  border-color: #dddddd;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .title strong {
  font-size: 13px;
  line-height: 24px;
  color: #111111;
  font-weight: 600;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .title:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart.active .title:after {
  content: '\f106';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .content .minicart-items .product-item {
  border: 0px solid transparent !important;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .content .minicart-items .product-item span.product-image-container {
  width: auto !important;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal {
  text-align: left;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal .price-including-tax .cart-price .price,
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal .price-excluding-tax .cart-price .price {
  font-weight: 700;
  font-size: 13px;
  color: #111111;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-name {
  font-weight: 800;
  font-size: 13px;
  color: #111111;
  text-transform: uppercase;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty .label {
  font-size: 12px;
}
.opc-sidebar .modal-content .opc-block-summary .items-in-cart .content .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty .value {
  font-weight: 700;
  font-size: 12px;
}
.opc-sidebar .modal-content .opc-block-shipping-information {
  padding: 0;
}
.opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-to,
.opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-via {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 15px;
}
.opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title,
.opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title {
  border-color: #ebebeb;
  margin-bottom: 0;
}
.opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title span,
.opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title span {
  color: #111111;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title .action.action-edit:before,
.opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title .action.action-edit:before {
  content: '\f044';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  color: #888888;
  font-size: 16px;
}
.opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content,
.opc-sidebar .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content {
  color: #1e1e1e;
  font-size: 13px;
  line-height: 24px;
  padding-top: 10px;
  font-weight: 600;
}
.field._required .label {
  font-weight: 500;
}
.field > .label {
  font-weight: 500;
}
[name='shippingAddress.street.0'] .label:after {
  display: none;
}
[name='shippingAddress.street.1'],
[name='shippingAddress.street.2'],
[name='billingAddressshared.street.1'],
[name='billingAddressshared.street.2'] {
  display: none;
}
[name='shippingAddress.vat_id'],
[name='shippingAddress.trade_reg_nr'],
[name='shippingAddress.bank'],
[name='shippingAddress.bank_account'],
[name='billingAddresscheckmo.bank_account'] {
  margin-top: 15px;
}
.checkout-onepage-success .page-main {
  max-width: 100% !important;
}
.checkout-onepage-success .page-main .column.main {
  padding-bottom: 0;
  margin-bottom: -5px;
}
.checkout-onepage-success .page-main .page-title-wrapper {
  display: none;
}
.checkout-onepage-success .page-main .main-success-page .checkout-success {
  padding-top: 120px;
  text-align: center;
}
.checkout-onepage-success .page-main .main-success-page .checkout-success p {
  color: #00222c;
  font-size: 16px;
  letter-spacing: -0.45px;
  margin-bottom: 0;
}
.checkout-onepage-success .page-main .main-success-page .checkout-success .success-icon i {
  font-size: 52px;
  color: #00cc00;
  padding-bottom: 30px;
}
.checkout-onepage-success .page-main .main-success-page .checkout-success .success-icon p {
  color: #1c5696;
  font-size: 16px;
  letter-spacing: -0.45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}
.checkout-onepage-success .page-main .main-success-page .checkout-success .actions-toolbar {
  margin-top: 30px;
}
.checkout-onepage-success .page-main .main-success-page .checkout-success .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .page-main .main-success-page .checkout-success .actions-toolbar .primary .continue {
  background: #1c5696;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 45px;
  border-color: #1c5696;
}
.checkout-onepage-success .page-main .main-success-page .checkout-success .redirect {
  margin-top: 15px;
  margin-bottom: 100px;
}
.checkout-onepage-success .page-main .main-success-page .checkout-success .redirect p {
  color: #cccccc;
  font-size: 13px;
  letter-spacing: -0.36px;
}
.amasty_quote-quote-success .page-title-wrapper {
  display: none;
}
.amasty_quote-quote-success .checkout-success .quote-content .quote-all {
  text-align: center;
}
.amasty_quote-quote-success .checkout-success .quote-content .quote-all i {
  font-size: 52px;
  margin-bottom: 30px;
  color: #19823f;
}
.amasty_quote-quote-success .checkout-success .quote-interest-message {
  font-size: 21px;
  color: #19823f;
  letter-spacing: -0.42px;
  margin-bottom: 10px;
}
.amasty_quote-quote-success .checkout-success p {
  letter-spacing: -0.26px;
  font-size: 13px;
  color: #141414;
  line-height: 18px;
  font-weight: 600;
}
.amasty_quote-quote-success .checkout-success .actions-toolbar > .primary {
  float: none;
}
.amasty_quote-quote-success .checkout-success .actions-toolbar > .primary .action.primary.continue,
.amasty_quote-quote-success .checkout-success .actions-toolbar > .primary .amshopby-button.continue,
.amasty_quote-quote-success .checkout-success .actions-toolbar > .primary .am-filter-go.continue {
  padding: 14px 60px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 24px;
  font-size: 13px;
}
.amasty_quote-quote-success .checkout-success .redirect p {
  color: #7a7a7a;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px 0;
  font-weight: 600;
}
.checkout-cart-index .page-title-wrapper,
.amasty_quote-cart-index .page-title-wrapper {
  text-align: center;
}
.checkout-cart-index .page-title-wrapper .page-title,
.amasty_quote-cart-index .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.checkout-cart-index .page-title-wrapper .page-title .base,
.amasty_quote-cart-index .page-title-wrapper .page-title .base {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.9px;
  color: #1c5696;
}
.checkout-cart-index .cart-container,
.amasty_quote-cart-index .cart-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
.checkout-cart-index .cart-container .cart.table-wrapper thead .col,
.amasty_quote-cart-index .cart-container .cart.table-wrapper thead .col {
  text-align: right;
}
.checkout-cart-index .cart-container .cart.table-wrapper thead .col span,
.amasty_quote-cart-index .cart-container .cart.table-wrapper thead .col span {
  font-size: 11px;
  color: #7a7a7a;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .cart.table-wrapper thead .col.item,
.amasty_quote-cart-index .cart-container .cart.table-wrapper thead .col.item {
  padding-left: 0;
  text-align: left;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .product-item-details > div,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .product-item-details > div {
  margin-top: 50px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .product-item-details .add-note-quote,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .product-item-details .add-note-quote {
  color: #1c5696;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.26px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .product-item-details .product-item-name,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .product-item-details .product-item-name {
  margin-top: 0;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .product-item-details .product-item-name a,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .product-item-details .product-item-name a {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #141414;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.price .price-excluding-tax .price,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.price .price-excluding-tax .price,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.subtotal .price-excluding-tax .price,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.subtotal .price-excluding-tax .price {
  font-size: 13px;
  color: #141414;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.price,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #141414;
  font-weight: 700;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .amquotereq-input,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .amquotereq-input {
  border: 0;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #141414;
  font-weight: 700;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty input[type="number"]:not(.amquotereq-input),
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty input[type="number"]:not(.amquotereq-input) {
  height: 48px;
  width: 48px;
  border-color: #dddddd;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  color: #141414;
  letter-spacing: -0.42px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.qty,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.qty .dec.updateQtyTrigger,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.qty .dec.updateQtyTrigger {
  order: 0;
  font-size: 50px;
  margin-right: 5px;
  line-height: 0;
  margin-top: -13px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.qty .input-text,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.qty .input-text {
  order: 1;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.qty .inc.updateQtyTrigger,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.qty .inc.updateQtyTrigger {
  order: 2;
  font-size: 21px;
  margin-left: 5px;
  font-weight: 600;
  margin-top: -6px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.qty .updateQtyTrigger,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .control.qty .updateQtyTrigger {
  color: #3b3b3b;
  font-weight: 300;
  cursor: pointer;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action {
  border: none;
  background: none;
  margin-right: 0;
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action:first-child,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action:first-child {
  padding: 0 36px 0 0px;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-edit:before,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-edit:before,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-delete:before,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-delete:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 700;
  color: #aaaaaa;
  font-size: 13px;
  vertical-align: middle;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-edit span,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-edit span,
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-delete span,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-delete span {
  display: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action.towishlist,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action.towishlist {
  display: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-edit:before,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-edit:before {
  content: '\f044';
}
.checkout-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-delete:before,
.amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .actions-toolbar .action-delete:before {
  content: '\f00d';
}
.checkout-cart-index .cart-container .cart.main.actions .action,
.amasty_quote-cart-index .cart-container .cart.main.actions .action {
  background: none;
  border: none;
}
.checkout-cart-index .cart-container .cart.main.actions .action span,
.amasty_quote-cart-index .cart-container .cart.main.actions .action span {
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #141414;
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart.main.actions .action:before,
.amasty_quote-cart-index .cart-container .cart.main.actions .action:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 700;
  color: #141414;
  font-size: 13px;
  padding-right: 10px;
}
.checkout-cart-index .cart-container .cart.main.actions .action.continue:before,
.amasty_quote-cart-index .cart-container .cart.main.actions .action.continue:before {
  content: '\f100';
}
.checkout-cart-index .cart-container .cart.main.actions .action.clear,
.amasty_quote-cart-index .cart-container .cart.main.actions .action.clear,
.checkout-cart-index .cart-container .cart.main.actions .action.clear-quote,
.amasty_quote-cart-index .cart-container .cart.main.actions .action.clear-quote {
  float: left;
}
.checkout-cart-index .cart-container .cart.main.actions .action.clear:before,
.amasty_quote-cart-index .cart-container .cart.main.actions .action.clear:before,
.checkout-cart-index .cart-container .cart.main.actions .action.clear-quote:before,
.amasty_quote-cart-index .cart-container .cart.main.actions .action.clear-quote:before {
  content: '\f1f8';
}
.checkout-cart-index .cart-container .cart.main.actions .action.update,
.amasty_quote-cart-index .cart-container .cart.main.actions .action.update {
  display: none;
}
.checkout-cart-index .cart-container .cart.main.actions .action.update:before,
.amasty_quote-cart-index .cart-container .cart.main.actions .action.update:before {
  content: '\f01e';
}
.checkout-cart-index .cart-container .cart-summary,
.amasty_quote-cart-index .cart-container .cart-summary {
  border: 0;
  border-radius: 0;
  background: #f8f8f8;
  margin-bottom: 10px;
  padding: 60px 15px;
}
.checkout-cart-index .cart-container .cart-summary .summary.title,
.amasty_quote-cart-index .cart-container .cart-summary .summary.title,
.checkout-cart-index .cart-container .cart-summary #cart-totals,
.amasty_quote-cart-index .cart-container .cart-summary #cart-totals {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping,
.amasty_quote-cart-index .cart-container .cart-summary #block-shipping {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary > .title,
.amasty_quote-cart-index .cart-container .cart-summary > .title {
  text-transform: uppercase;
  font-size: 13px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 10px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals {
  margin: 0 -15px;
  border-color: #f0f0f0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand.totals .amount,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .grand.totals .amount,
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand.totals .mark,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .grand.totals .mark {
  padding-top: 20px !important;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand.totals .mark strong,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .grand.totals .mark strong {
  font-weight: 700;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper {
  padding: 0 15px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table > tbody > tr > th,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table > tbody > tr > th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table > tbody > tr > td,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table > tbody > tr > td {
  padding: 5px 0;
  font-size: 13px;
  color: #333333;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .item + .item,
.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .item + .item {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary,
.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary,
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .amshopby-button,
.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .amshopby-button,
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .am-filter-go,
.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items .am-filter-go {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.42px;
  background: #1c5696;
  border-color: #1c5696;
  border-radius: 24px;
  width: auto;
  padding: 12px 70px;
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart-summary .quote-details .text-ic-quote,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .text-ic-quote {
  font-size: 14px;
  text-align: center;
  color: #cc0000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.checkout-cart-index .cart-container .cart-summary .quote-details .title,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .title {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
  border: 0;
  margin-bottom: 40px;
  padding: 0;
  color: #3b3b3b;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .cart-summary .quote-details .form-login,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .form-login {
  border-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .quote-details .field-tooltip,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .field-tooltip {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .quote-details .fieldset:last-child,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset:last-child {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .quote-details .fieldset > .field:not(.choice) > .label,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset > .field:not(.choice) > .label {
  text-align: left;
  width: 100%;
  font-size: 13px;
  letter-spacing: -0.26px;
  color: #141414;
}
.checkout-cart-index .cart-container .cart-summary .quote-details .fieldset > .field:not(.choice) > .control,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details .fieldset > .field:not(.choice) > .control {
  width: 100%;
  margin-top: 5px;
}
.checkout-cart-index .cart-container .cart-summary .quote-details input[type="text"],
.amasty_quote-cart-index .cart-container .cart-summary .quote-details input[type="text"],
.checkout-cart-index .cart-container .cart-summary .quote-details input[type="password"],
.amasty_quote-cart-index .cart-container .cart-summary .quote-details input[type="password"],
.checkout-cart-index .cart-container .cart-summary .quote-details input[type="url"],
.amasty_quote-cart-index .cart-container .cart-summary .quote-details input[type="url"],
.checkout-cart-index .cart-container .cart-summary .quote-details input[type="tel"],
.amasty_quote-cart-index .cart-container .cart-summary .quote-details input[type="tel"],
.checkout-cart-index .cart-container .cart-summary .quote-details input[type="search"],
.amasty_quote-cart-index .cart-container .cart-summary .quote-details input[type="search"],
.checkout-cart-index .cart-container .cart-summary .quote-details input[type="number"],
.amasty_quote-cart-index .cart-container .cart-summary .quote-details input[type="number"],
.checkout-cart-index .cart-container .cart-summary .quote-details input[type="datetime"],
.amasty_quote-cart-index .cart-container .cart-summary .quote-details input[type="datetime"],
.checkout-cart-index .cart-container .cart-summary .quote-details input[type="email"],
.amasty_quote-cart-index .cart-container .cart-summary .quote-details input[type="email"] {
  border: 1px solid #ececec;
  height: 48px;
  border-radius: 5px;
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary .quote-details textarea,
.amasty_quote-cart-index .cart-container .cart-summary .quote-details textarea {
  border: 1px solid #ececec;
  border-radius: 5px;
}
.checkout-cart-index .cart-container .cart-discount,
.amasty_quote-cart-index .cart-container .cart-discount {
  border-radius: 5px;
}
.checkout-cart-index .cart-container .cart-discount .block.discount,
.amasty_quote-cart-index .cart-container .cart-discount .block.discount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.checkout-cart-index .cart-container .cart-discount .block.discount #block-discount-heading,
.amasty_quote-cart-index .cart-container .cart-discount .block.discount #block-discount-heading {
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}
.checkout-cart-index .cart-container .cart-discount .fieldset:last-child,
.amasty_quote-cart-index .cart-container .cart-discount .fieldset:last-child {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart-discount .fieldset > .field,
.amasty_quote-cart-index .cart-container .cart-discount .fieldset > .field {
  float: left;
  margin: 0;
}
.checkout-cart-index .cart-container .cart-discount .fieldset > .field:not(.choice) > .control,
.amasty_quote-cart-index .cart-container .cart-discount .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.checkout-cart-index .cart-container .cart-discount .fieldset > .field:not(.choice) > .control input[type="text"],
.amasty_quote-cart-index .cart-container .cart-discount .fieldset > .field:not(.choice) > .control input[type="text"] {
  height: 48px;
  border-color: #f0f0f0;
  border-radius: 5px 0 0 5px;
}
.checkout-cart-index .cart-container .cart-discount .fieldset > .field:not(.choice) > .label,
.amasty_quote-cart-index .cart-container .cart-discount .fieldset > .field:not(.choice) > .label {
  display: none;
}
.checkout-cart-index .cart-container .cart-discount .fieldset .actions-toolbar,
.amasty_quote-cart-index .cart-container .cart-discount .fieldset .actions-toolbar {
  float: left;
  margin: 0;
}
.checkout-cart-index .cart-container .cart-discount .fieldset .actions-toolbar .primary.action,
.amasty_quote-cart-index .cart-container .cart-discount .fieldset .actions-toolbar .primary.action {
  margin: 0;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #1c5696;
  background: #ffffff;
  border-color: #1c5696;
  font-size: 13px;
  letter-spacing: -0.42px;
  border-radius: 0 5px 5px 0;
}
.amasty_quote-cart-index .cart-container .table-wrapper .cart.data.items thead tr .col.price,
.amasty_quote-cart-index .cart-container .table-wrapper .cart.data.items thead tr .col.subtotal {
  display: none;
}
.amasty_quote-cart-index .cart-container .table-wrapper .cart.data.items .item-info .col.price.qty,
.amasty_quote-cart-index .cart-container .table-wrapper .cart.data.items .item-info .col.subtotal {
  display: none;
}
.contact-index-index .page-main {
  max-width: 100%;
}
.contact-index-index .page-main .column.main {
  padding-bottom: 0;
}
.contact-index-index .page-title-wrapper .page-title {
  text-align: center;
}
.contact-index-index .custom-contact .address-ic {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .contact-index-index .custom-contact .address-ic {
    max-width: 1626px;
  }
}
.contact-index-index .custom-contact .address-ic .content-ic .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-index-index .custom-contact .address-ic .content-ic .items span {
  display: block;
  color: #141414;
  line-height: 18px;
}
.contact-index-index .custom-contact .address-ic .content-ic .items a {
  color: #141414;
}
.contact-index-index .custom-contact .address-ic .content-ic .items strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.contact-index-index .custom-contact .address-ic .content-ic .items.phone-email a {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.contact-index-index .custom-contact .address-ic .content-ic .address {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  position: relative;
  width: 100%;
}
.contact-index-index .custom-contact .address-ic .content-ic .address li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto 30px auto;
}
.contact-index-index .custom-contact .address-ic .content-ic .address li.title {
  color: #3b3b3b;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact-index-index .custom-contact .address-ic .content-ic .address li img {
  margin-right: 20px;
}
.contact-index-index .custom-contact .address-ic .content-ic .map {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
  position: relative;
  width: 100%;
}
.contact-index-index .custom-contact .company-info {
  background: #ffffff;
  padding: 30px 0;
}
.contact-index-index .custom-contact .company-info .company-info-content {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 640px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .contact-index-index .custom-contact .company-info .company-info-content {
    max-width: 1626px;
  }
}
.contact-index-index .custom-contact .company-info .company-info-content > .title {
  text-align: center;
  display: block !important;
  font-weight: 700;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}
.contact-index-index .custom-contact .company-info .company-info-content > .title .base {
  color: #3b3b3b;
}
.contact-index-index .custom-contact .company-info .company-info-content > .title p {
  font-size: 13px;
  color: #141414;
  text-align: center;
  margin: 10px auto 20px auto;
  font-weight: 600;
  letter-spacing: -0.26px;
}
.contact-index-index .custom-contact .company-info ul li {
  margin-bottom: 20px;
}
.contact-index-index .custom-contact .company-info ul li .title {
  font-size: 11px;
  line-height: 15px;
  color: #7a7a7a;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-index-index .custom-contact .company-info ul li strong {
  font-size: 15px;
  line-height: 20px;
  color: #141414;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 21%;
}
.contact-index-index .column:not(.sidebar-additional) {
  margin-bottom: 0;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 21%;
  margin-bottom: 0;
}
.contact-index-index .form-bg {
  background: #f4f4f4;
  padding: 60px 0;
}
.contact-index-index .form.contact {
  margin-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .contact-index-index .form.contact {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .contact-index-index .form.contact {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .contact-index-index .form.contact {
    max-width: 1024px;
  }
}
@media (min-width: 1626px) {
  .contact-index-index .form.contact {
    max-width: 1626px;
  }
}
@media (min-width: 640px) {
  .contact-index-index .form.contact {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .contact-index-index .form.contact {
    max-width: 768px;
  }
}
@media (min-width: 720px) {
  .contact-index-index .form.contact {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .contact-index-index .form.contact {
    max-width: 800px;
  }
}
@media (min-width: 854px) {
  .contact-index-index .form.contact {
    max-width: 854px;
  }
}
@media (min-width: 1024px) {
  .contact-index-index .form.contact {
    max-width: 1024px;
  }
}
@media (min-width: 1152px) {
  .contact-index-index .form.contact {
    max-width: 1152px;
  }
}
@media (min-width: 1200px) {
  .contact-index-index .form.contact {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .contact-index-index .form.contact {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .contact-index-index .form.contact {
    max-width: 1440px;
  }
}
@media (min-width: 1626px) {
  .contact-index-index .form.contact {
    max-width: 1626px;
  }
}
.contact-index-index .form.contact .fieldset {
  margin: 0 0 20px;
}
.contact-index-index .form.contact .fieldset .field-recaptcha .g-recaptcha > div {
  margin: 0 auto;
}
.contact-index-index .form.contact .fieldset .legend {
  text-align: center;
  display: block !important;
  font-weight: 700;
  width: 100%;
  margin-left: 0;
}
.contact-index-index .form.contact .fieldset .legend span {
  color: #00222c;
  letter-spacing: -0.3px;
}
.contact-index-index .form.contact .fieldset > .field {
  margin: 0 0 10px;
}
.contact-index-index .form.contact .fieldset > .field.no-label {
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.contact-index-index .form.contact .fieldset > .field:not(.choice) > .label {
  text-align: left;
  color: #7a7a7a;
  font-size: 11px;
  font-weight: 600;
  margin: 0 auto;
  float: none;
  display: block;
  text-transform: uppercase;
}
.contact-index-index .form.contact .fieldset > .field:not(.choice) > .control {
  margin: 0 auto;
  float: none;
}
.contact-index-index .form.contact .fieldset > .field.no-label:before {
  display: none;
}
.contact-index-index .form.contact input[type="text"],
.contact-index-index .form.contact input[type="password"],
.contact-index-index .form.contact input[type="url"],
.contact-index-index .form.contact input[type="tel"],
.contact-index-index .form.contact input[type="search"],
.contact-index-index .form.contact input[type="number"],
.contact-index-index .form.contact input[type="datetime"],
.contact-index-index .form.contact input[type="email"],
.contact-index-index .form.contact select {
  height: 48px;
  border: 1px solid #ececec;
  background: #ffffff;
  border-radius: 5px;
  color: #969696;
  font-size: 15px;
  letter-spacing: -0.3px;
}
.contact-index-index .form.contact select {
  color: #141414;
}
.contact-index-index .form.contact textarea {
  border: 1px solid #ececec;
  border-radius: 5px;
  color: #969696;
  font-size: 15px;
  letter-spacing: -0.3px;
}
.contact-index-index .form.contact .field.i_agree {
  text-align: left;
  margin: 0 auto;
}
.contact-index-index .form.contact .field.i_agree a {
  color: #1c5696;
}
.contact-index-index .form.contact .actions-toolbar {
  margin: 30px auto 0 auto  !important;
}
.contact-index-index .form.contact .actions-toolbar .primary {
  width: 100%;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.primary {
  padding: 14px 58px;
  white-space: nowrap;
  border-radius: 24px;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-index-index .form.contact .actions-toolbar .action.submit.primary:hover {
  background: #1c5696;
  border: 1px solid #ffffff;
  color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.contact-index-index .form.contact input[type="checkbox"] {
  margin: 2px 15px 0 0;
  position: relative;
  width: 28px;
  height: 28px;
  float: left;
}
.contact-index-index .form.contact input[type="checkbox"]:before {
  content: "";
  visibility: visible;
  position: absolute;
  border: 2px solid #ebebeb;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  border-radius: 2px;
}
.contact-index-index .form.contact input[type="checkbox"]:hover:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #1c5696;
}
.contact-index-index .form.contact input[type="checkbox"]:checked:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #1c5696;
}
.customer-account-login .password-strength-meter,
.customer-account-forgotpassword .password-strength-meter,
.customer-account-create .password-strength-meter {
  background: transparent;
  font-size: 13px;
  letter-spacing: -0.26px;
  font-style: italic;
  color: #7a7a7a;
}
.customer-account-login .column.main,
.customer-account-forgotpassword .column.main,
.customer-account-create .column.main {
  padding-top: 30px;
}
.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  display: none;
}
.customer-account-login .social-btn .btn-social.btn-google,
.customer-account-forgotpassword .social-btn .btn-social.btn-google,
.customer-account-create .social-btn .btn-social.btn-google {
  color: #db4437 !important;
  border: 1px solid #db4437;
}
.customer-account-login .social-btn .btn-social.btn-google:hover,
.customer-account-forgotpassword .social-btn .btn-social.btn-google:hover,
.customer-account-create .social-btn .btn-social.btn-google:hover {
  color: #ffffff !important;
  background-color: #db4437;
  border: 1px solid #db4437;
}
.customer-account-login .social-btn .btn-social.btn-facebook,
.customer-account-forgotpassword .social-btn .btn-social.btn-facebook,
.customer-account-create .social-btn .btn-social.btn-facebook {
  color: #004aaa !important;
  border: 1px solid #004aaa;
}
.customer-account-login .social-btn .btn-social.btn-facebook:hover,
.customer-account-forgotpassword .social-btn .btn-social.btn-facebook:hover,
.customer-account-create .social-btn .btn-social.btn-facebook:hover {
  color: #ffffff !important;
  background-color: #004aaa;
  border: 1px solid #004aaa;
}
.customer-account-login .page-main .login-container,
.customer-account-forgotpassword .page-main .login-container,
.customer-account-create .page-main .login-container {
  margin-bottom: 55px;
}
.customer-account-login .page-main .login-container .block-new-customer .block-title,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-title,
.customer-account-create .page-main .login-container .block-new-customer .block-title {
  border: none;
  display: none;
}
.customer-account-login .page-main .login-container .block-new-customer .block-content p,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content p,
.customer-account-create .page-main .login-container .block-new-customer .block-content p {
  display: none;
}
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary {
  float: none;
}
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary,
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button,
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go {
  padding: 0;
  background-color: transparent;
  color: #141414;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary:hover,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary:hover,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary:hover,
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary:active,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary:active,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary:active,
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary:focus,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary:focus,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .action.primary:focus,
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button:hover,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button:hover,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button:hover,
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button:active,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button:active,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button:active,
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button:focus,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button:focus,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .amshopby-button:focus,
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go:hover,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go:hover,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go:hover,
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go:active,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go:active,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go:active,
.customer-account-login .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go:focus,
.customer-account-forgotpassword .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go:focus,
.customer-account-create .page-main .login-container .block-new-customer .block-content .actions-toolbar .primary .am-filter-go:focus {
  border: none;
  box-shadow: none;
}
.customer-account-login .page-main .login-container .actions-toolbar,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar,
.customer-account-create .page-main .login-container .actions-toolbar,
.customer-account-login .page-main .form.create.account .actions-toolbar,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar,
.customer-account-create .page-main .form.create.account .actions-toolbar {
  margin-left: 0 !important;
  margin-top: 10px;
  padding: 0 15px;
}
.customer-account-login .page-main .login-container .actions-toolbar .primary,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary,
.customer-account-create .page-main .login-container .actions-toolbar .primary,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary {
  width: 100%;
  float: none;
  margin: 0 auto;
}
.customer-account-login .page-main .login-container .actions-toolbar .primary .action.primary,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .action.primary,
.customer-account-create .page-main .login-container .actions-toolbar .primary .action.primary,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .action.primary,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .action.primary,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .action.primary,
.customer-account-login .page-main .login-container .actions-toolbar .primary .amshopby-button,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .amshopby-button,
.customer-account-create .page-main .login-container .actions-toolbar .primary .amshopby-button,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .amshopby-button,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .amshopby-button,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .amshopby-button,
.customer-account-login .page-main .login-container .actions-toolbar .primary .am-filter-go,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .am-filter-go,
.customer-account-create .page-main .login-container .actions-toolbar .primary .am-filter-go,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .am-filter-go,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .am-filter-go,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .am-filter-go {
  padding: 15px 0;
  border: 1px solid #1c5696;
  border-radius: 24px;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.customer-account-login .page-main .login-container .actions-toolbar .primary .action.primary:hover,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .action.primary:hover,
.customer-account-create .page-main .login-container .actions-toolbar .primary .action.primary:hover,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .action.primary:hover,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .action.primary:hover,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .action.primary:hover,
.customer-account-login .page-main .login-container .actions-toolbar .primary .action.primary:focus,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .action.primary:focus,
.customer-account-create .page-main .login-container .actions-toolbar .primary .action.primary:focus,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .action.primary:focus,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .action.primary:focus,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .action.primary:focus,
.customer-account-login .page-main .login-container .actions-toolbar .primary .action.primary:active,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .action.primary:active,
.customer-account-create .page-main .login-container .actions-toolbar .primary .action.primary:active,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .action.primary:active,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .action.primary:active,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .action.primary:active,
.customer-account-login .page-main .login-container .actions-toolbar .primary .amshopby-button:hover,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .amshopby-button:hover,
.customer-account-create .page-main .login-container .actions-toolbar .primary .amshopby-button:hover,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .amshopby-button:hover,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .amshopby-button:hover,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .amshopby-button:hover,
.customer-account-login .page-main .login-container .actions-toolbar .primary .amshopby-button:focus,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .amshopby-button:focus,
.customer-account-create .page-main .login-container .actions-toolbar .primary .amshopby-button:focus,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .amshopby-button:focus,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .amshopby-button:focus,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .amshopby-button:focus,
.customer-account-login .page-main .login-container .actions-toolbar .primary .amshopby-button:active,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .amshopby-button:active,
.customer-account-create .page-main .login-container .actions-toolbar .primary .amshopby-button:active,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .amshopby-button:active,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .amshopby-button:active,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .amshopby-button:active,
.customer-account-login .page-main .login-container .actions-toolbar .primary .am-filter-go:hover,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .am-filter-go:hover,
.customer-account-create .page-main .login-container .actions-toolbar .primary .am-filter-go:hover,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .am-filter-go:hover,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .am-filter-go:hover,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .am-filter-go:hover,
.customer-account-login .page-main .login-container .actions-toolbar .primary .am-filter-go:focus,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .am-filter-go:focus,
.customer-account-create .page-main .login-container .actions-toolbar .primary .am-filter-go:focus,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .am-filter-go:focus,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .am-filter-go:focus,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .am-filter-go:focus,
.customer-account-login .page-main .login-container .actions-toolbar .primary .am-filter-go:active,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .primary .am-filter-go:active,
.customer-account-create .page-main .login-container .actions-toolbar .primary .am-filter-go:active,
.customer-account-login .page-main .form.create.account .actions-toolbar .primary .am-filter-go:active,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .primary .am-filter-go:active,
.customer-account-create .page-main .form.create.account .actions-toolbar .primary .am-filter-go:active {
  background: #1c5696;
  border: 1px solid #ffffff;
  color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.customer-account-login .page-main .login-container .actions-toolbar .secondary,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .secondary,
.customer-account-create .page-main .login-container .actions-toolbar .secondary,
.customer-account-login .page-main .form.create.account .actions-toolbar .secondary,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .secondary,
.customer-account-create .page-main .form.create.account .actions-toolbar .secondary {
  float: none !important;
}
.customer-account-login .page-main .login-container .actions-toolbar .secondary .action.remind,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .secondary .action.remind,
.customer-account-create .page-main .login-container .actions-toolbar .secondary .action.remind,
.customer-account-login .page-main .form.create.account .actions-toolbar .secondary .action.remind,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .secondary .action.remind,
.customer-account-create .page-main .form.create.account .actions-toolbar .secondary .action.remind {
  color: #1c5696;
  text-decoration: none;
  padding-top: 10px;
  font-size: 13px;
  letter-spacing: -0.26px;
  margin-bottom: 20px;
  font-weight: 600;
}
.customer-account-login .page-main .login-container .actions-toolbar .secondary .action.remind:hover,
.customer-account-forgotpassword .page-main .login-container .actions-toolbar .secondary .action.remind:hover,
.customer-account-create .page-main .login-container .actions-toolbar .secondary .action.remind:hover,
.customer-account-login .page-main .form.create.account .actions-toolbar .secondary .action.remind:hover,
.customer-account-forgotpassword .page-main .form.create.account .actions-toolbar .secondary .action.remind:hover,
.customer-account-create .page-main .form.create.account .actions-toolbar .secondary .action.remind:hover {
  color: #00222c;
  text-decoration: none;
}
.customer-account-login .page-main .form-create-account .fieldset.create.info .legend,
.customer-account-forgotpassword .page-main .form-create-account .fieldset.create.info .legend,
.customer-account-create .page-main .form-create-account .fieldset.create.info .legend,
.customer-account-login .page-main .form-create-account .fieldset.create.account .legend,
.customer-account-forgotpassword .page-main .form-create-account .fieldset.create.account .legend,
.customer-account-create .page-main .form-create-account .fieldset.create.account .legend {
  margin: 0 0 10px 0;
  float: none;
  font-weight: 800;
  color: #1c5696;
  font-size: 48px;
  text-transform: uppercase;
}
.customer-account-login .page-main .form-create-account .fieldset.create.info .legend-text,
.customer-account-forgotpassword .page-main .form-create-account .fieldset.create.info .legend-text,
.customer-account-create .page-main .form-create-account .fieldset.create.info .legend-text,
.customer-account-login .page-main .form-create-account .fieldset.create.account .legend-text,
.customer-account-forgotpassword .page-main .form-create-account .fieldset.create.account .legend-text,
.customer-account-create .page-main .form-create-account .fieldset.create.account .legend-text {
  font-size: 13px;
  letter-spacing: -0.36px;
  color: #00222c;
}
.customer-account-login .page-main .form-create-account .fieldset.create.info .field.choice.newsletter,
.customer-account-forgotpassword .page-main .form-create-account .fieldset.create.info .field.choice.newsletter,
.customer-account-create .page-main .form-create-account .fieldset.create.info .field.choice.newsletter,
.customer-account-login .page-main .form-create-account .fieldset.create.account .field.choice.newsletter,
.customer-account-forgotpassword .page-main .form-create-account .fieldset.create.account .field.choice.newsletter,
.customer-account-create .page-main .form-create-account .fieldset.create.account .field.choice.newsletter {
  display: none;
}
.customer-account-login .page-main .form-create-account .fieldset.create.info .field.choice.newsletter:before,
.customer-account-forgotpassword .page-main .form-create-account .fieldset.create.info .field.choice.newsletter:before,
.customer-account-create .page-main .form-create-account .fieldset.create.info .field.choice.newsletter:before,
.customer-account-login .page-main .form-create-account .fieldset.create.account .field.choice.newsletter:before,
.customer-account-forgotpassword .page-main .form-create-account .fieldset.create.account .field.choice.newsletter:before,
.customer-account-create .page-main .form-create-account .fieldset.create.account .field.choice.newsletter:before {
  display: none;
}
.customer-account-login .page-main .form-create-account .fieldset.create.info,
.customer-account-forgotpassword .page-main .form-create-account .fieldset.create.info,
.customer-account-create .page-main .form-create-account .fieldset.create.info {
  margin-bottom: 0;
}
.customer-account-login .page-main .form-create-account .fieldset.create.account .legend,
.customer-account-forgotpassword .page-main .form-create-account .fieldset.create.account .legend,
.customer-account-create .page-main .form-create-account .fieldset.create.account .legend {
  margin: 0;
}
.customer-account-login .page-main .form-create-account .actions-toolbar .secondary .action.back,
.customer-account-forgotpassword .page-main .form-create-account .actions-toolbar .secondary .action.back,
.customer-account-create .page-main .form-create-account .actions-toolbar .secondary .action.back {
  color: #1c5696;
  text-decoration: none;
  padding-top: 15px;
}
.customer-account-login .page-main .form-create-account .actions-toolbar .secondary .action.back:hover,
.customer-account-forgotpassword .page-main .form-create-account .actions-toolbar .secondary .action.back:hover,
.customer-account-create .page-main .form-create-account .actions-toolbar .secondary .action.back:hover {
  color: #1c5696;
  text-decoration: none;
}
.customer-account-login .page-main .form-create-account .actions-toolbar .secondary .action.back .no-color,
.customer-account-forgotpassword .page-main .form-create-account .actions-toolbar .secondary .action.back .no-color,
.customer-account-create .page-main .form-create-account .actions-toolbar .secondary .action.back .no-color {
  color: #555555;
}
.customer-account-login .page-main .form.password.forget .actions-toolbar,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar,
.customer-account-create .page-main .form.password.forget .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
  margin-left: 0;
}
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary {
  margin-bottom: 15px;
}
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary button,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary button,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary button,
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary .action-gift,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary .action-gift,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary .action-gift {
  padding: 15px 0;
  width: 100%;
  border: 1px solid #1c5696;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary button:hover,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary button:hover,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary button:hover,
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary button:focus,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary button:focus,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary button:focus,
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary button:active,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary button:active,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary button:active,
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:active,
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary .action-gift:hover,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary .action-gift:hover,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary .action-gift:hover,
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary .action-gift:focus,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary .action-gift:focus,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary .action-gift:focus,
.customer-account-login .page-main .form.password.forget .actions-toolbar .primary .action-gift:active,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .primary .action-gift:active,
.customer-account-create .page-main .form.password.forget .actions-toolbar .primary .action-gift:active {
  background: #1c5696;
  border: 1px solid #1c5696;
}
.customer-account-login .page-main .form.password.forget .actions-toolbar .secondary .action.back,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .secondary .action.back,
.customer-account-create .page-main .form.password.forget .actions-toolbar .secondary .action.back {
  color: #aaaaaa;
  text-decoration: none;
  padding-bottom: 25px;
}
.customer-account-login .page-main .form.password.forget .actions-toolbar .secondary .action.back:hover,
.customer-account-forgotpassword .page-main .form.password.forget .actions-toolbar .secondary .action.back:hover,
.customer-account-create .page-main .form.password.forget .actions-toolbar .secondary .action.back:hover {
  color: #aaaaaa;
  text-decoration: none;
}
.customer-account-login .page-main .block.block-customer-login,
.customer-account-forgotpassword .page-main .block.block-customer-login,
.customer-account-create .page-main .block.block-customer-login,
.customer-account-login .page-main .block-new-customer.block,
.customer-account-forgotpassword .page-main .block-new-customer.block,
.customer-account-create .page-main .block-new-customer.block {
  text-align: center;
}
.customer-account-login .page-main .block.block-customer-login .block-content .actions-toolbar .primary .action.create.primary,
.customer-account-forgotpassword .page-main .block.block-customer-login .block-content .actions-toolbar .primary .action.create.primary,
.customer-account-create .page-main .block.block-customer-login .block-content .actions-toolbar .primary .action.create.primary,
.customer-account-login .page-main .block-new-customer.block .block-content .actions-toolbar .primary .action.create.primary,
.customer-account-forgotpassword .page-main .block-new-customer.block .block-content .actions-toolbar .primary .action.create.primary,
.customer-account-create .page-main .block-new-customer.block .block-content .actions-toolbar .primary .action.create.primary {
  border: none;
  background: #19823f;
  padding: 15px 0;
  border-radius: 24px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}
.customer-account-login .page-main input[type="email"],
.customer-account-forgotpassword .page-main input[type="email"],
.customer-account-create .page-main input[type="email"],
.customer-account-login .page-main input[type="password"],
.customer-account-forgotpassword .page-main input[type="password"],
.customer-account-create .page-main input[type="password"],
.customer-account-login .page-main input[type="text"],
.customer-account-forgotpassword .page-main input[type="text"],
.customer-account-create .page-main input[type="text"] {
  height: 48px;
  border-radius: 24px;
  border-color: #d5d5d5;
  text-align: center;
  font-style: italic;
  font-size: 15px;
  letter-spacing: -0.3px;
}
.customer-account-login .page-main input[type="checkbox"],
.customer-account-forgotpassword .page-main input[type="checkbox"],
.customer-account-create .page-main input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  width: 13px;
  height: 13px;
}
.customer-account-login .page-main input[type="checkbox"]:before,
.customer-account-forgotpassword .page-main input[type="checkbox"]:before,
.customer-account-create .page-main input[type="checkbox"]:before {
  content: "";
  visibility: visible;
  position: absolute;
  border: 2px solid #141414;
  border-radius: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f0f0f0;
}
.customer-account-login .page-main input[type="checkbox"]:checked:before,
.customer-account-forgotpassword .page-main input[type="checkbox"]:checked:before,
.customer-account-create .page-main input[type="checkbox"]:checked:before {
  content: "";
  background: #1c5696;
  border: 2px solid #1c5696;
}
.customer-account-login .field-recaptcha .g-recaptcha > div,
.customer-account-forgotpassword .field-recaptcha .g-recaptcha > div,
.customer-account-create .field-recaptcha .g-recaptcha > div {
  margin: 0 auto;
}
.account .page-main > .page-title-wrapper .page-title {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1c5696;
  letter-spacing: -0.3px;
  margin: 30px 0;
}
.account .mobile-pager {
  display: none;
}
.account .sidebar.sidebar-additional {
  display: none;
}
.account .account-nav-content {
  border-radius: 5px;
  background-color: #f4f4f4;
}
.account .account-nav-content .item.current a {
  border-color: #1c5696;
  color: #ffffff !important;
  background-color: #1c5696;
}
.account .account-nav-content .item.current:hover {
  color: #141414;
}
.account .account-nav-content .nav.item {
  padding-left: 10px;
}
.account .account-nav-content .nav.item .delimiter {
  display: none;
}
.account .account-nav-content .nav.item a {
  color: #141414;
  font-weight: 600;
}
.account .account-nav-content .nav.item a:hover {
  color: unset;
  background-color: unset;
}
.account .account-nav-content .nav.item.current {
  color: #ffffff;
  background: #1c5696;
}
.account .account-nav-content .nav.item.current strong {
  border-color: #1c5696;
}
.account .account-nav-content .nav.item.current:before {
  color: #ffffff;
}
.account .account-nav-content .nav.item:hover {
  background-color: #1c5696;
  color: #ffffff;
}
.account .account-nav-content .nav.item:hover:before {
  color: #ffffff;
}
.account .block-dashboard-info .block-title,
.account .block-dashboard-addresses .block-title,
.account .block-reviews-dashboard .block-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #555555;
  padding-bottom: 5px;
}
.account .block-dashboard-info .block-title strong,
.account .block-dashboard-addresses .block-title strong,
.account .block-reviews-dashboard .block-title strong {
  font-size: 18px;
  color: #141414;
}
.account .block-dashboard-info .block-content .box-information .box-content p,
.account .block-dashboard-addresses .block-content .box-information .box-content p,
.account .block-reviews-dashboard .block-content .box-information .box-content p,
.account .block-dashboard-info .block-content .box-newsletter .box-content p,
.account .block-dashboard-addresses .block-content .box-newsletter .box-content p,
.account .block-reviews-dashboard .block-content .box-newsletter .box-content p {
  font-size: 12px;
  color: #141414;
}
.account .block-dashboard-info .block-content address,
.account .block-dashboard-addresses .block-content address,
.account .block-reviews-dashboard .block-content address {
  font-size: 12px;
  color: #141414;
}
.account .form-wishlist-items .product-items .product-item-tooltip {
  display: none;
}
.account .form-wishlist-items .product-items .product-item {
  border: 2px solid #1c5696;
  border-radius: 5px;
  margin-left: 0;
  position: relative;
}
.account .form-wishlist-items .product-items .product-item .product-item-info {
  padding: 10px;
  width: auto;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .product-item-name {
  text-align: center;
  min-height: 50px;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
  text-align: center;
  display: inline-block;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action.edit {
  display: none;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions .btn-remove.action.delete {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 1;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions .btn-remove.action.delete:before {
  content: '\f2ed';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1c5696;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions .btn-remove.action.delete span {
  display: none;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions .box-tocart .fieldset {
  margin-bottom: 0;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary {
  display: block;
  width: auto;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .action.tocart.primary {
  width: 100%;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .field.qty {
  display: none;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .comment-box {
  display: none;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .price-box {
  min-height: 40px;
  text-align: center;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .price-box .price-as-configured .special-price .price {
  color: #1c5696;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .price-box .price-as-configured .old-price .price-wrapper .price {
  color: #aaaaaa;
  font-weight: 700;
}
.account .form-wishlist-items .product-items .product-item .product-item-info .price-box .price-as-configured .price-wrapper .price {
  color: #1c5696;
}
.account .form-wishlist-items .actions-toolbar .primary .action {
  background-color: #ffffff;
  color: #141414;
  border-radius: 5px;
}
.account .form-wishlist-items .actions-toolbar .primary .action:hover {
  background-color: #1c5696;
  color: #ffffff;
  border-color: #1c5696;
}
.account .form-wishlist-items .actions-toolbar .primary .action:active {
  box-shadow: unset;
}
.account .form-address-edit .entity_type.required {
  margin-bottom: 30px;
}
.account .form-address-edit .entity_type.required .control label {
  margin-right: 40px;
}
.account .form-address-edit .fieldset {
  padding: 10px;
}
.account .form-address-edit .actions-toolbar {
  clear: both;
  margin-left: 0;
}
.account .fieldset > .field:not(.choice) > .label {
  text-align: left;
  width: 100%;
}
.account .form-edit-account .fieldset.info .field.choice {
  width: 50%;
  float: left;
}
.account .form-edit-account .fieldset.info .field.choice input[type="checkbox"] {
  display: none;
}
.account .form-edit-account .fieldset.info .field.choice .label {
  background-image: none;
  background: #1c5696;
  border: 1px solid #1c5696;
  color: #ffffff;
  padding: 5px 15px;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}
.account input[type="text"],
.account input[type="password"],
.account input[type="url"],
.account input[type="tel"],
.account input[type="search"],
.account input[type="number"],
.account input[type="datetime"],
.account input[type="email"],
.account select {
  height: 48px;
  border-radius: 5px;
  border-color: #ebebeb;
}
.amsearch-products.-columns > .amasty-xsearch-block-header {
  border-bottom: 1px solid #ebebeb;
  color: #00222c;
  padding-bottom: 5px;
  text-transform: initial;
  font-size: 14px;
  padding-left: 0;
  margin: 0 15px;
}
.sticky-menu-fixed.-amsearch-overlay-opened .page-header {
  z-index: 12;
}
.sticky-menu-fixed.-amsearch-overlay-opened .nav-sections.sections {
  z-index: 16;
}
.sticky-menu-fixed.-amsearch-overlay-opened .amsearch-overlay-block {
  top: 60px;
}
#search_autocomplete {
  border-radius: 0 0 10px 10px;
}
#search_autocomplete #amasty-shopby-product-list {
  width: 100%;
}
.amsearch-results {
  background-color: #ffffff;
}
.amsearch-wrapper-input,
.search-autocomplete {
  width: 100% !important;
}
.amsearch-form-container .product-item-description,
.amsearch-form-container .product-reviews-summary {
  display: none !important;
}
.amsearch-form-container .actions-secondary {
  display: none !important;
}
.amsearch-form-container .tocart {
  background: #ffffff !important;
  border: 1px solid #00222c !important;
  color: #00222c !important;
  font-size: 14px;
  text-transform: uppercase;
}
.amsearch-form-container .amsearch-wrapper-content .product-item-link {
  color: #00222c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 50px;
}
.amsearch-form-container .amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
  max-width: 100%;
}
.amsearch-form-container .amsearch-wrapper-content .amsearch-highlight {
  background-color: #141414;
}
.amsearch-form-container .input-text:focus {
  border: 0;
  box-shadow: unset;
}
.amsearch-form-container .amsearch-wrapper-input .amsearch-close {
  display: none !important;
}
.amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
  border-bottom: 1px solid #ebebeb;
}
.amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item:hover {
  background: transparent !important;
}
.amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-image {
  width: 114px;
}
.amsearch-form-container.-large .amsearch-item-container {
  padding: 15px !important;
}
.amsearch-form-container.-large .amsearch-item-container > .amasty-xsearch-block-header {
  border-bottom: 1px solid #ebebeb;
  color: #00222c;
  padding-bottom: 5px;
  text-transform: initial;
  font-size: 14px;
  padding-left: 0;
  margin: 0;
}
.amsearch-form-container.-large .amsearch-item-container > .amasty-xsearch-block-header:before {
  background-color: #00222c;
  display: none;
}
.amsearch-form-container.-large .amsearch-item-container.popular_searches .amsearch-item {
  padding-top: 3px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 3px;
}
.amsearch-form-container.-large .amsearch-item-container.popular_searches .amsearch-item a {
  font-size: 14px;
  color: #141414;
}
.amsearch-form-container.-large .amsearch-item-container.recent_searches .item-name {
  background-color: transparent;
  color: #1c5696;
}
.amsearch-form-container.-large .amsearch-item-container.recent_searches .item-name:hover {
  background-color: transparent;
  color: #1c5696;
}
.amsearch-wrapper-block .amsearch-form-block.-opened {
  width: 100% !important;
}
.amsearch-wrapper-block .amsearch-result-section {
  box-shadow: 0 4px 6px rgba(61, 62, 66, 0.05), 0 4px 25px rgba(75, 76, 83, 0.15);
  flex-direction: column;
  flex-wrap: initial !important;
}
.amsearch-wrapper-block .amsearch-items-section {
  order: 1;
}
.amsearch-wrapper-block .amsearch-products-section {
  order: 0;
  max-width: 100%;
  width: 100%;
}
.amsearch-wrapper-block .amsearch-products-section .amlabel-position-wrapper {
  display: none !important;
}
.amsearch-wrapper-block .amsearch-items-section:not(:first-child:last-child) {
  max-width: 100%;
  width: 100%;
}
.amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
  height: 42px;
  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  border-radius: 21px;
  font-weight: 400;
  padding: 0 30px;
}
.amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button.-loupe {
  right: 0px;
  background-size: 18px;
}
.amsearch-wrapper-block .amsearch-input-wrapper .amsearch-button.-loupe:before {
  content: '';
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNTAgNTAiIHdpZHRoPSI1MHB4IiBoZWlnaHQ9IjUwcHgiPjxwYXRoIGQ9Ik0gMjEgMyBDIDExLjYwMTU2MyAzIDQgMTAuNjAxNTYzIDQgMjAgQyA0IDI5LjM5ODQzOCAxMS42MDE1NjMgMzcgMjEgMzcgQyAyNC4zNTU0NjkgMzcgMjcuNDYwOTM4IDM2LjAxNTYyNSAzMC4wOTM3NSAzNC4zNDM3NSBMIDQyLjM3NSA0Ni42MjUgTCA0Ni42MjUgNDIuMzc1IEwgMzQuNSAzMC4yODEyNSBDIDM2LjY3OTY4OCAyNy40MjE4NzUgMzggMjMuODc4OTA2IDM4IDIwIEMgMzggMTAuNjAxNTYzIDMwLjM5ODQzOCAzIDIxIDMgWiBNIDIxIDcgQyAyOC4xOTkyMTkgNyAzNCAxMi44MDA3ODEgMzQgMjAgQyAzNCAyNy4xOTkyMTkgMjguMTk5MjE5IDMzIDIxIDMzIEMgMTMuODAwNzgxIDMzIDggMjcuMTk5MjE5IDggMjAgQyA4IDEyLjgwMDc4MSAxMy44MDA3ODEgNyAyMSA3IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amsearch-wrapper-block .amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 0px;
  right: auto !important;
  border-radius: 20px 0 0 20px;
}
.amsearch-wrapper-block .amsearch-input-wrapper.-typed .amsearch-input {
  padding: 0 45px;
}
.amsearch-wrapper-block .amsearch-products-section {
  padding-bottom: 50px;
  border: none !important;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list {
  width: 100% !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item {
  width: 100% !important;
  max-width: 100% !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: unset;
  flex-wrap: unset;
  padding: 10px;
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid #ebebeb;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item .description {
  height: inherit;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item .amsearch-image {
  width: 60px !important;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item .product-item-actions .actions-secondary {
  display: none;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item .product-item-details {
  padding-left: 15px;
  width: 100%;
  min-height: auto;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner {
  flex-wrap: initial;
  align-items: baseline;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box .price {
  font-size: 16px;
  font-weight: 700;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions .tocart {
  padding: 12px 12px;
  font-size: 12px;
  background: #ffffff !important;
  border: 1px solid #1c5696 !important;
  border-radius: unset;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions .tocart:before {
  content: '\f07a';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  color: #1c5696;
  font-size: 18px;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .product-item-actions .tocart span {
  display: none;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link {
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link .amsearch-highlight {
  background-color: transparent;
  font-weight: 700;
  padding: 0;
  color: #1c5696;
}
.amsearch-wrapper-block .amsearch-block-header .amsearch-title {
  border-bottom: 1px solid #111111;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  padding-left: 0;
  display: block;
  width: 100%;
}
.amsearch-wrapper-block .amsearch-block-header .amsearch-link {
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #222;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 41%;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: '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,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    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 15px;
  }
  .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 15px;
  }
  .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;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .am-btn-left {
    margin-top: 10px;
    padding: 0;
    background: none;
    color: #a4a4a4;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .widget-blog-posts ol.post-list li.item {
    width: 33.33%;
  }
  body[class*="references"] .gallery-container {
    width: 100%;
  }
  body[class*="references"] .gallery-container .gallery-column.left .referance-content .title {
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  body[class*="references"] .gallery-container .gallery-column.left .referance-content .title .base {
    font-size: 24px;
    line-height: 48px;
  }
  body[class*="references"] .gallery-container .gallery-column.left .referance-content .title p {
    font-size: 15px;
    line-height: 21px;
  }
  body[class*="references"] .gallery-container .gallery-column.left .banner-topk {
    overflow: hidden;
    margin: 0 -15px;
  }
  body[class*="references"] .gallery-container .gallery-column.left .banner-topk img {
    z-index: -1;
    left: 0;
    margin: 0 auto 0 -32%;
    width: auto;
    height: 40vh;
    max-width: initial;
  }
  body[class*="references"] .gallery-container .gallery-column.right ul {
    margin-top: 30px;
  }
  body[class*="references"] .gallery-container .gallery-column.right ul li {
    min-height: 129px !important;
  }
  body[class*="references"] .gallery-container .gallery-column.right ul li a {
    font-size: 21px;
  }
  .custom-modal .swiper-button-prev:after,
  .custom-modal .swiper-button-next:after {
    color: #1c5696;
    font-size: 49px;
    font-weight: 900;
  }
  .cms-home .page-main {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    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;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .product-item .price-box {
    margin: 5px 0;
  }
  .product-item .price-stock {
    height: 45px;
  }
  .product-item .price-stock .stock.unavailable span,
  .product-item .price-stock .stock.available span {
    margin: 5px 0;
  }
  .product-item .price-stock .stock.unavailable span:after,
  .product-item .price-stock .stock.available span:after {
    float: left;
    margin-right: 5px;
    margin-left: 0;
    font-size: 15px;
  }
  .product-item .price-stock-new {
    height: 20px;
  }
  .product-item .description {
    font-size: 11px;
    letter-spacing: -0.22px;
  }
  .product-item .product-item-info .product-item-details {
    padding: 0 5px;
  }
  .product-item .product-item-info .product-item-name {
    font-size: 13px;
    letter-spacing: -0.26px;
    min-height: 60px;
    max-height: 60px;
    height: 60px;
    line-height: 15px;
  }
  .breadcrumbs {
    position: relative;
  }
  .breadcrumbs .items {
    overflow-y: scroll;
    white-space: nowrap;
    padding: 10px 0;
  }
  .breadcrumbs .items:before {
    width: 10%;
    left: 0;
    background: transparent linear-gradient(270deg, transparent 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  }
  .incognito-widget {
    margin: 30px 0;
  }
  .incognito-widget .product-items .owl-item .product-item {
    padding: 0 5px;
  }
  .incognito-widget .block-title {
    font-size: 18px;
  }
  .incognito-widget .owl-nav {
    display: none;
  }
  .incognito-widget .owl-dots button,
  .incognito-widget .owl-dots .cart.table-wrapper .actions-toolbar > .action,
  .incognito-widget .owl-dots .action-gift {
    margin-top: 10px;
  }
  .incognito-widget .owl-dots button span,
  .incognito-widget .owl-dots .cart.table-wrapper .actions-toolbar > .action span,
  .incognito-widget .owl-dots .action-gift span {
    height: 13px !important;
    width: 13px !important;
    background: #dcdcdc !important;
    margin: 2.5px !important;
  }
  .incognito-widget .owl-dots button.active span,
  .incognito-widget .owl-dots .cart.table-wrapper .actions-toolbar > .action.active span,
  .incognito-widget .owl-dots .action-gift.active span {
    background: #1c5696 !important;
  }
  .wrapper-labels .product-label span {
    font-size: 11px;
  }
  .wrapper-labels .product-label.made_in span {
    color: #ffffff;
  }
  .wrapper-labels .product-label.made_in span img {
    width: 24px;
    height: 16px;
  }
  .product-item .product-item-info .sku {
    height: 18px;
    overflow: hidden;
  }
  .product-item .price-box .price {
    font-size: 13px;
  }
  .price-box .price {
    font-size: 13px;
  }
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] {
    padding-left: 0;
    padding-right: 0;
  }
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid {
    width: 100%;
  }
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-title {
    margin: 0 0 15px 0;
  }
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-title strong {
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content {
    width: 100%;
  }
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content .product-items {
    overflow-x: scroll;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
  div[data-bind="scope: 'widget_recently_viewed.widget_recently_viewed'"] .block-viewed-products-grid .block-content .product-items .product-item {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    text-align: center;
    margin-right: 15px !important;
    padding: 0;
  }
  .page-wrapper > .switcher.language.switcher-language {
    padding: 15px 0;
  }
  .page-products [aria-expanded='false'] + .btn-readmore:before {
    height: 30px;
    top: -44px;
  }
  .page-products .product-item:hover .product-item-actions {
    bottom: -53px;
  }
  .incognito-widget .price-stock-slider .price-box {
    height: 45px;
  }
  #back-to-top {
    left: 10px;
    bottom: 15px;
    opacity: 0.7;
  }
  #back-to-top:hover {
    opacity: 1;
  }
  .section-homepage-slider {
    padding: 0;
  }
  .section-homepage-slider .slider-content .slider-loader {
    font-size: 150px;
  }
  .section-homepage-slider .slider-content .owl-carousel .owl-nav {
    display: none;
  }
  .section-homepage-slider .slider-content .owl-carousel .owl-item {
    width: 100%;
  }
  .section-benefits {
    margin: 30px 0;
  }
  .section-benefits .content-benefits .benefits {
    overflow-x: scroll;
    flex-wrap: initial;
    width: 100%;
  }
  .section-benefits .content-benefits .benefits .info-benefits {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    margin-bottom: 18px;
    padding: 0;
  }
  .section-benefits .content-benefits .benefits .info-benefits img {
    margin-right: 10px;
    width: 41px;
  }
  .section-benefits .content-benefits .benefits .info-benefits span {
    letter-spacing: -0.26px;
    font-size: 13px;
  }
  .section-benefits .content-benefits .benefits::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 24px;
    height: 10px;
  }
  .section-benefits .content-benefits .benefits::-webkit-scrollbar-thumb {
    border-radius: 24px;
    -webkit-box-shadow: inset 0 0 6px #0000001f;
    -moz-box-shadow: inset 0 0 6px #0000001f;
    box-shadow: inset 0 0 6px #0000001f;
    background-color: #ebebeb;
  }
  .section-benefits .content-benefits .benefits::-webkit-scrollbar-thumb:hover {
    background: #1c5696;
  }
  .section-promo-banner.other .content-promo-banner .items a {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
  }
  .section-promo-banner .content-promo-banner .items img {
    margin-bottom: 10px;
  }
  .blog-home .content-blog .owl-stage-outer {
    padding-bottom: 5px;
  }
  .blog-home .content-blog .banner-topk {
    overflow: hidden;
    margin: 0 -15px;
  }
  .blog-home .content-blog .banner-topk img {
    z-index: -1;
    left: 0;
    margin: 0 auto;
    width: auto;
    height: 40vh;
    max-width: initial;
    margin-left: -32%;
  }
  .blog-home .content-blog .items-blog .text-info {
    padding: 10px;
  }
  .blog-home .content-blog .items-blog .text-info .title-blog .base {
    font-size: 13px;
    letter-spacing: -0.26px;
    line-height: 18px;
  }
  .blog-home .content-blog .items-blog .blog-banner {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .blog-home .content-blog .items-blog .title .base {
    font-size: 24px;
    line-height: 48px;
  }
  .blog-home .content-blog .items-blog .title p {
    font-size: 15px;
    line-height: 21px;
  }
  .blog-home .content-blog .items-blog .btn-blog {
    margin-top: 10px;
  }
  .section-category {
    margin: 30px 0;
  }
  .section-category .content-category .items .item-fix {
    text-align: center;
  }
  .section-category .content-category .items .item-fix .block-title:before,
  .section-category .content-category .items .item-fix .title:before {
    left: 0;
    right: 0;
    background-position: center;
    height: 84px;
    margin: 0 auto;
  }
  .section-category .content-category .items .item-fix .block-title strong,
  .section-category .content-category .items .item-fix .title strong,
  .section-category .content-category .items .item-fix .block-title span,
  .section-category .content-category .items .item-fix .title span {
    font-size: 21px;
  }
  .section-category .content-category .items .item-fix .banner {
    display: none;
  }
  .section-category .content-category .items .item-category {
    flex-wrap: initial;
    justify-content: initial;
    overflow-x: scroll;
    align-items: center;
  }
  .section-category .content-category .items .item-category .widget-wrapper {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-right: 5px;
    padding-left: 5px;
    min-height: 1px;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 75%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .section-category .content-category .items .item-category .widget-wrapper .widget-content .widget-row .see-more-link a {
    font-size: 12px;
  }
  .section-category .content-category .items .item-category .widget-wrapper .widget-content .widget-row .block-title strong {
    font-size: 14px;
    font-weight: 700;
  }
  .section-category .content-category .items .item-category .widget-wrapper .widget-content .widget-row .title .base {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
  .showroom-home .content-showroom .items-showroom .title {
    margin-bottom: 30px;
  }
  .showroom-home .content-showroom .items-showroom .title:before {
    height: 84px;
  }
  .showroom-home .content-showroom .items-showroom .title .base {
    font-size: 24px;
    line-height: 48px;
  }
  .showroom-home .content-showroom .items-showroom .btn-showroom {
    margin-top: 10px;
  }
  .gallery-home {
    margin: 30px 0;
  }
  .gallery-home .content-gallery .items .gallery-custom .gallery-item .gallery-img {
    height: 187px;
  }
  .gallery-home .content-gallery .items .gallery-custom .gallery-item .text-info {
    padding: 10px 5px;
  }
  .gallery-home .content-gallery .items .gallery-custom .gallery-item .text-info .title-gallery .base {
    font-size: 13px;
  }
  .gallery-home .content-gallery .items .gallery-custom .gallery-item .text-info .projects-count {
    font-size: 11px;
  }
  .gallery-home .content-gallery .items .title:before {
    height: 84px;
  }
  .gallery-home .content-gallery .items .title .base {
    font-size: 21px;
    line-height: 28px;
  }
  .section-footer .content-footer .content-row .info-footer {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .section-footer .content-footer .content-row .info-footer.anpc-list {
    text-align: center;
  }
  .section-footer .content-footer .content-row .info-footer.social ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-footer .content-footer .content-row .info-footer.social ul li:not(:last-child) {
    margin-right: 5px;
  }
  .section-footer .content-footer .content-row .info-footer.social ul li a img {
    width: 55px;
  }
  .section-footer .content-footer .content-row .info-footer.social ul li a img:not(.mobile) {
    display: none;
  }
  .section-footer .content-footer .content-row .info-footer.certification ul[aria-hidden='false'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  .section-footer .content-footer .content-row .info-footer.info-subscribe .subscribe-all {
    text-align: center;
    margin: 15px 0;
  }
  .section-footer .content-footer .content-row .info-footer .title {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 15px;
    background: #f8f8f8;
  }
  .section-footer .content-footer .content-row .info-footer .title .base {
    color: #3e3e3e;
  }
  .section-footer .content-footer .content-row .info-footer .title[aria-expanded='false']:after {
    content: '\f107';
    font-size: 14px;
    float: right;
    color: #3e3e3e;
    font-weight: 700;
    font-family: "Font Awesome 5 Free", sans-serif;
    margin-top: -30px;
  }
  .section-footer .content-footer .content-row .info-footer .title[aria-expanded='true'] {
    background: #F7FAFC;
  }
  .section-footer .content-footer .content-row .info-footer .title[aria-expanded='true'] .text,
  .section-footer .content-footer .content-row .info-footer .title[aria-expanded='true'] .base {
    color: #1c5696;
  }
  .section-footer .content-footer .content-row .info-footer .title[aria-expanded='true']:after {
    content: '\f106';
    font-size: 14px;
    float: right;
    color: #3e3e3e;
    font-weight: 700;
    font-family: "Font Awesome 5 Free", sans-serif;
    margin-top: -30px;
  }
  .section-footer .content-footer .content-row .info-footer ul {
    padding: 15px;
    background: #F7FAFC;
  }
  .section-footer .content-footer .content-row .info-footer ul li {
    line-height: 36px;
  }
  .section-copyright .content-copyright .content-row .copyright-left,
  .section-copyright .content-copyright .content-row .copyright-right {
    text-align: center;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .phone-mobile.visible-xs {
    position: absolute;
    top: 4px;
    left: 56%;
    font-size: 14px;
    padding: 10px 15px;
  }
  .phone-mobile.visible-xs a {
    color: #19823f !important;
  }
  .nav-before-open.nav-open .sticky-menu-fixed {
    margin-top: 0 !important;
  }
  .nav-before-open.nav-open .page-main {
    opacity: 0;
  }
  .page-header {
    border-bottom: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.29);
    margin-bottom: 0;
  }
  .page-header .header.content {
    padding: 0;
  }
  .page-header .header.content > .header.links > .authorization-link {
    display: none;
  }
  .page-header .header.content > .header.links > .customer-welcome {
    display: none;
  }
  .page-header .header.content > .header.links > .authorization-link + li {
    display: none;
  }
  .page-header .header.content > .header.links .link.wishlist {
    position: relative;
  }
  .page-header .header.content > .header.links .link.wishlist a {
    position: relative;
  }
  .page-header .header.content > .header.links .link.wishlist a .counter.qty {
    top: 4px;
    right: 43px;
    left: initial;
    width: 18px;
    height: 18px;
    line-height: 15px;
    font-size: 11px;
  }
  .page-header .header.content > .header.links .link.wishlist .text-wishlist {
    display: none;
  }
  .page-header .header.content > .header.links .link.wishlist > a:before {
    content: '\f004';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1c5696;
    position: absolute;
    top: 14px;
    right: 29%;
  }
  .page-header .header.content > .header.links .link.wishlist > a img {
    display: none;
  }
  .page-header .header.content > .header.links .switcher.language.switcher-language {
    display: none;
  }
  .block-search {
    margin-top: 2px !important;
  }
  .block-search .control {
    border-top: 0;
    background: #ffffff;
  }
  .block-search .control input {
    margin-right: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.13);
  }
  .block-search .label.active + .control {
    border-top: 1px solid #f0f0f0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, #ffffff 7px, #ffffff 100%);
  }
  .block-search .label:before {
    color: #1c5696 !important;
    font-size: 22px;
    margin-right: 10px;
    font-weight: 700;
    margin-top: 6px;
  }
  .logo {
    margin: 7px 0 0 65px;
    max-width: 75px;
  }
  .nav-toggle {
    top: 0;
    left: 0;
    background: #1c5696;
    padding: 12px 17px;
  }
  .nav-toggle:before {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff !important;
  }
  .nav-sections .nav-sections-item-content > .header.links > .authorization-link > a {
    border: 1px solid #1c5696;
    color: #ffffff;
    background: #1c5696;
  }
  .nav-sections .nav-sections-item-content > .header.links > .authorization-link div.login {
    display: none;
  }
  .nav-sections .nav-sections-item-content > .header.links li {
    margin: 10px;
  }
  .nav-sections .nav-sections-item-content > .header.links li > a {
    border: 1px solid #141414;
    padding: 10px 15px;
    text-align: center;
    border-radius: 24px;
    font-size: 14px;
    text-transform: uppercase;
    color: #141414;
  }
  .nav-sections .nav-sections-item-content > .header.links li:nth-child(2) a {
    border: 1px solid #19823f !important;
    color: #ffffff !important;
    background: #19823f !important;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome {
    background: #ffffff;
    display: block;
    position: relative;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome .greet {
    display: none;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome.active .customer-menu {
    display: block !important;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome .customer-name {
    text-align: center;
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #141414;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome .customer-name .action.switch {
    display: none;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome .customer-name:after {
    display: none;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome .customer-menu {
    display: block !important;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome .customer-menu .header.links {
    width: 100%;
    position: initial;
    box-shadow: none;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome .customer-menu .header.links li {
    margin: 10px 0;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome .customer-menu .header.links li.compare {
    display: block;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome .customer-menu .header.links li.authorization-link .login {
    display: none;
  }
  .nav-sections .nav-sections-item-content > .header.links .customer-welcome .customer-menu .header.links li.authorization-link {
    display: none;
  }
  .nav-sections .header.links .welcome-mobile-custom {
    font-size: 14px;
    color: #141414;
    text-align: center;
    padding: 15px 30px;
    font-weight: 500;
  }
  .nav-sections .header.links .welcome-mobile-custom .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .nav-sections .header.links .welcome-mobile-custom span {
    color: #00cc00;
    text-transform: uppercase;
  }
  .nav-sections .header.links div#switcher-language {
    display: none;
  }
  .minicart-wrapper[data-block='minicart'] {
    z-index: 9;
    margin-top: -5px !important;
    margin-right: 10px;
  }
  .minicart-wrapper[data-block='minicart'] .action.showcart:before,
  .minicart-wrapper[data-block='minicart'] .amquote-showcart.action:before {
    font-size: 14px !important;
  }
  .minicart-wrapper[data-block='minicart'] .action.showcart .counter.qty,
  .minicart-wrapper[data-block='minicart'] .amquote-showcart.action .counter.qty {
    font-size: 9px;
    left: 20px;
    top: 8px;
  }
  .minicart-wrapper[data-block='minicart'] .action.showcart:before,
  .minicart-wrapper[data-block='minicart'] .amquote-showcart.action:before {
    content: '\f07a';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1c5696;
    line-height: 29px;
    background-image: none;
    margin: 15px 10px 0 10px !important;
  }
  .minicart-wrapper[data-block='minicart'] .action.showcart.active:before,
  .minicart-wrapper[data-block='minicart'] .amquote-showcart.action.active:before {
    content: '\f07a';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #141414 !important;
    line-height: 29px;
  }
  .minicart-wrapper[data-block='minicart'] .block-minicart {
    width: 90vw !important;
    right: 0 !important;
    top: 52px;
  }
  .minicart-wrapper[data-block='minicart'] .block-minicart .block-content .minicart-items-wrapper {
    height: 50vh !important;
  }
  .minicart-wrapper[data-block='minicart'] .counter-cart {
    display: none;
  }
  .amquote-cart-wrapper.minicart-wrapper {
    z-index: 9;
    margin-top: -5px !important;
    margin-right: 10px;
  }
  .amquote-cart-wrapper.minicart-wrapper .action.showcart:before,
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    font-size: 14px !important;
  }
  .amquote-cart-wrapper.minicart-wrapper .action.showcart .counter.qty,
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action .counter.qty {
    font-size: 9px;
    left: 20px;
    top: 8px;
  }
  .amquote-cart-wrapper.minicart-wrapper .action.showcart:before,
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
    content: '\f07c';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1c5696;
    line-height: 29px;
    background-image: none;
    margin: 15px 5px 0 10px !important;
  }
  .amquote-cart-wrapper.minicart-wrapper .action.showcart.active:before,
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action.active:before {
    content: '\f07c';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #141414 !important;
    line-height: 29px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart {
    width: 90vw !important;
    right: -48px !important;
    top: 52px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
    height: 50vh !important;
  }
  .amquote-cart-wrapper.minicart-wrapper .counter-cart {
    display: none;
  }
  .cms-page-view .page-title-wrapper .page-title {
    font-size: 21px;
    line-height: 28px;
  }
  .content-consulting .title .base {
    font-size: 21px;
    line-height: 28px;
  }
  .cms-newsletter .sections-newletter .block.newsletter .form.subscribe .field.newsletter {
    max-width: 75%;
  }
  .amcart-confirm-block .amcart-confirm-buttons:after {
    width: 280px;
    background-size: 280px;
  }
  .amcart-confirm-block .amcart-message-box:before {
    width: 280px;
    background-size: 280px;
    bottom: 0;
  }
  #confirmBox.amcart-confirm-block {
    max-width: 94vw;
    padding: 0 10px;
    max-height: 100vh;
  }
  #confirmBox.amcart-confirm-block > .cross {
    color: #000000;
    font-weight: 700;
  }
  #confirmBox.amcart-confirm-block .amcart-confirm-buttons {
    margin: 10px 0;
  }
  #confirmBox.amcart-confirm-block .amcart-confirm-buttons .button {
    width: 100%;
  }
  #confirmBox.amcart-confirm-block .amcart-confirm-buttons .button.am-btn-right {
    margin-top: 10px;
  }
  #confirmBox.amcart-confirm-block .amcart-confirm-buttons a.checkout {
    width: 100%;
    margin-top: 10px;
  }
  #confirmBox.amcart-confirm-block .am-related-box {
    margin: 15px 0 5px 0;
  }
  #confirmBox.amcart-confirm-block .am-related-box .text {
    font-size: 16px;
    font-weight: 600;
  }
  #confirmBox.amcart-confirm-block .am-related-box > .block {
    width: 85vw;
  }
  #confirmBox.amcart-confirm-block .am-related-box .product.actions.product-item-actions:not(.am-product-image) {
    display: none;
  }
  #confirmBox.amcart-confirm-block .am-related-box .product.actions.product-item-actions:not(.am-product-image) .actions-secondary {
    margin: 0;
  }
  #confirmBox.amcart-confirm-block .am-related-box .block.related .am-related-title {
    text-align: center;
  }
  #confirmBox.amcart-confirm-block .amcart-message-box {
    padding: 0;
    margin: 20px auto 13px;
  }
  #confirmBox.amcart-confirm-block .amcart-message-box .added-item {
    margin: 10px 0 10px 0;
    font-size: 18px;
  }
  #confirmBox.amcart-confirm-block .amcart-message-box #amcart-count {
    float: none;
    margin-bottom: 5px;
    padding-top: 5px;
  }
  #confirmBox.amcart-confirm-block .amcart-message-box .amcart-subtotal {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
  }
  #confirmBox.amcart-minipage-wrap {
    padding: 40px 0 0;
  }
  .amcart-minipage-wrap .box-tocart .actions .action.primary.tocart,
  .amcart-minipage-wrap .box-tocart .actions .amshopby-button.tocart,
  .amcart-minipage-wrap .box-tocart .actions .am-filter-go.tocart {
    width: 78% !important;
  }
  .amcart-minipage-wrap .product-info-main {
    margin: 0 !important;
  }
  .is-blog .page-title-wrapper .page-title {
    font-size: 36px;
  }
  .is-blog .post-list-wrapper .post-list {
    justify-content: space-between;
  }
  .is-blog .post-list-wrapper .post-list .item {
    flex: 0 0 49%;
    margin: unset;
    padding: 0;
  }
  .is-blog .post-list-wrapper .post-list .item .post-list-item .post-meta {
    padding: 10px;
  }
  .is-blog .post-list-wrapper .post-list .item .post-list-item .post-meta h2 {
    font-size: 13px;
    letter-spacing: -0.26px;
    line-height: 18px;
  }
  .is-blog .pages {
    margin-top: 30px;
  }
  .is-blog .pages .pages-items .item .page .label {
    display: none;
  }
  .is-blog .pages .items {
    width: 100% !important;
  }
  .is-blog .pages .items .pages-item-next {
    line-height: initial;
  }
  .is-blog .pages .items .action.previous,
  .is-blog .pages .items .action.next {
    line-height: 12px;
    background-color: #ffffff;
  }
  .is-blog .pages .items .action.previous span,
  .is-blog .pages .items .action.next span {
    display: none;
    font-weight: 500;
  }
  .is-blog .pages .items .action.previous.disabled-page-button,
  .is-blog .pages .items .action.next.disabled-page-button {
    border: 2px solid #969696;
  }
  .is-blog .pages .items .action.previous.disabled-page-button:after,
  .is-blog .pages .items .action.next.disabled-page-button:after {
    color: #969696;
  }
  .is-blog .pages .items .action.previous {
    width: 40px;
    height: 40px;
    border: 2px solid #1c5696;
  }
  .is-blog .pages .items .action.previous:after {
    font-family: "Font Awesome 5 Free", sans-serif;
    content: '\f100';
    font-weight: 600;
    font-size: 13px;
    color: #1c5696;
  }
  .is-blog .pages .items .action.next {
    width: 40px;
    height: 40px;
    border: 2px solid #1c5696;
  }
  .is-blog .pages .items .action.next span:not(.label) {
    display: none;
  }
  .is-blog .pages .items .action.next:before {
    display: none;
  }
  .is-blog .pages .items .action.next:after {
    font-family: "Font Awesome 5 Free", sans-serif;
    content: '\f101';
    font-weight: 600;
    font-size: 13px;
    color: #1c5696;
  }
  .is-blog .pages .item.pages-item-previous {
    margin-right: 5px !important;
    float: left;
  }
  .is-blog .pages .item.pages-item-next {
    margin-left: 5px !important;
  }
  .wordpress-post-view .sectionblog .page-title-wrapper .page-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    padding-top: 20px;
  }
  .wordpress-post-view .post-view .post-entry .post-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .sectionblog .toolbar_wrapper .wp-sidebar .block-blog .block-content {
    width: 143px;
  }
  .nav-open .nav-toggle:after {
    background: #747474;
    opacity: 1;
  }
  .nav-open .nav-toggle:before {
    font-size: 14px !important;
    line-height: 0;
    content: '\f00d';
    color: #ffffff !important;
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 600;
    z-index: 2;
    background: transparent;
    position: absolute;
    top: -7px !important;
    padding: 30px 20px 25px 20px;
    left: 0 !important;
  }
  .nav-open .block.block-search {
    display: none;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #1c5696;
  }
  .navigation .level0.submenu .all-category a {
    color: #E6AB37;
    text-transform: uppercase;
    font-weight: 600;
  }
  .nav-sections.sections {
    background: #ffffff;
    box-shadow: none;
  }
  .nav-sections.sections .header.links {
    border-bottom: 0;
  }
  .nav-sections.sections .nav-sections-items {
    background: transparent;
  }
  .nav-sections.sections .nav-sections-items:after {
    content: '';
    height: 4px;
    width: 100%;
    z-index: 2;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-title {
    background: #f4f4f4;
    border: solid #cccccc;
    border-width: 0 0 1px 1px;
    height: 46px;
    padding-top: 0px;
    border-bottom: 1px solid #1c5696;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-title.active {
    border-bottom: 0;
    background: #ffffff;
    border-left: 1px solid #1c5696;
    border-right: 1px solid #1c5696;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-title.active .nav-sections-item-switch {
    color: #1c5696;
    font-weight: 800;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-title .nav-sections-item-switch {
    color: #3b3b3b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content {
    padding: 0;
    margin-top: 46px;
    background: #ffffff;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher {
    padding: 0;
    border: 0;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher .label.switcher-label {
    display: none;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher .dropdown img {
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher .dropdown.switcher-dropdown {
    display: block !important;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher .dropdown .switcher-trigger {
    padding: 6px 15px;
    border-bottom: 1px solid #ebebeb;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher .dropdown .switcher-trigger strong:after {
    display: none;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher .dropdown .switcher-trigger strong span {
    font-size: 13px;
    color: #141414;
    font-weight: bold;
    margin-right: 10px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher .dropdown .switcher-trigger strong span:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #141414;
    float: right;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher .dropdown.switcher-dropdown {
    border-bottom: 1px solid #ebebeb;
    padding: 6px 15px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher .dropdown.switcher-dropdown .switcher-option {
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher .dropdown.switcher-dropdown .switcher-option a {
    color: #7a7a7a;
    font-size: 13px;
    display: block;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content .switcher .dropdown.switcher-dropdown .switcher-option a:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #7a7a7a;
    float: right;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation {
    background: #ffffff;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link {
    font-size: 13px;
    background: #1c5696;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link > a {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #08448A;
    margin: 0 15px 0px 15px;
    padding: 10px 0 10px 0;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link.last a {
    color: #cc0000;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link.last a:before {
    content: '\f0a3';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin-right: 10px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link.info-contact {
    margin-left: auto;
    background: #1c5696;
    padding: 13.5px 2px;
    font-size: 15px;
    font-weight: 500;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link.info-contact > a {
    display: none;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link.info-contact a.phone {
    float: left;
    padding: 0;
    border: 0;
    display: block;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link.info-contact a {
    color: #ffffff;
    margin-right: 10px;
    padding: 0;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link.info-contact a:hover {
    color: #ffffff;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link.info-contact a i {
    margin-right: 15px;
    font-size: 21px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link.info-contact span.schedule {
    color: #A3BBD6;
    line-height: 26px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-custom-link.info-contact span.top {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block {
    background: #1c5696;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block .service-header {
    width: 100%;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block .service-header .action.toggle {
    padding-left: 16px;
    border-bottom: 1px solid #ffffff;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block .service-header .action.toggle:after {
    color: #ffffff;
    margin-right: 11px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block .service-header .action.toggle span {
    color: #ffffff;
    font-size: 13px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block .service-header ul.dropdown-options li {
    border-bottom: 1px solid #08448A;
    margin-bottom: 0;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block .service-header ul.dropdown-options li .item i {
    font-size: 18px;
    color: #ffffff;
    margin-right: 10px;
    width: 20px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block .service-header ul.dropdown-options li .item a {
    color: #ffffff;
    padding: 10px 0;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block .service-header.active ul.dropdown-options {
    display: block !important;
    position: initial;
    min-width: 100%;
    background: #1c5696;
    border: 1px solid #1c5696;
    padding: 0 15px;
    box-shadow: none;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block .service-header:hover ul.dropdown-options {
    display: none;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block ul li {
    border-bottom: 1px solid #dfdfdf;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block ul li a {
    color: #141414;
    font-size: 13px;
    letter-spacing: -0.26px;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block ul li a:hover {
    color: #1c5696;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block ul li a.phone {
    font-weight: 700;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block ul li a .shop {
    color: #1c5696;
    float: left;
    margin-left: 21px;
    clear: both;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block ul li a i {
    margin-right: 10px;
    float: left;
    margin-top: 3px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul.komenu-links .komenu-cms-block .manufacturer-btn a {
    color: #1c5696;
    border: 1px solid #f0f0f0;
    background: #f8f8f8;
    padding: 12px 15px;
    font-size: 13px;
    letter-spacing: -0.26px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.2s ease;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 {
    border-bottom: 1px solid #dbdbdb;
    border-top: 0;
    margin: 0 15px 0 15px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 > .level-top {
    padding: 10px 0 10px 0;
    color: #141414;
    font-size: 12px;
    border-color: transparent;
    text-transform: uppercase;
    letter-spacing: -0.26px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 > .level-top.ui-state-active {
    background: #F7FAFC;
    color: #1c5696;
    border-top: 1px solid #1c5696;
    border-bottom: 1px solid #1c5696;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 > .level-top.ui-state-active:after {
    color: #1c5696;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 > .level-top i {
    width: 20px;
    display: none;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 > .level-top:after {
    font-size: 26px;
    top: 0;
    font-weight: 700;
    color: #141414;
    right: -5px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 .submenu.level0 {
    font-size: 13px;
    border-top: 1px solid #ebebeb;
    background: #ffffff;
    letter-spacing: -0.26px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 .submenu.level0 .category-item a {
    color: #141414;
    font-weight: 400;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 .submenu.level0 .category-item a:before {
    content: '\f111';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 700;
    font-size: 6px;
    margin-right: 10px;
    color: #333333;
    vertical-align: middle;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 .submenu.level0 .category-item a:focus,
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 .submenu.level0 .category-item a:active,
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 .submenu.level0 .category-item a:hover,
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 .submenu.level0 .category-item a:focus-within {
    color: #1c5696;
    font-weight: 700 !important;
    background: #F7FAFC;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 .submenu.level0 .level1 > a {
    font-weight: 700 !important;
    text-transform: uppercase;
    padding-left: 10px;
  }
  .nav-sections.sections .nav-sections-items .nav-sections-item-content #komenu-navigation > ul li.level0 .submenu a.view-more-link:before {
    content: '+ ';
  }
  .nav-sections-items .nav-sections-item-content .navigation .vertical-menu-wrapper .menu-button {
    display: none;
  }
  .page.messages {
    width: 100%;
    top: 48px;
  }
  .sticky-menu-fixed {
    margin-top: 49.48px;
  }
  .page-products .page-title-wrapper .page-title {
    font-size: 21px;
    line-height: 28px;
    text-align: center;
  }
  .page-products .page-title-wrapper .page-title:before {
    height: 85px;
  }
  .page-products .toolbar-products {
    margin-bottom: 0;
    padding: 0;
  }
  .page-products .toolbar-products .limiter {
    display: none;
  }
  .page-products .toolbar-products .toolbar-amount {
    display: none;
  }
  .page-products .toolbar-products .toolbar-sorter {
    display: none !important;
  }
  .page-products .toolbar-products ~ .toolbar .pages {
    margin-top: 30px;
  }
  .page-products .toolbar-products ~ .toolbar .pages .pages-items .item .page .label {
    display: none;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items {
    width: 100% !important;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items .pages-item-next {
    line-height: initial;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items .action.previous,
  .page-products .toolbar-products ~ .toolbar .pages .items .action.next {
    line-height: 12px;
    background-color: #ffffff;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items .action.previous span,
  .page-products .toolbar-products ~ .toolbar .pages .items .action.next span {
    display: none;
    font-weight: 500;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items .action.previous.disabled-page-button,
  .page-products .toolbar-products ~ .toolbar .pages .items .action.next.disabled-page-button {
    border: 2px solid #969696;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items .action.previous.disabled-page-button:after,
  .page-products .toolbar-products ~ .toolbar .pages .items .action.next.disabled-page-button:after {
    color: #969696;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items .action.previous {
    width: 40px;
    height: 40px;
    border: 2px solid #1c5696;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items .action.previous:after {
    font-family: "Font Awesome 5 Free", sans-serif;
    content: '\f100';
    font-weight: 600;
    font-size: 13px;
    color: #1c5696;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items .action.next {
    width: 40px;
    height: 40px;
    border: 2px solid #1c5696;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items .action.next span:not(.label) {
    display: none;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items .action.next:before {
    display: none;
  }
  .page-products .toolbar-products ~ .toolbar .pages .items .action.next:after {
    font-family: "Font Awesome 5 Free", sans-serif;
    content: '\f101';
    font-weight: 600;
    font-size: 13px;
    color: #1c5696;
  }
  .page-products .toolbar-products ~ .toolbar .pages .item.pages-item-previous {
    margin-right: 5px !important;
    float: left;
  }
  .page-products .toolbar-products ~ .toolbar .pages .item.pages-item-next {
    margin-left: 5px !important;
  }
  .page-products .toolbar-products ~ .toolbar .modes {
    display: none;
  }
  .page-products .toolbar-products .modes {
    display: block;
    position: absolute;
    top: 23px;
    right: -15px;
  }
  .page-products .toolbar-products .modes .modes-label {
    display: none;
  }
  .page-products .toolbar-products .modes .modes-mode {
    padding: 13px 11.5px;
    border: 1px solid #dbdbdb;
    background: #ffffff !important;
    border-radius: 0;
  }
  .page-products .toolbar-products .modes .modes-mode span {
    display: none;
  }
  .page-products .toolbar-products .modes .modes-mode.active {
    display: none;
  }
  .page-products .toolbar-products .modes .modes-mode.mode-grid {
    margin-right: 0;
  }
  .page-products .toolbar-products .modes .modes-mode.mode-grid:before {
    content: '\f009';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 700;
    color: #1c5696;
    font-size: 16px;
    padding-top: 5px;
  }
  .page-products .toolbar-products .modes .modes-mode.mode-list:before {
    content: '\f00b';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 700;
    color: #1c5696;
    font-size: 16px;
    padding-top: 5px;
  }
  .page-products .toolbar-products .modes .modes-mode:not(.active):hover {
    background: transparent;
  }
  .page-products .toolbar-products .modes .modes-mode:not(.active):hover:before {
    color: #1c5696 !important;
  }
  .page-products .toolbar-products .toolbar-sorter {
    width: 37%;
    position: absolute;
    top: 20px;
    right: 50px;
    padding: 0;
  }
  .page-products .toolbar-products .toolbar-sorter .sorter-label,
  .page-products .toolbar-products .toolbar-sorter .sorter-action {
    display: none;
  }
  .page-products .toolbar-products .toolbar-sorter select {
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    color: #00222c;
    font-size: 13px;
    height: 48px;
    text-align-last: center;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
  }
  .page-products .products.wrapper ~ .toolbar .mobile-pager {
    margin-top: 40px;
  }
  .page-products .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .page-products .sidebar.sidebar-main .am-filter-items-attr_price {
    max-width: 100%;
  }
  .page-products .sidebar.sidebar-main .block.filter:not(.active) {
    margin-bottom: 0;
  }
  .page-products .sidebar.sidebar-main .block.filter:not(.active) .filter-title {
    width: 100%;
    border: 1px solid #f4f4f4;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    border-radius: 0;
    background: #1c5696;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: -15px;
    margin-left: -15px;
  }
  .page-products .sidebar.sidebar-main .block.filter:not(.active) .filter-title strong {
    font-size: 13px;
    padding: 14px 10px;
    display: block;
    color: #ffffff;
    letter-spacing: -0.26px;
  }
  .page-products .sidebar.sidebar-main .block.filter:not(.active) .filter-title strong:before {
    content: '\f0b0';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    float: left;
    margin-right: 10px;
  }
  .page-products .sidebar.sidebar-main .filter-options .filter-options-item {
    background-color: #ffffff;
    padding: 15px 0;
    border-radius: 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ebebeb;
    border-right: 0;
    border-top: 0;
    border-left: 0;
  }
  .page-products .sidebar.sidebar-main .filter-options .filter-options-item:first-child {
    border-top: 1px solid #ebebeb;
  }
  .page-products .sidebar.sidebar-main .filter-options .filter-options-item.active .filter-options-title {
    color: #1c5696;
    margin-bottom: 10px;
  }
  .page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content {
    border: 0px solid transparent;
  }
  .page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-title {
    font-size: 14px;
    color: #555555;
    background: #ffffff;
    padding: 0 15px;
  }
  .page-products .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-title:after {
    font-size: 13px;
  }
  .page-products .sidebar.sidebar-additional .block.block-compare {
    display: block;
  }
  .page-products .category-content {
    order: 9;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page-products .category-content h3,
  .page-products .category-content h2,
  .page-products .category-content h1 {
    font-size: 21px;
    line-height: 28px;
    text-align: center;
  }
  .page-products .category-cms .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 2px;
  }
  .page-products .products.products-list .product-item {
    border: 1px solid #DBDBDB;
  }
  .page-products .products.products-list .product-item .description {
    display: none;
  }
  .page-products .category-cms {
    margin: 0 -15px;
  }
  .page-products.category-csm-content-lvl1,
  .page-products.catalog_category_view_level_2 {
    margin-top: 30px;
  }
  .page-products.category-csm-content-lvl1 #category-csm-ic li,
  .page-products.catalog_category_view_level_2 #category-csm-ic li {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter .filter-content {
    display: none;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-title {
    height: 50px;
    border-bottom: 1px solid #cccccc;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    background: #f4f4f4;
    -webkit-animation: slide-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
    animation: slide-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  }
  .filter.active .filter-title strong {
    line-height: 45px;
    padding: 0 15px 0 10px;
    display: inline-block;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: -0.36px;
  }
  .filter.active .filter-title strong:after {
    content: 'Renunta' !important;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    float: right;
    position: absolute;
    right: 10px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    background: #1c5696;
    padding: 4px 15px;
    line-height: 28px;
    margin-top: 6px;
    border-radius: 5px;
  }
  .filter.active .filter-content {
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
    background: #ffffff;
    -webkit-animation: slide-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
    animation: slide-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999) both;
  }
  @-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slide-right {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .catalog-product-view .product-info-main .block.related {
    margin-top: 30px;
  }
  .catalog-product-view .product-info-main .product-info-salable-qty {
    float: none !important;
  }
  .catalog-product-view .product-add-form {
    margin-bottom: 30px;
  }
  .catalog-product-view .product-wrapper.main-product {
    padding-right: 0;
    padding-left: 0;
  }
  .catalog-product-view .box-tocart {
    display: block;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .catalog-product-view .box-tocart .fieldset {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0;
  }
  .catalog-product-view .box-tocart .control button#plus,
  .catalog-product-view .box-tocart .control button#minus,
  .catalog-product-view .box-tocart .control .cart.table-wrapper .actions-toolbar > .action#plus,
  .catalog-product-view .box-tocart .control .cart.table-wrapper .actions-toolbar > .action#minus,
  .catalog-product-view .box-tocart .control .action-gift#plus,
  .catalog-product-view .box-tocart .control .action-gift#minus {
    display: none;
  }
  .catalog-product-view .box-tocart .actions {
    width: 100%;
  }
  .catalog-product-view .box-tocart .actions .amquote-addto-button {
    padding: 11px 15px;
    width: 100%;
    display: block;
  }
  .catalog-product-view .product-social-links {
    float: left;
    width: auto;
    margin: 0;
    padding: 18px 0;
  }
  .catalog-product-view .product-social-links a {
    display: inline-block !important;
    margin: 0;
  }
  .catalog-product-view .modal-question-product {
    clear: none;
    float: left;
  }
  .catalog-product-view .modal-question-product .button.text > span {
    display: none;
  }
  .catalog-product-view .promo-product {
    display: none;
  }
  .catalog-product-view .page-title-wrapper .page-title {
    font-size: 18px;
    letter-spacing: -0.36px;
    width: 100%;
  }
  .catalog-product-view .column.main .product.info.detailed .product.data.items {
    max-width: 100% !important;
  }
  .catalog-product-view .product.info.detailed {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    max-width: 100% !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content {
    padding: 15px 0;
    margin: 0;
    border: none;
    border-top: 0;
    font-size: 16px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title {
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #dcdcdc;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title.active {
    border-bottom: 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch {
    background: transparent;
    color: #141414;
    border-bottom: 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch:after {
    content: '\f068';
    color: #141414;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px 10px 4px 0;
    height: 48px;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch:after {
    content: '\f067';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #00222c;
    float: right;
  }
  .catalog-product-view .product.info.detailed .additional-attributes {
    display: table !important;
  }
  .catalog-product-view .product.info.detailed .additional-attributes tbody {
    width: 100%;
    display: table !important;
  }
  .catalog-product-view .product.info.detailed .additional-attributes tbody tr {
    display: table-row !important;
  }
  .catalog-product-view .product.info.detailed .additional-attributes tbody tr th,
  .catalog-product-view .product.info.detailed .additional-attributes tbody tr td {
    display: table-cell !important;
    padding: 8px 10px !important;
  }
  .catalog-product-view .product.info.detailed .additional-attributes tbody tr td:before {
    display: none !important;
  }
  .catalog-product-view .fotorama__active .fotorama__dot {
    background-color: #1c5696;
    border-color: #1c5696;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .catalog-product-view .fotorama__dot {
    width: 16px;
    height: 16px;
    border: 2px solid #dbdbdb;
    border-radius: 50%;
    background-color: #dbdbdb;
  }
  .catalog-product-view .fotorama__nav--dots .fotorama__nav__frame {
    width: 22px;
    height: 34px;
  }
  .catalog-product-view .iconshare-all {
    display: inline-block;
    width: 100%;
  }
  .checkout-index-index .page-header {
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  .checkout-index-index .page-header .logo {
    float: none;
    max-width: 60% !important;
    margin: 0 auto 0 auto;
    text-align: center;
    display: block;
  }
  .checkout-index-index .page-header .logo img {
    margin: 0 auto;
  }
  .checkout-index-index .opc-progress-bar {
    text-align: center;
    margin: 0 -15px 30px -15px;
    background: #ffffff;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item {
    width: 45%;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item span {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
    color: #999999;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item span:after {
    color: #aaaaaa;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span {
    width: 100%;
    color: #1e1e1e;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:before {
    width: 27px;
    height: 27px;
    margin-left: -24px;
    top: 5px;
    left: 21px;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:after {
    width: 24px;
    height: 24px;
    top: 6px;
    margin-left: -22px;
    font-size: 14px;
    line-height: 27px;
    left: 21px;
    text-align: center;
    background: #1c5696;
    color: #ffffff;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span {
    width: 100%;
    padding-top: 20px;
    text-align: right;
    font-size: 13px;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span:after {
    width: 24px;
    height: 24px;
    top: 6px;
    margin-left: -22px;
    font-size: 14px;
    line-height: 27px;
    right: 0;
    left: initial;
    text-align: center;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span:before {
    width: 27px;
    height: 27px;
    margin-left: -24px;
    top: 5px;
    right: -1px;
    text-align: center;
    left: initial;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item:before {
    height: 2px;
    background-color: #cccccc;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete:before {
    height: 2px;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span {
    text-align: left;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free", sans-serif;
    margin-left: -22px;
    font-size: 18px;
    color: #c4c4c4;
    background: #ffffff;
    left: 19px;
    right: initial;
    text-align: center;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span:before {
    left: 20px;
    right: initial;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete + .opc-progress-bar-item._active > span {
    text-align: right;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete + .opc-progress-bar-item._active > span:after {
    right: 0;
    left: initial;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete + .opc-progress-bar-item._active > span:before {
    left: initial;
    right: 0;
  }
  .checkout-index-index .opc-estimated-wrapper {
    margin: 0 0 10px 0;
    border-bottom: none;
    padding: 15px;
    border-radius: 5px;
    background: #ffffff;
  }
  .checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-label {
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    line-height: 18px;
  }
  .checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-price {
    font-size: 21px;
    line-height: 25px;
    color: #1e1e1e;
    font-weight: 700;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
    margin-top: 0;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background: none;
    border: none;
    padding-right: 0;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../images/cart.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    float: left;
    margin: 0 10px 0 10px !important;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    left: 32px;
    top: 9px;
    font-size: 14px;
  }
  .checkout-index-index .form.payments .payment-custom-wrapper .step-title {
    padding-left: 0;
  }
  .checkout-index-index .form.payments .payment-custom-wrapper .checkout-billing-address input[type="checkbox"] {
    margin-right: 15px;
  }
  .checkout-index-index .form.payments .payment-custom-wrapper .checkout-billing-address .billing-address-details {
    padding-left: 0;
  }
  .checkout-index-index .form.payments .payment-custom-wrapper .payment-option .payment-option-content .form {
    padding-left: 15px;
  }
  .checkout-index-index .form.payments .payment-custom-wrapper .payment-option .field.choice .action:after {
    display: none;
  }
  .checkout-index-index .form.payments .payment-custom-wrapper .payment-option .form-discount {
    max-width: 100% !important;
    padding: 0 15px;
  }
  .checkout-index-index .form.payments .opc-payment .items {
    margin: 0;
  }
  .checkout-index-index .form.payments .opc-payment .items .payment-group .step-title {
    padding-left: 0;
  }
  .checkout-index-index .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content {
    padding: 0 15px 20px 15px !important;
  }
  .checkout-index-index .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .checkout-agreements-block .checkout-agreements .checkout-agreement .label {
    margin-top: -16px;
    margin-left: 20px;
    float: left;
  }
  .checkout-index-index .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .checkout-agreements-block .checkout-agreements .checkout-agreement .label .action-show {
    text-align: left;
  }
  .checkout-index-index .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .checkout-agreements-block .checkout-agreements .checkout-agreement input[type="checkbox"] {
    float: left;
  }
  .checkout-index-index .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .checkout-agreements-block .amasty-gdpr-consent label {
    margin-top: -16px;
    margin-left: 20px;
    float: left;
  }
  .checkout-index-index .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .checkout-agreements-block .amasty-gdpr-consent input[type="checkbox"] {
    float: left;
  }
  .checkout-index-index .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .actions-toolbar {
    margin: 0 -15px;
  }
  .checkout-index-index .form.payments .opc-payment .items .payment-group .payment-method._active .payment-method-content .actions-toolbar > .primary {
    margin: 0 5px;
  }
  .opc-wrapper .step-content {
    margin: 0 0 10px;
  }
  .opc-wrapper .checkout-shipping-address {
    margin-top: 20px;
  }
  .opc-wrapper .checkout-shipping-address input[type="radio"] {
    margin-right: 0 !important;
  }
  .opc-wrapper .checkout-shipping-address .step-title {
    border-bottom: 1px solid #ebebeb;
  }
  .opc-wrapper .form-login {
    padding: 15px 0 15px;
    margin-top: 15px;
  }
  .opc-wrapper .form-login .account-social-login .actions-toolbar.social-btn {
    width: 100%;
  }
  .opc-wrapper .form-login .account-social-login .block-content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .opc-wrapper .form-login .account-social-login .block-content .actions-toolbar {
    margin-left: 0;
  }
  .opc-wrapper .form-login .account-social-login .block-content .actions-toolbar.facebook-login,
  .opc-wrapper .form-login .account-social-login .block-content .actions-toolbar.google-login {
    margin-top: 0;
  }
  .opc-wrapper .form-login .account-social-login .block-content .actions-toolbar.facebook-login .btn-social,
  .opc-wrapper .form-login .account-social-login .block-content .actions-toolbar.google-login .btn-social {
    padding: 12px 0;
  }
  .opc-wrapper .form-login .account-social-login .block-content .actions-toolbar.facebook-login .btn-social.btn-facebook,
  .opc-wrapper .form-login .account-social-login .block-content .actions-toolbar.google-login .btn-social.btn-facebook {
    margin: 10px 0 0 0;
  }
  .opc-wrapper .form-login .account-social-login .block-content .actions-toolbar.facebook-login .btn-social.btn-google,
  .opc-wrapper .form-login .account-social-login .block-content .actions-toolbar.google-login .btn-social.btn-google {
    margin: 0;
  }
  .opc-wrapper .form-login .login-inputs-container .login-input-fields {
    padding-right: 0 !important;
  }
  .opc-wrapper .form.form-login {
    border-bottom: none;
  }
  .opc-wrapper .form.form-login .social-btn-wrapper {
    margin-top: 15px;
  }
  .opc-wrapper .form.form-login input[type="radio"] {
    margin-right: 0 !important;
  }
  .opc-wrapper .form.form-login .fieldset .login-type-container .admin__field {
    width: 100% !important;
  }
  .opc-wrapper .form.form-login .fieldset .login-type-container .admin__field label {
    margin-bottom: 15px;
  }
  .opc-wrapper .form.form-login .fieldset .social-btn-wrapper {
    padding-left: 0 !important;
  }
  .opc-wrapper .form.form-login input[type="radio"] {
    margin-right: 25px;
  }
  .opc-wrapper .form.form-login .account-social-login {
    padding-top: 60px;
  }
  .opc-wrapper .form.form-login .actions-toolbar {
    margin: 0 auto;
    max-width: 100% !important;
    width: 100% !important;
  }
  .opc-wrapper .form.form-login .actions-toolbar .primary .action.login.primary {
    padding: 0 !important;
  }
  .opc-wrapper .form-shipping-address input[type="radio"] {
    margin-right: 25px;
  }
  .opc-wrapper .form-shipping-address .control .admin__field.admin__field-option {
    margin-bottom: 10px;
  }
  .opc-wrapper .checkout-shipping-method .step-content .actions-toolbar {
    margin-top: 10px;
  }
  .fieldset > .field:not(.choice) .control .field[name='shippingAddress.firstname'],
  .fieldset > .field:not(.choice) .control .field[name='shippingAddress.lastname'] {
    margin-bottom: 10px;
  }
  .checkout-onepage-success .page-header {
    margin-bottom: 0 !important;
  }
  .checkout-onepage-success .page-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .checkout-onepage-success .page-main .checkout-success {
    padding: 30px 15px 0 15px!important;
  }
  .checkout-cart-index .page-title-wrapper .page-title,
  .amasty_quote-cart-index .page-title-wrapper .page-title {
    text-align: center;
  }
  .checkout-cart-index .page-title-wrapper .page-title .base,
  .amasty_quote-cart-index .page-title-wrapper .page-title .base {
    font-size: 21px;
  }
  .checkout-cart-index .cart-container .form-cart,
  .amasty_quote-cart-index .cart-container .form-cart {
    margin: 0 -15px;
  }
  .checkout-cart-index .cart-container .form-cart .actions,
  .amasty_quote-cart-index .cart-container .form-cart .actions {
    text-align: left;
    padding: 0 15px;
  }
  .checkout-cart-index .cart-container .form-cart .actions .action,
  .amasty_quote-cart-index .cart-container .form-cart .actions .action {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
    float: none;
    display: block;
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .actions .action a,
  .amasty_quote-cart-index .cart-container .form-cart .actions .action a {
    color: #1c5696;
  }
  .checkout-cart-index .cart-container .form-cart .actions .action a span,
  .amasty_quote-cart-index .cart-container .form-cart .actions .action a span {
    color: #1c5696;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .items > .item,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .items > .item {
    border-bottom: 10px solid #f0f0f0;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .items thead + .item,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .items thead + .item {
    border-top: none;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper thead .col.item,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper thead .col.item {
    display: none;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col {
    padding: 10px;
    float: none;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col:before,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col:before {
    display: none;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.item,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.item {
    padding: 25px 15px 0 75px;
    min-height: 50px;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.price,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.price {
    display: inline-block;
    margin-top: 17px;
    padding: 0;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty {
    display: inline-block;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .inc.updateQtyTrigger,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .inc.updateQtyTrigger,
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .dec.updateQtyTrigger,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.qty .dec.updateQtyTrigger {
    display: none;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.subtotal,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.subtotal {
    display: inline-block;
    margin-top: 6px;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .cart.item .col.only-desktop,
  .amasty_quote-cart-index .cart-container .cart.table-wrapper .cart.item .col.only-desktop {
    display: none;
  }
  .checkout-cart-index .cart-container .cart-summary,
  .amasty_quote-cart-index .cart-container .cart-summary {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-container .cart-discount .block.discount,
  .amasty_quote-cart-index .cart-container .cart-discount .block.discount {
    padding: 20px 15px 60px 15px;
  }
  .checkout-cart-index .cart-container .cart-discount .fieldset > .field,
  .amasty_quote-cart-index .cart-container .cart-discount .fieldset > .field {
    width: 67%;
  }
  .checkout-cart-index .cart-container .cart-discount .fieldset > .field:not(.choice) > .control,
  .amasty_quote-cart-index .cart-container .cart-discount .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .contact-index-index .page-title-wrapper .page-title span {
    font-size: 18px;
  }
  .contact-index-index .custom-contact .address-ic {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .contact-index-index .custom-contact .address-ic .content-ic iframe {
    width: 100% !important;
  }
  .contact-index-index .custom-contact .address-ic .content-ic .address,
  .contact-index-index .custom-contact .address-ic .content-ic .map {
    padding: 0;
  }
  .contact-index-index .custom-contact .company-info {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact-index-index .custom-contact .company-info .company-info-content > .title .base {
    padding: 0 20px;
    font-size: 18px;
  }
  .contact-index-index .custom-contact .company-info .company-info-content > .title:after {
    top: 10%;
  }
  .contact-index-index .custom-contact .company-info .company-info-content > .title p {
    width: 100%;
  }
  .contact-index-index .form-bg {
    padding: 30px 15px;
    margin: 30px -15px;
  }
  .contact-index-index .form.contact {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .contact-index-index .form.contact .fieldset .legend {
    margin-top: 60px;
  }
  .contact-index-index .form.contact .fieldset .legend span {
    padding: 0 20px;
    font-size: 15px;
  }
  .contact-index-index .form.contact .fieldset > .field:not(.choice) > .label {
    width: 100%;
  }
  .contact-index-index .form.contact .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .contact-index-index .form.contact .field.i_agree {
    width: 100%;
  }
  .contact-index-index .form.contact .actions-toolbar {
    width: 100%;
  }
  .customer-account-login .page-main .login-container .block-customer-login .block-title,
  .customer-account-forgotpassword .page-main .login-container .block-customer-login .block-title,
  .customer-account-create .page-main .login-container .block-customer-login .block-title {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .customer-account-login .page-main .login-container .block-customer-login .block-title strong,
  .customer-account-forgotpassword .page-main .login-container .block-customer-login .block-title strong,
  .customer-account-create .page-main .login-container .block-customer-login .block-title strong {
    font-weight: 800;
    color: #1C5696;
    text-transform: uppercase;
    font-size: 24px;
  }
  .customer-account-login .page-main .login-container .block-customer-login .block-content .form-login .fieldset .actions-toolbar,
  .customer-account-forgotpassword .page-main .login-container .block-customer-login .block-content .form-login .fieldset .actions-toolbar,
  .customer-account-create .page-main .login-container .block-customer-login .block-content .form-login .fieldset .actions-toolbar {
    margin-bottom: 10px;
    padding: 0;
  }
  .customer-account-login .page-main .account-social-login,
  .customer-account-forgotpassword .page-main .account-social-login,
  .customer-account-create .page-main .account-social-login {
    margin-bottom: 35px;
  }
  .customer-account-login .page-main .account-social-login .actions-toolbar.social-btn,
  .customer-account-forgotpassword .page-main .account-social-login .actions-toolbar.social-btn,
  .customer-account-create .page-main .account-social-login .actions-toolbar.social-btn {
    width: 100%;
  }
  .customer-account-login .page-main .fieldset,
  .customer-account-forgotpassword .page-main .fieldset,
  .customer-account-create .page-main .fieldset {
    text-align: center;
  }
  .customer-account-login .page-main .fieldset .actions-toolbar .primary button,
  .customer-account-forgotpassword .page-main .fieldset .actions-toolbar .primary button,
  .customer-account-create .page-main .fieldset .actions-toolbar .primary button,
  .customer-account-login .page-main .fieldset .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
  .customer-account-forgotpassword .page-main .fieldset .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
  .customer-account-create .page-main .fieldset .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
  .customer-account-login .page-main .fieldset .actions-toolbar .primary .action-gift,
  .customer-account-forgotpassword .page-main .fieldset .actions-toolbar .primary .action-gift,
  .customer-account-create .page-main .fieldset .actions-toolbar .primary .action-gift {
    padding: 15px 0;
  }
  .customer-account-login .page-main .form.password.forget .fieldset .field.captcha.required .control.captcha .nested .field.captcha .control.captcha-image,
  .customer-account-forgotpassword .page-main .form.password.forget .fieldset .field.captcha.required .control.captcha .nested .field.captcha .control.captcha-image,
  .customer-account-create .page-main .form.password.forget .fieldset .field.captcha.required .control.captcha .nested .field.captcha .control.captcha-image {
    text-align: center;
    text-align: -webkit-center;
  }
  .account .columns .sidebar-main {
    order: 0;
  }
  .account .form-wishlist-items .products-grid.wishlist {
    margin-right: 0;
  }
  .account .form-wishlist-items .products-grid.wishlist .product-items {
    margin-left: 0;
  }
  .account .form-wishlist-items .products-grid.wishlist .product-items .product-item {
    margin-bottom: 10px;
  }
  .account .form-wishlist-items .products-grid.wishlist .product-items .product-item:first-child {
    border-top: 2px solid #1c5696;
  }
  .bulina-statica-stanga,
  .bulina-statica-dreapta {
    display: none;
  }
  body:not(.sticky-menu-fixed) .amsearch-wrapper-input {
    position: relative;
  }
  body:not(.sticky-menu-fixed) .block-search .block-content .minisearch .field.search .control {
    min-height: auto;
    margin: 0 15px !important;
    padding: 0;
  }
  body:not(.sticky-menu-fixed) .block-search .block-content .minisearch .field.search .control input {
    position: static;
  }
  body:not(.sticky-menu-fixed) .block-search .label + .control {
    border-top: 0px solid transparent;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, #ffffff 7px, #ffffff 100%);
  }
  body:not(.sticky-menu-fixed) .block-search .amsearch-loupe {
    display: inline-block !important;
    left: auto;
    background: #1C5696;
    padding: 6px 23px;
    width: auto;
    top: 0;
    right: 0;
    border-radius: 0 24px 24px 0;
    height: 48px;
    z-index: 1;
  }
  body:not(.sticky-menu-fixed) .block-search .amsearch-loupe:before {
    content: "\f002";
    font-weight: 900;
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 20px;
    color: #ffffff;
  }
  #search_autocomplete {
    width: 100% !important;
    margin: 0;
    padding-bottom: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #search_autocomplete .amsearch-results {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #search_autocomplete .amsearch-results .amsearch-leftside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #search_autocomplete .amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
    max-width: 100%;
  }
  .amsearch-form-container .field.search .control {
    min-height: auto;
  }
  .amsearch-form-container .amsearch-loupe {
    display: inline-block !important;
    left: auto;
    background: #1C5696;
    padding: 6px 23px;
    width: auto;
    top: 0;
    right: 0;
    border-radius: 0 24px 24px 0;
    height: 48px;
  }
  .amsearch-form-container .amsearch-loupe:before {
    content: "\f002";
    font-weight: 900;
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 20px;
    color: #ffffff;
  }
  .amsearch-wrapper-block {
    padding: 10px 5px;
    margin: 0;
  }
  .amsearch-wrapper-block:before {
    display: none;
  }
  .amsearch-wrapper-block .amsearch-result-section {
    flex-wrap: initial;
    max-height: 75vh;
  }
  .amsearch-wrapper-block .amsearch-block-header .amsearch-link {
    width: 83%;
    padding: 5px 15px;
  }
}
@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;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .widget-blog-posts ol.post-list li.item {
    width: 50%;
  }
  .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;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .amasty_quote-cart-index .quote-details form fieldset {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .widget-blog-posts ol.post-list li.item {
    width: 100%;
    float: none;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    position: relative;
    margin: 0 auto;
    padding: 40px 0 13px;
    width: 400px;
    max-width: initial;
  }
  .amcart-minipage-wrap .ampage-top-info {
    margin-top: 15px;
  }
  .amcart-product-notice {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 7px 7px;
  }
  .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: #1c5696;
    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: #1c5696;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #1c5696;
    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: #1c5696;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 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;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
