/*
    Theme Name: MWD
    Author:  movewith.digital
    Author URL: https://movewith.digital/
    Description: ---- 2025.
    Document   : Framework
    Created on :  April 01 2025, 10.00 AM
*/

html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

body {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-size: 100%;
    color: var(--textcolor);
    background: #fff;
    font-family: var(--font-one);
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}

::placeholder {
    color: var(--secondry-color);
    font-family: var(--font-one);
    font-weight: 500;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
}

/* div {
    transition: all 0.3s ease-in-out;
} */

a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    border: none;
    max-width: 100%;
}

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
    font-family: var(--font-one);
}

p {
    margin: 0;
    line-height: 1.2;
    font-size: 1.3em;
    color: #614B49;
    font-weight: 300;
    font-family: var(--font-one);
}

h1 {
    margin: 0;
    padding: 0;
    color: var(--maincolor);
    line-height: 1;
    font-size: 5em;
    font-weight: 400;
    font-family: var(--font-one);
}

h2 {
    margin: 0;
    padding: 0;
    color: #302A2A;
    font-size: 2em;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--font-one);
    text-transform: uppercase;
}

h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 3.5em;
    line-height: 1;
    font-weight: 300;
    font-family: var(--font-one);
}

h4 {
    margin: 0;
    padding: 0;
    color: #000000;
    line-height: 1.2;
    font-size: 2.2em;
    font-weight: 400;
    font-family: var(--font-two);
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
    content: " ";
    display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
    clear: both;
}

.outer {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    background: #F8F7F6;

}

.header-sec .container {
    max-width: 1700px;
}

:root {
    --font-one: "Outfit", sans-serif;
    --commonradius: 50px;
    --btnradius: 80px;
    --maincolor: #ffffff;
    --textcolor: #4D4D4D;
    --text-two-color: #000;
}



/*grid-system-end*/
.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1400px;
}

.medium-container {
    margin: 0 auto;
    width: 90%;
    max-width: 1500px;
}

.small-container {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
}


.flex {
    display: flex;
}

.mobile-only {
    display: none;
}

.admin a svg {
    width: 20px;
    height: 20px;
}
.banner video {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover; /* preserve aspect & crop */
    z-index:0;
  }

  /* dimming overlay so text is readable */
  .banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.5));
    z-index:1;
  }
