/*!
Theme Name: Moments by QR Child
Description: A custom child theme for moments-by-qr
Author: Doozielabs
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: moments-by-qr
Version: 1.0.1
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: moments-by-qr
*/
/*body {
    overflow: hidden;
}*/
body::-webkit-scrollbar,
.drawer-section-wrapper::-webkit-scrollbar,
.moments-add-on-drawer-container .multi-product::-webkit-scrollbar,
.mini-cart-container .mini-cart-wrapper .dropdown-menu.dropdown-menu-mini-cart::-webkit-scrollbar,
.shop-container .moments-product-list.multi-products::-webkit-scrollbar,
.shop-container .products.columns-1.single-product::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track,
.drawer-section-wrapper::-webkit-scrollbar-track,
.moments-add-on-drawer-container .multi-product::-webkit-scrollbar-track,
.mini-cart-container .mini-cart-wrapper .dropdown-menu.dropdown-menu-mini-cart::-webkit-scrollbar-track,
.shop-container .moments-product-list.multi-products::-webkit-scrollbar-track,
.shop-container .products.columns-1.single-product::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb,
.drawer-section-wrapper::-webkit-scrollbar-thumb,
.moments-add-on-drawer-container .multi-product::-webkit-scrollbar-thumb,
.mini-cart-container .mini-cart-wrapper .dropdown-menu.dropdown-menu-mini-cart::-webkit-scrollbar-thumb,
.shop-container .moments-product-list.multi-products::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%);
}
.shop-container .moments-product-list.multi-products::-webkit-scrollbar-thumb,
.shop-container .products.columns-1.single-product::-webkit-scrollbar-thumb {
    background: #8FA7C2 !important;
}
.shop-container .moments-product-list .heading {
	font-family: "Rasa", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 32px;
    color: #131920;
	margin-bottom: 0;
}
body::-webkit-scrollbar-thumb:window-inactive {
    background: #E0E0E0;
}
body.drawer-is-open {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}
#scrolling-down {
  position: relative;
  top: -150px;
}
.noIconShow .pt_plus_button .btn-icon {
    display: none;
}
/* ANIMATION */
@keyframes fadeOutLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}
.header-navigation-wrapper.leftClose {
  animation: fadeOutLeft 1s ease-in-out 200ms forwards;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
.elementor-widget-tp-button {
    width: max-content;
    margin-bottom: 0px;
}
/* GENERAL STYLING FOR BUTTON GRADIENT WITH ICON HOVER BUTTON */
.gradient-icon-button {
    display: inline-block;
}
.gradient-icon-button a {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    line-height: 17px;
    color: #131313;
    display: flex;
    align-items: center;
    padding: 11px 23px;
    border-radius: 9px;
    position: relative;
    background: linear-gradient(to bottom, transparent 50%, black 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.3s ease-in, color 0.3s ease-in;
}
.gradient-icon-button a:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 9px;
}
.gradient-icon-button a:hover {
    background-position: bottom;
    color: #DFCDB1;
}
.gradient-icon-button .default-icon img {
    width: 22px;
    height: 22px;
    transition: opacity 0.7s ease-in;
    opacity: 1;
}
.gradient-icon-button .hover-icon img {
    width: 22px;
    height: 22px;
    transition: opacity 0.7s ease-in;
    opacity: 0;
    display: none;
}
.gradient-icon-button a:hover .default-icon img {
    opacity: 0;
    display: none;
}
.gradient-icon-button a:hover .hover-icon img {
    opacity: 1;
    display: inline-block;
}
.gradient-icon-button .textBtn {
    padding-left: 10px;
}
header #hfe-menu-cart__toggle_button .elementor-button-icon {
    cursor: pointer;
}
header .header-wrapper {
    backdrop-filter: blur(20px);
}
.header-content-wrapper .elementor-widget-image a {
    display: inline-block;
}
.header-content-wrapper.rightClose {
    animation: fadeOutRight 1s ease-in-out 200ms forwards;
}
/* HEADER */
header .header-wrapper {
    backdrop-filter: blur(20px);
}
header .elementor-widget-image .elementor-widget-container a,
footer .elementor-widget-image .elementor-widget-container a {
    width: max-content;
    display: inline-block;
    outline: none;
}
header .menu-drawer-open .elementor-widget-container,
.menu-closed-drawer-button {
    cursor: pointer;
}
header .signup-button .elementor-button {
    background-color: unset !important;
}
header .header-user-login-register-wrapper {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B1C5DA;
    border-radius: 10px;
    padding: 5px 5px 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header-user-login-register-wrapper .signup-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 18px;
    fill: #161109;
    color: #161109;
    padding: 10px 20px 10px 20px;
}
header .header-user-login-register-wrapper .login-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 18px;
    fill: #161109;
    color: #161109;
    background-image: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%);
    border-radius: 6px 6px 6px 6px;
    padding: 10px 27px 10px 27px;
    background-color: transparent;
}
header .elementor-widget-hfe-cart {
    margin-bottom: 0px !important;
}
header .hfe-menu-cart__toggle_button {
    position: relative;
}
header .hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    top: -1.7em !important;
    right: -1.7em !important;
}
header .elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '';
    background-image: url(././assets/img/shopping-bag.svg);
    position: absolute;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    right: -12px;
    top: -10px;
}
header .elementor-element-310eea6 {
  display: none; /* Temperary Hidden Cart Image */
}
header .elementor-element.elementor-element-75b7cda {
    display: flex;
}
header .elementor-element.elementor-element-75b7cda .elementor-container.elementor-column-gap-no {
    display: block;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B1C5DA;
    border-radius: 10px;
    padding: 5px 5px;
}
.drawer-wrapper-container {
    display: none;
}
.drawer-wrapper-container .drawer-section-wrapper {
  position: fixed;
  display: none;
  top: 80px;
  z-index: 1;
}
.drawer-wrapper-container .drawer-section-wrapper ul li {
  background-color: #F9FAFD;
  border-bottom: 1px solid #B1C5DA;
}
.drawer-wrapper-container .drawer-section-wrapper ul li a {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.drawer-wrapper-container .drawer-section-wrapper ul li:hover,
.drawer-wrapper-container .drawer-section-wrapper ul li.current-menu-item {
  background-color: #F4EEE5;
  border-bottom: 1px solid #CAAB7D;
}
.drawer-wrapper-container .drawer-section-wrapper ul li.current-menu-ancestor .hfe-menu-item .hovered-image {
  opacity: 1 !important;
}
.drawer-wrapper-container .drawer-section-wrapper .hfe-menu-item {
    position: relative;
    display: flex;
    justify-content: space-between !important;
    visibility: hidden; 
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1.5s ease-in, opacity 1.5s ease-in;
    text-decoration: none; 
}
.drawer-wrapper-container .drawer-section-wrapper .hfe-menu-item.visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.drawer-wrapper-container .drawer-section-wrapper .hfe-menu-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 1 !important;
    background-color: #B1C5DA !important;
    transform: scaleX(0);
    transition: transform 2s ease-in;
    transform-origin: bottom left;
}
.drawer-wrapper-container .drawer-section-wrapper .hfe-menu-item.open::before {
    transform: scaleX(1);
}
.moments-by-qr-memories-container .gradient-icon-button a {
    font-size: 11px;
    line-height: 17px;
    padding: 7px 11px 7px 11px;
}
.moments-by-qr-testimonials-container .sticky-parent .elementor-widget-wrap {
    display: block; 
}
.moments-by-qr-testimonials-container .sticky-column {
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
}
.moments-by-qr-testimonials-container .item-wrapper.slick-slide .monents-by-qr-quote-img-wrapper {
    filter: blur(3px);
}
.moments-by-qr-testimonials-container .item-wrapper.slick-slide .monents-by-qr-quote-content-wrapper {
    filter: blur(8.5375px);
}
.moments-by-qr-testimonials-container .item-wrapper.slick-slide.slick-current.slick-active .monents-by-qr-quote-img-wrapper {
    filter: blur(0px);
}
.moments-by-qr-testimonials-container .item-wrapper.slick-slide.slick-current.slick-active .monents-by-qr-quote-content-wrapper {
    filter: blur(0px);
}
.moments-by-qr-testimonials-container .carousel-prev.slick-arrow,
.moments-by-qr-testimonials-container .carousel-next.slick-arrow {
    position: absolute;
    left: unset;
    z-index: 1;
    right: -25px;
}
.moments-by-qr-testimonials-container .carousel-next.slick-arrow {
    top: 140px !important;
}
.moments-by-qr-testimonials-container .carousel-prev.slick-arrow:hover,
.moments-by-qr-testimonials-container .carousel-next.slick-arrow:hover {
    background-color: unset !important;
}
.moments-by-qr-testimonials-container .slick-dots {
    display: flex;
    flex-direction: column;
    position: absolute !important;
    left: unset;
    top: 55px !important;
    right: 22px;
}
.moments-by-qr-testimonials-container ul.slick-dots li {
    margin-bottom: 5px !important;
}
.moments-by-qr-testimonials-container ul.slick-dots li.slick-active {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.moments-by-qr-testimonials-container ul.slick-dots li.slick-active svg {
    fill: #8FA7C2 !important;
    background: #8FA7C2 !important;
    border-radius: 50px !important;
    width: 12px !important;
    height: 30px !important;
}
.moments-by-qr-hero-banner-container {
    height: calc(-80px + 100vh);
}
.moments-by-qr-hero-banner-container .premium-dual-header-second-header  {
    background: linear-gradient(89.89deg, #E69F73 40.04%, #F3B792 69.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.moments-by-qr-code-container .premium-image-button .premium-image-button-text-icon-wrapper span span {
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.moments-by-qr-privacy-policy-container .sticky-parent .elementor-widget-wrap,
.moments-by-qr-about-us-container .sticky-parent .elementor-widget-wrap {
    display: block; 
}
.moments-by-qr-privacy-policy-container .sticky-column,
.moments-by-qr-about-us-container .sticky-column {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
}
.moments-by-qr-privacy-policy-container ol > li ul {
  list-style-type: disc;
}
.moments-by-qr-privacy-policy-container ol > li {
  margin-bottom: 25px !important;
}
/* TIMELINE WIDGET WORK */
.moments-by-qr-timeline-container::before {
    content: '';
    position: fixed;
    top: 0px;
    background-image: url(../../../wp-content/uploads/2025/01/moments-by-qr-time-overlay.png);
    width: 100%;
    height: calc(0px + 100vh);
    right: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.moments-by-qr-timeline-wrapper .moments-by-qr-sticky-wrapper > .elementor-widget-wrap {
    /*height: calc(-200px + 100vh);
    align-content: stretch !important;*/
    height: auto;
    align-content: space-between !important;
}
.moments-by-qr-how-to-mobile-wrapper .elementor-element-8aff8d3  > .elementor-widget-wrap.elementor-element-populated {
    align-content: space-between;
    height: calc(-200px + 100vh);
}
.moments-by-qr-timeline-wrapper .moments-by-qr-sticky-wrapper .sticky-top-wrapper {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 125px;
}
.moments-by-qr-timeline-wrapper .moments-by-qr-sticky-wrapper .sticky-bottom-wrapper {
    position: sticky;
    position: -webkit-sticky;
    bottom: 75px;
}
.moments-by-qr-timeline-wrapper .moments-by-qr-sticky-wrapper .premium-image-button {
    background: unset !important;
}
.moments-by-qr-timeline-wrapper .twae-vertical.twae-wrapper {
    padding: 0px 0px !important;
}
.moments-by-qr-timeline-wrapper .twae-timeline {
    padding: 0px 0px !important;
}
/* STYLING FOR TIMELINE */
.elementor-timeline-stepper-wrapper .progress-bar-dots-wrapper,
.framer-1cc4car {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 64px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 64px;
}
.elementor-timeline-stepper-wrapper .progress-bar-dots-wrapper .stepper-dots, 
.framer-1d0rag1, 
.framer-10v9a9n, 
.framer-1a9x6u6 {
    aspect-ratio: 1 / 1;
    background: linear-gradient(to bottom, #161109 50%, rgb(177, 197, 218)  50%);
    background-size: 100% 200%;
    background-position: bottom center;
    border-radius: 100%;
    flex: none;
    overflow: hidden;
    position: relative;
    width: 22px;
    height: 22px;
    z-index: 1;
    transition: background 2s ease;
}
.elementor-timeline-stepper-wrapper .progress-bar-dots-wrapper .stepper-dots.defaultDot {
    background: rgb(22, 17, 9) !important;
    border: 1px solid rgb(22, 17, 9) !important;
}
.elementor-timeline-stepper-wrapper .progress-bar-dots-wrapper .stepper-dots.unFillDotWillBeFilled {
    background-position: top center;
}
.elementor-timeline-stepper-wrapper .progress-bar-wrapper, 
.framer-aqdnao, 
.framer-13otamq {
    align-content: center;
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: auto;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 50px;
}
.elementor-timeline-stepper-wrapper .progress-bar-wrapper.dot-last-child-wrapper .progress-bar-unfill-strip {
    visibility: hidden;
}
.progress-bar-unfill-strip,
.framer-1m9dv5l {
    align-content: flex-start;
    align-items: flex-start;
    background-color: #B1C5DA;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 100%;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    /*position: relative;*/
    width: 4px;
    z-index: 0;
}
.elementor-timeline-stepper-wrapper .progress-bar-filling-strip,
.framer-1rpbb3i, 
.framer-1hjzd41, 
.framer-18ly1se {
    width: 9px !important;
    height: 0%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgb(22, 17, 9);
    flex: none;
    overflow: hidden;
    /*position: relative;*/
}
.moments-by-qr-timeline-wrapper .elementor-timeline-stepper-wrapper .elementor-widget-text-editor,
.moments-by-qr-timeline-wrapper .elementor-timeline-stepper-wrapper .elementor-widget-text-editor {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
   /* background: grey;*/
    height: 100%;
    gap: 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.moments-by-qr-timeline-wrapper .elementor-timeline-stepper-wrapper .elementor-widget-text-editor .elementor-widget-container,
.moments-by-qr-timeline-wrapper .elementor-timeline-stepper-wrapper .elementor-widget-text-editor .elementor-widget-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
}
.moments-by-qr-timeline-wrapper {
    position: relative;
}
.moments-by-qr-timeline-wrapper .twae-vertical .twae-start,
.moments-by-qr-timeline-wrapper .twae-vertical .twae-end {
    display: none !important;
}
.moments-by-qr-timeline-wrapper .twae-vertical.twae-wrapper .twae-timeline:before {
  background-color: #fff !important;
}
.moments-by-qr-timeline-wrapper .timeline-button-wrapper {
    border: 0.85px solid #B1C5DA;
    display: flex;
    align-items: center;
    padding: 12px 20px 12px 20px;
    border-radius: 9px;
    width: max-content;
}
.moments-by-qr-timeline-wrapper .timeline-button-wrapper .timeline-button-text-wrapper a {
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none !important;
    line-height: 21px;
    padding-right: 5px;
    text-align: left;
    color: #131920 !important;
    display: flex;
}
.timeline-button-img-wrapper img:nth-child(1) {
  border-right: 1px solid rgba(19, 25, 32, 0.3);
    padding: 0px 10px;
}
.timeline-button-img-wrapper img:nth-child(2) {
    padding: 0px 0px 0px 10px;
}
.moments-by-qr-timeline-wrapper #twae-wrapper-3bf1b45 {
    height: calc(100vh - 200px);
    overflow-y: auto;
}
/* WOOCOMMERCE */
.mini-cart-container .woocommerce-mini-cart__empty-message {
    font-family: 'Rasa', sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 26px !important;
    letter-spacing: -0.01em !important;
    color: #131920 !important;
    padding: 30px 30px;
}
.mini-cart-overlay {
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    position: fixed;
    top: 80px;
    left: 0px;
    right: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease-in-out;
}
.mini-cart-overlay.show {
   opacity: 1;
   display: block;
}
.mini-cart-container {
    position: fixed;
    top: 80px;
    right: -100%;
    z-index: 99999;
    width: 45%;
    background: #F9FAFD;
    transition: right 0.7s ease-in-out;
}
.mini-cart-container.show {
    right: 0%;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 30px !important;
    border-bottom: 1px solid #E6EAF0;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #131920;
    margin: 0px 0px !important;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-closed-wrapper img {
    cursor: pointer;
}
.mini-cart-container .mini-cart-wrapper .dropdown-menu.dropdown-menu-mini-cart {
    height: 100vh;
    overflow: auto;
    padding: 0px 0px 145px 0px;
    list-style-type: none;
}
.mini-cart-container .woocommerce-mini-cart.cart_list {
    list-style-type: none;
}
.mini-cart-container .mini-cart-wrapper .woocommerce-mini-cart-item {
    padding: 30px 30px !important;
    position: relative;
}
.mini-cart-container .mini-cart-wrapper .mini_cart_item.separate-border::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: 15px;
    background: #E6EAF0;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-product-list {
    display: flex;
    flex-direction: row;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-product-list .mini-cart-product-img {
    flex: 0 0 25%;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-product-list .mini-cart-product-img img {
    float: none;
    width: auto;
    margin-left: 0px;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-product-list .mini-cart-product-details {
    flex: 0 0 55%;
    padding: 0px 15px 0px 30px;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-product-list .mini-cart-product-details h3 {
    font-family: 'Rasa', sans-serif !important;
    font-style: normal !important; 
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 26px !important;
    letter-spacing: -0.01em !important;
    color: #131920 !important;
    margin-bottom: 5px !important;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-product-list  .product-short-description {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #353A40;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-product-price-and-remove {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 0 0 20%;
    justify-content: space-between;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-product-price-and-remove .price,
.mini-cart-container .mini-cart-wrapper .mini-cart-name-and-price .price {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #CAAB7D;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-name-and-price .price {
    display: none;
}
.mini-cart-product-quantity-and-remove-wrapper {
    position: relative;
    width:100px;
}
.mini-cart-container .mini-cart-wrapper .mini-cart-product-price-and-remove .input-text.qty {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.001);
    border: 1px solid #E6EAF0;
    border-radius: 6.71312px;
    outline: none;
}
.mini-cart-product-quantity-and-remove-wrapper .quantity .loader-spinner {
    top: 14px !important
}
.mini-cart-container .mini-cart-wrapper .mini-cart-product-price-and-remove a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13.4262px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF !important;
    background: #EC4545 !important;
    border-radius: 8.3914px;
    width: 100% !important;
    height: auto;
    padding: 9px 16px;
}
.mini-cart-container .woocommerce-mini-cart__total {
    border-top: 1px solid #252D37;
}
.mini-cart-container .woocommerce-mini-cart__total .cart-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mini-cart-container .woocommerce-mini-cart__total .cart-row .cart-left,
.mini-cart-container .woocommerce-mini-cart__total .cart-row .cart-right {
    padding: 0px 30px;
}
.mini-cart-container .woocommerce-mini-cart__total strong {
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    color: #131920 !important;
    display: inline-block;
    padding: 16px 0px;
}
.mini-cart-container .woocommerce-mini-cart__total span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #131920;
    float: right;
}
.mini-cart-container .woocommerce-mini-cart__total > span {
    display: inline-block;
    padding: 15px 0px;
}
.mini-cart-container .totalOfProduct .cart-left strong {
    font-weight: 600 !important;
}
.mini-cart-container .totalOfProduct span.woocommerce-Price-amount.amount,
.mini-cart-container .totalOfProduct span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    color: #CAAB7D !important;
}
.mini-cart-container .woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: flex-end;
    padding: 20px 30px;
}
.mini-cart-container .woocommerce-mini-cart__buttons .go-to-addons-button {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #0F141B !important;
    background: none !important;
    padding: 13px 22px 13px 22px;
    text-decoration: none !important;
    outline: none !important;
    margin-right: 15px;
}
.mini-cart-container .woocommerce-mini-cart__buttons .checkout-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 21px;
    color: #161109 !important;
    background-image: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%) !important;
    border-radius: 10px;
    padding: 13px 22px 13px 22px;
    text-decoration: none !important;
    outline: none !important;
    text-align: center;
}
/* SINGLE PRODUCT || SHOP PAGE */
.button.loading::after {
    top: 12px !important;
    right: 4px !important;
}
.shop-container .sticky-top-wrapper {
    position: sticky;
    position: -webkit-sticky;
    top: 125px;
    height: 100vh;
}
.shop-container .sticky-bottom-wrapper {
    position: sticky;
    position: -webkit-sticky;
    bottom: 20px;
}
.products.columns-1.single-product {
    padding: 0px 75px;
    list-style-type: none;
}
/*.products.columns-1.single-product::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0.9px;
    height: 90%;
    background-color: #526478;
}*/
.shopengine-product-image-toggle {
    display: none !important;
}
.single-product-wrapper .shopengine-widget .shopengine-product-image .woocommerce-product-gallery__image img:not(.zoomImg) {
    max-width: max-content !important;
    margin: 0 auto !important;
    display: none;
}
.shop-container img {
    width: auto;
    margin: 0 auto;
}
.single-product-wrapper .premium-button,
.shop-container .premium-button {
   background: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%) !important;
}
.shop-container .moments-product-list img {
    display: block;
}
.shop-container .moments-product-list .product-name-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0px 15px 0px;
}
.shop-container .moments-product-list .product-name {
    font-family: "Rasa", Sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    color: #000000;
    outline: none;
}
.shop-container .moments-product-list .product-price {    
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #CAAB7D;
}
.shop-container .moments-product-list .product-description {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #353A40;
    margin-bottom: 25px !important;
}
.shop-container .moments-product-list .product-buttons {
    display: flex;
    align-items: center;
    position: relative;
    margin: 25px 0px;
}
.shop-container .moments-product-list .product-buttons .buy-now-button-wrapper {
    display: inline-flex;
}
.shop-container .moments-product-list .product-buttons .buy-now-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 22px;
    border-radius: 10px;
    color: #161109 !important;
    background: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%) !important;
    border: 1px solid #E7C797;
    padding: 10.5px 47px 10.5px 47px;
}
.shop-container .moments-product-list .product-buttons .add-to-cart-button {   
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    border-style: solid;
    border-color: #0F141B;
    border-radius: 10px 10px 10px 10px;
    color: #0F141B;
    background-color: #FFFFFF;
    border-width: 1px 1px 1px 1px;
    padding: 10px 35px 10px 35px;
    margin: 0px 0px 0px 15px;
    position: relative;
    cursor: pointer;
}
.shop-container .moments-product-list .disabledButton,
.mini-cart-product-quantity-and-remove-wrapper .disabledButton {
    color: #787C80 !important;
    background: #BCBDBF !important;
    opacity: 0.4;
    text-decoration: none;
    outline: none !important;
}
.shop-container .moments-product-list .add-to-bag-wrapper {
    position: relative;
    display: inline-flex;
}
.shop-container .moments-product-list .loader-spinner,
.mini-cart-product-quantity-and-remove-wrapper .loader-spinner {
    position: absolute;
    top: 12px;
    right: 8px;
    display: none;
    margin-left: 0px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #161109;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.shop-container .moments-product-list.multi-products {
    height: 100vh;
    overflow: auto;
    padding: 0px 35px 0px 35px !important;
    list-style-type: none;
}   
.shop-container .products.multi-products .product-buttons {
   justify-content: space-between;
}
.shop-container .products.multi-products .product-buttons .add-to-cart-button {
    font-size: 13px !important;
    line-height: 20px;
    margin: 0px 0px 0px 10px;
    background: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%) !important;
    border: 1px solid #E7C797;
    padding: 10px 30px !important;
}
.shop-container .products.multi-products .add-to-bag-wrapper {
    flex: 1;
}
.shop-container .products.multi-products .qty {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.001);
    border: 1px solid #E6EAF0;
    border-radius: 6.71312px;
    outline: none;
}
.shop-container .products.multi-products .quantity {
    flex: 1;
    display: flex;
    justify-content: start;
    position: relative;
}
.shop-container .products.multi-products .loader-spinner {
    width: 13px;
    height: 13px;
    top: 14px !important;
    right: 8px !important;
}
.shop-container .sticky-addons-wrapper .product-image img {
    text-align: left;
    display: inline;
}
.shop-container .discover-more {
    display: none !important;
}
.moments-add-on-drawer-container {
    position: fixed;
    z-index: 1;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: right 0.5s ease-in-out;
    background: #ffff;
    padding: 0px 45px;
    list-style-type: none;
}
.moments-add-on-drawer-container.show {
    position: relative;
    right: 0;
}
.moments-add-on-drawer-container .moments-product-list.products.multi-products {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    height: 100%;
    overflow: auto;
    padding: 0px 50px 0px 0px;
}
.moments-add-on-drawer-container .moments-product-list.products.multi-products li {
    box-sizing: border-box;
    flex: 1 1 calc(33.33% - 45px);
    margin: 0px 0px !important;
}
.moments-add-on-drawer-container .moments-product-list.products.multi-products li:nth-last-child(1) { 
    flex: 0 0 33%;
}
.moments-add-on-drawer-container .sticky-footer-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky;
    bottom: 20px;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 0px;
    z-index: 9999;
    margin-top: 30px !important;
    /*display: flex;
    justify-content: flex-end;*/
    /*display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 75%;
    background-color: white; 
    padding: 10px 0;
    z-index: 9999;
    transition: right 0.5s ease-in-out;*/
}
.moments-add-on-drawer-container .sticky-footer-button.show {
    /*right: 0px;*/
}
.moments-add-on-drawer-container .sticky-footer-button .proceed-to-checkout-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 18px;
    fill: #161109;
    color: #161109;
    background-image: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%);
    border-radius: 6px 6px 6px 6px;
    padding: 10px 22px 10px 22px;
    background-color: transparent;
}
/* 404 */
.moments-by-qr-404-wrapper {
    height: 100vh;
    background-image: url(././assets/img/lines.svg);
    background-repeat: no-repeat;
    background-position: top center;
}
.moments-by-qr-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 100px;
}
.moments-by-qr-404-wrapper h5 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #252D37;
    text-shadow: 0px 4.5px 18px rgba(143, 167, 194, 0.25);
    margin: 15px 0px;
}
.moments-by-qr-404-wrapper a {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 18px;
    color: #161109;
    background-image: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%);
    border-radius: 9px 9px 9px 9px;
    padding: 10px 24px 10px 24px;
    background-color: transparent;
    outline: none;
}
/* CHECKOUT */
.checkout-back-container-wrapper .back-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6EAF0;
    padding-bottom: 20px;
}
.checkout-back-container-wrapper .back-wrapper .back-to-button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #131920;
    text-decoration: none !important;
    padding-left: 15px;
    display: flex;
    gap: 10px;
}
.checkout-form-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.checkout-col {
    flex: 1 1 30%; /* Makes each column take equal space */
}
.checkout-order-summary-wrapper.checkout-col {
    padding: 0px 15px 0px 0px;
    border-right: 1px solid #E6EAF0;
    margin-top: 30px;
}
/* Order Summary Card Styles */
.order-summary-card {
    border: 1px solid #E6EAF0;
    padding: 20px 20px;
    border-radius: 8px;
    margin: 45px 0px 0px 0px;
    margin-top: 30px;
}
.product-details-wrapper-wrapper {
    padding: 0px 15px;
}
.order-summary-card .order-summary-item:not(:first-child) {
    margin-top: 20px !important;
    border-top: 1px solid #E6EAF0;
    padding-top: 25px;
}   
.order-summary-item {
    display: flex;
    flex-direction: row;
}
.order-summary-product-img {
    flex: 0 0 20%;
}
.product-details-wrapper {
    flex: 0 0 60%;
}
.product-price {
    flex: 0 0 15%;
}
.product-name {
    font-family: 'Rasa';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #131920;
}
.product-desc {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 21px !important;
    color: #353A40 !important;
}
.product-price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #CAAB7D;
}
/* Additional Styling for Better Visuals */
.checkout-order-summary-wrapper h3,
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
.checkout-payment-wrapper h3 {
    font-family: 'Rasa';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: #131920;
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.checkout-form-container p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #565B60;
}
.valid-address-for-billing {
    margin-bottom: 20px !important;
}
.checkout-form-container p a {
    color: #CAAB7D !important;
    text-decoration: none !important;
    outline: none !important;
}
.checkout-payment-wrapper .woocommerce-checkout-review-order {
    background-color: #f9f9f9;
    padding: 15px 0px;
    border-radius: 8px;
}
.checkout-payment-wrapper {
    flex: 0 0 35%; /* Makes the last column a bit smaller if needed */
    padding: 0px 0px 0px 15px;
    margin-top: 30px;
}
.checkout-shipping-wrapper {
    flex: 1 1 35%;
    padding: 0px 15px;
    border-right: 1px solid #E6EAF0;
    margin-top: 30px;
}
.woocommerce form .form-row {
    margin-bottom: 20px !important;
}
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px !important;
    color: #787C80;
}
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-shipping-fields__field-wrapper input {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px !important;
    color: #131920;
    background: none !important;
    border: 1px solid #161109;
    border-radius: 10px !important;
    height: 45px !important;
}
.woocommerce-billing-fields__field-wrapper .select2-selection--single,
.woocommerce-shipping-fields__field-wrapper .select2-selection--single {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px !important;
    color: #131920;
    background: none !important;
    border: 1px solid #161109;
    border-radius: 10px !important;
    height: 45px;
    display: flex;
    align-items: center;
    background-image: url('././assets/img/earth.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 2% 50% !important;
    padding-left: 34px;
}
.woocommerce-billing-fields__field-wrapper .select2-selection--single .select2-selection__arrow,
.woocommerce-shipping-fields__field-wrapper .select2-selection--single .select2-selection__arrow {
    /* top: 10px !important; */
}
/* #billing_full_name {
    background-image: url('././assets/img/user.svg' ) !important;
    background-repeat: no-repeat !important;
    background-position: 2% 50% !important;
    padding-left: 40px;
    transition: background-color 5000s ease-in-out 0s !important;
}
#billing_email {
    background-image: url('././assets/img/at.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 2% 50% !important;
    padding-left: 40px;
}
#billing_phone {
    background-image: url('././assets/img/mobile.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 2% 50% !important;
    padding-left: 40px;
}
#billing_address_1_x, #shipping_address_1_x {
    background-image: url('././assets/img/location.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 2% 50% !important;
    padding-left: 40px;
} */
 /* Add position relative to all field containers */
.woocommerce form .form-row {
    position: relative !important;
}

/* Icon base styles */
.woocommerce form .form-row::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 47px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    z-index: 2;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Specific icons for each field */
#billing_full_name_field::before, #shipping_full_name_field::before {
    background-image: url('./assets/img/user.svg');
}
#billing_email_field::before, #shipping_email_field::before {
    background-image: url('./assets/img/at.svg');
}
#billing_phone_field::before, #shipping_phone_field::before {
    background-image: url('./assets/img/mobile.svg');
}
#billing_address_1_x_field::before,
#shipping_address_1_x_field::before {
    background-image: url('./assets/img/location.svg');
}
#billing_city_x_field::before, #shipping_city_x_field::before {
    background-image: url('./assets/img/City.svg');
}
#billing_postcode_x_field::before, #shipping_postcode_x_field::before {
    background-image: url('./assets/img/Post-Box.svg');
}
#billing_state_x_field::before, #shipping_state_x_field::before {
    background-image: url('./assets/img/bank.svg');
}

