@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

/* variables */

:root {
  --red: #cc0000;
  --bold: 800;
  --sf: 14px;
  --black: #000;
  --white: #fff;
  --gray: #f7f7f7;
  --dgray: #aaaaaa;
  --gred: #b91690;
  --border-color: #73757d;
  --pop: "Poppins", sans-serif;
}

.carousel-indicators .list-inline-item > a > img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border: 1px solid black;
}

#productCarousel .carousel-inner .carousel-item > img {
  width: 600px;
  height: 600px;
  object-fit: contain;
}

.carousel-indicators-wrapper > ol {
  list-style: none;
  margin: 0 15px;
  overflow-y: scroll;
  height: 600px;
  width: 135px;
}

#productCarousel {
  display: flex;
  width: 800px;
  height: 600px;
}

.carousel-indicators::-webkit-scrollbar {
  width: 4px;
}

.carousel-indicators::-webkit-scrollbar-thumb {
  background-color: gainsboro;
}

.carousel-indicators::-webkit-scrollbar-track {
  background-color: #efefef;
}

.carousel-item > img {
  display: block;
  position: absolute;
  /* transition:opacity 0.5s linear; */
  transition: opacity 0.5s linear;
  /* border: 1px solid black; */
}

.hidden {
  opacity: 0;
}

.onesection_row_container {
  margin: 45px 0 45px -25px;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
}

.product_purchase_container {
  width: 500px;
}

@media screen and (max-width: 1570px) {
  #productCarousel .carousel-inner .carousel-item > img {
    width: 600px;
    height: 600px;
  }
  .carousel-indicators-wrapper > ol {
    list-style: none;
    margin: 0 15px;
    overflow-y: scroll;
    height: 500px;
    width: 135px;
  }
  .body_checkout_container {
    margin: 25px 100px !important;
  }
  .body_wrapper {
    margin: 50px 20px !important;
  }
}

@media screen and (max-width: 1416px) {
  .body_container {
    margin: 25px 50px !important;
  }
  .container_pad {
    padding: 0 25px !important;
  }
}

@media screen and (max-width: 850px) {
  #productCarousel {
    width: 650px !important;
  }
  .buttons_cart_sign {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  #productCarousel {
    width: 650px !important;
  }
  .container_reviews_guest {
    flex-direction: column;
  }
  .review_stars_co ntainer {
    margin: 50px 0;
  }
  .first_part_con_ft,
  .ft_sec_container,
  .all_tp_con {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .ft_sec_container,
  .main_lk_ft {
    margin: 15px 0 !important;
  }
  /* #productCarousel .carousel-inner .carousel-item > img{
    width: 250px;
  } */
}

@media screen and (max-width: 690px) {
  #productCarousel .carousel-inner .carousel-item > img {
    width: 300px !important;
    height: 300px !important;
  }
  #productCarousel {
    width: 450px !important;
    height: 300px !important;
  }
  .carousel-indicators-wrapper > ol {
    height: 300px !important;
  }
  .input_search,
  .share__con_ {
    display: none;
  }
  .product_purchase_container {
    width: 400px !important;
  }
  .body_container,
  .description_section_container {
    margin: 25px !important;
  }
  .similar__con {
    font-size: 12px;
  }
  .btn_fav_con {
    font-size: 12px;
    padding: 5px;
    margin: 15px 0 !important;
  }
  .__bottom_sec_con {
    margin: 25px 0 !important;
  }
  .body_container {
    margin: 15px !important;
  }
}

@media screen and (max-width: 500px) {
  #productCarousel .carousel-inner .carousel-item > img {
    width: 190px !important;
    height: 220px !important;
  }
  #productCarousel {
    width: 350px !important;
    height: 220px !important;
    margin-bottom: 25px;
  }
  .carousel-indicators-wrapper > ol {
    height: 220px !important;
  }
  .input_search {
    display: none;
  }
  .product_purchase_container {
    width: 350px !important;
  }
  .body_container,
  .description_section_container {
    margin: 15px !important;
  }
}

