/** Shopify CDN: Minification failed

Line 420:1 Expected identifier but found "."
Line 1632:11 Expected ":"
Line 1632:17 Expected ":"

**/
.mlv-main-product .thumbnail-list {
  justify-content: center;
}
#breadcrumb {
  cursor: default;
  padding-bottom:10px; 
}
.mlv-main-product #breadcrumb {
   padding-bottom: 20px;
}

.mlv-main-product .thumbnail {
  opacity: 0.3;
  cursor: unset;
}

.mlv-main-product .thumbnail[aria-current] {
  box-shadow: none !important;
  border: none !important;
  opacity: 1;

}

.mlv-main-product .thumbnail[aria-current]:hover {
  opacity: 1 !important;

}



.mlv-carousel-button {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  transition: all .3s ease-in-out;
  background: #ffffffbf;
  position: absolute;
  top: 45%;

  z-index: 11;
  opacity: 0;
  
  pointer-events: none;
 
}

/* Left button */
.mlv-carousel-button-prev {
  left: 20px;
}

/* Right button */
.mlv-carousel-button-next {
  right: 20px;
}


/* Show on hover (desktop only) */
@media (min-width: 749px) {
  .product__column-sticky:hover .mlv-carousel-button {
    opacity: 1;
    pointer-events: auto;

  }
}
@media (max-width: 999px) {
  .mlv-carousel-button {
   
    width: 40px;
    height: 40px;
  
  
  }
}

.mlv-carousel-button-next {
  transform: rotate(180deg);
}

.mlv-main-product .product__media-list {
  cursor: pointer;

}

.mlv-flickity-button-icon {

  width: 60%;
  height: 60%;
  margin: auto;
}

.mlv-carousel-button:hover {
  cursor: pointer;
  background: white;
}

.breadcrumb-link {
  color: black;
}

.breadcrumb-link:hover,
.breadcrumb-current {
  color: #A2CB53;
}

.mlv-main-product .product__title>* {
  color: #3F3F3F !important;
  font-weight: 600 !important;
  font-size: 36px;
  margin-bottom: 14px;
}

.green-button {
  background-color: #76c355;
  color: black;
}

