
:root {
    --primary-font: 'Helvetica', sans-serif;
    --main-text-color: #212529;
    --main-background-color: #fff;
    --container-background-color: #fff;
    --loader-color: rgb(150, 150, 37);
    --menu-background-color: #fff;
    --menu-text-color: #777;
    --menu-side_backdrop: rgba(255, 255,255, 0.2);
    --menu-side_backdrop-filter: blur(10px);
    --menu-icons-color: #000;
    --success-bg-color: #79c8a6;
    --success-text-color: #ffffff;
}
* {
    font-family: var(--primary-font);
}
body {
    font-size: 16px;
    color: var(--main-text-color);
    background-color: var(--main-background-color);
    margin: 0;
    padding: 0;
}

#wrapper{
    box-shadow: none !important;
}
a,
a:hover,
a:visited {
    color: unset !important;
    text-decoration: none !important;
}
.carousel-indicators li {
    width: 5px !important;
    height: 5px !important;
    margin-right: 20px !important;
    border-radius: 50%;
}
.carousel-indicators .active {
    background-color: var(--main-background-color);
}
.icon_title {
    width: 40px;
    height: 40px;
}
.icon_h{
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
    margin: -36px auto 0 auto;
    background: var(--container-background-color);
}
.page_loader, .page_loader2{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--container-background-color);
    color: var(--loader-color);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader_text {
  top: 80%;
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
  position: absolute;
  font-size: 20px;
}
.page_loader i, .page_loader2 i{
    font-size: 60px;
}
.page_loader img, .page_loader2 img{
    width: 60px;
}
.service_page_content {
    font-size: 18px;
    margin-bottom: 15px;
}

