html {
scroll-behavior: smooth;
}
.rtl {
direction: rtl;
} :root {
--rmsPrimaryColor: #4170dd; --rmsSecondaryColor: #4b16dd;
--rmsTrinaryColor: #777777;
--rmsTextColorB: #333333;
--rmsTextColorW: #FFFFFF;
--rmsTextColorP: #4170dd;
--rmsTextColorS: #4b16dd;
}
.cbx {
-webkit-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
cursor: pointer;
display: inline-flex;
margin-right: 35px;
align-items: center;
}
.cbx > span {
display: inline-block;
vertical-align: middle;
transform: translate3d(0, 0, 0);
}
.cbx > span:first-child {
position: relative;
width: 24px;
height: 24px;
border-radius: 50%;
transform: scale(1);
vertical-align: middle;
border: 1px solid var(--rmsTrinaryColor);
transition: all 0.2s ease;
}
.cbx > span:first-child svg {
position: absolute;
z-index: 1;
top: 7px;
left: 5px;
fill: none;
stroke: white;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 16px;
stroke-dashoffset: 16px;
transition: all 0.3s ease;
transition-delay: 0.1s;
transform: translate3d(0, 0, 0);
}
.cbx.cbx-square > span {
border-radius: 0!important;  
}
.cbx > span:first-child:before {
content: "";
width: 100%;
height: 100%; background-color: var(--rmsSecondaryColor)!important;
background: var(--rmsSecondaryColor)!important;
display: block;
transform: scale(0);
opacity: 1;
border-radius: 50%;
transition-delay: 0.2s;
}
.cbx > span:last-child {
margin-left: 8px;
}
.cbx > span:last-child:after {
content: "";
position: absolute;
top: 8px;
left: 0;
height: 1px;
width: 100%;
transform-origin: 0 0;
transform: scaleX(0);
}
.inp-cbx:checked + .cbx.wosvg > span:last-child:after {
top: 5px!important;
left: 6px!important;
color: #FFFFFF!important;
width: 55%!important;
height: 5px!important;
border-left: 1px solid #FFF!important;
border-bottom: 1px solid #FFF!important;
bottom: 0;
margin: auto;
transform: rotateZ(-38deg)!important;
}
.inp-cbx {
display:none!important;
}
.inp-cbx:checked + .cbx > span:first-child {
background-color: var(--rmsPrimaryColor);
background: var(--rmsPrimaryColor);
border-color: var(--rmsPrimaryColor);
animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx > span:first-child svg {
stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx > span:first-child:before {
transform: scale(2.2);
opacity: 0;
transition: all 0.6s ease;
}
.inp-cbx:checked + .cbx > span:last-child { transition: all 0.3s ease;
}
.inp-cbx:checked + .cbx > span:last-child:after {
transform: scaleX(1);
transition: all 0.3s ease;
}
span.tool-disp {
display: block;
font-size: 11px;
color: #777;
max-width: 25rem;
margin-top: 7px;
}
.rms-form-control {
padding: 10px 0;
margin-bottom: 15px;
display: flex;
align-items: center;
}
.rms-dir-col {
flex-direction: column;
}
.rms-leftSide {
width: 120px;
margin-right: 15px;
}
.rms-rightSide {
width: 100%;
position: relative;
}
.rms-fullSide {
width: 100%;
}
span.rms-required-label {
position: absolute;
margin-left: 50px;
background: #edf3f9;
color: #558ecd;
padding: 2px 15px;
border-radius: 4px;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
}
.rms-form-control input[type="text"], .rms-form-control select, .rms-form-control input[type="file"] {
width: 100%!important;
padding: 6px 12px;
border: 1px solid #bbb;
font-size: inherit;
font-family: inherit;
max-width: 12rem;
min-height: 42px;
border-radius: 4px;
margin: 0;
line-height: 2;
}
.rms-form-control textarea {
width: 100%!important;
padding: 6px 12px;
border: 1px solid #bbb;
font-size: inherit;
font-family: inherit;
max-width: 25rem;
height: 80px;
resize:none;
}
.rms-form-control button {
height: 42px;
}
.rms-leftSide label {
font-weight: 500;
font-size: inherit;
font-family: inherit;
color: #777;
}
.rms-form-control ::placeholder { color: #d8d8d8;
opacity: 0.8;
}
.rms-form-control :-ms-input-placeholder { color: #d8d8d8;
opacity: 0.8;
}
.rms-form-control ::-ms-input-placeholder { color: #d8d8d8;
opacity: 0.8;
}
.rms_mod_cart_title {
font-weight: bold;
margin-right: 5px;
}
.rms_mod_cart_title, .rms_mod_cart_value {
font-size: inherit;
font-family: inherit;
}
.rms_mod_cart_wrapper {
display: flex;
margin-bottom: 10px;
}
.rms-header-flex-container {
display: flex;
width: 100%;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
color: var(--resTxtColor);
}
.rms-header-flex-container > .rms-left {
display: flex;
width: 85%;
padding-right: 25px;
}
.rtl .rms-header-flex-container > .rms-left {    
padding-left: 25px;
padding-right: 0;
}
.rms-header-flex-container > .rms-left .rms-restaurant-logo {
max-width: 150px;
max-height: 150px;
border: 1px solid #ddd;
margin-right: 25px;
flex: 0 0 150px;
-webkit-flex: 0 0 150px;
-moz-flex: 0 0 150px;
}
.rtl .rms-header-flex-container > .rms-left .rms-restaurant-logo {
margin-left: 25px;
margin-right: 0;
}
.rms-header-flex-container > .rms-left .rms-restaurant-desc h1 {
font-size: 30px;
font-weight: bold;
font-family: inherit;
margin-bottom: 15px;
line-height: 1.2;
color: var(--resHeadingColor);
}
.rms-header-flex-container > .rms-left .rms-restaurant-desc p {
color: var(--resTxtColor);
}
.rms-categories-filter-container-top {
position: relative;
margin-top: 25px;
border: 1px solid #ddd;
padding: 30px;
background: #fff;
box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-ms-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-o-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
}
.rms-categories-filter-container-top div.rms-glider a {
text-align: center;
text-decoration: none;
color: var(--resTxtColor);
}
.rms-categories-filter-container-top .glider-track {
margin: 0 auto;
}
.rms-hide-arrow {
display: none!important;
}
.arrow {
display: inline-block;
position: absolute;
width: 24px;
height: 24px;
font-size: 0!important;
background: transparent;
text-indent: -9999px;
border-top: 2px solid #ddd;
border-left: 2px solid #ddd;
transition: all 250ms ease-in-out;
text-decoration: none;
color: transparent;
cursor: pointer;
top: 0;
bottom: 0;
margin: auto;
}
.arrow:hover {
border-color: var(--resThemeColor);
}
.arrow:before {
display: block;
height: 200%;
width: 200%;
margin-left: -50%;
margin-top: -50%;
content: "";
transform: rotate(45deg);
}
.arrow.prev {
transform: rotate(-45deg);
left: 20px;
}
.arrow.next {
transform: rotate(135deg);
right: 20px;
}
.arrow.up {
transform: rotate(45deg);
left: 175px;
}
.arrow.down {
transform: rotate(-135deg);
right: 175px;
}
.rms-body-grid-container {
display: grid!important;
grid-template-rows: repeat(1, max-content);
grid-template-columns: repeat(3, auto);
grid-gap: 20px;
grid-auto-rows: max-content;
margin-top: 25px;
}
.rms-body-1-col {
grid-template-columns: repeat(1, auto);
}
.rms-body-2-col { grid-template-columns: 70% 28%;
grid-gap: 2%;
}
.rms-body-3-col {
grid-template-columns: repeat(3, auto); }
.rms-categories-filter-container-left {
position: relative;
min-width: 200px;
height: fit-content;
border: 1px solid #ddd;
padding: 0;
background: #fff;
box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-ms-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-o-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
}
.rms-categories-filter-container-left ul {
list-style: none;
margin: 0;
width: 100%;
display: block;
}
.rms-categories-filter-container-left ul li:last-child a {
border:none;
}
.rms-categories-filter-container-left ul li a {
color: var(--resTxtColor);
text-decoration: none!important;
border-bottom: 1px solid #ddd;
padding: 15px;
display: block;
outline: none!important;
transition: all 0.5s ease 0s;
}
.rms-body-content-container {
min-width: 525px;
}
ul.disp-toggle-container {
list-style: none;
margin: 0 0 25px 0;
display: flex;
flex-direction: row;
align-items: center;
width: 72px;
}
ul.disp-toggle-container > li {
width: 100%;
}
ul.disp-toggle-container > li a {
display: block;
text-align: center;
background: #f5f5f5;
color: #333;
padding: 3px 0;
outline: none!important;
}
ul.disp-toggle-container > li:first-child a {
border-radius: 4px 0 0 4px;
}
.rtl ul.disp-toggle-container > li:first-child a {
border-radius: 0px 4px 4px 0px;
}
ul.disp-toggle-container > li:last-child a {
border-radius: 0 4px 4px 0;
}
.rtl ul.disp-toggle-container > li:last-child a {
border-radius: 4px 0 0 4px;
}
ul.disp-toggle-container > li a.active {
background: var(--resThemeColor);
color: #f5f5f5;
}
.rms-pull-right {
float:right!important;
}
.rtl .rms-pull-right {
float:left!important;
}
.rms-pull-left {
float: left!important;
}
.rtl .rms-pull-left {
float: right!important;
} 
.rms-menu-name {
font-size: 23px;
font-weight: bold;
color: var(--resHeadingColor);
margin-bottom: 25px!important;
line-height: 1.2;
}
.rms-body-content {
clear: both;
}
.rms-category-block > a {
position: relative;
padding: 11px 15px;
margin-bottom: 15px;
width: 100%;
display: block;
border: 1px solid #ddd;
color: var(--resHeadingColor);
font-weight: bold;
font-size: 20px;
text-decoration: none!important;
background: #fff;
box-shadow: 2px 2px 6px 0px #ddd;
-webkit-box-shadow: 2px 2px 6px 0px #ddd;
-moz-box-shadow: 2px 2px 6px 0px #ddd;
-o-box-shadow: 2px 2px 6px 0px #ddd;
-ms-box-shadow: 2px 2px 6px 0px #ddd;
transition: all 0.5s ease 0s;
cursor: pointer;
outline: none!important;
}
.rms-category-block > a.rms-active {
background: var(--resThemeColor);
color: #fff;
}
.rms-category-block > a:not(.rms-active):before {
content: '';
border-top: 6px solid transparent;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
border-bottom: 6px solid #333;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 15px;
height: 0;
}
.rtl .rms-category-block > a:not(.rms-active):before {
right: unset;
left: 15px;
}
.rms-category-block > a.rms-active:after {
content: '';
border-top: 6px solid #FFF;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
border-bottom: 6px solid transparent;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 15px;
height: 0;
}
.rtl .rms-category-block > a.rms-active:after {
right: unset;
left: 15px;
}
.rms-show {
display:block!important;
}
.rms-toggle-products {
padding: 0;
margin: 20px 0;
}
.rms-prod-price {
font-size: 16px;
color: inherit;
}
.rms-prod-price > del {
margin-right: 10px;
color: #9c9c9c;
}
.rms-prod-price > ins {
font-weight: bold;
color: #333;
}
h3.rms-prod-title {
font-size: 18px;
font-weight: bold;
line-height: 1.2;
margin-bottom: 5px;
color: var(--resHeadingColor);
}
p.rms-prod-desc {
line-height: 1.2;
font-size: 14px;
color: var(--resTxtColor);
margin-bottom: 25px;
}
.rms-product-block {
position: relative;
padding: 11px 15px;
border: 1px solid #ddd;
text-decoration: none!important;
background: #fff;
box-shadow: 2px 2px 6px 0px #ddd;
-webkit-box-shadow: 2px 2px 6px 0px #ddd;
-moz-box-shadow: 2px 2px 6px 0px #ddd;
-o-box-shadow: 2px 2px 6px 0px #ddd;
-ms-box-shadow: 2px 2px 6px 0px #ddd;
transition: all 0.5s ease 0s; margin-bottom: 25px;
display: flex;
align-items: center;
justify-content: space-between;
}
.rms-prod-img {
position: relative;
}
.rms-pro-right {
display: flex;
align-items: center;
}
.rms-prod-img-wrapper {
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
}
.rms-prod-img-wrapper > img {
width: auto!important;
max-height: 72px!important;
}
.rms-prod-btn {
margin-left: 10px;
}
.rtl .rms-prod-btn {
margin-right: 10px;
margin-left: 0;
}
.rms-prod-btn > a.rms-add-to-cart {
display: block;
line-height: 32px;
width: 32px;
height: 32px;
text-align: center;
text-decoration: none!important;
color: #fff;
background: var(--resThemeColor);
font-weight: bold;
}
.rms-body-content.rms-type-grid .rms-toggle-products.rms-show {
display: grid!important;
grid-template-rows: repeat(1, 1fr);
grid-template-columns: repeat(2, 1fr);
grid-gap: 15px;
grid-auto-columns: max-content;
grid-auto-rows: max-content;
}
.rms-body-content.rms-type-grid .rms-toggle-products.rms-show .rms-product-block {
margin: 0;
}
.rms-body-content.rms-type-grid .rms-toggle-products.rms-show .rms-product-block p.rms-prod-desc {
max-width: 160px;
}
.rms-menu-filter:not(.rms-categories-filter-container-top) a.rms-active {
color: #fff;
background: var(--resThemeColor);
}
ul.rms_pagination {
margin: 0 0 25px 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
ul.rms_pagination li a {
display: block;
height: 28px;
width: 28px;
text-align: center;
margin-right: 15px;
background: #fff;
color: #000;
border: 1px solid #ddd;
text-decoration: none!important;
line-height: 26px;
border-radius: 4px;
font-size: 14px;
box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-ms-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
-o-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
outline: none!important;
}
ul.rms_pagination li a.rms-active {
background: var(--resThemeColor);
color: #FFF;
pointer-events: none;
}
.rms-modal-container, .rms-error-modal-container {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
background-color: rgba(0, 0, 0, 0.42);
overflow: auto;
display: none;
}
.rms-modal, .rms-error-modal {
max-width: 600px;
margin: 30px auto;
position: relative;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.rms-error-modal-header {
display: flex;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
justify-content: space-between;
align-items: center;
position: relative;
}
.rms-modal-header {
padding: 0;
position: relative;
border: none;
}
.rms-modal-header h4, .rms-error-modal-header h4 {
margin-bottom: 0;
font-weight: bold;
}
.rms-error-modal-header .close-rms-rest-modal {
display: block;
width: 15px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.rms-modal-header .close-rms-rest-modal {
display: block;
-webkit-transition: all .3s ease;
transition: all .3s ease;
position: absolute;
right: -10px;
top: -10px;
height: 24px;
width: 24px;
padding: 6px;
background: #FFF;
border-radius: 100%;
z-index: 2;
line-height: 13px;
}
.rms-modal-content, .rms-error-modal-content {
padding: 15px;
}
.rms-error-modal-content .modal-img {
max-width: 50px;
margin: 20px auto;
}
.rms-error-modal-content h3 {
text-align: center;
font-size: 18px;
}
.rms-modal-open {
overflow: hidden!important;
}
.rms-modal-banner-img {
height: 250px;
width: 100%;
border-radius: 6px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
z-index: 1;
}
.rms-modal-content-head {
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
margin-bottom: 20px;
}
.rms-modal-content-head > .top {
display: flex;
justify-content: space-between;
}
.rms-modal-content-head > .top h3.rms-prod-title {
font-size: 22px;
}
.rms-modal-content-head > .top div..rms-prod-price {
font-size: 18px;
}
.rms-modal-content-head > .bottom p.rms-prod-desc {
color: #333;
font-size: 15px;
margin: 0;
}
.rms-modal .rms-form-control {
align-items: flex-start;
}
.rms-modal .rms-form-control .cbx {
width: 100%;
}
.rms-modal span.rms-required-label {
right: 0;
top: 0;
}
small.rms-desc {
display: block;
color: #999;
}
.rms-modal form.cart {
margin: 0;
}
.rms-modal-footer {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.rms-modal .rms-modal-footer button {
width: 100%;
background-color: var(--resThemeColor);
color: #FFF;
text-decoration: none;
padding: 5px!important;
display: block;
text-align: center;
font-weight: normal;
margin-left: 25px;
}
.rms-error {
color: #721c24;
background-color: #f8d7da;
border: 1px solid #f5c6cb;
padding: 10px 15px;
display: block;
font-size: smaller;
}
@media screen and (max-width:  991px) {
.rms-body-grid-container {
grid-template-columns:  repeat(1, auto)!important;
}
.rms-body-content-container {
min-width: auto!important;
}
.rms-header-flex-container {
display: block;
}
.rms-header-flex-container > .rms-left {
width: 100%;
padding-right: 0;
}
}
@media screen and (max-width:  576px) {
.rms-header-flex-container > .rms-left {
display: block;
}
}