@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff') format('woff2'),
        url('..fonts/Gotham-Black.woff') format('woff');

    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham-black.woff2') format('woff2'),
        url('../fonts/gotham-black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

:root {
    --main-font: Gotham;

}

a {
    text-decoration: none;
    color: #727272;
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
    outline: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-font);
}



body {
    font-family: var(--main-font);
    font-weight: 300;
}

body h4 {
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;

}


.btn.btn-outline-light:hover {
    background-color: rgb(83, 83, 83) !important;
    color: rgb(255, 255, 255) !important;
    border-color: #000;
}






.ver {
    width: 70.00000000000006;
    /* height: 55px; */
    opacity: 1;
    top: 20px;
    left: 196px;
    border-width: 2px;
    border: 1px solid #EAEAEA;
}


nav.navbar {
    padding: 12px 0;
    border-top: 1px solid #F2F2F2;

}

.hearder img.icons {
    margin-bottom: 8px;
}


nav .navbar-nav {

    padding-left: 32px;

}



.ver {
    width: 70;
    /* height: 55px; */
    opacity: 1;
    top: 20px;
    left: 196px;
    border-width: 2px;
    border: 1px solid #EAEAEA;
}

.icons {
    width: 20px;
    height: 20px;
}

.menu-text {

    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    text-transform: uppercase;
    color: #232222;
    padding: 0 15px;

}

.head-text {

    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    text-transform: uppercase;
    color: #727272;

}

.hero-text {
    padding-left: 10px;
}

.hero-text h1 {

    font-weight: 300;
    font-style: Light;
    font-size: 70px;
    text-transform: uppercase;
    color: #232222;



}

.hero-text p {

    font-weight: 300;
    font-style: Light;
    font-size: 24px;


    text-transform: uppercase;

}

.logo-img {
    margin: 27px 0px;
}

.logo-footer img {
    margin-bottom: 100px;
}

.header_info .d-flex.flex-column.align-items-center {
    position: relative;
}

.header_info .loop_info {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
}

.hearder img.icons {
    margin: 0px auto 7px; display: block;
}

.header_info .loop_info::after {
    position: absolute;
    content: "";
    top: -9px;
    right: -10px;
    background: #EAEAEA;
    width: 2px;
    height: 70px;
}

.header_info .loop_info:last-child::after {
    display: none;
}

.header_info .loop_info a:hover {}

.header_info .loop_info a:hover {
    color: #232222;
    text-decoration: none;
}

.last .loop_info {
    text-transform: uppercase;
}

.text-img {
    text-align: right;
    margin-left: 343px;
    margin-top: -143px;
    margin-right: 25px;

}

/* Ensure text is above overlay */
.banner .text-img {
    z-index: 2;
    position: relative;
}

.text-img h5 {

    font-weight: 325;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;


}

a.btn {
    border-radius: 0px;
    margin-top: 20px;




}

.banner {
    position: relative;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 350px;
    width: 100%;
    position: relative;
    /* color: #EAEAEA; */

}



/* Add dark overlay */
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* adjust 0.3 for darkness level */
    z-index: 1;
}



/* .btn-shop{
                            border-radius: 0px;
                            margin-top: 10px;
                        } */


.banner img {
    width: 100%;
    object-fit: cover;
    height: 350px;


}


.footer {
    background: #FFFCF9;
    border-top: 1px solid #B1B1B11C;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.shift-right {
    /* margin-left: 10px; */
    width: 1440;
}

.subscribe-section p {

    font-weight: 300;
    font-size: 20px;
    color: #232222;


}

.subscribe-form input[type="email"] {
    width: 350px;
    height: 45px;
    padding: 10px 20px;
    border: 1px solid #D9D9D9;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 0;
    flex: 1;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A171B;
}

.subscribe-form input[type="email"]:placeholder {
    color: #1A171B;
    opacity: 1;
}

.subscribe-form button {
    /* background-color: #FFFCF9; */
    color: #232222;
    border: 1px solid #232222;
    padding: 6px 17px;
    height: 42px;

    /* width: 135px; */
    font-size: 16px;
    cursor: pointer;


    border: 1px solid #333;
    background-color: transparent;
    padding: 0.5rem 1rem;
    border-radius: 0;

    font-weight: 325;
    font-style: Book;
    font-size: 16px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    text-transform: uppercase;
    margin-top: 2px;
}



.copyright p {

    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 0 !important;
}

.copyright span a {

    font-weight: 400;
    text-transform: uppercase;
    color: #BA4B40;
    text-decoration: none;

}

.copyright span a:hover {
    color: #8E2E25;
    /* deeper, more elegant shade for hover */
}

.links {
    padding-left: 3rem;
    padding-right: 3rem;
}


.about-us {
    /* background-color: #ECE1D4; */
    gap: 10px;
    /* padding-right: 40px; */
}

.text-col {

    background-color: #ECE1D4;



}

.about-inner {
    padding-left: 25px;
}

.about-us h4 {

    font-weight: 300;
    font-style: Light;
    font-size: 24px;

    line-height: 39px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #232222;
}

.about-us p {

    font-weight: 300;
    font-style: Light;
    font-size: 16px;

    line-height: 30px;
    letter-spacing: 0%;
    color: #232222;

}

.image-col {
    padding-left: 10px;
}

.social-icons a {
    text-decoration: none;
}

.social-icons a img {
    display: inline-block;
    vertical-align: middle;
}






.room-slider .slide {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}



.inner-slider {

    position: relative;
    display: inline-block;
}






.caption {
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;

}








.custom-arrows button img {
    display: block;
    width: 30px;
    /* or your desired size */
    height: auto;
}




/* Testimonial Slider */







/* .testimonial-card .name {
                font-weight: bold;
                font-size: 18px;
                margin-bottom: 10px;
            } */

/* .testimonial-card .feedback {
                        font-style: italic;
                        font-size: 15px;
                        line-height: 1.6;
                    }

                    .insta-follow .insta-img {
                width: 20%;
                overflow: hidden;
            } */

