@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
    overflow:auto !important;
}
h1, h2, h3{
    font-family: 'Ubuntu', sans-serif !important;
}
/* upper navbar start here */
.upper_navbar{
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
}
.upper_navbar .second_div{
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.upper_navbar .second_div .heart_div,
.upper_navbar .second_div .cart_div{
    position: relative;
}
.upper_navbar .second_div .heart_div .number_div,
.upper_navbar .second_div .cart_div .number_div{
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upper_navbar .second_div .heart_div .number_div p,
.upper_navbar .second_div .cart_div .number_div p{
    margin: 0;
    color: #fff;
    padding: 2px;
    font-size: 10px;
}
.upper_navbar .second_div .account_div a{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

.second_div .account_div h4{
    display: flex;
    justify-content: center;
    margin: 0;
}

.second_div .account_div h4 span{
    padding-left: 8px;
    padding-right: 8px;
}

.upper_navbar .input-box {
    position: relative;
    width: 100%;
    max-width: 60px;
    height: 55px;
    margin: 0 50px;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
  }
  .upper_navbar .input-box.open {
    max-width: 350px;
  }
  .upper_navbar .input-box input {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    outline: none;
    transition: all 0.5s ease-in-out;
  }
  .upper_navbar .input-box.open input {
    padding: 0 15px 0 90px;
  }
footer{padding: 10px 80px;}
  .upper_navbar .input-box .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
  }
  .upper_navbar .input-box.open .search {
    border-radius: 6px 0 0 6px;
  }
  .search .search-icon {
    font-size: 30px;
    color: #1c1c1c;
  }
  .upper_navbar .input-box .close-icon {
    position: absolute;
    top: 50%;
    right: -45px;
    font-size: 30px;
    color: #1c1c1c;
    padding: 5px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
  }
  .upper_navbar .input-box.open .close-icon {
    transform: translateY(-50%) rotate(180deg);
    pointer-events: auto;
    opacity: 1;
  }
/* upper navbar end here */

/* header part start here */

header .dropdown-menu{
    padding: 10px;
}
header .dropdown-menu .dropdown-item{
    color: #000 !important;
    padding: 5px 15px;
    font-size: 13px !important;
    transition: all 0.5s ease !important;
    font-weight: 600;
}
header .dropdown-menu .dropdown-item:hover{
    background-color: #c1a89f  !important;
    padding-left: 10px;
    color: #fff !important; 
}
header .dropdown-menu .dropdown-item:hover svg{
    fill: #fff;
}
header .dropdown-menu .dropdown-item svg{
    padding-right: 10px;
}
header .navbar{
    padding: 15px 80px !important;
    background-color: white!important;
    margin-top: 0px;
    /* border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1; */
}
/* header .navbar a{
    padding: 0 !important;
} */
header .navbar a img{
    width: 165px;
    margin-top: -25px;
   
}

header .navbar-collapse{
    justify-content: right;
}
.navbar-nav {
    column-gap: 15px !important;
}
.navbar-collapse form a{
    padding: 10px 40px !important;
    background-color: #064baf;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    border-radius: 3px;
}
.navbar-collapse ul li a{
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}
.dropdown-menu .total_drop_menu{
    display: flex;
    justify-content: center;
    width: 100%;
}
.dropdown-menu .total_drop_menu .same_div{
    width: 25%;
    /* width: 250px; */
}
.dropdown-menu .total_drop_menu .same_div img{
    width: 100%;
}
.dropdown-menu .total_drop_menu .same_div h5{
    font-size: 15px;
    padding-left: 15px;
}
/* header part end here */

/* product list start here */
.main_product_list{
    padding: 50px 80px;
}
.main_product_list p{
    margin: 0;
    color: #acacac;
}
.main_product_list h4{
    font-size: 40px;
    padding-bottom: 35px;
    margin: 0;
}
.main_product_list .total_main_product{
    display: flex;
    justify-content: space-between;
}
.main_product_list .total_main_product .left_part{
    width: 28%;
}
.main_product_list .total_main_product .right_part{
    width: 66%;
    border-top: 1px solid #d1d1d1;
}
.main_product_list .total_main_product .left_part .clear_all_div{
    padding: 1rem 1.25rem;
    border-top: 1px solid #d1d1d1;
    color: #000;
}
.main_product_list .total_main_product .left_part .clear_all_div a{
    color: #000;
}
.main_product_list .total_main_product .left_part .accordion-item {
    background-color: #fff;
    border-top: 1px solid #d1d1d1 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.main_product_list .total_main_product .left_part .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #f1f1f1 !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.main_product_list .total_main_product .left_part .accordion-body {
    padding: 0 !important;
}
.main_product_list .total_main_product .left_part .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}
.main_product_list .total_main_product .left_part .accordion-body .price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;
  }
  .main_product_list .total_main_product .left_part .accordion-body .price-range-slider .range-value {
    margin: 0;
  }
  .main_product_list .total_main_product .left_part .accordion-body .price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
  }
  .main_product_list .total_main_product .left_part .accordion-body .price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
  }
  .main_product_list .total_main_product .left_part .accordion-body .price-range-slider .range-bar .ui-slider-range {
    background: #000;
  }
  .main_product_list .total_main_product .left_part .accordion-body .price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #000;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
  }
  .main_product_list .total_main_product .left_part .accordion-body .price-range-slider .range-bar .ui-slider-handle + span {
    background: #000;
  }
  .main_product_list .total_main_product .left_part .accordion-body .category_item {
    padding: 10px 20px;
    height: 260px;
    overflow-y: scroll;
}
  .main_product_list .total_main_product .left_part .accordion-body .category_item .form-check{
    padding-bottom: 10px;
  }

  .colour_div{
    padding: 10px 20px;
  }
  .colour_div .same_div a{
    display: flex;
    align-items: center;
    justify-content: left;
    column-gap: 15px;
    text-decoration: none;
    padding-bottom: 10px;
  }
  .colour_div .same_div p{
    color: #000;
    margin: 0;
  }
  .colour_div .same_div .box_color{
    width: 15px;
    height: 15px;
    border-radius: 3px;
  }

  .main_product_list .total_main_product .right_part .upper_right_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }

  .main_product_list .total_main_product .right_part .upper_right_div .form-select {
    display: block;
    width: 100%;
    padding: 10px 160px 10px 12px;
}
.main_product_list .total_main_product .right_part .lower_div{
    display: flex;
    justify-content: space-between;
    row-gap: 15px;
    flex-wrap: wrap;
}
.main_product_list .total_main_product .right_part .lower_div .same_div{
    width: 32%;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}
.main_product_list .total_main_product .right_part .lower_div .same_div .img_div{
    position: relative;
}

.main_product_list .total_main_product .right_part .lower_div .same_div .img_div:hover .anchor_div {
    margin-top: -100px;
    height: 42px;
    /* margin-left: 24px; */
    padding-top: 10px;
}

.main_product_list .total_main_product .right_part .lower_div .same_div .img_div .sale_div {
    position: absolute;
    top: 10px;
    left: 8px;
}
.main_product_list .total_main_product .right_part .lower_div .same_div .img_div .sale_div p{
    color: #fff !important;
    padding: 4px 8px;
    background-color: #6a6e49;
    display: inline;
    border-radius: 4px;
}
.main_product_list .total_main_product .right_part .lower_div .same_div .img_div .anchor_div{
	position:absolute;
	width: 100%;
    height: 0px;
	padding-top: 0px;
    overflow:hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top:120px;
    color: #000;
    /* padding: 10px 40px; */
    border-radius: 40px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-align:center;
}

.main_product_list .total_main_product .right_part .lower_div .same_div .img_div .anchor_div:hover{
    background-color: #6a6e49;
    color: #fff !important;
    border: 1px solid #6a6e49;
}
/* .main_product_list .total_main_product .right_part .lower_div .same_div .img_div .anchor_div a{
    color: #000;
}
.main_product_list .total_main_product .right_part .lower_div .same_div .img_div .anchor_div:hover a:hover{
    color: #fff !important;
} */
.main_product_list .total_main_product .right_part .lower_div .same_div .img_div img{
    width: 100%;
}
.main_product_list .total_main_product .right_part .lower_div .same_div a{
    text-decoration: none;
}
.main_product_list .total_main_product .right_part .lower_div .same_div .text_div {
    padding: 10px;
    color: #000 !important;
    fill: #000;
    height: 120px;
}
.main_product_list .total_main_product .right_part .lower_div .same_div .text_div p {
    color: #000 !important;
    height: 50px;
}
.main_product_list .total_main_product .right_part .lower_div .same_div .text_div h6{
    padding-top: 10px;
    font-weight: 600;
}
/* product list end here */

/* free delivery start here */
.total_free_delivery{
    padding: 40px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d1d1d1
}
.total_free_delivery .same_div{
    display: flex;
    column-gap: 15px;
    width: 24%;
}
.total_free_delivery .same_div h5{
    font-size: 18px;
    margin-bottom: 10px;
}
.total_free_delivery .same_div p{
    font-size: 15px;
    margin: 0;
}
/* free delivery end here */

