body {
    margin: 0;
    padding: 0;
}

.btn2 {
    background: #c01604;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 10px;
    border: 10px;
    outline: 1px solid;
    outline-color: #fff;
    outline-offset: 0;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-top: 20px;
}

.btn2:hover {
    text-decoration: none;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    color: white;
    background: #f33333;
}

.sec-tb {
    padding: 80px 0;
}

.sec-t {
    padding-top: 80px;
}

.sec-b {
    padding-bottom: 80px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.sec-title .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.sec-title .title:after {
    content: "";
    display: block;
    margin-left: 0;
    height: 3px;
    width: 70px;
    border-radius: 4px;
    background-color: #c01604;
    position: relative;
    top: 10px;
}

.sec-title.center-alg .title:after {
    margin: 0 auto;
}

a:hover {
    text-decoration: none;
}

/* Header */

.navbar {
    padding: 24px 0;
}

/* .navbar .navbar-brand {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
} */
.navbar .navbar-brand img {
    width: 200px;
    height: 100%;
}

.navbar .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    padding: 0;
}

.navbar .nav-link:hover {
    color: #bf2d23;
}

.navbar .nav-item .btn2 {
    margin: 0;
    padding: 8px 14px;
    margin-left: 20px;
}

.navbar .nav-item.active a {
    color: #bf2d23;
}

.navbar .nav-item {
    padding: 0 2px;
    display: flex;
    align-items: center;
}

.navbar .nav-item:last-child {
    border-right: none;
    padding: 0;
}

/* slider */
.slider img {
    width: 100% !important;
    height: 600px;
    object-fit: cover;
}

.slider .carousel-item {
    position: relative;
}

.slider .carousel-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #72727233;
    opacity: 0.7;
}

.slider .carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    left: 50%;
    text-align: left;
}

.slider .carousel-caption h1 {
    font-size: 44px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.slider .carousel-caption p {
    font-size: 18px;
    margin-top: 46px;
    color: #000;
}

/* our-cabinets */
.productPage {
    padding: 80px 0 60px 0 !important;
}

.our-cabinets {
    background: #f9f9f9;
    padding: 80px 0;
}

.our-cabinets img {
    width: 100%;
    display: block;
    height: 350px;
    object-fit: contain;
}

.our-cabinets h3 {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 14px;
    margin-top: 6px;
}

.our-cabinets .our-cabinets {
    display: block;
    overflow: hidden;
    position: relative;
}

.our-cabinets .imgArea {
    position: relative;
    transition: 0.4s;
}

/* services */
.services {
    padding: 80px 0 60px 0;
    background: #f9f9f9;
}

@media (max-width: 991px) {
    .services {
        padding: 40px 0;
    }
}

.services .contArea {
    /*border-bottom: 4px solid #c01604;*/
    /*box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);*/
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
    /*border-radius: 10px;*/
    padding: 24px 30px;
    background: #fff;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .services .contArea {
        margin-bottom: 20px;
    }
}

.services .contArea img {
    height: 60px;
    width: 60px;
    margin-bottom: 28px;
}

.services .contArea .h3 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #252525;
}

.services .contArea p {
    margin-bottom: 0;
}

.services .contArea a {
    font-weight: 600;
    font-size: 18px;
    color: #12296d;
    transition: ease-in-out 0.4s;
}

.services .contArea a:hover {
    color: #516399;
}

.services .contArea a:hover i {
    padding-left: 18px;
}

.services .contArea a i {
    transition: ease-in-out 0.4s;
    padding-left: 14px;
}

/* fourSection */
.fourSection {
    background-image: url(../images/bath-01.webp);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 110px 0;
}

.fourSection::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #00000061;
    position: absolute;
    top: 0;
    left: 0;
}

.fourSection h3 {
    color: #fff;
}

.fourSection p {
    color: #fff;
    margin-bottom: 0;
}

.fourSection .btn {
    margin-top: 0;
}

/* our-showrooms */
.our-showrooms {
    background: #f9f9f9;
}

.our-showrooms img {
    width: 100%;
}

.our-showrooms .mainArea {
    position: relative;
}

.our-showrooms .mainArea .item .contArea {
    padding: 20px 20px;
}

.our-showrooms .mainArea .item .contArea h3 a {
    color: #000;
}