/* Input padding adjustment */
#billing_full_name,
#shipping_full_name,
#shipping_email,
#billing_email,
#billing_phone,
#shipping_phone,
#billing_address_1_x,
#shipping_address_1_x,
#billing_city_x,
#shipping_city_x,
#billing_postcode_x,
#shipping_postcode_x,
#billing_state_x,
#shipping_state_x {
    padding-left: 40px !important;
}

/* Autofill fix */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #333 !important;
}
.woocommerce-billing-fields #billing_postcode_field {
    display: inline-block;
    width: 48%; /* 50% width for each field */
    margin-right: 2%; /* Small space between the two fields */
}
.form-row.form-row-wide.shipping-address-heading {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px !important;
    color: #131920;
    background: none !important;
    margin: 15px 0px 15px 0px !important;
}
.billing-address-heading {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px !important;
    color: #131920;
    background: none !important;
    margin-bottom: 10px !important;
}
#ship-to-different-address span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #131920;
}
#ship-to-different-address label {
    display: flex;
    align-items: center;
}
#ship-to-different-address input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #CAAB7D;
    border-radius: 4px;
    background-color: #CAAB7D;
    position: relative;
    margin-right: 10px;
}
#ship-to-different-address input[type="checkbox"]:checked::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: black;
    font-size: 10px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 14px;
}
.custom-coupon-container {
    display: flex;
    flex-direction: column;
    padding: 10px 0px 25px 0px !important;
    position: relative;
}
.custom-coupon-wrapper {
    display: flex;
    position: relative;
}
.custom-coupon-container label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px !important;
    color: #787C80;
    margin-bottom: 5px;
}
.custom-coupon-container input {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px !important;
    color: #131920;
    background: none !important;
    border: 1px solid #161109;
    border-radius: 10px !important;
    width: 100%;
    height: 45px;
    padding-left: 45px;
}
.custom-coupon-wrapper img {
    position: absolute;
    top: 10px;
    left: 12px;
}
.custom-coupon-container #apply_custom_coupon {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 18px;
    fill: #161109;
    color: #161109;
    background-color: transparent;
    background-image: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%);
    border-radius: 10px 10px 10px 10px;
    margin: 10px 0px;
    max-width: max-content;
    align-self: flex-end;
    padding: 12px 30px;
}
.custom-coupon-container .custom-coupon-message {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 18px; 
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 80px;
}
.shop_table.woocommerce-checkout-review-order-table {
    border: none !important;
    border-collapse: collapse !important;
    border-radius: 0px !important;
}
.shop_table.woocommerce-checkout-review-order-table tr {
    border-top: 1px solid #E6EAF0;
}
.shop_table.woocommerce-checkout-review-order-table tr.order-total {
    border-bottom: 1px solid #E6EAF0;
}
.shop_table.woocommerce-checkout-review-order-table th {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #131920 !important;
    border: none !important;
    padding: 15px 0px 15px 0px !important;
}
.shop_table.woocommerce-checkout-review-order-table .order-total th {
    font-weight: 600 !important;
}
.shop_table.woocommerce-checkout-review-order-table td {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #131920 !important;
    border: none !important;
    text-align: right;
    padding-right: 0px !important;
}
.shop_table.woocommerce-checkout-review-order-table .order-total td {
    color: #CAAB7D !important;
}
#shipping_method li {
    margin-bottom: 0px !important;
}
.order-button-wrapper {
    display: flex; 
    justify-content: flex-end;
    align-items: center;
}
.order-button-wrapper a {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 18px;
    color: #0F141B;
    text-decoration: none;
    outline: none;
    margin-right: 40px;
}
.order-button-wrapper #place_order {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 18px;
    fill: #161109;
    color: #161109;
    background-color: transparent;
    background-image: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%);
    border-radius: 10px 10px 10px 10px;
    max-width: max-content;
    align-self: flex-end;
    padding: 12px 22px;
}
.woocommerce-remove-coupon {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #131920 !important;
    border: none !important;
}
.custom-confirm-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.custom-confirm-modal {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 500px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.custom-confirm-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: end;
}
.custom-confirm-buttons button {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.custom-confirm-buttons .confirm-yes {
    margin-right: 10px;
    border-radius: 8.3914px;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 18px;
    fill: #161109;
    color: #161109;
    background-image: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%);
    padding: 10px 27px 10px 27px;
    background-color: transparent;
}
.custom-confirm-buttons .confirm-no {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13.4262px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF !important;
    background: #EC4545 !important;
    border-radius: 8.3914px;
    height: auto;
    padding: 9px 16px;
}
.checkout-payment-wrapper.checkout-col h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #787C80;
    margin: 25px 0px 0px 0px;
}
.woocommerce-checkout-payment {
    background: none !important;
}
.checkout-payment-wrapper .wc_payment_methods { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 0px !important;
    border-bottom: 0px !important;
}
.checkout-payment-wrapper .wc_payment_methods li.wc_payment_method {
    display: flex;
    flex: 0 0 49%;
    align-items: center;
    border-radius: 10px;
    padding: 5px 15px;
    height: 55px;
}
.checkout-payment-wrapper .wc_payment_methods li.wc_payment_method:nth-child(1) {
    margin: 0px 5px 0px 0px !important;
}
.checkout-payment-wrapper .wc_payment_method.active {
    border: 2px solid #CAAB7D;
}
.checkout-payment-wrapper .wc_payment_method.not-active {
    border: 1px solid #E6EAF0;
}
.checkout-payment-wrapper .wc_payment_method label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #787C80;
    flex: 1;
}
.checkout-payment-wrapper .form-row.place-order {
    display: flex;
    flex-direction: column;
    padding: 0px 0px !important;
}
.checkout-payment-wrapper .woocommerce-terms-and-conditions-wrapper {
    order: 2;
}
.woocommerce-checkout-payment .wc_payment_method .input-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1.76px solid #9A9C9F;
    border-radius: 50%;
    position: relative;
    margin-top: 4px;
    cursor: pointer;
    outline: none;
    box-shadow: inset 0 0 0 2px #fff;
}
.woocommerce-checkout-payment .wc_payment_method .input-radio:checked {
    background-color: rgba(202, 171, 125, 1);
    border: 2px solid rgba(202, 171, 125, 1);
    box-shadow: inset 0 0 0 2px #fff;
}
.woocommerce-checkout.shopengine-template .select2-results__option {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px !important;
    padding-left: 15px;
}
.woocommerce-checkout.shopengine-template .select2-dropdown.select2-dropdown--above,
.woocommerce-checkout.shopengine-template .select2-dropdown.select2-dropdown--below,
.woocommerce-checkout.shopengine-template .select2-search__field {
    background-color: #F9FAFD !important;
}
.woocommerce-checkout.shopengine-template .select2-container--default .select2-results__option--highlighted[aria-selected], 
.woocommerce-checkout.shopengine-template .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: transparent !important;
    background-image: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%) !important;
    color: #131920 !important;
}
.payment_gateways-wrapper .payment_box {
    background: none !important;
    padding: 0px 0px !important;
}
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}
.payment_gateways-wrapper #wc-stripe-upe-form {
        border: none;
      padding: 0px 0px !important;
}
.payment_gateways-wrapper #wc-stripe-upe-form .p-FieldLabel {
        font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px !important;
    color: #787C80;
}
.payment_gateways-wrapper #wc-stripe-upe-form .p-FieldLabel input {
        font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px !important;
    color: #131920;
    background: none !important;
    border: 1px solid #161109;
    border-radius: 10px !important;
    height: 45px;
}
.moments-add-on-drawer-container .sticky-footer-button {
    bottom: 25px !important;
    margin-top: 30px !important;
}
/* THANKYOU */
#order-thank-you-popup .popup-body-wrapper {
    background: rgb(249, 250, 253); 
    padding: 20px; 
    border-radius: 5px; 
    text-align: center; 
    width: 50%; 
    margin: 0 auto;
}
#order-thank-you-popup img {
    margin: 30px 0px 30px 0px;
}
#order-thank-you-popup h2 {
    font-family: "Rasa", Sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 36px;
    color: #CAAB7D;
    text-align: center;
}
#order-thank-you-popup p {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 21px;
    text-align: center;
    color: #131920;
    margin-bottom: 35px !important;
}
#order-thank-you-popup .button-wrapper .go-to-home-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 21px;
    margin-bottom: 35px !important;
    color: #0F141B;
    padding: 10px 20px;
    /* color: white; */
    border: none;
    cursor: pointer;
    opacity: 1 !important;
    background: #8FA7C2;
    border-radius: 10px;
    margin-right: 10px;
}
#order-thank-you-popup .button-wrapper .order-again-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 18px;
    fill: #161109;
    color: #161109;
    background-image: linear-gradient(90deg, #CAAB7D 10%, #E7C797 90%);
    border-radius: 6px 6px 6px 6px;
    padding: 10px 27px 10px 27px;
    background-color: transparent;
    padding: 10px 20px;
    background-color: #0071a1;
    /* color: white; */
    border: none;
    cursor: pointer;
    height: 45px;
    border-radius: 10px;
}
 #order-thank-you-popup .button-wrapper {
    padding-bottom: 45px;
}

