/* Hiding icon close in the overlay section */

#item-16088154111 i.zmdi.zmdi-close.ba-overlay-section-close {
    display: none;
}

/* Wishlist, Cart, Search */

.ba-store-wishlist.ba-container,
.visible-live-search-results,
.ba-live-search-results,
.ba-store-cart.ba-container {
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 1px solid var(--border);
}

/* Related Posts */

.custom-posts .ba-blog-post-add-to-cart-wrapper {
    flex-direction: column;
}

.custom-posts .ba-blog-post-add-to-cart-button {
    margin-top: 25px;
}

.custom-posts .ba-store-app-product {
    box-shadow: inset 0px 0px 0px 1px transparent;
}

.custom-posts .ba-store-app-product:hover {
    box-shadow: inset 0px 0px 0px 1px #eaeaea;
}

.custom-posts .ba-slideshow-img {
    margin: 1px auto;
    width: calc(100% - 2px) !important;
}

.custom-posts .ba-blog-post.ba-store-app-product:hover {
    border: 1px solid var(--border) !important;
}

/* Recent Post Slider */

.custom-posts .ba-slideshow-img {
    background-size: contain !important;
}

/* Field Brand */

#item-16106204060 .ba-field-content a {
    text-transform: uppercase;
    color: var(--subtitle);
}

#item-16106204060 .ba-field-content a:hover {
		color: #000;
}

/* Collections */

.collections .ba-grid-column .ba-item-image ,
.collections .ba-grid-column .ba-item-image ~ .ba-item-button {
    transition: .3s;
}

.collections .ba-grid-column:hover .ba-item-image ,
.collections .ba-grid-column:hover .ba-item-image ~ .ba-item-button {
    opacity: .75;
}

/* Logos */

.logo img:hover {
    opacity: .5;
}

/* Modal Icons */

.ba-image-modal i {
    color: #000;
    font-size: 64px;
}

/* Sticky Column */

@media (min-width: 769px){
.sticky-column > .column-wrapper,
.sticky-column-3 > .column-wrapper {
   display: block !important;
}
 
.sticky-column > .column-wrapper .ba-grid-column-wrapper:nth-child(2),
.sticky-column-3 > .column-wrapper .ba-grid-column-wrapper:nth-child(3) {
   position: sticky;
   top: 0;
  }
}

@media (max-width: 1024px){
	.ba-store-cart-opened .ba-sticky-header.visible-sticky-header, 
	.ba-store-wishlist-opened .ba-sticky-header.visible-sticky-header {
		    max-width: 100% !important;
	}
}

@media (max-width: 1280px) {
    .com-baforms-wrapper form[data-id="1"] .ba-form-submit-btn {
        width: 100%;
    }
}