.service_page_content .p {
    font-size: 18px;
}
.paragraf{
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}
.back {
    position: fixed;
    left: 15px;
    top: 15px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background: var(--success-bg-color);
    color: #fff;
    font-size: 28px;
    z-index: 98;
}
a.back i {
    color: #fff;
}
textarea, select, input {
    border: 1px solid rgb(191, 191, 191);
    border-radius: 4px;
}
.ql-align-center {
    text-align: center;
}
.title-section {
    position: relative;
    color: #ffffff;
}
.carousel-inner{
    height: auto;
}
.entry-title,
.entry-title-rest {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.entry-title-rest {
    bottom: 20px;
}
.entry-subtitle {
    position: absolute;
    bottom: 44px;
    width: 100%;
    font-weight: 300;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 3px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sub-text {
    font-weight: 300;
    text-align: center;
    font-style: normal;
    font-size: 18px !important;
    line-height: 20px;
}
.open {
    font-weight: bold;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    color: #221c32;
}
.sub-open {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #000000;
}
.card-massage {
    position: relative;
    display: block;
    margin: 10px -5px;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-bottom: 3px;
    padding-top: 76%;
}
.card-massage > img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.card-massage h5,
.card-massage p {
    margin: 4px 4px 4px 5px;
}
.card-massage h5 {
    text-transform: uppercase;
    font-weight: 550;
    font-size: 1rem;
    line-height: 1.2rem;
	padding-top: 2%;
}
.card-massage p img {
    height: 1rem;
    margin-top: -2px;
}
.card-massage p {
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 1rem;
}
.fix-height-p {
    min-height: 20px;
}
.home-title {
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 3;
    color: #fff;
    padding-bottom: 30px;
    bottom: 0;
}
.home-title h1 {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 38px;
    letter-spacing: 3px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.home-title p {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 3px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.stay-green, .prestay-btn {
    background-color: var(--success-bg-color);
    text-transform: uppercase;
    height: 38px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    border: 1px solid var(--success-bg-color);
    font-weight: bold;
}
.row_padding{
    padding: 0 10px;
}
.row_padding .col-6{
    padding: 0 5px;
}
.no-padding{
    padding: 0 !important;
}
.stay-black{
    background-color: #1B1725;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    max-width: 660px;
    margin: auto;
    text-align: center;
    padding-top: 4px;
    /* letter-spacing: 0.019em; */
    letter-spacing: 0.15px;
    height: 48px;
    border: 0;
}
.stay-black.no-active{
    background-color: rgba(0, 0, 0, 0.35);
}
.reqs {
    display: block;
    position: absolute;
    left: 12px;
    top: 18px;
    background-color: #d8372c;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #d8372c;
    width: auto;
    text-align: center;
    letter-spacing: 0.025em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    z-index: 10000;
}
.reqs span {
    color: #fff !important;
}
.slider-container{
    width: 100%;
    display: flex;
    overflow-x: auto;
}
.slider-container::-webkit-scrollbar{
    width: 0;
}
.items{
    flex:1;
    white-space:nowrap;
    max-width: auto;
    padding: 0 15px;
    text-transform: uppercase;
    height: 48px;
    font-size: 15px;
    text-align: center;
    color: rgba(0, 0, 0, 0.35);
    border:none;
    background: #FFF;
    border-bottom: 1px solid rgb(215, 215, 215);
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 0.4px;
}
.items:focus {
    outline: none;
  }
.items.activ{
    color: #1B1725;
    border-bottom: 3px solid #1B1725;
    outline: none;
    padding-top: 3px;
}
.btn-filter {
    width: 50%;
    text-transform: uppercase;
    height: 48px;
    font-size: 15px;
    text-align: center;
    color: rgba(0, 0, 0, 0.35);
    /* color: #777; */
    border:none;
    background: #FFF;
    border-bottom: 1px solid rgb(215, 215, 215);
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 0.4px;
}
.btn-filter:focus {
    outline: none;
}
.btn-filter.activ {
    color: #1B1725;
    border-bottom: 3px solid #1B1725;
    outline: none;
}
#stay-green,
#btn-filter {
    padding: 10px 26px;
}
.stay-green, .prestay-btn {
    width: 100%;
    max-width: 650px;
    margin: auto;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.019em;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    height: 57px;
}

.scan_btn{
    height: unset;
}
.call_waiter_new, .your_orders_new{
    background-color: transparent;
    text-transform: uppercase;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #1B1725;
    border-radius: 4px;
    border: 1px solid #1B1725;
    letter-spacing: 0.15px;
    width: 100%;
}
.call_waiter_new.no-active{
    border: 1px solid rgba(0, 0, 0, 0.35);
    color:rgba(0, 0, 0, 0.35);
}
/* .your_orders {
    background-color: #2738a7;
    border: 1px solid #1d0975;
}
.call_waiter, .your_orders {
    width: 100%;
    max-width: 650px;
    margin: auto;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.019em;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    height: 57px;
} */
.stay-green img {
    position: absolute;
    top: 20px;
    left: 50px;
}
.stay_btn {
    /*margin-left: 90px;
    width: calc(100% - 90px);*/
    display: block;
}
.card-massage h5 img {
    width: 15px;
    height: 15px;
    margin-top: -3px;
}
.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
    mix-blend-mode: normal;
    opacity: 0.5;
}
.overlay_dark {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
    mix-blend-mode: normal;
    opacity: 0.8;
}
.o-repair {
    z-index: 0;
}
.card-repair{
    display: block;
    position: relative;
    margin: 10px -5px;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card-all {
    display: block;
    position: relative;
    margin: 10px -5px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    /*padding-bottom:15px;*/
    text-align: center;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  */
}
.card-all.no-image{
    padding-top:75%;
}

.card-repair.bathroom {
    background-image: url(/images/stone.jpg);
    background-size: contain;
}
.card-repair.badroom {
    background-image: url(/images/wood.jpg);
    background-size: contain;
}
.card-repair h5{
    margin: 7px;
}
.card-all h5 {
    margin: 7px;
}
.card-repair img {
    position: relative;
}
.card-repair h5{
    position: absolute;
    bottom: 5px;
    left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #ffffff;
    z-index: 3;
    width: calc(100% - 10px);
}
.card-all h5 {
    position: absolute;
    bottom: 15px;
    /* left: 5px; */
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 17px;
    line-height: 15px;
    font-weight: bold;
    color: #1B1725;
    z-index: 3;
    width: calc(100% - 10px);
}
.bell-consierge {
    height: 30px;
    margin-top: -5px;
    margin-right: 10px;
}
.modal-title {
    text-transform: uppercase;
}
html {
    overscroll-behavior: none;
}
.cart-category > .row {
    margin-bottom: 75px !important;
}
.black{
    background-color: #1B1725 !important;
}
.green {
    background-color: var(--success-bg-color) !important;
}
.green_new {
    background-color:green !important;
}
.green-text {
    color: var(--success-bg-color);
}
.blue {
    background-color: #379CFB !important;
}
.blue-text {
    color: #379CFB
}
.yellow {
    background-color: #f2a828 !important;
}
.red {
    background-color: #c1543a !important;
}
.red_new {
    background-color:rgb(187, 0, 0) !important;
}
.grey-text {
    color: #cbcbcb !important;
}
.white-text {
    color: #fff !important;
}
.grey {
    background-color: #f9f9f9 !important;
}
.cart-category .row,
.cart-category .col-12,
.cart-category .col-11,
.cart-category .col-10,
.cart-category .col-9,
.cart-category .col-8,
.cart-category .col-7,
.cart-category .col-6,
.cart-category .col-5,
.cart-category .col-4,
.cart-category .col-3,
.cart-category .col-2,
.cart-category .col-1,
.cart .row,
.cart .col-12,
.cart .col-11,
.cart .col-10,
.cart .col-9,
.cart .col-8,
.cart .col-7,
.cart .col-6,
.cart .col-5,
.cart .col-4,
.cart .col-3,
.cart .col-2,
.cart .col-1 {
    margin: 0;
    padding: 0;
}
.cart-all {
    display: block;
    position: relative;
    margin: 0px !important;
    overflow: hidden;
    margin-bottom:10px !important;
    /*border-radius: 7px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);*/
}
.title-holder {
    position: relative;
}

.title-text {
    text-align: left;
    font-size: 17px; /**/
    /* font-size: 1.1rem; */
    font-weight:600;
    letter-spacing: 0.15px;
}
.clearBoth {
    clear: both;
}
.sub-title{
    font-size: 14px;
    margin-top: 5px;
    padding-left: 1px;
    letter-spacing: 0.15px;
    margin-right: 60px;
}
.det .title,
.massi .title,
.res .title {
    padding: 0 5%;
    line-height: 2rem;
    display: block;
}
.cart-all .btn {
    color: #000 !important;
}
.cart-all .btn {
    border-radius: unset;
}
.category_baner {
    background-color: #ffffff;
    color: #080808;
    border-radius: 0px;
    padding: 6px !important;
    font-size: 1.25rem;
    font-weight: 600 !important;
    letter-spacing: 2.4px;
    border-left: 7px solid black;
    margin-left: 5px !important;
    text-align: left !important;
}
.cart-category{
    padding-left:5px !important;
    padding-right:5px !important;
}
        .design1 .title {
            padding: 0 10px;
            text-align: center;
            min-height: 40px;
            line-height: 40px;
        }
        .design2 {
            text-align: left;
            line-height: 40px;
        }
        .design1 .price {
            line-height: 40px;
        }
        .design2 .price {
            line-height: 40px;
        }
        .design3 .price {
            line-height: 40px;
        }
        .design3{
            width:100%;
            overflow: hidden;
        }
        .design3 .all_holder{
            width:140%;
            height:auto;
            position:relative;
            margin-left:0%;
            transition: margin-left 1s ease;
        }
        .design3 .title-holder,
        .design3 .desc-holder,
        .design3 .cart_item{
            width:28.5714%;
            margin-left:0%;
            float:left;
        }
        .design3 .desc-holder{
            position:absolute;
            top:0;
            bottom:0;
            width:42.8571%;
            left:29.5714%;
        }
        .design3 .cart_item{
            position:absolute;
            top:0;
            bottom:0;
            left:71.4285%;
            box-shadow: unset;
        }
        .design4{
            width:100%;
        }
        .design1 .title-text {
            text-align: left;
            line-height: 20px;
            padding: 5px 10px;
            font-size: 18px;
        }
        .design1 .price, .design2 .price{
            font-size: 1rem;
            line-height: 20px;
            font-weight: 600;
        }
        .design2 img {
            margin-top:10px;
            height: 40px;
        }
        .design3 .btn {
            -webkit-border-top-left-radius: 7px;
            -moz-border-radius-topleft: 7px;
            border-top-left-radius: 7px;
        }
        .design3 .foot {
            position: absolute;
            height: 40px;
            bottom: 10px;
            width: 100%;
            line-height: 40px;
            padding-left: 10px;
            padding-top: 6px;
        }
        .design1 .desc {
            color: #1B1725;
            padding-left: 5px;
        }
        .design1 .desc .title-text{
            padding: 0;
            font-size: 17px;
        }
        .design1 .desc .sub-title{
            font-weight: 500;
            margin-top: 4px;
        }
        .design3 .desc {
            line-height: 16px;
            position: absolute;
            top: 0;
            bottom: 40px;
            min-height: 75px;
            overflow: hidden;
            left: 0;
            width: 100%;
            font-size: 0.8rem;
        }
        .design1 .cart_item, .design2 .cart_item {
            margin: unset;
            box-shadow: unset;
        }
        .design1 .tools, .design2 .tools, .design3 .tools, .bottom_variations .tools{
            line-height: 40px;
        }
        /* .design3 .tools{
            padding-top: 30px;
        } */
        .design1 .qty, .design2 .qty {
            width: 70px;
            height: 40px;
            text-align: center;
            line-height: 38px;
            font-size: 1.3rem;
            border-radius: 4px;
            margin: 0 10px;
            border: 1px solid #E5E5E5;
        }
        .design3 .qty, .bottom_variations .qty{
            width: 54px;
            height: 40px;
            text-align: center;
            line-height: 38px;
            font-size: 1.3rem;
            border-radius: 4px;
            margin: 0 10px;
            border: 1px solid #E5E5E5;
        }
        .design1 .right-btn, .design2 .right-btn,
        .design3 .right-btn, .bottom_variations .right-btn{
            color: #000000;
            width:60px;
            height:42px;
            text-align:center !important;
            cursor:pointer;
            font-size: 1.5rem;
        }
        .design1 .left-btn, .design2 .left-btn,
        .design3 .left-btn, .bottom_variations .left-btn{
            width:60px;
            height:42px;
            color: rgba(0, 0, 0, 0.35);
            text-align:center !important;
            cursor:pointer;
            font-size: 1.5rem;
        }
        .design3 .price {
            width: 100%;
            /*text-align: center !important;
            background: var(--success-bg-color); */
            border-radius: 20px;
            color:#1B1725;
            padding-right:0;
            font-size: 1.1rem !important;
            font-weight: bold;
        }
        .design2 .price {
            padding-top: 5px;
        }
        .design3 .title-holder {
            border-radius: 5px;
            overflow: hidden;
        }
/* design change*/
        .withoutImg.design1 .title {
            padding: 0 10px;
            text-align: center;
            min-height: 40px;
            line-height: 40px;
        }
        .withoutImg.design2 {
            text-align: left;
            height: 70px;
            line-height: 40px;
        }
        .withoutImg.design1 .price {
            line-height: 40px;
        }
        .withoutImg.design2 .price {
            line-height: 50px;
        }
        .withoutImg.design3 .price {
            line-height: 40px;
        }
        .withoutImg.design3{
            width:100%;
            overflow: hidden;
        }
        .design1 .all_holder,
        .design2 .all_holder,
        .withoutImg.design3 .all_holder{
            width:100%;
            height:auto;
            position:relative;
            margin-left:0%;
            padding:2px;
        }
        .design1 .title-holder,
        .design1 .desc-holder,
        .design1 .cart_item,
        .design2 .title-holder,
        .design2 .desc-holder,
        .design2 .cart_item,
        .withoutImg.design3 .title-holder,
        .withoutImg.design3 .desc-holder{
            width:100%;
            margin-left:0%;
            float:left;
        }
        .design1 .desc-holder,
        .design2 .desc-holder,
        .withoutImg.design3 .desc-holder{
            width:100%;
            min-height: 102px;
            border: 1px solid #e8e8e8;
            position: relative;
            left:unset;
            top:unset;
            bottom:unset;
            margin-right: 22px;
            border-radius: 5px;
            box-shadow: 0 0 0px rgba(0, 0, 0, 0);
        }
        .design1 .cart_item,
        .design2 .cart_item,
        .design3 .cart_item,
        .bottom_variations .cart_item{
            position: absolute;
            top: 3px;
            bottom: unset;
            right: 5px;
            box-shadow: unset;
            left: unset;
            width: 42px;
            border-radius: 22px;
            background: #FFF;
            border: 0px solid #ccc;
            height: 100px;
            padding: 0 !important;
            margin: 0 !important;
        }
        .withoutImg.design4{
            width:100%;
        }
        .withoutImg.design1 .title-text {
            text-align: left;
            line-height: 20px;
            padding: 5px 10px;
            font-size: 18px;
        }
        .withoutImg.design1 .price,
        .withoutImg.design2 .price{
            font-size: 1rem;
            line-height: 20px;
            font-weight: 600;
        }
        .withoutImg.design2 img {
            height: 40px;
        }
        .withoutImg.design3 .btn {
            -webkit-border-top-left-radius: 7px;
            -moz-border-radius-topleft: 7px;
            border-top-left-radius: 7px;
        }
        .design1 .foot,
        .design2 .foot,
        .withoutImg.design3 .foot {
            height: 30px;
            width: 100%;
            line-height: 30px;
            padding-left: 10px;
            padding-top: 6px;
        }
        .withoutImg.design1 .desc {
            color: #1B1725;
            min-height: 80px;
            padding-left: 5px;
            overflow: unset;
        }
        .withoutImg.design1 .desc .title-text{
            padding: 0;
            font-size: 17px;
        }
        .withoutImg.design1 .desc .sub-title{
            font-weight: 500;
            margin-top: 4px;
        }
        .design1 .desc,
        .design2 .desc,
        .withoutImg.design3 .desc {
            line-height: 16px;
            overflow: unset;
            width: 100%;
            font-size: 0.8rem;
            position: relative;
            padding: 7px 50px 7px 7px;
        }
        .withoutImg.design1 .cart_item,
        .withoutImg.design2 .cart_item {
            margin: unset;
            box-shadow: unset;
        }
        .design1 .tools,
        .design2 .tools,
        .design3 .tools,
        .bottom_variations .tools{
            line-height: 40px;
        }
        /* .design3 .tools{
            padding-top: 30px;
        } */
        .design1 .qty,
        .design2 .qty,
        .design3 .qty,
        .bottom_variations .qty{
            width: 44px;
            height: 40px;
            text-align: center;
            line-height: 1rem;
            font-size: 1rem;
            border-radius: unset;
            margin: 0;
            border: unset;
        }
        .design1 .right-btn,
        .design2 .right-btn,
        .design3 .right-btn,
        .bottom_variations .right-btn{
            color: #ffffff;
            width: 35px;
            height: 35px;
            text-align: center !important;
            cursor: pointer;
            font-size: 17px;
            background-color: black;
            margin: 0px;
            border-radius: 50%;
        }
        .design1 .left-btn,
        .design2 .left-btn,
        .design3 .left-btn,
        .bottom_variations .left-btn{
            width: 35px;
            height: 35px;
            color: rgb(255 255 255);
            text-align: center !important;
            cursor: pointer;
            font-size: 18px;
            background-color: #d5d2d2;
            border-radius: 50%;
        }
        .withoutImg.design3 .price {
            width: 100%;
            /*text-align: center !important;
            background: var(--success-bg-color); */
            border-radius: 20px;
            color:#1B1725;
            padding-right:0;
            font-size: 1.1rem !important;
            font-weight: bold;
        }
        .withoutImg.design2 .price {
            padding-left:10px;
            padding-top: 5px;
        }
        .withoutImg.design3 .title-holder {
            border-radius: 5px;
            overflow: hidden;
        }
.varDesign {
    padding-bottom: 80px !important;
}
.variations {
    position: relative;
    width: 100%;
}
.withoutImg.varDesign{
    padding-bottom: unset !important;
}
.withoutImg.varDesign .desc-holder{
    padding-bottom:100px;
    width:100%;
}
.variations{
    position: relative;
    width: 100%;
}
.withoutImg.varDesign .variations{
    bottom:-80px;
}
.variation, .variation_inner {
    position: absolute;
    left: 3%;
    bottom: -77px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    width: 30%;
    height: 77px;
    background: black;
    color: #FFF;
    line-height: 38px;
}
.withoutImg.varDesign .variation{
    bottom: -100px;
    height: 100px;
    line-height: 50px;
    padding-right: 25px;
}
.variation-price{
    font-size: 20px;
    font-weight: 600;
}
.variation .cart_item, .variation_inner .cart_item{
    top:0;
    right: -22px;
}
.design4-btn{
    position:absolute;
    top:20px;
    right:10px;
    border-radius:50%;
    border:1px solid #ccc;
    width:44px;
    height:44px;
    line-height:44px;
    color:#1B1725;
    text-align: center;
    background: #fff;
}
.details_design1 .detHolder {
    left: 10%;
    top: 10vh;
    top: calc(var(--vh, 1vh) * 10);
    position: absolute;
    width: 80%;
    height: 80vh;
    height: calc(var(--vh, 1vh) * 80);
    background: #fff;
}
.details_design1 .desc-holder {
    height: calc(80vh - 136px);
    height: calc(var(--vh, 1vh) * 80 - 136px);
}

.all_holder.open_tools{
    margin-left:-40%;
    transition: margin-left 1s ease;
}
.desc-holder {
    position: relative;
}
.allergens{
    font-size: 14px;
    font-weight: 300;
    padding: 0 8px;
    margin-left: 14px;
    border: 1px solid black;
    border-radius: 16px;
    margin-right:60px;
}
.reverse_cart_item{
    flex-direction: column-reverse;
    justify-content: center;
    height: calc(1rem + 80px);
    padding: 2px 0;
}
.horizontal .tools{
    flex-direction: row;
    height:40px;
}
.cart_item.horizontal {
    width: 100px;
    height: 42px;
}
.cart_item.horizontal {
    top: unset;
    bottom: 0px;
}
.horizontal .qty{
    width: 30px !important;
    /* line-height: 40px; */
    line-height: unset;
}
.reverse_cart_item .qty{
    width: 35px !important;
	padding-top: 5px;
}
.det.details_design1 {
    background: rgba(0, 0, 0, 0.55);
}
.course_order{
    border-top: 1px solid #ccc;
    margin-top: 10px;
    position: relative;
    padding-top: 10px;
}
.course_order_name {
    font-size: 14px;
    color: #BAA1F6;
    position: absolute;
    top: -10px;
    background: #FFF;
    padding: 0 15px;
    left: 50px;
    display: block;
}

.cart {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    background: #cbcbcb;
    z-index: 99;
    max-width: 680px;
}
.cart_close {
    top: calc(100vh - 80px);
    top: calc(var(--vh, 1vh) * 100 - 80px);
    -webkit-transition: top 2s;
    transition: top 2s;
}
.cart_hide {
    top: 100vh;
    top: calc(var(--vh, 1vh) * 100);
    -webkit-transition: top 2s;
    transition: top 2s;
}
.cart_open {
    top: 0;
    -webkit-transition: top 2s;
    transition: top 2s;
}
.cart-toggler {
    position: relative;
    color: #fff;
    background: #1B1725;
    line-height: 23px;
    height: 80px;
    position:relative;
    box-shadow: 0 -2px 2px rgba(0,0,0,.2);
}
.cart_text{
    width:100%;
    /* height:90px; */
    padding:15px 30px !important;
    margin-right:120px;
    text-align: left;
}
.cart_text .total_price{
    font-size: unset;
}
.cart_icon{
    /* position:absolute;
    right:0;
    top:10px;
    width:80px;
    height:80px;
    text-align: center; */
    padding:10px 25px 0 0 !important;
}

.cart-toggler i {
    font-size:30px;
    margin-bottom:7px;
}
.cart_header {
    /* color: rgb(94, 94, 94); */
    color: #1B1725;
    height: 26px;
    line-height: 30px;
    font-size: 0.9rem;
    padding: 0 !important;
    background: #FFF;
}
.cart_header div,
.cart_item {
    padding: 0 5px !important;
}
.cart_item {
    margin: 5px -5px !important;
    background: #fff;
}
.cart_item_data {
    min-height: 20px;
    line-height: 20px;
    padding: 5px 0 !important;
}
.cart_item_data .btn {
    padding-top: 0;
    padding-bottom: 0;
}
.cart_addons_holder {
    min-height: 25px;
    line-height: 25px;
    color: #cbcbcb;
}
.tools {
    overflow: hidden;
    line-height: 50px;
}
.tools_opener .fa-edit,
.tools_opener .fa-times {
    font-size: 1.4rem;
    color: var(--success-bg-color);
}
.tools_opener .fa-times {
    color: rgb(95, 95, 95);
}
.btn-tool {
    width: 45px;
    margin-bottom: 5px;
    height: 45px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #1B1725;
    border-radius: 5px;
}
.close_tools {
    height: 0;
    -webkit-transition: height 1s;
    transition: height 1s;
}
.open_tools {
    height: 50px;
    -webkit-transition: height 1s;
    transition: height 1s;
}
.cart_contents {
    padding: 0 10px !important;
    overflow-y: auto;
    border-bottom: 1px solid #fff;
    background: rgb(255, 255, 255);
}
.cart_contents_comm {
    height: calc(100vh - 306px);
    height: calc(var(--vh, 1vh) * 100 - 306px);
    -webkit-transition: height 1s;
    transition: height 1s;
}
.cart_contents_nocomm {
    height: calc(100vh - 226px);
    height: calc(var(--vh, 1vh) * 100 - 226px);
    -webkit-transition: height 1s;
    transition: height 1s;
}
.cart_contents_comm.with_payment {
    height: calc(100vh - 356px);
    height: calc(var(--vh, 1vh) * 100 - 356px);
    -webkit-transition: height 1s;
    transition: height 1s;
}
.cart_contents_nocomm.with_payment {
    height: calc(100vh - 286px);
    height: calc(var(--vh, 1vh) * 100 - 286px);
    -webkit-transition: height 1s;
    transition: height 1s;
}
.comm_toggler a,
.comm_toggler a:hover,
.comm_toggler a:visited {
    color: rgb(94, 94, 94);
}
.comm_toggler a{
    border: 1px solid black;
    background-color: white;
    padding: 6px;
    border-radius: 4px;
}
.cart_comment {
    overflow: hidden;
    width: 100% !important;
    padding: 0 12px !important;
}
.cart_comment textarea {
    padding: 0 5px;
    width: 100%;
    margin: 10px 0px;
    background-color: #fff;
    border: none;
}
.cart_comment_close {
    height: 0;
    -webkit-transition: height 1s;
    transition: height 1s;
}
.cart_comment_open {
    height: 80px;
    -webkit-transition: height 1s;
    transition: height 1s;
}
.cart-tools .btn {
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    height: 44px;
    line-height: 44px;
    margin: 3px 50px;
    padding: 0 30px;
}
/*.desc-holder .price {
    margin: 15px auto;
}*/
.cart-all .price {
    display: block;
}
.cart_contents .price_one {
    display: block;
}
.addons_holder {
    margin-top: -10px !important;
}
.addons_holder .small {
    display: inline;
}
.menu_scroll {
    position: fixed;
    z-index: 10;
    top: 60px;
    height: 60px;
    left: 0;
    right: 0;
    max-width: 680px;
    margin:0 auto;
}

@media only screen and (max-width: 600px) {
    /* .cart-all .price,
    .cart-all .title {
        font-size: 0.8rem;
    } */
    .price_one,
    .addons_holder .small,
    .cart_item_data strong{
        font-size: 0.8rem;
    }
    .total_price {
        font-size: 17px;
    }
    .cart-tools .btn {
        margin: 3px 10px;
        padding: 0 20px;
    }
    .price_one, .cart_item_data strong{
        font-size: 14px;
        color: #1B1725;
    }
}
@media only screen and (max-width: 400px) {
    .tools2 {
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.06);
    }
    .cart-tools .btn {
        margin: 3px 10px;
        padding: 0 7px !important;
    }
    .design3 .desc, .design4 .desc {
        padding: 0 15px 4px 5px;
    }
    .title-text {
        font-size: 13px;
    }
    .sub-title {
        font-size: 14px;
        margin-top: 2px;
        padding-left: 1px;
        letter-spacing: 0.05px;
    }
    .text-left .price{
        font-size: 13px;
    }
}
.cart-tools {
    height: 50px;
}
.cart-tools.with_payment {
    height: 100px;
}
.select_payment {
    width: 100%;
    padding: 5px 10px 0 10px;
    max-height: 50px;
    height: 50px;
}
.cart_footer {
    height: 60px;
    line-height: 30px;
    font-size: 1rem;
    padding: 5px 10px 0 !important;
}
.comm_toggler {
    padding: 2px 12px !important;
    height: 32px;
}
.cart_footer {
    height: 30px;
    line-height: 30px;
}
.fa-comment{
    margin-right: 5px;
}
.total_price {
    padding-right: 10px;
}
.det,
.massi,
.res {
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 101;
    background-color: #fff;
    position: fixed;
}

.holder_addons {
    top: calc(25vh-48px);
    top: calc(var(--vh, 1vh) * 25 - 48px);
    left: 5%;
    width: 90%;
    height: calc(50vh + 96px);
    height: calc(var(--vh, 1vh) * 50 + 96px);
    z-index: 104;
    background: #FFF;
    position: absolute;
}
.addons {
    bottom: 0;
    width: 100%;
    height: calc(100vh);
    height: calc(var(--vh, 1vh) * 100);
    z-index: 103;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    backdrop-filter: blur(3px);
}
.addons_checks {
    width: 100%;
    height: calc(50vh);
    height: calc(var(--vh, 1vh) * 50);
    padding: 15px;
    overflow-x: auto;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
.custom-checkbox {
    margin: 25px 15px;
}
.det_close,
.ser_close,
.popup_close,
.mass_close,
.massi_close,
.allergen_close,
.addons_close,
.cart-action_close,
.cart-actions_close,
.course_order_list_close,
.res_close,
.split_order_close,
.order_details_close,
.pay_order_info_close,
.pay_order_close,
.firm_data_close,
.tip_close,
.prestayForm_close,
.prestayForm2_close,
.prestayForm3_close,
.prestayInfo_close,
.guestCards_close,
.mrzInfo_close,
.prestayPopup_close,
.share_close,
.share2_close {
    left: 100%;
    -webkit-transition: left 1s;
    transition: left 1s;
}
.popup_close {
    background-color: rgba(0, 0, 0, 0.01);
}
.det_open,
.ser_open,
.popup_open,
.mass_open,
.massi_open,
.allergen_open,
.cart-action_open,
.cart-actions_open,
.course_order_list_open,
.addons_open,
.res_open,
.split_order_open,
.order_details_open,
.firm_data_open,
.pay_order_open,
.pay_order_info_open,
.tip_open,
.prestayForm_open,
.prestayForm2_open,
.prestayForm3_open,
.prestayInfo_open,
.guestCards_open,
.mrzInfo_open,
.prestayPopup_open,
.share_open,
.share2_open {
    left: 0%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.popup_open {
    background-color: rgba(0, 0, 0, 0.45);
}
.close_holder,
.close_addons {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 44px;
    height: 44px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 44px;
    font-size: 2rem;
    z-index: 102;
}
.firm_data_btn {
    background: #FFF;
    height: 55px;
    line-height: 55px;
    margin: 10px 15px;
    text-align: center;
    color: #000;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid #000;
}
.close_addons {
    top: 0;
    z-index: 104;
    color: #1B1725;
}
.close_holder i,
.close_addons i {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.cart-action.close_holder i{
    color: black;
}
.header_addons {
    position: relative;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 1.2rem;
    font-weight: 600;
}
.fa-plus-circle{
    margin-left: 22px;
    margin-right: 12px;
}

/*.det .img-holder{
    position:relative;
    overflow: hidden;
    height: 25vh;
    height:calc(var(--vh, 1vh) * 25);
}
.details_design2 .img-holder{
    height: 35vh;
    height:calc(var(--vh, 1vh) * 35);
}
.details_design2 .blury{
    width:100%;
    top:17.5vh;
    top: calc(var(--vh, 1vh) * 17.5);
    margin-top:-35.295%;
    position:absolute;
    filter: blur(20px);
}
.details_design3 .blury, .details_design4 .blury{
    width:100%;
    top:12.5vh;
    top: calc(var(--vh, 1vh) * 12.5);
    margin-top:-35.295%;
    position:absolute;
    filter: blur(20px);
}
.details_design2 .maxHeight{
    width:auto;
    max-height:35vh;
    max-height: calc(var(--vh, 1vh) * 35);
    top:0;
    left:50%;
    margin-left:-24.79vh;
    margin-left: calc(var(--vh, 1vh) * -24.79);
    position:absolute;
}
.details_design3 .maxHeight, .details_design4 .maxHeight{
    width:auto;
    max-height:25vh;
    max-height: calc(var(--vh, 1vh) * 25);
    top:0;
    left:50%;
    margin-left:-17.71vh;
    margin-left: calc(var(--vh, 1vh) * -17.71);
    position:absolute;
}*/
.ser2 .img-holder,
.massi .img-holder {
    height: 35vh;
    height: calc(var(--vh, 1vh) * 35);
    overflow: hidden;
    position: relative;
}
.ser2 .blury,
.massi .blury {
    width: 100%;
    top: 17.5vh;
    top: calc(var(--vh, 1vh) * 17.5);
    margin-top: -35.295%;
    position: absolute;
    filter: blur(20px);
}
.ser2 .desc {
    height: 65vh - 65px;
    height: calc(var(--vh, 1vh) * 65 - 65px);
}
.ser2 .maxHeight,
.massi .maxHeight {
    width: auto;
    max-height: 35vh;
    max-height: calc(var(--vh, 1vh) * 35);
    top: 0;
    left: 50%;
    margin-left: -24.79vh;
    margin-left: calc(var(--vh, 1vh) * -24.79);
    position: absolute;
}
.det .desc-holder {
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 136px);
    height: calc(var(--vh, 1vh) * 100 - 136px);
}
.details_design2 .desc-holder {
    height: calc(100vh - 136px);
    height: calc(var(--vh, 1vh) * 100 - 136px);
}
.massi .desc-holder {
    width: 100%;
    overflow-y: auto;
    position: relative;
    height: calc(65vh - 65px);
    height: calc(var(--vh, 1vh) * 65 - 65px);
}
.ser2 .desc-holder {
    width: 100%;
    overflow-y: auto;
    position: relative;
    height: calc(100vh - 65px);
    height: calc(var(--vh, 1vh) * 100 - 65px);
}
.details_design4 .desc-holder {
    height: calc(100vh - 52px);
    height: calc(var(--vh, 1vh) * 100 - 75px);
}
.details_design5 .desc-holder {
    height: calc(100vh - 166px);
    height: calc(var(--vh, 1vh) * 100 - 166px);
}
.bottom_variations {
    height: 115px;
    padding-top: 10px;
}
.details_design6 .variation, .variation_inner{
    bottom:5px;
}
.det .design-img {
    width: 100%;
    border-radius: 18px;
    padding: 10px;
}
.det .title,
.massi .title {
    font-size: 1.3rem;
}
.det .price{
    font-size: 17px;
}
.det .tools,
.massi .tools,
.res .tools {
    height: 80px;
    padding: 12px 0;
}
.det .tools .left-btn,
.det .tools .right-btn {
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 2rem;
}
.det .tools .left-btn {
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
}
.det .tools .right-btn {
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
}

.fa-minus, .fa-plus{
    font-weight: bold;
}
.fas{
    font-size: 22px;
}
.qty {
    width: 100px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 1.3rem;
    margin: 0 10px;
    color: rgba(0, 0, 0, 0.35);
}
.active-qty{
    width: 100px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 1.3rem;
    margin: 0 10px;
    border: 1px solid #E5E5E5;
    color: #000000;
    font-weight: bold;
}
.footer_ser,
.ser,
.ser2,
.mass,
.prestayForm,
.prestayForm2,
.prestayForm3,
.prestayInfo,
.guestCards,
.mrzInfo,
.prestayPopup,
.share,
.share2 {
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 101;
    background-color: #fff;
    position: fixed;
}
.popup_content {
    top: 100px;
    width: calc(100vw - 100px);
    height: calc(100vh - 200px);
    height: calc(var(--vh, 1vh) * 100 - 200px);
    z-index: 101;
    left: 50px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
}
.popup {
    top: 0;
    width: calc(100vw);
    height: calc(100vh);
    height: calc(var(--vh, 1vh) * 100);
    z-index: 101;
    position: fixed;
}
.footer_ser .title-holder,
.ser .title-holder,
.mass .title-holder {
    position: relative;
    overflow: hidden;
    height: 25vh;
    height: calc(var(--vh, 1vh) * 25);
}
.popup .title-holder {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 260px);
    height: calc(var(--vh, 1vh) * 100 - 260px);
    top: 70px;
}
.popup .tools2,
.ser2 .tools2 {
    height: 65px;
    color: #fff;
    width: 100%;
}
.popup .tools2 {
    position: absolute;
    bottom: 0;
    z-index: 100000;
}
.mass .title-holder {
    height: 100px;
}
.mass .holder {
    height: calc(100vh - 150px);
    height: calc(var(--vw, 1vh) * 100 - 150px);
}
.mass .holder,
.mass .second_fields {
    position: relative;
    height: calc(100vh - 150px);
    height: calc(var(--vh, 1vh) * 100 - 150px);
}
.mass .second_fields {
    padding-top: calc(((100vh - 150px) - 350px) / 2);
    padding-top: calc(((var(--vh, 1vh) * 100 - 150px) - 350px) / 2);
    overflow-y: scroll;
}
.datepicker_input {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #000;
}
.footer_ser .inputs,
.ser .inputs,
.mass .inputs {
    position: relative;
    overflow-y: auto;
    height: calc(75vh - 66px);
    height: calc(var(--vh, 1vh) * 75 - 66px);
    overflow-y: auto;
}
.mass .inputs {
    height: calc(75vh - 66px);
    height: calc(var(--vh, 1vh) * 75 - 66px);
}
.footer_ser .title,
.ser .title,
.ser2 .title,
.mass .title,
.mass .title_sub,
.mass .title_termin {
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}
.ser .title,
.footer_ser .title {
    bottom: 40px;
}
.ser .price,
.footer_ser .price {
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}
.mass .title_termin {
    color: #fff;
    display: block;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}
.mass .title_termin::before {
    content: "";
    width: 300px;
    height: 40px;
    top: -5px;
    left: 0;
    position: absolute;
    background: #f2a828;
    transform: skewX(-20deg);
    z-index: -1;
}
.mass .title {
    bottom: 40px;
}
.mass .title_sub,
.mass .title_termin {
    font-size: 1.1rem;
}
.krug0 {
    display: none;
}
#allergen,
.cart-action,
.cart-actions,
.course_order_list,
.split_order,
.order_details,
.pay_order_info,
.pay_order,
.firm_data,
.tip {
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 101;
    background-color: #fff;
    position: fixed;
}
.course_order_list {
    z-index: 102;
}
#allergen .title-holder {
    position: relative;
    overflow: hidden;
    height: 25vh;
    height: calc(var(--vh, 1vh) * 25);
}
.cart-action .title-holder,
.course_order_list .title-holder,
.cart-actions .title-holder,
.split_order .title-holder,
.order_details .title-holder,
.pay_order_info .title-holder,
.firm_data .title-holder,
.pay_order .title-holder,
.tip .title-holder {
    position: relative;
    overflow: hidden;
    height: 66px;
}
.course_order_list .title-holder{
    height: 144px;

}
#share_link{
    margin:10px 0;
    text-align:center;
}
.text-cart_action,
.text-split_order,
.text-order_details,
.text-pay_order,
.text-pay_order_info,
.text-firm_data,
.text-tip {
    position: relative;
    width: calc(100vw - 30px);
    width: calc(var(--vw, 1vw) * 100 - 30px);
    margin:0 15px;
    padding: 5px 0;
    height: calc(100vh - 132px);
    height: calc(var(--vh, 1vh) * 100 - 132px);
    overflow-y: auto;
    overflow-x: hidden;
}
.tools2 {
    padding: 10px 0;
}
.bottom_variations.justify-content-around {
    -ms-flex-pack: unset !important;
    justify-content: unset !important;
}
.bottom_variations{
    position:relative;
}
.text-order_details{
    height: calc(100vh - 162px);
    height: calc(var(--vh, 1vh) * 100 - 162px);
}
.order_details_bottom{
    height: 29px;
    line-height: 29px;
    /* text-align: right; */
    font-size: 18px !important;
    padding-top: 15px !important;
    font-weight: 400;
    margin: 0 15px;
    border-top: 1px solid #E5E5E5;
}
.course_order_list  .text-cart_action{
    height: calc(100vh - 200px);
    height: calc(var(--vh, 1vh) * 100 - 200px);
}

#allergen .inputs{
    position: relative;
    overflow-y: auto;
    height: calc(75vh - 66px);
    height: calc(var(--vh, 1vh) * 75 - 66px);
    overflow-y: auto;
}
#allergen .title,
.cart-action .title,
.cart-actions .title,
.course_order_list .title,
.split_order .title,
.pay_order .title,
.firm_data .title,
.tip .title {
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}
.cart-action .title{
    bottom: -10px;
}
.pay_order .title, .tip .title{
    font-size: 1.3rem;
}
.text-info {
    margin: 20px 3%;
    width: 94%;
    text-align: center;
    font-size: 1.2rem;
}
.allergen_letter {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #FFF;
    background: #bb1010;
    text-align: center;
    line-height: 20px;
    border: 1px solid #bb1010;
}
.firm_data_body input {
    width: 90%;
    margin: 10px 4%;
    height: 45px;
    line-height: 45px;
}
.allergen_item {
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    border: 1px solid #bb1010;
    padding: 0 5px 0 25px;
    position: relative;
    color: #bb1010;
    margin-right: 5px;
}
.filter_img {
    height: 20px;
    margin-right: 7px;
    position: relative;
    margin-left: 8px;
}
.filter_item{
    padding-bottom:7px;
}
#email,
#footer_email,
#places,
#on_name,
#comment,
#footer_comment,
#intern_service,
.room_no,
.file {
    width: 94%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin: 0 3%;
}
.phone{
    background-color: #f9f9fd;
    color: #1a1818;
    border-radius: 8px;
    border: solid 1px #e1e9e1;
}
.h3{
    width: 75%;
    color: #563f3f;
    border-bottom: solid 2px #06d106;
    text-align: left !important;
    text-transform: uppercase;
    font-weight: bold !important;
    
}
.h2{
    margin: 20px auto 15px auto;
    font-size: 1.2rem;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #292936;
    background: #06d1062b;
    border-radius: 59px 0px 81px 0px;
    margin-left: 25px;
    margin-right: 25px;
}

