.carousel-indicators-wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  
  .carousel-indicators-wrapper::-webkit-scrollbar-thumb {
    background-color: gainsboro;
  }
  
  .carousel-indicators-wrapper::-webkit-scrollbar-track {
    background-color: #efefef;
  }
  
  .header__container {
    padding: 10px 0 0;
  }
  .header__container .first_menu_bar {
    margin: 0 150px 15px;
    justify-content: space-between;
  }
  .header__container .first_menu_bar,
  .header__container .menu_btns_wrapper,
  .header__container .menu_btn_wrapper,
  .header__container .logo_menu_wrapper {
    display: flex;
    align-items: center;
  }
  .header__container .menu_wrapper > a {
    text-decoration: none;
    color: black;
    font-size: 21px;
  }
  .header__container .search__wrapper > input {
    width: 800px;
    height: 50px;
    border-radius: 8px;
    outline: none;
    border: 1px solid rgb(79, 79, 79);
    padding: 0 35px;
    font-size: 15px;
  }
  .header__container .search__wrapper {
    position: relative;
  }
  .header__container .search__wrapper > .fa-search {
    position: absolute;
    left: 1.8%;
    top: 50%;
    font-size: 15px;
    transform: translateY(-51%);
  }
  .header__container .search__wrapper > input::-moz-placeholder {
    color: black;
  }
  .header__container .search__wrapper > input::placeholder {
    color: black;
  }
  .header__container .menu_wrapper > .text_ {
    margin: 0 10px;
    font-size: 16px;
  }
  .header__container .menu_content_wrapper {
    font-size: 14px;
    font-weight: bolder;
  }
  .header__container .menu_btn_wrapper {
    margin: 0 15px;
  }
  .header__container .menu_content_wrapper {
    padding: 0 5px;
  }
  .header__container .second_menu_bar {
    border: 1px solid rgb(192, 192, 192);
  }
  .header__container .second_menu_bar > .inner_links_wrapper > a {
    text-decoration: none;
    color: black;
    font-size: 14px;
  }
  .header__container .inner_links_wrapper {
    padding: 5px 0;
    text-align: center;
  }
  .header__container .menu_link {
    padding: 5px 10px;
  }
  .header__container .menu_link:hover {
    background-color: rgb(234, 234, 234);
    border-radius: 15px;
  }
  .header__container .logo_img {
    width: 140px;
    margin: 4px 15px 0;
  }
  .header__container .on_border {
    border: 2px solid blue;
  }
  .header__container ._back_ {
    padding: 1px;
    border-radius: 10px;
    display: block;
    transition: all 0.1s ease-out;
  }
  
  .menu_btn_wrapper .menu_icon_wrapper svg {
    width: 35px;
  }
  
  .body_wrapper {
    position: relative;
    /*min-height: 2396px;*/
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(128, 128, 128, 0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #d6d6d6;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .first_menu_bar {
    height: 62px;
  }
  
  .body_wrapper .margin_wrapper_body {
    margin: 25px 150px;
  }
  
  .padding_wrapper_body {
    padding: 25px 150px;
  }
  
  .body_content_wrapper_2 {
    display: flex;
  }
  .body_content_wrapper_2 .carousel_wrapper #productCarousel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 435px;
  }
  .body_content_wrapper_2 .carousel_wrapper #productCarousel .carousel-inner > div > img {
    width: 650px;
    height: 650px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .body_content_wrapper_2 .carousel_wrapper #productCarousel .carousel-indicators-wrapper > ol {
    display: flex;
    align-items: center;
  }
  .body_content_wrapper_2 .carousel_wrapper #productCarousel .carousel-indicators > li > a > img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
  }
  .body_content_wrapper_2 .carousel_wrapper #productCarousel .carousel-indicators > li {
    list-style-type: none;
    margin: 5px;
  }
  
  .content_product_wrapper {
    margin: 25px 50px;
    min-height: 1280px;
  }
  .content_product_wrapper .title_prod {
    font-size: 28px;
    font-weight: bolder;
  }
  .content_product_wrapper .see_more_ {
    font-size: 14px;
  }
  .content_product_wrapper .link_pink {
    color: #7f187f !important;
  }
  .content_product_wrapper .stars_content_wrapper {
    margin: 10px 0;
    align-items: center;
    display: flex;
  }
  .content_product_wrapper .rate_rev {
    padding: 0 9px;
    font-size: 14px;
  }
  .content_product_wrapper ._price_container_ {
    display: flex;
    align-items: end;
  }
  .content_product_wrapper ._price_container_ .old_price,
  .content_product_wrapper ._price_container_ .pink {
    margin: 0 8px 8px 8px;
  }
  .content_product_wrapper ._price_container_ ._price_ {
    font-size: 35px;
  }
  .content_product_wrapper ._price_container_ .pink {
    color: #990e35;
  }
  
  .m_t {
    margin: 10px 0;
  }
  
  .em_total_wrapper .total_ {
    font-size: 14px;
  }
  
  .free_ship_wrapper {
    margin: 25px 0 0 0;
  }
  
  .free_ship_wrapper,
  .get_free_wrapper {
    font-size: 15px;
  }
  
  .body_content_wrapper_1 > p {
    font-size: 13px;
  }
  
  ._bar_color_wrapper {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(195, 195, 195);
    padding: 4px 15px;
    border-radius: 8px;
  }
  ._bar_color_wrapper ._left_side_container .roof_color {
    font-size: 12px;
  }
  ._bar_color_wrapper ._left_side_container .color_wrap {
    font-size: 15px;
  }
  ._bar_color_wrapper ._right_side_container .fa-angle-right::before {
    font-size: 20px;
  }
  
  ._cart_wrapper {
    margin: 35px 0;
    padding-bottom: 35px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(69, 69, 69);
  }
  ._cart_wrapper ._qty_wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #7f187f;
    width: 140px;
    justify-content: center;
    padding: 0px;
    border-radius: 148px;
  }
  ._cart_wrapper ._qty_wrapper .minus_wrapper,
  ._cart_wrapper ._qty_wrapper .plus_wrapper {
    font-size: 25px;
    padding: 0 12px;
  }
  ._cart_wrapper .qty_wrapper {
    padding: 12px 20px;
    border-left: 1px solid #7f187f;
    border-right: 1px solid #7f187f;
  }
  ._cart_wrapper ._fav_wrapper {
    margin: 0 15px;
    border: 1px solid #7f187f;
    padding: 10px 18px;
    border-radius: 25px;
  }
  ._cart_wrapper ._fav_wrapper .fa-heart-o {
    color: #7f187f;
    font-size: 23px;
  }
  ._cart_wrapper .cart_wrapper {
    background-color: #7f187f;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
  }
  ._cart_wrapper .cart_wrapper a {
    text-decoration: none;
    color: white;
  }
  
  .wrapper_paraaaa {
    font-weight: bolder;
    font-size: 22px;
    padding: 20px 10px;
  }
  
  .firsline_wrapper {
    margin-right: 50px;
  }
  
  .firstimg_wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 17px;
  }
  
  .icone_greyy {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 22px 12px;
  }
  
  .secondline_wrapper {
    padding-right: 150px;
  }
  
  .doubleline_wrapper {
    background-color: #f5f5f5;
  }
  
  .prgr_wrapper_talk {
    padding-left: 30px;
    padding-bottom: 30px;
  }
  
  ._txt_desc_wrapper {
    font-size: 15px;
    font-weight: bolder;
  }
  
  .wrapper_descriptionnn,
  .wrapper_descriptionnnn {
    display: flex;
    justify-content: space-between;
    padding: 18px 15px;
    border-bottom: 1px solid rgb(221, 221, 221);
  }
  
  .head_wrapper_desc {
    display: flex;
    justify-content: space-between;
    padding: 18px 15px;
    border-bottom: 1px solid rgb(221, 221, 221);
  }
  
  ._angle_down_wrapper .fa-angle-down,
  ._angle_down_wrapper .fa-angle-up {
    font-size: 25px;
  }
  
  .here_helpppp {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
  }
  
  .chatnow_description,
  .chatnow_now {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: solid 1px;
    margin-top: 10px;
    color: #7f187f;
    background-color: white;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    padding: 22px 5px;
  }
  
  ._button_low_description {
    display: flex;
    justify-content: space-between;
  }
  
  .chatnow_description:hover,
  .chatnow_now:hover {
    opacity: 60%;
    transition-duration: 1s;
    cursor: pointer;
  }
  
  .wrapper_descriptionnn:hover {
    cursor: pointer;
    border: 1px solid black;
    border-radius: 10px;
  }
  
  .head_wrapper_desc:hover {
    cursor: pointer;
    border: 1px solid black;
    border-radius: 10px;
  }
  
  .label_wrapperr {
    font-size: 14px;
  }
  
  .wrapper_descriptionnn_ {
    transition: all 0.5s ease-in-out;
    height: 65px;
  }
  .wrapper_descriptionnn_ ._desc_content_wrapper {
    display: none;
    font-size: 15px;
  }
  
  ._desc_content_wrapper {
    padding: 25px;
  }
  
  .low_wrapperr {
    width: 800px;
  }
  
  .mar_t {
    margin: 10px 0;
  }
  
  .review_section_wrapper {
    background-color: #f5f5f5;
  }
  .review_section_wrapper .title_wrapper_review {
    font-size: 22px;
    font-weight: bolder;
  }
  .review_section_wrapper ._txt_wrapper {
    font-size: 15px;
  }
  .review_section_wrapper .review_section {
    display: flex;
    justify-content: space-around;
    margin: 25px 0;
    padding: 25px 0;
    background-color: #fff;
    border-radius: 8px;
  }
  .review_section_wrapper .stars_container_review {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .review_section_wrapper .stars_container_review .rate_bold {
    font-size: 55px;
    font-weight: bolder;
  }
  .review_section_wrapper .stars_container_review .stars_rev_wrapper .fa-star {
    margin: 10px 0;
    font-size: 25px;
    margin: 0 2px;
  }
  .review_section_wrapper .stars_container_review .nbr_rev_con {
    margin: 8px 0;
  }
  .review_section_wrapper .bars_wrapper .bar_wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .review_section_wrapper .bars_wrapper .bar {
    margin: 5px 10px;
    width: 200px;
    border-radius: 18px;
    height: 25px;
    background-color: #d1d1d6;
  }
  .review_section_wrapper .bars_wrapper .bar_insider {
    height: 25px;
    width: 200px;
    background-color: #7f187f;
    border-radius: 18px;
  }
  .review_section_wrapper .bars_wrapper .nbr_reviews,
  .review_section_wrapper .bars_wrapper .rate_bar {
    padding: 0 10px;
    text-align: center;
  }
  .review_section_wrapper .bars_wrapper .rate_bar > .fa-star {
    font-size: 22px;
    padding: 0 15px;
  }
  .review_section_wrapper .bars_wrapper .ll {
    padding: 0 18px !important;
  }
  .review_section_wrapper .bars_wrapper .bar:hover {
    background-color: #888;
  }
  .review_section_wrapper .all_reviews_wrapper .first_sec_wrapper_reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .review_section_wrapper .all_reviews_wrapper .first_sec_wrapper_reviews .text_rev_wrapper {
    font-size: 14px;
  }
  .review_section_wrapper .all_reviews_wrapper .first_sec_wrapper_reviews .sort_wrapper {
    position: relative;
  }
  .review_section_wrapper .all_reviews_wrapper .first_sec_wrapper_reviews .sort_wrapper .sort_by {
    position: absolute;
    top: -7px;
    font-size: 13px;
    padding: 0 5px;
    left: 2%;
    background: white;
    color: #3b3b3b;
  }
  .review_section_wrapper .all_reviews_wrapper .first_sec_wrapper_reviews .sort_wrapper .sort_select {
    width: 600px;
    height: 50px;
    border-radius: 8px;
    padding: 0 8px;
    font-size: 15px;
  }
  
  .fourth_sec_rev_wrapper {
    display: flex;
    align-items: center;
    border: 1px solid black;
    border-radius: 18px;
    width: 140px;
    padding: 2px;
    text-align: center;
    justify-content: center;
  }
  .fourth_sec_rev_wrapper .txt_help {
    padding: 0 15px;
    font-size: 14px;
  }
  
  .rev_img {
    width: 70px;
    border-radius: 12px;
  }
  
  .title_rev_wrapper {
    font-size: 21px;
    font-weight: bolder;
  }
  
  .city_rev,
  .verified_buyer {
    font-size: 14px;
  }
  
  .city_rev {
    margin: 8px 0;
  }
  
  .verified_buyer,
  .content_rev_wrapper,
  .color_rev_wrapper {
    margin: 15px 0;
  }
  
  .review_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .second_sec_rev_wrapper {
    width: 1000px;
    margin: 0 0 0 100px;
  }
  
  .stars_rev_wrapper {
    display: flex;
    justify-content: space-between;
  }
  
  .second_sec_wrapper_reviews {
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    margin: 25px 0;
  }
  
  .fourth_sec_rev_wrapper {
    height: 40px;
  }
  
  .first_container_ss {
    display: flex;
    justify-content: space-between;
  }
  
  .hr_wrapper {
    margin: 25px 0;
  }
  
  .link_pink {
    color: #7f187f;
  }
  
  @media screen and (max-width: 1750px) {
    .low_wrapperr {
      width: 100%;
    }
  }
  @media screen and (max-width: 1650px) {
    .body_wrapper .margin_wrapper_body {
      margin: 25px 80px;
    }
    .padding_wrapper_body {
      padding: 25px 80px;
    }
  }
  @media screen and (max-width: 1730px) {
    .second_menu_bar {
      padding: 0 150px !important;
    }
    .hide0 {
      display: none;
    }
  }
  @media screen and (max-width: 1650px) {
    .first_menu_bar {
      margin: 0 50px 15px !important;
    }
    .second_menu_bar {
      padding: 0 50px !important;
    }
    .inner_links_wrapper > .menu_link {
      font-size: 13px !important;
    }
  }
  @media screen and (max-width: 1450px) {
    .first_menu_bar {
      margin: 0 50px 15px !important;
    }
    .second_menu_bar {
      padding: 0 50px !important;
    }
    .header__container .search__wrapper > input {
      width: 50vw;
    }
  }
  @media screen and (max-width: 1350px) {
    .hide1 {
      display: none;
    }
  }
  .menu_btns_wrapper_mobile,
  .__search_bar_wrapper_mobile,
  .menu_btns_wrapper_mobile,
  ._pink_bar {
    display: none;
  }
  
  @media screen and (max-width: 1180px) {
    .header__container{
      margin-top: 10px!important;
    }
    .menu_btns_wrapper_mobile,
    .__search_bar_wrapper_mobile,
    .logo_menu_wrapper_mobile,
    ._pink_bar {
      display: block;
    }
    .menu_btns_wrapper {
      display: none !important;
    }
    .logo_menu_wrapper {
      display: none;
    }
    ._back_,
    .second_menu_bar,
    .text_ {
      display: none !important;
    }
    .logo_menu_wrapper {
      display: flex;
      justify-content: space-between;
    }
    .first_menu_bar {
      display: block !important;
    }
    .menu_btns_wrapper_mobile,
    .menu_btn_wrapper_mobile {
      display: flex;
      align-items: center;
    }
    .menu_btn_wrapper_mobile {
      margin: 0 9px;
    }
    .menu_content_wrapper_mobile {
      font-size: 13px;
      margin: 0 9px;
    }
    .menu_icon_wrapper_mobile > i {
      font-size: 23px;
    }
    .header__container {
      padding: 0;
    }
    .first_menu_bar {
      margin: 0 25px !important;
    }
    .menu_wrapper {
      padding-right: 70px;
    }
    .__search_bar_wrapper_mobile {
      position: relative;
      display: flex;
      justify-content: center;
      margin: 5px 0;
    }
    .__search_bar_wrapper_mobile > .fa {
      position: absolute;
      left: 4%;
      top: 50%;
      transform: translateY(-50%);
    }
    .search_bar_mob {
      width: 95%;
      padding: 0 35px;
      font-size: 14px;
      height: 50px;
      border-radius: 8px;
      border: 1px solid black;
    }
  }
  ._pink_bar {
    background-color: #7f187f;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    padding: 4px;
  }
  
  @media screen and (max-width: 1600px) {
    .second_sec_rev_wrapper {
      width: 55vw;
    }
    .secondline_wrapper {
      padding: 0;
    }
  }
  @media screen and (max-width: 1400px) {
    .body_content_wrapper_2 .carousel_wrapper #productCarousel .carousel-inner > div > img {
      width: 500px;
      height: 500px;
    }
    .margin_wrapper_body {
      margin: 20px 20px !important;
    }
  }
  @media screen and (max-width: 1280px) {
    .padding_wrapper_body {
      padding: 15px 40px;
    }
  }
  @media screen and (max-width: 1100px) {
    .second_sec_rev_wrapper {
      width: 45vw;
    }
    .margin_wrapper_body {
      margin: 20px 15px !important;
    }
    .padding_wrapper_body {
      padding: 15px 30px;
    }
    .body_content_wrapper_2 {
      display: flex;
      flex-direction: column;
    }
    .partprivacyy,
    .last_footer_p{
      margin: 0!important;
    }
  }
  @media screen and (max-width: 900px) {
    .second_sec_rev_wrapper {
      width: 45vw;
    }
    .margin_wrapper_body {
      margin: 20px 15px !important;
    }
    .padding_wrapper_body {
      padding: 15px 30px;
    }
    .body_content_wrapper_2 {
      display: flex;
      flex-direction: column;
    }
    .sort_select {
      width: 400px !important;
    }
    .second_sec_rev_wrapper {
      margin: 0 0 0 35px !important;
    }
  }
  @media screen and (max-width: 750px) {
    .second_sec_rev_wrapper {
      width: 45vw;
    }
    .margin_wrapper_body {
      margin: 20px 15px !important;
    }
    .padding_wrapper_body {
      padding: 15px 30px;
    }
    .body_content_wrapper_2 {
      display: flex;
      flex-direction: column;
    }
    .sort_select {
      width: 400px !important;
    }
    .second_sec_rev_wrapper {
      margin: 0 0 0 35px !important;
    }
    .review_section,
    .review_wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .bars_wrapper {
      margin: 25px 0;
    }
  }
  @media screen and (max-width: 725px) {
    .first_sec_wrapper_reviews {
      display: none !important;
    }
    .second_sec_rev_wrapper {
      width: 100%;
    }
    .fisrt_sec_rev_wrapper {
      width: 150px;
    }
    .content_rev_wrapper,
    .city_rev,
    .verified_buyer,
    .date_wrapper_,
    .color_rev_wrapper,
    .txt_help,
    .count_wrap,
    ._txt_wrapper,
    .label_wrapperr,
    .prrr_talk,
    .get_free_wrapper,
    .link_pink {
      font-size: 13px !important;
    }
    .date_wrapper_ {
      font-weight: bold;
    }
    .title_rev_wrapper {
      font-size: 18px;
    }
    .content_product_wrapper {
      margin: 25px 25px;
      min-height: 1280px;
    }
  }
  @media screen and (max-width: 550px) {
    /*.body_wrapper {
        min-height: 3150px;
    }*/
    .padding_wrapper_body {
      padding: 15px;
    }
    .content_product_wrapper {
      margin: 25px 15px;
      min-height: 1200px;
    }
    .body_content_wrapper_2 .carousel_wrapper #productCarousel .carousel-inner > div > img {
      width: 100%;
    }
    .carousel-indicators-wrapper {
      width: 450px;
      overflow-x: scroll;
    }
  }
  @media screen and (max-width: 500px) {
    /*.body_wrapper {
        min-height: 2945px;
    }*/
    .padding_wrapper_body {
      padding: 15px;
    }
    .content_product_wrapper {
      margin: 25px 5px;
      min-height: 1200px;
    }
    .body_content_wrapper_2 .carousel_wrapper #productCarousel .carousel-inner > div > img {
      width: 350px;
      height: 350px;
    }
    .carousel-indicators-wrapper {
      width: 350px;
      overflow-x: scroll;
      max-height: 81px;
      overflow-y: hidden;
    }
    .menu_content_wrapper_mobile {
      display: none;
    }
    .content_product_wrapper ._price_container_ .pink {
      font-size: 12px;
    }
    .menu_wrapper {
      padding: 0;
    }
    .content_product_wrapper ._price_container_ ._price_ {
      font-size: 20px;
      font-weight: bolder;
    }
    .old_price {
      margin: 0;
    }
    ._price_container_ {
      align-items: center !important;
    }
    .old_price > del {
      font-size: 12px;
    }
    .content_product_wrapper ._price_container_ .old_price, .content_product_wrapper ._price_container_ .pink {
      margin: 0 5px;
    }
    .wrapper_descriptionnnn {
      display: none;
    }
    ._cart_wrapper {
      display: flex;
      flex-direction: column;
    }
    ._fav_wrapper {
      display: none;
    }
    ._cart_wrapper > div {
      margin: 15px 0;
    }
    ._pink_bar {
      font-size: 12px;
    }
    .title_prod {
      font-size: 21px !important;
    }
    ._left_side_container > div {
      font-size: 12px !important;
    }
  }

  /*@media screen and (max-width: 420px) {
    .body_wrapper {
        max-height: 3050px;
        min-height: 3040px;
    }
  }*/
  .cart_wrapper {
    color: white !important;
    text-decoration: none;
  }
  
  .body_thanks_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
    /* width: 100%; */
  }
  
  .valid_img {
    width: 80px;
    margin: 25px;
  }
  
  .thanks_title {
    font-size: 30px;
    font-weight: bolder;
  }
  
  .cmd_details {
    text-align: center;
    margin: 15px;
    font-size: 18px;
  }
  
  .bold_green {
    color: green;
    font-weight: bolder;
  }
  
  .redirect_home_ > a {
    color: white;
    background-color: #7f187f;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    text-decoration: none;
  }
  
  .redirect_home_ > a > div {
    margin: 5px;
  }
  
  .redirect__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
  }
  
  .thanks_title {
    text-align: center !important;
  }
  
  .container_talkk_btn1,
  .container_talkk_btn2,
  .chatnow_description,
  .chatnow_now {
    text-decoration: none;
  }
  
  .find-more {
    width: 150px;
    border: none;
    background-color: #7f187f !important;
    color: white;
    padding: 8px 0;
    font-weight: bolder;
    border-radius: 5px;
  }
  
  /* end contact css */
  a {
    text-decoration: none !important;
  }
  
  .title_prod {
    font-weight: bolder;
    font-size: 19px;
    margin: 10px 0;
  }
  
  .red {
    font-size: 19px;
    font-weight: bolder;
    color: #d02d00;
  }
  .product1111{
    width: 150px;
    height: 150px;
    object-fit: contain;
  }