.banner {
    width: 100%;
    position: relative;
    height: 100vh;
    /*    max-height: 1000px;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	min-height: 750px;
}

.banner-text p {
    max-width: 700px;
    margin: 0 auto;
    padding: 15px 0 20px 0;
    font-size: 1.4em;
    color: var(--maincolor);
    font-weight: 400;

}

.banner-text {
    padding: 60px 0 0 0;
	 position:relative;
    z-index:2;
}

.product-sec-block {
   
    cursor: pointer;
}

.content-area {
    text-align: center;
    padding: 100px 0;
}

.line-sec {
    width: 100%;
    height: 1px;
    background-color: #C6872B;
    text-align: center;
}

.product-list {
    gap: 20px;
    text-align: center;
    padding: 20px 0;
    flex-wrap: wrap;
}

.product-list strong {
  display: block;
    font-size: 1.5em;
    padding: 10px 0 0 0;
    color: #614B49;
    font-weight: 500;
}

.product-category {
    width: 100%;
    padding: 20px 0 60px 0;
}

.product-category {
    width: 100%;
    text-align: center;
}

.content-area p {
    color: #302A2A;
    font-weight: 300;
    font-size: 2.4em;
}

.line-sec img {
    transform: translateY(-25PX);
    display: inline-block;

}

.image-container {
 display: inline-block;
    background-color: white;
    transition: background-color 0.3s 
ease;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-container:hover img {
	transform: scale(1.2);
}
.image-container img {
	transition: transform 0.4s 
ease-in-out;
}
.img-default,
.img-hover {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    object-fit: cover;
}

.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
	display: none;
}

.image-container:hover .img-hover {
    opacity: 1;
}

.image-container:hover .img-default {
    opacity: 0;
}

.full-width {
   width: 100%;
    padding: 50px 0;
    text-align: center;
    height: 80vh;
    display: flex;
    align-items: center;
	position: relative;
	
}

.header-sec.bgcolor {
    background: #302a2a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 0;
}
.header-bg.about-us-page .header-sec.bgcolor {
    background: #302a2a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 0;
}
.brass-banner {
    background: url(../img/brass.jpg) no-repeat center center/cover;
    background-attachment: fixed;
}

.full-width p {
    max-width: 665px;
    margin: 0 auto;
    padding: 20px  0 40px 0;
    font-size: 1.4em;
    color: var(--maincolor);
    font-weight: 400;
}

.brass-banner h3 {
     max-width: 800px;
    margin: 0 auto;
	width: 90%;
}

a.fill-btn {
    background-color: #C6872B;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1.4em;
    display: inline-block;
}

.two-column {
    width: 100%;
    padding: 100px 0;
}

.big-content h3 {
      font-size: 3.5em;
    color: #302A2A;
    font-weight: 300;
    line-height: 1;
    max-width: 950px;
}

.special-list {
    display: flex;
    gap: 40px;
    margin: 50px 0 0 0;
}

.special-block {
    width: 50%;

}

.special-img {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.special-block h4 {
    color: #302A2A;
    font-size: 2em;
    font-weight: 500;
    margin: 40px 0 5px 0;
}

.special-block p {
    max-width: 600px;
    margin: 0 0 40px 0;
}

.special-block img.img-sp {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.special-block:hover img.img-sp {
    transform: scale(1.2);
}

.antique-banner {
    background: url(../img/antique-banner.jpg) no-repeat center center/cover;
    background-attachment: fixed;
}

.inspiration {
    width: 100%;
    padding: 100px 0;
}

.inspiration .left {
    width: 30%;
}

.inspiration .right {
    width: 70%;
}

.inspiration-flex h2 {
    text-transform: uppercase;
}

.inspiration-sec h4 {
       font-size: 1.3em;
    font-weight: 400;
    color: #614B49;
    max-width: 450px;
    line-height: 1.2;
    padding: 20px 0 10px 0;
}

.inspiration-sec p {
    color: #626262;
    font-size: 1.1em;
    font-weight: 400;
    max-width: 475px;
    padding: 0 0 30px 0;
}

.inspiration-sec {
    width: 48%;
}

.footer {
    width: 100%;
    padding: 100px 0;
}

.navigation a {
    color: #302A2A;
}

.address a {
    color: #302A2A;
}

.footer .left {
    width: 30%;
}

.footer .right {
    width: 70%;
}

.navigation {
    width: 60%;
}

.address {
    width: 40%;
}

.nav-flex {
    display: flex;
}

.nav-flex ul {
    width: 50%;
    margin: 20px 0 0 0;
}

.nav-sec strong {
    color: #302A2A;
    font-size: 1.3em;
    font-weight: 600;
}

.address strong {
    color: #302A2A;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 20px 0;
    display: block;
}

.nav-sec ul li a {
    color: #302A2A;
    font-size: 1.1em;
    font-weight: 400;
    padding: 0 0 10px 0;
    display: block;
}

.address a {
    color: #302A2A;
    font-size: 1.1em;
    font-weight: 400;
    padding: 0 0 38px 0;
    display: block;
    line-height: 1.6;
    max-width: 270px;

}

.phone a {
    color: #302A2A;
    font-weight: 600;
}

.btn-left {
    display: flex;
    align-items: center;
}

.footer .btn-left p {
    color: #302A2A;
    font-weight: 400;
    font-size: 1.1em;
    margin: 0 5px 0 0;
}

.btn-left a {
    color: #614B49;
    font-weight: 400;
    font-size: 1em;
    padding: 0 0 0 5px;

}

.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #B5B5B5;
}

.btn-right a {
    display: inline-block;
    margin: 0 2px;
}

.btn-right a img {
    width: 15px;
    height: 15px;
}

.admin a img {
    width: 20px; 
    margin: 0 5px;
}
.admin a:last-child {
    	margin: 0 10px;
    	font-size: 22px;
}

.header-bg .header-sec {
    background-color: #614B49;
   
}

.header-bg-banner {
    padding: 200px 0 10px 0;
    text-align: center;
    width: 100%;
}

.header-bg-banner h1 {
     color: #302A2A;
    font-weight: 300;
    line-height: 1.5;
font-size: 3.5em;
}
.about-us-page .header-bg-banner h1 {
	font-size: 5em;
}
  .header-bg.about-us-page .header-sec {
    background-color: transparent;
}
.header-bg-banner .light-banner-bg p {

    color: #302A2A;
    font-weight: 300;
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
    padding: 5px 0 10px 0;
}
.about-list-sec.flex img {
    width: 100%;
    height: 450px;
    object-fit: contain;
	object-position: left top;
}
.category-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 10px 0;
}

.category-btn button {
    background-color: #fff;
    border: 0;
    border-radius: 300px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    color: #302A2A;
    font-weight: 500;
    font-size: 1.4em;
    font-family: var(--font-one);
}

.category-btn button.active {
    border: 1px solid #C6872B;
}

.category-btn img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 0 10px 0 0;
}

.light-category h2 {
    text-align: left;
    padding: 20px 0 0 0;
}

.light-category .product-list.flex {
    flex-wrap: wrap;
 
}
.product-list {
	gap: 1rem;
}
.light-category .product-sec-block {
    
    margin: 0 0 20px 0;
    

}
.woocommerce-page .light-category .product-sec-block {
   
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e4d7c4;
    padding: 0 0 20px 0;

}

.wall-lamp-container {
    display: inline-block;
    /* Default background */
    transition: background-color 0.3s ease;
    position: relative;
    width: 100%;
    overflow: hidden;

}


