@import url('https://fonts.googleapis.com/css2?family=Beau+Rivage&display=swap');

:root {
    --color1: #bd005f;
    --color2: #ebb2eb;
    --color3: #f8e5f8;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none !important;
    box-sizing: border-box;
    user-select: none;
}


.top_nav {

    width: 100%;

    padding: 0 50px;

    display: flex;

    justify-content: space-between;

    align-content: center;

    background-color: white;

    flex-direction: row;

}
.clearfix {
  overflow: auto;
}


.top_row {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-direction: row;

    padding: 10px 0px;

}

.logo {

    font-size: 20px;

    font-weight: 600;
    padding: 2px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 0px solid rgb(201, 27, 56);

}

.top-bnd {
    background:rgb(252, 223, 235);
    width: 100%;
    text-align: end;
    padding-right: 50px;
     padding-bottom: 4px;
}

.top-bnd span a {
    color: #555555;
}

@media (max-width: 576px) {
    .logo {
        flex-direction: column;
        align-items: center;
    }

    .top-bnd {
        padding-right: 8px;
    }
}

.logo img {

    height: 60px;
}

.logo img:nth-child(2) {
    height: 60px;
}

.Cname {
    width: 300px;
    height: 72px;
    margin-left: 110px;
}
.search-form{
    margin-top:12px;
}
.Cname img {
    width: 100%;
    height: auto;
}

.cart_area {

    align-items: center;

}

.right-chart-box {
    display: flex;
}

.cart_area .right-chart-box span {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.cart_area .right-chart-box span a {

    color: #9c909b;

}

.cart_area .right-chart-box span a:hover {

    text-decoration: none;

}

.chart_count {

    text-decoration: none;

    padding: 5px;

    color: #000;

    position: relative;

}

.chart_count span {

    position: absolute;

    bottom: 19px;

    left: 20px;

    color: white;

    font-weight: 600;

    font-size: 12px;

}

.shopping-cart {

    font-size: 36px;

}

#main_nav {
    justify-content: center;
}

.dropdown-menu {
    background-color: #f8e5f8;
}

.dropdown-menu .dropdown-item:hover {
    background: #ffbcd9 !important;
}

.dropdown-menu .dropdown-item:active {
    color: grey;
}

.carousel-item {

    height: auto;

    position: relative;

}

.ap {
    border: 1px solid #ffbcd9;
}

.head_row {

    width: 100%;

    padding: 4px 0px;

    text-align: center;

    font-size: 1.2rem;

    font-weight: 500;



}

.bottom_nav {
    width: 100%;
    height: auto;
    z-index: 11;

}

.nav-link {
    padding: 0rem 1rem !important;
}

.Demoproduct {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    margin-bottom: 10px;

}

.footer-row {

    width: 100%;

    display: flex;

    padding: 8px 16px;

    flex-wrap: wrap;

}

ol,
ul {

    padding-left: 0rem !important;

}

.srch-box-d {
    display: block;
}

.srch-box-m {
    display: none;
}

/* ============ desktop view ============ */

@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {

        display: none;

        position: absolute;

        left: 100%;
        top: -7px;

    }

    .nav-item .submenu-left {

        right: 100%;
        left: auto;

    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }


}

/* ============ desktop view .end// ============ */



/* ============ small devices ============ */

@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {

        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;

    }

    .srch-box-d {
        display: none !important;
    }

    .srch-box-m {
        display: block;
    }


}

.footer-section {

    position: relative;

}


.footer-content {

    position: relative;

    z-index: 2;

    padding: 15px;

}

/* .footer-pattern img{

    

} */

.footer-logo {

    width: 150px;
    display: flex;
    align-items: center;
}

.footer-logo img {

    max-width: 70px;

}

.footer-text {

    color: #3C4048;

    height: auto;


}

.followus-social-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 6px;
    margin-bottom: 8px;

}

.followus-social-icon a {
    color: #000;

    font-size: 12px;

    margin-right: 8px;
}

.followus-social-icon .facebook-bg {

    background: #f8e5f8;

}



.followus-social-icon .instagram-bg {

    background: #f8e5f8;

}

