@font-face {
    font-family: "Belgan Aesthetic";
    src: url(../assets/fonts/belgant-aesthetic.otf);
}

body {
    overflow-x: hidden;
}

.navbar-brand-pc {
    display: block;
    margin-left: 25% !important;
}

.navbar-brand-mobile {
    display: none;
}

.navbar-nav-mobile {
    display: none;
}

.select-category {
    display: none;
}
 .navbar-light .custom-navbar-nav .active > .nav-link{
    color: #ff43b1;
}
.img-caption {

    position: absolute;
    font-size: 2rem;
    width: 400px;
    height: fit-content;
    top: 20%;
    left: 120px;
}

.top-line-1 {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 140%;
    line-height: 100%;
    letter-spacing: 0.035em;
    color: #FFFFFF;
}

.top-line-2 {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 100%;
    letter-spacing: 0.035em;
    color: #FFFFFF;
}

.top-line-3 {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 150%;
    line-height: 100%;
    letter-spacing: 0.035em;
    color: #FFD915;
}

.top-explore-btn {
    background: transparent;
    position: absolute;
    top: 45%;
    left: 120px;
    border: none;
    border-top: 3px solid #FF43B1;
    border-bottom: 3px solid #FF43B1;
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 30px;
    color: #FFFFFF;

}

/* flickity  starts */

/* .carousel {
    background: #EEE;
  } */

/* .carousel-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: gallery-cell;
  } */

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    /* content: counter(gallery-cell); */
    line-height: 200px;
    font-size: 80px;
    color: white;
}

/* flickity  ends */
.navbar-out {
    margin: 0;
    /* margin-top: 5% ; */
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    color: #161616;
}

/* Slide captions */
.slide-captions {
    position: absolute;
    top: 50%;
    left: 15%;
    color: #FFF;
    z-index: 999;
    transform: translateY(-50%);
}

.slide-captions .current-title {
    font-size: 48px;
}

.slide-captions .current-subtitle {
    font-size: 28px;
}

.nav-cart-btn {
    border: 2px solid #EAEAEA;
    padding: 0 15px 0 0 !important;
    height: 40px;
    background: transparent;

}

.nav-cart-btn-mobile {
    display: none;
}

.top-div-carousel-innner {
    height: 80%;
}

.bg-violet {
    padding: 2%;
}

.top-nav {
    background: transparent !important;
}

.navbar-nav>li>a {

    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 20px;
    color: #161616;
}

.navbar-nav>li>a:hover {
    text-decoration: underline;
}

.navbar-nav>li>.nav-cart-btn:hover {
    text-decoration: none !important;
}

.sura_logo {
    /* display: inline-block; */
    width: 10%;
    /* margin-left: 25% !important ; */

}

.carousel-indicators>li.active {

    color: #FFF391;
}

.bg-orange {
    background-color: #FFFCE5;
}

.bg-green {
    background-color: #006A4E;
}

/* .bg-green>.card-body>p:nth-child(2), */
.menu-heading>h1 {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 200%;
    line-height: 100%;
    margin-left: 10%;
    letter-spacing: 0.035em;
    color: #FFFFFF;
}

.bg-aqua {
    background-color: #D8F0EA;
}

.menu-heading>h3 {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 300%;
    line-height: 100%;
    letter-spacing: 0.035em;
    color: #FFD915;
}

.menu-links>a {
    /* display: block; */
    padding: 14px;
    text-decoration: none;
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 30px;
    color: #BDF1E3;

}

.menu-links>a:hover {
    text-decoration: underline;
}

.menu-links>a.active {
    color: yellow;
}

footer {
    padding: 15px 0;
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    /* identical to box height */

    text-align: right;

    color: #B3E2D9;
}