.wall-lamp-container img {
   display: block;
    width: 100%;
    transition: filter 0.3s 
ease;
    height: 300px !important;
    object-fit: cover;
    padding: 0px;
    object-position: center;
}

.wall-lamp-container img {
    transition: transform 0.4s ease-in-out;
}

.wall-lamp-container .hover-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.wall-lamp-container:hover .hover-button {
    opacity: 1;
}

.wall-lamp-container:hover img {
    transform: scale(1.2);
}

.inspiration-list.flex {
    gap: 20px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: white;
    padding: 20px;
    margin: 8% auto;
    width: 800px;
    text-align: center;
    border-radius: 10px;
}

.close {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.gallery-container {
    display: flex;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 15px;
}

.thumbnails img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: border 0.3s ease-in-out;
}

.thumbnails img:hover,
.thumbnails img.active {
    border: 2px solid #333;
}

.main-image {
    width: 60%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.light-category {
    padding: 0 0 0 0;
    border-top: 1px solid #C6872B;
}

.wall-lamp-banner .left {
    text-align: left;
    width: 50%;
}

.wall-lamp-banner .right {

    width: 50%;
}

.filter-sort-container {
    display: flex;
    gap: 12px;
}

.styled-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    min-width: 130px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
	font-size: 17px;
}

.styled-select:focus {
    outline: none;
    border-color: #888;
}

.wall-lamps .light-category-sec-block .product-sec-block strong {
     text-align: left;
    padding: 0 0 0 0;
    font-size: 1.1em;
}

.wall-lamps .light-category-sec-block .product-sec-block .wall-lamp-container {
    margin: 0 0 20px 0;
    position: relative;
}

.button-label {
    position: absolute;
    z-index: 9;
    margin: 30px;
}

.button-label button {
    background-color: transparent;
    border: 0;
    border: 1px solid #aeaeae;
    font-size: 1em;
    color: #000;
    font-weight: 300;
    padding: 10px 15px;
}

a.scroll {
    color: #A5A5A5;
    font-weight: 500;
    font-size: 1.5em;
    text-align: center;
    display: block;
    margin: 0 0 100px 0;
    letter-spacing: 6px;
}

.product-detail .container {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 20%;
}

.thumbnails img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.main-image img {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    object-fit: contain;
    mix-blend-mode: darken;
}

.product-detail-page .header-bg-banner {
    background-color: #fff;
    padding: 80px 0 80px 0;
}

.product-detail {
    position: relative;
	padding: 200px 0 0 0;
}

.product-detail .button-label {
    position: absolute;
    z-index: 9;
    margin: 30px;
    top: -80px;
    right: 20px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 5px;
    padding: 50px 0;
    color: #666;
}

.breadcrumb a {
    text-decoration: none;
    color: #302A2A;
    transition: color 0.2s;
    font-weight: 400;
}

span.current {
    font-weight: 500;
}

.breadcrumb a:hover {
    color: #0056b3;
}

.breadcrumb .current {
    color: #333;
    font-weight: 600;
}

.product-actions {
    display: flex;
    align-items: center;
    gap: 20px;

}

.quantity-selector {
    border: 1px solid #333;
    border-radius: 999px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 20px;
    margin: 0;
}

.qty-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}

.qty-value {
    min-width: 20px;
    text-align: center;
    font-size: 16px;
}

.add-to-cart {
    background-color: #5f4845;
    color: white;
    border: none;
    font-family: "Outfit", sans-serif;
    border-radius: 999px;
    padding: 14px 20px;
    font-size: 1.2em;
    cursor: pointer;
    font-weight: 400;
    white-space: nowrap;
}

.flex.detail-qty {
    align-items: center;
    justify-content: space-between;
}

.product-detail-content {
    width: 100%;
    padding: 50px 0;
}

.product-detail-content h3 {
    color: #302A2A;
    font-size: 4.5em;
    font-weight: 300;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #C6872B;
    margin: 0 0 20px 0;
}

.border-bottom {
    border-bottom: 1px solid #C6872B;
}

.product-detail-content strong {
    font-size: 1.4em;
    font-weight: 300;
    color: #000;
}

.product-detail-content p {
    font-size: 1.3em;
    color: #302A2A;
    padding: 20px 0;
}

.spec-section {
    margin-bottom: 2rem;
    padding-top: 1rem;
}

.section-header {
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 1rem;
}

.section-content {
    display: block;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px solid #dfdfdf;
}

