@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ivy';
    src: url(../fonts/ivy.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'ivy';
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'ivy';
    font-size: 60px;
    color: #2b2b33;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: 'ivy';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'ivy';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: '';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: '';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 25px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 60px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
}

.menusec-serach-bar input {
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    border-bottom: 1px solid #8f8177;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
}

.menusec-serach-bar input::placeholder {

    color: #fff;

}

.menusec-serach-bar form {
    width: 65%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}

.menusec-serach-bar a {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 20px;
    color: #000;
    margin: 0 0 0 auto;
}

.serach-bar-btn button {
    background: no-repeat;
    border: none;
    color: #fff;
}

.serach-bar-btn {
    position: absolute;
    right: 10px;
}


.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.menuSection {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #000;
}

.menuSection .container-fluid {
    padding: 0;
}

.header-logo a img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* Header Ends */
.main-banner-images-silder-items {
    position: relative;
}

.banner_btnss {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_btnss ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.banner_btnss ul li a {
    width: 300px;
    text-align: center;
    box-shadow: 0 0 20px #ffff;
}

/* Banner Start */
section.main_slider {
    text-align: end;
}


.main-banner-sec .slick-next {
    right: 41px;
}

.main-banner-sec .slick-prev {
    left: 41px;
}

.main-banner-sec .slick-prev:before {
   
    font-size: 25px;
    color: #000 !important;
}
.main-banner-sec .slick-prev:before, .main-banner-sec .slick-next:before{
        font-family: unset;
        
    color: #000 !important;
    background: #fff !important;
    border-radius: 100%;
    /* width: 20px; */
    padding: 10px;
}
.main-banner-sec .slick-next:before {
   
    font-size: 25px;
    color: #000 !important;
}

.main-banner-sec .container-fluid {
    padding: 0;
    position: relative;
}

.row.ban_cont {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: -94px;
}

.scroll-down-bar-row {
    background: #1d1816;
    padding: 35px 0;
    position: relative;
}

.scroll-down-bar-text a {
    color: #ffffff;
}

.main-banner-images-silder {
    position: relative;
    display: grid;
    align-items: center;
    width: 100%;
}

.main-banner-sec .slick-slide {
    margin: 0px 0px;
}


.main-banner-images-silder:before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 100px;
    height: 65%;
    left: -100px;
    z-index: -1;
    display: none;
}

.main-banner-images-silder-items img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.main-banner-heading-silder {
    /*margin-top: -228px;*/
    position: relative;
    /*margin-bottom: -95px;*/
    z-index: 9999;
    background: #fff;
    padding: 50px 80px 20px;
}

.main-banner-heading-silder-items ul {
    display: flex;
    gap: 20px;
}

.main-banner-heading-silder-items h2 span {
    display: block;
}

.main-banner-heading-silder-items h2 span {
    display: block;
}

.main-banner-heading-silder-items h2 {
    font-size: 70px;
}

.main-banner-heading-silder-items h2 {
    font-size: 70px;
    color: #1d1816;
    margin-bottom: 18px;
}


.main-banner-main-row {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.main-banner-social-link {
    position: absolute;
    left: -70px;
}

.main-banner-social-link ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #acacac;
    font-size: 18px;
    background: #7e7e7e;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    transition: 0.5s;
}

.main-banner-social-link ul li {
    margin-bottom: 25px;
}

.main-banner-social-link ul li a:before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 44px;
    height: 44px;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.main-banner-social-link ul li a i {
    position: relative;
    z-index: 9;
}

.main-banner-social-link ul li a:hover {
    background: #ad6841;
    transition: 0.5s;
}

.main-banner-social-link ul li a:hover:before {
    background: #ad6841;
    transition: 0.5s;
}

.main-banner-social-link ul li a:hover {
    color: #fff;
}


/* Banner Ends */


/*Design Begins Home Start*/


.design-begins-home-silder .slick-slide {
    margin: 10px 15px;
}

.design-begins-home-silder .slick-active {
    opacity: 1.5;
}

.design-begins-home-sec {
    padding-top: 80px;
}

.design-begins-home-sec .container-fluid {
    padding: 0 2% 0 2%;
}

.design-begins-home-heading h2 {
    text-transform: capitalize;
    margin-bottom: 18px;
    color: #1d1816;
}

.design-begins-home-heading label {
    color: #1d1816;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'ivy';
    font-weight: 500;
}

.design-begins-home-heading p {
    color: #969392;
}

.design-begins-home-heading h2 span {
    display: block;
}

.design-begins-home-silder-items-heading ul li h2 {
    font-size: 20px;
    color: #1d1816;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0.5px;
}

.design-begins-home-silder-items-heading {
    padding: 18px 0;
}

.design-begins-home-silder-items-heading ul li a {
    border: 1px solid #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #1e1917;
    font-size: 14px;
}

.design-begins-home-silder-items-heading ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.design-begins-home-silder .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.design-begins-home-silder-items-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 8px;
}

.design-begins-home-silder .slick-prev {
    left: -520px;
}

.design-begins-home-silder .slick-prev,
.slick-next {

    bottom: 40px;
}

.design-begins-home-silder .slick-prev {
    top: inherit;
    bottom: 120px;
}

.design-begins-home-silder .slick-next {
    top: inherit;
    bottom: 120px;
}

.design-begins-home-silder .slick-next {
    right: inherit;
    left: -435px;
}

.design-begins-home-heading {
    margin-top: -80px;
}