.our-showrooms .mainArea .item .contArea h3 a:hover {
    color: #c01604;
    transition: ease-in-out 0.3s;
}

.our-showrooms .mainArea .item {
    transition: 0.3s ease;
    display: block;
    overflow: hidden;
    position: relative;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
}

.our-showrooms .mainArea .item .contArea h3 {
    font-size: 24px;
}

.our-showrooms .mainArea .item img {
    padding: 20px 20px 0 20px;
}

/* a-showrooms */

.a-showrooms img {
    height: 600px;
    width: 100%;
}

.a-showrooms .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

/* sevenSection */
.sevenSection {
    background: #f9f9f9;
}

.sevenSection .leftArea {
    width: 80%;
}

.sevenSection h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 34px;
}

.sevenSection img {
    width: 100%;
    border-radius: 14px;
}

/* testimonialArea */

.testimonialArea .owl-carousel .owl-stage {
    padding: 34px 0;
}

.testimonialArea .item {
    position: relative;
}

.testimonialArea .item .feedback {
    position: relative;
}

.testimonialArea .item .feedback {
    position: relative;
}

.testimonialArea .item .feedback {
    padding: 44px;
    background-color: #f9f9f9;
    border-radius: 14px;
}

.testimonialArea .item .face-img {
    position: absolute;
    z-index: 9;
    top: -26px;
    margin: 0;
    left: 34px;
}

.testimonialArea .item .face-img img {
    width: 55px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
}

.testimonialArea .item .cont {
    padding-left: 16px;
}

.testimonialArea .item .cont {
    text-align: center;
}

.testimonialArea .item p {
    margin-bottom: 0;
}

.testimonialArea .item .cont .h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin-top: 18px;
}

.testimonialArea .owl-dot {
    margin-top: 26px;
}

.testimonialArea .owl-dot span {
    background: #c01604 !important;
    opacity: 0.4 !important;
}

.testimonialArea .owl-dot.active span {
    opacity: 1 !important;
}

.testimonialArea .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

/* our-blogs */
.our-blogs {
    background: #f9f9f9;
}

.our-blogs img {
    width: 100%;
}

.our-blogs .item {
    background: #fff;
    border: 1px solid #d8d8d8;
}

.our-blogs h3 a:hover {
    color: #c01604;
    transition: ease-in-out 0.3s;
}

.our-blogs h3 a {
    color: #000;
}

.our-blogs .contArea h3 {
    font-size: 22px;
    font-weight: 400;
}

.our-blogs .contArea {
    padding: 20px 20px;
}

/* faq */
.faq .accordion {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
}

.faq .accordion-item-description {
    background: #fff;
}

.faq .accordion .accordion-item {
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.faq .accordion .accordion-item .accordion-item-description-wrapper hr {
    border: none;
    border-top: 1px solid var(--border-color);
    visibility: visible;
}

.faq .accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible;
}

.faq .accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 10px;
    cursor: pointer;
}

.faq .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-weight: 600;
}

.faq .accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: var(--transition);
}

.faq .accordion .accordion-item.open .accordion-item-header .accordion-item-header-icon {
    transform: rotate(-180deg);
}

.faq .accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: var(--transition);
}

.faq .accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
}

.faq .accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description {
    min-height: 0;
}

.faq .accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description p {
    padding: 10px;
    line-height: 1.5;
}