/* sign up to our start here */
.sign_up_newspaper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 80px;
    border-top: 1px solid #d1d1d1;
}
.sign_up_newspaper .same_div h5{
    font-size: 18px;
    margin-bottom: 10px;
}
.sign_up_newspaper .same_div p{
    font-size: 15px;
}
.sign_up_newspaper .input_div{
    position: relative;
}
.sign_up_newspaper .input_div input {
    padding: 11px 213px 11px  10px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
}
.sign_up_newspaper .input_div .anchor_div {
    position: absolute;
    right: 1%;
    top: 23%;
}
.sign_up_newspaper .social_div{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.sign_up_newspaper .social_div a{
    width: 40px;
    height: 40px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
/* sign up to our end here */

/* footer start here */
/* footer .upper_footer{
    padding: 40px 80px;
    border-top: 1px solid #b1b1b1;
    display: flex;
    align-items: baseline;
}
footer .upper_footer .first_div{
    width: 28%;
}
footer .upper_footer .first_div h6{
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
footer .upper_footer .first_div a{
    text-decoration: none;
    color: #000;
}
footer .upper_footer .first_div a p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 7px 0;
}
footer .upper_footer .last_div{
    width: 18%;
}
footer .upper_footer .last_div h4{
    font-size: 17px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
    font-family: 'Ubuntu', sans-serif !important;
}
footer .upper_footer .last_div ul{
    padding-left: 0;
}
footer .upper_footer .last_div ul li{
    list-style: none;
    padding-bottom: 5px;
}
footer .upper_footer .last_div ul li a{
    color: #000;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.5s ease;
}
footer .upper_footer .last_div ul li a:hover{
    padding-left: 10px;
}
footer .lower_footer{
    border-top: 1px solid #b1b1b1;
}
footer .lower_footer .same_div p{
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #000;
    background-color: #776c6c;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
footer .lower_footer .same_div p span{
    font-size: 28px;
}
footer .lower_footer .same_div p a{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
} */
/* footer end here */

/* home_page css start here */

/* banner start here */
.banner_part{
    padding: 0px 0px;
  
}
.total_banner{
    background-image: url('../images/anjali_flowers_home_page_img/anjali_flower_banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
    border-radius: 5px;
}
.total_banner .text_div{
    text-align: center;
}
.total_banner .text_div h6{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.total_banner .text_div h2{
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.total_banner .text_div a{
    padding: 10px 35px;
    border: 1px solid #000;
    /* background-color: ; */
    background: linear-gradient(to left, #fff 50%, #000 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
}
.total_banner .text_div a:hover{
    background-position: left;
    color: #fff;
}
.carousel-indicators{
    column-gap: 15px;
}
.carousel-indicators li{
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #6a6e49;
}
.carousel-indicators li.active{
    background-color: #6a6e49;
}
/* banner end here */

/* banner bottom start here */
.banner_bottom{
    margin: 0 80px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f1f1;
    border-radius: 5px;
}
.banner_bottom .same_div{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.banner_bottom .same_div p{
    margin: 0;
    font-size: 13px;
}
/* banner bottom end here */

/* catagories part start here */
.catagory_all_type{
    padding: 50px 80px;
    text-align: center;
}
.catagory_all_type h3{
    font-size: 30px;
    color: #000;
    padding-bottom: 40px;
}
.catagory_all_type .all_catagories{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catagory_all_type .all_catagories a{
    text-decoration: none;
}
.catagory_all_type .all_catagories a img{
    height: 150px;
    width: 150px;
}
.catagory_all_type .all_catagories a p{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
}
/* catagories part end here */

/* membership plan start here */
.membership_deal_plan{
    margin: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cccbcb;
    border-radius: 5px;
}
.membership_deal_plan .left_part{
    width: 30%;
    background-image: url('../images/anjali_flowers_home_page_img/7.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 30px 120px 30px;
    text-align: center;
}
.membership_deal_plan .left_part h4 {
    text-align: center;
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 45px;
    color: #fff;
}
.membership_deal_plan .left_part .months_div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 70px 0;
}
.membership_deal_plan .left_part .months_div .same_div{
    width: 33.33%;
}
.membership_deal_plan .left_part .months_div .same_div h5{
    text-align: center;
    margin: 0;
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 44px;
    font-weight: 900;
}
.membership_deal_plan .left_part .months_div .same_div p{
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.membership_deal_plan .left_part a{
    padding: 10px 35px;
    border-radius: 40px;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 80px;
    transition: all 0.5s ease;
}
.membership_deal_plan .left_part a:hover{
    color: #fff;
    background-color: #6a6e49;
    border: 1px solid #6a6e49;
}
.membership_deal_plan .right_part{
    width: 65%;
}
.membership_deal_plan .right_part .total_lower_div .same_div .img_div{
    position: relative;
}
.membership_deal_plan .right_part .total_lower_div .same_div .img_div img{
    width: 100%;
}
.membership_deal_plan .right_part .total_lower_div .same_div a{
    text-decoration: none;
}
.membership_deal_plan .right_part .total_lower_div .same_div .text_div{
    padding: 10px;
    color: #000 !important;
    fill: #000;
    height: 175px;
}
.membership_deal_plan .right_part .total_lower_div .same_div .text_div p{
    color: #000 !important;
    margin: 0;
    padding-bottom: 5px;
}
.membership_deal_plan .right_part .total_lower_div .same_div .text_div h6{
    padding-top: 10px;
    font-weight: 600;
}
.membership_deal_plan .right_part .total_lower_div .same_div .text_div h6 span{
    color: #acacac;
    font-size: 13px;
    text-decoration: line-through;
}
.membership_deal_plan .right_part .total_lower_div .same_div .text_div .star_div{
    height: 27px;
}
.membership_deal_plan .right_part .total_lower_div .same_div .text_div .small_div{
    height: 30px;
    font-size: 12px;
    padding-bottom: 10px;
    margin: 0;
}

.membership_deal_plan .right_part .total_lower_div{
    display: flex;
    justify-content: space-between;
    row-gap: 15px;
    flex-wrap: wrap;
}
.membership_deal_plan .right_part .total_lower_div .same_div{

    border: 1px solid #d4d4d4;
    border-radius: 3px;
}

.membership_deal_plan .right_part .total_lower_div .same_div .img_div .sale_div {
    position: absolute;
    top: 10px;
    left: 8px;
}
.membership_deal_plan .right_part .total_lower_div .same_div .img_div .sale_div p{
    color: #fff !important;
    padding: 4px 8px;
    background-color: #6a6e49;
    display: inline;
    border-radius: 4px;
}
.membership_deal_plan .right_part .total_lower_div .same_div .img_div .new_div{
    position: absolute;
    top: 43px;
    left: 8px;
}
.membership_deal_plan .right_part .total_lower_div .same_div .img_div .new_div p{
    color: #fff !important;
    padding: 4px 7px;
    background-color: #000;
    display: inline;
    border-radius: 4px;
}
.owl-theme .owl-dots {
    display: none;
}
.membership_deal_plan .right_part .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -2%;
    top: 40%;
}
.membership_deal_plan .right_part .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -2%;
    top: 40%;
}
.membership_deal_plan .right_part .upper_div{
    display: flex;
    justify-content: space-between;
    padding: 0 14px 15px 14px;
}
.membership_deal_plan .right_part .upper_div h3{
    font-size: 30px;
    color: #000;
    margin: 0;
}
.membership_deal_plan .right_part .upper_div a {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
    height: 23px;
    text-decoration: none;
}
/* membership plan end here */

/* flash sale start here */
.flash_sale{
    margin: 100px 80px 50px 80px;
    background-color: #9DA554;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 8px;
    border-radius: 5px;
    position: relative;
}
.flash_sale .first_div{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.flash_sale .first_div h5 {
    color: #FFD301;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}
.flash_sale .first_div img{
    height: 50px;
}
.flash_sale .first_div .fifty_div{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.flash_sale .first_div .fifty_div .fifty_text h6 {
    color: #fff;
    margin: 0;
    font-size: 53px;
    font-weight: 700;
}
.flash_sale .first_div .fifty_div .fifty_sale p{
    margin: 0;
    color: #FFD301;
    font-weight: 600;
}
.flash_sale .sec_div h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.flash_sale .sec_div p{
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.flash_sale .sec_div p span{
    color: #FFD301;
}
.flash_sale .third_div a{
    padding: 10px 35px;
    border-radius: 40px;
    border: 1px solid #000;
    color: #000;
    background: linear-gradient(to left, #fff 50%, #000 50%) right;
    background-size: 200%;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s ease;
}
.flash_sale .third_div a:hover{
    color: #fff;
    background-position: left;
}
.flash_sale .img_div {
    position: absolute;
    top: -19%;
    left: 26%;
    width: 168px;
}
.flash_sale .img_div img{
    width: 100%;
    padding-top: 30px;
}
/* flash sale end here */

/* feature product start here */
.full_feature_product {
    padding: 40px 80px;
}
.full_feature_product .upper_div{
    display: flex;
    justify-content: space-between;
}
.full_feature_product .upper_div h3{
    font-size: 30px;
    color: #000;
    margin: 0;
}
.full_feature_product .upper_div a{
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
    height: 23px;
    text-decoration: none;
}
.tab_feature .nav-tabs{
    display: flex;
    justify-content: center;
    border-bottom: none !important;
}
.tab_feature .nav-tabs .nav-link.active{
    border-color: #fff !important;
    border-bottom: 1px solid #000 !important;
    font-weight: 400;
}
.tab_feature .nav-tabs .nav-link{
    color: #000;
    font-weight: 600;
}
.tab_feature .tab-content{
    padding: 30px 0;
}


.tab_feature .total_lower_div .same_div .text_div p{
    color: #000 !important;
    margin: 0;
    padding-bottom: 5px;
}
.tab_feature .total_lower_div .same_div .text_div h6{
    padding-top: 10px;
    font-weight: 600;
}
.tab_feature .total_lower_div .same_div .text_div h6 span{
    color: #acacac;
    font-size: 13px;
    text-decoration: line-through;
}
.tab_feature .total_lower_div .same_div .text_div .star_div{
    height: 27px;
}
.tab_feature .total_lower_div .same_div .text_div .small_div{
    height: 30px;
    font-size: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.tab_feature .total_lower_div{
    display: flex;
    justify-content: space-between;
    row-gap: 15px;
    flex-wrap: wrap;
}
.tab_feature .total_lower_div .same_div{

    border: 1px solid #d4d4d4;
    border-radius: 3px;
}

.tab_feature .total_lower_div .same_div .img_div .sale_div {
    position: absolute;
    top: 10px;
    left: 8px;
}
.tab_feature .total_lower_div .same_div .img_div .sale_div p{
    color: #fff !important;
    padding: 4px 8px;
    background-color: #6a6e49;
    display: inline;
    border-radius: 4px;
}
.tab_feature .total_lower_div .same_div .img_div .new_div{
    position: absolute;
    top: 43px;
    left: 8px;
}
.tab_feature .total_lower_div .same_div .img_div .new_div p{
    color: #fff !important;
    padding: 4px 7px;
    background-color: #000;
    display: inline;
    border-radius: 4px;
}
.owl-theme .owl-dots {
    display: none;
}
.tab_feature .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -2%;
    top: 40%;
}
.tab_feature .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -2%;
    top: 40%;
}
.tab_feature .upper_div{
    display: flex;
    justify-content: space-between;
    padding: 0 14px 15px 14px;
}
.tab_feature .upper_div h3{
    font-size: 30px;
    color: #000;
    margin: 0;
}
.tab_feature .upper_div a {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
    height: 23px;
    text-decoration: none;
}
.tab_feature .total_lower_div .same_div .text_div {
    padding: 10px;
    color: #000 !important;
    fill: #000;
    height: 175px;
}
.tab_feature .total_lower_div .same_div a{
    text-decoration: none;
}
.tab_feature .total_lower_div .same_div a .img_div{
    width: 215px;
    height: 215px;
}
.tab_feature .total_lower_div .same_div a .img_div img{
    height: 100%;
}
/* feature product end here */

/* save upto part start here */
.save_up_to{
    padding: 0 80px 30px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.save_up_to .same_div{
    width: 49%;
}
.save_up_to .same_div img{
    width: 100%;
}
.save_up_to .same_div .text_div p{
    font-size: 12px;
    margin-bottom: 40px;
}
.save_up_to .same_div .text_div h3{
    font-size: 30px;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}
.save_up_to .same_div .text_div{
    padding: 25px;
}
.save_up_to .same_div .text_div a{
    padding: 10px 35px;
    border: 1px solid #000;
    background: linear-gradient(to left, #fff 50%, #000 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.5s ease;
}
.save_up_to .same_div .text_div a:hover{
    background-position: left;
    color: #fff;
}
/* save upto part start here */

/* new product start here */
.new_product_html{
    padding: 0 80px;
}

.new_product_html .total_lower_div .same_div .text_div p{
    color: #000 !important;
    margin: 0;
    padding-bottom: 5px;
}
.new_product_html .total_lower_div .same_div .text_div h6{
    padding-top: 35px;
    font-weight: 600;
}
.new_product_html .total_lower_div .same_div .text_div h6 span{
    color: #acacac;
    font-size: 13px;
    text-decoration: line-through;
}
.new_product_html .total_lower_div .same_div .text_div .star_div{
    height: 27px;
}
.new_product_html .total_lower_div .same_div .text_div .small_div{
    height: 30px;
    font-size: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.new_product_html .total_lower_div{
    display: flex;
    justify-content: space-between;
    row-gap: 15px;
    flex-wrap: wrap;
}
.new_product_html .total_lower_div .same_div{

    border: 1px solid #d4d4d4;
    border-radius: 3px;
}

.new_product_html .total_lower_div .same_div .img_div .sale_div {
    position: absolute;
    top: 10px;
    left: 8px;
}
.new_product_html .total_lower_div .same_div .img_div .sale_div p{
    color: #fff !important;
    padding: 4px 8px;
    background-color: #6a6e49;
    display: inline;
    border-radius: 4px;
}
.new_product_html .total_lower_div .same_div .img_div .new_div{
    position: absolute;
    top: 43px;
    left: 8px;
}
.new_product_html .total_lower_div .same_div .img_div .new_div p{
    color: #fff !important;
    padding: 4px 7px;
    background-color: #000;
    display: inline;
    border-radius: 4px;
}
.owl-theme .owl-dots {
    display: none;
}
.new_product_html .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -2%;
    top: 40%;
}
.new_product_html .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -2%;
    top: 40%;
}
.new_product_html .upper_div{
    display: flex;
    justify-content: space-between;
    padding: 0 14px 15px 14px;
}
.new_product_html .upper_div h3{
    font-size: 30px;
    color: #000;
    margin: 0;
}
.new_product_html .upper_div a {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
    height: 23px;
    text-decoration: none;
}
.new_product_html .total_lower_div .same_div .text_div {
    padding: 10px;
    color: #000 !important;
    fill: #000;
    height: 175px;
}
.new_product_html .total_lower_div .same_div a{
    text-decoration: none;
}
.new_product_html .upper_div{
    display: flex;
    justify-content: space-between;
    padding: 0 14px 30px 14px;
}
.new_product_html .upper_div h3{
    font-size: 30px;
    color: #000;
    margin: 0;
}
.new_product_html .upper_div a {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
    height: 23px;
    text-decoration: none;
}
/* new product end here */

/* birth day celebration start here */
.birthday_celebration{
    padding: 50px 80px 30px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.birthday_celebration .same_div{
    width: 32%;
}
.birthday_celebration .same_div img{
    width: 100%;
}
.birthday_celebration .same_div .text_div p{
    font-size: 12px;
    margin-bottom: 40px;
}
.birthday_celebration .same_div .text_div h3{
    font-size: 26px;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}
.birthday_celebration .same_div .text_div{
    padding: 15px;
}
.birthday_celebration .same_div .text_div a{
    padding: 10px 35px;
    border: 1px solid #000;
    background: linear-gradient(to left, #fff 50%, #000 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.5s ease;
}
.birthday_celebration .same_div .text_div a:hover{
    background-position: left;
    color: #fff;
}
/* birth day celebration end here */

/* dedicated wedding start here */
.dedicated_section{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 80px 50px 80px;
}
.dedicated_section .same_div{
    /* width: 50%; */
    width: 595px;
    height: 454px;
}
.dedicated_section .same_div img{
    width: 100%;
}
.dedicated_section .same_div h3{
    font-size: 26px;
    color: #fff;
    padding: 15px 0;
    margin: 0;
}
.dedicated_section .same_div p{
    font-size: 13px;
    color: #fff;
    margin-bottom: 39px;
}
.dedicated_section .same_div a{
    padding: 10px 35px;
    border: 1px solid #fff;
    background: linear-gradient(to left, #6a6e49 50%, #000 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.5s ease;
}
.dedicated_section .same_div a:hover{
    background-position: left;
    color: #fff;
}
/* dedicated wedding end here */

/* home_page css start here */

/* location start here */
.location_part_start{
    padding: 50px 80px;
}
.location_part_start .head_loca{
    text-align: center;
    padding-bottom: 40px;
    font-size: 40px;
}
.location_part_start .loca_full_div{
    padding: 0 80px;
}
.location_part_start .loca_full_div .same_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location_part_start .loca_full_div .same_div .left_div{
    width: 45%;
}
.location_part_start .loca_full_div .same_div .left_div img{
    width: 100%;
}
.location_part_start .loca_full_div .same_div .right_div{
    width: 45%;
}
.location_part_start .loca_full_div .same_div .right_div h3{
    font-size: 38px;
    padding-bottom: 30px;
}
.location_part_start .loca_full_div .same_div .right_div p{
    font-size: 13px;
}
.location_part_start .loca_full_div .same_div .right_div h5{
    font-size: 15px;
}
.map_sec h3{
    text-align: center;
    padding-bottom: 40px;
    font-size: 40px;
}
.map_sec{
    padding-bottom: 50px;
}
/* location end here */

/* our story section start here */
.our_story_sec{
    padding: 50px 80px;
    text-align: center;
}
.our_story_sec h3{
    font-size: 38px;
    padding-bottom: 30px;
}
.our_story_sec p{
    font-size: 18px;
    padding-bottom: 30px;
    font-weight: 400;
}
.our_story_sec .image_div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.our_story_sec .image_div img{
    width: 31%;
}
.our_philosophy{
    padding: 0 80px 50px 80px;
    text-align: center;
}
.our_philosophy p{
    font-size: 18px;
    font-weight: 400;
}
.our_philosophy h3{
    font-size: 38px;
    padding-bottom: 30px;
}
.our_approach{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    height: 532px;
}
.our_approach .left_div{
    width: 50%;
    height: 100%;
}
.our_approach .left_div img{
    width: 100%;
    height: 100%;
}
.our_approach .right_div{
    width: 70%;
    padding-left: 15px;
    /* background-color: #e7e7e7; */
    height: 532px;
    /* padding-top: 60px; */

}
.our_approach .right_div h3{
    /* font-size: 38px;
    padding-bottom: 30px; */
    text-align: center;
    padding-top: 5px;
}
.our_approach .right_div p{
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 400;
}
.our_client{
    padding: 0 80px 50px 80px;
    text-align: center;
}
.our_client h3{
    font-size: 38px;
    padding-bottom: 30px;
}
.our_client p{
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 400;
}
.our_client .slider_div{
    padding: 0 50px;
}
.our_client .slider_div .carousel-item img{
    height: 600px; width: 100%;
}
.our_client .slider_div .carousel-control-next {
    right: -83px;
}
.our_client .slider_div .carousel-control-prev {
    left: -83px;
}

.fiore_flower{
    padding: 0 80px 50px 80px;
    text-align: center;
}
.fiore_flower img{
    display: table;
    margin: 0 auto;
    width: 120px;
}
.fiore_flower h3{
    font-size: 35px;
    line-height: 42px;
    padding-top: 30px;
    margin-bottom: 40px;
}
.fiore_flower a{
    padding: 10px 35px;
    border: 1px solid #000;
    background: linear-gradient(to left, #fff 50%, #000 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
}
.fiore_flower a:hover{
    background-position: left;
    color: #fff;
}
.follow_us_story{
    padding: 50px 0;
    text-align: center;
}
.follow_us_story h3{
    font-size: 38px;
    padding-bottom: 30px;
}
.follow_us_story .img_div_story{
    display: flex;
    align-items: center;
    justify-content: center;
}
.follow_us_story .img_div_story a{
    text-decoration: none;
    width: 16.66%;
    height: 228px;
    overflow: hidden;
    position: relative;
    transition: all ease .5s;
}
.follow_us_story .img_div_story a img{
    width: 100%;
    transition: 0.3s;
}
.follow_us_story .img_div_story a:hover img{
    transform: scale(1.1) !important;
}
.follow_us_story .img_div_story a:hover .overlay_sim_color{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(110,112,92,0.85);

}
.follow_us_story .img_div_story a:hover .overlay_sim_color svg{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* our story section start here */

/* our subscription section start here */
.our_story_sec .image_div_2{
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.our_story_sec .image_div_2 .same_div{
    width: 29%;
}
.our_story_sec .image_div_2 .same_div h4{
    font-size: 42px;
    font-family: 'Italiana', serif;
}
.our_story_sec .image_div_2 .same_div h3{
    font-size: 34px;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 400;
}
.our_story_sec .image_div_2 .same_div p{
    margin: 0;
    padding-bottom: 0;
}
.our_approach .right_div a{
    padding: 10px 35px;
    border: 1px solid #000;
    background: linear-gradient(to left, #fff 50%, #000 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
}
.our_approach .right_div a:hover{
    background-position: left;
    color: #fff;
}
/* our subscription section start here */

/* product inner section start here */
.bisous_product_inner{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 80px;
}
.bisous_product_inner .left_part{
    width: 50%;
}
.bisous_product_inner .left_part img{
    width: 100%;
    height: 100%;
}
.bisous_product_inner .right_part{
    width: 50%;
    padding: 0 60px;
    -webkit-overflow-scrolling: touch;
}
.bisous_product_inner .right_part h3 {
    font-size: 25px;
    margin: 0;
    padding-bottom: 15px;
}
.bisous_product_inner .right_part h5{
    font-size: 25px;
}
.bisous_product_inner .right_part h5 span{
    font-size: 18px;
}
.bisous_product_inner .right_part p{
    font-size: 14px;
    margin-bottom: 8px;
    color: #9b9b9b;
}
.bisous_product_inner .right_part .main_head_name li::marker{
    color: green;
    font-size: 20px;
}
.bisous_product_inner .right_part .extra_special_gift{
    display: flex;
    align-items: baseline;
    justify-content: left;
    column-gap: 15px;
    padding-bottom: 20px;
}
.bisous_product_inner .right_part .extra_special_gift a{
    text-decoration: none;
    width: 300px;
    border-radius: 3px;
    border: 1px solid transparent;
}
.bisous_product_inner .right_part .extra_special_gift a:hover{
    border: 1px solid green;
}
.bisous_product_inner .right_part .extra_special_gift a .text_div{
    padding: 5px;
}
.bisous_product_inner .right_part .extra_special_gift a.active{
    border: 1px solid green;
}
.bisous_product_inner .right_part .extra_special_gift a img{
    width: 100%;
}
.bisous_product_inner .right_part .extra_special_gift a p{
    font-size: 12px;
    color: #000;
    font-weight: 400;
}
.bisous_product_inner .right_part .extra_special_gift a h6{
    font-size:16px;
    color: #000;
}
.bisous_product_inner .right_part .star_review{
    display: flex;
    align-items: center;
    justify-content: left;
    column-gap: 15px;
    padding-bottom: 15px;
}
.bisous_product_inner .right_part .star_review h4{
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.bisous_product_inner .right_part .star_review a p{
    font-size: 16px;
    margin: 0;
}
.bisous_product_inner .right_part .get_today{
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-bottom: 20px;
}
.bisous_product_inner .right_part .get_today p{
    margin: 0;
}
.bisous_product_inner .right_part .safe_time_smile{
    display: flex;
    align-items: center;
    justify-content: left;
    column-gap: 10px;
    padding-left: 0 !important;
    padding-bottom: 15px;
    border-bottom:1px solid #6a6e498e !important;
}
.bisous_product_inner .right_part .safe_time_smile li{
    display: flex;
    align-items: center;
    justify-content: left;
    list-style: none;
    column-gap: 5px;
}
.bisous_product_inner .right_part .safe_time_smile li p{
    color: #000;
    margin: 0;
}
.bisous_product_inner .right_part .safe_time_smile li p{
    font-size: 10px;
}
.bisous_product_inner .right_part .social_sec{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    padding: 15px;
    border-bottom:1px solid #6a6e498e !important;
    border-top:1px solid #6a6e498e !important;

}

.bisous_product_inner .right_part .social_sec a{
    padding: 5px;
    border: 1px solid #6a6e498e;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bisous_product_inner .right_part .cart_buy_button{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    padding-bottom: 15px;
}
.bisous_product_inner .right_part .cart_buy_button .cart{
    padding: 10px 35px;
    border: 1px solid #000;
    background: linear-gradient(to left, #fff 50%, #000 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
}
.bisous_product_inner .right_part .cart_buy_button .cart:hover{
    background-position: left;
    color: #fff;
}
.bisous_product_inner .right_part .cart_buy_button .buy{
    padding: 12px 50px;
    border: 1px solid #6a6e49;
    background: linear-gradient(to left, #6a6e49 50%, #fff 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
}
.bisous_product_inner .right_part .cart_buy_button .buy:hover{
    background-position: left;
    color: #000;
}
.bisous_product_inner .right_part .caring_tips{
    padding-left: 0;
}
.bisous_product_inner .right_part .caring_tips li::marker{
    color: #979595;
}
.three_flower_sec{
    padding: 0 80px 50px 80px;
    text-align: center;
}
.three_flower_sec h3{
    font-size: 35px;
    line-height: 42px;
    padding-bottom: 30px;
}
.three_flower_sec .full_three_sec_flower{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.three_flower_sec .full_three_sec_flower .same_div{
    width: 32%;
}
.three_flower_sec .full_three_sec_flower .same_div img{
    width: 100%;
}
.three_flower_sec .full_three_sec_flower .same_div a{
    text-decoration: none;
}
.three_flower_sec .full_three_sec_flower .same_div img{
    transition: 0.3s;
    z-index: 100;
}
.three_flower_sec .full_three_sec_flower .same_div:hover img{
    transform: scale(1.1) !important;
}
.three_flower_sec .full_three_sec_flower .same_div h4{
    font-family: 'Italiana', serif;
    color: #000;
    font-size: 30px;
}
.three_flower_sec .full_three_sec_flower .same_div svg{
    fill: #000 !important;
}
.three_flower_sec .full_three_sec_flower .same_div p{
    color: #000;
    font-size: 18px;
    padding: 10px 0;
}
.three_flower_sec .full_three_sec_flower .same_div .text_div{
    position: relative;
    background-color: #fff;
}
.three_flower_sec .full_three_sec_flower .same_div .text_div .anchor_div a {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 80%;
    display: table;
    margin: 0 auto;
    z-index: -9999;
    padding: 10px 50px;
    border: 1px solid #000;
    background: linear-gradient(to left, #fff 50%, #6a6e49 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #6a6e49;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
}
.three_flower_sec .full_three_sec_flower .same_div .text_div .anchor_div a:hover{
    background-position: left;
    color: #fff;
    border: 1px solid #6a6e49;
}
.three_flower_sec .full_three_sec_flower .same_div:hover .text_div .anchor_div a{
    bottom: 145%;
    z-index: 1000;
}

/* product inner section end here */

/* contact us section start here */
.contact_our_page{
    width: 625px;
    display: table;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
}
.contact_our_page h3{
    font-size: 38px;
    padding-bottom: 15px;
}
.contact_our_page .divide_sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.contact_our_page .divide_sec a{
    text-decoration: none;
    color: #000;
    width: 50%;
    line-height: 54px;
}
.contact_our_page form input{
    padding: 11px;
    border-radius: 0 !important;
}
.contact_our_page form textarea{
    padding: 11px;
    width: 100%;
    border: 1px solid #ced4da;
}
.contact_our_page form button{
    padding: 12px 50px;
    width: 100%;
    border: 1px solid #000;
    background: linear-gradient(to left, #fff 50%, #6a6e49 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #6a6e49;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
}
.contact_our_page form button:hover{
    background-position: left;
    color: #fff;
}
/* contact us section end here */

/* our blog section start here */
.banner_blog{
    background-color: #e7e7e7;
    padding: 50px 80px;
    text-align: center;
}
.banner_blog a{
    text-decoration: none;
    color: #000;
}
.banner_blog a p{
    font-size: 13px;
    margin: 0;
    padding-top: 15px;
}
.banner_blog a h4{
    font-size: 30px;
}
.main_blog_sec{
    padding: 50px 80px;
}
.main_blog_sec h3{
    font-size: 38px;
    text-align: center;
    padding-bottom: 30px;
}
.main_blog_sec .total_blog_sec{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_blog_sec .total_blog_sec .same_div{
    width: 31%;
    overflow: hidden;
}

.main_blog_sec .total_blog_sec .same_div a{
    text-decoration: none;
    color: #000;
}
.main_blog_sec .total_blog_sec .same_div a img{
    width: 100%;
    transition: 0.3s;
}
.main_blog_sec .total_blog_sec .same_div a:hover img{
    transform: scale(1.1) ;
}
.main_blog_sec .total_blog_sec .same_div a .text_div{
    padding: 10px;
}
.main_blog_sec .total_blog_sec .same_div a .text_div h5{
    font-size: 13px;
}
.main_blog_sec .total_blog_sec .same_div a .text_div h4{
    font-size: 20px;
}
.main_blog_sec .total_blog_sec .same_div a .text_div p{
    font-size: 13px;
}
/* our blog section start here */

/* our blog details section start here */
.total_blog_details{
    width: 800px;
    padding: 50px ;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.total_blog_details h3{
    font-size: 34px;
}
.total_blog_details img{
    width: 100%;
}
.total_blog_details .text_div{
    text-align: justify;
    padding-top: 30px;
}
/* our blog details section end here */

/* pop up start here */
#pop-up{
    text-align: right;
    width: 600px;
    height: 530px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #pop-up .all_pop_up_div{
    padding: 20px 30px;
  }
  #pop-up .all_pop_up_div h1{
    font-size: 34px;
    font-family: 'Italiana', serif !important;
    padding-top: 15px;
  }
  #pop-up .all_pop_up_div h6{
    font-size: 13px;
    padding-bottom: 15px;
  }
  #pop-up .all_pop_up_div form input{
    padding: 11px;
    border-radius: 0 !important;
  }
  #pop-up .all_pop_up_div form button{
    padding: 10px 35px;
    border: 1px solid #6a6e49;
    background: linear-gradient(to left, #fff 50%, #6a6e49 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #6a6e49;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
  }
  #pop-up .all_pop_up_div form button:hover{
    background-position: left;
    color: #fff;
  }
  #pop-up .all_pop_up_div form{
    margin-bottom: 15px;
  }
  #pop-up .all_pop_up_div h5{
    font-size: 14px;
  }
/* pop up end here */

/* register start here */
.register_start_sec{
    width: 650px;
    display: table;
    margin: 0 auto;
    padding: 50px 0;
}
.register_start_sec h3{
    font-family: 'Italiana', serif !important;
    text-align: center;
    color: #000;
    font-size: 45px;
    line-height: 27px;
    padding-bottom: 40px;
}
.register_start_sec form .form-group label{
    font-weight: 600;
    padding-bottom: 6px;
}
.register_start_sec form .form-group input{
    padding: 11px;
    border-radius: 0 !important;
}
.register_start_sec form .form-group select{
    /* padding: 11px; */
    border-radius: 0 !important;
}
.register_start_sec form .login_reg{
    padding: 10px 35px;
    border: 1px solid #6a6e49;
    background: linear-gradient(to left, #fff 50%, #6a6e49 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #6a6e49;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
    width: 100%;
    text-align: center;
}
.register_start_sec form .login_reg:hover{
    background-position: left;
    color: #fff;
}
.register_start_sec form .remember_me{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.register_start_sec form .remember_me .remem_anchor a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.register_start_sec .create_now{
    text-align: center;
    padding-top: 15px;
    margin: 0;
}
.register_start_sec .create_now a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
/* register end here */

.main_code_div .bgWhite {
    background: white;
  }
  .main_code_div .bgWhite .title {
    font-weight: 400;
    margin-top: 12px;
    font-size: 18px;
    text-align: initial;
    color: #979595;
  }
  .main_code_div .bgWhite form input {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #c1c0c0;
    border-radius: 50%;
  }
  .main_code_div .bgWhite .title2 {
    font-weight: 400;
    margin-top: 12px;
    font-size: 18px;
    text-align: initial;
    color: #979595;
    margin-top: 20px;
  }
  .main_code_div .bgWhite .title2 a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
  }
  .main_code_div .bgWhite .submit_btn a {
    padding: 10px 35px;
    border: 1px solid #6a6e49;
    background: linear-gradient(to left, #fff 50%, #6a6e49 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #6a6e49;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
    width: 100% !important;
    text-align: center;
  }
  .main_code_div .bgWhite .submit_btn a:hover{
    background-position: left;
    color: #fff;
  }

  /* terms of use start here */
.ters_of_use{
    width: 1000px;
    display: table;
    margin: 0 auto;
    padding: 50px 15px;
}
.ters_of_use h3{
    text-align: center;
    font-family: 'Italiana', serif !important;
    color: #000;
    font-size: 35px;
    padding-bottom: 20px;
}
.ters_of_use h4{
    font-size: 18px;
}
.ters_of_use p{
    font-size: 13px;
    text-align: justify;
}
.ters_of_use ul li{
    font-size: 13px;
    text-align: justify;
    padding-bottom: 4px;
}
  /* terms of use end here */

  /* my account start here */
  .my_account_fulltabs{
    padding: 50px 80px;
    display: flex;
    align-items: flex-start;
  }
.total_address .same_address {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    -moz-column-gap: 15px;
         column-gap: 15px;
    border-bottom: 1px solid #d8d6d6;
    padding-top: 20px;
  }
.total_address .same_address .svg {
    padding: 11px;
    border-radius: 50%;
    display: inline-flex;
    border: 1px solid #b9b9b9;
    margin-left: 20px;
  }
.total_address .same_address .text h4 {
    margin: 0;
    font-size: 17px;
  }
.total_address .same_address .edit {
    position: absolute;
    top: 26px;
    right: 13px;
  }
.total_address .same_address .edit a {
    text-decoration: none;
    color: #000;
  }

  .history_order .total_history_order .same_history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c0c0c0;
    padding: 15px 0;
  }
  .history_order .total_history_order .same_history .left_part h5 {
    margin: 0;
    margin-bottom: 10px;
    color: black;

}
  .history_order .total_history_order .same_history .left_part p {
    margin: 0;
  }
  .history_order .total_history_order .same_history .right_div h5 {
    margin: 0;
    text-align: right;
  }
  .history_order .total_history_order .same_history .right_div p {
    margin: 0;
    margin-bottom: 10px;
  }
  .history_order .total_history_order .same_lahenga {
    padding: 15px 0;
    border-bottom: 1px solid #c0c0c0;
  }
  .history_order .total_history_order .same_lahenga .same_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .history_order .total_history_order .same_lahenga .same_div a {
    text-decoration: none;
  }
  .history_order .total_history_order .same_lahenga .same_div a p {
    margin: 0;
    color: #000;
  }
  .history_order .total_history_order .same_lahenga .same2_div {
    margin-top: 20px;
  }



  .total_div .same_div {
    position: relative;
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #c2c2c2;
  }
  .total_div .same_div .img_div {
    width: 16%;
  }
  .total_div .same_div .img_div img {
    width: 100%;
  }
  .total_div .same_div .text_div {
    width: 75%;
  }
  .total_div .same_div .text_div h3 {
    font-size: 16px;
    font-weight: 600;
    color: #9e9e9e;
  }
  .total_div .same_div .text_div .middle_div {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .total_div .same_div .text_div .middle_div .text_div2 {
    color: #000;
  }
  .total_div .same_div .text_div .txt_sar {
    display: flex;
  }
  .total_div .same_div .text_div .txt_sar p {
    font-size: 16px;
    color: #9e9e9e;
  }
  main .total_div .same_div .copy_paste {
    position: absolute;
    right: 32px;
    top: 21px;
  }
  .total_div .same_div .lock_past button {
    padding: 8px;
    display: flex;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    right: 17px;
    top: 84px;
}



.total_semi_count .total_count {
    padding: 20px 15px;
    border-bottom: 1px solid #cecdcd;
  }
  .total_semi_count .total_count .same_div {
    display: flex;
    align-items: center;
    justify-content: left;
    -moz-column-gap: 20px;
         column-gap: 20px;
    position: relative;
    padding-bottom: 25px;
  }
  .total_semi_count .total_count .same_div .img_div{
    width: 100px;
    height: 100px;
  }
  .total_semi_count .total_count .same_div .img_div img{
    width: 100%;
  }
  .total_semi_count .total_count .same_div .text_div h5 {
    color: #000;
    font-size: 14px;
    font-weight: 200;
  }
  .total_semi_count .total_count .same_div .text_div h6 {
    color: #000;
    font-size: 14px;
    font-weight: 200;
    margin: 0;
    font-weight: 600;
  }
  .total_semi_count .total_count .same_div .text_div p {
    margin: 0;
  }
  .total_semi_count .total_count .same_div .count_div {
    position: absolute;
    top: 4px;
    right: 10px;
  }
  .total_semi_count .total_count .same_div .count_div .number {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .total_semi_count .total_count .same_div .count_div .number input {
    height: 30px;
    width: 25px;
    border: none;
    text-align: center;
    font-size: 20px;
  }

  .promocode .total_promo .top_text {
    display: flex;
    padding: 30px 15px;
  }
  .promocode .total_promo .top_text h5 {
    font-size: 20px;
  }

  .sub_total .sub_total_hub {
    border-bottom: 1px solid #cecdcd;
  }
  .sub_total .sub_total_hub .same_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
  }
  .sub_total .sub_total_hub .same_div h6 {
    font-size: 20px;
    font-weight: 200;
  }
  .sub_total .total_sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    margin-bottom: 20px;
  }

  .submit_btn {
    padding: 0 20px;
    text-align: center;
  }
  .submit_btn a {
    padding: 10px 55px;
    border: 1px solid #6a6e49;
    background: linear-gradient(to left, #fff 50%, #6a6e49 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #6a6e49;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
    text-align: center;
  }
  .submit_btn a:hover{
    background-position: left;
    color: #fff;
  }


  .avatar-upload {
    position: relative;
    max-width: 180px;
    margin: 20px auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  /* .avatar-upload .avatar-edit input + label:after {
    content: "";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  } */
  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .total_my_profile .same_div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
  }
  .my_profile .total_my_profile{
    position: relative;
    padding: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
  }
  .my_profile .total_my_profile .edit_div {
    top: 10px;
    position: absolute;
    right: 10px;
}
  /* .total_my_profile .same_div .left_div{
    width: 20%;
  } */
  .total_my_profile .same_div .left_div h5{
    margin: 0;
  }
  /* .total_my_profile .same_div .right_div{
    width: 75%;
  } */
  .total_my_profile .same_div .right_div p{
    margin: 0;
  }
  .form-group label span{
    color: red;
  }

  .ters_of_use .accordion-body {
    padding: 1rem 1.25rem;
    color: #fff;
    background-color: #6a6e49;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff;
    box-shadow: none !important;
    font-weight: 600px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #6a6e49;
    outline: 0;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #6a6e499f;
    box-shadow: none !important;
    font-weight: 600;
}
  /* my account start here */

 .social_div2_forreg{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    padding-top: 30px;
}
.social_div2_forreg a{
    width: 40px;
    height: 40px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.total_car_sec{
    padding: 50px 80px;
}
.total_car_sec h3{
    font-size: 30px;
    color: #000;
    padding-bottom: 10px;
    text-align: center;
}
.all_in_one_sec{
    margin: 50px 10px;
    /* position: relative; */
    overflow: hidden;
}

/* sidebar start here */
#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;

  }

  #sidebar-wrapper {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s ease;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  .sidebar-nav > li > button i.fa {
    font-size: 24px;
    width: 60px;
}

  .sidebar-brand {
    position: absolute;
    top: 0;
    width: 250px;
    text-align: center;
    padding: 20px 0;
  }
  .sidebar-brand h2 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
  }

  .sidebar-nav {
    position: absolute;
    /* top: 75px; */
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidebar-nav > li {
    /* text-indent: 10px; */
    line-height: 42px;
    background-color: #000;
    margin-bottom: 10px;
  }
  .sidebar-nav > li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 20px;
}
.sidebar-nav > li button {
    width: 100%;
    color: #fff;
    background: linear-gradient(to left, #000 50%, #6a6e49 50%) right;
    background-size: 200%;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s ease;
    padding: 6px 20px;
    border: none;
    text-align: left;
}
  .sidebar-nav > li button:hover{
    background-position: left;
    color: #fff;
  }
  .sidebar-nav > li > a:hover,
  .sidebar-nav > li.active > a {
    text-decoration: none;
    color: #fff;
    background: #6a6e49;
  }
  .sidebar-nav > li > a i.fa {
    font-size: 24px;
    width: 41px;
  }

  #navbar-wrapper {
      width: 100%;
      position: absolute;
      z-index: 2;
  }
  #wrapper.toggled #navbar-wrapper {
      position: absolute;
      margin-right: -250px;
  }
  #navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #eee;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
  }
  #navbar-wrapper .navbar a {
    color: #757575;
  }
  #navbar-wrapper .navbar a:hover {
    color: #6a6e49;
  }

  #content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    top: 100px;
  }
  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  @media (min-width: 992px) {
    #wrapper {
      padding-left: 250px;
    }

    #wrapper.toggled {
      padding-left: 60px;
    }

    #sidebar-wrapper {
      width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
      width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
      position: absolute;
      margin-right: -190px;
  }

    #wrapper.toggled #content-wrapper {
      position: absolute;
      margin-right: -190px;
    }

    #navbar-wrapper {
      position: relative;
    }

    #wrapper.toggled {
      padding-left: 60px;
    }

    #content-wrapper {
      position: relative;
      top: 0;
      min-height: 400px;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
      position: relative;
      margin-right: 60px;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
      padding-left: 60px;
    }

    #sidebar-wrapper {
      width: 60px;
    }

  #wrapper.toggled #navbar-wrapper {
      position: absolute;
      margin-right: -250px;
  }

    #wrapper.toggled #content-wrapper {
      position: absolute;
      margin-right: -250px;
    }

    #navbar-wrapper {
      position: relative;
    }

    #wrapper.toggled {
      padding-left: 250px;
    }

    #content-wrapper {
      position: relative;
      top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
      position: relative;
      margin-right: 250px;
    }
  }

  @media (max-width: 767px) {
    #wrapper {
      padding-left: 0;
    }

    #sidebar-wrapper {
      width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
      width: 250px;
    }
    #wrapper.toggled #navbar-wrapper {
      position: absolute;
      margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
      position: absolute;
      margin-right: -250px;
    }

    #navbar-wrapper {
      position: relative;
    }

    #wrapper.toggled {
      padding-left: 250px;
    }

    #content-wrapper {
      position: relative;
      top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
      position: relative;
      margin-right: 250px;
    }
  }
  /* sidebar end here */