.spec-row strong {
    font-size: 1.1em;
    font-weight: 400;
    width: 60%;
    text-align: end;
}

.toggle-icon {
    font-size: 1.25rem;
    user-select: none;
}

.section-content .flex {
    display: flex;
    gap: 30px;
}

.section-content div {
    width: 100%;
}

.spec-row .name {
    width: 40%;
    font-size: 1.1em;
}

a.whatsapp {
   background-color: #59A94D;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0 0 0;
}
.maintenance {
    background: #f7f1ea;
    padding: 15px;
    margin: 0 0 25px 0;
}
.ship {
    margin: 50px 0 0 0;
}

.ship h5 {
    font-size: 1.6em;
}

.ship p {
    font-size: 1.3em;
    padding: 10px 0 0 0;
    max-width: 700px;
}

.contact-us-page .header-bg-banner {
    text-align: left;
}

.contact-link ul {
    display: flex;
    gap: 100px;
}

.contact-link ul li span {
    width: 40px;
    height: 40px;
    background-color: #614B49;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-link ul li a {
    display: flex;
    color: #1E1E1E;
    align-items: center;
    gap: 20px;
    font-size: 1.8em;
    margin: 30px 0 0 0;
}

.contact-link ul li img {
    width: 25px;
    height: 25px;
}

.contact-map {
    background-color: #fff;
    padding: 30px;
    margin: 20px 0 0 0;
	
}

.map-flex {
    display: flex;
    gap: 40px;
}

.map-flex .left {
    width: 60%;
}

.map-flex .right {
    width: 40%;
}

.location-set {
    margin: 50px 0;
}

.contact-map a {
    font-size: 1.3em;
    color: #302A2A;
    font-weight: 400;
}

.contact-map a.btn {
    display: inline-block;
    background-color: #614B49;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1em;
    display: inline-block;
    font-weight: 500;
    margin: 20px 0 0 0;
}

.map-flex .left {
    display: flex;
    gap: 20px;
}

.loca-img {
    width: 13%;
}

.address-map {
    width: 75%;
}

.contact-map a {
    display: block;
}


.enquiry-form h2 {
    font-size: 2.5em;
    font-weight: 400;
    color: #603813;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.enquiry-form {
    margin: 100px 0;
}



.enquiry-form label {
    display: block;
    font-size: 1em;
    margin: 30px 0 5px;
    color: #603813;
    font-weight: 400;
}

.enquiry-form input[type="submit"] {
    display: inline-block;
    background-color: #C6872B;
    color: #fff;
    border-radius: 50px;
    padding: 10px 50px;
    font-size: 1.2em;
    display: inline-block;
    font-weight: 500;
    margin: 40px 0 0 0;
    border: 0;
    font-family: "Outfit", sans-serif;
}

.enquiry-form input[type="text"],
.enquiry-form input[type="email"],
.enquiry-form input[type="tel"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #5d2d00;
    padding: 8px 0;
    font-size: 15px;
    color: #333;
    background: transparent;
}

.enquiry-form input::placeholder {
    color: #b3b3b3;
}

.about-us-page .header-bg-banner {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.about-us-page .header-bg-banner .about-width.antique-banner {
    width: 100%;
    padding: 50px 0;
	height: 90vh;
    display: flex;
    align-items: center;
    text-align: center;
	justify-content: center;
}

.about-us-page h1 {
    color: #fff;

}

.about-us-page p {
    color: #fff;
    font-size: 1.2em;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.about-content {
    width: 100%;
    padding: 100px 0;
}

.about-content h3 {
    color: #302A2A;
    font-size: 2.5em;
}

.about-us-page .about-content p {
    color: #302A2A;
    font-size: 1.2em;
    margin: 20px 0 0 0;
    max-width: 900px;
}
.about-us-page .about-content p strong {
	  padding: 20px 0 10px 0;
	font-weight:600;
}


.about-us-page  .about-list .left { 
    justify-content: left; 
}
.about-list {
    width: 100%;
    padding: 100px 0;
}
.about-list .container {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
}
.about-list h4 {
    color: #302A2A;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1;
}
.arrow-sec img {
    width: inherit !important;
    height: inherit !important;
}

.about-list p {
    color: #302A2A;
    font-size: 1.2em;
    margin: 20px 0 0 0;
    max-width: 900px;
}

.about-list .left {
   flex: 1;
}

.about-list .right {
   flex: 1;
}

.about-list-sec.flex {
  display: flex;
  align-items: center; /* vertically center items */
  gap: 3rem; /* optional spacing between columns */
	
}

.about-list-sec.flex.reverse {
    flex-direction: row-reverse;
}

.arrow-sec {
    text-align: center;
    margin: 100px 0 0 0;
}

.shipping-details .breadcrumb {
    padding: 0 0 0 0;
}

.shipping-details h2 {
    color: #302A2A;
    font-weight: 400;
    font-size: 2.4em;
    text-transform: capitalize;
    border-bottom: 1px solid #C6872B;
    padding: 20px 0 20px 0;
    margin: 0 0 40px 0;
}

.shipping-details {
    text-align: left;
}

.header-bg-banner .shipping-details p {
    max-width: 100%;
    width: 100%;
    font-size: 1.2em;
    color: #302A2A;
    font-weight: 300;
    font-family: var(--font-one);
    padding: 10px 0;
}

.header-bg-banner .shipping-details ul li {
    font-size: 1.2em;
    color: #302A2A;
    font-weight: 300;
    font-family: var(--font-one);
    list-style: disc;
}

.header-bg-banner .shipping-details ul {
    margin: 20px 0 20px 30px;
}

.shipping-details img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin: 30px 0;
}

.detail-link {
    margin: 20px 0 0 0;
}

.shipping-details {
    padding: 0 0 100px 0;
    background-color: #fff;
}

.shipping-page .header-bg-banner {
    background-color: #fff;
}

.inspiration {
    text-align: left;
}

.styled-select-wrapper {
    position: relative;
    display: inline-block;
    border: 1px solid #aeaeae;
    border-radius: 2px;
   padding: 6px 20px 6px 0;
    background-color: #fff;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    height: 50px;
}

.styled-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    width: 100%;
    cursor: pointer;
	text-align:center;
}