/* GET YOUR QUOTE */
.quote {
    background-image: url(../images/img-01.jpeg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.file {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}

.file input {
    cursor: pointer;
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.file-div .upload-icon {
    position: absolute;
    top: 30%;
    left: 12px;
}

.file-div {
    cursor: pointer;
    position: relative;
    padding: 0 0 0 36px;

    .file {
        padding: 5px 0 0px;
        justify-content: center;
        font-weight: 600;
    }

    .upload-icon {
        position: absolute;
        top: 30%;
        left: 12px;
    }
}

/* footer */
footer {
    padding: 60px 0 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

footer img {
    width: 200px;
    height: 100%;
}

footer .contArea {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 30px;
}

footer .contArea ul {
    display: flex;
}

footer .contArea ul li {
    margin: 0 16px;
}

footer .contArea ul li a {
    color: #000;
    font-size: 14px;
}

footer .fourArea2 {
    display: flex;
}

footer .fourArea2 li {
    margin-left: 16px;
}

footer .fourArea2 li a {
    color: #6f6f6f;
}

footer .copyright-text {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

footer .copyright-text p {
    color: #000;
}

footer .copyright-text p a {
    color: #c01604;
}

/* * inner-banner */
.inner_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    text-align: center;
}

.inner_banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.7;
}

.inner_banner .breadcrumbArea {
    text-align: left;
    position: relative;
    z-index: 9;
}

.inner_banner .breadcrumbArea .page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.inner_banner .breadcrumbArea .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}

.inner_banner .breadcrumbArea .page-title-content ul li:first-child {
    margin-left: 0;
}

.inner_banner .breadcrumbArea .page-title-content ul li {
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 2px;
}

.inner_banner .breadcrumbArea .page-title-content ul li.main-pg {
    color: #c01604;
}

.inner_banner .breadcrumbArea .page-title-content ul li a {
    display: inline-block;
    color: #fff;
}

.inner_banner .breadcrumbArea .page-title-content ul li a:hover {
    color: #c01604;
}

.inner_banner .breadcrumbArea .page-title-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8rem 0.5rem;
}

/* Gallery */
.gallery img {
    width: 100%;
    object-fit: cover;
}

.gallery .sm-class img {
    height: 24rem !important;
}

.gallery .md-class img {
    height: 28rem !important;
}

.gallery .xl-class img {
    height: 32rem !important;
}

.gallery ul {
    -moz-columns: 3;
    columns: 3;
}

.gallery ul li {
    margin-bottom: 20px;
}

/* contact-innerBanner */
.contact-innerBanner {
    color: #fff;
}

.contact-innerBanner .rightArea {
    text-align: center;
}

.contact-innerBanner .rightArea p {
    font-size: 18px;
    margin-top: 16px;
}

/* blogs */
.blogs img {
    width: 100%;
}

.blogs .mainArea {
    position: relative;
}

.blogs .mainArea .item .date {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #c01604;
    color: #fff;
    padding: 10px 0;
    transition: 0.3s ease;
}

.blogs .mainArea .item .date strong {
    font-size: 24px;
}

.blogs .mainArea .item .date span {
    font-size: 16px;
    text-transform: uppercase;
}

.blogs .mainArea .item .contArea {
    padding: 26px 14px;
}

.blogs .mainArea .item .contArea h3 a {
    color: #000;
}

.blogs .mainArea .item .contArea h3 a:hover {
    color: #c01604;
    transition: ease-in-out 0.3s;
}

.blogs .mainArea .item {
    transition: 0.3s ease;
    transition: transform 0.5s ease !important;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease !important;
    display: block;
    overflow: hidden;
    position: relative;
    background: #fcfcfc;
    border: 1px solid #dcd9d9;
    margin: 30px 0;
}

.blogs .mainArea .item:hover .imgArea {
    transform: scale(1.05);
}

.blogs .mainArea .item .imgArea {
    transition: all 0.5s ease-in-out !important;
}

.blogs .mainArea .item .contArea h3 {
    font-size: 24px;
}

.blogs .mainArea .owl-nav {
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.blogs .mainArea .owl-nav .owl-prev {
    position: relative;
    right: 40px;
}

.blogs .mainArea .owl-nav .owl-next {
    position: relative;
    left: 40px;
}

.blogs .mainArea .owl-nav span {
    color: #c01604;
    font-size: 74px;
}

.blogs .mainArea .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

.blogs .mainArea .blogsItem {
    display: flex;
    justify-content: space-between;
}

.blogs .mainArea .blogsItem .date {
    width: 22%;
    height: 85px;
    border-radius: 10px;
}

.blogs .mainArea .blogsItem .content {
    width: 70%;
}

.blogs .mainArea .btn {
    width: 100%;
}

.blogs .paginationArea {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.blogs .paginationArea .page-link {
    border: 1px solid #ff6251;
    color: #000000;
    background-color: #ff625133;
    font-size: 18px;
}

.blogs .paginationArea .page-link.active {
    background-color: #c01604;
    color: #fff;
}

.blogs .paginationArea .page-link:hover {
    background-color: #c01604;
    color: #fff;
}

/* blogsDetails */
.blogsDetails img {
    width: 100%;
}

.blogsDetails .left-side-blog h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 20px;
}

.blogsDetails .left-side-blog .datearea {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
    color: #c01604;
    margin-top: 10px;
}

/* assemblyIsntructions css */
.assemblyIsntructions .accordion {
    margin-top: 30px;
}

.assemblyIsntructions .accordion-item {
    border: 1px solid #c01604;
    margin: 20px 0;
}

.assemblyIsntructions .accordion-title {
    background-color: #c01604;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    position: relative;
    transition: background-color 0.3s ease;
}

.assemblyIsntructions .accordion-title::after {
    content: "\25B8";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 24px;
}

.assemblyIsntructions .accordion-content {
    padding: 15px;
    display: none;
    background-color: #fff;
    color: #333;
    transition: max-height 0.3s ease, padding 0.3s ease;
    overflow: hidden;
}

.assemblyIsntructions .accordion-item.active .accordion-title::after {
    content: "\25BE";
    transform: translateY(-50%) rotate(180deg);
}

.assemblyIsntructions .accordion-item.active .accordion-content {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.assemblyIsntructions .accordion-item.active .accordion-content a {
    margin: 0;
    color: #000;
}

.assemblyIsntructions .accordion-item.active .accordion-content a:hover {
    color: #c01604;
}

/* calendarArea */
:root {
    --first: #dfdfdf;
    --bg: #eeedeb;
    --accent: #2f3645;
    --accent-2: #e6b9a6;
}

.calendarArea #frame {
    width: 400px;
    height: 480px;
    margin: 24px auto;
    background-color: #fff;
    border-radius: 35px;
    padding: 0 1em;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.calendarArea header {
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.calendarArea .header-display {
    display: flex;
    align-items: center;
}

.calendarArea .header-display p {
    color: var(--accent);
    margin: 5px;
    font-size: 1.2rem;
    word-spacing: 0.5rem;
}

.calendarArea .arrow {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: var(--accent);
    cursor: pointer;
    transition: all 0.4s linear;
    box-sizing: content-box;
}

.calendarArea .arrow:hover {
    background: var(--accent-2);
    transition: all 0.4s linear;
}

.calendarArea #days,
.calendarArea .week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: auto;
    padding: 0 20px;
    justify-content: space-between;
}

.calendarArea .week div,
.calendarArea #days div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3em;
    border-radius: 100%;
}

.calendarArea #days div:hover {
    background: var(--accent-2);
    color: rgb(25, 25, 201);
    cursor: pointer;
}

.calendarArea .week div {
    opacity: 0.5;
}

.calendarArea .current-date {
    background-color: #a12838;
    color: var(--white);
}

.calendarArea .display-selected {
    margin-bottom: 10px;
    padding: 20px 20px;
    text-align: center;
}

.calendarArea .inactive {
    opacity: 0.5;
}

.calendarArea .allArea {
    display: flex;
    padding: 40px;
    border: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
}

.calendarArea .allArea .leftArea img {
    width: 78%;
}

.calendarArea .allArea .leftArea {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product Details css */
.productDetails {
    background: #f9f9f9;
}

.productDetails .thumb-carousel .carousel {
    display: flex;
    flex-direction: column-reverse;
}

.productDetails.thumb-carousel .carousel .carousel-indicators {
    height: 100%;
    left: 0;
    margin: 0;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 8;
    position: relative;
    margin-top: 2.4rem;
}

.productDetails .thumb-carousel .carousel .carousel-indicators li {
    border: 1px solid transparent;
    border-radius: 0;
    display: block;
    height: auto;
    text-indent: 0;
    width: 64px;
    flex-shrink: 0;
    margin: 0 4px;
    margin-bottom: 10px;
    padding: 0;
    transition: all 0.8s ease;
}

.productDetails .thumb-carousel .carousel .carousel-indicators li img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #a0aec0;
    padding: 6px 6px;
}

.productDetails .thumb-carousel .carousel .carousel-indicators li.active img {
    border-color: #c01604;
}

.productDetails .thumb-carousel .carousel .carousel-inner {
    border-radius: 5px;
}

.productDetails .thumb-carousel .carousel .carousel-inner .carousel-item img {
    height: 376px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    border-radius: 5px;
}

.productDetails.product-details h1 {
    font-size: 3.2rem;
    margin-bottom: 0.8rem;
}

.productDetails .product-details .review {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.8rem -0.8rem;
}

.productDetails .product-details .review>li {
    padding: 0 0.8rem;
    display: flex;
}

.productDetails .product-details .review>li ul {
    display: flex;
    flex-wrap: wrap;
}

.productDetails .product-details .review>li ul li svg {
    stroke: #718096;
    height: 16px;
    width: 16px;
}

.productDetails .product-details .review>li ul li.active svg {
    stroke: #fab101;
    fill: #fab101;
}

.productDetails .product-details .review>li a {
    color: #4a5568;
    font-size: 14px;
    font-weight: bold;
}

.productDetails .product-details .review span {
    color: #718096;
    display: block;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
}

.productDetails .product-details .select-option {
    margin-top: 2.4rem;
}

.productDetails .product-details .select-option span {
    font-size: 1.4rem;
    color: #718096;
    display: block;
    margin-bottom: 0.4rem;
}

.productDetails .product-details .select-option ul {
    display: flex;
    margin: 0 -0.4rem;
}

.productDetails .product-details .select-option ul li {
    padding: 0 0.4rem;
}

.productDetails .product-details .select-option ul li a {
    display: block;
    min-width: 60px;
    padding: 8px;
    color: #1a202c;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
}

.productDetails .product-details .select-option ul li.active a {
    background-color: #e2e8f0;
}

.productDetails .product-details .price {
    margin-top: 2.4rem;
}

.productDetails .product-details .price h4 {
    font-size: 1.4rem;
    color: #4a5568;
    margin-bottom: 1rem;
}

.productDetails .product-details .price h4 span {
    color: #c01604;
    font-size: 1.4rem;
}

.productDetails .product-details .price h5 {
    font-size: 1.2rem;
    color: #a0aec0;
}

.productDetails .product-details .form-elements {
    display: flex;
    align-items: flex-end;
    margin: 1.6rem -0.4rem 0;
}

.productDetails .product-details .form-elements li {
    padding: 0 0.4rem;
}

.productDetails .carousel-indicators {
    bottom: -32%;
}

.productDetails h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

.productDetails .product-details .review .call {
    color: #fff;
    margin-top: 0;
}

.productDetails .product-details .review li ul li {
    margin: 0 3px;
}

/* cart open */
.cart {
    background: #f9f9f9;
}

.cart img {
    width: 100%;
}

.cart .itemArea {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 20px;
    margin: 10px 0;
}

.cart .itemArea .leftArea {
    display: flex;
    height: 100%;
    object-fit: cover;
}

.cart .itemArea .rightArea h3 {
    text-transform: uppercase;
}

.cart .itemArea .rightArea h4 {
    font-size: 16px;
    color: #626262;
}

.cart .itemArea .rightArea .stockArae {
    color: #0dce3f;
}

.cart .itemArea .rightArea .stockArae svg {
    width: 20px;
    height: 20px;
}

.cart .itemArea .leftArea img {
    display: flex;
    height: 100%;
    object-fit: cover;
}

.cart .itemArea .leftArea .priceArea {
    font-size: 20px;
    font-weight: bold;
}

.cart .itemArea .leftArea .priceArea span {
    color: #7a7a7a;
    text-decoration: line-through;
}

.cart .itemArea .btn {
    background: #c01604;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 6px;
    border-radius: 0;
    width: 90%;
    text-transform: capitalize;
    margin-top: 4px;
    border-radius: 0.5rem;
}

.cart .itemArea p {
    margin: 0;
    padding-bottom: 6px;
}

.cart .itemArea .btn:focus {
    outline: none;
    box-shadow: none;
}

.cart .itemArea .btn:hover {
    background: #f33333;
}

.cart .all-carts {
    -moz-columns: 2;
    columns: 2;
}

.cart .all-carts li {
    margin-bottom: 20px;
}

/* checkout */
label {
    text-transform: capitalize;
}

.form-control {
    background: #f2f2f2;
    border: 1px solid #a8a8a8;
    /* height: 55px; */
    height: calc(1.5em + 0.75rem + 2px);
}

.checkout h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.checkout .return-cart {
    color: #000;
    font-weight: 600;
}

.checkout .rightArea .pDetailsall {
    margin-top: 30px;
}

.checkout .rightArea .pDetailsall .pDetails {
    background: #f2f2f2;
    border: 1px solid #a8a8a8;
    border-radius: 7px;
    padding: 20px 10px;
}

.checkout .rightArea .pDetailsall .pDetails .fstUl {
    border-bottom: 2px solid #a19e9e;
    margin-bottom: 20px;
}

.checkout .rightArea .pDetailsall .pDetails ul li {
    display: flex;
    justify-content: space-between;
}

.checkout .rightArea .pDetailsall .pDetails ul li .color {
    color: #949494;
}

.checkout .rightArea .pDetailsall .pDetails li h5 {
    margin-bottom: 0;
    font-weight: 600;
}

.checkout .rightArea .pDetailsall .pDetails li h5 {
    margin-bottom: 0;
    font-weight: 600;
}

.checkout .rightArea .pDetailsall .pDetails .btnArea {
    margin-top: 30px;
    width: 100%;
    display: flex;
    text-align: center;
}

.checkout .rightArea .pDetailsall .pDetails .btnArea a {
    width: 100%;
}

/* booking-details */
.booking-details {
    margin: 40px 0;
}

.booking-details img {
    width: 100%;
}

.booking-details .allArea {
    display: flex;
    padding: 20px;
    border: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
}

.booking-details .form-control {
    height: 45px;
}

.booking-details .guest-email-class {
    height: 70px !important;
}

.booking-details .btn2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.booking-details .form-check {
    margin-bottom: 1rem;
}

.booking-details .check-label {
    font-weight: bold;
}

.booking-details textarea.form-control {
    height: auto !important;
}

.booking-details .leftArrow {
    width: 42px;
    margin-bottom: 19px;
}

.booking-details .detailsArea ul li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.booking-details .detailsArea ul li svg {
    width: 20px;
    margin-right: 10px;
    color: #a12838;
}

.booking-details .detailsArea ul li .bigSvg {
    width: 26px;
}

.booking-details .detailsArea h3 {
    margin: 50px 0 30px;
    text-transform: capitalize;
}

/* confirmed */
.confirmed .detailsArea h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 20px;
}