.find-more {
  width: 150px;
  border: none;
  background-color: #cc0000 !important;
  color: white;
  padding: 8px 0;
  font-weight: bolder;
  border-radius: 5px;
}

/* new one */
.top_part_container_header {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.logo {
  width: 150px;
  object-fit: contain;
}

.all_lk_con_h .lk_con_h,
.icon_con_lk,
.all_lk_con_h {
  display: flex;
  list-style: none;
  align-items: center;
}

a {
  text-decoration: none;
  color: black;
}

.all_lk_con_h .lk_con_h a:hover {
  color: #5356ee;
}

.search_in_con {
  position: relative;
}

.in_search {
  width: 1030px;
  height: 50px;
  border-radius: 48px;
  padding: 15px 20px;
  font-size: 15px;
  background-color: #f5f5f6;
  border: 1px solid rgb(243 243 243);
  outline: none;
}

.fa-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.in_search:hover {
  border: 1px solid black;
}

.fa-search:before {
  font-size: 20px;
}

.active_lst {
  background-color: #f2f3fe;
}
.list_item_h {
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
}

.btn_lst_item_con {
  background-color: #5356ee;
  color: white;
  border: none;
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
}
.lk_icon_h {
  padding: 0 15px;
}

.lk_icon_h > i:before {
  font-size: 25px;
}

.top_part_container_header,
.links_bottom_part_container_header {
  border-bottom: 1px solid #ecedf1;
  padding: 15px;
}

.links_bottom_part_container_header {
  display: flex;
  list-style: none;
}

.lk_item_bh {
  padding: 0 15px;
  font-size: 13px;
  position: relative;
}

.lk_item_bh:hover:before {
  position: absolute;
  content: "";
  background-color: #5356ee;
  width: 60%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin-bottom: -16px;
}
/* end no */

.body_wrapper {
  margin: 50px 200px;
}

.body_wrapper {
  display: flex;
  justify-content: center;
}

.overview_sec_container {
  display: flex;
}

.secont_part_bd {
  width: 35%;
  margin: 15px 30px;
}

.date_update_con_bd {
  font-size: 12px;
  color: gray;
}

.title_product_container_ {
  font-size: 28px;
  font-weight: bolder;
}

.mm-5 {
  margin: 5px 0;
}

.purple_title_prod {
  color: #5356ee;
  font-weight: bolder;
}

.total_price_prod {
  margin-top: 15px;
  font-size: 28px;
  font-weight: bolder;
}

.delivery_fee_con {
  background-color: #ecedf1;
  font-size: 14px;
  padding: 0 15px;
  font-weight: bold;
  width: 180px;
}

.two_btns_bb {
  display: flex;
}

.two_btns_bb,
.add_cart_btn {
  width: 100%;
}
.add_cart_btn > .add_cart_btn_c {
  background-color: #ecedf1;
  width: 100%;
  display: flex;
  padding: 10px 25px;
  border-radius: 4px;
  justify-content: center;
}

.add_cart_btn {
  margin: 25px 0;
}

.mr_ {
  margin: 25px 0px 25px 25px;
}

.item_btn_sold {
  text-align: center;
  background-color: #5356ee;
  color: white;
  border-radius: 4px;
  padding: 10px 0;
}

.btn_check {
  color: white;
}

.or_ovr_c {
  text-align: center;
  position: relative;
  margin: 20px 0;
  font-size: 13px;
}

.or_ovr_c:before {
  position: absolute;
  content: "";
  width: 230px;
  /* right: 0; */
  height: 1.8px;
  background-color: #cdced2;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.or_ovr_c::after {
  position: absolute;
  content: "";
  width: 230px;
  right: 0;
  height: 1.8px;
  background-color: #cdced2;
  /* left: 0%; */
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1600px) {
  .or_ovr_c:before,
  .or_ovr_c:after {
    display: none;
  }
}

.it_btn_sold {
  background-color: #2c2e2f;
  text-align: center;
  padding: 10px 0px;
  border-radius: 4px;
}

.pyp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt_ {
  color: white;
  font-size: 13px;
  padding: 0 5px;
}

.terms__p_btn {
  padding: 15px;
  font-size: 13px;
  color: #6e6e6e;
  text-align: center;
}

.over_title,
.title_shipping__ {
  font-size: 18px;
  font-weight: bolder;
}

.over_con_all {
  display: flex;
  flex-direction: column;
}

.sec_con_ {
  margin: 0 25px;
}

.az {
  margin: 5px 0;
  font-size: 15px;
}
.gray_,
.prices__etc {
  color: gray;
}

.overview_sec_container,
.title_shipping__ {
  margin: 15px 0;
}

.prices__etc {
  font-size: 24px;
  margin: 15px 0;
}

.img_lil {
  width: 60px;
}

.abv_mini {
  font-size: 12px;
  color: gray;
}
.shipping__ {
  margin-top: 15px;
  padding: 25px 0;
  border-bottom: 1px solid #ecedf1;
}

.over_title {
  border-top: 1px solid #ecedf1;
  padding-top: 25px;
}

.btn_fav_con {
  color: #5356ee;
  border: 1px solid #5356ee;
  padding: 10px 16px;
  border-radius: 4px;
  margin: 15px 0 15px 15px;
}

.__bottom_sec_con {
  display: flex;
  margin: 25px 0px 25px 0;
  justify-content: space-between;
}

.similar__con {
  font-size: 15px;
}

.lk_ {
  color: #5356ee;
}

.rev_i_ > i:before {
  color: #5356ee;
}

.icon_con {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.con___ {
  margin: 0 150px;
}

.title_re {
  font-size: 21px;
  font-weight: bolder;
}

.title_rev_con {
  margin-bottom: 35px;
}

.lk_prp {
  color: #5356ee;
  font-size: 14px;
  margin-left: 10px;
}

.review_container,
.user_all_details_con {
  display: flex;
  align-items: center;
}

.fa-star:before {
  font-size: 21px !important;
}

.para_rev_con {
  margin: 15px 0;
}

.user_name_con {
  margin: 0 15px;
}

.reviews_container_all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper_review__ {
  width: 450px;
}

.date_ {
  font-size: 15px;
  padding: 0 10px;
  color: #878787;
}

.reviews__,
.description__con__ {
  padding-top: 25px;
  border-top: 1px solid #ecedf1;
}

.desc__con_h {
  font-size: 21px;
  font-weight: bold;
}

.description__con__ {
  margin-bottom: 25px;
}

.desc_content__ {
  margin: 20px;
}

#footer {
  background-color: #252b60;
  /* margin: 0 0 25px 0; */
}

.first_part_con_ft {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 25px 0;
  color: white;
}

.footer_container {
  margin-top: 5 5px;
}

.ft_sec_container {
  display: flex;
  flex-direction: column;
}

.last_sec_container {
  background-color: white;
  padding: 20px;
  text-align: center;
}

.main_lk_ft {
  padding: 0 5px;
}

.title_bl {
  margin: 25px 0 5px 0 !important;
  font-size: 21px;
}

.list_ft {
  color: white;
  margin: 5px 0;
  font-size: 12px;
}

@media screen and (max-width: 1780px) {
  .in_search {
    width: 50vw;
  }

  .body_wrapper {
    margin: 20px 100px;
  }
}

@media screen and (max-width: 1550px) {
  .in_search {
    width: 45vw;
  }

  /* .body_wrapper{
    margin: 20px 100px;
  } */
  .secont_part_bd {
    margin: 15px;
  }
  #productCarousel .carousel-inner .carousel-item > img {
    width: 500px;
    height: 500px;
  }

  #productCarousel {
    width: 700px;
    height: 500px;
  }
}