.design-begins-home-silder .slick-next:before {
    content: '\f061';
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    border: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.design-begins-home-silder .slick-prev:before {
    content: '\f060';
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    border: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

/*Design Begins Home Ends*/


/*About Live Style Start*/

.add-padding {
    padding: 0 4%;
}

.about-live-style-sec {
    background: #1f2324;
    padding: 80px 0;
    border-top: 15px solid #e8c486;
    position: relative;
}

.about-live-style-sec:before {
    content: "";
    position: absolute;
    background: #2b2b33;
    width: 30%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.about-live-style-images img {
    width: 100%;
}

.about-live-style-images {
    width: 95%;
    position: relative;
    z-index: 9;
}

.about-live-style-images img {
    width: 100%;
    height: 645px;
    object-fit: cover;
    border-radius: 5px;
}

.about-live-style-text h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.about-live-style-text p {
    margin-bottom: 30px;
}

.about-live-style-text {
    margin-left: 20px;
}

.theme-btn-1 {
    background: #efd49f;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    color: #000000 !important;
    text-decoration: none;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

.theme-btn-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    transform: skewX(-2deg);
    transition: 0.6s;
}

.theme-btn-1:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.theme-btn-1:hover::before {
    left: 120%;
}

.sec {
    margin: 100px 0;
}

/*About Live Style Ends */

/*Our Products Start*/

.our-product-heading {
    text-align: center;
}

.our-product-heading p {
    width: 40%;
    margin: 0 auto;
}

.our-product-heading h2 {
    margin-bottom: 5px;
}

.our-product-box-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 5px;
}

.our-product-box-text ul li p {
    margin-bottom: 0;
    color: #8f8f8f;
    font-weight: 600;
}

.our-product-box-text ul li span {
    margin-bottom: 0;
    color: #8f8f8f;
    font-weight: 600;
    margin-left: 5px;
}

.our-product-box-text ul li i {
    color: #ff9d10;
}

.our-product-box-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.our-product-box-text h2 {
    font-size: 20px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    padding: 15px 0;
    color: #222222;
    font-weight: 600;
}

.our-product-box {
    margin-top: 35px;
    transition: 0.5s;
}

.our-product-box:hover {

    transition: 0.5s;
}

/*Our Products Ends*/

/*Beautiful Living Start*/

.beautiful-living-sec {
    position: relative;
    padding: 90px 0;
}

.beautiful-living-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/beautiful-living-back.jpg);
    width: 1125px;
    height: 100%;
    background-size: cover;
    right: 0;
    z-index: -1;
    top: 0;
}

.beautiful-living-sec:after {
    content: "";
    position: absolute;
    background: #2b2b33;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -2;
}

.beautiful-living-box {
    background: #fff;
    padding: 70px 55px;
    border-radius: 8px;
}

.beautiful-living-box h2 {
    color: #393939;
    margin-bottom: 20px;
}

.beautiful-living-box p {
    color: #919191;
}

.beautiful-living-btn {
    margin-top: 25px;
}

/*Beautiful Living Ends */


/*Section Featured Start*/

.featured-text h3 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.featured-text a.theme-btn1 {
    background: unset;
    box-shadow: unset;
    padding: unset;
}

.featured-box {
    text-align: center;
}

.featured-img {
    position: relative;
    z-index: 1;
}

.featured-img:before {
    position: absolute;
    content: '';
    background: #ee12bc4a;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 2;
}

.featured-img img {
    width: 100%;
    border-radius: 50%;
    height: 270px;
}

.featured-box:hover:before {
    width: 100%;
    height: 100%;
}

.featured-box:hover .featured-img:before {
    width: 100%;
    height: 100%;
    transition: 0.9s;
}

.featured-slider .slick-active {
    opacity: 1.5;
}

.featured-slider .featured-box {
    margin: 30px;
}

.featured-slider .slick-slide {
    opacity: 1.2;
}

.featured-sec .heading-text-arrival h2 {
    color: #000;
    margin-bottom: 50px;
}

.featured-sec {
    background-image: url(../images/featured-back.jpg);
    padding: 100px 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Section Featured End*/


/*Section Elevate Start*/
.maindv-elecate-images img {
    border-radius: 225px 0px 0px 225px;
}

img.elevate2img {
    margin-left: -60px;
}

.elevate-text p {
    font-family: 'Montserrat';
    color: #000;
    text-transform: uppercase;
}

.elevate-text h3 {
    font-size: 45px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #ee12bc;
    font-family: 'Baldaquiny';
}

.elevate-text h4 {
    font-family: 'Montserrat';
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}


.elevate-text h2 {
    font-size: 102px;
    color: #000;
}

img.elevate3img {
    margin-left: -50px;
}

.elevate {
    background-image: url(../images/featured-back.jpg);
    padding: 60px 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.elevate .container-fluid {
    padding: 0px 60px;
}

.elevate .row {
    align-items: center;
    border: 2px solid #ee12bc;
    padding: 40px 50px;
}

.maindv-elecate-images {
    float: inline-end;
}

.maindv-elecate-images:hover.maindv-elecate-images img {
    filter: brightness(0.5);
    transition: 0.9s;
}

/*Section Elevate End*/


/* Our Testimonial Start */

.our-client-sec .head-effect::after {
    width: 50%;
}

.client-sli .slick-slide {
    opacity: 1;
}

.client-sli .slick-prev,
.client-sli .slick-next {
    top: 2%;
}

section.our-client-sec .slick-slide {
    margin: 0px 12px;
}

section.our-client-sec .slick-slide.slick-current.slick-active.slick-center .client-ineer-box {
    background: #fff;
}

section.our-client-sec .slick-slide.slick-current.slick-active.slick-center .client-ineer-box:before {
    border-top-color: #fff;
}

section.our-client-sec .slick-slide.slick-current.slick-active.slick-center .client-ineer-box p {
    color: #7c7c7c;
    font-weight: 600;
}

section.our-client-sec .slick-slide.slick-current.slick-active.slick-center .client-ineer-box h4 {
    color: #2b2b33;
    font-weight: 600;
}

.client-sli .slick-prev {
    left: -50px;
}

.client-box {
    margin: 0px 0;
}

.client-sli {
    position: relative;
    z-index: 1;
}

.client-sli::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9%;
    border: 1px dashed #fcfcfc;
    width: 100%;
    z-index: -1;
}

.client-sli .slick-prev:before {
    content: '\f053';
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    color: #e8c486;
    background-color: #ffffff;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'FontAwesome';
    font-size: 18px;
}


.client-sli .slick-next:before {
    content: '\f054';
    font-weight: 600;
    font-family: '';
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    color: #e8c486;
    background-color: #000;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'FontAwesome';
}

.client-box h6 {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}

.client-box .quotess {
    margin-left: 20px;
    position: relative;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #ffffffab;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.client-box .quotess::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    background: #fff;
}

.client-box .quotess::before {
    z-index: 2;
    color: #e8c486;
    font-size: 20px;
}

.client-ineer-box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 5%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #2b2b33;
    border-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    transform: rotate(180deg);
    filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
    z-index: 2;
    padding: 50px 30px;
    position: relative;
    box-shadow: 0 0 10px 0 #00000022;
    background: #2b2b33;
    border-radius: 10px;
}

