@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;

  font-family: "Jost", sans-serif;
}

.two_h_wrap,
.gender_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 150px;
}

.one_h_wrap {
  text-align: center;
  padding: 6px;
  font-size: 14px;
  background-color: #d2451e;
  color: white;
}

.gender_sec {
  list-style: none;
}

.gender_item {
  padding: 15px;
  font-weight: bolder;
}

.icons_container > .fa {
  padding: 8px;
}

.icons_container > .fa::before {
  font-size: 20px;
}

.two_h_wrap {
  margin: 15px 0;
}

.bb {
  background-color: black;
  color: white;
  padding: 7px;
}

.three_h_wrap {
  display: flex;
  justify-content: space-between;
}

.li_w_h {
  display: flex;
  list-style: none;
}

.li_item {
  padding: 0 10px;
}

.two_h_wrap,
.three_h_wrap {
  margin: 0 150px;
  align-items: center;
}

.search_container_wrap {
  position: relative;
}

.search_container_wrap > i {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.input_search {
  padding: 0 35px;
  width: 250px;
  height: 35px;
  font-size: 18px;
  background-color: #efeff0;
  border: none;
  outline: none;
}

.header_container {
  border-bottom: 1px solid gray;
}

@media screen and (min-width: 1200px) {
  .two_h_wrap,
  .three_h_wrap {
    margin: 5px 350px !important;
  }
  .first_sec_body_wrapper {
    margin: 50px 350px !important;
  }
}

/* car */

.carousel-indicators .list-inline-item > a > img {
  width: 90px;
  height: 120px;
  border: 1px solid black;
  object-fit: contain;
}

#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: 750px;
  height: 600px;
}

.carousel-indicators::-webkit-scrollbar {
  width: 4px;
}

.carousel-indicators::-webkit-scrollbar-thumb {
  background-color: gainsboro;
  display: none;
}

.carousel-indicators::-webkit-scrollbar-track {
  background-color: #efefef;
  display: none;
}

.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;
  }
} */
/* carrr */

.first_sec_body_wrapper {
  margin: 50px 150px;
  display: flex;
}

.brand_ {
  font-size: 35px;
  font-family: "Times New Roman", Times, serif;
}

.title_ {
  font-size: 30px;
  font-weight: bolder;
}

.red_price {
  color: red;
  font-size: 24px;
  font-weight: bold;
}

.tva_ {
  color: rgb(70, 70, 70);
}

.stars_container {
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.stars_container > .fa {
  font-size: 25px;
  margin: 0 3px;
}

.nbr_r {
  margin: 0 3px;
  font-size: 20px;
}
.qty_ {
  width: 450px;
  height: 45px;
  font-size: 19px;
  margin: 15px 0;
  padding: 0 10px;
}

.btns_con {
  width: 450px;
  display: flex;
  align-items: center;
}

.cart {
  background-color: black;
  width: 450px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 10px 0;
  font-size: 19px;
}

.fa-heart-o {
  border: 1px solid black;
  padding: 10px;
  margin: 0 0 0 5px;
  font-size: 25px;
}

.fa-heart-o::before {
  font-size: 25px;
}

.sell__con {
  border: 1px solid #d0d1d3;
  margin: 50px 0;
}

.return_ {
  display: flex;
  justify-content: space-between;
  margin: 25px 15px;
}

.box_icon > svg,
.return_icon > svg,
.icon_tr > svg {
  font-size: 28px;
}

._return_,
._delv_ {
  font-weight: bolder;
  font-size: 15px;
}

.one_,
.two_,
.standard_,
.icon_tr {
  margin: 0px 15px;
}

.work__ {
  margin: 15px 0;
}

.days_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bolder;
  font-size: 15px;
  margin: 5px 0;
}

.delv_ {
  border-bottom: 1px solid #d0d1d3;
  border-top: 1px solid #d0d1d3;
  padding: 15px 15px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a {
  text-decoration: none;
  color: black;
}

.button_detail_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bolder;
  margin: 5px 0;
}

.down_btn > .fa::before {
  font-size: 28px;
}

.detail_sec {
  border-top: 1px solid #d0d1d3;
  /* border-bottom: 1px solid #d0d1d3; */
  padding: 10px 25px;
  transition: all 5s ease-in-out;
  height: 100%;
  cursor: pointer;
}

.detail_sec:hover {
  background-color: #ededed;
}
.detail_txt_ {
  margin-top: 25px;
  margin-bottom: 15px;
  display: none;
}

.details_prod_container {
  width: 450px;
}

.bold_ {
  font-weight: bolder;
}

._rev_sec_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title_rev {
  /* font-size: 21px; */
  margin: 5px;
  font-weight: bolder;
}

.note_rev {
  font-size: 35px;
  font-family: "Times New Roman", Times, serif;
}

