@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.head__container__ {
  display: flex;
  justify-content: space-evenly;
  background-color: #d0011b;
  height: 30px;
  align-items: center;
}

.head__container__ > div > a{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.top_head_container_right {
  margin-right: 110px;
}

.first_element {
  font-size: 13px;
  color: white;
  padding-right: 5px;
  border-right: 1px solid #e36776;
}

.nonebrd {
  border: none;
}

.list___btn {
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding-left: 5px;
  border-right: 1px solid #e36776;
  font-size: 13px;
}

.mrg {
  padding-right: 10px;
}

.fa-facebook-square,
.fa-instagram,
.fa-twitter-square,
.fa-search {
  color: white;
}

.nonebrd {
  border: none;
}

.search___ {
  position: absolute;
  right: 4px;
  background-color: #d0011b;
  border: none;
  padding: 9px 21px;
}

.search____container {
  position: relative;
  align-items: center;
  display: flex;
}

.right_side_container_srch {
  display: flex;
  align-items: center;
}

.head__mid_container__search {
  display: flex;
  justify-content: space-evenly;
  background-color: #d0011b;
  padding: 15px 0px;
}

.main_search__input {
  width: 500px;
  padding: 12px 5px;
  border: none;
  border-radius: 2px;
}

.fa-shopping-cart {
  color: white;
  font-size: 28px;
  margin-left: 25px;
}

.right_side_container_srch {
  margin-right: 20px;
}

@media screen and (max-width: 840px) {
  .main_search__input {
    width: 410px;
  }

  .top_head_container_right {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .head__mid_container__search {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .right_side_container_srch {
    margin-right: 0px;
  }
}

@media screen and (max-width: 550px) {
  .main_search__input {   
    width: 290px;
  }
}

.footer__first__container {
  display: flex;
  justify-content: space-evenly;
}

.return___container {
  display: flex;
  align-items: center;
}

.arrow__img {
  width: 40px;
}

.prgrphpppp {
  font-size: 14px;
  color: #8b8275;
}

.ic {
  width: 50px;
}

.firstline__icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.secondline__icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.firsthalf____container {
  display: flex;
  flex-direction: column;
}

.lower__container__footer {
  display: flex;
  justify-content: space-evenly;
}

.firsttitle___ {
  margin-bottom: 8px;
  font-size: 11px;
  color: #585858;
}

.title__pmnt,
.firsttitle {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.icons__payment {
  margin-top: 10px;
}

.lower__container__footer {
  padding: 30px 0px;
  border-top: 1px solid lightgray;
}

.lowerft__container_ {
  display: flex;
  justify-content: space-around;
  padding: 30px 0px;
  border-top: 1px solid lightgray;
}

.country__region {
  padding-left: 200px;
}

.allft___container {
  background-color: #fbfbfb;
}

.footer__first__container {
  padding: 30px 0px;
  border-top: 3px solid #d0011b;
  /* margin-top: 50px; */
}

.reserved_container__,
.country__region,
.facebook__ft__ {
  color: #585858;
  font-size: 14px;
}

.facebook__ft__ {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
  font-size: 12px;
}


@media screen and (max-width: 880px) {
  .footer__first__container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .return___container {
    gap: 5px;
  }

  .mrggg {
    margin-left: 16px;
  }
}

@media screen and (max-width: 730px) {
  .lowerft__container_ {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  } 
  .country__region {
    padding: 0px;
  }
}

@media screen and (max-width: 630px) {
  .lower__container__footer {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .mrg {
    margin-right: 0px;
  }

  .firsthalf____container {
    align-items: center;
  }

  .title__pmnt,
  .firsttitle {
    display: flex;
    justify-content: center;
  }
}

.first__check__element {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  background-color: white;
  width: 70%;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.2);
}

.right__elements_first_ {
  display: flex;
  width: 60%;
  justify-content: space-evenly;
}

.product___rd,
.radio__ {
  margin-right: 20px;
}

.unitprice {
  color: #888888;
  font-size: 14px;
}
.second__check__element_container {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  padding: 15px 40px;
  /* width: 70%; */
  background-color: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e8e8e8;
}

.top__element__container__ {
  background-color: #fff3ed;
  display: flex;
  gap: 10px;
  padding: 10px;
  font-size: 13px;
}

.rightside__ {
  color: #f27165;
  border: 1px solid #ee4d2d;
  padding: 2px 5px;
  font-size: 12px;
}

.addmore__angle {
  color: #ee4d2d;
  font-weight: bold;
  font-size: 14px;
}

.product__ {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.radio__img {
  align-items: center;
  display: flex;
}

.days_rtn {
  width: 15.6px;
  height: 14px;
}

.right_side___scnd {
  display: flex;
}

.price__talk__ {
  display: flex;
  gap: 10px;
}

.number_ps_mn {
  width: 40px;
}

.second__top__element_container {
  display: flex;
  gap: 20px;
  padding: 10px 20px;
}

.select__input__ {
  display: flex;
}

.second__top__element_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_body_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 50px;
}

.third__container__ {
  /* width: 70%; */
  /* box-shadow: 0 1px 1px 0 rgba(0,0,0,.05); */
  background-color: white;
}

.oldprice__tag {
  text-decoration: line-through;
  color: #757575;
  font-size: 14px;
}

.newprice_tag {
  font-size: 15px;
}

.plus__symbol,
.minus__symbol {
  padding: 4px 10px;
  font-size: 16px;
  background-color: white;
  border: 1px solid #e8e8e8;
}

.number_ps_mn {
  padding: 5.5px 0px;
  border: 1px solid #e8e8e8;
}

.plus__symbol {
  position: absolute;
  right: 35px;
}

.slct__inp {
  position: relative;
  padding-left: 50px;
}

.minus__symbol {
  position: absolute;
  left: 87px;
}

.leftside_________ {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
}

.right_side___scnd,
.radio__img {
  gap: 20px;
}

.third__container__ {
  padding: 18px;
  /* border-bottom: 1px solid #E8E8E8; */
}

.sub__third_container {
  border: 1px solid #e8e8e8;
}

.similar__products,
.price__tag__ {
  color: #f27259;
}

.firstline__dscr {
  font-size: 14px;
}

.secondline_ret {
  font-size: 12px;
  margin-top: 10px;
}

.vouchercard____ {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background-color: white;
}

.gratis____ {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  background-color: white;
}

.enter_coucher__,
.learnmore__ {
  color: #0055bd;
  font-size: 14px;
  text-decoration: none;
}

.gratis__ {
  width: 25px;
}

.enter_gratis__ {
  font-size: 14px;
}

.wrap____left_pr {
  display: flex;
  width: 100%;
  align-items: center;
}

.pricetlkkk {
  display: flex;
  align-items: center;
  gap: 20px;
}

.left_element_first {
  font-size: 13.5px;
  color: #333333;
}

.label__talk__ {
  font-size: 14px;
}

.allbox__shadow__ {
  width: 70%;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.2);
  margin-top: 20px;
}

.main_body_container {
  background-color: #f5f5f5;
}     

.voucher_____crd {
  display: flex;  
  align-items: center;
  font-weight: bold;
  font-size: 15px;
}

.vochercard___,
.lowervochercard___ {
  background-color: white;
  width: 70%;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  margin-top: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.insufii__coinball {
  color: #999b99;
  font-size: 14px;
  font-weight: bold;
}
.lowervochercard___ {   
  margin-top: 0;
}

.lowersubvocher__ {
  display: flex;
  justify-content: space-between;
  width: 400px;
}
  
.minus__dollars {
  color: #d0d0d0;
}

.left_side___ {
  gap: 15px;
  display: flex;
}

.addto__myfav {
  text-decoration: none;
  color: #ee4d2d;
}

.price_totalprr {
  color: #ee4d2d;
  font-size: 17px;
}

.total___pr {
  display: flex;
  align-items: center;
  gap: 5px;
}

.checkout____ {
  text-decoration: none;
  background-color: #ee4d2d;
  color: white;
  font-size: 14px;
  padding: 12px 65px;
}

.right_side________sub {
  display: flex;
  gap: 20px;
  /* width: 300px; */
}

.right_side___ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  padding: 20px 20px 20px 40px;
  background-color: white;
}

@media screen and (max-width: 1029px) {
  .second__top__element_container{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .right_side___scnd{
    justify-content: center!important;
  }
  .second__top__element_container {
    flex-direction: column;
  }

  .wrap____left_pr {
    width: 85%;
  }
}

@media screen and (max-width: 765px) {
  .wrap____left_pr {
    width: 100%;
  }
}

@media screen and (max-width: 675px) {
  .wrap____left_pr {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .leftside_________ {
    justify-content: center;
    gap: 10px;
  }
  .main_body_container {
    padding: 20px;
  }
}

@media screen and (max-width: 1444px) {
  .allbox__shadow__,
  .first__check__element,
  .vochercard___,
  .lowervochercard___,
  .right_side___ {
    width: 85%;
  }
}
@media screen and (max-width: 1300px) {
  .allbox__shadow__,
  .first__check__element,
  .vochercard___,
  .lowervochercard___,
  .right_side___ {
    width: 95%;
  }
}
@media screen and (max-width: 1069px) {
  .allbox__shadow__,
  .first__check__element,
  .vochercard___,
  .lowervochercard___,
  .right_side___ {
    width: 99%;
  }
}

@media screen and (max-width: 500px) {
  .main_body_container {
    padding: 20px 15px;
  }

  .top__element__container__ {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 944px) {
  .learnmore__ {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .right_side___scnd {
    gap: 4px;
  }

  .radio__img {
    gap: 4px;
  }

  .bye {
    display: none;
  }

  .left_element_first {
    margin-left: 27px;
  }
  .main_body_container{
    padding: 20px 7px;
  }
}

.left_element_first {
  margin-left: 27px;
}

@media screen and (max-width: 570px) {
  .top__element__container__ {
    flex-direction: column;
    align-items: center;
  }
}

.user__link {
  text-decoration: none;
  font-size: 14px;
  color: #0055bd;
}

.left__side___voucher_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
}

@media screen and (max-width: 900px) {
  .right_side___ {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 554px) {
  .right_side___ {
    padding: 10px;
  }
}

@media screen and (max-width: 550px) {
  .right_side________sub {
    flex-direction: column;
  }

  .checkout____ {
    display: flex;
    justify-content: center;
  }
}

.firstline___pd {
  display: flex;
  align-items: center;
  gap: 5px;
}

.reviews__star__ {
  display: flex;
  padding-right: 7px;
  border-right: 1px solid #dbdbdb;
}

.prdct__descrp {
  font-size: 22px;
}

.secondline__pd {
  display: flex;
  margin-top: 8px;
}

.assessment {
  padding: 0px 0px;
  font-size: 13px;
  border-right: 1px solid #dbdbdb;
}

.sold___numb {
  display: flex;
  justify-content: space-between;
}

.right_side__sold {
  /* padding-left: 120px; */
}
.leftsd_price__ {
  text-decoration: line-through;
  color: #999b99;
}

.btnoff___tag { 
  background-color: #d0011b;
  color: white;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}

.pricetag__rt {
  color: #d0011b;
  font-size: 22px;
  font-weight: bold;
}

.righttsd_price__ {
  display: flex;
  align-items: center;
  gap: 10px;
}

.subfirstline__price {
  display: flex;
  align-items: center;
  gap: 5px;
}

.subsecondline__price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topline_guarantie {
  font-size: 14px;
  color: #d0245c;
}

.botline_guarantie {
  font-size: 12px;
  color: #969796;
}

.thirdline__pd {
  /* width: 30%; */
  padding: 20px;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.new__ {
  color: white;
  background-color: #ee4d2d;
  font-weight: bold;
  font-size: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 2px 4px;
}

.title__prod {
  color: #7575a1;
  font-size: 14px;
  font-weight: bold;
}

.talk__prod {
  font-size: 13.5px;
}

.learn__ {
  text-decoration: none;
  color: #0055bd;
  font-size: 13px;
}

.fifth__delivery {
  display: flex;
}

.title__prod {
  padding-right: 20px;
}

.first_top__dv {  
  display: flex;
  gap: 5px;
  align-items: center;
  color: #585858;
  font-size: 14px;
}

.secondtop__dv {
  color: #585858;
  font-size: 14px;
  margin-left: 8px;
  margin-top: 5px;
  align-items: center;
}

.central___ {
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin-left: 38px;
}

.shippingcost__ {
  color: #585858;
  font-size: 14px;
}

.sixth__quantity {
  display: flex;
  align-items: center;
}

.cost_ship {
  margin-left: 28px;
  font-size: 15px;
}

.thirdtop__dv {
  margin-top: 5px;
  margin-left: 28px;
}

.remaining {
  margin-left: 30px;
  font-size: 12px;
  color: #585858;
}

.dlv_qunt_prot {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 10px 0px;
}

.addto_cart {
  background-color: #fbebed;
  color: #d0011b;
  text-decoration: none;
  border: 1px solid #d0011b;
  padding: 10px 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.buynow___ {
  background-color: #d0011b;
  color: white;
  text-decoration: none;
  padding: 10px 45px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.doublebtn__ {
  margin-top: 20px;
  gap: 20px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.fa-shopping-basket {
  padding-right: 5px;
}

.return___min {
  width: 17px !important;
}

.kut {
  width: 20px;
}

.botside__priceadd_secobd {
  display: flex;
}

.botside__priceadd {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 12px 0px;
}

.openfirst {
  padding-left: 20px;
  font-size: 12px;
  color: #757575;
}

.botside__priceadd_secobd {
  display: flex;
  justify-content: space-between;
  /* width: 500px; */
}

.productdescription___rightside {
  width: 500px;
  padding: 25px;
  /* background-color: lightgray; */
  background-color: white;
}

.__a{
    display: flex;
}

.secondline__pd{
    display: flex;
    justify-content: space-between;
}

.allboydwrapp___{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  
}

.carousel_wrapper{
  background-color: white;
}

.numbers_of_solds{
  padding-left: 10px;
  border-left: 1px solid #E8E8E8;
}

.numbers_of_asses{
  padding-right: 5px;
}

.number__review{
  margin-right: 5px ;
}

.returndays {
  align-items: center;
  display: flex;
  gap: 5px;
}


.carousel-indicators > .active > a > img {
  border: 2px solid #2874f0;
}

.carousel-indicators > li > a > img {
  width: 70px;
  height: 70px;
}

#productCarousel {
  display: flex;
  margin: 25px;
}

.car_ > div {
  /* border: 1px solid #f0f0f0; */
}

.carousel-indicators-wrapper > ol {
  height: 515px;
  overflow: hidden;
  align-items: center;
}

.carousel-item > img {
  width: 500px;
  height: 500px;
  margin: 15px;
}

.list-inline-item > a > img:hover {
  border: 2px solid #2874f0;
}

.carousel-indicators-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carousel-item > img,
.list-inline-item > a > img{
  object-fit: contain;
}

.top_side__container {
  display: flex;
  margin: 20px 0px;
  /* flex-direction: column; */
}

.product_spec__{
  padding: 10px;
  width: 98%;
  background-color: #FAFAFA;
}

.bot_side__container_{
 
  width: 1150px;
  /* height: 300px; */
  background-color: white;
}

.brand__word{
  color: #999999;
}

.brand__ {
margin: 10px  0px;  
width: 95%;
  display: flex;
  justify-content: space-between;
}

.product__specification {
  padding: 20px;
  width: 97%;
}

.four___five,
.outof__container__{
  color: #d0011b;
}

.four___five{
font-size: 25px;
font-weight: bold;
}

.outof__container__{
  font-size: 20px;
}


.stars__container__,
.starts___botrvv > .fa {
  color: #d0011b;
}

.review__stars__container{
  background-color: #FFFBF8;
  padding: 20px;
}

.bot_container____{
  display: flex;
  gap: 10px;
  /* width: 800px; */
  padding: 15px 10px;
  border-bottom: 1px solid lightgray;
}

.leftside___bot__rev {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title_rv__v{
  font-size: 13px;
}

.datenumb___{
  color: #757575;
  font-size: 12px;
}

.warna__tl_{
  color: #757575;
  font-size: 13px;
  padding-right: 5px;


}

.warna___{
font-size: 14px;
margin-top: 5px;
}

.rv___talk__rv {
  font-size: 15px;
  margin: 5px 0px;
}

.sellerresponse__container__{
  background-color: #F5F5F5;
  padding: 8px 10px 10px 10px;
  margin: 15px 0px;
}

.title__seller__{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.response___rv{
  font-size: 13.5px;
}

.help___ {
  color: #6B656F;
  font-size: 15px;
  margin-left: 5px;

}

.starts___botrvv{
  margin: 5px 0px;
}

.left__side__rev {
  width: 60px;
  border-radius: 50%;
}

.product__assess__{
  padding:5px;
  margin-bottom: 8px;
  font-size: 19px;
}

.review__container___{
  background-color: white;
  margin-top: 10px;
  padding: 20px;
  width: 1150px; 
  margin-bottom: 40px;
}

.nnnbrd_{
  border: none;
}

.prdctdtls,
.list_link__brand{
  font-size: 15px;
  margin-left: 15px;
  margin-top: 10px;
}

.list_link__brand{
  width: 100%;
  margin: 20px 15px;
}

@media screen and (max-width:1200px)  {
  .bot_side__container_,
  .review__container___,
  .top_side__container{
    width: 95%;
  }
}


@media screen and (max-width:1185px) {
  .top_side__container{
    flex-direction: column;
    /* align-items: center; */
  }

  .productdescription___rightside,
  .carousel_wrapper {
    width: 100%;
    /* align-items: center; */
  }

  .list_link__brand{
    width: 90%;
  }

  #productCarousel{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


@media screen and (max-width:780px) {
  .leftside___bot__rev{
    padding-right: 20px;
  }
}

@media screen and (max-width: 680px) {
  .carousel-item > img {
    width: 380px;
  }

  .leftside___bot__rev {
    width: 15%;
    padding-left: 0px;
  }

  .carousel-indicators > li > a > img {
    width: 55px;
  }
}

@media screen and (max-width:550px) {
 
  .returndays{
    font-size: 12px!important;
  }
    .list_link__brand{
      width: 100%;
    }

    .list_link__brand {
      margin: 17px 10px;
    }

    .brand__ {
      width: 70%;
      display: flex;
      justify-content: space-between;
    }

    .carousel-item > img {
      width: 280px;
      margin: 8px;
    }

   
    .carousel-indicators > li > a > img {
    width: 50px;
    }
    .assessment{
      padding: 0;
      font-size: 12px;
    }
    .carousel-indicators-wrapper > ol{
      width: 280px!important;
    }
}

.thirdline__pd, .secondline__pd,
.__a{
  align-items: flex-start!important;
}

.__a,
.secondline__pd {
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.addto_cart {
  padding: 7px 29px;
}

.botside__priceadd_secobd{
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.botside__priceadd {
  justify-content: flex-start;
}

.central___ {
  margin-left: 0px;
}

.doublebtn__ {
  flex-direction: row;
  gap: 10px;

}

.addto_cart,
.buynow___ {
  justify-content: center;
  align-items: center;
  padding: 14px;
  width: 150px;
}

.subfirstline__price {
  justify-content: center;
}

.productdescription___rightside{
padding: 15px;
}

.product__specification  {
  width: 100%;
  padding: 15px;
}

.review__container___ {
  padding: 20px;
}

.assessment {
  font-size: 12px;
}

.returndays {
  font-size: 14px;
}

.secondline__pd{
  align-items: center;
}

.sold___numb,
.shippingcost__,
.cost_ship{
  font-size: 12px;
}

.thirdtop__dv{
  margin-top: 8px;
}

.central___{
  font-size: 13px
}

.fad{
  margin-left: 5px;
}

.shopee-svg-icon{
  margin: 0px 5px;
}

._title__prod{
  display: flex;
  align-items: center;
  color: #7575a1;
  font-size: 14px;
  font-weight: bold;
}

.talk__prod{
  font-size: 12px!important;
}

.new__{
  margin-left: 8px;
}

.asa_ara,
.shippingcost__{
  font-size: 13px;
}

.prgrphpppp{
  margin-left: 25px;
}

.bold_green {
  color: green;
  font-weight: bolder;
}

.redirect_home_ > a {
  color: white;
  background-color: #d0011b;;
  width: 180px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
}

.redirect_home_ > a:hover {
  color: white;
  text-decoration: none;
  background-color: #fb641b;
}


.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;
}

.find-more {
  width: 150px;
  border: none;
  background-color: #d0011b !important;
  color: white;
  padding: 8px 0;
  font-weight: bolder;
  border-radius: 5px;
}


.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;
}

.first_element > a {
  text-decoration: none;
}

.sellerresponse__container__{
  width: 900px;
}

@media screen and (max-width: 1125px)
{
  .sellerresponse__container__{
    width: 700px;
  }
}

@media screen and (max-width: 900px)
{
  .sellerresponse__container__{
    width: 600px;
  }
}

@media screen and (max-width: 780px)
{
  .sellerresponse__container__{
    width: 100%;
  }
}

.right_side___scnd{
  justify-content: left;
  align-items: center;
  width: 100%;
}

.angle_wrapper{
  cursor: pointer;
}

.ol_{
  scroll-behavior: smooth;
}

.carousel-item > img{
  transition: all 2s ease-in-out ;
}

@media screen and (max-width:800px) {
  .carousel_{
    display: flex;
    flex-direction: column-reverse;
  }
  .carousel-indicators-wrapper > ol{
    display: flex!important;
    width: 300px!important;
    height: 80px!important;
    flex-direction: row;
    overflow: hidden!important;
      text-decoration: none!important;
    list-style: none!important;
  }
  .carousel-indicators-wrapper{
    display: flex!important;
    flex-direction: row!important;
  }
  .ol_ > li{
    margin: 0 4px;
  }

  .ol_ > li > a > img{
    width: 80px;
  }

  .angle_wrapper{
    margin: 0 15px;
    font-size: 25px;
  }
  .ol_{
    display: flex!important;
    width: 300px!important;
    height: 80px!important;
    overflow: scroll!important;
    text-decoration: none!important;
    list-style: none!important;
  }   
  .carousel-item > img{
    height: 300px;
  }
}

.ol_{
  display: flex;
  width: 96px!important;
  flex-direction: column;
  height: 500px!important;
  /* overflow: scroll; */
  text-decoration: none;
  list-style: none;
}

.carousel-indicators-wrapper{
  flex-direction: column;
}

.carousel-indicators-wrapper > ol{
  overflow: hidden;
}

a{
  text-decoration: none;
}

.carousel_{
  flex-direction: column-reverse;
}

.ol_{
  flex-direction: row!important;
  height: 100px!important;
  width: 500px!important;
}

.carousel-indicators-wrapper{
  flex-direction: row;
  height: 100px!important;
  width: 100%;
}

.ol_ > li{
  margin: 0 8px;
}

.angle_wrapper > i{
  font-size: 25px;
  margin: 0 10px;
}

.slide_{
  align-items: center;
}