.client-ineer-box ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.client-ineer-box ul li h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 1.4;
    text-transform: capitalize;
}

.client-ineer-box ul li h4 span {
    font-size: 15px;
    display: block;
    color: #868585;
    text-transform: capitalize;
    margin-top: 0px;
}

.client-ineer-box ul li i {
    color: #ffb503;
    margin-right: 3px;
    font-family: 'FontAwesome';
}

section.our-client-sec {
    padding: 100px 0;
    background-image: url(../images/our-testimonials-back.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
}

section.our-client-sec .slick-track {
    margin-bottom: 30px;
}

h2.themes-h2.head-effect {
    font-size: 70px;
    color: #1f1f1f;
    margin: 0 0 5px;
    text-transform: uppercase;
}


.client-sli .slick-next {
    right: -20px;
}

.client-ineer-box p {
    font-size: 14px;
    color: #717172;
    margin: 0;
    font-weight: 500;
}

section.our-client-sec h6 {
    font-size: 30px;
    color: #1f1f1f;
}

section.our-client-sec h6 span {
    color: #ff0004;
}

.theme_heading h2 {
    font-size: 58px;
    color: #ffffff;
    margin-bottom: 5px;
}

.our-testimonials-heading h2 {
    color: #ffffff;
}

.our-testimonials-heading {
    text-align: center;
}

.our-testimonials-heading h2 {
    margin-bottom: 5px;
}

.our-testimonials-heading p {
    color: #666666;
    font-weight: 600;
    width: 45%;
    margin: 0 auto;
}

.client-sli .slick-next {
    color: #fff;
}


/*Our Testimonial Ends */


/* Featured Listings Start*/


.featured-listings-heading h2 {
    margin-bottom: 5px;
}

.featured-listings-silder .nav-link {
    color: #5d5d63;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 20px 20px;
}

.featured-listings-silder .nav-tabs .nav-link {

    border: none !important;

}

.nav-tabs {
    border-bottom: none !important;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.featured-listings-images img {
    width: 100%;
}

.featured-listings-images img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 8px;
}

.featured-listings-btn a {
    background: #e8c486;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 540px;
    border-radius: 8px;
    color: #000000;
    font-weight: 700;
}

.featured-listings-images {
    position: relative;
}

.featured-listings-images-btn {
    position: absolute;
    top: -25px;
    right: 150px;
}

.featured-listings-images-btn a {
    background: #e8c486;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
}

.featured-listings-btn a span {
    font-size: 15px;
    transform: rotate(0deg);
    writing-mode: sideways-rl;
    text-transform: uppercase;
}

.featured-listings-silder .slick-slide {
    margin: 35px 0px 0;
}

.featured-listings-heading p {
    margin-bottom: 0;
}

.featured-listings-btn {
    margin-top: 35px;
}

.featured-listings-bottom-text-row p {
    margin-bottom: 0;
}

.featured-listings-bottom-text-row {
    margin: 30px 0;
}

.featured-listings-sec.sec .slick-prev {

    top: inherit;
    bottom: -65px;
}

.featured-listings-sec.sec .slick-next {

    top: inherit;
    bottom: -65px;
}

.featured-listings-sec.sec .slick-next {
    right: -115px;
}

.featured-listings-sec.sec .slick-prev {
    left: inherit;
    right: 100px;
}

.featured-listings-sec.sec .slick-next:before {
    content: '\f105';
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    background: #e8c486;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff !important;
}

.featured-listings-sec.sec .slick-next:after {
    width: 50px;
    content: "Next";
    position: absolute;
    font-size: 18px;
    color: #e8c486;
    height: auto;
    font-family: 'ivy';
    left: -60px;
    top: 18px;
}

.featured-listings-sec.sec .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    color: #5f5f65;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 20px;
}

.featured-listings-sec.sec .slick-prev:before {
    content: '\f104';
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    background: #b9b9bc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff !important;
}

.featured-listings-sec.sec .slick-prev:after {
    width: 50px;
    content: "Prev";
    position: absolute;
    font-size: 18px;
    color: #b9b9bc;
    height: auto;
    font-family: 'ivy';
    left: 40px;
    top: 18px;
}

.featured-listings-sec.sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ad6841;
    background-color: inherit;
    border-color: inherit !important;
    border: none !important;
}

.featured-listings-sec.sec .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #ad6841 #e9ecef #dee2e6;
    isolation: isolate;
    color: #ad6841;
}


/* Featured Listings Ends */


/*Footer Start*/

.main_footer {
    background: #2b2b33;
    padding-top: 70px;
}

.footer_desc p {
    margin-top: 30px;
    line-height: 25px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    width: 90%;
}

.main_footer ul li a {
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #cacaca;
    transition: 0.5s;
}

.main_footer ul li a:hover {
    transition: 0.5s;
    margin-left: 20px;
    color: #e8c486;
}

.main_footer ul li a i {
    width: 30px;
}

.main_footer .footer_social {
    display: flex;


    margin-bottom: 0;
}

.main_footer .footer_social li {
    margin-right: 15px;
}

.main_footer .footer_social li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 25px;
    transition: 0.5s;
}

.footer_bottom .row {
    border: 1px solid #a8a8ac;
    padding: 15px 10px;
    border-radius: 8px;
    background: #25252b;
}

.cntct-fot ul li a:hover {
    color: #e8c486;
    margin-left: 10px;
    transition: 1.2s;
}


.footer_bottom p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}

.footer_bottom .row {
    align-items: center;
}

.footer_bottom img {
    float: right;
}

footer h2 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding-top: 20px;
}

.footer_bottom {
    padding-bottom: 2%;
}

.footer-top {
    margin-top: 20px;
}

ul.link-list {
    margin-bottom: 13px;
}

.cntct-fot ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 45px;
    font-size: 14px;
    transition: 1.2s;
    color: #c1c1c3;
}

