html {
    scroll-behavior: smooth;
}
.rtl {
    direction: rtl;
}
/* Fancy Checkbox css start */
:root {
    --rmsPrimaryColor: #4170dd; /*#2459e0*/
    --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: #506EEC; */
    background-color: var(--resThemeColor)!important;
    background: var(--resThemeColor)!important;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: 0.2s;
}
.cbx > span:last-child {
    margin-left: 8px;
}
.rtl .cbx > span:last-child {
    margin-right: 8px;
    margin-left: 0;
}
.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(--resThemeColor); */
    border-color: var(--resThemeColor);
    animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx > span:first-child svg {
    stroke-dashoffset: 0;
    width: 10px;
    height: 10px;
    background: var(--resThemeColor);
    border-radius: 10px;
}
.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 {
    /* color: #B9B8C3; */
    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;
    display: flex;
    align-items: center;
}
.rms-dir-col {
    flex-direction: column;
}
.rms-leftSide {
    min-width: fit-content;
    margin-right: 15px!important;
    display: inline-block;
    font-weight: 400;
    font-size: 1.618em;
}
.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;
    top:0;
    right: 0;
}
.rtl span.rms-required-label {
    left:  0;
    right:  unset;
    margin-left: 0;
    margin-right: 50px;
}
.rms-form-control input[type="text"], .rms-form-control select, .rms-form-control input[type="file"] {
    width: 100%!important;
    padding: 4px 5px;
    border: 1px solid #bbb;
    font-size: 13px;
    font-family: inherit;
    max-width: 12rem;
    min-height: 32px;
    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 { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d8d8d8;
    opacity: 0.8;
}

.rms-form-control :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d8d8d8;
    opacity: 0.8;
}