@media screen and (max-width: 1250px) {
  /* .in_search{
    width: 45vw;
  }
  .secont_part_bd{
    margin: 15px;
  } */
  /* .body_wrapper{
    margin: 20px 100px;
  } */

  #productCarousel .carousel-inner .carousel-item > img {
    width: 400px;
    height: 400px;
  }

  #productCarousel {
    width: 600px;
    height: 400px;
  }
  .carousel-indicators {
    height: 400px !important;
  }
  .body_container {
    margin: 25px !important;
  }
}

@media screen and (max-width: 1550px) {
  #productCarousel .carousel-inner .carousel-item > img {
    width: 400px;
    height: 400px;
  }

  #productCarousel {
    width: 600px;
    height: 400px;
  }
  .carousel-indicators {
    height: 400px !important;
  }
  .body_container {
    margin: 25px !important;
  }
}

@media screen and (max-width: 1150px) {
  #productCarousel .carousel-inner .carousel-item > img {
    width: 300px;
    height: 400px;
  }

  #productCarousel {
    width: 500px;
    height: 400px;
  }
  .carousel-indicators {
    height: 400px !important;
  }
  .body_container {
    margin: 15px !important;
  }
  .body_wrapper {
    justify-content: space-around;
  }
}

@media screen and (max-width: 1000px) {
  .body_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .secont_part_bd {
    width: 80%;
  }
  #productCarousel .carousel-inner .carousel-item > img {
    width: 500px;
    height: 500px;
  }

  #productCarousel {
    width: 700px;
    height: 500px;
  }
  .carousel-indicators {
    height: 500px !important;
  }

  .description__con__,
  .reviews__ {
    margin: 80px;
  }

  .reviews_container_all {
    flex-direction: column;
    align-items: start;
  }

  .wrapper_review__ {
    margin: 25px 25px;
  }
}