/* follow us section */
.insta-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.follow-us-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    background-color: #BAA14F;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 5;

    /* Flex settings to vertically align content */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.follow-us-circle:hover {
    background-color: #a98c46;
}

.insta-icon {
    font-size: 36px;
    margin-bottom: 5px;
    /* Add spacing between icon and text */
}

.insta-text {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}


/* logo css */

.collaboration-section {
    /* background-color: #f9f9f9; */
}


.logo-item {
    padding: 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.logo-item img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}



.footer .border-end {
    border-right: 1px solid #ddd;
}

.footer h6 {

    font-weight: 300;
    font-size: 14px;
    color: #727272;
    margin: 0 0 8px 0 !important;
    text-wrap: nowrap;
}

/* .logo-item img:hover {
            filter: grayscale(0%);
            } */




.rug-slider-wrapper {
    position: relative;
    padding-bottom: 70px;
}






.inner-slider {

    position: relative;
    display: inline-block;
}







.custom-arrows button:hover {
    background-color: black;
    color: white !important;
    border-radius: 50%
}

.custom-arrows button {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer; border-radius: 50px;
}






/* Testimonial Slider */


.testimonial-card .stars {
    font-size: 20px;
    margin-bottom: 10px;
    color: #BA4B40;
}

.testimonial-slider-wrapper {
    position: relative;
    padding-bottom: 93px;
}

.testimonial-slider {
    margin: 0 auto;
    /* max-width: 1200px; */
}

.testimonial-card {
    background-color: transparent;
    border: 1px solid #BAA14F;
    padding: 40px 30px;
    height: 365px;

}



.testimonial-card .name {

    font-weight: 325;
    font-style: Book;
    font-size: 14px;
    color: #232222;


}

.testimonial-card .feedback {

    font-size: 16px;
    color: #727272;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 14px 0 0 0 !important;
    overflow: hidden;
}



/* follow us section */
.insta-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.follow-us-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    background-color: #BAA14F;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 5;

    /* Flex settings to vertically align content */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.follow-us-circle:hover {
    background-color: #a98c46;
}

.insta-icon {
    font-size: 36px;
    margin-bottom: 5px;
    /* Add spacing between icon and text */
}

.insta-text {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}


/* logo css */

.collaboration-section {
    /* background-color: #f9f9f9; */
}


.logo-item {
    padding: 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.logo-item img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.logo-item img:hover {
    filter: grayscale(0%);
}









.product-card {
    /*width: 200px;
    height: 300px;*/
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #cccccc29;
}

.product-image-wrapper {
    background-color: #fff !important;
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;

}



.wishlist-btn,
.eye-btn {

    background-color: white !important;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;

}


.eye-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    top: 45px;
    right: 9px;
    position: absolute;
}

.eye-btn img {
    display: block;
    margin: 0 auto;
}



/* Hover Add to Cart Button */
.add-to-cart-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    color: #BA4B40;

    font-weight: 300;
    font-size: 12px;
    padding: 8px 0;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.hover-cart:hover .add-to-cart-btn {
    opacity: 1;
    cursor: pointer;

    visibility: visible;
}

/* Highlight card on hover */
.product-card:hover {
    /* border: 2px solid #EAEAEA; */
    /* box-shadow: 0 4px 15px rgba(0, 174, 239, 0.2); */
    box-shadow: 0px 1px 4px 0px #EAEAEA;

}

/* .product-details {
  padding: 10px 5px;
} */

.product-title {
    text-align: center;
    text-transform: uppercase;
    color: #232222;

}

.product-price {

    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #232222;
}

.product-stock {

    font-weight: 300;
    font-style: Light;
    font-size: 12px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #BAA14F;
}





.rug-slider-wrapper {
    position: relative;
    padding-bottom: 70px;
}





.inner-slider {

    position: relative;
    display: inline-block;
}




.room-slider .slide img.product-image {

    width: 100%;
    height: 235px;



    border-radius: 0px;
}



.custom-arrows {
    position: absolute;
    right: 0;
    bottom: 50%;
    display: flex;
    gap: 10px;
    z-index: 999; width: 100%; justify-content: space-between;
}












/* Testimonial Slider */



/* .testimonial-card {
            background-color: transparent;
            border: 1px solid #BAA14F;
            padding: 20px;

            margin: 0 10px;

            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            width: auto;
            height: 393px;

        } */



.testimonial-card .name {

    font-weight: 325;
    font-style: Book;
    font-size: 14px;
    color: #232222;


}



/* follow us section */
.insta-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.follow-us-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    background-color: #BAA14F;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 5;

    /* Flex settings to vertically align content */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.follow-us-circle:hover {
    background-color: #a98c46;
}

.insta-icon {
    font-size: 36px;
    margin-bottom: 5px;
    /* Add spacing between icon and text */
}

.insta-text {
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}


/* logo css */

.collaboration-section {
    /* background-color: #f9f9f9; */
}


.logo-item {
    padding: 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.logo-item img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.logo-item img:hover {
    filter: grayscale(0%);
}



.links ul li a {
    text-decoration: none;

    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    color: #232222;
    text-wrap: nowrap;

}

.links ul li a:hover {
    color: #BAA14F;
}













.wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    border: none;
    border-radius: 50%;
    padding: 6px;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

/* Hover Add to Cart Button */
.add-to-cart-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    color: #BA4B40;

    font-weight: 300;
    font-size: 12px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.hover-cart:hover .add-to-cart-btn {
    opacity: 1;
    visibility: visible;
}

/* Highlight card on hover */
.product-card:hover {
    /* border: 2px solid #EAEAEA; */
    /* box-shadow: 0 4px 15px rgba(0, 174, 239, 0.2); */
    box-shadow: 0px 1px 4px 0px #EAEAEA;

}

/* .product-details {
  padding: 10px 5px;
} */



.product-price {

    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #232222;
}

.product-stock {

    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #BAA14F;
}




/* contact us css */

body p {}

.contact-banner {
    position: relative;
    text-align: center;
    color: #232222;
}

.contact-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.contact-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
}

