@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: "Montserrat", sans-serif !important;
}

.navbar-main {
    padding: 20px 0 !important;
}

.search-bar input {
    border-radius: 0 60px 60px 0;
}

.search-bar input::placeholder {
    color: #0b0a0663;
    font-weight: 400;
    font-size: 18px;
}

.search-bar .input-group-text {
    background-color: #fff;
    border-right: none;
    border-radius: 60px 0 0 60px;
}

.form-check-input {
    border: 1px solid #ae9c64 !important;
}
.form-check-input:checked {
    background-color: #ae9c64 !important;
    border-color: #ae9c64 !important;
}
.navbar-nav .nav-item .nav-link {
    color: #0b0a06;
    font-weight: 500;
    font-size: 18px;
}

.category-menu a {
    color: #0b0a06;
    text-decoration: none;
    padding: 10px;
    font-weight: 500;
}

.category-menu {
    border-top: 1px solid #eaeaea;
    padding: 20px 0;
}
.input-group > .form-control:focus {
    box-shadow: none;
    border-color: #eaeaea;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.carousel-item {
    height: 500px;
    /* background-color: #111; */
    color: white;
    position: relative;
}
.carousel-caption {
    position: absolute;
    right: 0% !important;
    bottom: 15% !important;
    left: 15% !important;
    padding-top: 0 !important;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    z-index: 9;
    width: 500px;
}
.carousel-caption .hero-head {
    font-size: 52px;
    font-weight: 700;
    font-family: "Playfair Display";
    line-height: 80px;
}
.carousel-caption .hero-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.text-element {
    left: 0;
}

.carousel-image {
    height: 55vh !important;
    object-fit: cover;
    object-position: left;
}
.btn-explore {
    background-color: #c7b273 !important;
    color: #fff !important;
    border: none;
    padding: 10px 20px !important;
    border-radius: unset !important;
}
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}
.collection-section {
    padding: 80px 0px;
    background-color: #fff;
    text-align: center;
}

.collection-carousel .owl-nav button {
    background: #fff !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: none;
    margin: 0 5px;
}

.owl-nav i {
    font-size: 14px;
    color: #c7b273;
}
.collection-carousel .collection-items img {
    max-width: 100%;
    margin: auto;
}

.collection-carousel .owl-item img {
    width: auto !important;
}

.collection-carousel .collection-items .collection-image {
    background-color: #fbf9f4;
    border-radius: 8px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.collection-name {
    color: #0b0a06;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin: 15px 0;
}

.collection-head {
    font-size: 32px;
}

.collection-carousel button.owl-prev {
    position: absolute;
    left: -20px;
    top: 30%;
    z-index: 99;
}

.collection-carousel button.owl-next {
    position: absolute;
    right: -20px;
    top: 30%;
    z-index: 99;
}
/* Base: 2-line hamburger */
.custom-toggler .navbar-toggler-icon {
    position: relative;
    width: 24px;
    height: 2px;
    background: none; /* no center line */
    display: inline-block;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
    left: 0;
    right: 0;
}

/* Top line */
.custom-toggler .navbar-toggler-icon::before {
    top: 5px;
}

/* Bottom line */
.custom-toggler .navbar-toggler-icon::after {
    bottom: 5px;
}

/* Open state (cross) */
.custom-toggler.open .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: -1px;
}

.custom-toggler.open .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    bottom: 1px;
}

/* Special Deal Section css  */

.special-deal-head {
    color: #0b0a06;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.special-deal-rating img {
    width: auto !important;
}

.special-deal-image img {
    height: 320px;
    display: block;
    object-fit: cover;
    border-radius: 0;
}
button.btn.cart-btn {
    color: #0b0a06;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    border: 1px solid #efefef;
    background-color: #ffffff;
    padding: 14px 20px;
    border-radius: 0;
    transition: all 0.3s ease-in;
    margin-top: auto;
}

button.btn.cart-btn:hover {
    color: #fff;
    background-color: #ae9c64;
}
button.btn.cart-btn.active {
    color: #fff;
    background-color: #ae9c64;
}