.custom-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
    height: 14px;
    pointer-events: none;
    transform: translateY(-50%);
    color: #333;
}

.inspiration-page .inspiration-flex .flex {
    justify-content: space-between;
    margin: 40px 0 0 0;
    align-items: flex-start;
}

.inspiration-page .inspiration {
    padding: 0 0 50px 0;
}

.inspiration-page .inspiration-flex .flex {
    flex-wrap: wrap;
}

.inspiration-page .inspiration-list .inspiration-sec {
    width: 32%;
    margin: 0 0 30px 0;
}

.mega-menu a.fill-btn {
    display: inline-block;
    padding: 10px 60px;
}

.mega-content h3 {
    color: #302A2A;
    font-weight: 400;
    font-size: 2em;
    margin: 20px 0;
}

.mega-content {
    gap: 100px;
    justify-content: flex-start;
}

.menu-images {
    display: flex;
    gap: 50px;
}

.menu-images img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.det-flex nav.breadcrumb {
    padding: 0 0 0 0;
}

.light-banner-bg .right.flex {
    gap: 30px;
}

.light-banner-bg .right.flex {
    gap: 30px;
    justify-content: flex-end;
    align-items: center;
}

.light-banner-bg .flex {
    align-content: center;
}

.add_to_cart_button {
    background-color: #C6872B !important;
    color: #fff !important;
    border: none;
    padding: 10px 30px;
    border-radius: 100px !important;
    transition: background-color 0.3s ease;
}

.add_to_cart_button:hover {
    background-color: #a86e24;
}

form.woocommerce-form.woocommerce-form-register.register p {
    font-size: 16px;
    padding: 0 0 15px 0;
}

span.price {
    padding: 5px 0 20px 0;
    display: block;
    font-size: 0.9em;
    color: #c6872b;
    font-weight: 500;
}

.product-sec-block {
    text-align: left;
}

a.added_to_cart.wc-forward {
    padding: 0 0 0 20px;
    color: #333;
}

/* Container styling */
.custom-cart-container {
   max-width: 1200px !important;
    margin: 220px auto 100px !important;
    padding: 30px !important;
    background: #fff;
}

/* Cart Table */
.custom-cart-container table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.custom-cart-container table.shop_table thead {
    background-color: #f8f8f8;
}

.custom-cart-container table.shop_table th,
.custom-cart-container table.shop_table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ffff;
    border-left: 0;
    font-size: 15px;
    border-right: 0;
    border-top: 0;
    background: #f8f8f8;
}

.custom-cart-container table.shop_table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #f2f2f2;
}

.custom-cart-container table.shop_table td a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.custom-cart-container table.shop_table td a:hover {
    text-decoration: underline;
}