.contact-text h1 {

    font-weight: 300;
    font-style: Light;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #232222;

}

.contact-text p {

    font-weight: 325;
    font-style: Book;
    font-size: 16px;
    text-align: center;
    color: #232222;
    text-transform: uppercase;
}

/* contact us forms */



/* .contact-section {
      padding: 60px 20px;
    } */

.section-title {
    /* font-size: 20px;
      border-bottom: 2px solid #ccc;
      display: inline-block;
      padding-bottom: 5px;
      margin-bottom: 15px;
      font-weight: 600; */

    font-weight: 300;
    font-style: Light;
    font-size: 30px;
    text-transform: uppercase;
    color: #232222;

}

.info-label {
    margin-top: 30px;


    font-weight: 325;
    font-style: Book;
    font-size: 14px;
    text-transform: uppercase;
    color: #949494;

}

.contact-form input,
.contact-form textarea {
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* .contact-form{
        margin-top: -15px;
    } */

.contact-form button {
    border-radius: 0;
    border: 1px solid #232222;
    width: 361px;
    height: 40px;
    /* background-color: white;
      transition: all 0.3s ease; */
}

/* .contact-form button:hover {
      background-color: #000;
      color: #fff;
    } */

fieldset {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
}

legend {
    font-weight: bold;
    font-size: 1.25rem;
}

.listing ul li {

    font-weight: 325;
    font-style: Book;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #232222;

}

.com-border {
    border: 1px solid #727272;
}


/* Login css */
.login-container {
    background-color: #fff;
    padding: 70px 50px 0px;
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: center;
    /* width: 100%; */
    max-width: 700px;
}

.login-container h2 {

    font-weight: 300;
    font-style: Light;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;


}

.input-group {
    margin-bottom: 20px;

}

.input-group input {
    width: calc(100% - 20px);
    /* Account for padding */
    padding: 12px 10px;
    border: 1px solid #D9D9D9dd;

    font-size: 16px;


    font-weight: 300;
    font-style: Light;
    height: 70px;

}



.forgot-password {
    display: block;
    text-align: left;
    margin-top: -10px;
    /* Adjust as needed to align with input */
    margin-bottom: 25px;

    font-weight: 300;
    font-style: Light;
    font-size: 13px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 8%;
    color: #232222;

}


.login-button {
    width: 100%;
    /* padding: 12px; */
    background-color: transparent;
    color: #232222;
    border: 1px solid #232222;
    /* border-radius: 4px; */
    font-size: 18px;
    /* font-weight: bold; */
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 1px;

    width: 361px;
    height: 40px;
    margin-top: 50px;
}

/* .login-button:hover {
    background-color: #f0f0f0;
} */

.create-account {
    margin-top: 25px;

    font-weight: 300;
    font-style: Light;
    font-size: 13px;
    text-decoration: underline;
    text-decoration-thickness: 8%;
    color: #232222 !important;

}


/* Register css */

.register-container {
    background-color: #fff;
    padding: 70px 50px 50px;
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    text-align: center;
    /* width: 100%; */
    max-width: 700px;
}

.register-container h2 {

    font-weight: 300;
    font-style: Light;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;


}

.register-container .input-group {
    margin-bottom: 30px;

}

.register-container .input-group input {
    width: calc(100% - 20px);
    /* Account for padding */
    padding: 12px 10px;
    border: 1px solid #D9D9D9dd;

    font-size: 16px;


    font-weight: 300;
    font-style: Light;
    height: 70px;

}






.register-container .register-button {
    width: 100%;
    /* padding: 12px; */
    background-color: transparent;
    color: #232222;
    border: 1px solid #232222;
    /* border-radius: 4px; */
    font-size: 18px;
    /* font-weight: bold; */
    cursor: pointer;



    width: 361px;
    height: 40px;
    margin-top: 60px;
    text-transform: uppercase;

}

.cart-listing h4 {

    font-weight: 300;
    font-style: Light;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #232222;
}

.cart-listing table thead th {

    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #232222;


}

.cart-listing table tbody td {

    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #232222;
}

.cart-listing div a,
.cart_checkout a {

    font-weight: 325;
    font-style: Book;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #BAA14F;
}

.cart-listing th a {
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #BAA14F;
}

.cart-listing div a:hover,
.cart-listing th a:hover .cart_checkout a:hover {
    color: #f7bf07;
}

.cart_checkout h6 {

    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}


/* .login-button:hover {
    background-color: #f0f0f0;
} */

.register-container .login-account {


    font-weight: 300;
    font-style: Light;
    font-size: 13px;
    text-decoration: underline;
    text-decoration-thickness: 8%;
    color: #232222;
    cursor: pointer;

}


.cart_checkout input,
.cart_checkout label,
.cart_checkout input::placeholder,
.cart_checkout select {

    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #232222;
}




/*============================== ABOUT US CSS================================= */
.about-banner {
    position: relative;
    text-align: center;
    color: #232222;
}

.about-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.about-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.about-text h2 {

    font-weight: 300;
    font-style: Bold;
    font-size: 47px;
    /* text-align: center; */
    text-transform: uppercase;

    color: #232222;

}

.about-text p {

    font-weight: 325;
    font-style: Book;
    font-size: 16px;
    text-align: center;
    color: #232222;
    text-transform: uppercase;
}


.com-border {
    border: 1px solid #727272;
}

.services {

    font-weight: 300;
    font-style: Light;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 59px;

}

.service-text h3 {

    text-transform: uppercase;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;

    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    color: #232222;

}

.service-text p {

    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    text-align: center;
    padding-bottom: 0;
    margin: 0;
    padding-top: 5px;
    color: #232222;

}

.section-title {

    font-weight: 300;
    font-style: Light;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #232222;

}

.section-content {

    font-weight: 325;
    font-style: Book;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: justify;
    color: #727272;

}

.box-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 29px;
    gap: 30px;
    height: 100%;
}