.special-deal-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.special-deal-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 550px;
}

.best-seller-item {
    height: 545px;
}

.special-deal-content {
    padding: 10px 0;
}

.rating-number {
    color: #0b0a06;
    font-weight: 500;
    font-size: 12px;
}
.deal-price strong {
    color: #0b0a06;
    font-weight: 600;
    font-size: 16px;
}

.deal-price span {
    color: #0b0a066d;
    font-weight: 600;
    font-size: 12px;
}
.view-all-btn {
    border: 1px solid #ae9c64;
    padding: 7px 16px;
    color: #ae9c64;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
}

.main-heading {
    color: #0b0a06;
    font-weight: 700;
    font-size: 32px;
}
.special-deal-slider button.owl-prev,
.special-deal-slider button.owl-next {
    position: absolute;
    top: -50px;
}

.special-deal-slider button.owl-prev {
    right: 40px;
}

.special-deal-slider button.owl-next {
    right: 10px;
}

.section-spacing {
    margin: 50px 0;
}

.tradition-image {
    background: radial-gradient(
            80.3% 294.18% at 80.3% 50%,
            rgba(11, 10, 6, 0.6) 0%,
            rgba(11, 10, 6, 0.9) 100%
        ),
        url(../images/tradition.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.history-image {
    background: radial-gradient(
            80.3% 294.18% at 80.3% 50%,
            rgba(11, 10, 6, 0.6) 0%,
            rgba(11, 10, 6, 0.9) 100%
        ),
        url(../images/history.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.offer-head {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
}

.offer-para {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.price-off {
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 15px;
}

.btn.shop-now:hover {
    background-color: #ffffff;
    color: #000;
}

.btn.shop-now {
    color: #fff;
    background-color: #ae9c64;
    padding: 15px 26px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 0;
    transition: 0.3s ease-in;
}

/* footer section css  */

.footer-section {
    background-color: #0b0a06;
    padding: 70px 0 30px;
}

.footer-para {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.footer-head {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 15px;
}

.footer-item .footer-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}

.footer-item {
    margin-bottom: 10px;
}

.footer-email-input {
    background-color: #ffffff1a;
    padding: 10px;
}

.footer-email-input input[type="email"]::placeholder {
    color: #ffffff64;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

input.form-control:focus,
textarea.form-control:focus {
    box-shadow: none;
}
.social-media-icons .footer-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 8px;
    background-color: #ffffff1a;
}

.divider {
    border: 1px solid #ffffff1a;
}

.call-section-image {
    background: url(../images/call-to-action.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.call-para {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}
.call-head {
    font-weight: 700;
    font-size: 62px;
    text-align: center;
}

.btn.seller-account-btn {
    color: #fff;
    background-color: #ae9c64;
    padding: 15px 26px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0;
    transition: 0.3s ease-in;
}

.btn.seller-account-btn:hover {
    color: #0b0a06;
    background-color: #fff;
}

.category-items {
    color: #0b0a06;
    font-weight: 500;
    font-size: 18px;
}

.category-items.active {
    color: #ae9c64;
}

/* Furniture css  */

.filter-sidebar {
    max-width: 250px;
    padding: 20px;
    border: 1px solid #eee;
}

.filter-sidebar h6 {
    font-weight: 600;
    margin-bottom: 20px;
}

.category-group {
    margin-bottom: 20px;
}

.category-group label {
    font-weight: 500;
    font-size: 14px;
}

.subcategories {
    margin-top: 10px;
    margin-left: 10px;
}

.form-check {
    margin-bottom: 8px;
}

.sub-toggle {
    cursor: pointer;
    font-size: 16px;
    margin: 20px 10px;
    color: #0b0a06;
}

.sub-toggle::after {
    font-family: "Font Awesome 6 Free";
    content: "\f107"; /* angle-down */
    font-weight: 900;
    float: right;
}

.sub-toggle.collapsed::after {
    content: "\f105"; /* angle-right */
}

.price-range {
    font-weight: 600;
    margin-bottom: 10px;
}

.range-slider {
    position: relative;
    height: 30px;
}

.range-slider input[type="range"] {
    width: 100%;
}

button.btn.btn-apply {
    background-color: #ae9c64;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    padding: 12px;
    width: 100%;
}

.dropdown-toggle::after {
    display: none !important;
}

.form-select:focus {
    box-shadow: none !important;
    border-color: #ae9c64 !important;
}

button.btn.btn-apply {
    background-color: #ae9c64;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    padding: 12px;
    width: 100%;
}

.stepper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.step {
    position: relative;
    z-index: 1;
    background: #fff;
}

.step .circle input[type="checkbox"] {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 16px;
    transition: 0.3s ease;
    border: 2px solid #ae9c64 !important;
    appearance: none;
}

.step-label {
    margin-top: 8px;
    font-size: 14px;
}
.stepper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #ccc;
    z-index: 0;
    transform: translateY(-50%);
    border-radius: 2px;
}

.stepper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    width: 50%;
    background-color: #ae9c64;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 2px;
}
.furniture-hero-section {
    background: linear-gradient(276deg, #0b0a06a3, #0b0a06),
        linear-gradient(197deg, rgb(199 178 115) 27.37%, rgb(96, 86, 56) 100%);
    padding: 40px;
}

.furniture-head {
    font-size: 32px;
    color: #fff;
}

.pagination .page-link {
    border: 1px solid #ae9c64;
    color: #0b0a06;
    font-size: 16px;
    padding: 6px 15px;
}
.page-link:focus {
    box-shadow: none !important;
    border-color: #ae9c64 !important;
    background-color: #fff !important;
    color: #0b0a06 !important;
}

.pagination .page-link.active:hover {
    color: #fff;
}
.pagination .page-link.active {
    color: #fff;
    background-color: #ae9c64;
    border-color: #ae9c64;
}

.pagination .page-link:hover {
    color: #ae9c64;
}
.form-check-input {
    border: 1px solid #ae9c64 !important;
}
.form-check-input:checked {
    background-color: #ae9c64 !important;
    border-color: #ae9c64 !important;
}
.form-check-input:focus {
    box-shadow: none !important;
}

/* detail page css  */

.product-image {
    padding: 5px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.swiper-container-wrapper .swiper {
    padding: 0 8px !important;
}
.thumb-img {
    height: 80px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
}
.right-btn,
.left-btn {
    color: #c7b273 !important;
    background-color: #fff;
    box-shadow: 0px 0px 34px 0px #0000001f;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    z-index: 10 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.right-btn {
    right: -10px !important;
}

.left-btn {
    left: -10px !important;
}

.left-btn:after,
.right-btn:after {
    font-size: 20px !important;
    color: #c7b273;
}

.product-head {
    color: #0b0a06;
    font-size: 32px;
    font-weight: 700;
}

.rating-star {
    letter-spacing: 10px;
    font-size: 22px;
}

.price,
.old-price,
.quantity-text {
    font-size: 18px;
}

.input-group.quantity-group {
    width: 150px;
    border: 1px solid #ae9c64;
    padding: 0px 16px;
}

.input-group.quantity-group .btn,
.input-group.quantity-group input {
    font-size: 20px;
    color: #ae9c64;
}

button.btn-cart {
    border: 1px solid #ae9c64;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
    color: #ae9c64;
    transition: 0.3s ease;
}
button.btn-gold {
    border: 1px solid #ae9c64;
    background-color: #ae9c64;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
    color: #ffffff;
    transition: 0.3s ease;
}

button.btn-cart:hover {
    border: 1px solid #ae9c64;
    background-color: #ae9c64;
    color: #ffffff;
}

button.btn-gold:hover {
    color: #ae9c64;
    background-color: #fff;
    border: 1px solid #ae9c64;
}

img.icons-bg {
    background-color: #ae9c641a;
    padding: 15px;
    border-radius: 50%;
}
.shipping-text {
    font-size: 14px;
    font-weight: 500;
}

.brand-box img {
    width: 50px;
    height: 50px;
}

.royal-root-name {
    font-size: 18px;
}

p.product-highlight {
    color: #9c9c9c;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
p.product-descriptions {
    color: #0b0a06;
    font-weight: 500;
    font-size: 16px;
}
.customer-review-head {
    color: #0b0a06;
    font-size: 32px;
}

a.add-review {
    color: #ae9c64 !important;
    font-size: 14px;
}

.progress-percent {
    font-size: 14px;
    color: #0b0a06;
}

.Verified-icon {
    color: #eaeaea;
    background-color: #fff;
    margin-left: 10px;
}

.review-text {
    font-size: 14px;
    font-weight: 500;
}

.user-image {
    width: 32px;
    height: 32px;
}

.unlock-deal-button {
    background: radial-gradient(
        92.58% 92.58% at 50% 0%,
        #e21f1e 0%,
        #a80b05 100%
    );
    height: 80px;
}
.high-popular-button {
    background: radial-gradient(
        92.58% 92.58% at 50% 0%,
        #347ceb 0%,
        #143c79 100%
    );
    height: 80px;
}

.deal-border-wrapper {
    background: linear-gradient(
        180deg,
        #e0e0e0 0%,
        #77787a 45.39%,
        #e0e0e0 100%
    );
    padding: 1px;
    border-radius: 10px;
    display: inline-block;
    width: 100px;
    text-align: center;
}

.deal-content {
    background: linear-gradient(180deg, #3b3636 0%, #1e1e1e 100%);
    border-radius: 10px;
    color: #fff;
    padding: 6px 12px;
    font-family: Beautiful Police Officer, sans-serif;
    font-size: 28px;
    font-weight: 400;
}
.deal-try-text {
    font-size: 18px;
}

.unlock-text {
    font-size: 23px;
}

.high-text {
    font-size: 21px;
    font-family: Playfair Display;
    letter-spacing: 1px;
}

button.border-dashed {
    border: 1px dashed #f84242 !important;
}

.step-circle {
    width: 50px;
    height: 50px;
    background-color: #ae9c64;
    color: white;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.step-title {
    color: #908152;
    font-family: Playfair Display, sans-serif;
    font-size: 18px;
}
.step-descriptipn {
    color: #0b0a06;
    font-size: 16px;
}

.important-box {
    border: 1px solid #b3b3b3;
    padding: 20px;
    background-color: #ffffff;
}

span.important-title {
    font-size: 18px;
}

.rule-dot {
    color: #ae9c64;
    font-size: 20px;
    margin-right: 6px;
}
.how-it-work {
    color: #0b0a06;
    font-family: Playfair Display, sans-serif;
    font-size: 24px;
}

.estimating-box {
    border: 1px solid #ae9c64;
    background-color: #fff8e2;
    padding: 1rem;
    margin-bottom: 15px;
}

.status-badge {
    color: white;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(303.13deg, #655f4d -5.4%, #cfbb7b 63.1%);
    margin-bottom: 14px;
}
.status-badge2 {
    color: white;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(291.43deg, #11998e 3.53%, #38ef7d 110.86%);
    margin-bottom: 14px;
}
.status-badge3 {
    color: white;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(291.43deg, #93291e 3.53%, #ed213a 110.86%);
    margin-bottom: 14px;
}
.status-badge i {
    margin: 0 5px;
}

.text-dark-small {
    font-size: 18px;
    color: #0b0a06;
    font-weight: 500;
}

.buy-btn {
    width: 100%;
    background-color: #b7b9c1;
    border: none;
    color: #9c9999;
    font-weight: 600;
    padding: 0.75rem;
    margin-top: 1rem;
    font-size: 14px;
}

/* Shopping cart offcanvas css start  */
.cart-head {
    font-size: 24px;
    color: #0b0a06;
}
.offcanvas-head {
    color: #0b0a06;
    font-size: 18px;
}

.offcanvas-price {
    color: #9c9c9c;
    font-size: 18px;
}
div#cartSidebar {
    width: 500px;
}
.item-interest {
    background-color: #e21f1e33;
}
.item-interest .svg-inline--fa {
    color: #aa0c06;
}

.item-interest span {
    font-size: 14px;
    color: #aa0c06;
}

.item-popular {
    background-color: #347ceb33;
}

.item-popular .svg-inline--fa {
    color: #347ceb;
}

.item-popular span {
    font-size: 14px;
    color: #347ceb;
}
.cart-main {
    border: 1px solid #eaeaea;
    padding: 20px;
}
.cart-para {
    color: #9c9c9c;
    font-weight: 400;
    font-size: 14px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.total-line {
    font-weight: bold;
}
.checkout-btn {
    margin-top: 20px;
}
button.checkout-btn {
    background-color: #ae9c64;
    padding: 10px 20px;
    border: 1px solid #ae9c64;
    border-radius: 0;
}

button.checkout-btn:hover {
    background-color: #fff;
    border: 1px solid #ae9c64;
    color: #ae9c64;
}
.address-card {
    border: 1px solid #ae9c64;
    padding: 12px;
}

.form-check-input {
    border-color: #bfa95c;
    margin-top: 0.35rem;
}

.form-check-input:checked {
    background-color: #bfa95c;
    border-color: #bfa95c;
}

.address-name {
    font-size: 16px;
}

.address-details {
    color: #333;
}

.form-check-label {
    width: 100%;
}
/* Shopping cart offcanvas css end  */

/* Sign in css  */
.login-container {
    height: 100vh;
}

.left-panel {
    background-color: #ffffff;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.forgot-password-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.left-panel-width {
    min-width: 610px;
}

.sign-head {
    color: #2f3041;
    font-weight: 800;
    font-size: 24px;
}

.sign-sub-para {
    font-weight: 500;
    font-size: 18px;
    color: #2f3041;
}

.sign-label {
    font-weight: 700;
    font-size: 16px;
    color: #2f3041;
}

input.sign-input {
    background-color: #f8f8f8;
    padding: 16px;
    border: 1px solid #f8f8f8;
}

input.sign-input:focus {
    border-color: #f8f8f8;
    background-color: #f8f8f8;
}

.right-panel {
    background: linear-gradient(180deg, rgb(0 0 0 / 65%), rgb(0 0 0 / 65%)),
        url("../images/sign-in-bg.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

.right-panel h2 {
    color: #fff;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 52px;
    text-shadow: 0px 4px 18.6px rgba(0, 0, 0, 0.55);
}

.form-control {
    background-color: #f7f7f7;
    border: 1px solid #eee;
}

.form-check-label,
.form-text {
    font-size: 0.9rem;
}

.btn-gold {
    background-color: #bfa95c;
    color: #fff;
    border: none;
}

.btn-outline-light {
    border: 1px solid #ccc;
}

.google-icon {
    width: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.remember-text {
    color: #0b0a06;
    font-weight: 500;
    font-size: 16px;
}
.forgot-password-text {
    color: #ae9c64;
    font-weight: 500;
    font-size: 16px;
}

.divider-text {
    display: flex;
    align-items: center;
    text-align: center;
    color: #0b0a06;
}

.divider-text::before,
.divider-text::after {
    content: "";
    flex: 1;
    border-top: 1px solid #eaeaea;
    margin: 0 10px;
}

button.sign-with-google-btn {
    color: #2f3041;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #eaeaea;
    padding: 15px;
}
ul.dropdown-menu.header-dropdown-menu.show {
    padding: 12px;
    width: 400px;
}

.header-dropdown-menu a.dropdown-item {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
    transition: 0.3s ease-in;
}

.header-dropdown-menu .dropdown-item.active,
.header-dropdown-menu .dropdown-item:active {
    background-color: #ae9c64 !important;
}

.header-dropdown-menu a.dropdown-item:hover {
    background-color: #ae9c64 !important;
}

.header-dropdown-menu .dropdown-item.active .dropdown-icon,
.header-dropdown-menu .dropdown-item:active .dropdown-icon {
    color: #fff;
}
.header-dropdown-menu .dropdown-item:hover .dropdown-icon,
.header-dropdown-menu .dropdown-item:hover span {
    color: #fff;
}

.dropdown-icon {
    color: #9c9c9c;
}

.header-dropdown .dropdown-toggle.show .header-icon {
    color: #ae9c64;
}

input.address-modal-input,
textarea.address-modal-input {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    padding: 10px;
}

input.address-modal-input::placeholder,
textarea.address-modal-input::placeholder {
    color: #c8c8c8;
    font-weight: 400;
    font-size: 16px;
}

input.address-modal-input:focus,
textarea.address-modal-input:focus {
    border-color: #f8f8f8;
    background-color: #f8f8f8;
}

.add-new-address-form {
    color: #0b0a06;
    font-weight: 500;
    font-size: 14px;
}

.container {
    max-width: 1500px !important;
}

.cart-payment-box {
    max-width: 700px;
    margin: auto;
}

.fs-18 {
    font-size: 18px;
}

.profile-head {
    font-size: 32px;
}

.my-order-main {
    max-width: 1100px;
    margin: auto;
}

.timeline-step {
    position: relative;
}

.timeline-step::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ae9c64;
}
.timeline-div {
    margin-bottom: 20px;
}

.timeline-container > .timeline-div:last-child .timeline-step::after {
    content: none;
}

.timeline-step.completed::after {
    background-color: #ae9c64;
}

button.address-btn:hover {
    background-color: #ae9c64;
    border-color: #ae9c64;
    color: #fff;
}

@media (max-width: 1024px) {
    .header-dropdown ul.dropdown-menu.show {
        width: auto;
    }
    .cart-column {
        display: block !important;
    }

    .cart-box {
        width: 100% !important;
    }
    .left-panel-width {
        min-width: 100%;
    }
}
@media (width: 768px) {
    .history-image,
    .tradition-image {
        text-align: center;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .carousel-caption {
        bottom: 25% !important;
        left: 5% !important;
    }
}

@media (max-width: 767.98px) {
    .header-dropdown ul.dropdown-menu.show {
        width: auto;
    }
    .history-image,
    .tradition-image {
        text-align: center;
        height: auto;
        padding: 25px 3px;
    }
    .offer-head {
        font-size: 36px;
    }
    .price-off {
        font-size: 28px;
    }
    .offer-para {
        font-size: 16px;
    }
    .search-bar {
        margin-top: 1rem;
    }

    .category-menu .container {
        justify-content: space-between;
    }

    .category-menu a {
        padding: 0.25rem 0;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none !important;
    }

    .onmobile-block {
        display: block !important;
    }
    .onmobile-block img {
        width: 100% !important;
        object-fit: cover;
        object-position: center;
    }
    .cart-main {
        padding: 12px;
    }
    .cart-head {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .header-dropdown ul.dropdown-menu.show {
        width: auto;
    }
    .special-deal-slider button.owl-prev,
    .special-deal-slider button.owl-next {
        display: none;
    }

    .carousel-caption .hero-head {
        font-size: 34px;
        line-height: 64px;
    }

    .carousel-caption {
        width: 100% !important;
        padding: 10px;
        left: 0% !important;
        text-align: center !important;
    }
    .call-head {
        font-size: 45px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }
    .category-items {
        font-size: 15px;
    }
    .main-heading {
        font-size: 27px;
    }

    .collection-carousel .owl-nav button {
        display: none;
    }
    .text-element {
        display: none;
    }
    .collection-section {
        padding: 10px 0px;
    }
    .thumb-img {
        height: 124px;
    }
    .customer-review-head {
        font-size: 23px;
    }
    .right-btn,
    .left-btn {
        display: none !important;
    }
    .product-head {
        font-size: 23px;
    }

    /* Mon 28 Jul  */

    .offcanvas-head {
        font-size: 16px;
    }
    .offcanvas-price {
        font-size: 14px;
    }
}