.mlv-custom-badge {
  width: calc(33.333% - 10px);
  margin-right: 10px;

  border-radius: 0;
  height: 40px;
  font-size: 16px;
  min-width: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.mlv-main-product .price--large {
  font-size: 24px !important;
}

.mlv-custom-our-price {
  color: #3F3F3F;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;

}

.mlv-transfrom-titlecase {
  text-transform: capitalize;
}

.mlv-main-product .product__info-container .price--on-sale .price-item--regular {
  font-size: 24px;
}

.mlv-main-product .price__container {
  color: #A2CB53 !important;
  font-weight: 700;
}

.mlv-main-product .price--on-sale .price-item--regular {
  color: #A2CB53 !important;
  font-weight: 700;
}

.mlv-main-product .price--on-sale .price-item--regular {
  opacity: 0.6;
}

.mlv-custom-quantity-cart-wrapper-outer{
  background: #E8F3F3;
  padding: 22px 26px;
  display: flex;
  gap:20px;
  flex-direction:column;

}
.mlv-main-product .product-form__error-message-wrapper{
  margin-bottom:0 !important;
}
.mlv-custom-quantity-cart-wrapper {
   display: flex;
  justify-content: space-between;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
}

.mlv-main-product .product-form__input {
  flex: unset !important;
  margin: 0 !important;

}

.mlv-main-product .quantity {

  border-radius: 5px;

}

.mlv-main-product .product__info-container .product-form {
  margin: 0 !important;
}

.mlv-main-product .quantity__label {
  display: none;
}

.mlv-main-product .product-form__submit {
  margin: 0 !important;
  gap: 14px;
  border-radius: 7px;
  background: transparent linear-gradient(283deg, #272727 0%, #444444 100%) 0% 0% no-repeat padding-box;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 200px;
  justify-self: end;
  transition: 0.3s;
   font-family: Montserrat, sans-serif;
   font-size: 15px;
   letter-spacing: 2px;
   padding: 14px 51px 14px 25px; 
   justify-content: space-between; 
   border-radius: 6px; 
   text-wrap-mode: nowrap;

}
@media (min-width:1101) and (max-width:1150){
  .quick-add-modal.product-template .mlv-main-product .product-form__submit{
    padding: 14px 35px 14px 14px; 
  }
}

.w3-affinity .w3-affinity-icons ul {
  list-style-type: none;
}

.product-features ul li img {
  width: 40px;
  height: 40px;
}

.product-features ul,
.product-features {
  margin: 0
}

.w3-affinity {
  padding: 20px 0px;
  margin: 0 !important;
}

.custom-hr {
  margin: 0 !important;
}

.quantity:after {

  border: none;
  border-radius: 5px;
  box-shadow: none;
}

.mlv-main-product .quantity__input {
  background-color: white !important;
  border: 1px solid;
  border-radius: 5px;

}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: none !important;

}

.mlv-main-product .quantity {
  background-color: #DEE9E9;
}

.mlv-main-product .quantity__button {
  background-color: unset !important;
}



*:focus-visible {
  outline: none !important;
  outline-offset: none !important;
  box-shadow: none !important;
}

.custom-arrow:after {
  content: "\e902";
  color: #A2CB53;
  font-family: flex-icon;
  transform: rotate(-90deg);
  position: absolute;
  right: 16px;
  top: 10px;
}

.svg-wrapper-custom {
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  color: #A2CB53;
  width: 15px;
  height: 15px;
}

.mlv-main-product .product-form__submit:hover {

  background: transparent linear-gradient(283deg, #272727 100%, #444444 0%) 0% 0% no-repeat padding-box;
  color: #fff;


}

.mlv-main-product .product-form__submit:after {
  box-shadow: none !important;


}

.mlv-main-product .product-form__submit:not([disabled]):hover:after {
  box-shadow: none !important;


}

@media (max-width:1100px) and (min-width:750px) {
  .mlv-custom-quantity-cart-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .mlv-main-product .product-form__submit {
    max-width: unset;

  }

  .mlv-main-product .product-form__input {

    width: 100%;
  }

  .mlv-main-product .quantity {
    width: 100%;


  }
}

.mlv-main-product .product-form__buttons {
  max-width: unset;
}

.mlv-custom-add-to-cart {
  width: 100%;

}

.mlv-main-product .select:after,
.mlv-main-product .select:active.select:after {
  box-shadow: none !important;
}

.mlv-main-product .product-form__input--dropdown {
  width: fit-content;
}

.mlv-main-product .select:not(.is-multiple):not(.is-loading):not(.is-arrowless):after {

  top: 0px !important;
}

.select:hover.select:after {
  box-shadow: none !important;
}

.select:active.select:after {
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity)) !important;
}

/* .mlv-main-product .select__select{
border-radius: 5px;

} */
.mlv-main-product .select:active {
  box-shadow: 0 0 0 .125em #00000040;
  border-radius: 5px;
}

.mlv-main-product .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
  width: calc(20% - 20px);
}

.mlv-custom-tabs {
  display: flex;
  width: 100%;
  list-style-type: none;
  margin: 16px 0px 32px 0px;
  border-bottom-style: solid;

}

@media (max-width:499px) {
  .mlv-custom-tabs {
    overflow-x: scroll;
    overflow-y: clip;
    scrollbar-width: none;
  }
}
..mlv-tabs-content{
  margin:0;
  padding:0;
}
.mlv-tabs-content {
  list-style-type: none;

}

.tabs-content-inner {
  display: none;
}

.tabs-content-inner.active {
  display: block;
}

.product-template .tabs li a {
  cursor: pointer;
  display: flex;
  text-wrap-mode: nowrap;
}

.mlv-custom-tabs li a.active:before {
  bottom: -1px !important;
}



/* .mlv-sold-out {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: unset;
} */

.mlv-custom-wrap {
  text-wrap: nowrap;
}

.mlv-main-product .notify-when-available {
  max-width: unset;
}

.mlv-custom-saving {
  color: #A2CB53 !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px !important;
}

.savings {
  display:block;
  color: #59b0e3;
  font-size: 21px;
}

@media (max-width:640px) {
  .w3-affinity {
    align-items: flex-start;
  }
}

@media (max-width:499px) {
  .mlv-custom-quantity-cart-wrapper {
    flex-direction: column;
    gap: 20px;
  }


  .mlv-custom-add-to-cart {
    width: unset !important;

  }
}

.mlv-product-form-dynamic-checkout {

  gap: 10px;
  display: flex;
  flex-direction: column;
}

.mlv-main-product .mlv-product-form-dynamic-checkout .product-form__submit {
  max-width: unset;
}