.rms-form-control ::-ms-input-placeholder { /* Microsoft Edge */
    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: grid;
    color: var(--resTxtColor);
    grid-template-rows: repeat(1, max-content);
    grid-template-columns: 1fr auto;
    grid-column-gap:  10px;
}
.rms-header-flex-container > .rms-left {
    display: flex;    
}
.rtl .rms-header-flex-container > .rms-left {    
    padding-left: 25px;
    padding-right: 0;
}
.rms-header-flex-container > .rms-left .rms-restaurant-logo {
    padding: 10px;
    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;
    box-shadow: 0px 0px 10px 0px rgb(100 99 99 / 20%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(100 99 99 / 20%);
}
.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;
    background: #fff;
}
.rms-categories-filter-container-top div.rms-glider a {
    text-decoration: none;
    color: var(--resTxtColor);
    border-radius: 20px;
    display: inline-flex;
    width: 100% !important;    
    padding: 8px 6px!important;
    box-shadow: 0px 0px 10px 0px rgb(100 99 99 / 30%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(100 99 99 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(100 99 99 / 30%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    height: 100%;
}

.rms-categories-filter-container-top .glider-track {
   width: auto!important;
}
/* .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;
    z-index: 99;
}
  
.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: -25px;
}
  
.arrow.next {
    transform: rotate(135deg);
    right: -25px;
}
  
.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: repeat(2, auto); */
    grid-template-columns: 1fr auto;
    grid-gap: 2%;
}
.rms-body-3-col {
    /* grid-template-columns: repeat(3, auto); */
    grid-template-columns:  auto 1fr auto;
}
.rms-categories-filter-container-left {
    position: relative;
    width: 100%;
    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: 10px 20px;
    display: block;
    outline: none!important;
    transition: all 0.5s ease 0s;
}
.rms-body-content-container {
    min-width: 563px;
}
ul.disp-toggle-container {
    list-style: none;
    /* margin: 0 0 25px 0; */
    margin: 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 #333;
    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:not(.rms-active):before {
    right: unset;
    left: 15px;
}
.rms-category-block > a.rms-active:after {
    content: '';
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    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;
    display: inline-block !important;
    max-width: 100px;
}
.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;
    color: var(--resHeadingColor);
    width: 100%;
}

.rms-prod-header h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: #2f2e2e;
    margin: 0;
}
.rms-product-block p.rms-prod-desc {
    line-height: 1;
    font-size: 13px;
    color: var(--resTxtColor);
    margin-bottom: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.rms-modal-content p.rms-prod-desc {
    line-height: 1.5;
    font-size: 13px;
    color: var(--resTxtColor);
}
.rms-prod-card {
    width: 100%;
}
.rms-product-block {
    position: relative;
    text-decoration: none!important;
    background: #fff;
    transition: all 0.5s ease 0s;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}
.rms-prod-img {
    position: relative;
}
.rms-pro-right {
    display: inline-grid;
    border: 1px solid #ddd;
    width: 100%;
    height: 125px;
    margin-left: 10px;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
    grid-auto-columns: 100%;
}
.rtl .rms-pro-right {
    margin-left: 0;
    margin-right: 10px;
}
.rms-prod-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.rms-prod-img-wrapper > img {
    width: auto;
    height: auto;    
}
.rms-prod-btn {
    margin-left: 10px;
    float: right;
}
.rtl .rms-type-list .rms-prod-btn {
    margin-right: 10px;
    margin-left: 0;
    float: left;
}
.rms-prod-btn > a.rms-add-to-cart {
    display: block;
    padding: 8px 10px;
    /* line-height: 32px; */
    /* width: 32px; */
    /* height: 32px; */
    text-align: center;
    text-decoration: none!important;
    /* padding: 0px 10px; */
    color: #fff;
    background: var(--resThemeColor);
    /* font-weight: bold; */
    border-radius: 5px;
    font-size: 12px;
}
.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; */
    overflow: hidden;
    text-overflow: ellipsis;
    height: fit-content;
    white-space: nowrap;
}
.rms-menu-filter:not(.rms-categories-filter-container-top) a.rms-active {
    color: #fff;
    background: var(--resThemeColor);
}
.rms-menu-filter:not(.rms-categories-filter-container-top) a.rms-active img {
    filter:  brightness(0) invert(1);
}
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, .rms-delivery-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-error-modal-container .rms-error-modal {
    /* min-height: 590px; */
    max-width: 1194px;
    width: 90%;
    margin: 30px auto;
    top:  5%;
    position: relative;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    /* border-radius: 6px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%); */
}
.rms-delivery-modal-container .rms-modal {
    /* min-height: 590px; */
    max-width: 730px;
    max-height: 605px;
    width: 90%;
    margin: 30px auto;
    top:  10%;
    position: relative;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    /* border-radius: 6px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%); */
}
.rms-error-modal-header {
    display: flex;
    padding: 15px;
    border-bottom: 3px solid #b2b2b2;
    justify-content: center;
    align-items: center;
    position: relative;
}
.rms-modal-header {
    padding: 0;
    position: relative;
    border: none;
}
.rms-modal-header h4 {
    margin-bottom: 0;
    font-weight: bold;
}
.rms-error-modal-header h4 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 32px;
}
.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: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: -26px;
    top: -26px;
    height: 24px;
    width: 24px;    
    background: var(--resThemeColor);
    color: #FFF;
    border-radius: 100px;
    z-index: 2;
    font-size: 14px;
}
.rms-delivery-modal-container .rms-modal-content {
    padding: 0;
}
.rms-error-modal-content .modal-img {
    max-width: 180px;
    margin: 20px auto;
}
.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 .rms-rightSide .rms_mod_188 + span{
    background-color: brown !important;
    margin-left: 0px;
    right: unset;
}

small.rms-desc {
    display: block;
    color: #999;
    font-size: 11px;
}
.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:  1199px) {
    .rms-body-grid-container {
        /* grid-template-columns:  repeat(1, auto)!important; */
        grid-template-columns:  100%!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;
    }     */
}

ul.rms-shipping-lists {
    margin: 0 -15px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding:0;
    border-bottom: 2px solid #ededed;
    font-size: 18px;
    color: #2f2e2e;
    font-weight: normal;
}
ul.rms-shipping-lists li {
    padding: 15px 0 30px 0;
    line-height: 1;
    position:  relative;
}
ul.rms-shipping-lists li.activated:after {
    content:  '';
    position:  absolute;
    left:  0;
    right:  0;
    bottom:  -2px;
    width:  100%;
    height:  2px;
    background-color: var(--resThemeColor);
}
ul.rms-shipping-lists li a {
    color: inherit;
    outline: none!important;
}
ul.rms-shipping-lists li a:hover, ul.rms-shipping-lists li a:focus, ul.rms-shipping-lists li a:active {
    color: inherit;
    outline: none!important;
}
.rms-shipping-tab-content {
    display: none;
    padding: 35px 20px 0;
}
.rms-shipping-tab-content.rms-show-tab-content {
    display:  block;
}
#rms-delivery-submit, #rms-takeaway-submit, #rms-dinein-submit {    
    background: var(--resThemeColor);
    color: #FFF;
    text-decoration: none;
    padding: 12px;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