#email,
#footer_email,
#places,
#on_name,
.room_no,
#comment,
#footer_comment {
    border: -0.5px solid;
    background: #ffffff;
}
.label_holder {
    width: 94%;
    margin: 10px 3% 0 3%;
    line-height: 1.5rem;
    font-size: 1rem;
}
#comment, #footer_comment {
    height: 140px;
}
.hidden {
    display: none !important;
}
.desc {
    padding: 4px 6px 10px 10px;
    overflow-y: auto;
}
.desc_close {
    overflow-y: hidden;
    height: 0;
    -webkit-transition: height 1s;
    transition: height 1s;
}
.desc_open {
    overflow-y: auto;
    height: calc(75vh - 80px);
    height: calc(var(--vh, 1vh) * 75 - 80px);
    -webkit-transition: height 1s;
    transition: height 1s;
}
.tools_addons {
    padding: 5px 15px;
    height: 52px;
}
.addons_checkbox label {
    width: calc(100% - 60px);
    color:#1B1725;
    font-weight: 600;
    letter-spacing: 0.15px;
    padding: 0 5px;
    margin-right:60px;
}
.addons_checkbox label span {
    position: absolute;
    right: -60px;
    color:#1B1725;
    font-weight: 600;
    letter-spacing: 0.15px;
}
.custom-control-label::before, .custom-control-label::after{
    height: 20px !important;
    width: 20px !important;
    border-radius: 0 !important;
    top:0.08rem !important;
    left:-2rem !important;
    border: 1px solid rgba(0, 0, 0, 0.54);
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: transparent !important;
    background-color: transparent !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-color: #000000;

}

