/** Shopify CDN: Minification failed

Line 475:2 Unexpected "}"

**/
/*// =============================================================================
// 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.
//
// =============================================================================*/

.brands-block .wrapper-image img {
    filter: grayscale(1);
    width: 80% !important;
}
    .header-nav-basic .header-item--side {
        width: unset !important;
    }
.tabs-contents .tab-content .toggleLink {
  display: flex;
  align-items: center;
}
.rm-tab-icon {
  width: 30px;
  margin-right: 5px;
}
/* hide quantity label */
.quantity__group .quantity__label{
  display: none;
}
/* hide quantity itself  */
/* quantity-input.productView-quantity{
  display:none;
} */
/* mobile nav hide red block */
.nav-mobile-menu-tab .menu-tab .item.is-active .link[data-target="MenuMobileListSection-yoo-yoo"] {
        opacity: 0;
        
}
  .des.custom-text-style {
    display: none;
}
/*  sticky add to cart and buy now button.*/
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  /* .productView-moreItem.rm-btn-class{
    position: fixed;
    bottom: 0;
    left: 0px;
    padding: 10px 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99999999 !important;
    box-shadow: 0 -2px 5px #0000001a;
  } */

  quantity-input.productView-quantity{
    display:none;
  }
  .rm-btn-class .productView-wishlist {
        margin: 0 10px 0 0px;
    }
  .productView-group{
        display: flex;
        /* flex-direction: row-reverse; */
        align-items: center;
        /* justify-content: space-around; */
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
  }
  .productView-group .productView-groupBottom {
    margin: 0px 0 0;
            width: 100%;
  }
  .productView-moreItem.rm-btn-class .productView-groupTop {
        flex-direction: row-reverse;
        justify-content: space-between;
  }
   .rm-btn-class .productView-group .productView-payment .shopify-payment-button .shopify-payment-button__button--unbranded {
    flex: 0.8; /* Make width proportional */
    height: auto;
    padding: 10px; /* Adjust padding for height */
    font-size: 14px; /* Ensure consistent font size */
    border-radius: 5px; /* Match desired radius */
  }

  /* Overwrite "Add to Cart" button styling */
  .rm-btn-class .productView-group #product-add-to-cart {
    flex: 1; /* Match width with "Buy It Now" button */
    padding: 10px; /* Ensure same height */
    font-size: 14px; /* Match font size */
    border-radius: 5px; /* Add rounded corners */
  }

  /* Overwrite "Wishlist" button styling */
  .rm-btn-class .productView-wishlist a {
    flex: 0.33; /* Reduce width to one-third */
    padding: 10px; /* Maintain same padding */
    font-size: 14px; /* Ensure font size matches */
    display: flex; /* Center icon and content */
    align-items: center;
    justify-content: center;
    border-radius: 5px; /* Optional rounded corners */
  }
  /* Remove extra spacing */
  .productView-groupBottom {
    margin: 0;
  }
}

.cart-total.cart-total-save {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #e1edda;
    max-width: 85%;
    margin: 0 auto;
    padding: 7px 24px
}



/* side cart css */

.previewCartTotals.subTotal {
    display: none;
}

.halo-cart-sidebar .halo-sidebar-wrapper {
    overflow: scroll;
}
.halo-cart-sidebar .previewCartItem-price .previewCartItem-saving-price {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
    .previewCartInfo {
        width: 100%;
        display: flex;
        background: white;
        bottom: 0;
        position: fixed !important;
        padding: 5px 20px 9px!important;
        flex-direction: column;
        justify-content: space-between;
    }
@media (max-width: 1024px) {
    .previewCartInfo {
      position: fixed !important;
      padding: 5px 20px 9px!important;
    }
}
.previewCart {
    padding: 12px 20px 150px !important;
}
.previewCartInfo .previewCartAction {
    margin: 3px 0 0;
}
.previewCartTotalsPrice .previewCartTotals+.previewCartTotals {
    margin-top: 3px;
}
.previewCartGroup a.button-view-cart{
  display: none;
}

/* app css */
.tl__cart-goal__container__drawer {
    padding: 5px 30px;
}
.tl-cart-goal-apply-free-shipping-btn__cart-drawer{
    display: none;
}
div.tl__cart-goal__free-gift-container-0 {
    display: none;
}

span.rm-cart_compair_at_price{
    font-weight: 500;
    padding-left: 1px;
    font-size: 12px;
    color: grey;
    text-decoration: line-through;
}
#section-block-template--24198654787896__product_block_rzzTnL .halo-block-header .view_all {
    margin-bottom: 0px !important;
}
.noinventory-area{
  color:red
}
.badge {
    color: #333 !important;
    background-color: #f2ede0 !important;
    margin: 7px !important;
}
a.view_all.scroll-trigger {
    background: #f4f4f4;
    padding: 7px 15px;
    border-radius: 4px;
    border-bottom: 0;
}
a.view_all.scroll-trigger:hover {
    background: #2e2e2e;
  color:#fff;
}
.slick-prev:before, .slick-next:before{
  display:none!important;
}
.footer-block__details .rte .content-piece .icon svg, .footer-block__details .rte .content-piece .icon svg path {
    fill:#f2ede0 !important;
}
.slick-dots li button:before{
  color:#333 !important;
}
.footer-block__details .rte p{
  font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 20px;
    text-transform: capitalize;
}
.footer-block__list ul li a,
.footer-block__details .rte .content-piece p {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-transform: capitalize;
}
.hero-section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
   transition: all 0.7s ease 0s;
}
/* .banner-video .bv-headline {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  transition: all 0.7s ease 0s;
} */
.video-section.header--scrollactive .hero-section-content {
  transform: translate(-50%, -150%);
  opacity: 0;
  visibility: hidden;
}