/* FOOTER */
footer ul > li:first-child a {
    padding-left: 0px !important;
}
/* FOR SCREEN SIZES GREATER THAN 1440px */
@media (min-width: 1441px) {
    .moments-add-on-drawer-container .moments-product-list.products.multi-products {
        display: flex;
        flex-wrap: wrap;
        gap: 45px;
        padding: 0px 50px 0px 0px;
        justify-content: space-between;
        height: 100vh;
        box-sizing: border-box;
        align-content: flex-start;
        overflow-y: hidden;
    }
    .moments-add-on-drawer-container .moments-product-list.products.multi-products li {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .moments-add-on-drawer-container .products.multi-products .product-buttons {
        margin-top: auto;
    }
    .moments-add-on-drawer-container .moments-product-list.products.multi-products li {
        flex: 1 1 calc(25% - 45px); /* Adjust each column to take up 25% */
    }
    .moments-add-on-drawer-container .moments-product-list.products.multi-products li:nth-last-child(1) {
        flex: 0 0 25%; /* Adjust last column as well */
    }
}
@media(max-width: 1190px) and (min-width: 991px) {
    .products.columns-1.single-product {
        padding: 0px 15px !important;
    }
}
@media(max-width: 1190px) and (min-width: 767px) {
    .moments-add-on-drawer-container .moments-product-list.products.multi-products {
        gap: 20px;
    }
    .moments-add-on-drawer-container .moments-product-list.products.multi-products li {
        flex: 1 1 calc(50% - 20px) !important;
    }
    .checkout-payment-wrapper .wc_payment_methods li.wc_payment_method {
        flex: 0 0 100% !important;
        padding: 15px 15px !important;
    }
    .checkout-payment-wrapper .wc_payment_methods li.wc_payment_method:nth-child(1) {
        margin: 0px 0px 0px 0px !important;
    }
    #billing_state_x_field,
    #billing_postcode_x_field {
        width: 100% !important;
    }

}
@media (max-width: 1144px) and (min-width: 1020px)  {
    .gradient-icon-button a {
        padding: 10px 14px 10px 14px;
    }
    .moments-by-qr-memories-container .elementor-widget__width-auto,
    .moments-by-qr-memories-container .gradient-icon-button {
        width: 100% !important;
    }
    .moments-by-qr-memories-container .gradient-icon-button a {
        width: 100%;
        padding: 10px 20px 10px 20px;
        margin-bottom: 10px;
        justify-content: center;
    }
    .moments-by-qr-memories-container .ts-button,
    .moments-by-qr-memories-container .pt_plus_button {
        width: 100%;
    }
    .moments-by-qr-memories-container .button-link-wrap {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 1024px) { 
    .header-wrapper .search-wrapper {
        order: 3;
    }
    .drawer-wrapper-container .drawer-section-wrapper ul li a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media (max-width: 900px) and (min-width: 769px) { 
    .moments-by-qr-timeline-wrapper .timeline-button-wrapper {
        width: 100%;
    }
    .moments-by-qr-timeline-wrapper .timeline-button-text-wrapper {
        flex: 1;
    }
}
@media (max-width: 1025px) and (min-width: 768px)  {
    .moments-by-qr-testimonials-container .sticky-column {
        top: 175px;
    }
    .moments-by-qr-memories-container .gradient-icon-button {
        width: 100%;
    }
    .moments-by-qr-memories-container .gradient-icon-button a {
        width: 100%;
        padding: 10px 20px 10px 20px;
        margin-bottom: 10px;
        justify-content: center;
    }
    .moments-by-qr-memories-container .ts-button,
    .moments-by-qr-memories-container .pt_plus_button {
        width: 100%;
    }
    .moments-by-qr-memories-container .button-link-wrap {
        width: 100%;
        justify-content: center;
    }
    header .drawer-open {
        padding-bottom: 15px !important; 
    }
    header .drawer-open .search-wrapper {
        display: none;
    }
    .drawer-wrapper-container .drawer-section-wrapper {
        top: 75px;
    }
    .moments-by-qr-privacy-policy-container .sticky-column,
    .moments-by-qr-about-us-container .sticky-column {
        top: 145px;
    }
    .moments-by-qr-timeline-wrapper .moments-by-qr-sticky-wrapper .sticky-top-wrapper {
        top: 185px;
    }
    /* SHOP */
    .shop-container .products.columns-1.single-product {
        padding: 0px 15px 145px 15px !important;
    }
    .shop-container .moments-product-list.multi-products {
        padding: 0px 15px 175px 15px;
    }
    .shop-container .moments-product-list .product-name {
        font-size: 24px;
        line-height: 30px;
    }
    .shop-container .moments-product-list .product-price {
        font-size: 16px;
        line-height: 22px;
    }
    .shop-container .moments-product-list.columns-1.single-product a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px;
        width: 100%;
        text-align: center;
    }
    .moments-add-on-drawer-container .moments-product-list.products.multi-products {
        padding: 75px 0px 0px 0px !important;
    }
    .moments-add-on-drawer-container {
        width: 100% !important;
    }
    .moments-add-on-drawer-container .moments-product-list.products.multi-products li:nth-last-child(1) {
        flex: 1 1 calc(33.33% - 45px);
    }
    /* 404 */
    .error404 #content {
        max-width: 900px !important;
    }
    /* 404 */
    .error404 #content {
        max-width: 900px !important;
    }
}
@media (max-width: 767px) {
    .checkout-order-summary-wrapper.checkout-col, .checkout-shipping-wrapper{
        border-right: none !important;
    }
    .custom-coupon-container #apply_custom_coupon{
        margin-top: 20px;
    }
    .moments-by-qr-memories-container .gradient-icon-button {
        width: 100%;
    }
    .moments-by-qr-memories-container .gradient-icon-button a {
        justify-content: center;
        padding: 8px 25px 8px 25px;
    }
    .header-wrapper .search-wrapper {
        order: 3;
    }
    .drawer-wrapper-container .drawer-section-wrapper ul li a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    header .elementor-widget-image .elementor-widget-container a, 
    footer .elementor-widget-image .elementor-widget-container a {
        width: 100%;
        display: inline-block;
    }
    header .elementor-element.elementor-element-75b7cda .elementor-container.elementor-column-gap-no {
        max-width: 100%;
        width: 100%;
        border-width: 0px 0px 0px 0px;
        padding: 5px 0px 0px 5px;
    }
    header .header-user-login-register-wrapper {
        border-width: 0px 0px 0px 0px;
        padding: 5px 0px 5px 5px;
    }
     header .header-user-login-register-wrapper .signup-button {
        display: none;
    }
    header .drawer-open {
        padding-bottom: 15px !important; 
    }
    header .drawer-open .search-wrapper {
        display: none;
    }
    header .menu-closed-drawer-button {
        display: none;
    }
    header .drawer-open .menu-closed-drawer-button {
        display: block !important;
        position: absolute;
        top: 70px;
        right: 5px;
    }
    header .drawer-open {
        padding-bottom: 60px !important;
    }
    header .elementor-element-44dfe9f .elementor-button {
        width: 100% !important;
    }
    .header-wrapper .header-action-wrapper .elementor-widget-wrap {
        border-width: 0px 0px 0px 0px !important;
    }
    .header-navigation-wrapper.leftClose,
    .header-content-wrapper.rightClose {
        animation: none !important;
    }
    /* DRAWER */
    .drawer-wrapper-container .drawer-section-wrapper {
        top: 125px !important;
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 125px;
        background: #F9FAFD;
    }
    .drawer-wrapper-container .drawer-section-wrapper .hfe-menu-item {
        visibility: visible; 
        opacity: 1; 
        transform: translateY(0);
    }
    .drawer-wrapper-container .drawer-section-wrapper .hfe-menu-item.visible {
      transform: none !important;
    }
    .drawer-wrapper-container .drawer-section-wrapper .hfe-menu-item::before {
      transition: none;
      transform-origin: unset;
    }
    .elementor-element-93763a2 a {
      width: 100%;
    }
    .moments-by-qr-memories-container .button_parallax,
    .moments-by-qr-memories-container .ts-button.content_hover_effect,
    .moments-by-qr-memories-container .pt_plus_button {
        width: 100%;
    }
    .moments-by-qr-memories-container .pt_plus_button .button-link-wrap {
        width: 100%;
        justify-content: center;
    }
    .moments-by-qr-code-container .premium-image-button .premium-image-button-text-icon-wrapper {
        justify-content: space-between !important;
    }
    .moments-by-qr-testimonials-container .item-wrapper.slick-slide .monents-by-qr-quote-img-wrapper {
        filter: blur(0px) !important;
    }
    .moments-by-qr-testimonials-container .item-wrapper.slick-slide .monents-by-qr-quote-content-wrapper {
        filter: blur(0px) !important;
    }
    /* STORY TIMELINE */
    .moments-by-qr-timeline-wrapper .pp-timeline-connector-wrap {
        left: -8% !important;
    }
    .moments-by-qr-timeline-wrapper .moments-by-qr-sticky-wrapper > .elementor-widget-wrap {
        /*height: calc(-200px + 100vh);*/
    }
    .moments-by-qr-timeline-wrapper .moments-by-qr-sticky-wrapper .sticky-top-wrapper {
        height: auto !important; 
        position: relative;
        top: 0;
    }
    .moments-by-qr-timeline-wrapper .moments-by-qr-sticky-wrapper .sticky-bottom-wrapper {
        position: relative;
        bottom: 0px !important;
    }
    .moments-by-qr-timeline-wrapper .template-bottom {
        width: 90% !important;
        order: 2;
    }
    .moments-by-qr-timeline-wrapper .elementor-timeline-stepper-wrapper {
        width: 10% !important;
        order: 1;
    }
    .elementor-timeline-stepper-wrapper .progress-bar-wrapper, 
    .framer-aqdnao, 
    .framer-13otamq {
        width: 25px !important;
    }
    /* WOOCOOMERCE */
    .mini-cart-container .mini-cart-overlay {
        display: none;
    }
    .mini-cart-container {
        width: 100%;
        top: 122px;
    }
    .mini-cart-container .mini-cart-wrapper .mini-cart-header {
        padding: 0px 20px !important;
    }
    .mini-cart-container .mini-cart-wrapper {
        flex: 1;
    }
    .mini-cart-container .mini-cart-wrapper .woocommerce-mini-cart-item {
        padding: 30px 20px !important;
    }
    .mini-cart-container .mini-cart-wrapper .mini-cart-product-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mini-cart-container .mini-cart-wrapper .mini-cart-product-list .mini-cart-product-details {
        flex: 0 0 55%;
        padding: 15px 0px 15px 0px;
    }
    .mini-cart-name-and-price {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .mini-cart-container .mini-cart-wrapper img {
        display: block;
        margin: 0 auto;
    }
    .mini-cart-container .mini-cart-wrapper .mini-cart-product-price-and-remove .price {
        display: none;
    }
    .mini-cart-container .mini-cart-wrapper .mini-cart-product-price-and-remove {
        display: block !important;
        width: 100% !important;
        align-items: flex-start;
        flex: 0 0 100%;
        justify-content: center;
    }
    .mini-cart-container .woocommerce-mini-cart__buttons {
        display: flex;
        flex-direction: column;
    }
    .mini-cart-container .woocommerce-mini-cart__buttons .go-to-addons-button {
        order: 2;
        margin: 20px 0px !important;
    }
    .shop-container .moments-product-list .product-buttons .buy-now-button-wrapper,
    .shop-container .moments-product-list .product-buttons .add-to-bag-wrapper {
        display: inline-flex;
        flex: 1;
    }
    /*.shop-container .moments-product-list.single-product .product-buttons {
        padding-bottom: 60px;
        border-bottom: 1px solid #526478;
    }*/
    .shop-container .moments-product-list .product-buttons a {
        width: 100%;
        text-align: center;
        padding: 10.5px 0px 10.5px 0px !important;
    }
    .shop-container .moments-product-list .product-buttons a.add-to-cart-button {
        padding: 10.5px 10px 10.5px 0px !important;
    }
    .shop-container .products.multi-products .add-to-bag-wrapper {
        flex: 0 0 70% !important;
    }
    .shop-container .products.multi-products .qty {
        margin-left: 15px !important;
    }
    .shop-container .product.moments-product-item {
        width: 100% !important;
    }
    .shop-container .products.columns-1.single-product::after {
        display: none;
    }
    .shop-container .products.columns-1.single-product {
        padding: 20px 0px !important;
    }
    .shop-container .moments-product-list.multi-products {
        padding: 0px 0px 0px 0px !important;
        overflow: hidden;
        height: auto
    }
    .shop-container .product.moments-product-item:nth-last-child(1) {
        margin-bottom: 0px !important;
    }
    .shop-container .moments-product-list.multi-products img {
        text-align: center;
        display: block;
    }
    /* 404 */
    .error404 #content {
        max-width: 100% !important;
        padding: 0px 0px !important;
    }
    footer ul {
        flex-direction: column;
    }
    .checkout-form-container {
        flex-direction: column;
    }
    .checkout-shipping-wrapper {
        padding: 0px 0px !important;
    }
    .checkout-payment-wrapper {
        padding: 0px 0px !important;
    }
    .checkout-payment-wrapper .wc_payment_methods li.wc_payment_method {
        padding: 15px 15px !important;
        flex: 0 0 100% !important;
    }
    .checkout-payment-wrapper .wc_payment_methods li.wc_payment_method:nth-child(1) {
        margin: 0px 0px 5px 0px !important;
    }
    #order-thank-you-popup .popup-body-wrapper {
        background: rgb(249, 250, 253); 
        padding: 20px; 
        border-radius: 5px; 
        text-align: center; 
        width: 90%; 
        margin: 0 auto;
    }
    #order-thank-you-popup .button-wrapper .go-to-home-button {
        display: block;
        margin: 0px 0px 15px 0px !important;
    }
    #order-thank-you-popup .button-wrapper .order-again-button {
        display: block;
    }
    .shop-container .sticky-top-wrapper{
        height: auto !important;
    }
}

/* MQR-130 random Shortcodes */
.hero-random-quote {
    text-align: left;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 21px;
    margin-top: -10px;
}
/* MQR-130 random Shortcodes Ends*/
/* Toast */
.toastify [type=button],.toastify [type=submit],.toastify button{
    border: none !important;
}
.toastify [type=button]:focus,.toastify [type=button]:hover,.toastify [type=submit]:focus,.toastify [type=submit]:hover,.toastify button:focus,.toastify button:hover {
    background-color: unset !important;
}
/* Toast */

.woocommerce .blockUI.blockOverlay{
    z-index: 9 !important;
}
.woocommerce-checkout.woocommerce-page .select2-container.select2-container--default.select2-container--open:not(.select2):not(.select2-container--above){
    width: auto !important;
}

.header-user-login-register-wrapper.user-auth-details{
    border: 0;
}
.header-user-login-register-wrapper.user-auth-details a{
    color:rgb(22, 17, 9)
}