.footer-menu>li,
.footer-menu>li>a,
.footer-bottom>a {
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
    padding: 15px 7px;

    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-menu>li>a:hover,
.footer-bottom>a:hover {
    text-decoration: underline;
}

.footer-bottom>a {
    color: #B3E2D9 !important;

}

.terms-condition {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #B3E2D9;
    margin: 4% 2%;

}

/* .footer-bottom {
    float: left;
    display: inline;
} */

.footer-bottom>a,
.rights a {
    color: #fff;
}

.footer-bottom>a {
    padding-right: 15px;
}

.sura_logo_bottom {
    /* padding: 7px 0; */
    width: 10%;
    height: 10%;
    margin-right: 10%;


}

.subscribe_form {
    width: 78%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 360px;
    position: relative;
}

.subscribe_form_inner {
    padding: 10%;
}

.subscribe_form_inner_form_row {
    width: 100%;
}

.subscribe_form-inp {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #EAEAEA;
}

.subscribe_form>div {
    border: 4px solid #B3E2D9;
    background: #FFFFFF;
    position: absolute;
    top: -180px;
}

.text-green {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 200%;
    line-height: 100%;
    /* identical to box height, or 64px */

    letter-spacing: 0.035em;

    color: #006A4E;
}

.pink-text {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 230%;
    line-height: 100%;
    letter-spacing: 0.035em;
    color: #FF43B1;
    margin-left: 45px;

}

.subscribe-form-desc {
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    width: 60%;
    color: #616161;
    margin: 30px 0;
    word-wrap: break-word;
}

.bg_pink {
    background-color: #FF43B1;
    height: 40px;
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.035em;
    color: #FFFFFF;
    width: 50%;
    border: none;
}

.best_sellers {
    background-color: #EBF5F3;
}

.best-sellers-row {
    width: 80%;
    margin: auto;
}

.image-container {
    padding: 30px 0;
    position: relative;
    height: 42%;
    width: 90%;

}

.image-container>img {
    height: 100%;
    width: 100%;

}

.best-seller-btn {
    position: absolute;
    bottom: 5%;
    width: 100%;
    border: none;
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: 0.035em;
    color: #FFFFFF;
    padding: 5%;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
}

.arrow-bg {
    background-color: #FF43B1;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-bg>img {
    width: 20px;
}

.shopping-outer-box {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
    /* margin-top: 13%; */

}

.shopping-main {
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: row; */
    width: 100%;
    /* margin-bottom: 50px; */
}

.item-img {
    width: 100%;
    height: 75%;
}

.sale-bg {
    background-color: #FFD915;
    width: 30%;
    position: absolute;
    text-align: center;
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    letter-spacing: 0.035em;
    color: #11342B;
}

.item-img>img {
    /* width: 100%;
    height: 100%; */
    /* width: 400px;
    height: 500px; */
    width: 300px;
    height: 380px;
}

.shop-item {
    /* margin: 2% 2% 5% 0; */
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}

.shop-item-div {
    height: 100%;
    margin-bottom: 80px;
}

.nav-cart-bg {
    height: 100%;
}

.nav-cart-img {
    position: relative;
    left: -35px;
    height: 50%;
}

.cart-bg {
    background-color: #11342B;
    height: 50px;
    width: 60px;
    right: 50px;
    position: absolute;
    border: none;
}

.cart-img {
    position: relative;
    width: 30px;
}

.price-cart {
    /* padding-left: 8%; */

}



.product-rating-div {
    display: flex;
    width: 100%;

}

.product-rating {
    width: 50%;
}

.product-rating-star {
    width: 15%;
}

.product-reviews {
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 30px;
    color: #FFFFFF;
}

.item-name {
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 600;
    font-size: 120%;
    margin: 8% 0 0% 0;
    color: #031511;
}

.item-price {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.035em;
    color: #FFFFFF;
    /* margin-right: 30%; */
}

/* .footer {
    padding: 10%;
} */

.footer-top-row {
    display: flex;
    border-bottom: 4px solid rgba(179, 226, 217, 0.15);
    align-items: center;
    padding-bottom: 2%;
    margin: 0 40px;


}

.msg-bg {
    background-color: #FF43B1;
    width: 40px;
    height: 40px;
    position: relative;
    left: -8%;
    top: -36px;
    border: none;
}

.msg-bg>img {
    width: 20px;
    margin: 25%;
}

.shopping-menu {
    display: flex;
    flex-direction: row;
    margin: 2%;
    width: 90%;
    height: 100px;
    align-items: center;

}

.menu-heading {
    display: flex;
    flex-direction: column;
    width: 20%;

}

.menu-links {
    display: flex;
    flex-direction: row;
    padding-left: 15%;
    width: 80%;


}

.rating-main {
    /* display: flex;
    width: 100%; */
    /* margin-bottom: 25px; */
    min-height: 300px;
}

.rating-carousel {
    width: 100%;
    margin: 2%;
}

.rating-div {
    display: flex;
    flex-direction: row;
    border: 1px solid #D7F0EA;
    margin: 2%;
    min-height: 200px;
    width: 510px;
    /* width: 80%; */
    margin-right: 50px;
    word-wrap: break-word;
}

.rating-profile-img {
    position: relative;
    width: 40%;
    height: 90%;

    width: 155px;
    height: 192px;
    top: -10px;
    left: -20px;
}

.rating-details {
    display: flex;
    flex-direction: column;
    margin: 5%;
    word-break: break-word;
    width: 100%;
    min-height: 100px;


}

.rating-title {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 600;
    font-size: 100%;
    letter-spacing: 0.035em;
    color: #006A4E;
    margin-top: 10px;
}

.rating-comment {
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #616161;
    word-wrap: break-word;
    width: 100%;

}

.rating-author {
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 30px;
    color: #031510;
    margin-top: 20px;
}

.rating-star {
    width: 80%;
}

.rating-star>img {
    width: 10%;
}

.blue-div-main {
    min-height: 300px;
}

.blue-div {
    width: 350px;
    height: 100%;
    background-color: #D8F0EA;
    display: flex;
    flex-direction: column;
    padding: 2% 8%;
    margin: 50px;
    word-wrap: break-word;
}

.blue-div-img {
    display: flex;
    margin: 20px 0;

}

.blue-div-carousel {
    margin: 2%;
}

/* .blue-div-carousel-item {
    width: 110%;
} */

.blue-div-img>.small-rect {
    width: 80%;
}

.blue-div-img>.white-eclipse {
    width: 20%;
}

.blue-div-title {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 150%;
    line-height: 100%;
    letter-spacing: 0.035em;
    color: #006A4E;
    width: 100%;
}

.blue-div-content {
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    color: #616161;
    word-break: break-word;
    width: 100%;


}


.our-best {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 200%;
    letter-spacing: 0.035em;
    color: #006A4E;
    margin: 0;
}

.our-best-div {
    margin-top: 10%;
    word-break: break-word;

}

.our-best-seller {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 300%;
    letter-spacing: 0.035em;
    color: #FF43B1;
    margin: 0;
    padding-left: 40px;
}

.our-best-desc {
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    width: 70%;
    color: #616161;
    margin-top: 30px;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #FF43B1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1;

}

.bottom-nav-ul {
    list-style: none;
    width: 60%;
    display: flex;
    justify-content: space-between;
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 30px;
    color: #FFFFFF;
    margin: 4%;
}

.bottom-nav-ul :hover {
    cursor: pointer;
}

.bottom-nav-btn {
    border: none;
    background: transparent;
}

.bottom-nav-btn>img {
    width: 20px;
}

.swiper-item-name {

    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 70%;
    color: #031511;
}

.swiper-item-price {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    /* line-height: 100%; */
    letter-spacing: 0.035em;
    color: #FF43B1;

}

.all-prod-hover,
.appearel-hover,
.crockery-hover,
.table-hover,
.glasswear-hover {
    display: none;

}


.all-prod-li:hover>.all-prod-hover,
.appearel-li:hover>.appearel-hover,
.crockery-li:hover>.crockery-hover,
.table-li:hover>.table-hover,
.glasswear-li:hover>.glasswear-hover {
    display: block;
    position: absolute;
    /* top: -300px; */
    bottom: 50px;
    left: 0;
    width: 100%;
    /* height: 200px; */
    color: black;
    cursor: pointer;
    background-color: white;
}

.mySwiper {
    width: 100vw;
    height: 320px;
    overflow-x: scroll;
    background: #FFF2F9;

}

.swiper-slide-div {
    /* width: 20% !important; */
    text-align: center;
    font-size: 18px;
    background: #FFF2F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* align-items: center; */
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    height: 270px !important;

}

.swiper-top-div img {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 50px;

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* margin-left: 50px; */

    /* object-fit: cover; */
}

.mySwiper::-webkit-scrollbar {

    background-color: transparent;
}



/* .mySwiper {
    width: 100vw;
    height: 300px;
    
    overflow-x: scroll;
    
  }

  .swiper-slide-div {
    width: 20% !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 10px;
  } */

.swiper-slide-div>img {
    width: 100%;
    height: 200px;
}

.mySwiper-wrapper {
    background-color: #FFF2F9;
    display: flex !important;
    /* justify-content: center; */
    align-items: center;
    height: 80% !important;

}

.mySwiper-top::-webkit-scrollbar {

    background-color: transparent;
}

.prev-slide {
    position: absolute !important;
    top: 30px !important;
    right: 90px !important;
    left: unset !important;
    color: black !important;


    background-image: url(../assets/images/prev-arrow.svg);
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    background-position: center;
}

.prev-slide::after {
    display: none;
}

.next-slide {

    position: absolute !important;
    top: 30px !important;
    right: 52px !important;
    left: unset !important;
    color: black !important;

    background-image: url(../assets/images/next-arrow.svg);
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    background-position: center;
}

.next-slide::after {
    display: none;
}

.mySwiper-top {
    width: 100vw;
    height: 100vh;
    overflow-x: scroll;
}

.mySwiper-title {
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 40px;
    color: #30001C;
    margin: 5px 0 10px 10px;
}

.prod-influencers {

    min-height: 100vh;
}

.prod-influencers-div {
    /* width: 430px; */
    /* width: 650px; */
    /* width: 800px; */
    width: 50%;
    min-height: 500px;
    display: flex;
    margin: 80px;
}

.prod-influencers-div-left {
    width: 55%;
}

.prod-influencers-img-circle {
    border-radius: 50%;
    /* width: 400px; */
    width: 60%;
    position: absolute;
    left: 20px;
    top: 137px;
    height: 400px;

    /* border-radius: 50%;
    width: 100%;
    position: relative;
    left: 22%;
    top: -2%;
    height: 60%; */
}

.prod-influencers-div-left .influencers-text-left {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 130%;
    padding: 48px;
    line-height: 100%;
    letter-spacing: 0.035em;
    color: #006A4E;
    word-wrap: break-word;

}

.prod-influencers-div-right .influencers-text-right {
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    margin: 25px 0;
    color: #616161;
    word-wrap: break-word;
    width: 100%;
}

.prod-influencers-div-right {
    width: 50%;
}

.influencers-btn-right {
    width: 100%;
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 30px;
    color: #FF43B1;
    border: none;
    border-bottom: 2px solid #FF43B1;
    border-top: 2px solid #FF43B1;
    background: transparent;

}

.prod-influencers-img {
    /* width: 195px;
    height: 300px; */
    width: 320px;
    height: 485px;
    /* width: 100%;
    height: 80%; */

}

#about-us-main {
    width: 100%;
    margin-top: 0%;
    min-height: fit-content;
    background-color: #FF43B1;
    display: flex;
    flex-direction: column;
}

