@import url(components.css);
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
 :root {
  --primary-color:#F6BFAE;
  --primary-dark:#9A6555;
  --secondary-color:#3A415C;
  --black: #151414;
  --light-yellow:#FFF7F4;
  --white: #fff;
  --light-gry:#E8E8E8;
}
* { padding: 0px;margin: 0px; }
html,body{ padding: 0px;margin: 0px;font-family: "Manrope", sans-serif;font-optical-sizing: auto;font-style: normal;font-size: 14px;font-weight: normal; }
a { text-decoration: none !important; }
img{max-width:100%;}

header { background-color: var(--secondary-color);}
header .header-search input { border: none;background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 21.75C5.85 21.75 1.25 17.15 1.25 11.5C1.25 5.85 5.85 1.25 11.5 1.25C17.15 1.25 21.75 5.85 21.75 11.5C21.75 17.15 17.15 21.75 11.5 21.75ZM11.5 2.75C6.67 2.75 2.75 6.68 2.75 11.5C2.75 16.32 6.67 20.25 11.5 20.25C16.33 20.25 20.25 16.32 20.25 11.5C20.25 6.68 16.33 2.75 11.5 2.75Z' fill='%23171717'/%3E%3Cpath d='M22 22.75C21.81 22.75 21.62 22.68 21.47 22.53L19.47 20.53C19.18 20.24 19.18 19.76 19.47 19.47C19.76 19.18 20.24 19.18 20.53 19.47L22.53 21.47C22.82 21.76 22.82 22.24 22.53 22.53C22.38 22.68 22.19 22.75 22 22.75Z' fill='%23171717'/%3E%3C/svg%3E%0A");background-position: left 15px center;background-repeat: no-repeat;padding-left: 50px;width: 280px; }
header .nav-link { color: var(--white); }
header .nav-link:hover { color: var(--primary-color); }
.hero-slider-height {position: relative;margin: 15px;border-radius: 20px;overflow: hidden; }
/* .hero-slider-height .hero-section-img { position: relative;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden; } */
.hero-slider-height .hero-section-img img {width: 100%; min-height:100%; height:650px;}
.hero-slider-height .hero-slider-text { position: absolute;top: 0;left: 0;color: var(--white);z-index: 1;width: 100%;height: 100%;display: flex;align-items: center; }
.hero-slider-text-area { max-width: 580px; }
.hero-slider-text-area h1 { font-weight: 700;font-size: 65px;line-height: 100%;text-transform: uppercase; }
.hero-slider-text-area p { font-size: 20px;font-weight: 600;line-height: 140%; }
.hero-slider-text-area .btn { margin-top: 50px;height: 52px;font-size: 16px;}
.hero-section{position: relative;}
.hero-section .owl-dots { position: relative;left: 0;width: 1290px;bottom: 180px;z-index: 111111;margin: auto;display: flex;gap: 10px; }
.hero-section .owl-dots button { position: relative; border: 1px solid rgba(255, 255, 255, 0.5) !important;width: 20px;height: 20px;border-radius: 20px; }
.hero-section .owl-dots button.active:after {  content: "";width: 12px;height: 12px;border-radius: 12px;background: var(--white);position: absolute;left: 3px;top: 3px;} 
.about-text h4 { font-size: 50px;font-weight: 700;font-size: 45px;line-height: 120%;color: var(--black);text-transform: uppercase;}
.about-text p { font-size: 18px;font-weight: 600;line-height: 140%;color: var(--black);opacity: 0.5;}
.section-padding { padding: 100px 0; }
.header-product-sec { margin-bottom: 40px; }
.header-product-sec h4 { font-size: 34px;font-weight: 500;}
.header-product-sec .view-btn { font-size: 16px;font-weight: 600;color: var(--secondary-color); }
.product-box article { height: 100%;display: flex;flex-direction: column; }
.product-box figcaption { display: flex;flex-direction: column;flex: 1 1 auto; }
.product-box .product-action-btn { margin-top: auto; }
.product-box figure { position: relative;overflow: hidden; }
.featured-tag { background-color: var(--secondary-color);color: var(--white);font-size: 14px;color: var(--primary-color);padding: 10px 20px;border-radius: 50px;font-weight: 600;display: inline-block;}
.love-btn { cursor: pointer; box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.17);width: 40px;height: 40px;border-radius: 400px;background-color: var(--white);font-size: 24px;display: flex;align-items: center;justify-content: center;color: var(--primary-dark); }
.product-img { height: 392px;overflow: hidden;border-radius: 15px;}
.product-img  img { object-fit: cover; object-position: center;width: 100%; height: 100%;}
.product-box .featured-tag { position: absolute;top: 10px;left: 10px; }
.product-box .love-btn { position: absolute;top: 10px;right: 10px; }
.product-box .button-img-hover {opacity: 0;pointer-events: none; position: absolute;left: 0;bottom: -100px;transition: 0.3s ease-in-out; width: 100%;padding: 15px; }
.product-box .button-img-hover button { width: 100%; }
.like-view-download-btn button { display: flex;align-items: center;gap: 5px;line-height: 16px; font-size: 16px;background: none;border: none;font-weight: 600; }
.like-view-download-btn > div { display: flex;gap: 10px; }
.like-view-download-btn button i { font-size: 22px; }
.product-info-row { margin: 10px 0;display: flex;align-items: flex-start;justify-content: space-between;gap: 10px;text-align: left; }
.product-info-row h4 { font-size: 16px;font-weight: 600;margin: 0;color: var(--black);flex: 1 1 auto;min-width: 0;overflow-wrap: break-word; }
.product-info-row span { font-size: 18px;font-weight: 600;color: var(--primary-dark);flex: 0 0 auto; }
.product-box:hover .button-img-hover { opacity: 1;bottom: 0;pointer-events: initial; }
.heading-text h4 { font-weight: 700;font-size: 45px;line-height: 120%;color: var(--black);text-transform: uppercase;margin: 0; }
.testimonials-sec { background-color: var(--light-yellow); }
.testimonial-slider-box { display: flex;flex-direction: row;align-items: flex-start;padding: 30px;box-shadow: 0px 4px 16.1px rgba(0, 0, 0, 0.07);border-radius: 20px;background: var(--white);gap: 30px; width:100%;}