/* paginationcss */
.page-item.active .page-link {
    color: #fff !important;
    background-color: #000 !important;
    border-color: transparent !important;
}


.page-item .page-link {
    color: #000 !important;
}
.main_product_list .total_main_product .left_part .accordion_button button{
    padding: 10px 55px;
    border: 1px solid #6a6e49;
    background: linear-gradient(to left, #fff 50%, #6a6e49 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #6a6e49;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
    text-align: center;
}
.main_product_list .total_main_product .left_part .accordion_button button:hover{
    background-position: left;
    color: #fff;
}
.main_product_list .total_main_product .left_part .accordion_button{
    border-top: 1px solid #d1d1d1 !important;
    border-bottom: 1px solid #d1d1d1 !important;
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;

}


/* change pw 25.7.23*/
.chnge_pass_div{
    padding: 0 40px;
}
.chnge_pass_div button{
    margin: 0 auto;
    display: table;
}


.chnge_pass_div .btn {
    padding: 10px 55px;
    border: 1px solid #6a6e49;
    background: linear-gradient(to left, #fff 50%, #6a6e49 50%) right;
    background-size: 200%;
    border-radius: 40px;
    text-decoration: none;
    color: #6a6e49;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.5s ease;
    text-align: center;
}
.chnge_pass_div .btn:hover{
    background-position: left;
    color: #fff;
  }


  /* wishlist */
  .wish_icon a{
    color: #eb4646ed;
    font-size: 20px;
  }

  .name_detail{
    display: flex;
    justify-content: space-between;
  }


/* checkout start here */
.total_anjali_checkout h3{
    font-size: 30px;
    color: #000;
    margin: 0;
  }
  .total_anjali_checkout{
    padding: 50px 80px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .total_anjali_checkout .left_part{
    width: 49%;
  }
  .total_anjali_checkout .right_part{
    width: 49%;
  }
  .total_anjali_checkout .right_part h3{
    padding-bottom: 30px;
  }
  .total_left_check_address .same_div{
    width: 100%;
    border: 2px solid #6a6e49;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    background-color: #fff;
    margin-top: 15px;
  }
  .total_left_check_address .same_div h5{
    font-size: 16px;
      line-height: 30px;
      font-weight: 500;
  }
  .total_left_check_address .same_div h5 span{
    font-size: 20px;
      color: #6a6e49;
      font-weight: 600;
      letter-spacing: -0.02em;
  }

  .total_left_check_address .form-check {
    position: absolute;
    top: 6%;
    right: 2%;
  }
  .total_left_check_address .form-check-input {
    width: 17px !important;
    height: 17px !important;
    border-radius: 50%;
  }
  .total_left_check_address .form-check-input:checked {
    background-color: #6a6e49;
    border-color: #6a6e49;
  }
  .total_anjali_checkout .left_part .head_left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
  }
  .total_anjali_checkout .right_part .total_price_sec .head_price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #6a6e4981;
    border-bottom: 1px solid #6a6e4981;
  }
  .total_anjali_checkout .right_part .total_price_sec .head_price h4{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
  }
  .total_anjali_checkout .right_part .total_price_sec .price_body{
    border-bottom: 1px solid #6a6e4981;
    margin-bottom: 20px;
  }
  .total_anjali_checkout .right_part .total_price_sec .price_body .same_body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;

  }
  .total_anjali_checkout .right_part .total_price_sec .price_body .same_body h5{
    font-size: 18px;
    font-weight: 400;
    color: #000;
  }
  .total_anjali_checkout .right_part .cod_online{
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid #6a6e49;
  }
  .total_anjali_checkout .right_part .cod_online  label{
    font-weight: 600;
  }
  .total_anjali_checkout .right_part .cod_online  .form-check-input {
    width: 17px !important;
    height: 17px !important;
    border-radius: 50%;
  }
  .total_anjali_checkout .right_part .cod_online  .form-check-input:checked {
    background-color: #6a6e49;
    border-color: #6a6e49;
  }
  .total_anjali_checkout .right_part .anchor_div{
    display: flex;
    justify-content: right;
  }
  .total_anjali_checkout .right_part .anchor_div button{
    padding: 10px 40px;
    color: #fff;
    background: linear-gradient(to left, #000 50%, #6a6e49 50%) right;
    background-size: 200%;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s ease;
    border: none;
    text-align: left;
    border-radius: 30px;
  }
  .total_anjali_checkout .right_part .anchor_div button:hover{
    background-position: left;
    color: #fff;
  }

  /* checkout end here */

  /* order-details start here */
  .order_details_part{
    padding: 50px 80px;
  }
  .order_details_part .top_head{
    padding-bottom: 50px;
  }
  .order_details_part .top_head h3{
    font-size: 30px;
    color: #000;
    padding-bottom: 40px;
    text-align: center;
  }
  .order_details_part .top_head .invoice_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .order_details_part .top_head .invoice_btn h5{
    font-size: 18px;
    color: #000;
    font-weight: 600;
  }
  .order_details_part .top_head .address_date_place{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .order_details_part .top_head .address_date_place h5{
    font-size: 18px;
    color: #000;
    font-weight: 600;
  }
  .order_details_part .top_head .address_date_place p{
    font-size: 15px;
    margin: 0;
    color: #000;
  }
  .order_details_part .middle_part table tr th, .order_details_part .middle_part table tr td{
    text-align: center;
  }
  .order_details_part .middle_part h5{
    text-align: right;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .order_details_part .lower_part h5{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: left;
  }
  .order_details_part .lower_part h5 span{
    color: green;
  }
  /* order-details end here */

  /* new for input password start*/
  .inp_div_pass i{
    position: absolute;
    right: 2%;
    top: 34%;
  }
  /* new for input password end */

  /* review section start here */
  .review_for_anjali{
    padding: 0 80px 50px 80px;
  }
  .review_for_anjali .head_part h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    color: #000;
    text-align: left;
  }
  .review_for_anjali .same_div{
    padding: 10px 0;
  }
  .review_for_anjali .same_div .text_div{
    display: flex;
    align-items: center;
    justify-content: left;
    column-gap: 10px;
    padding-bottom: 6px;
  }
  .review_for_anjali .same_div .text_div .left_part{
    width: 4%;
  }
  .review_for_anjali .same_div .text_div .right_part{
    width: 96%;
  }
  .review_for_anjali .same_div .text_div .left_part .star_p{
    padding:2px 4px;
    background-color: rgb(24, 116, 31);
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    margin: 0;
  }
  .review_for_anjali .same_div .text_div .right_part h5{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0;
  }
  .review_for_anjali .same_div .main_input p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-bottom: 8px;
    margin: 0;
  }
  .review_for_anjali .same_div .img_div img{
    height: 90px;
    width: 90px;
  }
  .review_for_anjali .same_div .profile_details p{
    font-size: 13px;
    color: #000;
    font-weight: 300;
    padding-top: 6px;
  }
  /* review section end here */

  /* rewiew_for_show start here */
  .rewiew_for_show{
    padding: 50px 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .rewiew_for_show .left_div{
    width: 30%;
  }
  .rewiew_for_show .left_div img{
    width: 100%;
    height: 350px;
  }
  .rewiew_for_show .right_div{
    width: 67%;
  }
  .rewiew_for_show .left_div .text_div{
    padding: 15px 0;
  }
  .rewiew_for_show .left_div .text_div .star_review{
    display: flex;
    align-items: center;
    justify-content: left;
    column-gap: 15px;
    padding-bottom: 15px;
  }
  .rewiew_for_show .left_div .text_div .star_review h4{
    font-size: 16px;
    margin: 0;
    font-weight: 600;
  }
  .rewiew_for_show .left_div .text_div .star_review a p{
    font-size: 16px;
    margin: 0;
  }
  .rewiew_for_show .left_div .text_div p{
    font-size: 14px;
    margin-bottom: 8px;
    color: #9b9b9b;
  }
  .rewiew_for_show .left_div .text_div ul li::marker{
    color: green;
    font-size: 20px;
  }
  .rewiew_for_show .left_div .text_div h5{
    font-size: 25px;
  }
  .rewiew_for_show .left_div .text_div h5 span{
    font-size: 18px;
  }

  /* review */
.review_div{
  padding: 10px;
}
.review_div h3{
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
/* h1 {margin:60px 0 0 60px;} */
.counterW {
  /* margin:0 0 0 60px; */
  font-weight: 700;
  color: #454343;
  margin: 5px;
}
.ratings_and_reviews{
  font-size: 14px;
  color: #9c9c9c;
  font-weight: 400;
}
.ratingW {
  position:relative;
   margin:10px 0 0;
}
.ratingW li {display:inline-block; margin:0px;}
.ratingW li a {display:block; position:relative; /*margin:0 3px;  width:28px; height:27px;color:#ccc; background:url('../img/ico/icoStarOff.png') no-repeat; background-size:100%;*/}
/*.ratingW li.on a {background:url('../img/ico/icoStarOn.png') no-repeat; background-size:100%;}*/

.star {
position: relative;
display: inline-block;
width: 0;
height: 0;
margin-left: .9em;
margin-right: .9em;
margin-bottom: 1.2em;
border-right: .3em solid transparent;
border-bottom: .7em  solid #ddd;
border-left: .3em solid transparent;
/* Controlls the size of the stars. */
font-size: 12px;
}
.star:before, .star:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: .6em;
left: -1em;
border-right: 1em solid transparent;
border-bottom: .7em  solid #ddd;
border-left: 1em solid transparent;
-webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
}
.star:after {
-webkit-transform: rotate(35deg);
        transform: rotate(35deg);
}


.ratingW li.on .star {
position: relative;
display: inline-block;
width: 0;
height: 0;
margin-left: .9em;
margin-right: .9em;
margin-bottom: 1.2em;
border-right: .3em solid transparent;
border-bottom: .7em  solid #FC0;
border-left: .3em solid transparent;
/* Controlls the size of the stars. */
font-size: 12px;
}
.ratingW li.on .star:before, .ratingW li.on .star:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: .6em;
left: -1em;
border-right: 1em solid transparent;
border-bottom: .7em  solid #FC0;
border-left: 1em solid transparent;
-webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
}
.ratingW li.on .star:after {
-webkit-transform: rotate(35deg);
        transform: rotate(35deg);
}

/* bar */

.review_div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
  /* row-gap: 10px; */
}