.about-us-images {
    display: flex;
}

.about-us-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.about-us-right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.about-us-div {
    width: 80%;
    margin: 4%;
}

.about-us-heading {
    font-family: 'Belgan Aesthetic';
    font-style: normal;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 100%;
    letter-spacing: 0.035em;
    color: #FFFFFF;
}

.about-us-desc {
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    /* line-height: 30px; */
    color: #48002A;
    width: 50%;
    margin: 3% 0;
    word-wrap: break-word;
}

.about-us-btn {
    width: 30%;
    font-family: 'Rufina';
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 30px;
    color: #FFFFFF;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    background: transparent;

}

.about-us-top-img {
    position: absolute;
    left: 84%;
    /* top: 290px; */
    top: -100px;

    /* width: 300px;
    height: 360px; */
    width: 20vw;
    /* height: 40vh; */
    height: 20%;

}

.about-us-right-img-top {
    /* margin-top: 140px; */
    margin-top: -270px;


}

.about-us-right-img {
    max-width: 100%;
    max-height: 100%;
}

.about-us-bottom-img {
    position: absolute;
    bottom: 0;
    left: 166px;
    /* width: 666px;
    height: 800px; */
    width: 45vw;
    /* height: 100vh; */
    height: 60%;

}

/* .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
  */