.main_footer .footer_social li a i:hover {
    background: linear-gradient(189deg, #24262b, #e8c486);
    transform: scale(1.2);
    transition: 1.2s;
}

li.sle {
    padding-left: 9% !important;
}

.cntct-fot ul li a img {
    width: 20px;
    filter: invert(111%) sepia(89%) saturate(1884%) hue-rotate(312deg) brightness(98%) contrast(86%);
}


.footer_contact {
    padding-left: 30px;

    margin-bottom: 30px;
}

.cntct-fot i {
    font-size: 24px;

    color: #fff;
}


.cntct-fot ul {
    margin-bottom: 0;
}

.footer_contact ul {
    margin-bottom: 0;
}

.quick_links ul {
    margin-bottom: 0;
}

.border-right {
    border-right: 1px solid #a8a8ac;
}

.quick_links {
    padding-left: 30px;

    margin-bottom: 30px;
}

.cntct-fot {
    padding-left: 30px;
}

.footer_desc {
    margin-bottom: 95px;
}

ul.footer_social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    font-size: 16px;
}


/*Footer End*/


/*Inenr About Us Start*/

.about-live-style-bottom-row {
    position: relative;
    z-index: 9;
    margin-top: 30px;
}

.main-inner-banner-sec {
    background-image: url(../images/main-banner-2.jpg);
    width: 100%;
    height: 480px;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.main-inner-banner-heading h2 {
    margin-bottom: 0;
    color: #000;
}


.main-inner-banner-heading {
    background: #fff;
    margin-left: 30px;
    width: fit-content;
    padding: 20px 30px;
}


/*Inenr About Us Ends*/


/* Inner Contact Us Start*/


.inner-contact-us-sec .get-in-touch-box h2 {
    text-transform: capitalize;
    font-size: 50px;
    margin-bottom: 10px;
}

.inner-contact-us-sec .get-in-touch-box ul li h2 {
    font-size: 25px;
    margin-bottom: 5px;
}

.get-in-touch-box p {
    color: #969392;
}

.inner-contact-us-sec .get-in-touch-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 45px;
}

.inner-contact-us-sec .get-in-touch-box ul li span img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    /*filter: brightness(0) saturate(100%) invert(44%) sepia(7%) saturate(4014%) hue-rotate(337deg) brightness(99%) contrast(77%);*/
    filter: invert(152%) sepia(139%) saturate(104%) hue-rotate(352deg) brightness(98%) contrast(86%);
}


.inner-contact-us-sec .get-in-touch-box ul li a {
    font-weight: 500;
    color: #969392;
}

.inner-contact-us-sec .get-in-touch-form {
    margin-left: 20px;
    background: #f5f5f5;
    padding: 40px 40px;
    border-radius: 5px;
}


.inner-contact-us-sec .get-in-touch-form input {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    color: #7c7c7c;
    padding: 0 15px;
    border-radius: 5px;
    background: #ffffff;
    border: none;
    font-weight: 500;
}

.inner-contact-us-sec .get-in-touch-form form {
    margin-top: 25px;
}

.inner-contact-us-sec .get-in-touch-form input::placeholder {

    color: #7c7c7c;

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.inner-contact-us-sec .get-in-touch-form textarea::placeholder {

    color: #7c7c7c;

}

.inner-contact-us-sec .get-in-touch-select {
    position: relative;
    display: flex;
    align-items: center;
}

.inner-contact-us-sec .get-in-touch-select-icon {
    position: absolute;
    right: 10px;
    pointer-events: none;
}

.inner-contact-us-sec .get-in-touch-form select {
    width: 100%;
    height: 60px;
    color: #7c7c7c;
    padding: 0 15px;
    border-radius: 5px;
    background: #ffffff;
    border: none;
    font-weight: 500;
}


.inner-contact-us-sec .get-in-touch-form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    color: #7c7c7c;
    padding: 15px 15px;
    border-radius: 5px;
    background: #ffffff;
    border: none;
    font-weight: 500;
    resize: none;
}

.inner-contact-us-sec .get-in-touch-form button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


/* Inner Contact Us Ends*/

/*Inenr Testimonials Start */

.inner-testimonials-sec .client-box {
    margin-top: 70px !important;
}

.inner-testimonials-sec {
    margin-top: 50px;
}

/*Inenr Testimonials Ends */

/* Products Detail Start */

.skin-2 .num-in {
    height: 40px;
    width: 150px;
    float: left;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    font-family: 'Helvetica';
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
    font-family: 'Montserrat';
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.product-det-content h4 {
    font-size: 33px;
    line-height: 40px;
    font-family: 'Trajan';
    color: black;
    text-transform: capitalize;
}

.radio-input input {
    display: none;
}

.radio-input {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: #fff;
    color: #000000;
    gap: 10px;
    overflow: hidden;
}

.radio-input label {
    width: 90px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 50px;
    font-size: 13px;
    border: 1px solid #e8c486;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    transition: 0.5s;
}

.radio-input label:hover {
    background: #ad6841;
    color: #fff;
    transition: 0.5s;
}

.selection {
    display: none;
    position: absolute;
    height: 100%;
    width: calc(var(--container_width) / 3);
    z-index: 0;
    left: 0;
    top: 0;
    transition: .15s ease;
}

.radio-input label:has(input:checked) {
    color: #fff;
    background: linear-gradient(196deg, rgb(171 134 105) 10%, rgb(171 134 105) 50%, rgb(171 134 105) 60%);
    border: 0;
}

.radio-input label:has(input:checked)~.selection {
    background-color: rgb(11 117 223);
    display: inline-block;
}

.radio-input label:nth-child(1):has(input:checked)~.selection {
    transform: translateX(calc(var(--container_width) * 0/3));
}

.radio-input label:nth-child(2):has(input:checked)~.selection {
    transform: translateX(calc(var(--container_width) * 1/3));
}

.radio-input label:nth-child(3):has(input:checked)~.selection {
    transform: translateX(calc(var(--container_width) * 2/3));
}

.product-det-box {
    padding: 50px 25px;
    border: 1px solid #a9a9a9;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.product-det-box h3 {
    font-size: 38px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0 8px;
    font-family: 'ivy';
    font-weight: 500;
}

.for-prd-det-text h3 {
    font-size: 28px;
}

.description-det-text h3 {
    font-size: 28px;
}

.counter-det-box h3 {
    margin: 0;
    font-size: 28px;
}


.product-det-box h3 span {
    font-size: 38px;
}

.counter-det-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #a9a9a9;
    position: relative;
    margin-top: 30px;
}