/* Quantity */
.custom-cart-container input[type="number"] {
    width: 60px;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Prices */
.custom-cart-container .woocommerce-Price-amount {
    font-weight: bold;
    color: #222;
}

/* Remove */
.custom-cart-container td a[href*="remove_item"] {
    color: #d00;
    font-size: 14px;
}

/* Price Details Table */
.custom-cart-container table + table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.custom-cart-container table + table th {
    padding: 12px 15px;
    font-size: 16px;
    text-align: left;
}

.custom-cart-container table + table td {
    padding: 12px 15px;
    font-size: 16px;
    text-align: right;
}

/* Buttons */
.custom-cart-container .button {
    background-color: #b9a88f !important;
    color: #fff !important;
    border: none;
    padding: 12px 24px;
    border-radius: 100px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    transition: background-color 0.3s ease;
    font-size: 13px;
}

.custom-cart-container .checkout.button {
    background-color: #C6872B !important;
    color: #fff !important;
    border: none;
    padding: 12px 24px;
    border-radius: 100px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    transition: background-color 0.3s ease;
    font-size: 13px;
}

.custom-cart-container .button:hover,
.custom-cart-container .checkout.button:hover {
    background-color: #a86e24 !important;
}

/* Responsive Table */
@media (max-width: 768px) {

    .custom-cart-container table.shop_table,
    .custom-cart-container table.shop_table thead,
    .custom-cart-container table.shop_table tbody,
    .custom-cart-container table.shop_table th,
    .custom-cart-container table.shop_table td,
    .custom-cart-container table.shop_table tr {
        display: block;
        width: 100%;
    }

    .custom-cart-container table.shop_table thead {
        display: none;
    }

    .custom-cart-container table.shop_table tr {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .custom-cart-container table.shop_table td {
        position: relative;
        padding-left: 50%;
        text-align: left;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .custom-cart-container table.shop_table td::before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        top: 12px;
        font-weight: 600;
        white-space: nowrap;
        width: 45%;
    }
}


.wp-block-woocommerce-checkout {
    margin: 0 auto !important;
    padding: 200px 0 !important;
    max-width: 1300px;
    width: 90%;
}

.wc-block-checkout__actions_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    border-top: 1px solid #ddd;
    margin-top: 2rem;
}

.wc-block-components-checkout-return-to-cart-button {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.wc-block-components-checkout-return-to-cart-button svg {
    margin-right: 8px;
    fill: #555;
    transition: fill 0.3s ease;
}

.wc-block-components-checkout-return-to-cart-button:hover {
    color: #000;
}

.wc-block-components-checkout-return-to-cart-button:hover svg {
    fill: #000;
}

.wc-block-components-checkout-place-order-button {
    background-color: #222;
    color: #fff;
    padding: 0.8rem 2rem;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wc-block-components-checkout-place-order-button:hover {
    background-color: #444;
}

#load-more-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #ffffff;
    color: #434343;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-align: center;
    margin: 2rem auto 0;
}

#load-more-btn:hover {
    background-color: #614b49;
    transform: translateY(-2px);
    color: #fff;
}

#load-more-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(198, 135, 43, 0.4);
}

@media (max-width: 480px) {
    .theme-orabel .woocommerce #load-more-btn {
        width: 100%;
        font-size: 1rem;
    }
}


/* Container for Login and Register */
.woocommerce-account .u-columns {
    display: flex;
    justify-content: space-between;
    margin: 200px auto 100px auto;
    width: 100%;
}

/* Form Styling */
.woocommerce-account .woocommerce-form {
    margin: 0 auto;
    padding: 20px !important;
    background-color: #ffffff !important;
    border-radius: 0 !important;
    border: 0 !important;
}

/* Headings */
.woocommerce-account h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

/* Label and Input Styling */
.woocommerce-account .woocommerce-form-row label {
    font-size: 14px;
    color: #555;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="email"] {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Password Field Styling */
.woocommerce-account .password-input {
    position: relative;
}

.woocommerce-account .password-input input {
    width: calc(100% - 40px);
}

.woocommerce-account .show-password-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
}

/* Submit Button */
.woocommerce-account button[type="submit"] {
    background-color: #C6872B;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top: 20px;
}

.woocommerce-account button[type="submit"]:hover {
    background-color: #614b49;
    color: #fff;
}

/* Lost Password and Register Links */
.woocommerce-account .woocommerce-LostPassword a,
.woocommerce-account .woocommerce-privacy-policy-link {
    font-size: 14px;
    color: #C6872B;
    text-decoration: none;
}

.woocommerce-account .woocommerce-LostPassword a:hover,
.woocommerce-account .woocommerce-privacy-policy-link:hover {
    text-decoration: underline;
    color: #a17426;
}

/* Remember Me Checkbox */
.woocommerce-account .woocommerce-form__input-checkbox {
    margin-right: 5px;
}

.woocommerce-account .woocommerce-form__label-for-checkbox {
    font-size: 14px;
    color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-account .u-columns {
        flex-direction: column;
        align-items: center;
    }

    .woocommerce-account .woocommerce-form {
        width: 100%;
        padding: 15px;
    }

    .woocommerce-account .woocommerce-form-row input[type="text"],
    .woocommerce-account .woocommerce-form-row input[type="password"],
    .woocommerce-account .woocommerce-form-row input[type="email"],
    .woocommerce-account button[type="submit"] {
        font-size: 14px;
        padding: 10px;
    }

    .woocommerce-account button[type="submit"] {
        width: 100%;
    }

    .woocommerce-account .woocommerce-form__label-for-checkbox {
        font-size: 12px;
    }

    .woocommerce-account .woocommerce-LostPassword a,
    .woocommerce-account .woocommerce-privacy-policy-link {
        font-size: 12px;
    }
}