.custom-badge-wrapper {
  width: 75%;
}

/* .mlv-main-product .product > div {
margin:0px 10px;
padding:0;
  } */
.mlv-custom-arrow {
  margin: 0 5px;
}

.product-media-container {
  border: none !important;
}


/* Cart Page */

.mlv-family-playfair {
  font-family: Playfair Display, serif;
}

.mlv-family-montserrat {
  font-family: Montserrat, sans-serif;
}

@media (min-width:750px) {
  .mlv-custom-cart .cart-item td {
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid;


  }

  .quick-add-modal.product-template .quick-add-modal__content {
    margin: 0 !important;
    top: unset;
  }

  .mlv-custom-cart .cart-item td.cart-item__details {

    padding: 20px;



  }

  .mlv-custom-cart .cart-item__quantity-wrapper {
    justify-content: center;
  }
}

.mlv-align-center {
  text-align: center;
}

@media (min-width:750px) {
  .mlv-align-center-custom {
    text-align: center;
  }
}

.mlv-textwrap-nowrap {
  text-wrap: nowrap;
}


@media (max-width:749px) {
  .mlv-custom-cart-show {
    display: none;
  }
}

.mlv-custom-cart-title {
  color: #A2CB53;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;

}

.mlv-custom-cart-title:hover {
  text-decoration: none;
  color: #8db639;

}

.mlv-custom-cart-price-font-size {
  font-size: 16px;
}

.mlv-opacity-6 {
  opacity: 0.6;
}

.mlv-font-color {
  color: #59b0e3;
}

.mlv-custom-cart .cart-items th {
  opacity: 1;
  font-weight: 700;
  text-transform: none !important;
}

/* mlv-custom-cart */
.quantity__button {
  background: #DEE9E9 !important;
}

.quantity__button-minus {
  border-radius: 5px 0px 0px 5px !important;
}

.quantity__button-plus {
  border-radius: 0px 5px 5px 0px !important;
}

.quantity__input {
  border-top: thin solid black;
  border-bottom: thin solid black;
}

/* mlv-custom-cart */

.mlv-cart-delete-wrapper {
  position: absolute;
  top: 5%;

  right: 0;
}

.mlv-cart-delete-wrapper button {
  transition: .2s linear;
  border-radius: 50%;
  border: none;

  background-color: rgba(10, 10, 10, 0.2);

  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.mlv-cart-delete-wrapper button:hover {
  background-color: #0a0a0a4d;
}

.mlv-cart-delete-wrapper svg {
  height: 12px;
  width: 12px;
}

.mlv-cart-delete-wrapper span {
  height: 12px !important;
  width: 12px !important;
  display: flex;
}

.mlv-custom-desktop .loading__spinner {
  padding-top: 20px;
}

.mlv-custom-cart cart-remove-button {
  display: none !important
}

.mlv-cart-total-padding {
  padding: 0 4rem !important;
}

.mlv-padding-right-center {
  padding-right: 4rem !important;
  text-align: center !important;
}

.mlv-custom-cart .cart__items {
  padding-bottom: 0 !important;
  border-bottom: 1px solid;
}


.mlv-custom-total-wrapper {
  background: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
}

.mlv-custom-total-wrapper-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-self: flex-end;
  gap: 20px;
}

.mlv-custom-total-wrapper-inner-1 {
  justify-content: space-between;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  text-transform: none;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0px;
  display: flex;
}

.mlv-custom-total-wrapper-inner-2 {
  justify-content: space-between;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #59b0e3;
  letter-spacing: 0px;
  display: flex;
}

.mlv-cart-delete-wrapper-mobile-hide {
  display: flex;
  justify-content: flex-end;
}

@media (min-width:750px) {
  .mlv-custom-cart-hide {
    display: none;
  }

  .mlv-custom-total-wrapper-inner {
    width: 230px;
    margin-right: 30px;
  }
}

.mlv-cart-delete-wrapper-mobile {
  position: relative;
}

.mlv-custom-cart-headings .title {
  font-size: 25px !important;
}

@media only screen and (min-width: 641px) and (max-width: 1100px) {
  .mlv-custom-cart-headings .title {
    font-size: 15px !important;
  }
}

.mlv-color-green {
  color: #A2CB53;
}

.mlv-continue-shopping {
  font-weight: 400;
  font-size: 20px;

}

.mlv-continue-shopping:hover {
  color: #8db639;

}

