.slider {
  background-color: #000000;
}
#main-content {
  background-color: #ededed;
  color: #413e35;
}
#main-content ::selection {
  color: #ffffff;
  background: #ccc;
}
#main-content .tnc {
  border: 1px solid #f1863f;
}
#main-content ol {
  list-style: auto;
  font-size: 14px;
}
#main-content ol li {
  margin-left: 20px;
}
#main-content .title {
  padding: 0;
  text-align: center;
  color: #2d1918;
  font-weight: bold;
  position: relative;
  font-size: 2.5rem;
}
#main-content .title:before{
  content:'';
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height:0;
  background-color: #dadada;
  z-index: 0;
}
#main-content .title span {
 position: relative;
 padding:5px 10px;
}
#main-content .title span strong {
  position: relative;
  z-index: 1;
 }
#main-content .title span:before {
  content:'';
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height:20px;
  background-color: #dadada;
  z-index: 0;
}

#main-content .bottom-double-line{
  position: relative;
  margin-bottom:15px;
  padding-bottom:15px;
}
#main-content .bottom-double-line:before{
  content:'';
  position:absolute;
  bottom:0;
  left: 0;
  right: 0;
  width: 50px;
  border-bottom: double 3px #CCC;
  margin:0 auto;
}
#main-content .step{
  color: #413e35;
  font-size: 1.5rem;
}
#main-content .step img{
  width: 100px;
}
#main-content .step strong{
  color: #867958!important;
  font-size: 2rem;
  font-style:italic;
}
#main-content .step strong span{
  font-size: 4rem;
  vertical-align: middle;
}
#main-content .gold-border{
  border:1px solid #867958;
  border-radius: 50px;
}
#main-content .new {
  padding: 2px 5px;
  margin-left: 3px;
  font-size: 10px;
  background-color: red;
  color: #ffffff;
}
#main-content .content {
  display: none;
}
#main-content .content.active {
  display: block;
}

.yellow-shadow {
  -webkit-box-shadow: 10px 10px 0px 2px #cccccc;
  box-shadow: 10px 10px 0px 2px #cccccc;
}

#main-content .voucher-banner {
  background: url(../images/voucher-bg.jpg) top center repeat-x;
  background-size: auto auto;
}

#main-content .svg {
  height: 100px;
}
#main-content .border-left-and-top {
  border-top: 0;
  border-left: 1px solid #fff;
}
#main-content .bg-style-1 {
  background: url(../images/main/bg.jpg) top center no-repeat;
  background-size: cover;
}
#main-content .bg-style-2 {
  background: url(../images/bg3.png) top center no-repeat, #2d1918;
  background-size: auto 100%;
}
#main-content .remark {
  display: none;
  background-color: #d4d4d4;
  color: #000;
  padding: 0 15px 15px 15px;
  margin-top: 30px;
}
#main-content .pro_status {
  display: none;
}
#main-content .remark.active,#main-content .pro_status.active {
  display: block;
}
#main-content .remark .table thead th,
#main-content .remark .table th, #main-content .remark .table td{
  border: 0;
  padding: 0.5rem;
  font-size: 14px;
  padding-left: 30px;
  width: 50%;
}
#main-content .table.tradein-table{
  font-size: 14px;
}
#main-content .table.tradein-table td{
  border-top: 0;
  padding:3px;
}
#main-content .table.tradein-table td:first-child{
  width: 10%;
}
#main-content .remark .table thead th{
  font-size: 18px;
  font-weight: bold;
  color: #867958;
}
#main-content .table-striped tbody tr:nth-of-type(odd){
  background-color: #f2f2f2;
}
#main-content .calculator{
  position: absolute;
  top: -30px;
  left: 40px;
  width: 100px;
  bottom: 0;
  z-index: 1;
}
#main-content .calculator i{
  font-size: 100px;
  color: #867958;
}
#main-content .card-header{
  position: relative;
}

#main-content .card-header button{
  position: relative;
}
#main-content .border-top-dashed{
  border-top: 1px dashed;
}
#main-content .card-header button::after{
  content: "\f0dd";
  font-family: 'Fontawesome';
  position: absolute;
  top: 0;
  line-height: 1.8;
  font-weight: bolder;
  font-size: 30px;
  right: 0;
  color: #231815 !important;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);

  display: flex;
  width: 80px;
  align-items: center;
  justify-content: center;
    bottom: 0;
    margin: 20px 0 20px 20px;
    padding-bottom: 10px;
    border-right: 1px solid;
    border-left: 0;
}
#main-content .card-header button.collapsed::after{
  -webkit-transform: rotate(0);
  transform: rotate(0);
  border-left: 1px solid;
    border-right: 0;
}
#main-content .table.example td{
 background-color: #867958;
 color: #fff;
 vertical-align: middle;
 border-top: 0;
}
#main-content .table.example td span{
  color: #ffc63a;
}
#main-content .table.example td:first-child{
  width: 5%;
  background-color: #413e35;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#main-content .table.example td:last-child{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#main-content .box{
  border-radius: 0;
  border:1px solid #ccc;
  padding:10px;
  height:240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-content .box img{
  max-width: 120px;
}
#main-content h1.text-orange{
  color: #e99243!important;
}
#main-content .highlight-products .price{
  font-weight: 700;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-content .highlight-products small{
  font-size: 14px;
}
#main-content .highlight-products .price div:first-child{
  font-size: 12px;
}
#main-content .highlight-products ul{
  list-style: disc;
  font-size: 12px;
}
#main-content .highlight-products ul li{
  margin-left: 10px;
  text-align: left;
}

@media (max-width: 575.98px) {
  #main-content .title {
    font-size: 2rem;
  }
  .slider {
    background: #ffffff;
  }
  #main-content .calculator{
    width: 80px;
  }
  #main-content .table thead th,
#main-content .table th, #main-content .table td{

  padding-left: 15px;

}

#main-content .card-header::before, #main-content .card-header.style-2::before{
  background-size: auto 100px;
}

#main-content .card-header button::after{
  width: 100%;
  top: auto;
  bottom: -30px;
  border-right: 0;

}
#main-content .box{
  height:auto;
}
#main-content .table.tradein-table td:first-child {
  width: 20%;
}
#main-content .title:before{

  height:20px;

}
#main-content .title span:before {
  height:0;
}

}
/* new*/
.box03 {
	color: #FFFFFF;
	background: linear-gradient(180deg, #a28a5a 0%, #ac925e 100%);
	border: 2px solid rgba(255, 255, 255, 0.25);
	line-height: 1;
}
.text-dark-red{
  color: #231815!important;
}
.offer-hour{ height: 140px; }
.offer-hour-tc{ height: 120px; }
.offer-hour .bottom{position: absolute; bottom: 0; left: 0; right:0;}

#main-content .top-title{
  background-color: #bdc7b5!important;
  color: #231815!important;
}
#main-content .btn-learnmore{
  background-color: #e94e09;
  color: #ffffff;
  border: 1px solid #e94e09;
  border-radius: 0;
  width: 50%;
  padding: 8px 20px;
  margin-right: 5px;
}
#main-content .btn-learnmore:hover{
  background-color: #ffffff;
  color: #e94e09;
}
.product-item p{
  font-size: 16px;
  background-color: #000000;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