p.rms-delivery-addr select, p.rms-delivery-addr input[type="text"] {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -ms-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    border: 1px solid #e6e6e6;
    padding: 10px 12px;
    background-color:  #FFF;
}
p.rms-delivery-addr label {
    margin-bottom:  10px;
    display: none;
}
p.rms-delivery-addr select:focus, p.rms-delivery-addr input:focus, p.rms-delivery-addr select:active, p.rms-delivery-addr input:active {
    outline: none!important;
}

/* CUSTOM */

/* .glider-slide {
    min-width: 120px !important;
    padding: 10px 0px;
} */

/* SALE PRODUCT IMAGE */
.sale-img{
    position: absolute;    
    right: -7px;
    top: 3px;
    border: 0px !important;
}

/*  MODAL */

.scroll-hide{
    overflow-y: hidden !important;
}

.rms-modal .rms-prod-price > ins{
    font-weight: 600;
    font-size: 18px;
    
}

.rms-modal h3.rms-prod-title {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1;
}

.rms-modal .rms-prod-body h3{
    font-weight: 500;
    margin: 0px;
    margin-bottom: 12px;
    font-size: 20px;
    color: #2f2e2e;
    line-height: 1;
}

.rms-modal .rms-prod-body p.stock {
    margin: 15px 0 0 0;
}

.rms-modal .rms-leftSide{
    font-weight: 500;
    margin: 0px;
    margin-bottom: 8px;
    font-size: 19px;
    color: #333333;
}

.rms-modal .cbx > span {
    font-size: 12px;
    color: #2f2e2e;
}

.rms-modal .cbx > span:first-child {
    width: 18px;
    height: 18px;
    stroke: none;
}

.rms-modal .inp-cbx:checked + .cbx > span:first-child svg{
    background: var(--resThemeColor);
    width: 8px;
    height: 8px;
    border-radius: 5px;
    top: 4px;
    left: 4px;
    stroke: none;
} 

 .rms-modal .cbx > span:first-child svg{
    width: 8px;
    height: 8px;
    border-radius: 5px;
    top: 4px;
    left: 4px;
    stroke: none;
}

.rms-modal .inp-cbx:checked + .cbx-square > span:first-child svg {
    stroke-dashoffset: 0;
    width: 15px;
    height: 15px;
}

.rms-modal .inp-cbx:checked + .cbx-square > span:first-child svg{
    top: 0px !important;
    left: 2px !important;
    stroke: var(--resThemeColor);
    background: none;
}


.rms-modal .single_add_to_cart_button svg:not(:root).svg-inline--fa{
    margin-right: 10px;
}

.inp-cbx:checked + .cbx > span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
    background: #4170dd;
}

/* CATAGORIES */

.cat-img{
    width: 35px;
    height:  35px;
}
.rms-categories-filter-container-left .rms-menu-filter li img{
    display: inline-block;
    margin-right: 25px;
}
.rtl .rms-categories-filter-container-left .rms-menu-filter li img {
    margin-right: 0;
    margin-left: 25px;
}

.rms-categories-filter-container-left .rms-menu-filter li a p{
    display: inline;
    margin-bottom: 0px;
    overflow: hidden;
}
.rms-categories-filter-container-left .rms-menu-filter li a{
    display: flex;
    align-items: center;
}


.cat-filter{
    font-weight: 700;
}
.rms-categories-filter-container-top .cat-filter.rms-active{
    background-color: var(--resThemeColor);
    color: #FFF;
}
.rms-categories-filter-container-top .cat-filter.rms-active img {
    filter: brightness(0) invert(1);
}

.rms-categories-filter-container-top .cat-img{
    margin: 0px auto 8px auto;
}