.mlv-related-products .slider-buttons {
  /* position: absolute;
  top: 40px;
  right: 15px;
  gap: 15px;
  z-index: 10;
  left: unset; */
  position:unset !important;
  width:fit-content;
}


.mlv-related-products .mlv-grid {
  flex-wrap: unset !important;
  overflow-x: auto;
  scrollbar-width: none;
}

.mlv-related-products .slider-button:active {
  opacity: 0.6;
}

.mlv-related-products .slider-button:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  /* pointer-events: none; */
}

.mlv-related-products button.slider-button:focus {
  box-shadow: none !important;
}

.mlv-tabs-content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;


}

.quick-add-modal.product-template {
  display: flex;
  align-items: center;
}
.quick-add-modal.product-template .product__title>*{
  font-size:25px;
}

.quick-add-modal.product-template #breadcrumb,
.quick-add-modal.product-template .mlv-custom-tabs,
.quick-add-modal.product-template .mlv-tabs-content,
.quick-add-modal.product-template .mlv-custom-app-wrapper  
{
  display: none;

}

.quick-add-modal.product-template .product__info-wrapper {
  padding-top: 0 !important;

}

.quick-add-modal.product-template .product__title>*:hover {
  text-decoration: none !important;
  color: #8db639 !important;
}

.cart-item__name:hover {
  text-decoration: none !important;
  color: #8db639;
}

.mlv-custom-cart .mlv-main-cart-title {
  margin-bottom: 40px;
}

@media (max-width:749px) {
  .mlv-custom-cart .mlv-main-cart-title {
    margin-bottom: 20px;
  }

  .mlv-custom-cart .cart-item {
    border-bottom: 1px solid;
    padding: 20px;
  }

  .cart-items thead tr {

    margin-bottom: 0rem !important;
  }

  .cart-item {
    margin-bottom: 0rem !important;

  }
}

.cart-items thead tr {
  border-bottom: 1px solid;
}



.mlv-cart-footer {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.mlv-cart-footer .cart__note {
  width: 100% !important;
}

.is-empty .mlv-custom-total-wrapper {
  display: none;
}

.product__desc-link:hover {
  text-decoration: none !important;
}

.quick-add-modal.product-template .mlv-product__view-details {
  display: block !important;
  cursor: pointer;
}

.product-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  /* fallback for browsers without line-aclamp */
}

.product-desc * {
  display: inline;
}

 .quick-add-modal.product-template .product__media-icon {
  display: none !important;
} 

.view-full-text {
  color: #A2CB53;
}

.view-full-text:hover {
  color: #8db639;
}

/* Blog Page Css */

.mlv-blog-header-wrapper {
  display: flex;
  margin-bottom:20px

}

@media (min-width:799px) {
  .mlv-blog-header-wrapper {
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width:798px) {
  .mlv-blog-header-wrapper {
    margin-bottom: 20px;
    flex-direction: column;

  }

  .mlv-blog-header-wrapper .title {
    margin: 2rem 0;

  }
}

.mlv-cutom-blog-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: #F6F6F6;
  border-radius: 5px;
  color: #3F3F3F !important;
  height: 50px;
  border: none;
  width: 250px;
  padding: 8px 36px 8px 12px;
  /* space for arrow */
  font-size: 18px;

  /* custom arrow using SVG */
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  font-size:16px;
}


.mlv-cutom-blog-dropdown:focus {
  box-shadow: 0 0 0 .125em #00000040 !important;
}

.mlv-cutom-blog-dropdown:hover {
  cursor: pointer;
}

/* .mlv-custom-blog .circle-divider:after{
  display:none !important;
} */
.mlv-custom-pipe-before {

  padding-left: 5px;

}

.mlv-custom-blog .article-card__info div {
  display: inline-block;
  margin-right:6px;

}

.mlv-custom-blog .article-card__info span {
  text-wrap: nowrap;
}

.mlv-custom-blog .article-card__info div:not(:first-child)::before {
  content: "|";
  color: #0000004d;
  /* margin: 0 6px; */
  /* optional spacing */
}

.mlv-custom-blog .blog-articles {
  gap: 20px;
}

@media screen and (min-width:799px) {
  .mlv-custom-blog .blog-articles {
    grid-template-columns: 1fr 1fr 1fr !important;

  }
}

@media screen and (min-width:481px) and (max-width: 798px) {
  .mlv-custom-blog .blog-articles {
    grid-template-columns: 1fr 1fr !important;

  }
}