@media screen and (max-width: 750px) {
  .secont_part_bd {
    width: 100%;
  }
  .wrapper_review__ {
    margin: 25px 0;
  }

  .description__con__,
  .reviews__ {
    margin: 50px 0;
  }
}

@media screen and (max-width: 1420px) {
  .lk_con_h {
    display: none !important;
  }
}

@media screen and (max-width: 755px) {
  .search_in_con {
    display: none !important;
  }
}

.all_con_input_con {
  display: flex;
  width: 100%;
}

.__input_con_fn_con > input,
select {
  width: calc(35vw / 2);
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 14px;
  border: 1px solid rgb(159, 159, 159);
}

.__input_con_fn_con > .csv {
  width: calc(35vw + 15px);
}

.all_con_input_con {
  margin: 15px 0;
}

.rs {
  margin: 0 15px;
}

.type_input_con__ {
  font-size: 13px;
  font-weight: bolder;
  margin: 5px 0;
}

.title_shipping__check {
  font-size: 22px;
  font-weight: bolder;
}

.wrapper__ch {
  margin: 100px 250px;
}

.input_container__checkbox {
  display: flex;
  margin: 5px 0px;
}

#check {
  width: 20px;
}

.check_box_text {
  margin: 0 15px;
}

.check_box_text {
  font-size: 14px;
}

.btn_continue_pay__con {
  /* width: calc(35vw+15px); */
  width: calc(35vw + 15px);
  background-color: #5356ee;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
}

.product__con_shipping {
  width: 50vw;
}

.cont_btn__ {
  color: white;
}

.prod__d {
  width: 70px;
  border-radius: 4px;
  height: 70px;
}

.price___,
.__con_bottom__part__,
.img_prod_det_con {
  display: flex;
  /* align-items: center; */
}

.__pro_price_container {
  width: 400px;
}

.price___ {
  justify-content: space-between;
  margin: 10px 0;
  color: #707070;
}

.img_prod_det_con {
  margin: 20px 0;
}

._title_con_prod__ {
  margin: 0 15px;
}

.bold {
  font-weight: bolder;
  color: black;
}

