/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@media (max-width: 481px) {
    .product-add-to-cart .product-quantity {
        display: flex;
    }
    .product-add-to-cart .product-quantity .add-to-cart {
        padding: 8px 10px;
        letter-spacing: unset;
    }
    .leo-compare-wishlist-button {
        margin-top: 0;
    }
}
.leo-megamenu .dropdown-menu .leo-widget .menu-title a {
  color: #000;
  display: none;
}

.footer-has-badges .ApHtml .block_content {
    display: flex;
}
.ApColumn .block.block_newsletter {
    margin-bottom: 30px;
}

@media (min-width: 991px) {
 .widget-subcategories .caret {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    right: -20px;
    margin: 0 0 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 3px 0;
  }
 .widget-subcategories .caret::before {
    content: "\f107";
    font-family: "FontAwesome";
  }
}


/****************************** UPVISION ***********************************/

.header-nav {
  min-height: 45px;
  background: #efefef !important;
  border-bottom: 1px solid #ccc !important;
}

.header-nav .block.ApHtml {
  line-height: 45px;
}

.esa_minimalbadge0_1393927 {
  height: 35px;
  padding-top: 8px;
}

.header-nav .block.ApHtml a {
  border-bottom: none !important;
  text-decoration: underline;
}

.fancybox-desktop .fancybox-inner {
  max-width: 480px !important;
}

.ApColumn .block_newsletter form {
  border: 1px solid #c1c1c1 !important;
  padding: 10px;
}
.ApColumn .block.block_newsletter form input[type="email"],
.ApColumn .block.block_newsletter form input[type="email"]::placeholder {
  color: #000 !important;
}
.ApColumn .block.block_newsletter .title-newsletter .title_block {
  line-height: 25px !important;
}
.ApColumn .block.block_newsletter form .btn {
  background: #f9f9f9 !important;
  padding: 0 25px !important;
}

.footer-center {
  padding: 70px 0 0 !important;
}

#ppbs_widget.card {
  margin-bottom: 20px;
}