.mlv-custom-blog .mlv-custom-read-more {
  margin: 0 !important;
  gap: 14px;
  /* border-radius: 7px; */
  background: transparent linear-gradient(283deg, #272727 0%, #444444 100%) 0% 0% no-repeat padding-box;
  color: white;
  font-weight: 500;
  /* text-transform: uppercase; */
  /* font-size: 16px; */
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
  /* max-width: 150px; */
  letter-spacing: 0.32px;
  transition: 0.3s;
  /* padding: 0px 30px 0px 20px; */
      font-family: Montserrat, sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 14px 51px 14px 25px;
    justify-content: space-between;
    border-radius: 6px;
    text-wrap: nowrap;
    max-width: 100%;
    position:relative;
        text-transform: uppercase;
        cursor:pointer;
}
.mlv-custom-blog .mlv-custom-read-more:before{
content:'';
    background-image:url('/cdn/shop/files/Vector_5.svg?v=1757076241');
    background-size: contain;
    background-repeat: no-repeat;
        background-position: center;
    height: 13px;
    display: block;
    width: 13px;
    position: absolute;
    right: 22px;
        top: 50%;
    transform: translateY(-50%);
    
}
.mlv-custom-blog .mlv-custom-read-more .svg-wrapper{
  display:none;
}
.mlv-custom-read-more:hover{
   color: #FFF;
    background: transparent linear-gradient(283deg, #272727 100%, #444444 0%) 0% 0% no-repeat padding-box;
}
/* 
.mlv-custom-blog .mlv-custom-read-more:hover {
  color: #A2CB53;
} */

.mlv-custom-blog .mlv-custom-read-more:after {
  box-shadow: none !important;
}

.mlv-custom-blog .card--standard>.card__content .card__information {
  padding: 25px 0px !important;
}

.mlv-custom-blog .mlv-custom-read-more-wrapper {
  margin-bottom: 25px;
}
.mlv-custom-blog .mlv-custom-read-more-wrapper .comman-btn-detail.secondary-btn .svg-wrapper {
  display:none;
}
.mlv-article-heading{
  font-size:26px;
}
.mlv-article-heading:hover {
  color: #A2CB53;
}
.mlv-article-card__info-color{
  color:black;
      font-size: 13px;
}

.mlv-custom-blog .card__heading a:after {
  display: none;
}

.mlv-blog-card-author-wrapper:hover {
  cursor: pointer;
}

.mlv-custom-blog .article-card .card__heading {
  margin-bottom: 20px;
}

.mlv-article-template .mlv-article-template__hero-container {
  margin: 0;
  max-width: unset;
}

.mlv-custom-blog-section {
  margin: 0;
  max-width: unset;
  width: 100%;
  padding:0;
}

.mlv-article-template .mlv-blog-title-wrapper div {
  display: inline-block;
  padding-bottom:10px;


}

.mlv-article-template .mlv-blog-title-wrapper div:not(:first-child)::before {
  content: "|";
  color: #0000004d;
  margin: 0 6px;
  /* optional spacing */
}

.mlv-article-template .mlv-custom-title-breadcrum-wrapper {
  max-width: var(--page-width) !important;
  display: flex !important;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
  justify-self: anchor-center;

}

.article-template.mlv-article-template .mlv-custom-background-overlay:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #00000080;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.article-template.mlv-article-template .mlv-custom-title-desktop .breadcrumb-link,
.article-template.mlv-article-template .mlv-custom-title-desktop .mlv-article-template__title,
.article-template.mlv-article-template .mlv-custom-title-desktop #breadcrumb {
  color: white;
}

.mlv-article-template .mlv-blog-title-wrapper {
  padding: 0 1.5rem !important;
  margin-bottom: 12px;
}

.mlv-article-template .mlv-article-template__content {
  margin-top: 0 !important;
}

.mlv-article-template .mlv-custom-title-mobile {
  margin-top: 20px;
}

/* @media (max-width:749px) {
  .mlv-article-template .mlv-custom-title-desktop {
    display: none !important;
  }

} */

@media (min-width:750px) {
  .mlv-article-template .mlv-custom-title-mobile {
    display: none !important;
  }

}

.mlv-article-template .mlv-blog-tags-wrapper{
  padding: 0 1.5rem !important;
  margin-top: 0px !important;
}
.mlv-article-template .mlv-blog-selector-wrapper{
display: flex;
    gap: 10px;
    flex-wrap:wrap;
}
.mlv-article-template .mlv-blog-selector-wrapper div{
padding:5px;
border:1px solid;
border-radius:5px;

}
.mlv-article-template .mlv-blog-selector-wrapper div:hover{
cursor:pointer;
background-color:black;
color:white;

}
.mlv-custom-related-buttons-wrapper{
  display:flex;
  justify-content:space-between;
}
@media (max-width:640px){
  .mlv-custom-related-buttons-wrapper{
 flex-direction:column;
 margin-bottom:30px;
}
.mlv-related-products__heading{
  margin-bottom:20px;
}
}

.mlv-article-template ul{
list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
    padding:0;
}

@media (max-width:749px){
  #breadcrumb{
    font-size:13px;
    padding-bottom:0px;
  }
}

