
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@100;300;500&family=Tilt+Prism&display=swap");

/* font-family: 'Bebas Neue', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Tilt Prism', cursive; */

body {
  background-color: #f5f5f5;
  font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar{
  display: none;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
  background-color: #F5F5F5;

}

.online {
  position: relative;
}

.online img{
  height: 52px;
  width: 52px;
}

.online span {
  position: absolute;
  bottom: 13%;
  right: 2%;
  padding: 4px;
  background-color: #119605;
  border: 1px solid white;
  border-radius: 50%;
}

.upper {
  height: 60px;
  width: 100%;
}

.nav-bar {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  color: #313033;
}

.nav-bar .moments {
  display: flex;
  flex-direction: row;
  margin: 1.5%;
}

.nav-bar .moments h3 {
  font-size: 14px;
}

.nav-bar .moments .switch {
  margin-left: 20px;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 17.25px;
  margin-top: 2px;
}

/* Hide default HTML checkbox */
.nav-bar .moments .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.nav-bar .moments .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav-bar .moments .switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 1.5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav-bar .moments .switch input:checked + .slider {
  background-color: #fa8622;
}

.nav-bar .moments .switch input:focus + .slider {
  box-shadow: 0 0 1px #fa8622;
}

.nav-bar .moments .switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.nav-bar .moments .switch .slider.round {
  border-radius: 34px;
}

.nav-bar .moments .switch .slider.round:before {
  border-radius: 50%;
}

.nav-bar .search {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 2%;
  background-color: #f5f5f5;
  border-radius: 22px;
}

.nav-bar .search i {
  margin-left: 20px;
}

.nav-bar .search input {
  height: 35px;
  width: 180px;
  font-size: 13px;
  padding-left: 10px;
  background-color: #f5f5f5;
  border: none;
  outline: none;
  border-radius: 22px;
  color: black;
}

.nav-bar .tabs {
  display: flex;
  flex-direction: row;
  margin-left: 6%;
}

.nav-bar .tabs img {
  margin-right: 15px;
  font-size: 20px;
  height: 114px;
  padding: 26px 20px;
}

.nav-bar .tabs i:hover {
  color: #fa8622;
  cursor: pointer;
  border-bottom: 2px solid #fa8622;
}

.nav-bar .options {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 12%;
}

.nav-bar .options .icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}

.nav-bar .options .icons div {
  margin-left: 15px;
  padding: 6px 9px 2px 9px;
  border-radius: 50%;
  background-color: #f5f5f5;
}

.nav-bar .options .icons div img {
  height: 22px;
}

.nav-bar .options .profile a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}

.nav-bar .options .profile a p {
  color: #313033;
  margin: 0 6px;
  font-size: 13px;
}

.nav-bar .options .profile a i {
  display: flex;
  font-size: 13px;
  flex-direction: row;
  align-items: center;
}

.aside {
  width: 18%;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  transition: all 0.3s ease;
  color: white;
  padding: 20px 20px 20 0px;
  border-right: 1px solid #E6E1E5;
}

.aside .nav {
  margin-top: 30px;
}

.aside .nav li {
  margin-bottom: 8px;
  display: block;
}

