input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e1e1e1;
  -webkit-text-fill-color: #6a7989 !important;
  -webkit-box-shadow: 0 0 0px 1000px #dcced2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus { 
  outline: none !important;
}
.clear{
    clear:both; 
}
*, *::before, *::after {
    box-sizing: border-box;
}
a:hover, a:focus{
    text-decoration: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #acacad;
  opacity: 1; /* Firefox */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #acacad;
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #acacad;
  text-transform: none;
}
:root {
    --swiper-navigation-size: 25px !important;
}
:root {
    --swiper-theme-color: #000000 !important;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  background-color: #fff;
  color: #5F5F5F;
  width: 300px;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.view1, .view2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.view1 {
  z-index: 1;
}
.view2 {
  opacity: 0;
  z-index: 0;
}
.view2 {
  background-color: #efefef;
  overflow-y: auto;
  overflow-x: hidden;
}
.view2::-webkit-scrollbar-thumb {
  background-color: #070708;
  border-radius: 5px;
  outline: 1px solid #030303;
}
.view2::-webkit-scrollbar {
    width: 0.3em;
}
.view2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.view1 .banner {
  width: 300px;
  height: 600px;
}
.view2 .banner {
  width: 300px;
  height: 250px;
}
.details1, .details2, .details3, .details4 {
  display: flex;
  justify-content: center;
  padding: 8px;
  background-color: #fff;
  margin: 5px;
  border-radius: 5px;
}
.details1 {
  align-items: center;
}
.details2 {
  align-items: flex-start;
  flex-direction: column;
}
.details3 {
  align-items: flex-start;
  flex-direction: column;
}
.details1 .cont-txt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
}
.details1 .cont-txt .txt1 {
  font-weight: bold;
  font-size: 12px;
  text-align: center;

}
.details1 .cont-txt .txt2 {
  font-size: 0.8rem;
  font-weight: bold;
}
.details2 .txt1, .details2 .txt2 {
  font-size: 0.8rem;
}
.details2 .price {
  font-weight: bold;
  font-size: 2.5rem;
  color: #555;
  line-height: 2.5rem;
  margin: 5px 0;
}
.details3 .title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  margin-bottom: 10px;
}
.details4 .desc {
  font-size: 0.8rem;
  padding: 5px;
  text-align: justify;
  color: #555;
}
.details5 {
  background-color: #fff;
  margin: 5px;
  border-radius: 5px;
  padding: 5px 10px 15px;
  width: 100%;
}
.details5 .title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin: 5px 0;
}
.swiper-slide {
  width: 200px;
}
.swiper-slide img {
  border-radius: 15px;
}
.desc-slide {
  font-size: 0.8rem;
  color: #555;
  font-weight: bold;
  padding: 5px 0px;
}
.cont-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  width: 100%;
}
.link {
  background-color: #040507;
  border: 1px solid #07080a;
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
  height: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 15px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link:hover {
  background-color: #00A494;
  border: 1px solid #00A494;
  color: #00;
}