.mlv-article-template__title{
  font-size:50px;
      line-height: 53px;
}
@media only screen and (min-width: 641px) and (max-width: 1100px) {
    .mlv-article-template__title {
        font-size: 40px !important;
        line-height: 40px;
        z-index: 1;
        position: relative;
    }
}
@media (max-width:640px){
  .mlv-article-template__title{
  font-size: 30px !important;
        line-height: 40px;
}
}
.mlv-custom-page-banner .mlv-article-template__title{
    color: #3F3F3F !important;
}
.custom-body-page .mlv-article-template__title {
    font-size: 60px !important;
    line-height: 85px;
}
@media only screen and (min-width: 641px) and (max-width: 1100px) {
    .custom-body-page .mlv-article-template__title {
        font-size: 40px !important;
        line-height: 40px;
        z-index: 1;
        position: relative;
    }
}
@media only screen and (max-width: 640px) {
     .custom-body-page .mlv-article-template__title {
        font-size: 30px !important;
        line-height: 40px;
        z-index: 1;
        position: relative;
    }
}
@media only screen and (min-width: 360px) and (max-width: 1100px) {
   .custom-body-page .mlv-article-template__title {
        margin: 0 10px !important;
    }
}
.mlv-search-modal__content{
  padding:0;
}
.mlv-search-modal__form , .mlv-search-modal__form{
width:100%;
max-width:unset;
}
.custom-body-404 #MainContent .shopify-section{
  overflow:visible;
}

/* Contwct Us FOrm */
.text-align-center{
  text-align:center;
}
/* # Contact form
================================================== */

.contact-form .contact-form__form {
  padding: 40px;
}

@media (max-width: 768px) {
  .contact-form .contact-form__form {
    margin: 30px 0;
  }
}

.contact-form .contact-form__image {
  margin-bottom: 25px;
}

.contact-form .contact-form__blocks .contact-form__block {
  margin-bottom: 20px;
}

.contact-form .contact-form__blocks .contact-form__block label {
  color: inherit !important; /* Inherit color of parent */
}

.contact-form .contact-form__block--radio .contact-form__list,
.contact-form .contact-form__block--checkbox .contact-form__list {
  margin: 0;
  list-style: none;
}

.contact-form .contact-form__block--radio .contact-form__list li,
.contact-form .contact-form__block--checkbox .contact-form__list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.contact-form .contact-form__block--radio .contact-form__list li input,
.contact-form .contact-form__block--checkbox .contact-form__list li input {
  top: 2px;
  margin-right: 7px;
  position: relative;
}

.contact-form .contact-form__social .social-icons {
  list-style: none;
  margin: 20px 0 0 0;
  display: flex;
  align-items: baseline;
}

.contact-form .contact-form__social .social-icons li {
  padding-right: 10px;
}

.text-align-right .social-icons {
  justify-content: flex-end;
}

.text-align-center .social-icons {
  justify-content: center;
}

.contact-form--left {
  flex-direction: row-reverse;
}

.contact-form--right .contact-form__offset .contact-form__form,
.contact-form--left .contact-form__offset .contact-form__form {
  margin: 0;
}

@media (max-width: 768px) {
  .contact-form--right .contact-form__form,
  .contact-form--left .contact-form__form {
    margin-left: 0;
    margin-right: 0;
  }
}
.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: .01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: .01em !important;
}

