/*// =============================================================================
// 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.
//
// =============================================================================*/
div#custom_size_popup {
    display: none;
}
div#custom_size_popup .m-modal--content {
    overflow-y: unset;
    overflow-x: unset;
}
body.measurement-show .background-overlay {
    opacity: 1;
    pointer-events: all;
}
.halo-size-chart-popup .halo-popup-wrapper .halo-size-chart,.halo-size-chart-popup .halo-popup-wrapper .halo-popup-content {
    padding: 2px !important;
}
.productView-complementary .complementary-products-title .title .text {
    font-size: 18px;
    font-weight: 500;
}
body.measurement-show {
    overflow-y: hidden;
}
.cstm_pop {
    background-color: #fff;
    margin: auto;
    padding: 3px;
  overflow: hidden;
}
.cstmz-pop-container .cstmz-pop-wrapper {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    transition: all .2s ease-in-out;
}
.cstmz-pop-cntnt:not(.active) {
    opacity: 0;
}
.cstmz-pop-cntnt:not(.active) {
    height: 380px;
    overflow: hidden;
}
.cstmz-pop-cntnt {
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    flex: 0 0 auto;
    letter-spacing: normal;
}
.cstmz-pop-cntnt video {
    width: 100%;
    height: auto;
}
#custome_size_popup p {
    padding-top: 5px;
}
.support-list .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
      row-gap: 10px;
}
.cart-item-qty .btn-quantity:before {
    height: 2px !important;
    top: 21px !important;
 
}
.support-list .flx .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border: solid 1px;
    border-radius: 20px;
    flex-direction: row-reverse;
    column-gap: 8px;
}
.has-megamenu .menu-dropdown {
    max-width: 1570px;
    margin: auto;
    left: 0;
    right: 0;
}
.support-list .flx .flex svg {
    width: 1.8rem;
    height: 1.8rem;
}
.sidebarBlock.js-filter {
    border-bottom: solid 1px #E8E8E8;
}
.sidebar--layout_2 .sidebarBlock-headingWrapper .sidebarBlock-heading:before {
    width: 16px !important;
 }
.sidebar--layout_2 .sidebarBlock-headingWrapper .sidebarBlock-heading:after {
    height: 16px !important;
    right: 7px !important;
 }
.cart-total.cart-total-mrpdiscount,.cart-total.cart-total-mrp {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    margin-top: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.cart-total-mrpdiscount .cart-total-value {
    font-size: var(--font-body-size);
      color: green;
}
.cart-total-mrp .cart-total-value {
    font-size: var(--font-body-size);
}
.cstmz-pop-cntnt .input-box {
    width: 100%;
    background: 0 0;
    border: 1px solid #c7c7c7 !important;
    max-width: 260px;
    padding: 0 15px;
    text-align: center;
    margin: 5px auto;
}
    .header-basic__item .header-top--right .header__search .search-modal__form {
        max-width: 230px !important;
        border: solid 1px #E0E0E0;
        border-radius: 50px;
    }
.header__search .search-modal__form .search__input {
    padding: 7px 10px !important;

}
.header-basic__item .header-top--right .header__search .search-modal__form  .field {
    flex-direction: row-reverse;
}
    .header-basic__item .header-top--right .header__search .search-modal__form .search__button svg {
        width: 18px!important;
        height: 18px!important;

    }
.cstmz-error-length, .cstmz-error {
    color: red;
    text-align: center;
}
.cstmz-navigation {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
}
.cstmz-navigation .cstmz-nav-next {
    margin-left: auto;
}

body.measurement-show .measurement-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1000;
}

