/* Hide menu dropdown icon  */

.deeper.parent .separator i {
    display: none;
}

.deeper.parent i {
    font-size: 12px !important;
}

/* Comments box */

.blog-posts-sorting-wrapper select,
.ba-user-login-action, 
.ba-guest-login-action,
.ba-user-login-btn,
.ba-guest-login-btn,
.ba-submit-comment,
.comment-user-name,
.comment-user-date,
.comment-reply-name,
.comment-logout-action,
.ba-comments-total-count,
.ba-comments-total-count-wrapper select {
    font-weight: 400 !important;
  	font-size: 12px !important;
}


/* Font for cart, wishlist, live search */

.ba-live-search-add-to-cart-cell > span,
.ba-wishlist-add-to-cart-cell > span,
.ba-wishlist-add-all-btn, 
.ba-cart-checkout-btn,
.ba-wishlist-headline, 
.ba-cart-headline,
.ba-checkout-order-product-extra-options-title, 
.ba-checkout-order-product-extra-option-title, 
.ba-wishlist-product-extra-options-title, 
.ba-wishlist-product-extra-option-title, 
.ba-cart-product-extra-options-title, 
.ba-checkout-order-product-extra-option-title, 
.ba-wishlist-product-extra-option-title, 
.ba-cart-product-extra-option-title, 
.ba-empty-live-search, 
.ba-live-search-price-wrapper, 
.ba-live-search-product-title a, 
.ba-empty-cart-products-message, 
.ba-wishlist-checkout-title, 
.ba-cart-checkout-title, 
.ba-cart-product-title, 
.ba-wishlist-product-title a, 
.ba-cart-product-title a, 
.ba-wishlist-price-wrapper, 
.ba-cart-price-wrapper {
  font-weight: 400 !important;
}

/* Remove filters shadow */

.ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle {
    box-shadow: none !important;
}

/* Product colors */

.ba-blog-post-product-options-wrapper .ba-blog-post-product-options > span > span:not(.ba-tooltip) {
    width: 12px;
    height: 12px;
}

/* Responsive filter */
@media (max-width: 768px) {
    .open-responsive-filters {
        background: transparent;
        color: var(--title) !important;
        font-weight: 400 !important;
        font-size: 14px;
        order: 100;
        padding: 0;
        text-align: right;
      	margin-bottom: 0;
    }
    
    .open-responsive-filters i {
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .open-responsive-filters {
        text-align: center;
    }  
  
  .ajanlatgomb::after {
content:'' !important;
  font-size:0px;
  font-weight:700;
  display:inline-block;
  position:absolute;
  top: 30px;
  left: 60px;
}
  
}

/* Hide First Post */
.hide-first-post .ba-blog-post:first-child {
	display: none;
}

.hide-first-post .ba-blog-post:nth-child(3) {
    margin-top: 0 !important;
}

.ajanlatgomb::after {
content:'Ajánlatkérés';
  font-size:14px;
  font-weight:700;
  display:inline-block;
  position:absolute;
  top: 30px;
  left: 60px;
  z-index: -1;
}

.ajanlatgomb a.ba-btn-transition {
  width: 200px;
}

.ajanlatgomb a.ba-btn-transition i {
margin: 0 auto 0 0 !important;
}