.footer-social-icon {
    display: flex;
    padding-left: 27px;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.followus-social-icon i {

    height: 30px;

    width: 30px;

    text-align: center;

    line-height: 28px;

    border-radius: 50%;

}

.footer-social-icon span {

    color: #3C4048;

    display: block;

    font-size: 16px;

    font-weight: 550;

    font-family: 'poppins', sans-serif;

    margin-right: 8px;

}

.footer-social-icon a {

    display:inline-block;
    margin-right: 15px;

}

.footer-social-icon i {

    height: 40px;

    width: 40px;

    text-align: center;

    line-height: 38px;

    border-radius: 50%;

}

html {
    scroll-behavior: smooth;
}

.facebook-bg {

    background: #ffbcd9;

}



.instagram-bg {

    background: #ffbcd9;

}



.subscribe-form {

    position: relative;

    overflow: hidden;

}

.subscribe-form input {

    width: 100%;

    padding: 14px 28px;

    background: #2E2E2E;

    border: 1px solid #2E2E2E;

    color: #000;

}

.subscribe-form button {

    position: absolute;

    right: 0;

    background-color: #ff5e14;

    padding: 13px 20px;

    border: 1px solid #ff5e14;

    top: 0;

}

.subscribe-form button i {

    color: #000;

    font-size: 22px;

    transform: rotate(-6deg);

}

.copyright-col {

    width: 100%;

    height: auto;

    margin: 0 auto;
}

.copyright-area {

    width: 100%;
}

.copyright-text {

    text-align: center;

}

.copyright-text p {

    margin: 0;

    font-size: 14px;

    color: #0009;

}

.copyright-text p:first-child {

    margin-bottom: .25rem;

}

.copyright-text p a {

    color: #0007;

}

.footer-menu {

    width: 100%;

}



.footer-cta {

    width: 100%;
    position: relative;
    margin-top: 6px;
    border-bottom: 1px solid #000;

}

.footer-cta-col {

    width: 33.33%;
    padding: 0 4px;
}

.single-cta i {

    color: #bd005f;

    font-size: 30;

    margin-right: .5rem;

}

.cta-text {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}

.cta-text h4 {

    color: #3C4048;

    font-size: 20px;

    font-weight: 600;

    text-align: center;

    margin-bottom: 2px;

}

.cta-text span {

    color: #393E46;

    font-size: 14px;

}

.footer-widget {

    width: 100%;

    position: relative;
    justify-content: center;

}

.footer-widget-heading {
    width: 150px;
    display: flex;
    align-items: center;
}

.footer-widget-heading h3 {

    color: #3C4048;

    font-size: 18px;

    font-weight: 600;

    position: relative;

}

.footer-widget-heading h3::before {

    content: "";

    position: absolute;



    right: -15px;

    height: 30px;

    width: 2px;

    background-color: #ffbcd9;

}




@media (max-width: 1300px) {



    .top_nav {

        padding: 0 40px;

    }

}

@media (max-width: 1000px) {




    .top_nav {

        padding: 0 20px;

    }



    .logo img {

        height: 70px;
    }

    .logo img:nth-child(2) {
        height: 70px;
    }

    .cart_area p span {

        margin-right: 5px;

    }

    

    .fa-shopping-cart {

        font-size: 30px;

    }

    .cart_area p span a {

        font-size: 14px;

    }

    .copyright-text p {

        font-size: .75rem;

    }


}

@media (max-width: 800px) {


    .top_nav {

        padding: 0 10px;

    }

    .logo img {

        height: 50px;
    }

    .logo img:nth-child(2) {
        height: 48px;
    }


    .cart_area p span {

        margin-right: 5px;

    }

    
    

    .fa-shopping-cart {

        font-size: 24px;

    }

    .cart_area p span a {

        font-size: 12px;

    }



}

@media (max-width: 600px) {
    .followus-social-icon i {

        height: 20px;

        width: 20px;



        line-height: 20px;

    }

    .logo img {

        height: 40px;
    }

    .logo img:nth-child(2) {
        height: 30px;
    }

    .top_nav {

        padding: 0 5px;

    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
    }

    .cart_area p span {

        margin-right: 2px;

    }

    .chart_count span {
       
        font-size: 12px;
    }

    .fa-shopping-cart {

        font-size: 28px;

    }

    .cart_area p span a {

        font-size: 8px;

    }

    .footer-row {

        padding: .75rem 0;

    }

    .copyright-col {

        width: 100%;

    }

    .footer-cta-col {

        width: 50%;

        padding: 0 .5rem;

    }

    .footer-cta-col:last-child {

        width: 100%;

        padding: .5rem;

        border-top: 1px solid #0004;

    }
    .findus,.callus{
        width:100% !important;
    }
    .cta-text {
    flex-direction: row !important;
}

}



.whatsapp_boat {
    position: fixed;
    left: 5px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    background-color: #56c725;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp_boat i {
    font-size: 28px;
    color: #fff;

}

@media (max-width: 480px) {
    .footer-cta-col:last-child {
        display: flex;
        margin-top: 12px;
    }

    .footer-cta-col:last-child .footer-widget {
        width: 50%;
    }

    .icon-box {
        display: flex;
    }

    .footer-cta-col:last-child .single-cta {
        margin: 0 auto;
    }

    .footer-social-icon a {
        margin-right: 0px;
    }

    .footer-social-icon {
        display: flex;
        padding-left: 0px;
        flex-direction: row;
        margin-top: 0px;
    }
    .footer-social-icon a {
        width:24px !important;
        height:24px !important;
    }
    .footer-widget {
        flex-direction: column;
    }

    .footer-logo img {
        max-width: 36px;
    }

    .logo img {

        height: 30px;
    }

    .footer-widget-heading h3::before {

        width: 0px;


    }

    .footer-widget-heading h3 {

        margin-bottom: 12px;

    }

    .logo img:nth-child(2) {
        height: 35px;
    }
    .findus,.callus{
        width:100% !important;
    }
}

.navbar-dark .navbar-toggler {
    background: #0005;
    border-color: rgba(0, 0, 0, .1);
}

.scrollupdown {

    position: fixed;

    right: 5px;

    bottom: 10px;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    text-align: center;

    z-index: 10;
    background-color: #fefefe;

    display: flex;

    justify-content: center;
    align-items: center;

}


.scrollupdown img {

    width: 100%;

}

.footer-up {
    background: #fcdfeb;
}

.footer-down {
    background: #ffbcd9;
}

.footer-menu-box {
    display: flex;
    flex-direction: column;
}

.footer-menu-box a {
    display: block;
    font-size: 14px;
    color: #393E46;
}