.counter-det-box:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: #a9a9a9;
}

.counter-det-box h3 {
    margin: 0;
}

.prod-det-buttons {
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #a9a9a9;
    position: relative;
    padding-right: 45px;
    border-radius: 50px;
}

a.btn4.cart-btn {
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}


.btn2.cart-btn {
    font-weight: 500;
    font-size: 17px;

    text-transform: uppercase;
    color: #000;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: 'Montserrat';
}

.prod-det-buttons i {
    font-size: 30px;
    text-align: center;
    color: #e8c486;
}

.prod-det-buttons:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 20%;
    top: 0;
    background: #a9a9a9;
}

.rating:not(:checked)>input {
    position: absolute;
    appearance: none;
}

.rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.rating:not(:checked)>label:before {
    content: 'Ã¢Ëœâ€¦';
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #e58e09;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.rating>input:checked~label {
    color: #ffa723;
}

ul.review-det {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin: 25px 0;
}

ul.review-det h4 {
    font-size: 14px;
    text-decoration: underline;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

ul.review-det li i {
    color: #ff9d10;
}

.product-det-imag {
    height: 100%;
    border-right: 0;
    width: 100%;
    background: #f5f5f7;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-det-imag img {
    width: 408px;
    height: 587px;
    object-fit: contain;
    border-radius: 10px;
}

.description-det-text p {
    color: #969392;
}

/* Products Detail End */


/* Inner Cart Start */


.inner-cart-sec .shopping_cart_table h2 {
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #0e0d0d;
    font-size: 35px;
}

.inner-cart-sec .shopping_cart_table table th {
    font-size: 14px;
    padding-bottom: 10px;
    color: #151414;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.inner-cart-sec .shopping_cart_table table thead {
    border-bottom: 1px solid #e6e6e6;
}

.inner-cart-sec .shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #e3d4ce;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.inner-cart-sec .shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}

.cart_product_img img {
    width: 110px;
    height: 117px;
    object-fit: cover;
    border-radius: 5px;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    text-transform: capitalize;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.inner-cart-sec .shopping_cart_table table tbody td select {
    height: 50px;
    appearance: auto;
    border: 1px solid #b8b8b8;
    width: 135px;
    color: #000;
    font-weight: 600;
    padding: 0 15px;
}

.inner-cart-sec .shopping_cart_table table tbody td .skin-2 .num-in {
    border-radius: 0;
}

.inner-cart-sec .shopping_cart_table table tbody td .t_price {
    font-size: 35px;
    text-transform: uppercase;
    color: #e8c486;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'ivy';
}


.inner-cart-sec th.w-40 {
    width: 40%;
}

.inner-cart-sec .shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #000;
}

.inner-cart-sec .cart_recipt {
    margin-top: 45px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-cart-sec .cart_recipt>a {
    padding: 15px 35px;
    border: 1px solid #cccbcb;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
}


.inner-cart-sec .cart_recipt>a i {
    margin-right: 10px;
}

.inner-cart-sec .recipt {
    width: 30%;
}

.inner-cart-sec .recipt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #151414;
    font-family: "Montserrat", sans-serif;
}

.inner-cart-sec .recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    color: #000;
}

.inner-cart-sec .recipt li span {
    font-size: 18px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 500;
    font-family: 'ivy';
}

.inner-cart-sec .payment_card {
    padding: 30px 30px;
}

.inner-cart-sec .payment_card h3 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    font-family: 'ivy';
}

.inner-cart-sec .expiry_cvv a {
    border: none !important;
}

.inner-cart-sec .credit_paypal a {
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    background: #f3f3f3;
    font-family: "Montserrat", sans-serif;
}

.inner-cart-sec .credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.inner-cart-sec .credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}


.inner-cart-sec .payment_card form label {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #151414;
}

.inner-cart-sec .payment_card form {
    margin-top: 15px;
}

.inner-cart-sec .payment_card form input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #151414;
}

.inner-cart-sec .payment_card form select {
    height: 50px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
    background: transparent;
    padding: 0;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #151414;
}

.credit_paypal label {
    font-size: 14px;
    font-weight: 600;
    color: #151414;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.inner-cart-sec .payment_card form input::placeholder {

    font-weight: 600;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #151414;
}

.inner-cart-sec .expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-cart-sec .expiry_date {
    width: 70%;
}

.inner-cart-sec .cvv_box {
    width: 26%;
}

.inner-cart-sec .month_year {
    display: flex;
    justify-content: space-between;
}

.inner-cart-sec .month_year select {
    width: 48% !important;
    appearance: auto;
}

.inner-cart-sec .month_year select option {
    color: #000;
}

.inner-cart-sec .payment_card form .btn1 {
    margin: 30px 85px;
    border: none;
}

.inner-cart-sec .shopping_cart_table {
    padding-right: 40px;
}

section.shopping_cart .skin-2 .num-in {
    height: 50px;
    width: 150px;
    float: left;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    color: #9d9d9d;
}

section.shopping_cart .skin-2 .num-in span {
    width: 30px !important;
    height: 30px !important;
    float: left;
    position: relative;
    color: #000;
    border: 1px solid #d8d8d8;
    border-radius: 20%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-quantity-box {
    margin-top: 50px;
}

.pro-quantity-box .quanity.product-detail input {
    border: none !important;
}

.pro-quantity-box .product-detail .num-in {
    background: #0000000f;
    width: 160px;
    border: 1px solid #cfc3bd;
}

.pro-quantity-box .row {
    align-items: center;
}

.productdetail-line {
    margin-top: 40px;
}

.products-detail-text p {
    margin-bottom: 30px;
}

.productdetail-line p {
    font-size: 17px;
    color: #1d1d1d;
    font-weight: 600;
}

.productdetail-line ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.productdetail-line ul li p {
    margin-bottom: 0;
}

.productdetail-line ul li a {
    color: #f26877;
    font-size: 22px;
}

.pro-quantity-box .quanity.product-detail input {
    width: 50%;
    height: 40px;
    border: 1px solid #000;
    padding: 13px;
    color: #000;
}


.our-product-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: 0.4s ease;
}


