/** Shopify CDN: Minification failed

Line 95:14 Expected "}" to go with "{"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/
/* mrym strat */
.shopify-payment-button button {
    background: #000;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px;
}
.shopify-payment-button button:hover {
    background: #fff!important;
    color: #000!important;
    border: #000 1px solid;
    box-shadow: none!important;
}
.whatsapp-buy-btn.btn-new {
    margin: 11px 0 0;
}
.whatsapp-buy-btn.btn-new a {
    /* background-color: #7b7b7b; 
    border: #7b7b7b;*/
}
.productView-desc.halo-text-format> div ul li {
    color: #000;
}
.productView-desc.halo-text-format ul li span{
  color: #000;
}
div#featured-collection-template--16923868791029__ccc9c3ba-1257-48cc-ae1d-1f4d86329b1c .featured-collection-content {
    padding: 20px;
    background-color: transparent;
  }
div#featured-collection-template--16923868791029__ccc9c3ba-1257-48cc-ae1d-1f4d86329b1c .halo-row.column-2 {
    gap: 2%;
}
div#featured-collection-template--16923868791029__ccc9c3ba-1257-48cc-ae1d-1f4d86329b1c .halo-row.column-2 .halo-item {
    width: 48%;
}
.main-menu.header-item a.menu-lv-1__action.header__menu-item.header__menu-item.list-menu__item {
    padding: 9px;
    margin: 0 0 15px;
}
.main-menu.header-item a.menu-lv-1__action.header__menu-item.header__menu-item.list-menu__item span{
    font-size: 14px;
}
@media(max-width:480px){
    .slick-arrow.slick-prev {
    top: 35% !important;
}
  div#featured-collection-template--16923868791029__ccc9c3ba-1257-48cc-ae1d-1f4d86329b1c .halo-row.column-2 .halo-item {
    width: 100%;
}
  div#featured-collection-template--16923868791029__ccc9c3ba-1257-48cc-ae1d-1f4d86329b1c .halo-row.column-2 {
    flex-direction: column;
}
 div#shopify-section-template--16923868791029__ea31a8a4-0ddc-4238-9f9a-f6704b869f66 button.slick-arrow.slick-prev, button.slick-arrow.slick-next    {
    top: 35%;
  }
 div#shopify-section-template--16923869315317__main .contact.contact-1 {
    display: flex;
    flex-direction: column-reverse;
}
  div#shopify-section-template--16923869315317__main .contact-form .form-actions .button {
    margin-bottom: 40px;
}
  div#shopify-section-template--16923869315317__main h1.page-header.text-left{
    text-align: center;
  

}
.show_image_loading .media--loading-effect {
    background: none;
}
@media(max-width: 415px) and (min-width: 375px){
 div#main-cart-items .cart-item__price-wrapper .cart-item__discounted-prices {
    flex-direction: column;
}
}
/* mrym end */