.carousel-caption {}

.carousel-caption h1 {

    font-weight: 300;
    font-size: 70px;
    color: #232222;
    text-transform: uppercase;
}

.carousel-caption p {

    font-weight: 300;
    font-size: 24px;
    color: #232222;
    text-transform: uppercase;
}

.short_banner {
    position: relative;
}

.short_banner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #23222280;
}

.short_banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.short_banner .content {
    position: absolute;
    top: 30px;
    right: 25px;
    width: auto;
    z-index: 11;
    text-align: right;
}

.short_banner .content h5 {
    color: #FFFFFF;
    font-size: 24px;
    text-align: right;
    font-weight: 300;

    text-transform: uppercase;
}

.short_banner .content .btn {
    margin-top: 15px;
}

.short_banner .content .btn:hover {
    text-decoration: none;
}




.slider_wrapper {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}

.slider_wrapper .slider_title {
    margin-bottom: 50px;
}

.slider_wrapper .slider_title h4 {
    margin: 0 !important;
}

.main-image {
    width: 486px;
    height: 380px;
}


.thumb {
    width: 140px;
    height: 120px;
    object-fit: cover;
    cursor: pointer;

}

.quantity-box input {
    max-width: 100%;
    height: 25px;
    font-size: 14px;
}

.quantity-box button {
    height: 20px;
}

.quick-view .product-title {
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
}

.quick-view .product-price {
    color: #baa14f;
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
}

.quick-view .details {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #727272;
}

.size {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}

.main-heading {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;

}

.size-box {
    cursor: pointer;
    transition: 0.3s ease;
    border: 1px solid #D9D9D9;
    color: #232222;
}

.size-box.active {
    color: #BAA14F !important;
    border-color: #BAA14F !important;
    font-weight: bold;
}

.color-box {
    width: 60px;
    height: 60px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.color {
    text-transform: uppercase;
}

.color-box.active {
    border: 2px solid #BAA14F;

}

.heading {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}

.detail-title {

    font-weight: 325;

    font-size: 14px;
    color: #727272;
    text-transform: uppercase;

}

.detail {
    text-transform: none;
    font-weight: 300;
    font-size: 16px;
    color: #232222;

}

#productDetailModal ul {
    word-wrap: break-word;
    padding-left: 0 !important;
    margin: 0 !important;
}

.slick-slide img {
    display: block;
    width: 100%; background: #F8F8F8;
}





.slider_wrapper.six_col_slider {
    padding-bottom: 5px;
}

.instagram_wrapper {
    margin-top: 100px !important;
    clear: both;
}

.slide .inner-slider p {
    margin: 12px 0 0 0;
    text-align: center;
}

.slider_wrapper .product-details {
    padding: 12px 0 10px 0;
}

.slider_wrapper .product-details .product-title {
    margin: 0;
}

.slider_wrapper .product-details .product-price {
    margin: 2px 0 6px 0;
}

.about_wrapper {
    clear: both;
    margin: 70px 0;
    float: left;
    width: 100%;
}

.about_wrapper h4 {
    margin: 0 0 29px 0;
}

.about_wrapper p {
    line-height: 30px;
    padding-left: 13px;
    color: #727272;
}

.about_wrapper a.btn {
    margin-left: 13px;
}


.about-us {
    clear: both;
    margin-bottom: 70px;
}

.cont_info {
    background: #ECE1D4;
    padding: 50px 40px 70px 40px;
}

.cont_info h4 {
    margin: 0 0 20px 0;
}

.cont_info a {
    color: #232222;
}

.cont_info p {
    margin: 0 0 5px 0;
}

.social-icons .opening-hours {
    margin-top: 45px;
}

.social-icons .opening-hours a.btn {
    margin: 15px 0 0 0 !important;
}

.cont_info .social_links a {
    margin-right: 13px;
}

.social_links ul li a{ color:#232222; padding-left:0; font-size:20px; }
.social_links ul li a:hover{ color:#232222; }

.logo_slider {
    margin-top: 70px;
}



.instagram_wrapper {
    margin-top: 100px !important;
}

/* #gridViewBtn:hover, #listViewBtn:hover {
     background-color: black;
    color: white;
} */
.view-icons i {
    color: #6c757d;
    /* default grey */
    transition: color 0.3s ease;
}

.view-icons i:hover {
    color: #000 !important;
    /* black on hover */
    cursor: pointer;
}

.view-icons i.active-icon {
    color: #000 !important;
    /* active stays black */
}




.footer .col-md-5.first_col {
    position: relative;
    padding-right: 90px;
    padding-top: 50px;
}

.footer .col-md-5.first_col::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 95%;
    background: #B1B1B1;
    top: 0;
    right: 0px;
}

.footer .col-md-7.last_col {
    padding-top: 50px;
}

.footer .col-md-7.last_col .row {
    /* padding-left: 140px; */
    /* padding-left: 41px; */
    padding-left: 0px;
}

.footer .col-md-7.last_col .row .col-md-7.links {
    padding: 0;
    min-height: 232px;
}

.subscribe-section {
    margin-top: 50px;
}

.sub-category-img {
    height: 290px;
    object-fit: scale-down;
    display: block;
    margin: 0 auto;
}



.slider_wrapper.five_col_slider {
    position: relative;
    padding-bottom: 25px;
}

.slider_wrapper.five_col_slider .room-slider-wrapper {
    position: relative;
}



.hero-banner button span {
    background-color: #202020c4;
    opacity: 1;
    width: 40px;
    height: 40px;
    background-size: 21px;
}

.hero-banner .carousel-control-next,
.hero-banner .carousel-control-prev {
    opacity: 1;
}

#quantityInput {
    border: none;
}

.room-slider .slick-dots {
    text-align: left !important;
    width: auto;
    bottom: -65px; display: none !important;
}

.room-slider .slick-dots li {
    margin: 0 !important;
    width: 27px !important;
    height: 2px;
}

