*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins',sans-serif;
  box-sizing:border-box;
}
body{
  background: #EAEDED;
  overflow: auto;
}
body.active{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.popular-products{
  position: relative;
  max-width: 1500px;
  width: 100%;
  height: 300px;
  min-width: 1100px;
  margin: 0 auto;
}
.popular-products .swiper {
  max-width: 1500px;
  width: 100%;
  min-width: 1100px;
}

.popular-products .swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.popular-products .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popular-products .swiper-button-next,
.popular-products .swiper-button-prev{
  top: 22px !important;
  height: 300px !important;
  width: 100px !important;
  color:#232f3e !important;
}
.popular-products .swiper-button-next:focus,
.popular-products .swiper-button-prev:focus{
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px #000;
}
.popular-products .swiper-button-next:active,
.popular-products .swiper-button-prev:active{
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  box-shadow: inset 0 0 10px #000;
}
.popular-products .swiper-button-prev{
  left: 1px !important;
}
.popular-products .swiper-button-next{
  right: 2px !important;
}

.products-content{
  position: relative;
  max-width: 1500px;
  width: 100%;
  min-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  z-index: 99;
  margin: 0 auto;
}
.products-content .products-box{
  position: relative;
  width: 24%;
  margin: 10px auto;
  background: #fff;
}
.products-content .products-box .products{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
}
.products-content .products-box .products :is(h3, a){
  position: relative;
  display: block;
  width: 100%;
  line-height: 40px;
}
.products-content .products-box .products .images{
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 ;
}
.products-content .products-box .products .images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-content .products-box .products a{
  position: relative;
  font-size: 18px;
  top: 10px;
  font-weight: 600;
  line-height: 60px;
}
.products-content .products-box:nth-last-child(1) .products{
  display: none;
}
@media(max-width: 1240px){
  .products-content {
    min-width: 1100px;
    width: 100%;
  }
  .products-content .products-box{
    width: 345px;
  }
  .products-content .products-box:nth-last-child(1) .products{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.swipe {
  width: 100%;
  height: 100%;
}
.products-content.book{
  padding: 10px;
  background: #fff;
  position: relative;
  max-width: 1480px;
  width: 99%;
  min-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  z-index: 99;
  margin: 0 auto;
  user-select: none;
}
.swipe .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.book .swipe .swiper-button-next,
.book .swipe .swiper-button-prev{
  transform: translateY(-10%);
  background: rgb(255, 255, 255);
  width: 50px;
  height: 80%;
  transform: translateY(-30%);

}
.book .swipe .swiper-button-next{
  right: 0;
  border-radius: 10px 0  0 10px;
}
.book .swipe .swiper-button-prev{
  left: 0;
  border-radius: 0 10px 10px 0;
}
.book .swipe .swiper-button-next:focus,
.book .swipe .swiper-button-prev:focus{
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-shadow: 0 0 4px #000;
}
.book .swipe .swiper-button-prev:focus{
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.book .swipe .swiper-button-next:focus{
  border-radius: 10px 0  0 10px;
  border-right: none;
}
.book h2{
  font-weight: 600;
  line-height: 80px;
}
.singnIn{
  position: relative;
  width: 100%;
  height: auto;
  background:#fff;
  padding: 50px 0 25px 0;
  max-width: 1500px;
  margin: auto;
  min-width: 1100px;
}
.singnIn .box{
  position: relative;
  border-bottom: 1px solid #4d4d4d8a;
  border-top: 1px solid #4d4d4d8a;
  text-align: center;
  padding: 50px 0 25px 0;
}
.singnIn .box div:nth-child(1){
  font-weight: 600;
  line-height: 50px;
}
.singnIn .box  button{
    position: relative;
    color: #000;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffe093;
    margin: auto;
    width: 300px;
    outline: none;
    border:none;
    background : linear-gradient(#edbf05,rgb(172, 126, 0));
    height: 35px;
    border-radius: 5px;
    cursor: pointer;
}
.singnIn .box div:nth-last-child(1){
  line-height: 50px;
}
.footerInfo{
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: auto;
  min-width: 1100px;
  height: auto;
}
.infobox{
  position: relative;
  width: 100%;
}
.infobox .header{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #232f3ebf;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.514);
}
.infobox .header:hover{
  background: #232f3e;
}
.infobox .info{
  background: #232f3e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: Start;
  padding: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.514);
}
.infobox .info ul{
  margin: 0 50px;
  width: 40%;
  text-align: center;
}
.infobox .info ul li{
  cursor: pointer;
  margin: 5px 0;
}
.infobox .info ul li:hover{
  text-decoration: underline;
}
.infobox .info ul li:nth-child(1):hover{
  text-decoration: none;
}
.infobox .infoFooter{
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #232f3e;
  color: #fff;
}
.infobox .infoFooter .logos{
  margin-right: 50px;
}
.infobox .infoFooter .logos,
.infobox .infoFooter .logos img{
  position: relative;
  width: 100px;
}
.infoFooter .box{
  display: flex;
}
.infoFooter .box div{
  position: relative;
  width: max-content;
  height: 50px;
  border:1px solid  rgb(255, 255, 255, .5);
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
}
.infoFooter .box div i{
  margin-right: 5px;
}
.infoFooter .box .flags img{
  position: relative;
  width: 25px;
  margin-right: 10px;
}