/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */

.magento_nw { width:6px; height:28px; }
.magento_n { height:28px; }
.magento_ne { width:6px; height:28px; }

.magento_w { width:6px; }
.magento_e { width:6px; }
.magento_w,
.magento_e,
.magento_content { background: #fafafa url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/lib/prototype/windows/themes/magento/content_bg.gif) 0 0 repeat-x; }

.magento_sw { background:#deebf0; width:5px; height:3px; }
.magento_s { background:#deebf0; height:3px; }
.magento_se,

.magento_sizer { background:#deebf0; width:5px; height:3px; }
.magento_sizer { cursor:se-resize; }

.magento_close { width:16px; height:16px; background:url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/lib/prototype/windows/themes/magento/window_close.png) no-repeat 0 0; position:absolute; top:5px; right:7px; cursor:pointer; z-index:1000; }
.magento_minimize { width:16px; height:16px; background:url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/lib/prototype/windows/themes/magento/window_minimize.png) 0 0 no-repeat; position:absolute; top:5px; right:28px; cursor:pointer; z-index:1000; }
.magento_maximize { width:16px; height:16px; background:url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/lib/prototype/windows/themes/magento/window_maximize.png)0 0 no-repeat; position:absolute; top:5px; right:49px; cursor:pointer; z-index:1000; }

.magento_title { float:left; width:100%; font:bold 12px/28px Arial, Helvetica, sans-serif; color:#fff; text-align:left; }

.magento_content { overflow:auto; font-size:12px; }
.magento_content,
.magento_content label { color:#333; font-family:Arial, sans-serif; }

.magento_buttons { padding:10px; text-align:right; }
.magento_buttons input.button { border-width:1px; border-style:solid; border-color:#ed6502 #a04300 #a04300 #ed6502;  background:#ffac47 url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/lib/prototype/windows/themes/magento/btn_bg.gif) 0 100% repeat-x; padding:0 7px 1px 7px; font:bold 12px/18px Arial, Helvetica, sans-serif; color:#fff; cursor:pointer; text-align:center; white-space:nowrap; }
.magento_buttons button.button span span span { display:inline; background:none; padding:0; height:auto; }

/* FOR IE */
* html .magento_close { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_maximize.png", sizingMethod="crop"); }
* html .magento_minimize { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_close.png", sizingMethod="crop");}
* html .magento_maximize { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_minimize.png", sizingMethod="crop"); }

/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut {

    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fadeOut {

    0% { opacity: 1; }
    100% { opacity: 0; }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel .owl-refresh .owl-item { display: none; }
.owl-carousel .owl-item { position: relative;  min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-item img { display: block; width: 100%; }
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }

/* No Js */
.no-js .owl-carousel { display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.owl-carousel .owl-item img {  }

#ajaxcartpro-progress { font-size: 14px; position: fixed; z-index: 9999; color: #fff; overflow: auto; min-height: 80px; min-width: 200px; text-align: center; padding: 60px 0; /*position:absolute;*/ /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/ }

#ajaxcartpro-progress img { display: inline; width: 80px; height: 80px; }
#ajaxcartpro-progress .loader-box { display: inline-block; line-height: 0; border-radius: 80px; overflow: hidden; }
#ajaxcartpro-add-confirm,
#acp-product-options,
#ajaxcartpro-remove-confirm{ background: url("https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/popin-line-760x4.png") no-repeat center top;  position: fixed; border-top: 20px solid #000; border-radius: 10px; text-align: center !important; padding:5px 40px 0; background-color: #FFF; z-index: 9999; overflow: auto; min-height: 60px; min-width: 750px; max-width: 750px; width: auto; height: auto; /*position:absolute;*/ /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/ }

.acp-product-success h2 { color: #998176; display: block; padding: 30px 40px 25px; border-bottom: 1px solid #d8d8d8; margin: 0 -40px; }
#acp-product-options h2 { color: #998176; padding: 12px 10px; border-bottom: 1px solid #d8d8d8; margin: 0 -40px; }
.apc-product-image { float:left; margin: 40px 20px 35px 0; width: 250px; text-align: center; }
.apc-product-image img { display: inline; }
.acp-content {float: left; margin: 40px 0 35px; width: 400px; text-align: left; }
.apc-product-manufacturer { text-transform: uppercase; font-size: 18px; color: #31251d; margin: 0 0 5px; }
.apc-product-name,
.apc-product-type { font-family: "karla-it",Verdana,Arial,sans-serif; font-size: 16px; line-height: 22px; color: #555; }
.acp-content .price-box { margin: 10px 0 0 0; }
.apc-product-buttons { margin: 20px 0 0 0; }
.apc-product-continue { float:left; width: 48%; }
.apc-product-continue .aw-acp-continue  { background:#fff; text-align: center; text-transform: uppercase; font-family: "karla-md","Arial",sans-serif; font-size: 12px; transition: background-color 0.3s ease 0s; color: #000; border: 2px solid #dbd8d6; display: block; height: 40px; line-height: 38px; cursor: pointer; letter-spacing: 0; }
.apc-product-continue .aw-acp-continue span { background: url("https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/arrow-back-link.png") no-repeat left 1px; background-size: 13px 13px; padding: 0 0 0 18px; }
.apc-product-gotocheckout { float: right; width: 47%; }
.apc-product-gotocheckout .aw-acp-checkout { background:#998176; text-align: center; text-transform: uppercase; font-family: "karla-md","Arial",sans-serif; font-size: 12px; transition: background-color 0.3s ease 0s; color: #fff; display: block; height: 40px; line-height: 40px; cursor: pointer; letter-spacing: 1px; }
.apc-product-gotocheckout .aw-acp-checkout:hover { background-color:#57453E;  }
.apc-crossell { float:left; clear: both; margin:0; width: 100%; }
.acp-product-success .apc-crossell h2 { text-transform: none; padding: 13px 40px; margin: 0 -40px; background: #000; color: #fff; font-weight: normal; font-size: 16px; }

.apc-crossell .products-grid { margin: 25px 0; }
.apc-crossell .products-grid > li { background: none!important; border: none!important; float: left; height: auto; margin: 0; padding: 0; position: relative; text-align: center; width: 33.333%; position: relative; min-height: 0; }
.apc-crossell .products-grid > li:nth-child(2n+1) { clear: none; }
.apc-crossell .product-image img { display: block; margin: 0 auto; }
.apc-crossell .crosssell-product-details { background: url("https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/transparency-80.png") repeat; position: absolute; left:0; top: 0; width: 100%; height: 100%; border:2px solid #998176; padding: 0 10px; }
.apc-crossell .crosssell-product-details h3 { margin: 20px 0 0; }
.apc-crossell .crosssell-product-details .product-name,
.apc-crossell .crosssell-product-details .product-main-attribute { font-family: "karla-it",Verdana,Arial,sans-serif; line-height: 18px; }
.apc-crossell .crosssell-product-details > a { background: url("https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/arrow-next-link.png") no-repeat right center; background-size: 13px 13px; display: inline-block; margin: 10px 0 0 0; padding: 0 18px 0 0; }
.apc-crossell .crosssell-product-details > a:hover { text-decoration: underline; }
.apc-crossell .price-box { margin: 15px 0 0; }

.ajaxcartpro-box-hide{ display:none; }
.ajaxcartpro-box-show{ display:block; }

.acp-msg-block{ font-weight:bold; background-image: none; padding:0!important; min-height:0!important; font-size: 12px !important; text-align: center; }

#acp-configurable-block #bundle-product-wrapper { z-index: 1000; }


#acp-overlay { position:absolute; top:0; left:0; width:100%; height:100%; background-color:#000; opacity:.65; filter: alpha(opacity=65); z-index: 100; }
#acp-overlay[id]{ /* IE6 and below Can't See This */ position:fixed; }

#acp-product-options { min-width: 400px; position: fixed; overflow:  auto; z-index:1000; background-color: white; padding: 10px; height: auto; }

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{ display: inline-block; text-align: center; text-decoration: none; }

#acp-product-options #product-options-wrapper { margin:0; text-align:center; }
#acp-product-options{ width: 480px !important; max-width: 100% !important; min-width: auto !important; overflow: hidden; }
#acp-product-options .product-options { width: 100%; }
#acp-product-options .product-options p { padding: 20px; font-size: 14px; color: #998176;}
#acp-product-options .product-options .aw-acp-btn-container a { line-height: 36px; height: 40px; padding: 0 50px; background: #998176; border: 2px solid #8d776d; font-size: 14px; text-transform: uppercase; color: #FFF; margin-bottom: 20px; }
.map-popup { z-index: 1001 !important; }

.apc-product-saving { font-size: 12px; line-height: 16px; font-family: 'karla-it', sans-serif; color: #BC2E13; text-align:left; }
.apc-product-saving span { font-family: 'karla-b-it', Verdana, Arial, sans-serif; }

@media only screen and (max-width: 840px) {

    #ajaxcartpro-add-confirm, #ajaxcartpro-remove-confirm { left: 10px!important; }
}

@media only screen and (max-width: 767px) {

    #ajaxcartpro-add-confirm, #ajaxcartpro-remove-confirm { left: 10px !important; width: 96.5%!important; min-width: 0; max-width: none; padding: 0 20px 20px; }
    .acp-product-success h2 { padding: 20px 20px 15px; margin: 0 -20px; }
    .apc-product-image { float: none;  margin: 20px 20px 0 0; text-align: center; width: 100%; }
    .acp-content { margin: 20px 0 0; text-align: center; width: 100%; clear: both; overflow: hidden; }
    .acp-product-success .apc-crossell h2 { margin: 0 -20px; padding: 13px 20px; }
    .apc-crossell { margin: 20px 0 0; }
    .apc-crossell .products-grid { padding: 0 0 20px; margin: 0; }
    .apc-crossell .products-grid > li { clear: both; margin:20px 0 0 0; padding:0; width: 100%; border-bottom: 1px solid #E1E1E1; }
    .apc-crossell .products-grid > li:last-child { border-bottom:none; }

    .checkout-cart-index .apc-product-continue { float:none; width: 100%; }

}

@media only screen and (max-width: 568px) and (min-width: 320px) {

    #ajaxcartpro-add-confirm, #ajaxcartpro-remove-confirm { width: 94.5%!important; padding:5px 10px 20px; }
    .acp-product-success h2 { padding:5px 10px; margin: 0 -10px; font-size: 11px; }
    .apc-product-image { margin: 5px 10px 0 0; }
    .apc-product-image img { display: inline; width: 120px; height: initial; }
    .acp-content { margin: 5px 0 0; }
    .apc-product-manufacturer { text-transform: uppercase; font-size: 13px; color: #31251d; margin: 0; }
    .apc-product-name, .apc-product-type { font-size: 13px; line-height: 18px; }
    .acp-content .price-box { margin: 5px 0 0 0; }
    .acp-content .price-box .regular-price { font-size: 20px; }
    .apc-product-buttons { margin: 5px 0 0 0; }
    .apc-product-continue .aw-acp-continue { height: 32px; line-height: 32px; font-size: 11px; }
    .apc-product-continue { float: none; width: 100%; }
    .apc-product-gotocheckout { float: none; width: 100%; margin:5px 0 0 0; }
    .apc-product-gotocheckout .aw-acp-checkout { height: 32px; line-height: 32px; font-size: 11px; }
    .apc-crossell { margin: 0; }
    .acp-product-success .apc-crossell h2 { margin: 0 -10px; padding:0; }
    .apc-product-saving { text-align: center; }
}
div.aw_brand_container {
    float: left;
    min-height: 180px;
    text-align: center;
    background-color: white;
    border: 1px rgba(245, 237, 237, 0.37) outset;
    padding: 8px;
    margin: 5px;
}

div.aw_brand_logo {
    float: left;
    border: 1px rgb(233, 233, 233) solid;
    margin-bottom: 5px;
    min-height: 150px;
}

.aw_brand_container div.aw_brand_logo {
    float: none;
}

div.aw_brand_title {
    font-size: 15px;
    font-weight: bold;
}

a.aw_brands_url,
.shopbybrands-brand-page a {
    text-decoration: none;
}

.shopbybrands-brand-page img {
    display: inherit;
}

ul.brands-list {
    padding: 10px;
    list-style: none;
}

li.brands-item {
    padding: 5px;
}

span.brand-name {
    padding-left: 10px;
    vertical-align: top;
}

li.brands-item a {
    text-decoration: none;;
}

li.brands-item img {
    display: inline;
}

div.brand_details {
    margin-left: 170px;
}

div.brand_container {
    padding: 5px;
    border: 1px rgb(235, 235, 235) solid;
    margin-bottom: 5px;
    min-height: 150px;
    display: inline-block;
}

/* More from this brand section */
.aw-sbb-more-product-from-brand {
    background-color: #f1ecdb;
    border: thin solid #e5dcc3;
    display: inline-block;
    padding: 10px;
}

.aw-sbb-more-product-from-brand-label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.aw-sbb-product-list-container {
    display: inline-block;
}

.aw-sbb-product-container {
    display: inline-block;
    margin: 5px;
    border: thin solid #e5dcc3;
}

.aw-sbb-product-container:hover {
    border: thin solid #bab199;
}

.nav-primary li a {
    padding: 0 25px;
}
.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 2em 1em 2em;
}

/* ccType */
#stripe-payments-accepted-cards img {
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: inline-block;
}

#stripe-payments-accepted-cards.stripe-payments-detected img {
    opacity: 0.3;
}

#stripe-payments-accepted-cards.stripe-payments-detected img.active {
    opacity: 1;
}

input#stripe_payments_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#stripe_payments_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_stripe_payments input[type="text"] {
    width: 200px;
}

.dialog_content {
    background-color: #fff;
}

.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}

/* Customer Account */
.saved-cards label {
    display: inline;
}

.saved-cards {
    font-size: 1.15em;
}

.saved-cards li {
    margin: 4px 0;
}

#new-card .form-list select {
    width: auto;
}

#new-card .form-list label {
    float: none;
}

#stripe_payments_cc_cid {
    width: 40px;
}

/* Checkout */
#mandates.saved-cards label {
    font-weight: normal;
    margin-left: 4px;
}

ul#payment_form_stripe_payments {
    padding-left: 0px;
    padding-top: 15px;
}

.adminhtml-sales-order-create-index ul#payment_form_stripe_payments {
    padding: 5px 0 10px;
}

ul#payment_form_stripe_payments li {
    display: block;
}

ul#payment_form_stripe_payments li.stripe-new {
    display: none;
}

ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    display: block;
    margin-left: 0px;
}

/* Idev OSC 3-column fixes */
.onestepcheckout-column-middle ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    margin-left: 0;
}

.onestepcheckout-column-middle ul#payment_form_stripe_payments {
    margin: 10px 0;
    padding-left: 0px;
}

/* ~Idev OSC */
.sp-methods .saved-cards li label {
    float: none;
}

.saved-cards {
    margin-top: 14px;
}

.saved-cards input.select {
    position: relative;
    top: -1px;
}

.saved-cards span {
    display: inline-block;
}

.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}

.saved-cards span.exp {
    float: right;
}

.saved-cards label {
    display: inline;
}

.saved-cards span.stripe-payments-fade {
    color: #aaa;
    font-weight: normal;
}

.form-list .saved-cards label {
    float: none;
}

#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}

#stripe-payments-card-errors.populated {
    border: 1px hsla(0, 100%, 50%, 0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Card Icons */
#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa {
    background: url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/img/visa.png) no-repeat;
}

#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex {
    background: url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/img/amex.png) no-repeat;
}