figure {
  margin: 0;
}

article {
  margin: 0;
}

.address {
  font-style: normal;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  /* max-width: 1260px; */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 105px;
}

.rating {
  margin: 0;
  padding: 0;
  border: none;
}
.rating__group {
  position: relative;
  width: 79px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395ZM8.22464 4.57418L6.9987 1.74705L5.77276 4.57418C5.60409 4.96315 5.23727 5.22965 4.81522 5.26987L1.74763 5.56218L4.05755 7.60175C4.37536 7.88236 4.51547 8.31357 4.4233 8.7274L3.75336 11.7352L6.40691 10.1686C6.772 9.95304 7.2254 9.95304 7.59049 10.1686L10.244 11.7352L9.5741 8.7274C9.48193 8.31357 9.62204 7.88236 9.93985 7.60175L12.2498 5.56218L9.18217 5.26987C8.76012 5.22965 8.39331 4.96315 8.22464 4.57418Z' fill='%23B3B7BC'/%3E%3C/svg%3E");
  background-size: 16px 14px;
}
.rating__group:focus-within {
  outline: 1px solid #4a90e2;
}
.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 14px;
  font-size: inherit;
  appearance: none;
  background-size: 16px 14px;
}
.rating__star:not(:last-child) {
  margin-right: 2px;
}
.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 16px;
}
.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 32px;
}
.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 48px;
}
.rating__star:nth-of-type(4) {
  z-index: 2;
  width: 63px;
}
.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 79px;
}
.rating__star:focus {
  outline: none;
}