.txt_par_lil,
.pay_count_rr {
  font-size: 12px;
}

._btn_container_pay__ > a {
  display: flex;
  margin: 15px 0;
  justify-content: center;
  align-items: center;
  background-color: #5356ee;
  color: white;
  height: 45px;
  border-radius: 4px;
}

.txt_btn_pay_conf_con {
  font-size: 15px;
  margin: 0 5px;
}

.__lil_so_lil_par {
  font-size: 13px;
  color: #796f6b;
  padding: 5px 0;
}

.product__container__details_ {
  width: 500px;
  border: 1px solid #ecedf1;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 1px 1px 0.2px 0.2px #ecedf1;
}

.order_con_ {
  font-size: 21px;
  font-weight: bolder;
}

@media screen and (max-width: 1700px) {
  .wrapper__ch {
    margin: 100px;
  }
}

@media screen and (max-width: 1500px) {
  .wrapper__ch {
    margin: 100px 20px;
  }
}

@media screen and (max-width: 1570px) {
  .body_checkout_container {
    margin: 25px 20px !important;
  }
}

@media screen and (max-width: 1000px) {
  .body_checkout_container {
    margin: 25px 20px !important;
  }
  .__con_bottom__part__ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product__con_shipping {
    width: 100% !important;
  }
  .__input_con_fn_con > input,
  select {
    width: calc(80vw / 2);
  }
  .__input_con_fn_con > .csv,
  .btn_continue_pay__con {
    width: calc(80vw + 15px) !important;
  }
  .product__container__details_ {
    margin: 25px 0;
    width: 80vw;
  }
  .product__con_shipping {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .all_con_input_con {
    justify-content: center;
    align-items: center;
  }
  .desktop__meet__ {
    display: none;
  }
  .mobile__meet__ {
    display: block !important;
    margin: 0 80px;
  }
}

@media screen and (max-width: 560px) {
  .__pro_price_container {
    width: 100%;
  }
  .body_checkout_container {
    margin: 25px 10px !important;
  }
}

@media screen and (max-width: 500px) {
  .btn_fav_con {
    padding: 6px 8px;
  }
  .similar__con {
    font-size: 12px;
  }
  .__bottom_sec_con {
    align-items: center;
  }
  .para_rev_con,
  .wrapper_review__ {
    width: 350px !important ;
  }
  .prices__etc {
    font-size: 17px;
  }
  .images__ship {
    margin-bottom: 15px;
  }
  .para_rev_con,
  .desc_content__,
  .date_,
  .user_name_con {
    font-size: 14px;
  }

  .desc__con_h,
  .title_re,
  .title_shipping__,
  .over_title,
  .title_product_container_ {
    font-size: 17px;
  }
  .over_con_all > div {
    font-size: 14px !important;
  }
  .body_container {
    margin: 15px 5px !important;
  }

  .hidden_ones,
  .or_ovr_c:before,
  .or_ovr_c:after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .or_ovr_c:before,
  .or_ovr_c:after {
    width: 200px !important;
  }
  .add_cart_btn_c {
    font-size: 13px !important;
  }
  .description__con__,
  .reviews__ {
    margin: 15px !important;
  }
  .two__fields__container {
    padding: 0 0 0 15px !important;
  }
  .check_bb {
    justify-content: flex-start;
    padding: 0 10px;
    /* align-items: flex-start!important; */
  }
}

.cont_btn__:hover {
  text-decoration: none;
  color: white;
}

.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: #5356ee;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 5px;
}

.redirect_home_ > a > div {
  margin: 5px;
}

.redirect__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

/* ss */

a {
  text-decoration: none;
}

.user_name_con,
.para_rev_con {
  font-size: 15px;
}

.icon_con {
  object-fit: cover;
}

.__title___meet {
  font-size: 21px;
  margin: 25px 0;
  font-weight: bolder;
}

.left__side__meet,
.__all__wrap {
  display: flex;
}