#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard {
    background: url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/img/mastercard.png) no-repeat;
}

#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover {
    background: url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/img/discover.png) no-repeat;
}

#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners {
    background: url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/img/diners.png) no-repeat;
}

#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb {
    background: url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/img/jcb.png) no-repeat;
}

#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa,
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex,
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard,
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover,
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners,
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
#co-payment-form #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}

#co-payment-form #stripe-apple-pay-section,
ul#payment_form_stripe_payments li#apple-pay-section {
    display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#co-payment-form.payment-request-api-supported #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section {
    display: block;
}

#co-payment-form.payment-request-api-supported #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section #apple-pay-button {
    display: none;
}

#co-payment-form #stripe-apple-pay-section label,
ul#payment_form_stripe_payments li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

#stripe-apple-pay-result {
    margin-bottom: 20px;
}

#co-payment-form.apple-pay-success .sp-methods {
    display: none;
}

/* Authorized Apple Pay Result */
#co-payment-form #stripe-apple-pay-result label,
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}

#co-payment-form #stripe-apple-pay-result,
ul#payment_form_stripe_payments li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}

#stripe-apple-pay-result > div,
#apple-pay-result > div {
    display: block;
    margin: 5px 0;
}

#co-payment-form.apple-pay-success #stripe-apple-pay-result,
ul#payment_form_stripe_payments.apple-pay-success li#apple-pay-result {
    display: block;
}