.our-product-box:hover {
    transform: translateY(-8px);

}


.our-product-box-img {
    position: relative;
    overflow: hidden;
}

.our-product-box-img img {
    width: 100%;
    transition: 0.5s ease;
    border-radius: 12px;
}


.our-product-box-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -170%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    transform: skewX(-25deg);
    transition: 0.6s;
}


.our-product-box:hover .our-product-box-img::before {
    left: 120%;
}

section.shopping_cart .skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

section.shopping_cart .num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    font-family: 'Helvetica';
}

section.shopping_cart .skin-2 .num-in input {
    float: left;
    width: 30%;
    height: 35px;
    border: none;
    text-align: center;
    background: transparent;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    font-family: 'ivy';
}

section.shopping_cart .skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #787878;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.cart-btn button {
    border: none;
}

.cart_product_name {
    margin-left: 15px;
}


/* Inner Cart Ends */


/* Inner Check Out Start */

.billing_form h3 {
    margin: 0;
    margin-bottom: 30px;
    color: #000;
    font-size: 40px;
    font-family: 'ivy';
    font-weight: 500;
}

.billing_form {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #969392;
}

.billing_form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #969392;
    font-family: "Montserrat", sans-serif;
}

.radiosss p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    color: #969392;
    padding-bottom: 20px;
}

.check-out-btn button {
    padding: 14px 7px 14px 20px;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: none;
    margin-bottom: 20px;
    padding-left: 15px;
    font-weight: 500;
    color: #b0b0b0;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #969392;
}

.billing_form input::placeholder {
    color: #b0b0b0;
    font-family: "Montserrat", sans-serif;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    font-weight: 500;
    color: #969392;
    font-family: "Montserrat", sans-serif;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'ivy';
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar h3 {
    font-size: 28px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
}

.cart_sidebar h3 {
    font-size: 28px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'ivy';
}

.cart_sidebar .h-sub {
    font-size: 25px;
    border-bottom: 1px solid #969392;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'ivy';
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}

.cart_sidebar h4 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'ivy';
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #969392;
}

.cart_sidebar ul li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ad6841;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #969392;
}


.check-out-btn {
    margin-top: 35px;
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
    font-family: "Montserrat-Ultral";
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: "Poppins", sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff2e98;
    font-family: "Montserrat-Ultral";
}

ul.shipping-ul {
    border-bottom: 1px solid #969392;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    color: #000;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: 30px;
    font-family: 'ivy';
}

.cart_sidebar .radiosss-payments li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
        inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #ad6841;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid #969392;
}

section.checkout_page {
    padding: 100px 0;
    position: relative;
}

.sale-upto-off-flower.check-one {
    left: -120px;
}

.sale-upto-off-flower.check-one {
    left: -20px;
    top: 30px;
}

.sale-upto-off-flower.check-two {
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 410px;
}

section.checkout_page .sale-upto-off-flower img {
    width: 151px;
    height: 143px;
    object-fit: contain;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

/* Inner Check Out Ends */



.tab-content>.tab-pane {
    height: 0 !important;
    display: block !important;
    overflow: hidden;
}

.tab-content>.tab-pane.active {
    height: 100% !important;

}

html {
    overflow-x: hidden;
}

p.comment-form-author input {
    width: 100%;
    height: 40px;
    border: 1px solid #000;
}

p.comment-form-author label {
    display: block;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: #e2ba7c;
    border: none;
    color: #000;
    font-size: 16px;
}

.comment-form-email input {
    width: 100%;
    height: 40px;
    border: 1px solid #000;
}

.comment-form-email label {
    display: block;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    padding: 20px;
    background: #e2ba7c;
    color: #000;
}

article#post-87 header.entry-header {
    display: none;
}

#post-86 header.entry-header {
    display: none;
}

article#post-86 {
    padding-top: 40px;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #e2ba7c;
    color: #000;
    font-size: 17px;
    border: none;
}

.featured-listings-silder .slick-slide a {
    opacity: 0;
}

form.woocommerce-ordering select {
    width: 100%;
    height: 50px;
    appearance: auto;
}

.our-product-box-text ul li i {
    font-family: 'FontAwesome';
}