.rating__star:hover,
.rating__star:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395Z' fill='%23F89828'/%3E%3C/svg%3E");
}

.rating__star:hover ~ .rating__star {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395ZM8.22464 4.57418L6.9987 1.74705L5.77276 4.57418C5.60409 4.96315 5.23727 5.22965 4.81522 5.26987L1.74763 5.56218L4.05755 7.60175C4.37536 7.88236 4.51547 8.31357 4.4233 8.7274L3.75336 11.7352L6.40691 10.1686C6.772 9.95304 7.2254 9.95304 7.59049 10.1686L10.244 11.7352L9.5741 8.7274C9.48193 8.31357 9.62204 7.88236 9.93985 7.60175L12.2498 5.56218L9.18217 5.26987C8.76012 5.22965 8.39331 4.96315 8.22464 4.57418Z' fill='%23B3B7BC'/%3E%3C/svg%3E");
}

.product-reviews {
  display: flex;
  justify-content: space-between;
}

.reviews-info__title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  color: #1E212C;
}
.reviews-info .rating {
  margin-bottom: 20px;
}
.reviews-info__caption {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #787A80;
}

.reviews-bar__list {
  display: flex;
  flex-direction: column;
}
.reviews-bar__item {
  display: flex;
  align-items: center;
}
.reviews-bar__item:not(:last-child) {
  margin-bottom: 8px;
}