#co-payment-form.payment-request-api-supported.apple-pay-success #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success li#apple-pay-section {
    display: none;
}

ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}

ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li#stripe_payments_cc_save_div.stripe-new {
    display: block;
}

ul#payment_form_stripe_payments.apple-pay-success ul#saved-cards {
    display: none;
}

/* Stripe Elements */
#card-details-label {
    display: block;
}

#stripe-payments-card-number {
    width: 285px;
    display: inline-block;
}

.stripe-payments-brand {
    height: 24px;
    width: 110px;
    display: inline-block;
    font-size: 20px;
    margin-left: -120px;
    position: relative;
    top: 0px;
    text-align: right;
}

#stripe-payments-card-expiry {
    width: 93px;
    display: inline-block;
}

#stripe-payments-card-cvc {
    width: 68px;
    display: inline-block;
    margin-left: 30px;
}

.stripe-elements-field {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 4px 14px;
    border-style: none;
    background-color: #fefefe;
    border-radius: 2px;
    border: 1px solid #DDD;
}

li.stripe-payments-elements.no-wrap {
    white-space: nowrap;
}

.pci-dss-info-block {
    margin: 0;
}

#pci-svg {
    position: relative;
    left: -25px;
    top: 5px;
    opacity: 0.5;
    fill: green;
}

.pci-dss-info-text {
    display: inline-block;
    position: relative;
}

/* ACH */

ul.ach-bank-account-details {
    margin: 1em auto;
}

ul.ach-bank-account-details label {
    min-width: 140px;
}

ul.ach-bank-account-details .account-number,
ul.ach-bank-account-details .account-holder-name {
    width: 210px;
}

ul.ach-bank-account-details .account-holder-type {
    width: 215px;
}