.testimonial-slider .owl-stage{display: flex;}
.testimonial-slider .owl-stage .owl-item{display: flex; width: 100%;}
.testimonial-slider .owl-stage .owl-item .item{display: flex; width: 100%;}



.testimonial-slider .item { padding:15px 10px;}
.testimonial-slider figure { width: 95px;height: 95px; overflow: hidden; border-radius: 100px;flex: 0 0 95px;}
.testimonial-slider figure img { width: 100%;  height: 100%; object-fit: cover; border-radius: 100px;}
.testimonial-slider figcaption h4 { font-size: 20px;font-weight: 600; }
.testimonial-slider figcaption span { display: block;margin-bottom: 30px; font-size: 16px;font-weight: 400;color: #5C6D8B; }
.testimonial-slider figcaption p { display: block;margin-bottom: 0px; font-size: 16px;font-weight: 400;color: #5C6D8B; }
.testimonial-slider .owl-nav { position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between; }
.testimonial-slider .owl-nav button { width: 40px;height: 40px;border-radius: 40px;background-color: var(--white) !important;box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); }
.testimonial-slider .owl-nav button span { display: none; }
.testimonial-slider .owl-nav button.owl-prev { margin-left: -60px; background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.5H19M5 12.5L11 18.5M5 12.5L11 6.5' stroke='%23354052' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position: center;background-repeat: no-repeat;}
.testimonial-slider .owl-nav button.owl-next {margin-right: -60px; background-position: center;background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 12.5H5M19 12.5L13 18.5M19 12.5L13 6.5' stroke='%23354052' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
footer { background-color: var(--secondary-color); }
.footer-main { padding: 40px; }
.footer-main .row { --bs-gutter-x: 0;column-gap: 40px;row-gap: 30px; }
.footer-col-links { display: flex;justify-content: center;column-gap: 100px; }
.footer-headings h4 { text-transform: uppercase;color: var(--white);font-size: 18px;font-weight: 700; }
.footer-headings  { margin-bottom: 30px;}
.menus-footer { display: flex;flex-direction: column;align-items: center;text-align: center; }
.menus-footer .footer-headings h4 { text-align: center; }
.footer-links { margin: 0;padding: 0;list-style: none;display: inline-grid;grid-template-columns: repeat(2, max-content);column-gap: 100px;row-gap: 12px;text-align: left;}
.footer-qr-img img { max-width: 160px; }
.footer-links li a { color: var(--white); padding:0px; }
.footer-links li a:hover { color: var(--primary-color);}
.newsletter-input { position: relative; }
.newsletter-input button { position: absolute;right: 0;top: 0;height: 42px;width: 42px;font-size: 24px;border: none;background: none; }
.social-icons a { font-size: 24px;color: var(--secondary-color); background-color: var(--primary-color); width: 42px;height: 42px;border-radius: 10px;display: flex;align-items: center;justify-content: center; }
.social-icons { display: flex;gap: 10px;justify-content: center;margin-top: 50px;}
.copyright-line { padding: 15px;text-align: center;color: #EEEEEE; }
.scroll-down { position: absolute;bottom: 45px;z-index: 11;right: 45px;width: 45px;height: 45px;border-radius: 45px;background: none;border: none; }
.scroll-down img { width: 100%; }
.scroll-down:hover { background-color: rgba(255, 255, 255, 0.3);}

/*login-page-css-here*/

.form-bg{height: 100vh; overflow: auto; width: 100%; background: url(../images/form-bg.png) no-repeat; background-size: cover !important;background-repeat: no-repeat !important;background-position: center !important; display: flex; padding:30px;}
.form-bg-inner{margin:auto; width: 550px;}
.form-logo{text-align: center; margin-bottom: 35px;}
.form-logo a{display: inline-block;}
.form-box{background: #FFFFFF; border: 1px solid #E0E0E0; box-shadow: 0px 1px 104px rgba(0, 0, 0, 0.06); border-radius: 10px; padding: 30px;}
.form-head{text-align: center; margin-bottom: 30px;}
.form-head h2{font-size: 34px; color: var(--black); font-weight: 700; margin-bottom: 10px;}
.form-head p{margin: 0; font-size: 16px; color: #525252;}
.remember-forgot-box{display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px;}
.form-check-input:checked{background-color: #F6BFAE; border-color: #F6BFAE;}
.forgot-password a{font-size: 14px; color: #9A6555; font-weight: 600;}
.form-submit-btn .btn{width: 100%;}
.date-box .form-control{background: url(../images/cal.png) no-repeat right center;}
.otp-box{display: flex;}
.otp-box .form-group{margin-right: 15px; text-align: center;}
.otp-box .form-group .form-control{text-align: center; font-weight: 700;}
.otp-box .form-group:last-child{margin-right: 0;}


/*FAQ-page-css-here*/

.faq-content-bg{padding: 50px 0px 100px 0px;}
.page-title-section{background: #FFF7F4; border-radius: 20px; margin: 20px 30px; padding: 60px 0px; text-align: center;}
.page-title-section h1{font-size: 45px; color: #000; font-weight: 700;}
.page-title-section--compact{padding: 35px 0px;}
.faq-content-des{background: #FFFFFF; box-shadow: 0px 1px 12px rgba(136, 136, 136, 0.16); border-radius: 10px; padding: 50px;}
.accordion-item{border: none; background: none; border-bottom:solid 1px #E1E1E1;}
.accordion-header .accordion-button{font-size: 20px; color: #000; font-weight: 700; padding:15px 0px; box-shadow: none;}
.accordion-button:not(.collapsed){background: none;}
.accordion-body{padding:0 0 15px 0; font-size: 16px;}
.accordion-body p{font-size: 16px;}
.accordion-body ul{list-style: disc; padding-left: 15px;}
.accordion-body ul li{font-size: 16px;}
.static-page-content h3{font-size: 30px; color: #000; font-weight: 700;}
.static-page-content p{font-size: 16px; line-height: 28px;}
.section-padding{padding: 60px 0px;}
.static-page-content h4{font-size: 20px; color: #000; font-weight: 700;}

/*about-page-css-here*/


.about-content-list .row{margin-bottom: 100px;}
.about-content-list .row:last-child{margin-bottom: 0;}
.about-content-list .col-md-6{display: flex; align-items: center;}
.about-content-list .col-md-6 figure{width: 100%;}
.about-content-list .col-md-6 figcaption{width: 100%; padding: 0px 30px;}
.about-content-list h2{font-size: 50px; color: #151414; font-weight: 700; margin-bottom: 15px;}
.about-content-list p{font-size: 18px; line-height: 28px; color: #A1A1A1;}
.about-content-list img{border-radius: 15px;}

/*contact-page-css-here*/

.contact-des{padding-right: 100px;}
.contact-des h2{font-size: 40px; color: #000; font-weight: 700; margin-bottom: 20px;}
.contact-des p{font-size: 18px; color: #A1A1A1;}
.contact-info{margin: 0; padding:25px 0px 0px 0px; list-style: none;}
.contact-info li{display: flex; margin-bottom: 30px;}
.contact-info li figure{width: 35px; flex:0 0 35px; max-width: 35px; margin: 0;}
.contact-info li figcaption{flex:1; padding-left: 10px;}
.contact-info li figcaption p{margin: 0; font-size: 18px; color: #000; font-weight: 600;}
.contact-info li:last-child{margin-bottom: 0;}
.contact-info li figcaption p a{color: #000;}
.contact-form{width: 100%; background: #FFFFFF; border: 1px solid #E0E0E0; box-shadow: 0px 1px 104px rgba(0, 0, 0, 0.06); border-radius: 10px; padding: 40px;}
textarea.form-control{height: 105px;}


/*modal-css-here*/

.modal-header{border: none;}
.btn-close{width: 24px; height: auto; box-shadow: none; background: none;z-index: 11;}
.age-modal-des{text-align: center;}
.age-modal-des h2{font-size: 26px; color: #3A415C; font-weight: 700;}
.yes-no-button{margin:20px 0px; display: flex; align-items: center; justify-content: center;}
.yes-no-button .btn{margin-right: 15px;} 
.yes-no-button .btn:last-child{margin-right: 0;}
.form-check label{font-size: 14px; color: #000; text-align: left; font-weight: 500;}
.form-check label a{color: #9A6555;}
.form-check label span{color: #FF0000;} 
.btn-close{position: absolute; top: 10px; right: 15px;font-size: 24px;padding: 0;}
.modal-body{padding: 30px 15px;}

/*click-on-no-button-page-css-here*/

.click-on-no-button-des{width: 100%; text-align: center;}
.click-on-no-button-bg{height: 100vh; overflow: auto; display: flex; align-items: center; justify-content: center; padding: 30px; background: #fff;}
.click-on-button-logo{margin-bottom: 25px;}
.click-on-no-button-des h2{font-size: 33px; color: #3A415C; font-weight: bold;}
.click-on-no-button-des p{font-size: 20px; color: #3A415C; font-weight: 700;}
.click-on-no-button-des p a{color: #9A6555;}
.love-btn-filled { color: red; }
.product-filter-head h4 { font-size: 24px;font-weight: 600;color: var(--secondary-color); }
.gy-6 { --bs-gutter-y:70px; }
.filter-in .form-control { min-width: 200px; } 
.header-buttons .avatar { background-color: var(--primary-color);color: var(--secondary-color);}
.header-buttons .dropdown-toggle:after { display: none; }
.header-buttons .dropdown-menu {right: 0;left: auto;}
.cart-btn { font-size: 24px;background: none;border: none;color: var(--white);position: relative;margin-right: 20px;}
.cart-btn span { position: absolute;right: -10px;top: 0;font-size: 10px;background: var(--primary-color);color: var(--white);padding: 3px;border-radius: 20px;min-width: 20px;height: 20px;display: flex;display: flex;align-items: center;justify-content: center; }
.filter-in label { font-weight: 600; }

.dashboard-wrap { display: flex;padding: 50px 0;min-height: 700px; }
.sidebar { width: 260px;background-color: #F5F5F5;padding: 15px;border-radius: 10px 0px 0px 10px;min-width: 260px; } 
.dashboard-container { width: 100%;border-radius: 0px 10px 10px 0px;box-shadow: 0px 4px 14.1px rgba(38, 43, 67, 0.08);border-radius: 0px 10px 10px 0px;background-color: var(--white); }
.bg-success { background-color: #0FD15D !important; }
.sidebar-top-head h4 { margin: 0;font-size: 16px;font-weight: 600; }
.sidebar-top { padding: 10px;border-radius: 10px;background: var(--white);display: flex;flex-direction: column;gap: 10px; }
.progress { height: 5px; }
.sidebar-menu-list { list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;gap: 5px; }
.sidebar-menu-list li a { padding: 10px;display: block;font-size: 15px;font-weight: 500;border-radius: 10px;color: var(--secondary-color); }
.sidebar-menu-list li a i { font-size: 22px;margin-right:15px; }
.sidebar-menu-list li a:hover { background-color: var(--light-gry); }
.sidebar-menu-list li a.active { background: var(--primary-color); }
.sidebar-menu { margin-top: 30px;}
.dash-heading { border-bottom: 1px solid #D9D9D9;height: 75px;display: flex;align-items: center;padding:0 25px; }
.dash-heading h4 { font-size: 26px;font-weight: 700;color: var(--secondary-color);margin: 0; }
.dash-padding { padding: 25px; }
.profile-photo { position: relative; }
.profile-photo .btn-icon { position: absolute;left: 75px;top: 28px; }
.profile-photo .btn-icon input { position: absolute;left: 0;top: 0;opacity: 0;cursor: pointer; }
.search-input { position: relative; }
.search-input button { position: absolute;top: 0;right: 0;height: 42px;width: 42px;border: none;background: none;font-size: 22px; } 
.search-input input { padding-right: 42px; }
.plans-box article { padding: 20px;border-radius: 10px;border: 1px solid #D9D9D9;text-align: center; }
.plans-box article span { display: block;font-size: 24px;font-weight: 600; }
.plans-box article h4 { font-size: 32px;font-weight: 600; }
.plans-box article .btn { margin-top: 20px;}
.plans-wrap h6 { color: var(--secondary-color);font-size: 14px;line-height: 140%; }
.order-history-card figure { margin: 0; overflow: hidden; width: 156px;min-width: 156px;height: 170px;border-radius: 10px; }
.order-history-card figure img { object-fit: cover;object-position: center;width: 100%;height: 100%; }
.order-history-card .card-body { gap: 25px; }
.order-history-card .card-body figcaption { position: relative; width: 100%; display: flex;flex-direction: column;justify-content: space-between;}
.order-history-card .card-body figcaption h4 { font-size: 18px;font-weight: 600;}
.order-top-info p,.order-top-info time { opacity: 0.6;font-weight: 600; }
.order-bottom-info h3 { margin: 0;font-size: 24px;font-weight: 600; }
.featured-tag-primary { background-color: var(--primary-color);color: var(--secondary-color); }
.order-history-card .card-body figcaption .featured-tag { position: absolute;top: 0;right: 0; }
.order-history-card .card-body figcaption .my-download-btn { position: absolute;top: 0;right: 0; }
.list-grid-icon .btn { background-color: #F7F7F9; }
.list-grid-icon .btn.active { background-color: var(--primary-color);  }
.gird-photos { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px;}
.gird-photos figure { margin: 0;cursor: pointer;}
.customisation-Requests-list .order-history-card figure { width: 134px;min-width: 134px;height: 148px; }
.photo-interested figure { width: 50px !important;min-width: 50px !important;height: 50px !important; }  
.photo-interested .photo-interested-box  { gap: 20px; }
.photo-interested figcaption { align-items: center !important;justify-content: space-between !important;flex-direction: row !important; }
.contact-btns a { color: var(--secondary-color); gap: 15px; height: 92px;border-radius: 10px;background-color: #F5F5F5;display: flex;align-items: center;justify-content: center;padding: 15px;font-size: 18px; }
.contact-btns a i{ font-size: 24px;color: var(--primary-dark);}
.contact-btns a span { font-weight: 600; }
.table-product-img { width: 67px;height: 75px;border-radius: 10px;overflow: hidden; }
.table-product-img img { object-fit: cover;object-position: center;width: 100%;height: 100%; }
.view-order-wrap-in { max-width: 992px;margin: auto;box-shadow: 0px 4px 14.1px rgba(38, 43, 67, 0.08);border-radius: 10px;background-color: var(--white);padding: 30px; }
.order-sub-total-row { width: 50%;margin-left: auto;display: flex;flex-direction: column;gap: 15px; }
.order-sub-total-row h4 { font-size: 14px;font-weight: 700;color: var(--secondary-color);margin: 0; }
.view-order-head h4 { margin: 0;font-size: 20px;font-weight: 700;color: var(--secondary-color); }
.view-order-head,.view-order-title { margin-bottom: 15px;}
.view-order-title h4 { margin: 0;font-size: 26px;font-weight: 700;color: var(--secondary-color); }
.view-order-title time { margin: 0;font-size: 16px;font-weight: 700;color: var(--secondary-color); }
.order-info h4 { font-size: 18px;font-weight: 600;color: var(--secondary-color); }
.order-info { display: flex;flex-direction: column;gap: 5px;margin-bottom: 25px; }
.order-info h4,.order-info p { margin: 0;color: var(--secondary-color); }
.order-info p { opacity: 0.8;font-weight: 600; }
.cart-body { background-color: #F5F5F5;padding: 15px;border-radius: 10px; }
.cart-wrap-left { width: calc(100% - 420px); }
.cart-wrap-right { width: 400px; }
.cart-remove-btn { position: absolute;top: 0;right: 0; }
.cart-remove-btn .btn { background-color: var(--white); }
.cart-remove-btn .btn:hover { background-color: #f5f5f5;}
.order-summary h4 { font-size: 18px;font-weight: 600; }
.order-summary-box .order-summary-row { padding: 15px 0;border-top: 1px solid rgba(0, 0, 0, 0.06); }
.order-summary-box { margin-top: 20px;}
.headings-in { font-size: 26px;font-weight: 700;margin-bottom: 15px; }
.billing-info h4 { color: var(--secondary-color);font-weight: 600;margin-bottom: 15px; }
.order-summary .customisation-Requests-list .order-history-card figure { width: 75px;min-width: 75px;height: 75px; }
.order-summary .customisation-Requests-list .card-body { padding: 10px; }
.order-confirmation-box { background-color: #F5F5F5;max-width: 920px;padding: 30px;border-radius: 10px;margin: auto; } 
.order-confirmation-in { max-width: 380px;margin: auto; }
.order-confirmation-top { text-align: center; }
.order-confirmation-top h4 { font-size: 26px;font-weight: 700;color: var(--secondary-color); }
.order-confirmation-top span { font-size: 16px;font-weight: 700;color: var(--secondary-color); }
.order-confirmation-info { background: var(--white);padding: 10px;border-radius: 10px; }
.order-confirmation-info h4 { font-weight: 600;font-size: 14px;margin-bottom: 5px; }
.order-confirmation-info span { font-weight: 600;font-size: 14px;opacity: 0.6; }
.modal-content { border-radius: 10px;border: none; }
.modal-heading-in { font-size: 26px;font-weight: 600;color: var(--secondary-color); }
.modal-w-700 .modal-dialog { max-width: 700px; }
.modal-w-700 .modal-w-500 { max-width: 500px; }
.modal-w-700 .modal-body { padding: 50px; }
.modal-w-500 .modal-body { padding: 50px; }
.modal-w-700 .order-history-card figure { width: 109px;height: 124px;min-width: 109px;}
.modal-w-700 .order-history-card .card-body { padding: 15px;}
.term-text-modal p { font-weight: 500;opacity: 0.6; }
.btn-with-or { max-width: 350px;margin: auto;display: flex; flex-direction: column;gap: 20px;}
.or-divider { text-align: center; }
.modal-subheading { opacity: 0.6; }
.view-photo-body { border-radius: 8px;overflow: hidden; }
.view-photo-body img { width: 100%; }
input.form-control[type="file"]::file-selector-button {
  display: none;
}
input.form-control[type="file"] {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 17V19C4 19.5304 4.21071 20.0391 4.58579 20.4142C4.96086 20.7893 5.46957 21 6 21H18C18.5304 21 19.0391 20.7893 19.4142 20.4142C19.7893 20.0391 20 19.5304 20 19V17M7 9L12 4M12 4L17 9M12 4V16' stroke='%23F6BFAE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.view-customisation-row { display: flex;align-items: center;justify-content: center;gap: 15px; margin-top: 30px;}
.view-customisation-row figure { width: 87px;min-width: 87px;height: 91px;border-radius: 15px;overflow: hidden;margin: 0; }
.view-customisation-row figure img { width: 100%;object-fit: cover;object-position: center;height: 100%; }
.view-customisation-row figcaption h4 { font-size: 26px;font-weight: 500;color: var(--secondary-color); }
.view-customisation-row figcaption span { font-size: 13px;padding: 5px 10px;font-weight: 700; border-radius: 15px;background: var(--primary-color);color: var(--secondary-color); }
.statics-wrap-row { display: flex;align-items: center;justify-content: space-between;padding: 20px;border: 1px solid #EBE1E1;border-radius: 15px; }
.statics-wrap-row figcaption span { font-size: 18px;font-weight: 700;color: var(--secondary-color); }
.statics-wrap-row figcaption h4 { font-size: 42px;font-weight: 900;color: var(--primary-color);margin: 0; }
.statics-wrap-row  figure { color: var(--white);border-radius: 52px; width: 52px;height: 52px;display: flex;align-items: center;justify-content: center;margin: 0;font-size: 24px;background: var(--secondary-color); }
.heading-sec-in h4 { font-size: 20px;font-weight: 700;display: inline-flex;align-items: center;gap: 5px; }
.heading-sec-in h4 i { font-size: 24px; }
.top-5-photos-row figure { width: 75px;min-width: 75px;height: 85px;overflow: hidden;border-radius: 15px;margin: 0; }
.top-5-photos-row figure img{ width: 100%;height: 100%;object-fit: cover;object-position: center; }
.top-5-photos-row article { display: flex;gap:20px;padding: 20px;border: 1px solid #EBE1E1;border-radius: 15px; }
.top-5-photos-row figcaption h4 { font-size: 16px;font-weight: 700;}
.top-5-photos-row figcaption p { font-size: 14px;opacity: 0.6;}
.top-5-photos-row .like-view-download-btn button { color: #666666; }
.top-5-photos-row .like-view-download-btn button i { color: var(--secondary-color); }
.sale-btns .btn { background-color: #F2F6F9; }
.sale-btns .btn.active { background-color: var(--primary-color);color: var(--secondary-color); }
.chart-area { padding: 15px;border-radius: 15px;border: 1px solid #E8E8E8; margin-top: 15px;}
.order-history { overflow:auto;max-height: calc(100vh - 300px); }
.footer-qr-wrap{ width: 18%;margin-left: auto; }

.head-right-bg{display: flex; align-items: center; margin-left: auto;}
.navbar-toggler{background: #fff; font-size: 28px; color:#3A415C;}


.filter-in.d-flex.align-items-center.gap-3.par-page label{
  width: 90px;
}
.apply-coupon-box { position: relative; }
.apply-coupon-box button { position: absolute;top: 0;right: 0;height: 42px;color: var(--primary-dark);font-weight: 600;background: none;border: none;padding: 0px 20px; }
.apply-coupon label { font-weight: 600; }
.coupon-tag-add { gap: 5px; position: absolute;top: 6px;left: 7px;background-color: #D6FFDD;color: #1D6131;height: 29px;display: flex;align-items: center;padding: 0px 15px;border-radius: 5px; }
.coupon-tag-add i { font-weight: 600;}
.coupon-page-head.page-title-section { margin: 20px 0; }
.coupon-page-head h1 { font-size: 36px;color: var(--secondary-color);font-weight: 600; }
.coupon-page-head p { font-size: 20px;color: var(--primary-dark); font-weight: 600;}
.coupon-reward-box { background-color: #3A415C;padding: 50px;color: var(--white);border-radius: 10px; }
.coupon-reward-box h2 { font-size: 30px;font-weight: 700;}
.coupon-reward-box p {font-size: 16px; }
.coupon-reward-box a { font-size: 20px;color: #F6BFAE;font-weight: 700; }
.coupon-wrap { max-width: 1050px;margin: auto; }
.coupon-reward-text { width: 70%;; }
.coupon-discount-box { background-color: var(--primary-color) !important;padding: 30px;border-radius: 10px; }
.coupon-discount-head h4 { font-size: 30px;font-weight: 600;color: #3A415C; }
.coupon-discount-head p { font-size: 20px;font-weight: 600;color: #3A415C; }
.coupon-discount-wrap .row > * { display: flex; }
.coupon-discount-wrap .row > * > * { width: 100%; }
.coupon-discount-wrap .row article { background-color: #fff;padding: 10px;border-radius: 10px;text-align: center; }
.coupon-discount-wrap .row article h4 { font-size: 14px; font-weight: 500;color: rgba(21, 20, 20, 60%);line-height: 150%; }
.coupon-discount-wrap .text-success { margin-top: 30px;font-size: 16px;font-weight: 600; }
.coupon-list-wrap .row  { row-gap: 24px; }
.coupon-list-wrap .row > * { display: flex; }
.coupon-list-wrap .row > * > * { width: 100%; }
.coupon-list-wrap .coupon-card { position: relative; padding: 20px;border: 1px solid #D9D9D9;border-radius: 10px; background-color: #3A415C;color: #fff;}
.coupon-code-name { font-size: 20px;font-weight: 600;border: 1px dashed #000000;background: var(--primary-color) !important; border-radius: 8px;display: inline-block;padding: 12px;margin-bottom: 10px;}
.coupon-card h4 { font-weight: 600; }
.coupon-card p { color: rgba(21, 20, 20, 60%);font-size: 16px; }
.coupon-card span { color: rgba(21, 20, 20, 60%);font-size: 16px; }
.coupon-card span b { color: 000;}
.button-copy { position: absolute;top: 20px;right: 20px;height: 45px;width: 45px;display: flex;align-items: center;justify-content: center;border-radius: 8px;background: var(--primary-color) !important;border: none; }
#back-to-top { position: fixed;bottom: 30px;right: 30px;height: 48px;width: 48px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: var(--primary-color);color: var(--secondary-color);border: 2px solid var(--white);box-shadow: 0 4px 12px rgba(0,0,0,0.25);font-size: 20px;cursor: pointer;opacity: 0;visibility: hidden;transform: translateY(10px);transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;z-index: 999; }
#back-to-top.show { opacity: 1;visibility: visible;transform: translateY(0); }
#back-to-top:hover { background: var(--primary-dark);color: var(--white); }
.button-copy i { font-size: 22px; }