.progress-bar {
  display: flex;
  align-items: center;
}
.progress-bar__star {
  margin-right: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #787A80;
}
.progress-bar__outter-line {
  overflow: hidden;
  position: relative;
  width: 238px;
  height: 8px;
  border-radius: 40px;
  background-color: #E5E8ED;
}
.progress-bar__inner-line {
  position: absolute;
  height: 8px;
  border-radius: 40px;
}
.progress-bar__inner-line--excellent {
  background-color: #03CEA4;
}
.progress-bar__inner-line--good {
  background-color: #1FDF58;
}
.progress-bar__inner-line--normal {
  background-color: #F2EA2B;
}
.progress-bar__inner-line--not-bad {
  background-color: #F89828;
}
.progress-bar__inner-line--bad {
  background-color: #FF4242;
}
.progress-bar__quantity {
  margin-left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #787A80;
}
.progress-bar {
  display: flex;
  flex-direction: unset !important;
  justify-content: center !important;
  overflow: hidden;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  background-color: transparent !important;
  transition: width .6s ease;
}
  /* rewiew_for_show end here */


  #myCarousel {
    margin-top: 50px;
}

@media (max-width: 768px) {
    /*.carousel-inner .carousel-item>div {*/
    /*    display: none;*/
    /*}*/

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

#myCarousel .carousel-inner .carousel-item.active,
#myCarousel .carousel-inner .carousel-item-start,
#myCarousel .carousel-inner .carousel-item-next,
#myCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

@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;
    }
}

