.loading-ajax {
  min-height: 150px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../images/loading.svg); }

.load-more {
  width: 100% !important; }
.blurred {
  filter: blur(3px);
  pointer-events: none;
}
.btn-load-more {
  font-family: 'Myriad Pro', sans-serif;
  font-size: 1rem !important;
  line-height: 1em !important;
  font-weight: 600;
  width: fit-content;
  height: fit-content;
  margin: auto;
  background: var(--color-primary-v2) !important;
  color: #FFFFFF !important;
  border: none;
  border-radius: 4px !important;
  padding: 16px 48px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: none !important;
}

.btn-load-more:hover {
  background: var(--button-primary-hover) !important;
}

.pd-0 {
  padding: 0 !important; }

.min-height-220 {
  min-height: 220px; }

.show-only-line {
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.banner-shop {
  height: 50% !important;
  min-height: 500px !important; }

.section-search {
  padding: 3rem 0 !important; }

/*# sourceMappingURL=shop.css.map */

/* This line can be removed it was just for display on CodePen: */
.container {
    margin-top: 71px;
}

.slider-labels {
    margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
       its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #701620;
}

/* Styling;
 */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #701620;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #701620;
    border: 8px solid rgba(158, 28, 67, 0.35);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
}

/*Input range*/
.form-row-2x{
    width: 65% !important;
    margin: 0 !important;
}

.container-price-range{
    padding-top: 10px;
}

.container-price-range .caption{
    float: left;
    color: #a5a4a1;
}
.container-price-range .text-right{
    float: right;
    color: #a5a4a1;
}

#PriceRange .cl-border h3{
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 1rem 0 1.5rem;
    font-weight: bold;
}
#PriceRange .cl-border button{
    padding: 10px 15px;
}
#PriceRange .priceRange-footer{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#PriceRange .cl-border{
    border: 1px solid #bfbfbf
}
#searchsubmit {
    padding: 11px 6px;
}

#PriceRange .close-button{
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    background: #701620;
    color: #fff;
    opacity: .9;
}
#PriceRange .close-button:hover{
    opacity: 1;
}
#PriceRange .close-button span{
    top: -4px;
    position: absolute;
    right: 5.5px;
    font-size: 32px;
}

label.error {
  font-size: 14px !important;
  color: #701620 !important;
  padding: 2px 0 !important; }

/*# sourceMappingURL=validate.css.map */

*:focus {
  outline: 0; }

.wala-loader .blockOverlay:before {
  background: url(../../images/icons/loader.svg) center center !important;
  height: 2rem !important;
  width: 2rem !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -0.5rem !important;
  margin-top: -0.5rem !important;
  content: "" !important;
  animation: spin 1s ease-in-out infinite !important;
  background-size: cover !important;
  line-height: 1 !important;
  text-align: center !important;
  font-size: 2em !important; }

/** Custom alert notifier */
.alertify-notifier.ajs-right .ajs-message {
  right: 290px;
  padding: 15px;
  margin-top: 10px; }

.alertify-notifier .ajs-message.ajs-visible {
  opacity: 1;
  max-height: 100%;
  transform: translate3d(0, 0, 0);
  transition-property: opacity, visibility;
  transition-timing-function: linear;
  transition-duration: 250ms; }

/** Custom outline */
.w3-outline {
  outline: 2px solid #701620 !important; }

.wala-loader-full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../img/logo.png) center no-repeat #fff; }

.winemag-image img {
  width: 100%; }

/*# sourceMappingURL=default.css.map */

.winemag-search {
  background: #282828;
  padding: 3rem 0 5rem;
  margin-bottom: 3rem; }
  .winemag-search .row.row-xs {
    max-width: 670px;
    margin: auto; }
  .winemag-search .wala-search {
    height: 32px;
    padding: 0 !important;
    line-height: 2 !important; }
  .winemag-search .search-alternative {
    margin: 0 0 0.75rem 0; }
  .winemag-search .section-title {
    color: #a58677; }
  .winemag-search .category-search, .winemag-search .category-search:focus {
    position: absolute;
    top: 0;
    margin: 0 !important;
    max-width: 120px;
    right: 0;
    padding: 0 25px 0 5px !important; }
    .winemag-search .category-search:after, .winemag-search .category-search:focus:after {
      content: "";
      position: absolute;
      left: 0;
      top: 10%;
      height: 80%;
      width: 1px;
      border-left: 1px solid #726E97; }
  .winemag-search .name-search, .winemag-search .name-search:focus {
    background: #e4dfd6 url(../../img/arrow-select.png) no-repeat right 10px center; }
  .winemag-search .input-searh-group {
    position: relative; }
  .winemag-search .search-center {
    position: absolute;
    top: 7px;
    right: 120px;
    width: 1px;
    height: 20px;
    padding-left: 2px;
    background: #e4dfd6;
    border-right: 1px solid #a58677; }

.pl-15 {
  padding-left: 15px; }

/*# sourceMappingURL=wineMag.css.map */