#ach-bank-account-details .ach-token .validation-advice {
    display: none;
}

#ach-bank-account-details.showVerificationError .ach-token .validation-advice {
    display: block;
}

#stripe-ach-account-verified {
    color: #47a722;
    font-style: italic;
    display: none;
}

#stripe-ach-account-verified img {
    display: inline;
    height: 1em;
    padding: 2px;
}

.stripe-payments-elements .cvc-number-tooltip {
    width: 18px;
    height: 18px;
    margin: 0 10px 0px;
    border-radius: 36px;
    vertical-align: top;
    top: 15px;
    font-size: 15px;
}

.stripe-payments-elements .cvc-number-tooltip .cvc-number-tooltip-content .arrow {
    left: 42%;
}

.stripe-payments-elements .cvc-number-tooltip .cvc-number-tooltip-content {
    text-align: center;
    white-space: initial;
    top: 30px;
    width: 350px;
}


/*!
 *  PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
 *  License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:PaymentFont;src:url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/fonts/paymentfont-webfont.eot);src:url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff2'),url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff'),url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/fonts/paymentfont-webfont.ttf) format('truetype'),url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pf-2x{font-size:2em}.pf-3x{font-size:3em}.pf-4x{font-size:4em}.pf-5x{font-size:5em}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-google-wallet:before{content:"\f01c"}.pf-google-wallet-alt:before{content:"\f01d"}.pf-gpb:before{content:"\f01e"}.pf-gratipay:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"}.pf-interac-alt:before{content:"\f05f"}.pf-klarna:before{content:"\f060"}.pf-bitpay:before{content:"\f061"}.pf-venmo:before{content:"\f062"}.pf-visa-debit:before{content:"\f063"}.pf-alipay:before{content:"\f064"}.pf-diners-alt:before{content:"\f065"}.pf-hipercard:before{content:"\f066"}.pf-skrill-alt:before{content:"\f067"}.pf-shopify:before{content:"\f068"}.pf-direct-debit:before{content:"\f069"}.pf-sodexo:before{content:"\f06a"}.pf-bpay:before{content:"\f06b"}.pf-contactless:before{content:"\f06c"}.pf-contactless-alt:before{content:"\f06d"}.pf-eth:before{content:"\f06e"}.pf-ltc:before{content:"\f06f"}.pf-visa-pay:before{content:"\f070"}.pf-wechat-pay:before{content:"\f071"}.pf-amazon-pay:before{content:"\f072"}.pf-amazon-pay-alt:before{content:"\f073"}
.product-view #payment-request-button {
    margin-bottom: 10px;
}

.cart #payment-request-button {
    width: 184px;
    display: inline-block;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#payment-request-button.disabled,
#payment-request-button.disabled * {
    pointer-events: none !important;
}

#payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

#payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/stripe_payments/img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.sidebar .block-layered-nav.amshopby-filters-left { clear:both; }
.sidebar .block-layered-nav.amshopby-filters-left dl ol > li > a { float: none; }
.block-subtitle {  font-family: "karla-md",Verdana,Arial,sans-serif;  font-weight: normal;  margin: 0 0 10px; font-size: 15px;  color: #998176;   }

.amshopby_attr_search { background: transparent url("https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/amasty/header-picto-loop.png") no-repeat scroll 95% center / 18px 18px!important; width: 155px!important; padding: 0 28px 0 8px !important; margin: 0 0 10px; }
div.amshopby-column { float: left; width: 105px; overflow: hidden; }

select.amshopby-select { width:170px; }

.amshopby-logo{ padding: 0pt 10px 10px 0pt; float: left; }
.amshopby-featured { padding: 5px 5px 5px 5px; }
.amshopby-link{ float:left; padding-left:5px; padding-top:5px; }

.amshopby-clearer { display:block; clear:both; overflow: hidden; }
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover { padding-left:16px; position: relative;}
div.block-layered-nav dd a.amshopby-attr:before, div.block-layered-nav dd a.amshopby-attr:hover:before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background: url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/sprites.png) no-repeat -370px -5px; width: 12px; height: 12px; }
div.block-layered-nav dd a.amshopby-attr-selected { padding-left:16px; position: relative;}
div.block-layered-nav dd a.amshopby-attr-selected:before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; background: url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/sprites.png) no-repeat -335px -5px; width: 12px; height: 12px;}
div.block-layered-nav dd a.amshopby-attr-inactive {pointer-events: none; color: #666666}
div.block-layered-nav dd a img {/* padding: 0px 4px 5px;*/ float:left;}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav li.amshopby-cat-multi a { padding-left:15px; background-image:url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/amasty/amshopby-cb.png); background-repeat: no-repeat; background-position: left center; }

div.block-layered-nav li.amshopby-cat-multiselected a {  font-weight: bold;  background-image:url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/amasty/amshopby-cba.png); background-repeat: no-repeat; background-position: left center; }

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav.amshopby-collapse-enabled dl dt {  cursor:pointer;  padding-left:15px;  background:url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/amshopby-expanded.gif) center left no-repeat; }
div.block-layered-nav.amshopby-collapse-enabled dl dt::after { border-style: none !important; }
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {background:url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/amshopby-collapsed.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt{background:url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/amshopby-expanded.gif) center left no-repeat;}