.room-slider .slick-dots li button {
    height: 2px;
    padding: 0;
    background: #F2F2F2;
    width: 100%;
}

.room-slider .slick-dots li button::before {
    display: none !important;
}

.room-slider .slick-dots li.slick-active button {
    background: #BA4B40;
}


/* .header-search-wrapper #searchOpenIcon {
    display: block !important;
} */

header form.position-relative {
    position: absolute !important;
    bottom: -53px;
    width: 200px;
    right: 0;
    z-index: 11;
}

.inner_banner {
    height: 350px;
    overflow: hidden;
}

.inner_banner img {
    height: 100%;
}

.col_Section {
    float: left;
    width: 100%;
    background: #FFF7EE;
    padding: 50px 0px;
}

.title {
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 59px;
    text-align: center;
}


.box-wrapper .box {
    cursor: pointer;
    display: block;
    border: 1px solid #232222;
    padding: 12px 0 6px;
    text-align: center;
    float: left;
    width: 100%;
}

.box-wrapper .box span {
    width: 100%;
    float: left;
    margin-top: 5px;
    color: #232222;
}

.box-wrapper .box.dark {
    color: #ECE1D4;
    background: #232222;
}

.box-wrapper .box.dark img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(8%) saturate(273%) hue-rotate(324deg) brightness(104%) contrast(86%);
}

.box-wrapper .box.dark span {
    color: #ECE1D4;
}

.tab_section img#mainDisplayImage {
    width: 100%;
    height: 460px;
}


.loop_prd {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    background: #f8f8f840;
    padding: 10px;
    border: 1px solid #dfdddd2b;
}

.post_loop {
    text-align: center;
}

.post_loop .post_img {
    float: left;
    width: 100%;
    background: #F8F8F8;
}

.post_loop .post_img img {
    width: auto;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}

.post_loop .post_body {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.post_body .post_title {
    font-family: var(--main-font);
    font-weight: 300;
    color: #232222;
    height: 37px;
    align-items: center;
    display: flex;
    justify-content: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    margin: 0;
}

.post_loop .post_body .price {
    color: #232222;
    margin: 0 0 10px 0;
}


.navigation {
    margin: 20px 0 40px 0;
    float: left;
    width: 100%;
}

.navigation span a span {
    color: #232222 !important;
}


.filter-section {
    padding: 0 30px 0 0px !important;
}

.filter-section .categories .form-check .form-check-label {
    padding-right: 15px !important;
}


.noUi-target {
    width: 93%;
}

#price-slider {
    margin-top: 50px !important;
}


.product-tabs .bg-light.p-5 {
    background: #FBFBFB !important;
    padding: 0 !important;
}

.product-tabs .nav-tabs {
    padding: 40px 50px 25px !important;
    border-bottom: 1px solid #F5F5F5 !important;
    margin: 0 !important;
}

.product-tabs .nav-tabs::after {
    display: none;
}

.product-tabs .nav-tabs .nav-item {
    margin-right: 85px;
}

.product-tabs .nav-tabs .nav-item:last-child {
    margin-right: 0px;
}

.product-tabs .nav-tabs .nav-item .nav-link {
    font-weight: 300 !important;
    font-size: 18px;
    color: #000 !important;
    padding: 0;
}

.product-tabs .nav-tabs .nav-item .nav-link.active {
    color: #232222 !important;
    position: relative;
}

.product-tabs .nav-tabs .nav-item .nav-link.active::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #232222 !important;
}

.product-tabs .tab-content {
    padding: 40px 50px;
}

.product-tabs .tab-content .rating-heading.mt-5 {
    margin-top: 0 !important;
}

.related-products .main-heading {
    margin-bottom: 50px !important;
}

#listView.furniture-listing .btn.wishlist-btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-content-heading .sort-filter {
    width: auto !important;
}

.main-content-heading .sort-filter .dropdown-menu {
    width: 207px !important;
}

.main-content-heading .sort-filter .dropdown-toggle {
    width: auto !important;
    border: none;
    padding: 0;
}

#listView.furniture-listing .card.border {
    border-color: #EAEAEA !important;
    border-radius: 0;
}


.old_price {
    text-decoration: line-through;
    margin-right: 15px;
    color: red;
}

.new_price {
    color: #BA4B40;
}


.img-responsive {
    width: 100%;
}



.cart_page_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.cart_page_title h4 {
    margin: 0;
}

.cart_page_title .cont_btn a {
    text-decoration: none;
}

.cart-listing table thead tr th {
    padding-bottom: 24px;
}

.cart-listing table thead tr th a {
    text-decoration: none;
}

.cart-listing table tbody tr td img {
    height: 140px !important;
    width: 165px !important;
    object-fit: cover;
}

.cart-listing table tbody td .form-control.quantity {
    height: 50px;
}

#coupon_code {
    height: 50px;
}

.card.cart_totle_wrapper {
    border-radius: 0;
    border-color: #D9D9D9 !important;
    margin-top: 70px;
}

.card.cart_totle_wrapper .card-body {
    padding: 0;
}