a.primary-button {
    font-size: 16px;
    border-radius: 20px;
    padding: 8px 25px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
  transition:.5s ease all;
}

a.primary-button:hover {
    color: #000;
    background: #fff;
}
.hero-section-content h1 {
    font-size: 40px;
    margin: 0 0 30px 0;
    line-height: 50px;
}
.hero-section-content span {
    font-size: 25px;
}
.video__arrow-down {
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transform: rotate(-90deg);
}

@media(max-width:768px){
    .hero-section-content h1 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }
.hero-section-content p {
    font-size: 13px;
}
.hero-section-content a.primary-button {
    font-size: 13px;
}
  .hero-section-content {
        width: 100% !important;
    /* top: 25%;
    left: 50%;
    transform: translate(-50%, 50%);
    transition: all 0.7s ease 0s; */
}
}
.halo-row.column-2 .halo-item {
    width: 50%;
    padding: 20px;
}
.featured-collection-item {
    border-radius: 5px;
}


.jdgm-carousel-wrapper {
    width: 100% !important;
    margin: auto;
    padding: 48px 0;
    display: flex;
    flex-direction: column;
}
/* .halo-row.column-2 .featured-collection-content {
    padding: 20px;
    background-color: #00000029;
    transition: all .4s ease;
} */
.featured-collection-content .custom-text-style a {
    font-style: normal !important;
}
#shopify-section-template--24198654787896__174496222391a4060a .jdgm-carousel-wrapper .jdgm-carousel.jdgm-carousel--compact-theme {
    width: 100% !important;
    margin: 0 40px;
}

/* img with text start  */
 .section {
    position: relative;
    max-width: 100%;
    padding: 40px 8px;
    margin-right: auto;
    margin-left: auto;
}
.image-with-text__content {
    position: relative;
    display: flex
;
}
.image-with-text__image-container {
    display: flex
;
    align-items: center;
}
.second-img .image-with-text__small-image-wrapper img.image__img {
    position: absolute;
    bottom: -30px;
    right: unset;
    height: auto;
    max-width: 200px;
    left: 0;
}

@media (min-width: 720px) {
    .image-with-text__image-container, .image-with-text__text-container {
        width: 50%;
    }
}
.image-with-text__image-container-inner {
    width: 100%;
    position: relative;
}
.image-with-text.image-with-text--has-small-image .image-with-text__image-container-inner {
    position: relative;
    padding-right: var(--small-image-offset);
    padding-bottom: var(--small-image-offset);
}
html.do-anim .animation .image--animate {
    overflow: hidden;
}
html.do-anim .animation--lazy-load.loaded .image__inner .image__img {
    visibility: unset;
}

html.do-anim .is-visible .image--animate.loaded .image__img {
    opacity: 1;
    transform: unset;
}
html.do-anim .animation .image--animate .image__img {
    transform: scale(1.1);
    opacity: 0;
    transition: transform .5s cubic-bezier(.33,0,0,1), opacity .5s cubic-bezier(.33,0,0,1);
    transition: transform var(--duration-normal) var(--easing), opacity var(--duration-normal) var(--easing);
    transition-delay: 0ms;
    transition-delay: calc(var(--delay-normal) * var(--delay-offset-multiplier, 0));
}
html.do-anim .animation--lazy-load .image__img {
    visibility: hidden;
}
.image .image__img, .image .image__inner, .image .video, .video-wrapper .image__img, .video-wrapper .image__inner, .video-wrapper .video {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.image-with-text__text-container {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    margin-top: var(--spacing-10);
    text-align: var(--text-alignment);
}
h2.image-with-text__text-container-subheading.ff-subheading.fs-heading-5-base.section-blocks__subheading {
    font-size: 24px !important;
    text-transform: uppercase;
    /* font-family: megante-regular !important; */
}
.image-with-text__image-container {
    position: relative;
}
.image-with-text__small-image-wrapper img.image__img {
    position: absolute;
    bottom: -30px;
    right: 0;
    height: auto;
    max-width: 200px;
}
  .image-with-text__text-container {
    padding-left: 50px;
}
.section-blocks__button {
    background: transparent;
    border: 2px solid #333;
    padding: 7px 20px;
    text-align: center;
    margin-top: 30px;
    width: 200px;
}
   .second-img .image-with-text__image-container {
    order: 2;
}
.second-img .image-with-text__text-container {
    order:1;
}
    
div#shopify-section-template--24198654787896__custom_service_block_CaR8jJ .policies-icon.image-zoom img {
    max-width: 100px;
    margin-right: -20px;
}
    @media screen and (max-width:768px){
    .image-with-text__content {
      flex-direction: column;
}
        .image-with-text__image-container, .image-with-text__text-container {
        width: 100%;
    }
      /* .second-img .image-with-text__image-container {
    order: unset;
}
.second-img .image-with-text__text-container {
    order:unset;
}
      .image-with-text__text-container { */
    padding: 20px !important;
}
.image-with-text__small-image-wrapper img {
   display:none;
}
  }