div.block-layered-nav div.amshopby-slider {  position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer; }
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price { color: #767676; }
.chanel .amshopby-slider-price { color: #000000; }
.amshopby-slider-price span { float:left; }
.amshopby-slider-price-from { float: left; }
.amshopby-slider-price-to { float: right; }
.amshopby-slider-handle-right { position: absolute; top: 14px; right: 0; }
.amshopby-slider-handle-left { position: absolute; top: 14px; left: 0; }

.amshopby-tooltip { padding:2px 5px; background:#FEC; border:1px solid #FAA819; color:#767676; text-align:left; width:200px; position:absolute; }

.amshopby-slider-price-range { text-align: center;   font-size: 0.9em; }
.amshopby-tooltip-img { cursor:help;  display: inline; }

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top { position: relative; }
div.amshopby-overlay { background:url('https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/amasty/bkg-opacity-50.png') repeat; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 555;  }
div.amshopby-overlay img { top: 100px; left: 50%; display: block; position: absolute; }
div.amshopby-overlay div { display: block; width: 80px; height: 80px; background:url('https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/loader.gif') 0 0 no-repeat; background-size: 80px 80px; border-radius: 50%; position: fixed; left: 50%; margin: -40px 0px 0px -40px; top: 50%; }

/*
 * Advanced Categories
 */
.amshopby-advanced li { clear: both; }
.amshopby-advanced li.level1 { padding-left: 20px; }
.amshopby-advanced li.level2 { padding-left: 30px; }
.amshopby-advanced li.level3 { padding-left: 40px; }
.amshopby-advanced li.level4 { padding-left: 50px; }
.amshopby-advanced li.active > a { font-weight: bold; }

/*
 * Slider Bar
 */
.amshopby-slider-bar { position:absolute; background: #998176; height: 6px; top: 6px; z-index: 1; }

/*
 * Subcategories block
 */
.amshopby-subcategory-image { overflow: auto; }

.btn-remove-inline { background: transparent url("https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/filtre-picto-close.png") no-repeat scroll 0 0 / 12px 12px; display: inline-block; width:12px; height:12px; margin:0 3px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: #f0f0f0; }

.btn-remove-inline img { display: none; }

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/amasty/amshopby-slider-bg.png) repeat-x 0 50%; margin: 10px 0 10px 5px; }
.amshopby-slider-ui .ui-slider-handle { background-color: #222; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #000000; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width:5px; height: 13px; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 13px; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: 13px; }
.ui-slider-horizontal .ui-slider-handle { top:0; margin-left: -5px; }
.ui-slider-horizontal .ui-slider-range { top:5px; height: 3px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{ width: auto; }

.amshopby-item-top{ max-width: 225px; min-width: 180px; display: inline-block; vertical-align: top; height: 100%; }
.amshopby-filters-top .block-content ol{ max-width: 250px; }
.amshopby-item-top div.amshopby-column { width: auto; }
.no-display-current, .no-display{ display: none; }

.current .no-display-current, dd.current td.no-display{ display: block; }

@media only screen and (max-width: 1023px) {

    .block-subtitle { margin:10px 20px; }
    .amshopby_attr_search { background: transparent url("https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/images/aelmag/amasty/header-picto-loop.png") no-repeat scroll 98% center / 18px 18px !important;  width: 90% !important; margin: 0 5% 2%; }
    dl#narrow-by-list,
    dl#narrow-by-list2 { padding: 0; }
    .amshopby-slider-ui { margin: 10px 20px 10px 25px; }
    .amshopby-slider-price-from { margin:0 0 0 19px; }
    .amshopby-slider-price-to { margin:0 19px 0 0; }
}

.interactionWindow {
	background: none repeat scroll 0 0 #F3BF8F;
    width: 600px;
    border: 1px;
    border-color: #000;
    border-style: solid;
    position:absolute;
    top: 20%;
    left: 30%;
    z-index:981;
    padding: 0 4px 4px 4px; 
    text-align: left;
        
}
.interactionWindow a{
    background: url("https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/qas/images/bkg_btn-close.gif") repeat-x scroll 0 50% transparent !important;
    border: 1px solid #EA7601;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font: 12px/17px Arial,Helvetica,sans-serif;
    padding: 0 12px 0 7px;
    text-decoration: none !important;
}
.message-popup-content {
    background: none repeat scroll 0 0 #FDF4EB;
    padding: 21px 21px 10px;
}
.interactionWindow a span {
    background: url("https://www.aeliadutyfree.pl/skin/frontend/aelmag/default/qas/images/bkg_btn-close2.gif") no-repeat scroll 0 50% transparent;
    float: left;
    padding-left: 19px;
}
.interactionWindow h2{
    color: #644F3B;
    font: bold 12px/19px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0 10px;
}
.interactionWindow-mask {
   background-color: #EFEFEF;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 980;
}

#address_search_autocomplete { z-index:999; height:350px; overflow:auto;}
#address_search_autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
#address_search_autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
#address_search_autocomplete li .amount { float:right; font-weight:bold; }
#address_search_autocomplete li.odd { background-color:#fffefb; }
#address_search_autocomplete li.selected { background-color:#f7e8dd; }

.validate-email-loader {position:absolute; margin:2px 2px 1px 4px;}

.ampromo-label{
    float: right;
    position: absolute;
    z-index: 500;
}

.ampromo-gift .product-image{
    float: left;
}

.ampromo-gift li{
    margin: 10px 10px;
    float: left;
}

.ampromo-product-name{
    font-weight: bold;
}

.add-to-cart-wrapper .product-options {
    margin-bottom: 10px;
}

.ampromo-label{
    float: right;
    position: absolute;
    z-index: 1;
}
.in_stock{
    color:green;
}
.out_of_stock{
    color:red;
}
.backorder{
    color:orange;
}
.not_managed{
    color:green;
}

/* SEARCH BOX */
.ais-search-box--powered-by {
    font-size: .8em;
    text-align: right;
    margin-top: 2px;
}

input::-ms-clear {
    display: none;
}

/* PAGINATION */
#instant-search-pagination-container {
    width: 100%;
    text-align: center;
}
.ais-pagination {
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin: 20px auto;
}
.ais-pagination li {
    display: inline-block;
}
.ais-pagination--item a {
    padding: 5px 10px;
    margin: 0 5px;
    line-height: 25px;
    background-color: white;
    color: #727272;
}

.ais-pagination li.ais-pagination--item__disabled {
    display: none;
}

.ais-pagination--item__active a {
    font-weight: bolder;
    color: #606060;
    text-decoration: underline;
}

.ais-pagination--item.ais-pagination--item__next a,
.ais-pagination--item.ais-pagination--item__previous a {
    font-weight: bold;
    color: #606060;
}

/* REFINEMENT LIST */

.ais-menu--link,
.ais-hierarchical-menu--link,
.ais-price-ranges--link,
.ais-refinement-list--label {
    padding: 4px 10px;
    cursor: pointer;
    color: #636363;
    text-decoration: none;
    display: block;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.ais-hierarchical-menu--item__active > div > .ais-hierearchical-link-wrapper > .ais-hierarchical-menu--link,
.ais-refinement-list--item__active > div > .ais-hierarchical-list--link,
.ais-refinement-list--item__active > div > .ais-refinement-list--label,
.ais-price-ranges--item__active > .ais-price-ranges--link{
    font-weight: bold;
    box-shadow: inset 3px 0 0 #3399cc;
}

.ais-hierearchical-link-wrapper, .ais-refinement-list--item {
    padding: 7px 0px;
}

.ais-refinement-list--label, .ais-hierarchical-menu--link {
    line-height: 1.0em;
    padding: 0px 10px;
}

.ais-refinement-list--label img {
    display: inline;
}

.ais-hierarchical-menu--item__active .ais-hierearchical-link-wrapper .cross-circle,
.ais-refinement-list--item__active .cross-circle {
    display: none;
}

.ais-hierarchical-menu--item__active .ais-hierearchical-link-wrapper:hover .cross-circle,
.ais-refinement-list--item__active:hover .cross-circle {
    display: inline;
    text-decoration: underline;
    vertical-align: bottom;
    margin-left: 6px;
}

.ais-refinement-list--item:hover {
    text-decoration: underline;
}

.ais-price-ranges--input
{
    width: 70px !important;
}

.ais-price-ranges--label
{
    margin: 5px;
}

.ais-refinement-list--checkbox
{
    margin-right: 10px;
}

.current-refinements
{
    position: relative;
}

.ais-current-refined-values--link
{
    cursor: pointer;
    color: #636363;
    border-radius: 2px;
    border: solid 1px #DDDDDD;
    background-color: #f4f4f4;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    padding: 0 8px 0 0;
    height: 28px;
    overflow: hidden;
}

.ais-current-refined-values--clear-all
{
    position: absolute;
    right: 6px;
    top: 3px;
    color: #666666;
    font-weight: 500;
}

a.ais-current-refined-values--link:hover
{
    text-decoration: none;
}

.ais-current-refined-values--item {
    margin-top: 8px;
}

.ais-current-refined-values--item:after {
    clear: both;
    content: "";
    display: block;
}

.ais-current-refined-values--item .current-refinement-label {
    font-weight: bold;
}

.ais-current-refined-values--item .cross-wrapper {
    font-weight: bold;
    background-color: #DDDDDD;
    border-radius: 1px 0 0 1px;
    float: left;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
}

.ais-current-refined-values--link:hover .cross-wrapper {
    text-decoration: none;
}

.ais-current-refined-values--link .cross-wrapper img {
    display: inline;
    margin-top: 6px;
}


.ais-current-refined-values--item .current-refinement-wrapper {
    float: left;
    width: calc(100% - 26px);
    height: 26px;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
}

.ais-current-refined-values--link:hover .current-refinement-wrapper {
    text-decoration: line-through;
}

.ais-menu--link:hover,
.ais-price-ranges--link:hover,
.ais-hierarchical-menu--link:hover {
    color: #636363;
}
.ais-menu--count, .ais-hierarchical-menu--count, .ais-refinement-list--count {
    float: right;
    color: #666;
}

/* RANGE SLIDER */

.ais-range-slider--target {
    position: relative;
    direction: ltr;
    background: #F3F4F7;
    height: 6px;
    margin-top: 3em;
    margin-bottom: 4em;
    width: 88%;
    margin-left: 6%;
}

.ais-range-slider--base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 2px solid #DDD;
    border-right: 2px solid #DDD;
}

.ais-range-slider--origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.ais-range-slider--connect {
    background: #b5b6b9;
}

.ais-range-slider--background {
    background: #F3F4F7;
}

.ais-range-slider--handle {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    cursor: pointer;
}

.ais-range-slider--handle-lower {
    left: -10px;
    bottom: 7px;
}

.ais-range-slider--handle-upper {
    right: 10px;
    bottom: 7px;
}

.ais-range-slider--tooltip {
    position: absolute;
    background: #FFFFFF;
    top: -2em;
    min-width: 20px;
    text-align: center;
    font-size: .8em;
}

.ais-range-slider--pips {
    box-sizing: border-box;
    position: absolute;
    height: 3em;
    top: 100%;
    left: 0;
    width: 100%;
}

.ais-range-slider--value {
    display: none;
    width: 40px;
    position: absolute;
    text-align: center;
    margin-left: -20px;
    padding-top: 15px;
    font-size: .8em;
}
.slider-min {
    position: absolute;
    left: 0;
    top: 20px;
}
.slider-max {
    position: absolute;
    right: 0;
    top: 20px;
}

.ais-range-slider--value-sub {
    font-size: .8em;
    padding-top: 15px;
}

.ais-range-slider--marker {
    position: absolute;
    margin-left: -1px;
    width: 1px;
    height: 5px;
}

.ais-range-slider--marker-large {
    background: #DDD;
    width: 2px;
    margin-left: -2px;
    height: 12px;
}

.ais-range-slider--marker-large:first-child {
    margin-left: 0;
}
/******************
**
** Auto-completion menu
**
******************/

#algolia-autocomplete-container .aa-dropdown-menu .before_special {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 12px;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .category-tag {
    color: #3284b6;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details {
    font-size: 10px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#algolia-autocomplete-container .aa-dropdown-menu .info-without-thumb .details em {
    color: #222222;
}

#algolia-autocomplete-tt.algolia-autocomplete {
    width: 100%;
    display: inline-block !important;
}

#algolia-autocomplete-container .aa-dropdown-menu {
    position: absolute;
    margin-top: -1px;
    right: 0px;
    width: 100%;
    z-index: 1000 !important;
    border: 1px solid #BBB;
    border-top: 3px solid #8EB4D0;
    border-radius: 1px;
    background: white;
}

@media (min-width: 992px) {
    #algolia-autocomplete-container .aa-dropdown-menu {
        width: 71.1%;
        min-width: 800px;
    }
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2 {
    position: relative;
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-left {
    width: 67%;
}

#algolia-autocomplete-container .aa-dropdown-menu .col-2 .col-right {
    width: 33%;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products {
    padding: 40px 40px;
    min-height: 250px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .title {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 16px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .suggestions {
    margin-bottom: 30px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results-products .see-all a {
    color: #636363;
    font-weight: bold;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-no-results {
    padding: 10px;
    font-style: italic;
}

#algolia-autocomplete-container .aa-dropdown-menu .category {
    padding: 4px;
    color: rgb(166, 166, 166);
    text-align: left;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

#algolia-autocomplete-container .aa-dropdown-menu .category-suggestions {
    padding: 4px;
    color: #54A5CD;
    text-align: left;
    font-size: 0.7em;
    text-transform: uppercase;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit {
    display: block;
    position: relative;
    padding: 5px 10px;
    color: #000;
    text-align: left;
    text-decoration: none;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-dataset-suggestions .algoliasearch-autocomplete-hit {
    padding-left: 30px;
}

#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products .col9 {
    background-color: #F9F9F9;
}

#algolia-autocomplete-container .aa-dropdown-menu.aa-without-products #autocomplete-products-footer {
    display: none;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion {
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    #algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion {
        display: inline-block;
        width: 50%;
    }
}


#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .algoliasearch-autocomplete-hit {
    padding: 15px 10px;
}

.autocomplete-wrapper {
    width: 100%;
}

.autocomplete-wrapper:after {
    clear: both;
    content: '';
}

.col9 {
    float: right;
    width: 100%;
}

.col3 {
    float: right;
    width: 100%;
}

#algolia-autocomplete-container.reverse .col3 {
    float: left;
    width: 100%;
}

#algolia-autocomplete-container.reverse .col9 {
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
    .col9 {
        border-left: solid 1px #eeeeee;
        float: right;
        width: 70%;
    }

    .col3 {
        float: right;
        width: 30%;
    }

    #algolia-autocomplete-container.reverse .col3 {
        float: left;
        width: 30%;
    }

    #algolia-autocomplete-container.reverse .col9 {
        border-right: solid 1px #eeeeee;
        float: left;
        width: 70%;
    }
}