.confirmed .detailsArea svg {
    width: 30px;
    margin-right: 12px;
}

.confirmed .leftArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.confirmed img {
    width: 46%;
}

.confirmed .detailsArea ul li .bigSvg {
    width: 20px;
}

.confirmed .detailsArea ul {
    background-color: #fff;
    border-radius: 0;
    padding: 0 1em;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    padding: 20px;
}

.confirmed .bottomArea .btnArea {
    display: flex;
    justify-content: space-between;
}

.confirmed .bottomArea .btnArea .btn03 {
    padding: 12px 12px;
    background: #fff;
    border: 1px solid #000;
    display: flex;
    border-radius: 30px;
    width: 48%;
    align-items: center;
    justify-content: center;
}

.confirmed .bottomArea .btnArea .btn03 svg {
    width: 20px;
    margin-right: 10px;
}

.confirmed .bottomArea {
    width: 52%;
    text-align: center;
    margin-top: 28px;
    border-top: 1px solid #cecece;
    padding-top: 15px;
}

.confirmed .bottomArea h4 {
    font-size: 16px;
    font-weight: bold;
}

.our-cabinets .leftArea-bottom {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.our-cabinets .leftArea-bottom .all-filter {
    padding: 32px 24px;
    background-color: #fff;
}

.our-cabinets .leftArea-bottom h3 {
    font-size: 26px;
    background: #f3f3f3;
    padding: 12px 24px;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    margin: 0;
}

.our-cabinets .leftArea-bottom h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}

.our-cabinets .leftArea-bottom .la-door-closed {
    position: relative;
    left: -6px;
}

.our-cabinets .leftArea-bottom .items {
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf;
}

.our-cabinets .leftArea-bottom h4 i {
    margin-right: 10px;
    font-size: 22px;
}

#yourBtn1 span {
    font-weight: 100 !important;
}

.contArea.text-center h5 {
    color: #000000;
    font-weight: 600;
}