.measurement-popup .progress-bar {
    height: 8px;
    max-width: 100%;
    width: 100%;
    background-color: #e4e4e4;
    position: relative;
    display: inline-table;
    margin-bottom: 10px;
    border-radius: 4px;
}
.progress-bar .progress-bar-lvl {
    background-color: #0ec65c;
    line-height: 28px;
    border-radius: 2px !important;
    padding: 0px 5px 0 5px;
    color: #fff;
}
.header__group .header__icon--wishlist svg{
  margin-right: 0 !important;
}
#CollectionFiltersForm .sidebarBlock {
    margin-bottom: 10px !important;
}
a.cstmz-nav-prev.m-button--primary.m-button, a.cstmz-nav-next.m-button--primary.m-button {
    width: auto;
    border: solid 1px #000;
    padding: 8px 20px;
text-transform: uppercase;
}
a.cstmz-nav-prev.m-button--primary.m-button:hover, a.cstmz-nav-next.m-button--primary.m-button:hover {
    background: #000;
  color:#fff;
}
.leftmenu-item {
    font-size: var(--font-body-size);
}
.flex.left-topbar-menu {
    display: flex;
  column-gap: 15px;
}
.leftmenu-item svg{
width: 2.2rem;
    height: 2.2rem;
}
.cstmz-pop-cntnt .input-box input {
    padding: 0;
    width: 160px;
    height: 42px;
    font-size: 15px;
    flex: 0 0 auto;
    text-align: center;
    border: 0 !important;
    box-shadow: none !important;
    line-height: 1.4;
    display: inline-block;
    background-color: transparent;
}
.cstmz-pop-cntnt .input-box span {
    flex: 1 1 auto;
    background: transparent;
    padding: 0 15px;
    margin: auto 0;
    text-align: center;
}
.cstmz-pop-cntnt textarea {
    border-radius: 5px;
    width: 100%;
    min-height: 70px;
    padding: 10px;
}
.header-top--right .header__icon.link {
    border: solid 1px #E0E0E0;
    border-radius: 50%;
    padding: 10px;
    margin: 0;
}
.header__group .header__icon--cart svg {
  margin-right: 0 !important;
}

@media (min-width: 1200px) {
    .halo-productView-left {
        width: 50% !important;
    }
      .halo-productView-right {
        width: 50% !important;
    }
}
@media (min-width: 1025px) {
  .page-sidebar{
  width: 280px !important;
  }

  .sidebarBlock.refined-widgets.js-filter {
    display: block !important;
}
      .cart-content-item[data-cart-total] {
        position: sticky;
        top: 60px;
        align-self: start;
    }
  body .header-basic__item .header__icon--wishlist .wishlist-count-bubble{
    top: -8px;
    left: 24px;
  }
  body .header-basic__item .wishlist_number .header__icon--cart .cart-count-bubble {
    top: -8px;
    left: 14px;
  }
  .toolbar {
    padding: 0 0 20px 0 !important;
    border-top: 0 !important;
}
      .toolbar-wrapper:not(.toolbar-mobile) {
        justify-content: flex-end !important;
    }
      .card-product__group, .card-action {
        opacity: 1 !important;
        visibility: visible !important;
    }
  .card-product__group.group-right {
    right: 10px !important;
            transform: unset !important;
}
  ul.list-menu.list-menu--inline {
    display: flex;
    justify-content: space-between;
}
      .menu-lv-1__action {
        padding-left: 2px;
        padding-right: 2px;
      }
      .page-sidebar+.page-content {
        width: calc(100% - 280px)!important;
      }
      .header-basic__item .header-top--right .header__icon--wishlist .icon, .header-basic__item .header-top--right .header__icon--cart .icon,.header-basic__item .header-top--right .customer-links .icon {
        width: 20px!important;
        height: 20px!important;
    }
}
@media (max-width: 1024px){
  .toolbar .toolbar-dropdown.filter-sortby .label-tab.hidden-on-desktop{
    display: flex;
        column-gap: 5px;
    width:auto !important;
  }
  .flex.left-topbar-menu {
    flex-direction: column;
    margin: 10px 15px;
}
  .leftmenu-item {
    padding: 10px 0;
}
      .toolbar.show-sticky {
        padding: 0px 15px !important;
      }
      .toolbar {
        padding: 0 !important;
        margin-bottom: 10px !important;
        border: 1px solid #ccc !important;
        border-radius: 1px;
    
    }
 .toolbar  .toolbar-wrapper{
    width: 50%;
   justify-content: center !important;
   text-transform: uppercase;
  }
  .toolbar .toolbar-dropdown.filter-sortby .label-tab.hidden-on-desktop svg{
    width: 28px;
    height: 28px;
    stroke: unset;
  }
  .border-right.toolbar-wrapper {
    border-left: solid 1px #ccc;
            padding: 5px;
    }
}
}
@media (max-width: 768px) {
    .cstmz-pop-cntnt .input-box {
        max-width: 100%;
    }
  .cstmz-pop-cntnt .input-box input {
        width: 190px;
    }
   body .cart-actions.sticky_button_checkout_mb .button-enable {
         opacity: 1 !important;
         visibility:visible !important;
    }
body .footer-block__mobile .footer-block__heading:before, body .footer-block__mobile .footer-block__heading:after{
    top: 50%;
  }
}
@media (min-width:550px){
  .halo-popup.measurement-popup.halo-popup-topDown{
  max-width: 500px;
  width:100%;
}
}
@media (max-width: 550px) {

   body .cart-actions.sticky_button_checkout_mb .button-enable {
         opacity: 1 !important;
         visibility:visible !important;
    }
      .footer-block__mobile .footer-block__heading {
         border-width: 0 !important;
    }
}