
:root {
  --mainColor: #ff6347;
  --priceColor: #ff6347;
  --middleHeaderColor: #ffffff;
  --middleHeaderTextColor: #000000;
  --topBarColor: #ffc700;
  --topBarTextColor: #000000;
  --oldColor: #ffc700;
  --backgroundColorReview: #152755;
  --oldColorReview: #ffc700;
  --backgroundColorFlashSale: #152755;
  --oldColorFlashSale: #000f36;
  --oldColorFlashSale2: #fcdb10;
  --oldColorFlashSale3: #152755;
  --backgroundColorService: #152755;
  --backgroundColorItemVoucher: #305a9b;
}

/* Common */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI,
    Roboto, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
} 
a {
  text-decoration: none;
  color: #000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover {
  color: var(--mainColor);
  cursor: pointer;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
input{
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
  max-width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
svg path {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}



@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 991px) {
  body {
    padding-bottom: 64px;
  }
}
