.activity-contain{
    display:flex;
    flex-wrap: wrap;
}
.contain-pt{
    padding-top:100px;
}
.left-contain{
    width:60%;
    padding:0px 14px 0px 14px;
  
}
.right-contain{
    display:block;
    width:40%;
    padding:0px 14px 0px 14px;
}
.left-title-box{
    border-bottom:1px solid #c3c3c3;
    margin-bottom:16px;
    margin-top:20px;
}
.m-title{
    /* color:#525252; */
    margin-top:30px;
    margin-bottom:20px;
}
.s-title{
    display:inline-block;
}
.s-title-box{
    display:inline-block;
}

.s-t-icon{
    margin-right:10px;
}
.p-box{
    padding-left:16px;
}
.p-text{
    color: #3f3f3f;
}
.c-contain{
    width:100%;
    border:1px solid #c3c3c3;
    margin-top:20px;

}
.c-order-contain{
    padding:10px;
}
.order-close-btn{
    margin-left:auto;
}

.pick-date{
    font-weight: 800;
    font-size: 1.125rem;
}
.countdown-right{
    display:flex;
    margin-left:auto;
    margin-bottom:10px;
}
.countdown-box2{
    display:flex;
    /* border:1px solid #c3c3c3;
    border-radius: 2px; */
    padding:10px;
    margin-left:auto;
}
.countdown-box2 .g-btn{
    margin-right:10px;
}
.countdown-box2 p{
    margin-bottom:0rem;
    margin-right:10px;
    color: #3f3f3f;
}
.countdown-box{
    display:flex;
    border:1px solid #c3c3c3;
    border-radius: 2px;
    margin-top:25px;
    padding:10px;
}
.countdown-box p{
    margin-bottom:0rem;
    margin-right:10px;
    color: #3f3f3f;
}
.fa-clock{
    font-size:20px;
    margin-right:5px;
}
/* table */
.css-table{
    width:100%;
}
.css-table .thead {
    display: table-header-group;
}
.css-table .tbody {
    display: table-row-group;
}
.css-table .tr {
    display: table-row;
}
.css-table .th {
    display: table-cell;
    padding: 5px;
    font-size:0.875rem;
    color: #3f3f3f;
}
.css-table .td {
    display: table-cell;
    padding: 5px;
    /* width: 40%; */
}

.form-control{
    width:40%;
}
.custom-select{
    width:100%;
}
.td-m{
    margin-bottom:10px;
}
.th-after{
    display:none;
}
/* form {
    margin: 0 auto;
    text-align: center;
  }
  
  .value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .value-button:hover {
    cursor: pointer;
  }
  
  form #decrease {
    margin-right: -4px;
    border-radius: 3px 0 0 3px;
  }
  
  form #increase {
    margin-left: -4px;
    border-radius: 0 3px 3px 0;
  }
  
  form #input-wrap {
    margin: 0px;
    padding: 0px;
  }
  
  input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  } */


.total-contain{
    width:100%;
    border:2px solid #c3c3c3;
    margin-top:45px;
    margin-bottom: 20px;
}
.total-box{
    padding:30px;
}
.price-box{
    margin-left: auto;
}
.title-box{
    display:flex;
    justify-content: center;
}
.button {
    display: inline-block;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-radius: 4px;
    cursor: pointer;
    padding: .75rem 1.5rem;
    line-height: 1em;
    opacity: .9;
    white-space: nowrap;
    transform: translateZ(0);
}
.collapse-contain{
    width:100%;
    display:none;
}
.wshadow{
    box-shadow: 0 0 100px 100px #fafafa;
}
.t-price{
    font-weight:bold;
}
.g-btn:hover{
    background-color:#335D3D;
    color:#fff;
    border:2px solid #335D3D;
}
.order-hr{
    display:none;
}
.order-check-banner{
    width:100%;
    padding-top:32%;
    border-radius: 5px;
}
textarea {
    resize : none;
}

/*-------------------------*/
/* $media query
/*-------------------------*/

@media (min-width: 1440px){
   

}
@media (min-width: 1200px) and (max-width: 1439px) {


}

@media (min-width: 992px) and (max-width: 1199px){
	 
}
@media (min-width: 576px) and (max-width: 991px){
   
   
}
@media (min-width: 576px) and (max-width: 767px){
   

}
@media screen and (max-width:991px){
    .css-table .thead {
        display:none;
    }
	.css-table .td{
        display: block;
        width: 100%;
    }
    .th-after{
        display: inline-block;
        font-size:0.875rem;
        color: #3f3f3f;
       
    }
    .css-table .td-inline{
        display:inline-block;
        width:50%;
        float:right;
    }
    .td-price{
        text-align: right;
    }
    .total-box {
        padding: 15px;
    }
    .order-hr{
        display:block;
    }
    .collapse-contain{
        width:100%;
        display:block;
    }
}
@media screen and (max-width: 767px) {
    .left-contain{
        width:100%!important;
        overflow:hidden;
        max-height:40rem;
    }
    .left-info{
        overflow:hidden;
        max-height:30rem;
    }
    .right-contain{
        width:100%!important;
        margin-top: 20px;
    }
    .contain-pt {
        padding-top: 90px;
    }
    .order-left{
        overflow:hidden;
        max-height:fit-content;
    }
    .left-info-active{
        overflow:hidden;
        max-height:fit-content;
    }
    .t-btn-active{
        overflow:visible;
        height:auto;
    }
    .title-box{
        padding-bottom:0px;
        align-items: center;
    }
    
}
@media (max-width: 575px){

  
}
@media (max-width: 480px){
	
}


@media (max-width: 375px){
   
}
@media (max-width: 320px){

}
