#main-content a{
  color: #ccc;
}
#main-content a:hover{
  color: #ccc;
}
#main-content .modal {
  margin: auto 0;
}
#main-content .modal-content {
  border: 0;
  background-color: transparent;
}
#main-content .modal-dialog {
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-content .modal-header {
  padding: 10px;
  border-bottom: 0;
}
#main-content .modal-body {
  padding: 0 10px;
}
#main-content .text-warning {
  color: #867958 !important;
}
#main-content .text-dark {
  color: #000000 !important;
}
#main-content .bg-orange {
  background-color: #231815 !important;
}
#main-content .bg-beige {
  background-color: #FFFFFF !important;
}
#main-content .text-orange {
  color: #231815 !important;
}
#main-content .btn-orange{
  background-color: #231815 !important;
  color: #fff;
  border:1px solid #231815 !important;
  border-radius: 0;
}
#main-content .btn-buy{
  background-color: #f2552a !important;
  color: #fff;
  border:1px solid #f2552a !important;
  border-radius: 0;
}
#main-content .btn-buy:hover{
  background-color: #fff !important;
  color: #f2552a;
}
#main-content .border-orange{
  border:1px solid #231815 !important;
  padding: 15px;
  text-align: center;
  margin: 5px;
  color: #000000;
}
#main-content .border-orange .h3{
  color: #231815 !important;
  font-size: 1.3rem;
}
#main-content .btn-orange:hover{
  background-color: #fff !important;
  color: #231815;
}
#main-content .bg-warning {
  background-color: #fef3eb !important;
}
#main-content .btn-warning{
  background-color: #867958 !important;
  color: #fff;
  border:1px solid #867958 !important;
  border-radius: 0;
}
#main-content .btn-warning:hover{
  background-color: #FFFFFF !important;
  color: #867958;
}
#main-content .btn-secondary{
  background-color: #413e35 !important;
  color: #fff;
  border:1px solid #413e35 !important;
  border-radius: 0;
}
#main-content .btn-secondary:hover{
  background-color: #FFFFFF !important;
  color: #413e35;
}
#main-content .bg-danger {
  background-color: #ff4333 !important;
}

#main-content .text-primary {
  color: #18034c !important;
}
#main-content .text-dark {
  color: #413e35 !important;
}
#main-content .bg-primary {
  background-color: #18034c !important;
}
#main-content .bg-secondary {
  background: #f0f1f3 !important;
}

#main-content .collapse {
  height: auto !important;
}
#main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6, #main-content .h1, #main-content .h2, #main-content .h3, #main-content .h4, #main-content .h5, #main-content .h6{
  font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#main-content h2, #main-content .h2{
  font-size: 2.4rem;
}
#main-content .custom-select{
  border-radius: 30px;
  text-align: center!important;
  border: 1px solid #FFF;
}
.nice-select:after{
  border-bottom: 2px solid #867958;
  border-right: 2px solid #867958;
}
#main-content .form-check-input{
  margin-top: 0.4rem;
  border-radius: 10px;
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
#main-content .form-check-input:checked {
  background-color: #4cbd89;
  border-color: #4cbd89;
}
#main-content .card-header{
  background-color:#FFFFFF;
  border-bottom: 0;
}
#main-content .card-body{
  background-color:#FFFFFF;
}
#main-content small, #main-content .small{
  font-size: 12px;
  line-height: 1.4;
}
#main-content ul{
  list-style: disc;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 20px;
}