/*@font-face {
    font-family: 'MontRegular';
    src: url('../fonts/MontRegular.woff') format('woff'),
         url('../fonts/MontRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

.remarked-primary-widget {
	background-color: #000;
}

.remarked-primary-widget__submit, .remarked-primary-widget__submit:hover{
    cursor: pointer;
    color: #ffffff !important;
    background-color: #c01718 !important;
    border-radius: 12px  !important;
    padding: 0;
    height: 46px !important;
    font-size: 18px;
    border-radius: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    text-align: center;
    max-width: 220px;
    line-height: 46px;
    font-weight: 700 !important;
    -webkit-transition: none;
    transition: none;
    -o-transition: none;
    transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 20px;
}

.remarked-messageBusy {
    font-size: 18px;
}

.remarked-primary-widget__policy-text a{
	color: #c01718;
}
.remarked-primary-widget label::after{
    color: #707579;
}

.remarked-primary-widget--success .remarked-primary-widget__success {
color: #fff !important;
}



.remarked-primary-widget__times-item, body .remarked-primary-widget input, .remarked-primary-widget__comment textarea, .remarked-primary-widget select {
	border-color: #1e1e1e;
    background: #141414 !important;
	color: #fff !important;
}


.remarked-primary-widget__restaurant-select{
    color: #fff !important;
    border-radius: 12px !important;
    border: 1px solid #1e1e1e !important;
}
.remarked-primary-widget__header{
    display: none;
}

.remarked-primary-widget__policy-text {
	color: #707579;
}

.remarked-primary-widget__comment textarea:hover, .remarked-primary-widget__comment textarea:focus, .remarked-primary-widget input:hover, .remarked-primary-widget input:focus {
	border-color: #ccc !important;
}



.remarked-primary-widget__close svg g {
	fill: #887a2f;
}
.remarked-primary-widget__qtyminus, .remarked-primary-widget__qtyplus {
background-color: #141414;}


.remarked-primary-widget__qtyplus::after, .remarked-primary-widget__qtyminus::after, .remarked-primary-widget__qtyplus::before {
	background-color: #fff;
}

.remarked-primary-widget__qtyplus::after,
.remarked-primary-widget__qtyminus::after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.remarked-primary-widget__qtyplus::before {
  content: "";
  width: 2px;
  height: 10px;
  border-radius: 5px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media(max-width: 720px) {
    .remarked-primary-widget__qty{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .remarked-primary-widget__submit-wrap{

    }
    .remarked-primary-widget__submit, .remarked-primary-widget__submit:hover{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.remarked-primary-widget__submit:hover {
	background-color: #1d1d1d !important;
	-webkit-box-shadow: 0 12px 20px rgba(127, 29, 50, 0.7);
	box-shadow: 0 12px 20px rgba(127, 29, 50, 0.7);
}

.remarked-widget-classic__preloader-block span {
	background-color: #1d1d1d;
}


/*.qs-controls, 
.qs-datepicker-container, 
.qs-day, 
.qs-current, 
.qs-active, 
.qs-range-end, 
.qs-range-start, 
.qs-empty, 
.remarked-primary-widget, 
body .remarked-primary-widget input, 
.remarked-primary-widget__qtyminus, 
.remarked-primary-widget__qtyplus, 
.remarked-primary-widget__comment textarea, 
.remarked-primary-widget__times-item,
.remarked-primary-widget__restaurant-item, {
	font-family: serif;
}*/

.remarked-primary-widget__title {
    color: #fff !important;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 1.23;
    font-weight: 700;
	
}
.remarked-primary-widget__success{
    color: #fff !important;
}

.remarked-primary-widget__restaurant-item {
    
    color: #000000 !important;
    font-weight: 500;
    font-size: 20px;
	
}
body .remarked-primary-widget input {
    background-color: #141414;
    color: #fff !important;
    border: 1px solid #1d1d1d!important;
    opacity: 1;
    border-radius: 12px;
	}