.__u__ {
  display: flex;
  align-items: center;
}

.img__user_ {
  border-radius: 50%;
}

.__a___ {
  margin: 15px 25px;
}

.__name__user {
  font-size: 21px;
  font-weight: bold;
  padding: 5px 0;
}

.__stars__ > .fa:before {
  font-size: 17px !important;
  color: #5356ee;
}

.__rev__con_ {
  margin: 0 10px;
}

.sep {
  margin: 0 5px;
}
.txt__r {
  font-size: 14px;
}

.__all__wrap {
  justify-content: space-between;
}

.button__view__ {
  background-color: #ecedf1;
  padding: 8px 20px;
  font-size: 15px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
}

.badges__con {
  display: flex;
}
.badge__con {
  width: 80px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  margin: 0 2px;
}

.txt_badge {
  font-size: 13px;
  padding: 5px 0;
  text-align: center;
}

.badge__con > img {
  width: 40px;
}

.__bottom_sec_con {
  margin-bottom: 30px;
}

.meet__seller {
  border-top: 1px solid #ecedf1;
}

.mobile__meet__ {
  display: none;
}

@media screen and (max-width: 820px) {
  .mobile__meet__ {
    margin: 0 20px !important;
  }
}

@media screen and (max-width: 720px) {
  .__all__wrap {
    flex-direction: column;
  }
  .button__view__ {
    width: 130px;
    margin: 15px 0;
  }
}

@media screen and (max-width: 590px) {
  .__u__ {
    flex-direction: column;
    align-items: flex-start;
  }
  .__stars__,
  .__rev__con_ {
    margin: 5px 0;
  }
  .txt__r {
    font-size: 11px;
  }
  .__rev__con_ > .bold {
    font-size: 11px;
  }
  .sep {
    margin: 0 2px;
    font-size: 11px;
  }
}

.title_product_container_ {
  font-family: Averta, sans-serif !important;
}

.__wrapper_____ {
  background: linear-gradient(180deg, #fff 0%, #c8cffc 100%);
  /* width: 0px; */
  height: 400px;
  margin-top: 150px;
}

.__title__footer__ {
  color: #000066;
  font-weight: bolder;
  font-size: 55px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.__sell__buy__ {
  color: #000066;
  font-size: 25px;
}

.__store_ {
  display: flex;
  margin: 25px 0;
}

.__wrapper_____ {
  padding-bottom: 50px;
  display: flex;
  position: relative;
  padding: 80px 22vw;
}

.store__ {
  width: 140px;
}

.rt__ft > img {
  position: absolute;
  width: 500px;
  bottom: 0;
  margin: 0 25px;
}
.__r {
  margin: 0 15px;
}

@media screen and (max-width: 750px) {
  .__wrapper_____ {
    padding: 0px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 300px;
  }
  .__title__footer__ {
    font-size: 40px;
  }
  .__sell__buy__ {
    font-size: 25px;
  }
  .store__ {
    width: 120px;
  }
}

.img__user_ {
  width: 100px;
}

@media screen and (max-width: 1450px) {
  .__wrapper_____ {
    padding: 80px 12vw;
  }
}


@media screen and (max-width: 1250px) {
  .__wrapper_____ {
    padding: 80px 12vw;
  }
}


@media screen and (max-width: 1191px) {
  .rt__ft > img{
    display: none;
  }
}



@media screen and (max-width: 550px) {
  .__wrapper_____ {
    padding: 0px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 300px;
  }
  .__title__footer__ {
    font-size: 35px;
  }
  .__sell__buy__ {
    font-size: 20px;
  }
  .store__ {
    width: 120px;
  }
}


@media screen and (max-width: 450px) {

   .__wrapper_____ {
    margin-top: 0px!important;
    height: 250px;
  }
  .__title__footer__ {
    font-size: 30px;
  }
  .__sell__buy__ {
    font-size: 17px;
  }
  .store__ {
    width: 120px;
  }
}