.mlv-container{
  display:flex;
  /* gap:20px; */
  justify-content:space-around;
}
@media (max-width:749px){
 .mlv-container{
  align-items:column;
  justify-content:center;
} 
}
@media only screen and (max-width: 798px) {
    .medium-down--sixteen, .medium-down--one-whole {
        width: calc(100% - 20px);
    }
}
.mlv-container .input{
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    /* box-shadow: none; */
    max-width: 100%;
    width: 100%;
    font-size:17px;
  font-family: Montserrat, sans-serif;
  height:38px;
  

}
 .mlv-container .textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    font-size:17px;
  font-family: Montserrat, sans-serif;
  height:76px;
  

}
.mlv-container .input.is-primary-btn-style {
    border-radius: 0;
    padding-left: 1em;
    padding-right: 1em;
    border:none !important;
}

.mlv-container .textarea.is-primary-btn-style {
    border-radius: 0;
    padding-top:1em;
    padding-left: 1em;
    padding-right: 1em;
    border:none !important;
}

.mlv-container .comman-btn-style{
  padding:14px 51px 14px 25px;
  /* font-size:14px; */
}
.mlv-testinomial-nav-wrapper{
  display:flex;
  justify-content:flex-end;
  gap:10px;
}
.mlv-testimonial-section .mlv-testimonials{
  position:relative;
  min-height:500px;
  overflow:hidden;
}
@media (min-width:641px){
.mlv-testimonial-section .mlv-testimonials:before {
    content: "";
    width: 1px;
    background: #6A8A2D;
    position: absolute;
    left: 0;
    bottom: 15px;
    top: 10px;
}
}
.mlv-testimonial-section .leaf-icon:before {
    background-image: url(/cdn/shop/files/leaf-icon-gray.svg?v=1756989469);
}
.mlv-testimonial-section .mlv-heading{
  z-index:0;
}
/* Base positioning for all testimonial blocks */
.mlv-testimonial-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.6s ease;
 
}

/* Visible slide */
.mlv-testimonial-block.is-active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

/* Slide out left */
.mlv-testimonial-block.is-prev {
  opacity: 0;
  transform: translateX(-100%);
  z-index: 1;
}

/* Slide out right */
.mlv-testimonial-block.is-next {
  opacity: 0;
  transform: translateX(100%);
  z-index: 1;
}
.mlv-testimonial-block.from-right {
  opacity: 0;
  transform: translateX(100%);
  z-index: 1;
}
.mlv-testimonial-block.from-left {
  opacity: 0;
  transform: translateX(-100%);
  z-index: 1;
}

.mlv-hover-pointer:hover{
  cursor:pointer;
}


@media only screen and (max-width: 640px) {
    .mlv-heading {
        font-size: 30px !important;
        line-height: 40px;
        z-index: 1;
        position: relative;
    }
    .testimonial-section .testimonial__description {
        padding: 0;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: .4px;
    }
    .mlv-testinomial-nav-wrapper{
  justify-content:flex-start;
width:inherit;
}
}
.mlv-testimonial-block {
  user-select: none;   /* prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
}
.mlv-title-case{
  text-transform:capitalize;
}
.mlv-lower-case{
  text-transform:lowercase;
}

.mlv-main-page-title{
  display:none;
}
.mlv-main-page{
  padding-top:1.5rem !important;
  padding-bottom: 40px !important;
}
.mlv-custom-form__heading{
  margin-top:0 !important;
}

.custom-body-cart #MainContent .shopify-section{
  max-width:unset; 
  width:100%; 
}
.custom-body-cart #MainContent .collection__title{
  max-width: unset;
    display: flex
;
    justify-content: center;
}

.mlv-container .column, .mlv-container .columns {
    margin-left: 10px;
    margin-right: 10px;
}
.has-margin-bottom {
    margin-bottom: 20px !important;
}
.mlv-container .input:focus, .mlv-container .input.is-focused, .mlv-container .input:active, .mlv-container .input.is-active, .mlv-container .textarea:focus, .mlv-container .textarea.is-focused, .mlv-container .textarea:active, .mlv-container .textarea.is-active {
    border:1px solid black !important;
    box-shadow: 0 0 0 .125em #00000040 !important;
}
.custom-body-cart .custom-collection-style slider-component{
  /* padding:0px 15px !important; */
}
@media only screen and (max-width: 480px) {
    .custom-body-cart .custom-collection-style slider-component .grid .grid__item {
        width: calc(100% - 20px);
        max-width:unset;
    }
}
.custom-body-cart .custom-collection-style .featured-collection__title p {
  text-align:center;
}
.mlv-card__inner:hover{
  cursor:pointer;
}
.mlv-article-tempalte-image-wrapper , .article-template__hero-small{
  min-height:20rem;
  
}
.justify-center{
  justify-content:center;
}
.cart__dynamic-checkout-buttons{
  max-width:unset;
}
@media (max-width:749px){
.mlv-cart-footer .cart__blocks{
  width:100%;
  max-width;unset;
}
.mlv-cart-footer .cart__checkout-button{
max-width:unset;
}
}