/* img with text end  */

/* fabric comparison start  */
 .table-section-margin {
    padding: 30px 0;
}
div.compareTable {
    min-width: 80%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}
.TableOuterDiv {
    margin-top: 30px;
    width: 80%;
    margin: auto;
}
  /* td:not(:empty)+td {
    border-inline-start-width: 1px;
}
.text-center {
    text-align: center;
}
.text-center {
    text-align: center !important;
}
.text-center {
    text-align: center;
}
:where(td,th):not(:empty) {
    border-block-width: 1px;
}
table th, table td {
    padding: 15px 0;
    margin: 20px;
}
table th, table td {
    padding: 15px 0;
}
th, td {
    border-top: 1px solid #c2c2c2;
    border-collapse: collapse;
    text-align: left;
}
th, td {
    padding: var(--table-cell-padding-block) var(--table-cell-padding-inline);
} */

  tr:nth-child(even) {background-color: #f2f2f2;}
th, td {
    border-right: 1px solid #f2f2f2;
    padding: 14px 20px;
}
th {
    font-size: 18px;
}
  tr td:first-child {
    font-weight: 600;
}
.benefits{
  padding:0px !important;
}
.benefits li {
    list-style: none;
    display: flex;
    margin-bottom: 15px;
}
.benefits li img {
    width: 20px;
    height: 20px;
    margin-top: 7px;
    margin-right: 10px;
}

/* Only img banener */
.desktop_banner {
  display: block;
}
.mobl-banner {
  display: none;
}
.only-img-banner img{
  max-width:100%;
  width:100%;
}
span.featured_collection_button {
    background: #333;
    max-width: 200px;
    margin: 0 auto;
    padding: 6px 25px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    transform: scale(1.0);
  transition: .5s ease all;
}
span.featured_collection_button:hover {
   transform: scale(1.1);
  transition: .5s ease all;
}
#CollectionProductGrid img.mobl-banner {
    display: none;
}
/* fabric comparison end */
@media screen and (max-width:768px){
  .image-with-text__small-image-wrapper img.image__img {
    max-width: 120px;
    bottom: -6px;

}
  .desktop_banner {
  display: none;
}
.mobl-banner {
  display: block;
}
  div#shopify-section-template--24198654787896__rm_swiper_slider_UqFQFp .rm-video-class{
    border: 0 !important;
    padding :0 !important;
  }
  .TableOuterDiv {
    margin-top: 30px;
    width: 100%;
    margin: auto;
}
.image-with-text__text-container {
    padding-left: 20px;
    padding-right: 20px;
}
  .des.custom-text-style {
    display: none;
}
figure.image-with-text__image-wrapper {
    margin: 20px;
}
.section {
    padding: 20px 8px;
}
.halo-row.column-2 .halo-item {
    padding: 0;
}
th, td {
    border-right: 1px solid #f2f2f2;
    padding: 4px 5px;
}
.center, .text-center {
    text-align: center;
}
td, th {
    font-size: 12px;
}

.center, .text-center {
    text-align: center;
}
th, td {
    border-right: 1px solid #f2f2f2;
    padding: 4px 5px;
}
.compareTable h2 {
    font-size: 25px !important;
}
.content.featured-collection-content.text-center {
    background: #fff !important;
}
  #main-categories a.link_title {
    color: #333 !important;
}
  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
}
.swiper-text-overlay{
      cursor: pointer;
}
.trusted_badges_cont.custom-service-block .halo-item a{
  display: unset !important;
    margin-bottom: 0;
}
@media(min-width:768px){
  .trusted_badges_cont.custom-service-block .image-zoom img {
    will-change: transform;
    transition: transform .64s ease;
    transform: scale(.7);
}
  .trusted_badges_cont.custom-service-block  .image-zoom img:hover {
    will-change: transform;
    transition: transform .64s ease;
    transform: scale(.8);
}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .trusted_badges_cont.custom-service-block .halo-row.column-5 .slider__slide, .trusted_badges_cont.custom-service-block .halo-row.column-5 .halo-item {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .trusted_badges_cont.custom-service-block .halo-row .halo-item {
        width: 20%;
    }
    .trusted_badges_cont.custom-service-block .halo-item a {
      padding: 0 !important;
  }
  #CollectionProductGrid img.mobl-banner {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
}
}