.dedicated_section .same_div.des-res-div{background-color: #6a6e49; padding: 80px;}
.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}
/* ********|| RESPONSIVE STARTS ||******** */

@media screen and (max-width: 1600px) {
    /* .banner_blog img{width:100%;} */
    footer .upper_footer{padding:20px 0 !important;}
    .bisous_product_inner .right_part .cart_buy_button .buy{padding: 8px 20px;}

    /* .contact_our_page{width:0;} */

    .contact_our_page .divide_sec{flex-wrap:wrap;}
    .contact_our_page .divide_sec a{width:100%;border-right:0 !important;}
    .our_story_sec .image_div_2{justify-content:space-between;flex-wrap:wrap;}

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {
    .total-free-delivery-section , .sign-up-newsletter-section{padding: 0 40px !important;}
    .flash_sale .sec_div{text-align:center;}
    #pop-up .all_pop_up_div h1{font-size: 26px;}
    footer .upper_footer .last_div h4{font-size: 16px;}
    .birthday_celebration .same_div .text_div h3{font-size: 20px;}
    .full_feature_product .upper_div{margin-bottom:40px;}
    .total_banner{padding:40px 40px 80px 40px;}
    .total_banner .text_div a{padding: 5px 10px;font-size: 14px;}
    .full_feature_product .upper_div h3 , .save_up_to .same_div .text_div h3{font-size:22px;}
    .total_banner .text_div h2{font-size:30px}
    .full_feature_product .upper_div a{font-size: 12px;}
    #progressbar{padding-left:0 !important;}
    #progressbar li{width:15% !important;}
    .total_subscription_form .middle-field-form-4 .container{display: flex !important;
    justify-content: center !important;height:unset !important;
    flex-wrap: wrap !important;}
    .middle-field-form-4{height:100% !important;}
        .membership_deal_plan , .flash_sale{margin:0;}
    .birthday_celebration , .banner_part , .catagory_all_type, .full_feature_product, .save_up_to, .new_product_html , .dedicated_section, footer .upper_footer , .sign_up_newspaper, .total_free_delivery , .main_product_list, .main_product_list , .bisous_product_inner, .bisous_product_inner .right_part , .review_for_anjali, .total_car_sec, .total_anjali_checkout{padding:0;}
    .banner_bottom{flex-wrap:wrap;margin:unset;}
    .catagory_all_type .all_catagories , .flash_sale , .sign_up_newspaper , .total_free_delivery, footer .upper_footer , .membership_deal_plan, .save_up_to, .birthday_celebration, .upper_navbar, .flash_sale .first_div, .main_product_list .total_main_product , .bisous_product_inner{flex-wrap:wrap;}
    .dedicated_section .same_div{width:45% !important; height: 454px !important;}
    .dedicated_section .same_div.des-res-div{padding:40px;}

    .catagory_all_type .all_catagories a {
    width: 100%;
    max-width: calc(25% - 10px);
    margin: 5px;}
    .catagory_all_type .all_catagories{justify-content: center;}
    .navbar-collapse ul li a{font-size: 12px !important;}
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 8px;}
    header .navbar a img {
    width: 125px;
    height: 40px;
    max-width: 100%;
    object-fit: contain;}
    .dedicated_section .same_div img{    width: 100%;
    height: 100%;
    object-fit: cover;}
    .total_free_delivery, .sign_up_newspaper{padding:40px 0 0!important;}
    .tab_feature .total_lower_div .same_div a .img_div img{object-fit: contain;}
    .tab_feature .total_lower_div{display:unset;}
    .tab_feature .total_lower_div .same_div a .img_div{width:100%;}
    .banner_bottom .same_div{margin-bottom: 12px;}
    .flash_sale .img_div img{display:none;}
    .full_feature_product, .birthday_celebration, .dedicated_section, .dedicated_section, .total_car_sec{margin:20px 0;}
    .save_up_to, .birthday_celebration{align-items: flex-start;}
    .total_free_delivery, .sign_up_newspaper{padding:40px 0;}
    .sign_up_newspaper .input_div input{padding: 11px 73px 11px  10px;}
    .membership_deal_plan .right_part{width:68%;}
    .membership_deal_plan .right_part .total_lower_div .same_div .text_div h6{padding-top:30px}
    .new_product_html .owl-carousel .owl-nav button.owl-next, .tab_feature .owl-carousel .owl-nav button.owl-next{right:0;}
    .new_product_html .owl-carousel .owl-nav button.owl-prev, .tab_feature .owl-carousel .owl-nav button.owl-prev{left:0;}

    .flash_sale .third_div a{display:flex;}
    .birthday_celebration .same_div{width:32% !important;}
    .save_up_to .same_div{width:45% !important;}

    .total_free_delivery .same_div{width: 50% !important;}
    footer .upper_footer .last_div{width: 50% !important;}
    .image-gallery{    display: flex !important;
    flex-wrap: wrap !important;}
    .thumbnails{    width: 100% !important;
    height: 140px !important;
    overflow-x: scroll !important;
    display: flex !important;
    overflow-y: hidden !important;}
    #msform{width:100% !important;}

    .our_story_sec , .our_philosophy, .our_client, .fiore_flower, .main_blog_sec, .contact_our_page, .location_part_start, .location_part_start .loca_full_div{padding:0;}
    .our_approach .right_div, .our_client .slider_div, .banner_blog{padding:10px;}
    .fiore_flower h3 {
    font-size: 20px;
    line-height: 1.5;}
    .our_approach .right_div{}
    .location_part_start .loca_full_div .same_div{flex-wrap:wrap;}
    .our_client .slider_div .carousel-control-next{right:unset;}
    .our_client .slider_div .carousel-control-prev{left:unset;}
    .our_client .slider_div .carousel-item img{object-fit:cover;}
    .main_blog_sec .total_blog_sec .same_div{width:45%;}
    .location_part_start .loca_full_div .same_div .left_div, .location_part_start .loca_full_div .same_div .right_div{width:100%;}

}
@media screen and (max-width: 990px) {
    .our_story_sec .image_div_2 .same_div{width:100%;}
    .middle-field-form-1 .input-card{width:50% !important;}
    .sign_up_newspaper .social_div{margin-top:15px;}
    section , footer{padding:40px 30px !important;}
    .upper_navbar, header .navbar{padding:8px 30px !important;}

    .main_product_list .total_main_product .right_part .lower_div .same_div{width:48%;}
    .membership_deal_plan , .flash_sale{margin:0;}
    .birthday_celebration , .banner_part , .catagory_all_type, .full_feature_product, .save_up_to, .new_product_html , .dedicated_section, footer .upper_footer , .sign_up_newspaper, .total_free_delivery , .main_product_list, .main_product_list , .bisous_product_inner, .bisous_product_inner .right_part , .review_for_anjali, .total_car_sec, .total_anjali_checkout{padding:0;}
    .banner_bottom{flex-wrap:wrap;margin:unset;}
    .catagory_all_type .all_catagories , .flash_sale , .sign_up_newspaper , .total_free_delivery, .dedicated_section, footer .upper_footer , .membership_deal_plan, .save_up_to, .birthday_celebration, .upper_navbar, .flash_sale .first_div, .main_product_list .total_main_product , .bisous_product_inner{flex-wrap:wrap;}
    .catagory_all_type .all_catagories a{width:100%;max-width:calc(50% - 10px);margin:5px;}
	.sign_up_newspaper .input_div input {
    padding: 11px 73px 11px 10px;}
	#pop-up{width:90vw;height:max-content}
	.total_free_delivery .same_div{width:100%;}

	.main_product_list .total_main_product .left_part , .main_product_list .total_main_product .right_part{width:100%;}

	.dedicated_section .same_div{width:100%;height:100%;}

	footer .upper_footer .first_div, footer .upper_footer .last_div{width:100%;}

	footer .upper_footer .last_div h4{padding-bottom:0px;}
	footer .lower_footer .same_div p{column-gap: 0;}
	.membership_deal_plan .left_part , .membership_deal_plan .right_part, .save_up_to .same_div, .birthday_celebration .same_div{width:100%;}

	.flash_sale .img_div{display:none;}
	.tab_feature .total_lower_div{display:unset;}

	.total_free_delivery .same_div{margin-bottom:15px;}
	.dropdown-menu .total_drop_menu{flex-wrap:wrap;justify-content: start;}
	.tab_feature .total_lower_div .same_div a .img_div{width:100%;}
	.tab_feature .total_lower_div .same_div a .img_div img{width:100%;height:100%;object-fit:cover}

	.banner_bottom .same_div{margin-bottom:10px;}
	.dedicated_section .same_div.des-res-div{padding:20px;}
	.dedicated_section .same_div a{    padding: 2px;
    border-bottom: 1px solid #fff; border:0;
    background: none;
    border-radius: 0;
    font-size: 14px;}

    header .navbar a img{    width: 150px;
    height: 30px;}
    .save_up_to .same_div , .birthday_celebration .same_div{    border: 1px solid #f1f1f1f1;
    margin-bottom: 15px;}
    .total_free_delivery .same_div h5{margin-bottom:0;}
    .upper_navbar .input-box{margin:0;}

    .register_start_sec form .remember_me{flex-wrap:wrap;}
    .register_start_sec , .bisous_product_inner .right_part, .bisous_product_inner .left_part{width:100%;}

    .our_approach{flex-wrap:wrap;height:100%;padding-left:0 !important;padding-right:0 !important;}
    .our_approach .right_div , .middle-field-form-3 .input-card{height:100%  !important;width:100%  !important;margin: 5px;}
    .our_approach .left_div , #msform , .data-collections .left-side-data{width:100% !important;}
    .middle-field-form-1 .input-card h4{font-size: 18px !important;}
    #content-wrapper{overflow: hidden !important;}

    .submit_btn a{padding:10px;font-size:13px;}
    .submit_btn{padding:0;}

    .total_anjali_checkout , .middle-field-form-1 , .middle-field-form-3 , .data-collections, .data-collections .data-item{flex-wrap:wrap;}
    .total_anjali_checkout .left_part, .total_anjali_checkout .right_part , .data-collections .right-side-data .data-title{width:100%;}
    .total_anjali_checkout .right_part .cod_online{padding:20px;}
    .total_left_check_address .same_div h5{font-size: 13px;
    line-height: 20px;}
    .total_left_check_address .same_div h5 span{font-size:14px;}
    .total_left_check_address .same_div{padding:10px;}
    .history_order , .total_subscription_form , .middle-field-form-3 , .middle-field-form-3{padding:0 !important;}
    .middle-field-form-3 .input-card {
    height: 100% !important;
    width: 33% !important;
    margin: 5px;
}

    .middle-field-form-1 .input-card{height: 50px !important;margin-bottom:12px;
    }
    .fs-title{font-size:18px !important;}
    .data-collections .right-side-data{margin-top:12px;margin-left:0;
    width: 100% !important;}
    .data-collections .data-info , .data-collections .right-side-data .data-info{max-width:100% !important;}
    .flash_sale{justify-content: space-around;}
}
@media screen and (max-width: 990px) and (orientation: landscape){

}
@media screen and (max-width: 767px) {
.middle-field-form-1 .input-card{width: 100% !important;}
.total_semi_count .total_count{padding:0;}
.bisous_product_inner .right_part .cart_buy_button .cart{padding: 10px 15px;}
.total_free_delivery .same_div{width: 100% !important;}
.save_up_to .same_div , .birthday_celebration .same_div , .dedicated_section .same_div{width:100% !important;}
    .main_blog_sec .total_blog_sec .same_div , .middle-field-form-3 .input-card{width:100% !important;}
}
@media screen and (max-width: 767px)  and (orientation: landscape){

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 480px) {


}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}
/* ********|| RESPONSIVE ENDS ||******** */