.product-desc *{
  font-size:16px !important;
  font-weight:normal !important;
  font-family: Montserrat, sans-serif !important;
  font-style:normal !important;
}

.quick-add-modal.product-template .product__title>*{
  font-size:25px;
}
.quick-add-modal.product-template .price{
  font-size:16px !important;
}
.quick-add-modal.product-template .savings{
  font-size:16px;
  display:block;
}
.quick-add-modal.product-template .product__info-container .price--on-sale .price-item--regular{
  font-size:18px;
}
.quick-add-modal.product-template .mlv-custom-saving{
  font-size:18px;

}
.content b{
  font-size:16px !important;
}
.content b *{
  font-size:16px !important;
}

/* @media (min-width:990px) and (max-width:1199px){
.slider-component-desktop .quick-add__submit , .mlv-custom-add-to-cart .product-form__submit {
font-size: 13px !important; 
 letter-spacing: 0 !important;
}

} */
 @media (min-width:990px) and (max-width:1199px){
.quick-add-modal.product-template .product-form__submit {
font-size: 13px !important; 
 letter-spacing: 0 !important;
}

}
@media (min-width:990px) and (max-width:1299px){
.custom-body-cart .mlv-custom-add-to-cart .product-form__submit {
font-size: 13px !important; 
 letter-spacing: 0 !important;
 padding: 10px 15px 10px 10px;
}

}

@media (min-width:990px) and (max-width:1099px){

.custom-body-cart .custom-collection-style .grid .grid__item .mlv-custom-add-to-cart .product-form__submit .svg-wrapper-custom{
  right:10px;
}
}


@media (min-width:1199px) and (max-width:1499px){
 .custom-body-cart .custom-collection-style .quick-add__submit{
font-size: 13px !important; 
 letter-spacing: 0 !important;
}
}
@media (min-width:990px) and (max-width:1198px){
 .custom-body-cart .custom-collection-style .quick-add__submit{
padding:10px 30px 10px 10px !important;

font-size: 13px !important; 
 letter-spacing: 0 !important;
}
 .custom-body-cart .custom-collection-style .quick-add__submit:after{
right:11px !important;
}
 .custom-collection-style .quick-add{
    
    top: 15% !important;
    
} 
}
.mlv-quantity__button-plus:disabled{
  cursor:not-allowed;
  opacity:0.5;

}
.mlv-quantity__button-minus:disabled{
  cursor:not-allowed;
  opacity:0.5;

}


.cart-item__error-text{
  text-transform:none;
}
.mlv-main-product .price .price-item {
  margin: 0 !important;
}
.mlv-custom-error-wrapper:not([hidden]){
  display:flex;
gap:5px;
 margin-bottom:10px !important;
  font-size:13px;
}
.mlv-custom-error-wrapper:not([hidden]) .svg-wrapper{
width: 14px;
    margin-top: 2px;
}

@media (max-width:420px){
  .custom-page-contact-us .multicolumn-list.grid{
    flex-direction:column;
  } 
  .custom-page-contact-us .multicolumn-list.grid li{
    max-width:100% !important;
  }
  
}


/* For NOtify ME button */
 /* .purchase-details__buttons {
  width: 100% !important;
  display: block;
  margin-left: 0;
  position: relative;
  top: 4px;
}

.mlv-notify-button {
  border-radius: 6px;
  background: rgb(160, 202, 83);
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 13px;
  display: block;
  width:100%;
}
.mlv-notify-button{
  border-radius: 6px;
  background: rgb(160, 202, 83);
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 13px;
  display: block;
  width:100%;
}

.bis-reset.bis-edge-left.bis-edge-top.bis-rotate-90 {
  display: none;
}

@media only screen and (max-width: 480px) {
  .mlv-notify-button {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

@media only screen and (max-width: 410px) {
  .mlv-notify-button {
    font-size: 12px !important;
  }
}

.mlv-notify-button:after {
  display: none;
}  */