.card.cart_totle_wrapper .card-body .card-title.cart {
    margin: 0;
    padding: 30px 40px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.card.cart_totle_wrapper .card-body .row {
    margin: 0;
    padding: 10px 28px;
}

.card.cart_totle_wrapper .card-body .row.border-top {
    padding-top: 35px !important;
}

.card.cart_totle_wrapper .card-body .row.border-bottom {
    padding-bottom: 35px !important;
}


.cart_totle_wrapper .proced_btn {
    margin: 40px 0;
}

.login-container .input-group {
    margin-bottom: 30px;
}







.product-detail-thumbs {
    position: relative;
    border: 1px solid #EAEAEA;
    padding: 6px 10px 0px 10px;
}

.product-detail-thumbs .thumb {
    width: 94px !important;
    height: 80.5px;
    object-fit: cover;
    cursor: pointer;
    margin: 0px auto;
}

.product-detail-slider {
    width: 100%;
    background: #F8F8F8;
    height: 500px;
    overflow: hidden;
    border: 1px solid #EAEAEA;
}

.product-detail-slider .slick-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.product_gallery_wp .product-detail-thumbs .slick-next,
.product-modal-thumbs .slick-next {
    /* right: 0;
    top: inherit;
    border-radius: 0;
    padding: 0 0 !important;
    bottom: 0;
    transform: inherit; 
     right: 0px;
    top: 0;
    border-radius: 37;
    padding: 0px 0px !important;
    left: 0;
    transform: inherit; background: #ffffff7a;*/
}

.product_gallery_wp .product-detail-thumbs .slick-prev,
.product-modal-thumbs .slick-prev {
    /* right: 0;
    top: 0;
    border-radius: 0;
    padding: 0 0 !important;
    left: 0;
    transform: inherit; 

     right: 0;
    top: 0;
    border-radius: 0;
    padding: 0 0 !important;
    left: -21px;
    transform: inherit; background: #ffffff7a; left:0px;*/
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
    display: none !important;
}

.slick-vertical .slick-slide {
    margin-bottom: 10px;
}

.slick-vertical .slick-slide.slick-current.slick-active {
    border: 1px solid #ccc;
}

.slick-toggle.play_puse {
    background: #000000;
    border: 1px solid #000000;
    margin: 0px auto;
    display: block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-appearance: none !important;
    appearance: none !important;
    color: #fff;
    border-radius: 5px;
    padding: 3px 20px;
}

.product-detail-slider.slick-initialized.slick-slider .slick-prev.slick-arrow {
    display: none !important;
}



.blog-img.blog_details_pg .img-fluid {
    object-fit: cover;
    max-width: 100%;
    width: auto !important;
    margin: 0px auto !important;
    display: block;
}


.filter_search {
    border: 1px solid #D9D9D9;
    border-radius: 0.25rem;
    padding: .25rem .5rem;
    margin-bottom: 20px;
    width: 100%;
}

#checkout_form select {
    height: 50px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
}

.container.p-3.mt-5.border h4.mb-3.text-black.text-center {
    line-height: 50px;
}

.container.p-3.mt-5.border h4 {
    font-size: 20px;
}

.color-box.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
}

.wish_eye {
    position: absolute;
    right: 0;
}

.mobile_class .card-body a:hover {
    color: #baa14f;
}

.sort-filter .dropdown-menu li a {
    white-space: initial;
}

.container.login-container form.mt-5 .text-danger {
    position: relative;
    bottom: 18px;
}


.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    object-fit: cover !important;
}

.text-muted.mb-2.revue.mobile {
    display: none;
}