.aside .nav li a {
  font-size: 14px;
  display: block;
  padding: 5px 15px;
  color: black;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.aside .nav li a img {
  margin-right: 16px;
  height: 25px;
}

.aside .nav li a:hover {
  color: #fa8622;
  cursor: pointer;
}

/* main  */

.main-content{
    width: 78%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 15%;
    left: 13%;
    color: block;
    background-color: #F5F5F5;
    padding: 0 15px;
}

.section1{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 30px;

}

.section1 .product-images{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.section1 .product-images > :nth-child(1){
    width: 450px;
    height: 350px;
    margin-bottom: 30px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;

}

.section1 .product-images > :nth-child(1) img{
    width: 300px;
}

.section1 .product-images > :nth-child(2) {
    display: flex;
    flex-direction: row;
}

.section1 .product-images > :nth-child(2) div{
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
    margin-right: 30px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.section1 .product-images > :nth-child(2) div img{
    width: 100px;
}

.section1 .product-des{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.section1 .product-des h1{
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 10px;
    color: #3D464D;
    font-weight: 900;
}

.section1 .product-des  > :nth-child(2) i{
    font-size: 12px;
    margin-bottom: 30px;
    color: darkorange;
}

.section1 .product-des  > :nth-child(3){
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
    color: #3D464D;
}

.section1 .product-des  > :nth-child(4){
    font-size: 13px;
    margin-bottom: 30px;
    color: #999999;
}

.section1 .product-des  > :nth-child(4) span{
    font-size: 12px;
    margin-bottom: 30px;
    color: #28A745;
}

.section1 .product-des  > :nth-child(5){
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 1000;
    color: #3D464D;
}


.section1 .product-des .buttons{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}


.section1 .product-des .buttons button{
    padding: 15px 100px;
    background-color: #FA8622;
    color: white;
    border: none;
    border-radius: 8px;
  }

  .section1 .product-des .buttons i{
    padding: 8px 14px;
    padding-top: 10px;
    background-color: #F5F5F5;
    color: #FA8622;
    border-radius: 5px;
    border: 1px solid #FA8622;
    margin-left: 30px;
    font-size: 20px;
  }

  .main-content .details{
    margin-top: 30px;
    margin-bottom: 40px;

  }
  .main-content .details div{
    border-bottom: 2px solid#D2D2D2;
    width: 70%;
    margin-bottom: 30px;
  }

  .main-content .details h1{
    width: min-content;
    color: #3D464D;
    border-bottom: 2px solid#FA8622;

    padding-bottom: 8px;
    font-size: 24px;
  }

  .main-content .details input{
    width: 100%;
    height: 300px;
    outline: none;
    padding: 10px;
    border: none;
  }

  .related .title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

  }

  .related .title h1{
    color: #3D464D;
    font-size: 20px;
  }

  .related .title div > :nth-child(1){
    padding: 5px 8px;
    background-color: white;
    color: black;
  }

  .related .title div > :nth-child(2){
    padding: 5px 8px;
    background-color: #FA8622;
    color: white;
  }



/* shopings products  */


.related .container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.related .container .outer{
    width: 21%;
    height: 300px;
    margin-bottom: 25px;
    border-radius: 22px;
    margin-right: 10px;
}

.related .container .product-box{
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 15px;
    border-radius: 8px;
}

.related .container .product-box img{
    width: 90%;
}

.related .container .product-box .product-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5px;
    padding: 0 10px;
}

.related .container .product-box .product-info h4{
  margin-bottom: 3px;
  font-weight: 400;
  color: #3D464D;
  font-size: 13px;
}

.related .container .product-box .product-info > :nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .related .container .product-box .product-info > :nth-child(2) i{
    color: darkorange;
    font-size: 9px;
  }

  .related .container .product-box .product-info > :nth-child(2) p{
    margin-right: 30px;
    margin-top: 5px;
    color: #B3B3B3;
    font-size: 11px;
  font-weight: 300;

  }

  .related .container .product-box .product-info > :last-child{
    color: black;
    font-size: 14px;
    margin-top: 9px;
  font-weight: 400;
  }


.aside-right {
  width: 5%;
  background-color: #f5f5f5;
  position: absolute;
  top: 10%;
  right: 1%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  color: white;
  padding: 10px;
  border-radius: 20px;

}

.aside-right .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aside-right .top div {
  background-color: #ffffff;
  padding: 8px 8px;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 100%;
  color: #7c7c91;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.aside-right .top div i {
  color: #787579;
  font-size: 18px;
}



.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer {
  height: 80px;
}
footer i {
  color: #313033;
}

.footer ul {
  display: flex;
  flex-direction: row;
}

.footer ul li {
  list-style-type: none;
  margin-right: 16px;
  font-size: 14px;
}

.footer div {
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 5px;
  margin-left: 20px;
}

.footer div span {
  margin: 0 5px;
  font-size: 13px;
}

footer .copy {
  text-align: center;
  color: #3c3c50;
}

footer .copy span {
  margin-right: 10px;
  font-size: 13px;

}