/* Mobile-first adjustments */
@media (max-width: 480px) {
    .woocommerce-account h2 {
        font-size: 20px;
    }

    .woocommerce-account .woocommerce-form {
        width: 90%;
        padding: 10px;
    }

    .woocommerce-account .woocommerce-form-row input[type="text"],
    .woocommerce-account .woocommerce-form-row input[type="password"],
    .woocommerce-account .woocommerce-form-row input[type="email"],
    .woocommerce-account button[type="submit"] {
        font-size: 12px;
        padding: 8px;
    }

    .woocommerce-account .password-input input {
        font-size: 12px;
    }

    .woocommerce-account .woocommerce-form__label-for-checkbox {
        font-size: 10px;
    }

    .woocommerce-account .woocommerce-LostPassword a,
    .woocommerce-account .woocommerce-privacy-policy-link {
        font-size: 10px;
    }
}

span.cart-count {
    position: absolute;
    right: -4px;
    top: 0;
    background: #c6872b;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 100px;
    height: 15px;
    width: 15px;
    font-size: 10px
}

a.cart-link {
    position: relative;
}

span.woocommerce-Price-amount.amount {
      font-weight: 500;
font-size: 1.1em;
}

form.cart.quantity-cart-form {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;

}

.woocommerce .quantity .qty {
    background: transparent;
    border: 0;
    appearance: none;
}

.about-list .left .arrow-sec {
    text-align: left;
    margin: 20px 0 0 0;
    width: 100%;
	    -webkit-transition: all 0.3s 
ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
}


.about-list .left .arrow-sec:hover {
     margin: 20px 0 0 20px;
	    -webkit-transition: all 0.3s 
ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s 
ease-in-out;
 
}

.about-list .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

tr.order-total th {
    padding: 12px 0 !IMPORTANT;
}

.page-template-home .product-sec-block {
    text-align: center;
}

.mwd-admin-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    background: #fff;
    padding: 2rem 1rem;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 200px auto;
    width: 90%;
    max-width: 1081px;
}

/* Navigation Sidebar */
.mwd-admin-panel .woocommerce-MyAccount-navigation {
    width: 250px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
}

.mwd-admin-panel .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mwd-admin-panel .woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 12px 16px;
    margin-bottom: 6px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s;
    font-weight: 500;
}

.mwd-admin-panel .woocommerce-MyAccount-navigation-link a:hover,
.mwd-admin-panel .woocommerce-MyAccount-navigation-link.is-active a {
    background: #c6872b;
    color: #fff;
}

/* Content Area */
.mwd-admin-panel .woocommerce-MyAccount-content {
    flex: 1;
    min-width: 0;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
}

.mwd-admin-panel .woocommerce-MyAccount-content a {
    color: #c6872b;
    text-decoration: underline;
    transition: color 0.3s;
}

.mwd-admin-panel .woocommerce-MyAccount-content a:hover {
    color: #a46c23;
}

/* Paragraphs */
.mwd-admin-panel .woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 1.7;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .mwd-admin-panel {
        flex-direction: column;
        padding: 1rem;
    }

    .mwd-admin-panel .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 1rem;
    }

    .mwd-admin-panel .woocommerce-MyAccount-content {
        width: 100%;
    }

    .mwd-admin-panel .woocommerce-MyAccount-navigation-link a {
        padding: 14px;
        font-size: 16px;
    }
}


.woocommerce-info {
    border-top-color: #614b49;
}

.woocommerce-info::before {
    color: #614b49;
}

.woocommerce-account .addresses .title .edit {
    float: left !important;
}

.button-label.sold-out {
    left: 68px;
}

.product-sec-block {
    position: relative;
	flex: 1 1 calc(25% - 1rem);
    max-width: calc(27% - 1rem);
}

span.yith-wcwl-add-to-wishlist-button__label {
    color: #333;
}

/* Default icon color */


.add_to_wishlist.wishlist-active i {
    color: #da6f6f;
}

a.add_to_wishlist.single_add_to_wishlist {
	text-align: center;
    background: #dbdbdb;
    padding: .618em 1em;
    display: inline-flex;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
a.add_to_wishlist.single_add_to_wishlist.wishlist-active {
    background: #fff;
}
form#yith-wcwl-form {
    max-width: 1200px;
    margin: 80px auto;
}

.inspiration {
    background: #f8f7f6;
}

.footer {
    background: #fff;
}