.search-field {
    background-color: transparent;
    background-image: url(https://wp-themes.com/wp-content/themes/twentythirteen/images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 40px;
    /* margin: 3px 0; */
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0px;
    cursor: pointer;
}

.search-field:focus {
    font-family: 'Rufina';
    font-style: normal;
    background-color: #f1efe0;
    border: none;
    border-radius: 5px;
    /* border: 2px solid #000; */
    cursor: text;
    outline: 0;
    width: 165px;
    color: #000;
}

.search-form .search-submit {
    display: none;
}

.top-right-navigation {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    /* position-absolute end-0 d-flex align-items-center */
}


@media (max-width: 480px) {
    .swiper-top-div img {
        display: block;
        width: 80vw;
        height: 100%;
        margin-left: 50px;
    }

    .img-caption {
        font-size: 1rem;
        width: 60%;
        top: 20%;
        left: 90px;
    }

    .top-explore-btn {
        top: 70%;
        left: 85px;
        /* width: 70%; */
        width: 90%;

    }

    .mySwiper-top {
        height: 40vh;
        margin-top: 10%;

    }

    .rating-div {

        width: 80vw;


    }

    .our-best-div {
        text-align: center;
    }

    .our-best-seller {
        padding-left: unset;
    }

    .our-best-desc {
        width: 90%;
        margin: auto;
    }

    .image-container {
        width: 100%;
    }

    .best-seller-btn {
        bottom: 7%;
    }

    .menu-links {
        display: none;
    }

    .sura_logo_bottom {
        width: 20%;
    }

    .footer-links {
        width: 100%;
    }

    .terms-condition {

        /* margin: 0;
    justify-content: space-around; */
        margin: 0 5%;
        text-align: center;

    }

    .footer-bottom {
        display: flex;
    }

    .subscribe_form {
        width: 90%;
        min-height: 460px;
        margin-top: 15%;

    }

    .subscribe_form>div {
        position: unset;
    }

    .subscribe_form_inner {
        padding: 5%;
    }

    .about-us-top-img,
    .about-us-bottom-img {
        position: unset;
        width: 100%;
        height: 100%;
    }

    .about-us-right-img {
        height: 100%;
    }

    .shop-item {
        width: 200px;
    }

    .item-img>img {
        width: 100%;
        height: 250px;
    }

    .shop-item-div {
        height: 370px;
        margin-bottom: 10px;
    }

    .item-name {
        font-size: 120%;
    }

    .item-price {
        font-size: 120%;
    }

    .cart-bg {
        height: 30px;
        width: 40px;
    }

    .cart-img {
        position: relative;
        width: 16px;
    }


    .prod-influencers-div {
        width: 100%;
        margin: unset;
    }

    .prod-influencers-img {
        width: 100%;
        height: 320px;
    }

    .prod-influencers-img-circle {
        border-radius: 50%;
        width: 250px;
        position: absolute;
        /* left: -6px; */
        top: 100px;
        height: 250px;

    }

    .prod-influencers {
        min-height: 570px !important;
        margin: 10% 0;
    }

    .prod-influencers-div-left .influencers-text-left {

        font-size: 100%;
        padding: 15px;
    }

    .prod-influencers-div-right .influencers-text-right {
        font-size: 90%;

    }

    .about-us-right-img-top {
        margin-top: 0;
    }

    .about-us-div {
        width: 90%;
        text-align: center;

    }

    .about-us-desc {
        width: 100%;
    }

    .about-us-btn {
        width: 100%;
    }

    .subscribe_form_inner_form_row {
        display: flex;
        flex-direction: column;
    }

    .subscribe_form_inner_form_row>div {
        margin: 2% 0;
    }

    .best-sellers-row {
        display: flex;
        flex-direction: column-reverse;
    }

}

@media (min-width: 481px) and (max-width: 768px) {
    .mySwiper-top {
        height: 40vh;
        margin-top: 2%;
    }
    .swiper-top-div img {
        display: block;
        width: 70vw;
        height: 100%;
        margin-left: 50px;
    }
    .best-sellers-row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;

    }
    .top-explore-btn {
        top: 70%;
        left: 120px;
        width: 70%;
    }

    .best-sellers-row>div {
        width: 90%;
    }

    .our-best-seller {
        padding-left: unset;
    }

    .our-best-div {
        text-align: center;
    }

    .our-best-desc {
        width: 90%;
        margin: auto;
    }

    .prod-influencers-div {
        width: 100%;
        margin: unset;
    }

    .prod-influencers-img {
        width: 100%;
        height: 320px;
    }

    .prod-influencers-img-circle {
        border-radius: 50%;
        width: 55%;
        position: absolute;
        left: 8%;
        top: 12%;
        height: 55%;

    }

    .prod-influencers {
        min-height: 570px !important;
        margin: 10% 0;
    }

    .prod-influencers-div-left .influencers-text-left {

        font-size: 100%;
        padding: 15px;
    }

    .prod-influencers-div-right .influencers-text-right {
        font-size: 90%;

    }

}