.rms-categories-filter-container-left .cat-filter{
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
}

span.post_meridiem {
    font-size: 10px;
}
#rms-timings .rms-time-block span {
    font-weight: 600;
}

/* LIST STYLE */

.rms-type-list .rms-product-block .rms-prod-img{
    width: 125px;
    height: 125px;
}
.rms-type-list .rms-prod-price{
    font-weight: 700;
    margin-top: 10px;
}
.rms-type-list h3.rms-prod-title{
    margin-bottom: 7px;
}

.rms-type-list .rms-product-block .rms-pro-right{
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}

/* GRID STYLE */

/*.rms-type-grid .rms-prod-card{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}*/

.rms-type-grid .rms-prod-card {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.rms-type-grid .rms-prod-btn{
    margin-top: 5px;
}

.rms-type-grid .rms-product-block > .rms-pro-right{
    display: inline-grid;
}
.rms-type-grid .rms-product-block > .rms-pro-right .rms-prod-btn{
    margin-left: 0px;
    display: flex;
    align-items: end;
}

.rms-categories-filter-container-left.rms-type-grid .rms-prod-btn > a.rms-add-to-cart {
    font-size: 8px !important;
}

.rms-type-grid .rms-prod-img-wrapper {
    padding: 3px !important;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
}

.rms-type-list .rms-prod-img-wrapper {
    padding: 3px !important;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
}


.rms-type-grid .rms-product-block .rms-prod-img{
    width: 125px;
    height: 125px;
}
/* .rms-prod-left{
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
} */
.rms-prod-right{
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}
.rms-type-grid .rms-product-block .rms-prod-left {
    height: 100%;
}
.rms-type-grid .rms-prod-btn > a.rms-add-to-cart{
    padding: 8px 10px;
    line-height: initial;
}
.rms-type-grid .rms-product-block .rms-pro-right{
    margin-left: 10px;
    padding: 15px 20px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}

.product-img{
    background-color: violet;
    width: 40%;
    display: inline-block;
}

.rms-error-modal-content{
    /* width: 60%; */
    /* float: right; */
}
.rms-modal-content-head{
    border-bottom: none;
}

.rms-modal-content-head .top{
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}
.rms-modal{
    padding: 15px;
    max-height: 580px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.rms-modal::-webkit-scrollbar, .rms-pro-content::-webkit-scrollbar {
    width: 6px;
  }
.rms-modal::-webkit-scrollbar-track, .rms-pro-content::-webkit-scrollbar-track {
    background: transparent;
}
.rms-modal::-webkit-scrollbar-thumb, .rms-pro-content::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px;
    border: 3px solid transparent; 
}

.rms-prod-header{
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 0px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ingredients ul{
    list-style-type: none;
    margin: 0px;
}
.ingredients ul li {
    display: inline-flex;
    background-color: #FFFFFF;
    border-radius: 20px;
    color: #656565;
    font-size: 11px;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
    min-width: 125px;
    min-height: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    margin: 0 10px 10px 0;
    padding: 5px 15px;
}
.rtl .ingredients ul li {
    margin: 0 0 10px 10px;
}
.rms-prod-body h3{
    font-weight: 400;
    margin: 0px;
}

.rms-prod-description{
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
}

.ingredients{
    border-bottom: 1px solid #e8e8e8; 
    padding: 15px 0px;    
}
.rms-prod-body .woocommerce-error {
    margin: 15px 0 0 0;
}
.rms-prod-description .rms-prod-desc{
    margin-bottom: 15px !important;
}

.rms-modal-footer .rms-item-qty{
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 20px;
}

.rms-modal-footer {
    display: flow-root !important;
}

.rms-modal-footer input.rms-qty{
    width: 65px !important;
    height: 28px !important;
}

.rms-modal-footer .rms-item-qty > a{
    /* left: 0; */
    padding: 0px 10px;
    top: -2px;
}

.rms-pro-content .rms-form-control{
    display: block;
}

.rms-leftSide .rms-label{
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 0px;
    color: #2f2e2e;
    line-height: 1;
    display: inline-block;
}

.rms-modal .rms-leftSide .rms-desc{
    color: var(--resThemeColor);
}

.rms-modal .rms-prod-price {
    color: #2f2e2e;
    font-size: 20px;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: #7f54b3;
    outline: none !important;
}

.cat-filter svg:not(:root).svg-inline--fa{
font-size: 52px;
}


/* .glider.draggable {
    padding: 0;
    margin: 0px 60px;
} */
.rms-hide-arrow {
    display: none;
}
.rms-glider.rms-wo-arrow {
    margin: 0!important;
    padding: 0 8px!important;
}
.rms-error-modal-content h3 {
    text-align: center;
    font-size: 18px;
    color: #2f2e2e;
    margin:  0 15px 15px;
}

.rms-pro-img > span {
    display: block;
    width: 100%;
    height: 100%;
}
.rms_title_rating {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.rms_title_rating .woocommerce-product-rating {
    margin-left: 5px;
}
.woocommerce-product-rating {
    position: relative;
}
.wc_product_badge_hover {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 4px 0px #000000a3;
    width: 227px;
    max-width: 227px;
    padding: 15px;
    top: 37px;
    text-align: center;
    z-index: 9999;
    left: 0;
}
div.woocommerce-product-rating:hover div.wc_product_badge_hover {
    display: block!important;
}
.star-rating::before, .star-rating span::before {
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    color: var(--resThemeColor);
}
.wc_product_badge_hover:before {
    content: "";
    top: -7px;
    position: absolute;
    left: 31px;
    width: 14px;
    height: 16px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0px #000000a3;
    -ms-box-shadow: 0 0 4px 0px #000000a3;
    -o-box-shadow: 0 0 4px 0px #000000a3;
    box-shadow: 0 0 4px 0px #000000a3;
    box-shadow: 0 0 4px 0px #000000a3;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wc_product_badge_hover:after {
    content: '';
    width: 30px;
    height: 25px;
    background: #FFF;
    position: absolute;
    top: 0px;
    left: 26px;
}
.wc_product_badge_hover .avg_badge {
    display: block;
    z-index: 9;
    margin-bottom: 10px;
    font-size: 13px;
    position: relative;
    padding: 0;
    line-height: 1.2;
}
ul.wc_review_graph {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.wc_wf_cls {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.wc_review_graph li {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
    line-height: 1.5;
}
.blk2 .ratingbar {
    width: 100px;
    height: 15px;
    margin-top: 0;
    background: #EEEEEE;
    position: relative;
}
.blk2 .ratingbar > .progressing {
    content: '';
    background: #FFA708;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 0;
}
.blk1 .fa-star {
    color: #FFA708;
}
.blk1 .fa-star:hover {
    color: #000;
}
.blk1 {
    width: 25%;
}
.blk2 {
    width: 55%;
}
.blk3 {
    width: 20%;
}


.rms-glider .rms-glider-item-wrap {
    min-width: 120px;
    padding: 10px;
}
.rms-above-body {
    display: grid;
    margin-top: 20px;
}
.rms-for-mobile-only {
    display: none;
}
#rms-res-status {
    display: none;
}
div#rms-more-info {
    text-align: right;
    margin-bottom: 8px;
    display: none;
}
div#rms-more-info a {
    font-size: 12px;
    color: var(--resHeadingColor);
}
/* Media queries */
@media only screen and (min-width: 1200px) {
    .rms-categories-filter-container-left {
        width: 210px;
    }
}
@media only screen and (min-width: 992px) {
    .rms-modal-content, .rms-error-modal-content {
        padding: 15px;
    }
    .rms-error-modal-content h3 {
        max-width: 60%;
        margin: 0 auto;
    }
    .rms-modal-container .rms-modal {
        /* min-height: 590px; */
        max-width: 1325px;
        max-height: 840px;
        width: 90%;
        margin: 30px auto;
        top:  5%;
        position: relative;
        background-color: #fff;
        border: 1px solid #a6a6a6;
        overflow: unset!important;
        /* border-radius: 6px;
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%); */
    }
    .rms-modal-container .rms-modal.rms-modal-no-image {
        max-width: 650px;
    }
    .rms-modal-product-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-height: 730px;
        padding: 10px 0;
        overflow: hidden;
    }
    .rms-pro-img{
        padding: 10px;
        display: flex;
        margin-right: 2%;
        width: 50%;
        max-width: 620px;
        max-height: 720px;
        box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -moz-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -o-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -ms-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e8e8e8;
        align-items: center;
    }
    
    .rms-pro-content {        
        width: 48%;
        padding: 10px;
        max-height: 100%;
        overflow-y: scroll;
    }

    .rms-modal-no-image .rms-pro-content {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .rms-modal-container .rms-modal {
        /* min-height: 590px; */
        max-width: 1325px;
        width: 90%;
        margin: 30px auto;
        top:  5%;
        position: relative;
        background-color: #fff;
        border: 1px solid #a6a6a6;
        /* border-radius: 6px;
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%); */
    }
    .rms-modal-container .rms-modal.rms-modal-no-image {
        max-width: 650px;
    }

    .rms-modal-product-flex {
        display: flex;
        flex-direction: column;        
        padding: 20px 0 10px 0;        
    }

    .rms-pro-img{
        padding: 10px;
        display: flex;
        margin-right: 2%;
        width: 100%;        
        height: 300px;
        box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -moz-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -o-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -ms-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e8e8e8;
        align-items: center;
    }
    
    .rms-pro-content {        
        width: 100%;
        padding: 10px;        
    }

    .rms-modal-no-image .rms-pro-content {
        width: 100%;
    }

    .rms-modal-header .close-rms-rest-modal {
        top:  -12px;
        right:  -12px;
        width: 18px;
        height: 18px;
        font-size: 9px;
    }

    .rms-prod-header h3 {
        font-size: 17px;
    }

    .rms-modal .rms-prod-price {
        font-size: 17px;
        align-items: center;
        justify-content: end;
        display: inline-flex!important;
        flex-direction: column;
        margin-left: 15px;
    }
    .rms-modal .rms-prod-price > ins {
        font-size: 17px;
    }

    .ingredients ul li {
        min-width: unset;
        padding: 5px 8px;
        margin: 0 5px 5px 0;
    }

}

@media only screen and (max-width: 767px) {
    .rms-pro-img{
        padding: 10px;
        display: flex;
        margin-right: 2%;
        width: 100%;        
        height: 250px;
        box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -moz-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -o-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -ms-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e8e8e8;
        align-items: center;
    }
    .rms-modal .rms-prod-body p {
        line-height: 1.3;
        font-size: 12px;
    }
    .rms-body-content.rms-type-grid .rms-toggle-products.rms-show {
        grid-template-columns:  100%;
    }
    .rms-above-body {
        display: none!important;
    }

    .arrow.prev {
        left: 6px;
        width: 16px;
        height: 16px;
    }

    .arrow.next {        
        right: 6px;
        width: 16px;
        height: 16px;
    }

    .rms-header-flex-container > .rms-left .rms-restaurant-logo {
        max-width: 60px;
        max-height: 60px;
        padding: 5px;
        flex: 0 0 60px;
        -webkit-flex: 0 0 60px;
        margin-right: 15px;
    }

    .rms-header-flex-container > .rms-left .rms-restaurant-desc h1 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 8px;
    }

    .rms-header-flex-container > .rms-left .rms-restaurant-desc p {
        font-size: 12px;
        line-height: 1.2;
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .rms-header-flex-container > .rms-left .rms-restaurant-desc p:hover {
        display: block!important;
    }
    .rms-min-order {
        margin-top: 0;
        font-size: 11px;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: space-between;
    }
    #rms-res-status {
        display: block;
    }
    div#rms-more-info {
        display: block;
    }

    .rms-error-modal-header h4 {
        font-size: 20px;
    }
    .rms-error-modal-content h3 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .rms-pro-img{
        padding: 10px;
        display: flex;
        margin-right: 2%;
        width: 100%;        
        height: 150px;
        box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -moz-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -o-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        -ms-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
        border: 1px solid #e8e8e8;
        align-items: center;
    }

    .wc_product_badge_hover {
        left:  unset;
        right:  -36px;
    }
    .wc_product_badge_hover:before {
        left: unset;
        right:  55px;
    }
    .wc_product_badge_hover:after {
        left: unset;
        right:  51px;
    }
    .glider::-webkit-scrollbar {
        height: 2px;
    }
    .rms-categories-filter-container-top div.rms-glider .rms-glider-item-wrap a {
        box-shadow: unset;
        -webkit-box-shadow: unset;
    }
    .rms-categories-filter-container-top div.rms-glider .rms-glider-item-wrap a img {
        display: none;
    }
    .rms-glider .rms-glider-item-wrap {
        padding:  10px 0;
        width: 95px!important;
        min-width: 95px;
    }
    .rms-categories-filter-container-top .cat-filter.rms-active {
        background-color: unset;
        color: var(--resThemeColor);
        position: relative;
    }
    .rms-categories-filter-container-top .cat-filter.rms-active:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: var(--resThemeColor);
        width: 50%;
        margin: auto;
    }
    .rms-categories-filter-container-top {
        /* margin: 0 -23px;
        width: unset; */
        position: absolute;
        left: 0;
        right: 0;
        box-shadow: 0px 11px 8px -10px rgb(100 99 99 / 30%), 0px -11px 8px -10px rgb(100 99 99 / 30%);
        -webkit-box-shadow: 0px 11px 8px -10px rgb(100 99 99 / 30%), 0px -11px 8px -10px rgb(100 99 99 / 30%);
    }
    .rms-categories-filter-container-left {
        display: none;
    }
    .rms-categories-filter-container-top ~ .rms-body-grid-container, .rms-for-mobile-only ~ .rms-body-grid-container {
        margin-top: 115px;
    }
    .rms-for-mobile-only {
        display: block;
    }    

    .rms-header-flex-container {
        /* grid-template-columns:  100%; */
    }

    .rms-type-grid .rms-prod-btn > a.rms-add-to-cart, .rms-type-list .rms-prod-btn > a.rms-add-to-cart {
        font-size: 0;
    }
    .rms-type-grid .rms-prod-btn > a.rms-add-to-cart svg, .rms-type-list .rms-prod-btn > a.rms-add-to-cart svg {
        margin-right: 5px;
        font-size: 12px;
    }
    .rms-type-grid .rms-prod-btn > a.rms-add-to-cart::after, .rms-type-list .rms-prod-btn > a.rms-add-to-cart::after {
        content: attr(title);
        font-size: 12px;
    }
    .rms-prod-price {
        max-width: 70px;
        font-size: 12px;
    }
    .rms-prod-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .rms-product-block h3.rms-prod-title {
        font-size: 12px;
        margin-bottom: 5px;
    }    
    .rms-product-block > .rms-pro-right p.rms-prod-desc {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .rms-prod-price {
        font-size: 13px;
        font-weight: 700;
        /* width: 50px; */
        margin-top: 5px;
        position: relative;
        /* display: inline-grid !important; */
        align-items: flex-end;
    }

}