#shopbycategory {
    scroll-margin-top: 100px;
    /* adjust as needed */
}

.inspiration-sec:hover a {
    margin: 0 0 0 0;
}

.home .product-category {
    padding: 50px 0 100px 0;
}

.admin a:last-child {
    margin: 0 10px;
}
.links h3 a {
    color: #000;
    padding: 0 0 10px 0;
}

span.price del {
    font-size: 9px;
    display: block;
    color: #575757;
}

.order-pay-block {
	max-width: 1024px;
	margin:150px auto;
	padding: 100px 0 0 0;
}

body.wp-singular.page-template-default.page.page-id-175.logged-in.wp-theme-orabel.theme-orabel.woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce-order {
    width: 1200px;
    margin: 150px auto;
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    margin: 3px;
}
.product-loading-skeleton {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    font-weight: bold;
    opacity: 0.5;
}
.image-container img {
    width: 100%;
    height: 320px;
    object-fit: cover;
	display: block;
}
/* Tablet (3 boxes) */
@media (max-width: 1024px) {
  .product-sec-block {
    flex: 1 1 calc(33.33% - 1rem);
    max-width: calc(33.33% - 1rem);
  }
}

/* Mobile (2 boxes) */
@media (max-width: 768px) {
  .product-sec-block {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

/* Small mobile (optional 1 box layout) */
@media (max-width: 480px) {
  .product-sec-block {
    flex: 1 1 100%;
    max-width: 100%;
  }
	 .home .product-sec-block {
    flex: 1 1 47%;
    max-width: 100%;
  }
}
img.inspiration-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.full-width::after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background: #00000047;
	position: absolute;
}
.full-width .small-container {
	z-index: 2;
}
img.img-hover {
	display: none;
}
.arrow {
    animation: bounce 1.5s infinite;
    position: absolute;
    right: 0;
    bottom: 95px;
	z-index: 2;
	left: 0;
}
.arrow svg {
	height: 60px;
}
  @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
      }
      40% {
        transform: translateY(10px);
      }
      60% {
        transform: translateY(5px);
      }
    }
img{
    display: block;
}
.error404 .banner h1 {
	color: #000;
	padding: 250px 0 0 0;
	z-index: 99999;
    position: relative;
}
.error404 .banner p {
    color: #000;
	font-weight: 600;
	z-index: 99999;
    position: relative;
	padding: 20px 0;
}
.error404 .banner a {
    color: #000;
	font-weight: 600;
	z-index: 99999;
    position: relative;
	border-bottom: 2px solid #000;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
    margin: 50px 0 0 0;
}
.mwd-admin-panel .container {
	margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
button#btn-razorpay {
	background-color: #C6872B !important;
    color: #fff !important;
    border: none;
    padding: 10px 30px;
    border-radius: 100px !important;
    transition: background-color 0.3s 
ease;
	margin: 20px 0 0 0;
}
button#btn-razorpay-cancel {
	background-color: #C6872B !important;
    color: #fff !important;
    border: none;
    padding: 10px 30px;
    border-radius: 100px !important;
    transition: background-color 0.3s 
ease;
	margin: 20px 0 0 0;
}
/*whishlist start*/
.custom-heart {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s ease;
}

/* Heart shape using pseudo-elements */
.custom-heart::before,
.custom-heart::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 12px 12px 0 0;
    top: 0;
    transition: all 0.3s ease;
}

.custom-heart::before {
    left: 6px;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}

.custom-heart::after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

/* Active heart (red) */
.custom-heart.active::before,
.custom-heart.active::after {
    background: #e60023;
    border-color: #e60023;
}

/* Hover effect */
.custom-heart:hover::before,
.custom-heart:hover::after {
    border-color: #e60023;
}

/* Click pop animation */
.custom-heart.active {
    animation: heart-pop 0.3s ease;
}

@keyframes heart-pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.wishlist-table {
    width: 100%;
    border-collapse: collapse;
}

.wishlist-table th,
.wishlist-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.wishlist-table th {
    background-color: #f5f5f5;
}

.wishlist-table img {
    width: 50px;
    height: auto;
}

.remove-wishlist {
    padding: 5px 10px;
    background: #e60023;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s;
}

.remove-wishlist:hover {
    background: #ff2b2b;
}
.whishlist-flex {
	display: flex;
	gap: 10px;
}
.custom-wishlist-page {
    /* margin: 200px auto; */
    max-width: 1200px !important;
    margin: 220px auto 100px !important;
    padding: 30px !important;
    background: #fff;
}
.wishlist-table a {
    color: #302a2a;
}
a.header-wishlist {
    align-items: center;
    gap: 5px;
}
a.header-wishlist svg {
    width: 25px;
    height: 25px;
}
.whishlist-flex .product-actions {
	margin: 0 0 0 0;
}
/*whishlist end*/