.other-sections {
    margin: 20px 10px;
    margin-bottom: 70px;
}


.aa-dataset-products .aa-suggestions {
    margin: 10px auto 10px auto;
}

.aa-dataset-suggestions {
    display: none;
}

@media (min-width: 768px) {
    .aa-dataset-suggestions {
        display: block;
    }
}


@media (min-width: 768px) {
    .aa-dataset-products .aa-suggestions {
        margin: 10px auto 50px auto;
    }
}


.aa-dataset-products .aa-suggestions:after {
    content:'';
    display:block;
    clear: both;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .algoliasearch-autocomplete-hit {
    padding-left: 10px;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .aa-suggestions {
    margin-bottom: 20px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-cursor .algoliasearch-autocomplete-hit {
    background-color: #f2f2f2;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit em {
    font-weight: bold;
    font-style: normal;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-price {
    font-size: 1.1em;
    color: #54A5CD;
    height: 22px;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb {
    float: left;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb img {
    width: 50px;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info {
    margin-left: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#autocomplete-products-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    background-color: #F9F9F9;
    padding: 15px;
    text-align: center;
    display: none;
}

#algolia-autocomplete-container.reverse #autocomplete-products-footer {
    right: auto;
    left: 0;
}

@media (min-width: 768px) {
    #autocomplete-products-footer {
        display: block;
    }
}

#autocomplete-products-footer span {
    color: #15769c;
    font-weight: 600;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category {
    font-size: 0.8em;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-category em {
    color: #222;
}

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
    position: absolute;
    width: 100%;
    padding: 10px;
    text-align: center;
    bottom: 4px;
    left: 4px;
    font-size: 13px;
}

#algolia-autocomplete-container.reverse .aa-dropdown-menu .footer_algolia {
    left: auto;
    right: 4px;
}

@media (min-width: 768px) {
    #algolia-autocomplete-container .aa-dropdown-menu .footer_algolia {
        width: 30%;
    }
}

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia span {
    color: #B8B8B8;
    font-size: 10px;
}

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia img {
    display: inline;
    height: 1.5em;
    vertical-align: bottom;
}

/**
 * Search Box
*/
#algolia-searchbox{
    margin: 20px 0;
    position: relative;
}

#algolia-searchbox .clear-query-autocomplete {
    position: absolute;
    top: 13px;
    right: 12px;
    cursor: pointer;
    display: none;
}

#algolia_instant_selector .clear-query-instant {
    position: absolute;
    top: 13px;
    right: 12px;
    cursor: pointer;
    display: none;
}