.our-product-row .col-12>a {
    display: block;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .design-begins-home-silder-items-img img {
        height: 240px;
    }

    .our-product-row .row div>a {
        display: block;
        width: 100%;
    }

    section.prod-detail.pt-8.pb-8 {
        padding: 80px 0px !important;
    }

    .cntct-fot {
        padding-left: 10px;
    }

    .client-sli .slick-next {
        right: 20px;
    }

    .client-sli .slick-prev {
        left: -30px;
    }

    .design-begins-home-silder-items-heading ul li h2 {
        font-size: 16px;
    }

    .about-live-style-text p {
        margin-bottom: 15px;
    }



}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menuSec ul {
        gap: 0;
        justify-content: space-between;
    }

    h2 {
        font-size: 40px;
    }

    .our-product-box-img img {
        height: 200px;
    }

    .featured-listings-sec.sec .nav-link {

        padding: 10px 10px;
    }

    .client-ineer-box ul li h4 {
        font-size: 13px;
    }

    .woocommerce div.product .product_title {
        font-size: 30px;
    }

    section.prod-detail.pt-8.pb-8 {
        padding: 70px 0px !important;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menusec-serach-bar form {
        width: 95%;
    }

    .menuSec ul {
        justify-content: space-between;
        gap: 0;
    }

    .menuSec ul li a {

        font-size: 12px;
    }

    h2 {
        font-size: 40px;
    }

    .about-live-style-images {
        width: 100%;
    }

    .our-product-box-img img {
        height: 400px;
    }

    .our-product-box-text h2 {
        font-size: 20px !important;
    }

    .nav-tabs {
        justify-content: space-between;
        margin-top: 20px;
    }

    .dd-none {
        display: none;
    }

    .design-begins-home-silder-items-heading ul li h2 {
        font-size: 20px !important;
    }

    .main_footer .footer_social li a i {

        height: 30px;
        width: 30px;
        font-size: 17px;
    }

    .footer_bottom p {
        font-size: 11px;
    }

    .mission-box,
    .vision-box {
        height: auto;
    }

    form.woocommerce-ordering {
        width: 40%;
    }

    form.woocommerce-ordering select {
        width: 100%;
        height: 50px;
        appearance: auto;
    }

    p.comment-form-author input {
        width: 100%;
        height: 40px;
        border: 1px solid #000;
    }

    p.comment-form-author label {
        display: block;
    }

    button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
        background: #e2ba7c;
        border: none;
        color: #000;
        font-size: 16px;
    }

    .comment-form-email input {
        width: 100%;
        height: 40px;
        border: 1px solid #000;
    }

    .comment-form-email label {
        display: block;
    }

    a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
        padding: 20px;
        background: #e2ba7c;
        color: #000;
    }

    article#post-87 header.entry-header {
        display: none;
    }

    #post-86 header.entry-header {
        display: none;
    }

    article#post-86 {
        padding-top: 40px;
    }

    button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
        background: #e2ba7c;
        color: #000;
        font-size: 17px;
        border: none;
    }

    .inner-contact-us-sec .get-in-touch-form {
        margin-left: 0;
    }

    .client-sli .slick-next {
        right: 3px;
    }

    .client-sli .slick-prev {
        left: -25px;
    }

    section.prod-detail.pt-8.pb-8 {
        padding: 60px 0px !important;
    }

    .menusec-serach-bar a {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }





}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .border-right {
        border-right: none;
    }

    .menuSection .col-lg-3.col-md-3.col-12 {
        width: 75%;
    }

    .menuSection .col-lg-1.col-md-1.col-12 {
        width: 25%;
    }

    .menuSection .col-lg-1.col-md-1.col-12.pe-0 {
        width: 25%;
    }

    h2 {
        font-size: 35px;
    }

    .menuSection .row {
        justify-content: center;
    }

    .menusec-serach-bar a {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .menusec-serach-bar form {
        width: 105%;
    }

    .menuSection {
        position: relative;
    }

    .header-logo a {
        display: block;
        text-align: center;
    }

    .header-logo a img {
        width: 70%;
    }

    .main-banner-images-silder img {
        height: 400px;
        object-fit: cover;
    }

    .banner_btnss ul li a {
        width: 240px;
    }

    .design-begins-home-silder-items-img img {
        height: 300px;
    }

    .about-live-style-images img {
        height: 340px;
    }

    .about-live-style-images {
        width: 100%;
    }

    .about-live-style-sec:before {
        display: none;
    }

    .about-live-style-text {
        margin-left: 0;
        margin-top: 20px;
    }

    .our-product-box-img img {
        height: 240px;
        object-fit: contain;
    }

    .our-product-row .row div>a {
        display: block;
        width: 100%;
    }

    .beautiful-living-box {
        padding: 30px 20px;
    }

    .featured-listings-btn {
        display: none;
    }

    .nav-tabs {
        justify-content: space-between;
        margin-top: 30px;
        flex-wrap: nowrap;
    }

    .featured-listings-sec.sec .nav-link {

        padding: 10px 10px;
    }

    .our-testimonials-heading p {
        width: 100%;
    }

    .footer_contact {
        padding-left: 0;
        margin-bottom: 0;
    }

    .quick_links {
        padding-left: 0;
    }

    .footer_desc {
        margin-bottom: 0;
    }

    .cntct-fot {
        padding-left: 0;
    }

    .main_footer .footer_social {
        justify-content: center;
        margin-bottom: 10px;
    }

    .pay-img {
        margin-top: 20px;
    }

    .footer_bottom img {
        float: none;
    }

    .mission-box,
    .vision-box {
        height: auto !important;
    }

    .main-inner-banner-sec {
        height: 300px;
    }

    h1 {
        font-size: 40px;
    }

    .our-product-box-img img {
        object-fit: contain;
    }

    section#media_image-2 {
        text-align: center;
    }

    .main-inner-banner-sec h2 {
        font-size: 22px;
    }

    article#post-86 {
        padding-top: 40px;
    }

    article#post-86 header.entry-header {
        display: none;
    }

    ol {
        padding: 0 10px !important;
    }

    .page-id-218 .entry-content p {
        margin-left: 0;
        margin-bottom: 5px;
    }

    h1.entry-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #post-218 ol {
        margin-bottom: 15px !important;
        margin-top: 15px;
    }

    .page-id-3 .entry-content p {
        margin-left: 0 !important;
        margin-bottom: 5px;
    }

    .inner-contact-us-sec .get-in-touch-box h2 {
        font-size: 30px;
    }

    .get-in-touch-box p {
        color: #969392;
        margin-bottom: 0;
    }

    .inner-contact-us-sec .get-in-touch-form {
        margin-left: 0;
        background: #f5f5f5;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .page-id-17 .client-ineer-box::before {
        display: none;
    }

    /* 	WOOCOMMERCE */
    form.woocommerce-ordering {
        width: 100%;
    }

    form.woocommerce-ordering select {
        height: 50px;
        width: 100%;
        appearance: auto;
        padding-left: 10px;
    }

    .woocommerce div.product .product_title {
        font-size: 30px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        font-size: 14px;
        font-weight: 400;
    }

    p.comment-form-author input {
        width: 100%;
        height: 40px;
        border: 1px solid #000;
    }

    p.comment-form-author label {
        display: block;
    }

    button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
        background: #e2ba7c;
        border: none;
        color: #000;
        font-size: 16px;
    }

    .comment-form-email input {
        width: 100%;
        height: 40px;
        border: 1px solid #000;
    }

    .comment-form-email label {
        display: block;
    }

    .woo-product-gallery-slider .slick-slide {
        margin: 0;
    }

    a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
        padding: 20px;
        background: #e2ba7c;
        color: #000;
    }

    article#post-87 header.entry-header {
        display: none;
    }

    button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
        background: #e2ba7c;
        color: #000;
        font-size: 17px;
        border: none;
    }

    ol {
        padding: 0;
    }

    .client-sli .slick-next {
        right: 0px;
    }

    .client-sli .slick-prev {
        left: -20px;
    }

    section.prod-detail.pt-8.pb-8 {
        padding: 50px 0px !important;
    }

}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    .menuSection .col-lg-3.col-md-3.col-12 {
        width: 75%;
    }

    .menuSection .col-lg-1.col-md-1.col-12 {
        width: 25%;
    }

    .menuSection .col-lg-1.col-md-1.col-12.pe-0 {
        width: 25%;
    }

    h2 {
        font-size: 35px;
    }

    .menuSection .row {
        justify-content: center;
    }

    .menusec-serach-bar a {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .menusec-serach-bar form {
        width: 105%;
    }

    .menuSection {
        position: relative;
    }

    .header-logo a {
        display: block;
        text-align: center;
    }

    .header-logo a img {
        width: 70%;
    }

    .main-banner-images-silder img {
        height: 400px;
        object-fit: cover;
    }

    .banner_btnss ul {
        display: block;
    }

    .design-begins-home-silder-items-img img {
        height: 350px;
    }

    .about-live-style-images img {
        height: 340px;
    }

    .about-live-style-images {
        width: 100%;
    }

    .about-live-style-sec:before {
        display: none;
    }

    .about-live-style-text {
        margin-left: 0;
        margin-top: 20px;
    }

    .our-product-box-img img {
        height: 240px;
        object-fit: contain;
    }

    .our-product-row .row div>a {
        display: block;
        width: 100%;
    }

    .beautiful-living-box {
        padding: 30px 20px;
    }

    .featured-listings-btn {
        display: none;
    }

    .nav-tabs {
        justify-content: space-between;
        margin-top: 30px;
    }

    .our-testimonials-heading p {
        width: 100%;
    }

    .footer_contact {
        padding-left: 0;
        margin-bottom: 0;
    }

    .quick_links {
        padding-left: 0;
    }

    .footer_desc {
        margin-bottom: 0;
    }

    .cntct-fot {
        padding-left: 0;
    }

    .main_footer .footer_social {
        justify-content: center;
        margin-bottom: 10px;
    }

    .pay-img {
        margin-top: 20px;
    }

    .footer_bottom img {
        float: none;
    }

    .mission-box,
    .vision-box {
        height: auto !important;
    }

    .main-inner-banner-sec {
        height: 300px;
    }

    h1 {
        font-size: 40px;
    }

    .our-product-box-img img {
        object-fit: contain;
    }

    section#media_image-2 {
        text-align: center;
    }

    .main-inner-banner-sec h2 {
        font-size: 22px;
    }

    article#post-86 {
        padding-top: 40px;
    }

    article#post-86 header.entry-header {
        display: none;
    }

    ol {
        padding: 0 10px !important;
    }

    .page-id-218 .entry-content p {
        margin-left: 0;
        margin-bottom: 5px;
    }

    h1.entry-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #post-218 ol {
        margin-bottom: 15px !important;
        margin-top: 15px;
    }

    .page-id-3 .entry-content p {
        margin-left: 0 !important;
        margin-bottom: 5px;
    }

    .inner-contact-us-sec .get-in-touch-box h2 {
        font-size: 30px;
    }

    .get-in-touch-box p {
        color: #969392;
        margin-bottom: 0;
    }

    .inner-contact-us-sec .get-in-touch-form {
        margin-left: 0;
        background: #f5f5f5;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .page-id-17 .client-ineer-box::before {
        display: none;
    }

    /* 	WOOCOMMERCE */
    form.woocommerce-ordering {
        width: 100%;
    }

    button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
        background: #e2ba7c;
        border: none;
        color: #000;
        font-size: 16px;
    }

    form.woocommerce-ordering select {
        height: 50px;
        width: 100%;
        appearance: auto;
        padding-left: 10px;
    }

    .woocommerce div.product .product_title {
        font-size: 30px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        font-size: 14px;
        font-weight: 400;
    }

    p.comment-form-author input {
        width: 100%;
        height: 40px;
        border: 1px solid #000;
    }

    p.comment-form-author label {
        display: block;
    }

    .comment-form-email input {
        width: 100%;
        height: 40px;
        border: 1px solid #000;
    }

    .comment-form-email label {
        display: block;
    }

    .woo-product-gallery-slider .slick-slide {
        margin: 0;
    }

    a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
        padding: 20px;
        background: #e2ba7c;
        color: #000;
    }

    article#post-87 header.entry-header {
        display: none;
    }

    button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
        background: #e2ba7c;
        color: #000;
        font-size: 17px;
        border: none;
    }

    ol {
        padding: 0;
    }

    ul.tabs.wc-tabs {
        gap: 15px !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 12px !important;
    }

    section.prod-detail.pt-8.pb-8 {
        padding: 40px 0px !important;
    }







}