@media (max-width: 767px) {
    .top-right-navigation {
        position: relative;

    }

    .menu-links {
        display: none;
        padding: 0;
        justify-content: space-between;
    }

    .select-category {
        display: block;
        width: 40%;
        float: right;
        position: absolute;
        right: 30px;
        background-color: transparent;
        font-family: 'Rufina';
        font-style: normal;
        font-weight: 400;
        font-size: 90%;
        line-height: 30px;
        color: #FFFFFF;
    }

    .select-category>option {
        color: white;
        background-color: #006A4E;
        width: 40%;

    }

    .menu-links>a {
        padding: 0;
    }

    .navbar-nav {
        align-items: center;
    }

    .navbar-brand-pc {
        display: none;
    }

    .navbar-brand-mobile {
        display: block;
    }

    .navbar-nav-mobile {
        /* display: block; */
        clip-path: polygon(51% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);
        background: #FF43B1;
        width: 100%;
        display: flex;
        margin-top: 25px;
        flex-direction: column;
        align-items: center;
        padding: 35px 0;
    }

    .nav-cart-btn {
        display: none;


    }

    .nav-cart-btn-mobile {
        background-color: transparent;
        display: block;
        border: 2px solid #EAEAEA;
        padding: 0 15px 0 0!important;
        height: 40px;
    }

    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .subscribe-form-desc {

        width: 100%;
        margin: 0;
    }

    .bg_pink {

        width: 100%;
    }

    .footer-top-row {
        flex-direction: column;
        margin: 0;

    }

    .footer-menu {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .footer-menu>li>a {
        padding: 0;
    }

    .bottom-nav {
        display: none;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;

}

@media (min-width: 768px) and (max-width: 870px) {
    .menu-links {
        padding: 0;
        justify-content: space-between;
    }

    .menu-links>a {
        padding: 0;
    }
}


/* display 4 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }


    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    .carousel-item-next.carousel-item-start,
    .active.carousel-item-end {
        transform: translateX(0) !important;
    }


    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

}