/* .addons_checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  } */
#btn-filter {
    margin-bottom: 8px;
}

/* .design1 .left-btn, .design1 .right-btn,
.design2 .left-btn, .design2 .right-btn,
.design3 .left-btn, .design3 .right-btn{
    width:60px;
    height:40px;
    text-align:center !important;
    cursor:pointer;
    font-size: 1.5rem;
}*/
.left-btn .fas, .right-btn .fas{
    line-height: 35px;
}
.title-holder .price{
    color:rgb(187, 0, 0);
    text-align: center;
}
.card-all h5 {
    width: calc(100% - 10px);
}

.req_price {
    float: right;
    display: block;
    position: absolute;
    right: 7px;
    top: 5px;
}
.card-repair .req_price{
    top:5px;
    right:8px;
    padding:3px 8px;
    border-radius: 3px;
    background: #000;
    color:#FFF;
    font-weight: 400;
    font-size: 15px;
}
.whatsapp{
    background-color: #4ac95900;
    border-radius: 8px;
    max-width: 400px;
    margin: 0 auto;
    color: #4ac95900;
    max-height: 47px !important;
    background-image:url(/images/FrameWAP.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-color: #4ac959;
    padding-left: 70px !important;
    overflow: hidden;
}
.keysOpener {
    border: 1px solid #ccc;
    border-radius: 16px;
    height: 44px;
    line-height: 44px;
}

.searchServices{
    border-radius: 23px;
    width:90%;
    max-width: 400px;
    height: 47px !important;
    padding-left: 40px;
    color: #1a1818;
    border: solid 1px #e1e9e1;
    margin: 0 auto;
    position: relative;
}

.searchServices::after {
    content: "\f002"; /* Unicode for Font Awesome search icon */
    font-family: "Font Awesome 5 Free"; /* Specify the Font Awesome font family */
    font-weight: 900; /* Font weight for solid icons */
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #1a1818;
}



.viber {
    background-color: #59267c;
    border-radius:8px;
    max-width:100%;
    margin: 0 auto;
    max-height:47px !important;
    color: #4ac95900;
    background-image:url(/images/Viber.png);
    background-repeat:no-repeat;
    background-position:center left;
    padding-left: 70px !important;
}

.phone{
    background-color: #f9f9fd;
    color: #1a1818;
    border-radius: 8px;
    border: solid 1px #e1e9e1;
    max-width: 400px;
    margin: 0 auto;
    background-image: url(/images/phone.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 70px !important;
}

.link_with_caption{
    color: #FFF;
    background-color: rgb(236, 236, 241);
    border: 1px solid rgb(213, 192, 192);
    border-radius: 5px;
}

.course_order_list_item{
    background: #1B1725;
    height: 55px;
    line-height: 55px;
    margin: 10px 15px;
    text-align: center;
    color: white;
    font-size: 18px;
    border-radius: 4px;
}
.course_order_list_item:hover{
    cursor:pointer;
}
.split_order_body
{
  padding: 15px;
}
.cartTitle{
    width: calc(100vw - 135px);
    width: calc(var(--vw, 1vw) * 100 - 135px);
}
.reorder.course_order{
    margin-top:25px;
}
.reorder .cart_item_data{
    clear:both;
}
.reorder .cartTitle{
    width: calc(100vw - 165px);
    width: calc(var(--vw, 1vw) * 100 - 165px);
    float:left;
}
.reorder .cartPrice{
    float:left;
}
.reorder .cartAction{
    float:left;
}
.cartPrice{
    width: 110px;
}
.cartAction{
    width: 45px;
}

.cartTitle.addon_item {
  width: calc(var(--vw, 1vw) * 100 - 156px);
}
.cart_header .cartTitle {
    padding: 0 5px !important;
    width: calc(var(--vw, 1vw) * 100 - 157px);
}
.tools5 .variation_inner {
    height: 100px;
    margin-top: 15px;
    line-height: 35px;
    padding-right: 25px;
}
.left-btn.active {
    background: #000;
}
.container{
    background: var(--container-background-color);
}
.container.menuTopHolder{
    background: transparent;
}
.menuTopHolder::before{
    background: var(--container-background-color);
}
.uploadedImageHolder{
    padding:100px 0 0 0;
}
.uploadedImg{
    width:100px;
    display:block;
    margin:10px auto;
    border:1px #a6a6a6 solid;
}

button[disabled="disabled"], button[disabled=""] {
    pointer-events: none; /* Disable button clicks */
    opacity: 0.7;
    position:relative;
}

.spinnerIcon {
    display: none !important;
    position: absolute;
    left: 10%;
    animation: spin 0.6s linear infinite;
}

.chat_submit_message .spinnerIcon{
    left: 0;
}

.green_new .spinnerIcon {
    left: calc(50% - 10px);
    top: 10px;
}
.green_new[disabled="disabled"], .green_new[disabled=""] {
    color: transparent !important;
}

.chat_submit_message{
    background-color: transparent;
    border:none;
}

button[disabled="disabled"] .spinnerIcon, button[disabled=""] .spinnerIcon {
    display: inline-block !important;
}

 button.chat_submit_message[disabled="disabled"] .spinnerIcon,  button.chat_submit_message[disabled=""] .spinnerIcon {
    position:fixed;
    right:20px;
    bottom:20px;
    left:unset;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


@media (min-width: 680px){
    .cart_header .cartTitle {
        padding: 0 5px !important;
        width: calc(100% - 157px);
    }
    .cartTitle.addon_item{
        width: 524px;
    }
    .cart{
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
}
@media (max-width: 680px) {
    .design3 .title-text, .design3 .sub-title{
        font-size: 14px;
    }
    .design3 .desc{
        padding: 0 0 4px 1px !important;
        line-height: 18px;
    }
    .design3 .foot {
        padding:0;
        position: absolute;
        height: 20px;
        bottom: 0px;
        width: 100%;
        line-height: 20px;
    }
    .design3 .price{
        font-size: 18px;
        line-height: 20px;
        padding-top:3px;
    }
    .filter_img {
        height: 18px;
        margin-right: 4px;
        margin-left: 0px;
    }
}
@media (max-width: 420px) {
    .design1 .title-text {
        padding: 5px 0;
        font-size: 1.2rem;
    }
    /* .design2 .price {
        padding-left: 0;
    } */
        /* .design3 .foot, .design4 .foot {
        height: 30px;
        line-height: 30px;
        padding-left: 5px;
    } */
    .design4 .foot {
        height: 30px;
        line-height: 30px;
        padding-left: 5px;
    }
    .design3 .desc, .design4 .desc {
        bottom: 30px;
    }
    /* .design3 .price {
        font-size:1.1rem !important;
        font-weight:normal !important;
        line-height: 30px;
        border-radius: 15px;
    } */
	.h3{
        width: 75%;
        color: #563f3f;
        border-bottom: solid 2px #06d106;
		text-align: left !important;
		text-transform: uppercase;
		font-weight: bold !important;
	}
	.h2{
        margin: 20px auto 15px auto;
        font-size: 1.2rem;
        font-weight: 500 !important;
        text-transform: uppercase;
        color: #292936;
        background: #06d1062b;
        border-radius: 59px 0px 81px 0px;
        margin-left: 25px;
        margin-right: 25px;
	}
	.whatsapp{
        border-radius: 8px;
        max-width: 100%;
		max-height: 47px !important;
		background-image: url(/images/WhatsApp.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 30px;
        background-color: #4ac959;
        overflow: hidden;
	}
    .viber {
        background-color: #59267c;
        border-radius:8px;
        max-width:100%;
        max-height:47px !important;
        background-image:url(/images/Viber.png);
        background-repeat:no-repeat;
        background-position:center left;
        padding-left: 30px;
    }
    .phone{
	    background-color: #f9f9fd;
        color: #1a1818;
        border-radius: 8px;
        max-width: 100%;
        border: solid 1px #e1e9e1;
		background-image: url(/images/phone.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 30px;
	}
	.link_with_caption{
	    color: #FFF;
        border-radius: 8px;
	}
	.button{
	    background-color: green;
		padding-top: 6px !important;
		margin-top: 4px;
		border-radius: 8px;
		color: white;
		text-transform: uppercase;
		font-size: x-large !important;
	}
    .cart_text{
        padding:10px 5px;
    }
    .menu {
        padding: 10px 5px;
    }
    .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
        width: calc(100% - 20px) !important;
    }
    body{
        width:100%;
    }
    .design3 .title-text, .design3 .sub-title{
        font-size: 14px;
    }
    .design3 .desc{
        padding: 0 0 4px 1px !important;
        line-height: 18px;
    }
    .design3 .foot {
        padding:0;
        position: absolute;
        height: 20px;
        bottom: 0px;
        width: 100%;
        line-height: 20px;
    }
    .design3 .price{
        font-size: 18px;
        line-height: 20px;
        padding-top:3px;
    }
    .filter_img {
        height: 18px;
        margin-right: 4px;
        margin-left: 0px;
    }
}
@media (min-width: 640px) {
    .title-text{
        font-size: 20px;
    }
    .sub-title{
        font-size: 17px;
        margin-top: 10px;
        line-height: 1.4rem;
    }
    .design3 .price{
        font-size: 1.3rem !important;
    }
    .allergens{
        font-size: 17px;
    }
    .items{
        font-size: 17px;
        height:52px;
    }
    .order_details_bottom{
        font-size: 21px !important;
    }
    .btn-filter {
        font-size: 17px;
    }
}
@media only screen and (max-width: 400px) {
    .card-repair h5{
        font-size: 13px;
        font-weight: 400;
    }
    .card-repair .req_price{
        top:4px;
        right:4px;
        padding:2px 5px;
        border-radius: 3px;
        font-weight: 400;
        font-size: 13px;
    }
    .overlay {
        height: 50%;
        opacity: 0.9;
    }
    .design3 .title-text, .design3 .sub-title{
        font-size: 14px;
    }
    .design3 .desc{
        padding: 0 0 4px 1px !important;
        line-height: 18px;
    }
    .design3 .foot {
        padding:0;
        position: absolute;
        height: 20px;
        bottom: 0px;
        width: 100%;
        line-height: 20px;
    }
    .design3 .price{
        font-size: 18px;
        line-height: 20px;
        padding-top:3px;
    }
    .filter_img {
        height: 18px;
        margin-right: 4px;
        position: relative;
        margin-left: 0px;
    }
}
@media (max-width: 375px) {
    .design3 .price{
        font-size: 1rem !important;
        padding-top: 4px;
    }
    .allergens{
        font-size: 12px;
    }
    .sub-title{
        font-size: 13px;
    }
    .design3 .foot {
        padding-top: 7px;
    }
    .container{
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-left: 0;
        margin-right: 0; 
        width: calc(100% - 10px) !important;
    }
    .design3 .title-text, .design3 .sub-title{
        font-size: 14px;
    }
    .design3 .desc{
        padding: 0 0 4px 1px !important;
        line-height: 18px;
    }
    .design3 .foot {
        padding:0;
        position: absolute;
        height: 20px;
        bottom: 0px;
        width: 100%;
        line-height: 20px;
    }
    .design3 .price{
        font-size: 16px;
        line-height: 20px;
        padding-top:3px;
    }
    .filter_img {
        height: 18px;
        margin-right: 4px;
        position: relative;
        margin-left: 0px;
    }
}
@media (max-width: 330px) {
    .allergens{
        font-size: 11px;
    }
    .design3 .foot {
        padding-top: 8px;
        padding-left: 3px;
    }
    .title-text{
        font-size: 14px;
    }
    .sub-title{
        margin-top: 3px;
    }
    .items{
        height: 42px;
    }
    .your_orders_new, .stay-black{
        font-size: 15px;
    }
    .desc{
        padding: 4px 2px 10px;
    }
    .img-fluid{
        height: 90px !important;
    }
    .suma_holder, .total_price {
        font-size: 13px;
    }
    .card-all h5 {
        font-size: 14px;
    }
    .container{
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-left: -5px;
        margin-right: -5px; 
        width: calc(100% - 10px) !important;
    }
    .design3 .title-text, .design3 .sub-title{
        font-size: 12px;
    }
    .design3 .desc{
        padding: 0 0 4px 1px !important;
        line-height: 15px;
    }
    .design3 .foot {
        padding:0;
        position: absolute;
        height: 20px;
        bottom: 0px;
        width: 100%;
        line-height: 20px;
    }
    .design3 .price{
        font-size: 14px;
        line-height: 20px;
        padding-top:3px;
    }
    .filter_img {
        height: 17px;
        margin-right: 3px;
        position: relative;
        margin-left: 0px;
    }
}
@media (max-width: 300px) {
    .design3 .cart_item{
        right: 3px;
    }
    .container{
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-left: -5px;
        margin-right: -5px; 
        width: calc(100% - 10px) !important;
    }
    .design3 .title-text, .design3 .sub-title{
        font-size: 10px;
    }
    .design3 .desc{
        padding: 0 0 4px 1px !important;
        line-height: 13px;
    }
    .design3 .foot {
        padding:0;
        position: absolute;
        height: 20px;
        bottom: 0px;
        width: 100%;
        line-height: 20px;
    }
    .design3 .price{
        font-size: 12px;
        line-height: 20px;
        padding-top:2px;
    }
    .filter_img {
        height: 15px;
        margin-right: 2px;
        position: relative;
        margin-left: 0px;
    }
    .card-repair .req_price{
        top:2px;
        right:2px;
        padding:2px 3px;
        border-radius: 3px;
        font-weight: 300;
        font-size: 12px;
    }
    .card-repair h5{
        font-size: 12px !important;
        font-weight: 300;
    }
}