@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&display=swap');
@import '../../layout/scss/icons/font-awesome/css/font-awesome.min.css';
body {
    font-family: 'Mitr', sans-serif;
}

.login-section{
    
}

.dt-length select {
  margin-right: 20px;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover{
  background: #c83b4c;
  color: #fff !important;
  border: 1px solid #c83b4c;
}
div.dt-container .dt-paging .dt-paging-button:hover{
  background: #F75B5B;
  color: #fff !important;
  border: 1px solid #F75B5B;
}
div.dt-container .dt-paging .dt-paging-button:focus{
  outline-color: #c83b4c;
}
.bg-main-color{
  background-color: #c83b4c !important;
  color: #fff !important;
}

.fs-main-color{
  color: #c83b4c !important;
}

.gradient-custom {
    /* fallback for old browsers */
    background: #c83b4c;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #c83b4c, #F75B5B);

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #c83b4c, #F75B5B);
}

.product-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10%;
}

.product-img img {
    height: 150%;
}

hr{
  color: #a5a6a7;
}

.close-modal{
  background: #fff;
  opacity: 100;
  color: #000;
  padding: 0;
  width: 40px;
  height: 40px;
}

.product-header{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 200px;
  display: flex;
  justify-content: end;
  align-items: start;
}

.plus-item,.minus-item{
  background-color: #a5a6a7;
  border: 0;
}

.minus-item{
  opacity: 50%;
}

.menu-type::-webkit-scrollbar{
  display: none;
}

.nav-menu{
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.spacer{
  margin-top: 70px;
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 20px;
}

.receipt-line {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.d-flex{
  display: flex !important;
}

input[type=checkbox]{
  
}

.checkbox-wrapper-39 *,
.checkbox-wrapper-39 *::before,
.checkbox-wrapper-39 *::after {
  box-sizing: border-box;
}

.checkbox-wrapper-39 label {
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.checkbox-wrapper-39 input {
  visibility: hidden;
  display: none;
}

.checkbox-wrapper-39 input:checked ~ .checkbox {
 transform: rotate(45deg);
 width: 14px;
 margin-left: 12px;
 border-color: #24c78e;
 border-top-color: transparent;
 border-left-color: transparent;
 border-radius: 0;
}

.checkbox-wrapper-39 .checkbox {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #a8a8a8;
  border-radius: 100%;
  transition: all 0.375s;
}