.rev_stars > .fa-star::before {
  font-size: 28px;
}

.rev_stars > .fa {
  padding: 0 2px;
}

.reviews_s {
  margin-top: 20px;
}

.rev_bar {
  display: flex;
  align-items: center;
}

.bar_con {
  background-color: rgb(194, 194, 194);
  height: 4px;
  width: 100%;
  margin: 4px 0 0 20px;
}

.rev_bars_container {
  margin: 20px 0;
}

.val_bar {
  margin-top: 4px;
  font-size: 13px;
}

.color_b {
  background-color: black;
  height: 4px;
  width: 50%;
}

.rev_more {
  width: 100%;
  background-color: white;
  height: 50px;
  font-size: 17px;
  font-weight: bolder;
  cursor: pointer;
}

.rev_more:hover {
  background-color: gray;
  color: white;
  border: gray;
}

body {
  position: relative;
  width: 100%;
  height: 100vh;
}

.modal {
  width: 100%;
  top: 0;
  cursor: pointer;
  bottom: 0;
  height: 100%;
  background-color: black;
  position: absolute;
}

.body_wrapper {
  position: relative;
}

.remove_mar {
  margin: 0 !important;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 45px;
  border: 1px solid #888;
  width: 580px;
  position: relative;
  height: 700px;
  overflow-y: scroll;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.title__modal {
  font-size: 32px;
  font-weight: bolder;
}

.__rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.__rate > .rev_stars > .fa::before {
  font-size: 18px;
}

.rev__rate {
  font-size: 24px;
  font-weight: bold;
}

.sorted___ {
  margin: 25px 0 15px 0;
}

.img_prod_rev {
  width: 100px;
  height: 150px;
  object-fit: contain;
}

.__rev_first_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.purchase_date,
.reviewed_date {
  font-size: 14px;
  color: gray;
}

.name_ {
  margin: 7px 0;
  font-size: 17px;
  font-weight: bolder;
}

.review_name > .rev_stars > i::before {
  font-size: 25px;
}

.review_name > .rev_stars {
  margin: 10px 0;
}

.desc_section_ {
  margin: 0 150px;
}

.__desc_title {
  font-size: 25px;
  font-weight: bolder;
  margin: 15px 0;
}

.desc_content__ {
  margin: 0 25px;
  font-size: 18px;
}

.footer > .first_side__ {
  background-color: #6328e0;
  margin: 50px 0 0 0;
  padding: 50px 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.list__ {
  display: flex;
  flex-direction: column;
}

.items__container .title__ {
  color: white;
  font-size: 25px;
  font-weight: bolder;
  padding: 15px 0;
}

.list__ a {
  color: white;
  padding: 5px 0;
  font-size: 15px;
}

.second__side___ {
  background-color: black;
}

.svgs__ > a > img {
  width: 70px;
  height: 35px;
  border-radius: 10px;
  object-fit: cover;
  /* margin: 0 5px; */
}

.secong____ {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}

.sli_ {
  padding: 15px;
  color: white;
}

.img_product {
  width: 50px;
}

.first_sec_check_,
.prod_check_container,
.__all_con_check_prod {
  display: flex;
  /* align-items: center; */
}

.img_product {
  width: 110px;
}

.details_prod_ {
  margin: 0 15px;
}

.sel {
  width: 90px;
  height: 30px;
  font-size: 18px;
  padding: 0 15px;
}

.first_sec_check_ {
  width: 750px;
}

._aze {
  background-color: rgb(255, 255, 255);
  width: 800px;
}

.check_container {
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  margin: 0 300px;
  padding: 20px;
}

.body_check_container {
  /* width: 100%; */
  justify-content: center;
  align-items: center;
}

.second_section_container_check {
  margin: 0 20px;
  background-color: rgb(255, 255, 255);
  height: 300px;
  width: 500px;
}

.title_container_check {
  font-weight: bold;
  font-size: 25px;
  margin: 0 0 25px 0;
}

._aze,
.second_section_container_check {
  padding: 25px;
}

.bag__em {
  font-weight: bold;
  margin: 0 0 20px 0;
}
.____split {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.price____ {
  font-weight: bolder;
}

.total__ {
  font-weight: bolder;
  font-size: 25px;
}

._sub_total_con,
.__deliv_con,
.total_vat__container {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.__deliv_con {
  padding: 15px 0;
  border-bottom: 1px solid rgb(206, 206, 206);
}

.btn_check_con {
  margin: 25px 0;
  background-color: #ff4e00;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: bolder;
}

.btn_ {
  color: white;
}

.__all_con_check_prod____ {
  margin: 25px 0;
}

.mar {
  margin-top: 25px;
}

.bold {
  font-weight: bolder;
}

.mar > .details_prod_ {
  margin: 0;
}

.img__png {
  width: 70px;
  object-fit: cover;
}

@media screen and (max-width: 1720px) {
  .two_h_wrap,
  .three_h_wrap {
    margin: 5px 150px !important;
  }
  .check_container {
    margin: 0 150px !important;
  }
}

/* @media screen and (max-width: 1320px) {
  .two_h_wrap,
  .three_h_wrap {
    margin: 5px 70px !important;
  }
  .check_container{
    margin: 0 250px!important;
  }
} */

@media screen and (max-width: 1520px) {
  .two_h_wrap,
  .three_h_wrap {
    margin: 5px 50px !important;
  }
  .check_container {
    margin: 0 50px !important;
  }
}

@media screen and (max-width: 1320px) {
  ._aze {
    width: 50vw;
  }
  .hide_item {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .two_h_wrap,
  .three_h_wrap {
    margin: 5px 20px !important;
  }
  .check_container {
    margin: 0 20px !important;
  }
  ._aze {
    width: 52vw;
  }
}

@media screen and (max-width: 900px) {
  .two_h_wrap,
  .three_h_wrap {
    margin: 5px 20px !important;
  }
  .check_container {
    margin: 0 20px !important;
  }
  ._aze,
  .second_section_container_check {
    width: 100%;
    margin: 25px 0;
  }
  .check_container {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 800px) {
  .first_side__,
  .secong____,
  .svgs__,
  .prod_check_container,
  .__all_con_check_prod {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .items__container,
  .secong____ {
    text-align: center;
    padding: 20px 0;
  }
  .list_item_ {
    margin: 5px 0;
    font-size: 16px !important;
  }
  .i12 {
    display: none;
  }
  .check_container {
    margin: 0 8px !important;
  }
  .first_sec_check_ {
    width: 100% !important;
  }
  .second_sec_check_ {
    margin: 25px 0;
  }
  .price____ {
    text-align: center;
  }
  .first_sec_check_ {
    justify-content: center;
    align-items: center;
  }
  .details_prod_ {
    text-align: center;
    margin: 7px 0;
  }
  .__la,
  .color {
    margin: 7px 0;
  }
  .title_prod {
    font-weight: bolder;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .i11 {
    display: none !important;
  }
  .one_h_wrap {
    font-size: 12px;
  }
  .details_prod_ {
    text-align: left;
  }
}

@media screen and (max-width: 1780px) {
  .first_sec_body_wrapper {
    margin: 50px 150px !important;
    justify-content: center;
  }
}

@media screen and (max-width: 1500px) {
  .first_sec_body_wrapper {
    margin: 50px 50px !important;
    justify-content: center;
  }
}

@media screen and (max-width: 1180px) {
  .first_sec_body_wrapper,
  .desc_section_ {
    margin: 50px 50px !important;
    justify-content: center;
  }
  #productCarousel .carousel-inner .carousel-item > img {
    width: 500px;
    height: 500px;
    object-fit: contain;
  }
  .carousel-indicators-wrapper > ol {
    height: 500px;
  }
}

@media screen and (max-width: 1090px) {

  #productCarousel .carousel-inner .carousel-item > img {
    width: 400px;
    height: 500px;
    object-fit: contain;
  }
  .carousel-indicators-wrapper > ol {
    height: 500px;
  }
  .details_prod_container {
    width: 45vw;
  }
  #productCarousel{
    width: 550px;
  }
}

@media screen and (max-width: 1050px){
  .first_sec_body_wrapper {
    flex-direction: column;
    align-items: center;
  }
  #productCarousel{
    width: 500px!important;
  }
  .qty_,.btns_con,.cart,.details_prod_container{
    width: 100%;
  }
}

@media screen and (max-width: 530px) {
  .first_sec_body_wrapper{
    margin: 50px 10px!important;
  }
  #productCarousel{
    width: 100%!important;
  }
  #productCarousel .carousel-inner .carousel-item > img{
    width: 60%!important;
    margin-left: 25px;
  }
  .carousel-indicators .list-inline-item > a > img{
    width: 80px!important;
  }
}


@media screen and (max-width: 690px)
{
  .modal-content{
    width: 100%;
    padding: 25px 20px;
    height: 100%;
    margin: 0px!important;
  }
}

.two_h_wrap > .icons_container > a > .fa-heart-o
{
  border: none!important;
}

.two_h_wrap > .icons_container > a > .fa-heart-o::before
{
 font-size: 18px;
}


.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;
  text-align: center;
}

.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;
  text-decoration: none;
}

.redirect_home_ > a > div {
  margin: 5px;
}

.redirect__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

/* contact css */

.find-more {
  width: 150px;
  border: none;
  background-color: #5356ee !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;
}