.main-banner-images-silder .slick-dots {
    bottom: 21px;
}

.main-banner-images-silder .slick-dots li button:before {
    font-size: 13px;
    color: #fff;
}
/*Media Query End*/








/* Products Grid - 4 per row */
.products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 576px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .products {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Product Card Design */
.our-product-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.our-product-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Product Image */
.our-product-box-img {
    height: 180px;
    overflow: hidden;
    background: #f8f8f8;
}

.our-product-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.our-product-box:hover .our-product-box-img img {
    transform: scale(1.05);
}

/* Product Content */
.our-product-box-text {
    padding: 15px;
}

.our-product-box-text > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    min-height: 20px;
}

.our-product-box-text > ul li p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.our-product-box-text > ul li i.fa-star {
    color: #ffc107;
}

.our-product-box-text > ul li span {
    color: #666;
    font-size: 14px;
}

.our-product-box-text h2 {
    color: #333;
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.4;
}

.our-product-box-text h2 a {
    color: inherit;
    text-decoration: none;
}

.our-product-box-text h2 a:hover {
    color: #e2ba7c;
}

/* Price and Cart Button */
.pri-det {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.pri-det h6 {
    color: #e2ba7c;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.pri-det a {
    background: #e2ba7c;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s ease;
}

.pri-det a:hover {
    background: #d0a865;
}

/* Woocommerce Override */
.products li {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    float: none !important;
}

/* Ensure all products have same height */
.products li .our-product-box {
    display: flex;
    flex-direction: column;
}

.our-product-box-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.our-product-box-text h2 {
    flex-grow: 1;
}
	
	ul.products.columns-4:before {
    display: none;
}