@media only screen and (max-width: 767px) {

    .logo_slider { margin-top: 30px; }
    .testimonial-slider-wrapper{ padding-bottom: 60px; }
    .about_wrapper .col-md-7 {  margin-top: 40px; }

    .short_banner img{ height:250px }


    li.nav-item.menu-text.mobile_sch form.position-relative {
    position: inherit !important;
    bottom: inherit;
    width: 100%;
}
li.nav-item.menu-text.mobile_sch input#headerSearchInput {
    display: block;
}

    .size.fix_bottom .product-price.text-start span {
    font-size: 18px !important;
}

    .py-5.bg-white.mt-4.col_banner .col-md-4 {
        margin-bottom: 20px;
    }

    .py-5.bg-white.mt-4.col_banner .col-md-4:last-child {
        margin-bottom: 0px;
    }

    .slide .product-card.hover-cart .price_info {
        height: auto !important;
    }


    .text-muted.small.mb-2.revue.wev_review {
        display: none;
    }

    .text-muted.mb-2.revue.mobile {
        display: block;
    }




    .size.fix_bottom {
        position: inherit !important;
    }

    .pswp__scroll-wrap .pswp__top-bar {
        width: 100% !important;
    }


    .hearder img.icons {
        width: 15px;
        height: 15px;
        margin-bottom: 0px
    }

    .hearder button.navbar-toggler {
        padding: 5px;
    }

    #newsletterForm {
        zoom: .80;
    }

    .room-slider-categories .slide .inner-slider {
        width: 100%;
    }


    .contact-banner img {
        height: 100%;
        display: block;
        object-fit: cover;
    }


    .contact-text h1 {
        font-size: 22px;
    }

    .about-text h2 {
        font-size: 22px;
    }

    .about-banner img {
        height: 100%;
        object-fit: cover;
    }


    .room-slider .slick-dots {
        display: none !important;
    }


    nav.navbar {
        padding: 0 0 12px 0;
        border-top: none;
    }

    .col_banner {
        margin: 0 !important;
    }

    .col_banner .col-md-6:first-child {
        margin-bottom: 20px;
    }


    body h4 {
        font-size: 20px;
    }

    .product-card {
        width: 100%;
    }

    .about_wrapper .col-lg-7.col-md-6.col-sm-12 {
        margin-top: 25px;
    }

    .about-us .col-12.col-md-6.d-flex {
        margin-top: 20px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .footer .col-md-7.last_col .row {
        padding-left: 15px;
    }

    .footer .col-md-7.last_col .row .col-md-7.links {
        min-height: auto;
    }

    .copyright p {
        font-size: 13px;
        text-align: center !important;
    }

    .subscribe-section p {
        font-size: 20px;
    }

    .subscribe-section p br {
        display: none;
    }


    .footer .col-md-5.first_col {
        padding-right: 20px;
    }

    .footer .col-md-5.first_col::after {
        display: none;
    }

    body {
        overflow-x: hidden;
    }

    .hearder button.navbar-toggler {
        position: absolute;
        right: 7px;
        top: -47px;
    }

    .header-search-wrapper.mobile_hindes {
        display: none;
    }

    div#navbarNav {
        margin-top: 15px;
    }

    nav .navbar-nav {
        padding-left: 0;
    }

    .testimonials {
        overflow-x: hidden;
    }

    .testimonials .custom-arrows {
        bottom: 0;
    }


    .slider_wrapper.five_col_slider {
        padding-bottom: 85px;
    }

    

    .about_wrapper {
        margin: 20px 0 50px;
    }


    .carousel-caption h1 {
        font-size: 30px;
    }

    section.hero-banner.position-relative {
        height: 350px !important;
    }



    .view-icons {
        display: none;
    }

    .product-tabs .nav-tabs {
        padding: 20px 15px 20px !important;
    }

    .product-tabs .nav-tabs .nav-item {
        margin-right: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .product-price {
        font-weight: 400 !important;
        font-size: 18px !important;
    }

    .detail-title {
        margin-bottom: 0 !important;
    }

    .product-tabs .tab-content {
        padding: 20px 15px;
    }

    .container.product-tabs {
        margin-top: 0 !important;
    }

    .delivery-info {
        white-space: inherit !important;
        padding: 0 !important;
    }

    form.cart_table_rp {
        width: 100%;
    }

    .tb_scroll {
        float: left;
        width: 100%;
        overflow-x: scroll;
    }

    .card.cart_totle_wrapper button.btn {
        width: 80% !important;
    }

    .card.cart_totle_wrapper .card-body .row {
        padding: 10px 15px;
    }


    .cart-listing h4 {
        font-size: 24px;
    }

    .cart-listing div a,
    .cart_checkout a {
        font-size: 14px;
    }

    .card.cart_totle_wrapper {
        margin-top: 30px;
    }


    .login-container button.login-button,
    .register-container .register-button {
        width: 100%;
    }

    .input-group input,
    .register-container .input-group input {
        width: 100%;
    }

    .inner_banner {
        height: 150px;
        overflow: hidden;
    }

    .col_Section .row.text-center.service-text .col-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .col_Section .row.text-center.service-text .col-4:last-child {
        margin-bottom: 0px;
    }

    section.tab_section .col-md-6 {
        width: 100%;
    }

    section.tab_section img#mainDisplayImage {
        height: auto;
    }

    .container.section-wrapper {
        overflow: hidden;
        float: left;
        width: 100%;
        margin-top: 40px;
    }


    .contact-banner {
        height: 150px;
    }


    .container.contact-section.mt-5 {
        zoom: 85%;
        overflow: hidden;
        width: 100%;
    }

    .input-search {
        width: 100% !important;
    }


    .cart-listing .col-7 {
        width: 100%;
    }

    .cart-listing .col-7 button {
        width: 100% !important;
    }

    .cart-listing .col-5 {
        width: 100%;
    }

    .mobile_height {
        height: auto !important;
    }


    .orders_header .col-md-4.border-end {
        text-align: center;
        border: none !important;
    }

    .orders_header .col-md-4 {
        padding: 20px 0 0px 0 !important;
    }

    .orders_header .col-md-4:last-child {
        padding: 20px 0 20px 0 !important;
    }

    .order_lists_pw {
        width: 100%;
        overflow: scroll;
        margin-top: 30px;
    }

    .order_lists_pw .tab-content {
        width: 1000px;
    }

    .row_heigh {
        min-height: auto !important;
    }

    .nav-link.side-active::after {
        display: none;
    }

    .register-container .input-group input {
        height: auto;
    }

    .login-container button.login-button,
    .register-container .register-button {
        margin: 0 0 50px 0;
    }


    .col-12.col-md-4.d-flex.justify-content-center.justify-content-md-start.px-5 {
        display: none !important;
    }


    .custom-arrows .prev::before {
        display: none;
    }


    .right_inf_s {
    zoom: .70;
}






}


@media only screen and (max-width: 888px) and (orientation: landscape) {

    .logo-img img {
        width: 185px;
    }

    nav.navbar {
        padding: 0;
        border-top: none;
    }

    button.navbar-toggler {
        position: absolute;
        top: -65px;
        right: 25px;
    }

    .header-search-wrapper {
        display: none;
    }

    .footer .col-md-7.last_col .row {
        padding-left: 25px;
    }

    .copyright p {
        font-size: 11px;
    }


    .footer .col-md-5.first_col {
        padding-right: 20px;
    }

    .subscribe-section p {
        font-size: 16px;
    }

    .subscribe-form input[type="email"] {
        width: 190px;
    }

    .footer .col-md-7.last_col .row .col-md-7.links {
        min-height: 205px;
    }

    form#contactForm button#submitBtn {
        width: 100%;
        margin: 0 !important;
    }

    .container.contact-section.mt-5 .col-6 p {
        word-break: break-all;
    }

    section.tab_section .col-md-9 {
        width: 50%;
    }

    section.tab_section .col-md-9 img#mainDisplayImage {
        object-fit: cover;
    }

    .post_loop .post_img img {
        height: 120px;
    }

    .d-flex.flex-column.flex-md-row.justify-content-between.align-items-start.align-items-md-center.gap-2.mb-3 {
        flex-direction: column !important;
        align-items: start !important;
    }

    .mobile_class .col-md-3 {
        width: 40%;
    }

    .mobile_class .col-md-9 {
        width: 60%;
    }


    .cart-listing .col-7 {
        width: 100%;
    }

    .cart-listing .col-7 button {
        width: 100% !important;
    }

    .cart-listing .col-5 {
        width: 100%;
    }



    .orders_header .col-md-4 {
        padding: 20px 0 0px 0 !important;
    }

    .orders_header .col-md-4:last-child {
        padding: 20px 0 20px 0 !important;
    }

    .order_lists_pw {
        width: 100%;
        overflow: scroll;
        margin-top: 30px;
    }

    .order_lists_pw .tab-content {
        width: 1000px;
    }

    .row_heigh {
        min-height: auto !important;
    }

    .nav-link.side-active::after {
        display: none;
    }

    .register-container .input-group input {
        height: auto;
    }

    .login-container button.login-button,
    .register-container .register-button {
        margin: 0 0 50px 0;
    }

    .lasdescape_wrapper .col-md-8 {
        width: 100%;
    }

    .lasdescape_wrapper .col-md-4 {
        width: 100%;
    }


    .col-12.col-md-4.d-flex.justify-content-center.justify-content-md-start.px-5 {
        display: none !important;
    }

    .col-12.col-md-4.d-flex.justify-content-center.justify-content-md-end.px-5.last {
        width: 55%;
        justify-content: center !important;
    }

    .container {
        max-width: 99%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .d-flex.flex-column.flex-md-row.justify-content-between.align-items-start {
        zoom: 75%;
    }

    .modal-dialog.modal-xl.modal-dialog-centered {
        width: auto !important;
        max-width: 90% !important;
    }

    .modal-backdrop {
        width: 100%;
        height: 100%;
    }

    .product-tabs .nav-tabs .nav-item {
        margin-right: 30px;
    }

    .product-detail-thumbs .thumb {
        width: 90% !important;
        height: 90%;
    }

    .slider_wrapper .product-details .product-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .container,
    .container-md,
    .container-sm {
        max-width: 95%;
    }

    body {
        zoom: .69;
    }

    div#productDetailModal {
        zoom: .69;
    }

    .testimonial-card .feedback {
        -webkit-line-clamp: 6;
    }

    .testimonial-card .feedback p {
        line-height: 1.5em;
        max-height: calc(1.5em * 9);
        overflow: hidden;
    }

    .short_banner .content {
        width: 270px;
    }

    .cart_checkout .col-7,
    .cart_checkout .col-5 {
        width: 100%;
    }

    .hearder {
        zoom: 60%;
    }

    .hearder a {
        font-size: 12px;
    }

    div#gridView.furniture-listing .col-12.col-sm-6.col-md-4.col-lg-4 {
        width: 50%;
    }



}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .container,
    .container-md,
    .container-sm {
        max-width: 98%;
    }

    body {
        zoom: .79;
    }

    .testimonial-card .feedback {
        -webkit-line-clamp: 7;
    }


}