#algolia-searchbox svg.magnifying-glass, #algolia-autocomplete-container svg.magnifying-glass {
    position: absolute;
    top: 8px;
    right: 6px;
    fill: #54A5CD;
    stroke: #54A5CD;
}

.search-page #algolia-searchbox svg.magnifying-glass {
    fill: #A6A6A6;
    stroke: #A6A6A6;
}

#algolia-autocomplete-container .aa-suggestions svg.algolia-glass-suggestion.magnifying-glass {
    right: auto;
    left: 5px;
    top: 7px;
    fill: #A6A6A6;
    stroke: #A6A6A6;
}

#algolia-searchbox .algolia-search-input {
    width: 300px;
    float: right;
}

#algolia-searchbox .algolia-search-input:focus {
    outline: 0;
    box-shadow: none;
    border: solid 1px #54A5CD;
}

/**
 * Instant Search
 */

#algolia_instant_selector {
    margin: 10px;
}

#algolia_instant_selector a,
#algolia_instant_selector a:hover,
#algolia_instant_selector a:focus {
    outline: 0;
}

#algolia_instant_selector:after {
    content: "";
    clear: both;
    display: block;
}

#algolia_instant_selector .category {
}

#algolia_instant_selector .title {
}

#algolia_instant_selector .title img {
    width: 200px;
}

#algolia_instant_selector .text-ellipsis
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#algolia_instant_selector #instant-search-bar {
    float: left;
    width: calc(100% - 140px);
    height: 40px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    border: solid 2px #54A5CD;
    border-left: none;
    padding-left: 6px;
    padding-top: 2px;
}

#algolia_instant_selector.with-facets #algolia-right-container {
}

#algolia_instant_selector.with-facets #algolia-left-container {
    min-height: 1px;
}

#algolia_instant_selector .hits .infos {
    margin: 0 15px;
    padding: 6px 10px;
    color: #aaa;
    text-align: center;
    background: #F4F4F4;
    font-size: 12px;
    clear: both;
}
#algolia_instant_selector .hits .infos strong {
    color: #555;
}

#algolia_instant_selector .hits .sort-by-label {
    margin-right: 8px;
}

#algolia_instant_selector .hits .no-results {
    margin: 40px 25px;
    color: #636363;
    font-size: 16px;
}