/** custom html slide show starts**/
.rms-pro-gallery {
    position: relative;
}
.rms-mySlides {
    display: none;
}
/* Next & previous buttons */
.rms-navs {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.rms-navs .prev, .rms-navs .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.rms-navs .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.rms-navs .prev:hover, .rms-navs .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.rms-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.rms-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.rms-dot-active, .rms-dot:hover {
  background-color: #717171;
}

/* Fading animation */
.rms-fade-slide {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .rms-navs .prev, .rms-navs .next {font-size: 11px}
}
/** custom html slide show ends**/

/** Tipping block start*/
.wc-label-button, #rms-tip-amount, #rms-donate-tip {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  float: left;
  width: auto;
  background-color: transparent;
  border: 1px solid var(--resThemeColor);
  color: var(--resThemeColor);
  font-size: inherit;
  font-family: inherit;
  line-height: 1.2;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  min-height: 45px;
  text-align: center;
}
label.wc-label-button.wc-rms-active {
  background-color: var(--resThemeColor);
  color: #FFF;
}
.wc-label-button > input {
  visibility: hidden;
  position: absolute;
}
div.rms-tipping-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  background-color: #fafafa;
    padding: 1.41575em;
    margin-bottom: 2.617924em;
    float: none;
}
#rms-donate-tip {
  background-color: var(--resThemeColor);           
  color: #FFF;
  text-decoration: none;
  max-width: 130px;         
}
#rms-tip-amount {
  max-width: 130px;
}
/**tipping block ends*/