.carpet-detail .col-md-6 p span {
    color: #727272;
}

@media only screen and (min-width: 1024px) and (max-width: 1324px) {

    .product-tabs .nav-tabs .nav-item {
        margin-right: 30px;
    }

    .product-detail-thumbs .thumb {
        width: 90% !important;
        height: 90%;
    }
}


.product_detail_part h3 {
    text-transform: uppercase;
}

.dimensions h4 {
    font-size: 18px;
}

.dimensions p {
    font-size: 14px;
}

.size.fix_bottom {
    position: absolute;
    bottom: 0;
    margin: 0 !important;
}

.size.fix_bottom .product-price .price-label {
    margin-right: 8px;
}


.dev_info {
    font-weight: 300;
    font-size: 16px;
}

.dev_info span {
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    float: left;
    margin-bottom: 6px;
}

.price_info {
    height: 70px;
    float: left;
    width: 100%;
    display: flex;
    gap: 15px;
    text-align: left;
    font-size: 12px;
    border-top: 1px solid #dfddddb8;
    padding-top: 10px;
    margin-top: 5px;
}

.price_info .left_inf_s span {
    width: 100%;
    float: left;
    color: #232222;
}

.price_info .right_inf_s .price {
    margin: 0;
    font-size: 12px;
    font-weight: 500
}

.slide .product-card.hover-cart .price_info {
    padding: 10px;
    font-size: 12px;
    height: 81px;
    overflow: hidden;
}

.slider_wrapper .product-details .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
    font-size: 12px;
    padding: 0 5px;
}

.price_info .left_inf_s {
    width: 60%;
}

.price_info .right_inf_s {
    width: 30%;
}



.pswp__bg {
    background: #fff !important;
    opacity: 1 !important;
}


button.pswp__button.pswp__button--arrow--next,
button.pswp__button.pswp__button--arrow--prev,
.pswp__button.pswp__button--close {
    border: 1px solid var(--pswp-icon-color-secondary) !important;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    top: 0% !important;
    margin-top: 0px !important;
    background: #fff;
}

button.pswp__button.pswp__button--arrow--next svg,
button.pswp__button.pswp__button--arrow--prev svg {
    fill: var(--pswp-icon-color-secondary);
    width: 25px;
}

.pswp__button--arrow--next .pswp__icn {
    right: 16px
}

button.pswp__button.pswp__button--arrow--prev .pswp__icn {
    left: 16px;
}


/*button.pswp__button.pswp__button--arrow--next{ left:51% !important }
button.pswp__button.pswp__button--arrow--prev{ left:45% !important; }*/
.pswp--ui-visible .pswp__hide-on-close .pswp__counter {
    color: #000;
    text-shadow: none;
    font-size: 20px;
}

.pswp__button.pswp__button--go-back.pswp__hide-on-close {
    width: 100px;
    left: 60px;
    background: black;
    color: #fff;
    height: auto;
    padding: 5px 0;
    border-radius: .375rem;
    margin-top: 20px;
}


.whatsapp_icone {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 11;
}

.whatsapp_icone a {
    background: #1daa61;
    color: #fff;
    padding: 1px;
    font-size: 40px;
    border-radius: 5px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.pswp__button.pswp__button--zoom {
    display: block !important;
}

.pswp__button.pswp__button--close svg,
.pswp__button.pswp__button--zoom svg {
    stroke: #000;
}



.pswp__counter,
.pswp__preloader,
.pswp__button.pswp__button--zoom {
    display: none !important;
}

.pswp__top-bar {
    position: initial !important;
}

.pswp__button--arrow {
    position: relative !important;
}

.pswp__button.pswp__button--close {
    margin: 0 15px;
}

.pswp__button.pswp__button--close svg.pswp__icn {
    top: 9px;
}

.pswp__top-bar {
    bottom: 0 !important;
    position: absolute !important;
    top: 90% !important;
    transform: translate(-50%, -50%);
    left: 50% !important;
    width: 50% !important;
    justify-content: center !important;
}