#algolia_instant_selector a:hover {
    color: #666666;
}

#algolia_instant_selector .hits .no-results strong {
    color: #555;
}

#algolia_instant_selector .hits .no-results .clear-button {
    cursor: pointer;
}

#algolia_instant_selector .hits .no-results .popular-searches {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

/**
 * Facets
 */

#algolia_instant_selector .infos .algolia-logo {
    font-size: 10px;
}

#algolia_instant_selector .facets {
    padding-top: 50px;
}

@media (max-width: 992px) {
    #algolia_instant_selector .facets {
        padding-top: 10px;
    }
}

#algolia_instant_selector .ais-current-refined-values.facet .ais-current-refined-values--body {
    padding-left: 8px;
}

#algolia_instant_selector .facet {
    margin-bottom: 15px;
    padding-bottom: 6px;
    background-color: white;
    border: solid 1px #efefef;
}

#algolia_instant_selector .facet:not(:first-child) {
    margin-top: 10px;
}

#algolia_instant_selector .ais-header {
    margin-bottom: 7px;
}

#algolia_instant_selector .ais-header.ais-current-refined-values--header {
    margin-bottom: 13px;
}

#algolia_instant_selector .facet .name {
    padding: 4px 8px;
    font-weight: 500;
    background-color: #f4f4f4;
    color: #757575;
    text-align: left;
    text-transform: uppercase;
}

.ais-current-refined-values.facet {
    position: relative;
}

#algolia_instant_selector .as-range-slider--base
{
    margin-top: 45px;
}

#algolia_instant_selector .hierarchical .ais-hierarchical-menu--list
{
    padding-left: 10px;
}

#algolia_instant_selector .hierarchical .ais-hierarchical-menu--list.ais-hierarchical-menu--list__lvl0
{
    padding-left: 0px;
}

#algolia_instant_selector .facet .sub_facet:not(:last-child) {
    border-bottom: 1px dotted #e0e0e0;
}

#algolia_instant_selector .text-center {
    text-align: center;
}

#algolia_instant_selector em {
    background-color: #CFEAFA;
    font-style: normal;
}

#algolia_instant_selector h1 {
    margin: 0;
}

#algolia_instant_selector .result {
    display: block;
    margin: 15px 0;
    padding: 16px 24px;
    border: solid 1px #EDEDED;
    background-color: white;
}

#algolia_instant_selector .price-wrapper {
    height: 25px;
}

#algolia_instant_selector .result:hover {
    border-color: #b9b9b9;
    text-decoration: none;
}

#algolia_instant_selector .result .result-thumbnail {
    text-align: center;
}

#algolia_instant_selector .result .result-thumbnail img {
    display: inline;
    height: 148px;
    width: auto;
}

#algolia_instant_selector .result .result-thumbnail .no-image {
    display: block;
    height: 148px;
    background: #FAFAFA;
}

#algolia_instant_selector .result .ratings .rating-box {
    margin: 0 auto 10px;
    float: inherit;
}

#algolia_instant_selector h3
{
    margin-bottom: 0;
}

#algolia_instant_selector .result .price {
    text-align: center;
    font-size: 1.2em;
    color: #54A5CD;
}

#algolia_instant_selector .result .result-title {
    font-size: 14px;
    text-align: center;
    color: #636363;
}

#algolia_instant_selector .ui-widget-header {
    background-color: #bcbcbc;
}

#algolia_instant_selector .result-thumbnail img {
    width: 100%;
}


/** INSTANT SEARCH BAR **/

#algolia_instant_selector #instant-search-bar-container {
    padding-top: 0px;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

#algolia_instant_selector #instant-search-bar-container:after {
    clear: both;
    content: "";
    display: block;
}

#algolia_instant_selector .as-search-box--input {
    width: 100%;
    height: 40px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#algolia_instant_selector #instant-search-bar:focus {
    outline: 0;
    box-shadow: none;
}

#algolia_instant_selector #instant-search-box label {
    display: none;
}

#algolia_instant_selector .instant-search-bar-label {
    background-color: #54A5CD;
    height: 40px;
    line-height: 24px;
    padding: 8px 12px;
    color: white;
    float: left;
    width: 140px;
    text-align: right;
}

#algolia_instant_selector #instant-search-box svg.magnifying-glass {
    position: absolute;
    top: 8px;
    left: 8px;
    fill: #FFFFFF;
    stroke: #FFFFFF;
}

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

#algolia_instant_selector button:hover {
    background: #2E8AB8 none repeat scroll 0% 0%;
    cursor: pointer;
}

.ais-price-ranges--button {
    background: #39C none repeat scroll 0% 0%;
    padding: 5px 15px;
    margin-left: 10px;
    border: 0px none;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

#algolia_instant_selector button:not(.ais-price-ranges--button) {
    background: #f4f4f4 none repeat scroll 0% 0%;
    display: block;
    margin: auto;
    margin-top: 0px;
    padding: 7px 15px;
    border: 0px none;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

#algolia_instant_selector button:not(.ais-price-ranges--button):hover {
    background: rgb(53, 153, 204) none repeat scroll 0% 0%;
    color: white;
}

#algolia_instant_selector .pull-left {
    float: left;
}

#algolia_instant_selector .pull-right {
    float: right;
}

#algolia_instant_selector #refine-toggle
{
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: solid 1px #EDEDED;
    margin: 10px 0 20px 0;
    font-weight: bold;
    cursor: pointer;
}

#algolia-static-content
{
    margin-bottom: 20px;
}

/**
** GRID
*/

#algolia_instant_selector, #algolia_instant_selector *,
#search_mini_form, #search_mini_form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#algolia_instant_selector:before, #algolia_instant_selector:after,
#algolia_instant_selector *:before, #algolia_instant_selector *:after,
#search_mini_form:before, #search_mini_form:after,
#search_mini_form *:before, #search_mini_form *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.visible-xs, .visible-sm {
    display: none!important
}

.hidden-xs, .hidden-sm {
    display: block !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    .hidden-xs {
        display: none!important
    }
}

@media (max-width: 992px) {
    .visible-sm {
        display: block !important
    }

    .hidden-sm {
        display: none!important
    }
}

#algolia-autocomplete-container:after, .autocomplete-wrapper:after {
    clear: both;
    content: '';
}