.remarked-primary-widget__restaurant::after{
    fill: #4f4f4f;
}
.remarked-primary-widget select:hover{
    border: 1px solid #ccc !important;
    border-radius: 12px !important;
}
option{
    color: #fff !important;
}
option:disabled{
    color: #4f4f4f !important;
}
.remarked-primary-widget__restaurant::after{
    background-image: url(./arrow.png) ;
    -webkit-transform: translateY(-20%) !important;
}
	
	.remarked-primary-widget label {
    display: block;
    color: #707579 !important;
	}
	
	.remarked-primary-widget__comment textarea {
    width: 100%;
    color: #fff !important;
    border: 1px solid #1d1d1d!important;
    border-radius: 12px;
	
	}
	
.remarked-primary-widget__switch-checkbox {

    border: 3px solid #1d1d1d;
 
}
	
	.remarked-primary-widget__times-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 !important;
    margin-top: 30px;
	}
	
.remarked-primary-widget__form-row {

    border-bottom: none;
  
}

.remarked-primary-widget__switch-text {
     color: black !important;
	 
	 cursor: pointer #1d1d1d;
}

.remarked-primary-widget__success {
	color: black !important;
}

.remarked-primary-widget__qtyminus:hover, .remarked-primary-widget__qtyplus:hover {
	background-color: #141414;
    border: 1px solid #ccc !important;
}
.remarked-primary-widget__qtyminus, .remarked-primary-widget__qtyplus {
    background-color: #141414;
    border: 1px solid #1d1d1d !important;
    border-radius: 12px;
    width: 50px;
    height: 50px;
}
#remarked-primary-widget__qty {
  width: 20px;
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  padding: 0px;
  background: none !important;
  border: none !important;
  color: #fff !important;
}

.remarked-primary-widget__corkage-fee-alert{
    color: #fff;
    margin-top: 16px; 
    padding: 6px 18px 6px 18px; 
    /* background: #141414;  */
    border: 1px solid #4f4f4f;
    border-radius: 12px;
    font-size: 14px;
}
.remarked-primary-widget__form-row-custom {
    padding-bottom: 5px;
}
.remarked-primary-widget__close{
}
.remarked-primary-widget__wrap {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.remarked-primary-widget__close {
    position: fixed;
    cursor: pointer;
    right: 40px;
    top: 20px;
}
.remarked-primary-widget__close svg g{
    fill: #4f4f4f !important;
}
@media (max-width: 720px) {
    .remarked-primary-widget__close {
        top: 20px;
        right: 20px;
        position: absolute;
        z-index: 10;
    }
}
.qs-datepicker-container{
    width: 93%;
    background: #141414;
    border: 1px solid #1e1e1e !important;
    color: #fff !important;
}
.qs-controls{
    background: #141414;
    color: #fff !important;
}
.qs-day{
    color: #fff !important;
}
.Сб, .Вс{
    color: #ff261a !important;
}
.qs-arrow.qs-left::after{
    border-right-color: #fff;
}
.qs-arrow.qs-right::after{
    border-left-color: #fff;
}
.remarked-primary-widget{
    border: 1px solid #1e1e1e !important;
}
.remarked-primary-widget__restaurant-item{
    color: white !important;
    background-color: #141414;
    border: 1px solid #1e1e1e;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 12px;
}

.remarked-primary-widget__times-item{
    padding-top: 5px;
    border: 1px solid #1e1e1e;
}
.remarked-primary-widget__times-item.remarked-primary-widget__times-item--active{
    background-color: #ff261a !important;
    border: none !important;
}
.remarked-messageBusy{
    color: #fff;
    margin-top: 16px; 
    padding: 18px; 
    background: #2b0505; 
    /* border: 3px dotted #5f0c0c;  */
    border-radius: 12px;
    font-size: 14px;
}
.remarked-primary-widget__policy-checkbox input{
    opacity: 0 !important;
}
.remarked-primary-widget__policy-checkbox.remarked-primary-widget__policy-checkbox{
    background-color: #141414 !important;
    border: 1px solid #4f4f4f !important;
    border-radius: 5px;
}
.remarked-primary-widget__policy-checkbox.remarked-primary-widget__policy-checkbox--active{
    background-color: #ff261a !important;
    border: none !important;
}
.remarked-primary-widget__policy-checkbox.remarked-primary-widget__policy-checkbox--active::after{
    border-color: #fff !important;
    height: 10px;
    width: 5px; 
    top: 3px;
    left: 8px;
}