@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
}

@font-face {
    font-family: 'InspireTWDC';
    src: url('../webfonts/InspireTWDC-Medium.woff2') format('woff2'),
        url('../webfonts/InspireTWDC-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InspireTWDC';
    src: url('../webfonts/InspireTWDC-Heavy.woff2') format('woff2'),
        url('../webfonts/InspireTWDC-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InspireTWDC';
    src: url('../webfonts/InspireTWDC-Light.woff2') format('woff2'),
        url('../webfonts/InspireTWDC-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-family: 'InspireTWDC';
    font-weight: 500;
    /* overflow-y: scroll; */
}

::-webkit-scrollbar {
    width: 24px;
}

::-webkit-scrollbar-track {
    background-color: #CBDAE1;
}

::-webkit-scrollbar-thumb {
    background-color: #1A4988;
    border: 6px solid transparent;
    border-radius: 20px;
    background-clip: content-box;
}



/* body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

body::-webkit-scrollbar
{
	width: 24px;
	background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb
{
    width: 12px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
} */

h1, h2, h2, h3, h4, h5, h6 {
    font-family: 'InspireTWDC';
    font-weight: 500;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 48px;
}

.logo {
    text-align: center;
}
.logo img {
    margin: 0 auto;
}

.bannerArea {    
    padding: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerBg_image img {
    width: 100%;
}
.bannerContentPart {
    width: 100%;
    padding: 80px 0 73px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.bannerArea .bannerSlider {
    padding: 140px 0 0;
}
.bannerArea .slide__image {
    height: 1181px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.bannerArea .slide__image img {
    margin: 0 auto;
}

.head {
    margin-top: -83px;
    margin-bottom: 0;
    padding: 112px 0 80px;
    font-size: 60px;
    color: #9C132E;
    font-family: 'InspireTWDC';
    font-weight: 600;    
    line-height: 116.667%;
    text-align: center;
    background: url(../images/head_Bg.png) center center no-repeat;    
}
.head span {
    transform: rotate(-4deg);
    max-width: 390px;
    display: block;
    margin: 0 auto;
}
.head.oneHeading {
    margin-top: -134px;
    position: relative;
    z-index: 9;
}

.slick-dots {
    text-align: center;
    bottom: -120px !important;
}
.slick-dots li {
    display: inline-block !important;
    padding: 0 6px !important;
    margin: 0 16px !important;
}
.slick-dots li button {
    border-radius: 15px !important;
    font-size: 0 !important;
    width: 42px !important;
    height: 12px !important;
    border: 0 !important;
    background: #CBDAE1 !important;
    margin: 0 4px !important;
}
.slick-dots li.slick-active button {
    background: #52BCED !important;
}
.slick-dots li button:before {
    display: none;
}

/* loginPage */
.bannerArea.loginBanner {
    padding: 80px 0 172px;
}
.loginForm {
    padding: 330px 0 587px;
    max-width: 930px;    
    background-repeat: no-repeat;
    background-size: cover;
    margin: -80px auto 0;
    background-position: right;
}
.loginContentBox {
    max-width: 720px;
    margin: 0 auto;
}
.loginForm h2 {
    margin-bottom: 49px;
    font-size: 80px;
    color: #1A4988;
    font-weight: 500;
    line-height:  130%;
}
.loginForm p {
    margin-bottom: 40px;
    font-size: 32px;
    color: #898989;
    font-family: 'InspireTWDC';
    font-weight: 300;
    line-height: 130%
}
.loginForm .form-group .form-control {
    /* margin-bottom: 44px; */
}
.loginForm .form-group {
    position: relative;
}
.form-group input, .form-group select {
    width: 100%;
    padding: 10px 32px;
    height: 92.8px;
    font-size: 37.12px;
    color: #767676;
    font-family: 'InspireTWDC';
    font-weight: 300;
    line-height: 130%;
    background: #fff;
    border: 2.32px solid #D8D8D8;
    border-radius: 9.28px;
}
/* .form-group select {
    font-size: 27px;
} */
.form-group input:focus {
    box-shadow: inherit;
}
.form-group label {
    padding: 21.5px 32px;
    font-size: 37.12px;
    color: #767676;
    font-family: 'InspireTWDC';
    font-weight: 300;
    line-height: 130%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
}
.form-group label span,.form-group .error-message {
    color:  #F00;
    font-size: 37.12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-group .error-message {
    font-size: 20px;
    margin-left: 10px;
}

.loginForm .form-group input:focus + label, .loginForm .form-group input:valid + label, .loginForm .form-group select + label {
    font-size: 16px;
    color: #767676;
    top: -7px;
    left:10px;
    background: #ffffff;
    padding: 0px 5px 0px 5px;
  }
.loginForm .form-group input:focus + label span, .loginForm .form-group input:valid + label span, .loginForm .form-group select:valid + label span {
    font-size: 18px;
  }
  .loginForm .form-group input:focus {
    border-color: #9C132E;
  }
  .loginForm .form-group input[type="text"]:focus {outline:none;}

.button_group {
    margin-top: 140px;
}

/* .loginForm .form-group input[type="text"] {
    padding: 10px 32px;
    height: 92.8px;
    font-size: 37.12px;
    color: #767676;
    font-weight: 300;
    line-height: 130%;
    background: #fff;
    border: 2.32px solid #D8D8D8;
    border-radius: 9.28px;
  } */
  
  /* Label style after Input feild is in focus. Can also use input:focus ~ label to select sibling. */
  
  /* .loginForm .form-group input:focus + label, .loginForm .form-group input:valid + label{
    font-size: 12px;
    color: #afbdcf;
    top: -5px;
    left:10px;
    background: #ffffff;
    padding: 0px 5px 0px 5px;
  }
  
  .input_wrap {
    position:relative;
  }
  
  .input_wrap label {
    font-family:arial;
    font-size:16px;
    color: #afbdcf;
    padding: 14px;
    position: absolute;
    top: 0;
    left: 0;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
    pointer-events: none;
  
  } */
  


.btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 24px 54px;
    font-size: 36px;
    color: #fff;
    font-family: 'InspireTWDC';
    font-weight: 500;
    line-height: 130%;
    background: #E8A432;
    border-radius: 16px;  
    border: 0;  
}

.btn.confirmBtn { 
    margin-bottom: 40px;  
    background: rgba(232, 164, 50, 0.3);
}
.btn.cancelBtn {
    background: #DCD3C7;
    color: #7C6B5C;
}
.btn:hover {
    background: #E8A432;
    color: #fff;
}

/* menu Page */

/* headerSite */
.headerSite {
    width: 100%;
    padding: 46px 0 34px;
    background: #1A4988;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.hdr_left a {
    margin-right: 40px;
}
.hdr_left a:last-child {
    margin-right: 0;
}
.hdr_left, .hdr_right {
    position: relative;
    z-index: 2;
}
.middle_logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
}
.middle_logo img {
    width: 288px;
}
.hdr_right {
    position: relative;
    width: 140px;
}
.hdr_right .orderBox {
    padding: 50px 24px 26px;
    display: inline-block;
    border-radius: 0px 0px 48px 48px;
    background: #9C132E;
    box-shadow: 0px 0px 13.903px 0px rgba(21, 21, 21, 0.12);
    position: absolute;
    right: 0;
    top: -76px;
}
.hdr_right .orderBox .number {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hdr_right .orderBox .number strong {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 130%
}

/* category_wrapper */
.category_wrapper {
    background-repeat: no-repeat;
    background-size: cover;

}
.category_wrapper.category_wrapperBg_image {
    position: relative;
}
/* .category_wrapper.category_wrapperBg_image:before {
    content: "";
    background: url(../images/menu_Bg_bottom.png);
    width: 316px;
    height: 323px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
} */

/* category_ContentArea */
.category_ContentArea {
    padding: 167px 0 20px;
    /* padding: 167px 0 152px; */
    width: 100%;
}
.category_ContentArea h2 {
    margin-bottom: 50px;
    font-size: 56px;
    color: #1A4988;
    font-family: 'InspireTWDC';
    font-weight: 600;
    line-height: 130%
}
.category_ContentArea .itenBox h3 {
    margin-bottom: 20px;
    font-size: 44px;
    color: #1A4988;
    font-family: 'InspireTWDC';
    font-weight: 600;
    line-height: 130%
}
.category_ContentArea .itenBox .item {
    margin-bottom: 48px;
    text-align: center;
}
.sebastian .image {

}
.category_ContentArea .itenBox .item .image {
    margin-bottom: 8px;
}
.category_ContentArea .itenBox .item .image img {
    margin: 0 auto;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
}
.category_ContentArea .itenBox .item.sebastian {
    position: relative;
}
.category_ContentArea .itenBox .item.sebastian .image {
    position: absolute;
    right: -36px;
    top: -19px;
}
.category_ContentArea .itenBox .item.sebastian .image img {
    height: auto;
}
.category_ContentArea .itenBox .item h4 {
    font-size: 35px;
    color: #333;
    font-weight: 500;
    line-height: 133.714%;
}
.category_ContentArea .itenBox .item h4 a {
    color: #333;
}

/* sub */
.pageContainer {
    padding-left: 192px;
}
.pageContainer {
    display: flex;
    flex-wrap: wrap;
}
.sideBar {
    width: 192px;
    padding: 24px 15px 180px;
    text-align: center;
    background: #F2E9DD;
    position: fixed;
    left: 0;
    top: 136px;
    height: 100%;
    overflow: auto;
}
.sideBar::-webkit-scrollbar {
    width: 6px;
}

.sideBar::-webkit-scrollbar-track {
    background-color: #CBDAE1;
}

.sideBar::-webkit-scrollbar-thumb {
    background-color: #1A4988;
    border: 2px solid transparent;
    border-radius: 20px;
    background-clip: content-box;
}
.sideBar ul li {
    margin-bottom: 50px;
}
.sideBar ul li:last-child {
    margin-bottom: 0;
}
.sideBar ul li a img {
    width: 120px;
    margin-bottom: 10px;
}
.sideBar ul li a h4 {
    font-size: 23px;
    color: #333;
    font-weight: 500;
    line-height: 134.657%;
    margin-bottom: 0;
}
.sideBar ul li.active a h4 {
    font-family: 'InspireTWDC';
    font-weight: 600;
    color: #9C132E;
}

.category_ContentArea.sub_categoryPart {
    /* width: calc(100% - 192px); */
    width: calc(100% - 0px);
    padding-bottom: 0;
    position: relative;
}

/* sub_categoryBox */
.sub_categoryBox {
    padding: 0 30px 0 34px;
    max-width: 864px;
}
.detailcategory_item {
    margin-bottom: 60px;
}
.pluis_icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #52BCED;
    border: none;
}
.detailcategoryBox .subText {
    margin-top: 8px;
}
.detailcategoryBox .subText h4 {
    color: #333;
    text-align: center;
    font-size: 44px;
    line-height: 130%;
    margin-bottom: 0;
}
.sub_categoryPart .detailcategoryBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.sub_categoryPart .detailcategoryBox .detailcategory_item {
    width: calc(50% - 15px);
}*/
.sub_categoryPart .detailcategoryBox .detailcategory_item .larg_image img {
    width: 100%;
    border-radius: 16px;
}

.sub_categoryPart.platilloContentPart .detailcategoryBox .detailcategory_item .larg_image img {
    width: 100%;
    /* min-height: 750px; */
    min-height: 520px; 
    object-fit: cover;
}
.sub_categoryPart .detailcategoryBox .detailcategory_item .subText h4 {
    text-align: left;
}

.platilloContentPart.sub_categoryPart .detailcategoryBox .detailcategory_item {
    width: 100%;
}

/* welcome */
/* inner_bannerArea */
.inner_bannerArea {
    width: 100%;
    padding: 60px 15px 175px;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner_bannerArea .contactBox {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0 0;
}
.inner_bannerArea .contactBox h2 {
    margin-bottom: 24px;
    
    font-size: 54px;
    color: #3D3935;
    font-family: 'InspireTWDC';
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
.inner_bannerArea .contactBox p {
   margin-bottom: 24px;
    font-size: 36px;
    color: #7C6B5C;    
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.inner_bannerArea .contactBox .number {
    font-size: 132px;
    font-family: 'InspireTWDC';
    color: #1A4988;
    font-weight: 600;
    line-height: 100%;
    display: block;
    margin-left: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.inner_bannerArea .contactBox .subText {
    margin-top: 30px;
}
.inner_bannerArea .contactBox .subText p {
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
}
.inner_bannerArea .contactBox .subText p span {
    font-weight: 400;
}
.inner_bannerArea .contactBox .subText ul li {
    margin-left: 24px;
}
.inner_bannerArea .contactBox .subText ul li a {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #52BCED;
    border-radius: 100%;
}
.inner_bannerArea .contactBox .subText ul li a .healpIcn {
    width: 40px;
}
.wrapper.welcomeSec {
    height: 100vh;
}
.mininner_welcomeSec {
    background: #293e6b;
    height: 100%;
}

.chef_section {
    width: 100%;
    margin: -105px 0 0;
    padding: 12px 0 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.chef_section .heading.innerHead {
    margin-top: 58px;
}
.container_lg {
    padding: 0px 20px;
    max-width: 1080px;
    margin: 0 auto;
}
.chef_section h3 {
    padding: 54px 30px 50px;
    display: inline-block;
    font-size: 34px;
    color: #1A4988;
    
    font-weight: 500;
    line-height: 103.629%;
    background: url(../images/welcom_headBg.png) no-repeat;
    background-size: cover;
}
.chef_section h3 span {
    transform: rotate(-4deg);
    display: block;
}
.chef_section .image {
    margin: 70px 0 0;
    /* margin: -70px 0 0; */
    text-align: center;
}
.chef_section .image img {
    width: 100%;
    margin-bottom: 23px;
    margin-left: -20px;
}
.chef_section .subText {
    padding: 0 0 16px;
}
.chef_section .subText .text {
    margin-right: 34px;
    width: 60%;
}
.chef_section .subText .text p {
    font-size: 32px;
    margin-bottom: 0;
    color: #FFF;
    line-height: 130%;
}

.chef_section .image .bg_image {
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
}
.chef_section .image .bg_image img {
    /* max-width: 425px; */
    max-width: 79%;
    height: 68%;
    object-fit: cover;
    position: relative;
    top: 2px;
}
.detailcategoryBox.innerdetailcategoryBox .detailcategory_item .larg_image img {
    max-height: 250px;
    object-fit: cover;
}
.addBtn {
    border-radius: 16px;
    padding: 24px 16px;
    font-size: 36px;
    color: #fff;
    line-height: 130%;
    background: #52BCED;
    /* display: inline-block; */
    border: 0;
    display: flex;
    align-items: center;
    font-family: 'InspireTWDC';
    font-weight: 600;
}
.addBtn svg {
    position: relative;
    top: 2px;
}
.addBtn:hover {
    color: #fff;
}
.btn.goToBtn {
    margin: 72px 0 0;
}

.platilloContentPart .detailcategoryBox .subText {
    margin: 40px 0;
    padding: 0;
    
}
.platilloContentPart .milkContentArea {
    padding-bottom: 200px;
}
.error{
    color: red;
}
.platilloContentPart .subText .text {
    margin-right: 34px;
    width: 69%;
}
.platilloContentPart .subText .text p {
    font-size: 32px;
    margin-bottom: 0;
    color: #333333;
    font-weight: 500;
    line-height: 130%;
}
.comentBox {
    max-width: 100%;
}
.comentBox .text_coment {
    width: 100%;
    padding: 10px 10px;
    font-size: 20px;
    color: #5C5C5C;
    font-weight: 500;
    line-height: 130%;
    height: 100px;
    background: #ffff;
    border-radius: 16px;
    border: 2px solid #D8D8D8;
    resize: none;
}
.other_similarBox {
    padding: 36px 32px;
    width: 100%;
    background: #f2f2f2;
    /* position: absolute;
    bottom: 0; */
}
.other_similarBox h3 {
    color:  #333;
    font-size: 36px;
    line-height: 130%;
}
.other_similarBox .dishes_Slide {
    padding: 0 50px;
}
.other_similarBox .slideBox .item  {
    padding: 0 20px;
}
.other_similarBox .slideBox .item .image {
    margin-bottom: 12px;
}
.other_similarBox .slideBox .item .image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.other_similarBox .slideBox .item .sub {
    flex-wrap: wrap;
}
.other_similarBox .slideBox .item .sub .text {
    width: calc(100% - 70px);
}
.other_similarBox .slideBox .item .sub p {
    color: #333;
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 0;
}

.other_similarBox .slick-arrow {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 40px;
    color: #898989;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
}
.other_similarBox .slick-next.slick-arrow {
    left: auto;
    right: 30px;
}
.other_similarBox .slick-arrow:before {
    background: transparent;
    opacity: 1;
    font-size: 30px;
    color: #898989;
}

.other_similarBox .slick-arrow.slick-prev:before{
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
}

.other_similarBox .slick-arrow.slick-next:before{
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
}

/* my order */
.category_ContentArea.myOrderArea {
    padding-top: 193px;
    padding-bottom: 310px;
}
.myOrderArea .subText {
    margin-bottom: 66px;
}
.myOrderArea h2 {
    margin-bottom: 0;
}
a.btn.someAddBtn {
    width: 292px;
    background: #52BCED;
    padding: 24px 24px;
}
.myOrderArea .subHeading {
    margin-bottom: 57px;
    padding-right: 20px;
}
.myOrderArea .subHeading h3 {
    color: #1A4988;
    font-size: 40px;
    font-family: 'InspireTWDC';
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.myOrderArea .subHeading h4 {
    color: #1A4988;
    font-size: 36px;
    font-family: 'InspireTWDC';
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.breakfast_item {
    padding: 24px 24px;
    background: #F2E9DD;
    border-radius: 16px;
    border: 2px solid #D8D8D8;
    margin-bottom: 36px;
}
.breakfast_item:last-child {
    margin-bottom: 0;
}
.breakfast_item .sub_breakfast {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 
.breakfast_item .sub_breakfast .number {
    padding: 0 0;
    width: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
.breakfast_item .sub_breakfast .number input, .quantity-box .number input {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    border: 0;
    background: #52BCED;
    color: #fff;
    font-size: 24px;
}
.breakfast_item .breakfastBox {
    display: flex;
    flex-wrap: wrap;    
    width: calc(100% - 280px);
}
.breakfast_item .breakfastBox .image {
    margin-right: 16px;
    display: flex;
    align-items: center;
}
.breakfast_item .breakfastBox .image img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 16px;

}
.breakfast_item .breakfastBox .text {
    width: calc(100% - 216px);
}
.breakfast_item .breakfastBox .text h4 {
    color: #3D3935;
    font-size: 44px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 16px;
}
.breakfast_item .breakfastBox .text p {
    color: #7C6B5C;
    font-size: 28px;
    font-family: 'InspireTWDC';
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 17px;
}
.breakfast_item .right {
    position: relative;
    margin-left: 48px;
}
.breakfast_item .right .dollar_value {
    color: #3D3935;    
    font-size: 36px;
    font-weight: 600;
    font-family: 'InspireTWDC';
    line-height: 130%;
    display: inline-block;
}
.breakfast_item .right .dollar_value sup {
    font-size: 18px;
    position: relative;
    top: -17px;
}
.breakfast_item .right .edit_icn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.breakfast_item .sub_breakfast span.minus {
    margin-bottom: -20px;
}
.breakfast_item .sub_breakfast span.plus {
    margin-top: -17px;
}

.orderContent {
    text-align: center;
    padding-top: 42px;
}
.orderContent .text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}
.orderContent .text .orderBg {
    position: relative;
    margin-right: 39px;
}
.orderContent .text .orderBg .number {
    font-size: 36px;
    color: #333;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.orderContent .text p {
    font-size: 32px;
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}
.orderContent .text p .value {
    font-size: 48px;
    color: #1A4988;
    font-style: normal;
    font-family: 'InspireTWDC';
    font-weight: 600;
    line-height: 130%;
    display: inline-block;
    margin-left: 19px;
}
.orderContent .text p .value sup {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    position: relative;
    top: -17px;
}

.orderContent .subText {
    text-align: center;
    margin-bottom: 33px;
}
.orderContent .subText h3 {
    font-size: 36px;
    color: #1A4988;
    font-family: 'InspireTWDC';
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 36px;
}

.orderContent .subText p {
    font-size: 32px;
    color: #7C6B5C;
    line-height: 41.6px;
    margin-bottom: 0;
}
.orderContent .subText p span {
    color: #767676;    
}

.footerSite {
    padding: 72px 0;
    background: #F2F2F2;
    box-shadow: 0px -8px 16px 0px rgba(21, 21, 21, 0.04);
}
.footerSite.footerBottomFixeSite {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.footerSite .botton_group .btn {
    width: calc(50% - 30px);
}
.footerSite .botton_group .btn.cancelBtn {
    background: #DCD3C7;
    color: #7C6B5C;
}
button.arrow_icon {
    background: transparent;
    border: none;
    margin-right: 35px;
}
.slick-slider.dishes_Slide button {
    font-size: 0;
}

.complement-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    max-height: 80vh;
    overflow: hidden;
    background: #1A4988;
    color: #fff !important;
    border-radius: 20px 20px 0 0;
    box-shadow: 1px 1px 10px #ccc;
}

.complement-popup .image img {
    width: calc(100% - 20px) !important;
    max-height: 300px;
    object-fit: cover;
}

.other_similarBox.complement-popup .slideBox .item .sub p, .complement-popup h3 {
    color: #fff !important;
}

.other_similarBox.complement-popup .slideBox .item {
    padding: 12px;
}
span.crossicon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

/* bienvenidaBnrArea */
.bannerArea.bienvenidaBnrArea {
    padding: 127px 0 260px;
    width: 100%;
}
.bienvenidaBnrArea .container {
    position: relative;
    /* padding-right: 15px; */
}
.bienvenidaBnrArea .heading {
    text-align: center;
}
.bienvenidaBnrArea .heading h2 {
    font-size: 92px;
    font-weight: 500;
    
    line-height: normal;
    color: #fff;
}
.bienvenidaBnrArea .subText {
    max-width: 987px;
    margin: 130px auto 0;
    padding: 240px 190px 120px 120px;
    text-align: center;
    margin-left: 35px;
    background: url(../images/bienvenidBg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 40px;
    font-weight: 300;
    font-family: 'InspireTWDC';
    line-height: 140%;
    position: relative;    
}
.fairy_red_icn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.fairy_blue_icn {
    position: absolute;
    left: 220px;
    bottom: -108px;
} 
.fairy_green_icn {
    position: absolute;
    right: 0;
    bottom: 0;
}
.bannerArea.bienvenidaBnrArea .logo {
    margin-top: 350px;
}
.bienvenidaBnrArea .subText span {
    position: relative;
    z-index: 9;
}
.bienvenidaBnrArea .subText span strong {
    display: block;
    font-weight: 500;
    font-family: 'InspireTWDC';
}
.bienvenidaBnrArea .image {
    margin: -290px -48px -30px 0;
    display: flex;
    justify-content: flex-end;
}
.btn.visitaBtn {
    margin-top: 91px;
    background: #52BCED;
}

/* bebidas */
.category_ContentArea.bebidas_itemPart h2 {
    margin-bottom: 20px;
}
.category_ContentArea.bebidas_itemPart .container {
    padding: 0 35px;
    margin: 0;
}
.category_ContentArea.bebidas_itemPart {
    padding-bottom: 203px;
}
.category_ContentArea.bebidas_itemPart .itenBox h3 {
    margin-bottom: 8px;
}
.category_ContentArea.bebidas_itemPart .image {
    padding: 35px 20px;
    background: #F2F2F2;
    text-align: center;
    border-radius: 16px;
}
.category_ContentArea.bebidas_itemPart .itenBox .item h4 {
    margin-bottom: 0;
}
.category_ContentArea.bebidas_itemPart .itenBox .item {
    margin-bottom: 20px;
}
.category_ContentArea.bebidas_itemPart .itenBox .item .image img {
    margin: 0 auto;
    width: 145px;
}

.complementContent .modal-dialog {
    max-width: 1080px;
    position:fixed;
    top:auto;
    right:0;
    left:0;
    bottom:0;
    margin: 0 auto;
}
.complementContent h3 {
    font-size: 36px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.complementContent .modal-content {
    padding: 32px 48px;
    border-radius: 24px 24px 0px 0px;
    background: #1A4988;
    box-shadow: 0px -8px 16px 0px rgba(21, 21, 21, 0.04);
}
.complementContent .modal-header {
    padding: 0 0 37px;
    border: 0;
}
.complementContent .other_similarBox {
    background: transparent;
    padding: 0;
}
.complementContent .complement_Slide {
    padding: 0 50px;
}
.complementContent .other_similarBox .slideBox .item .sub p {
    color: #fff;
    width: calc(100% - 64px);
    padding-right: 10px;
}
.complementContent .other_similarBox .slick-arrow {
    z-index: 9;
    color: #fff;
    left: 0px;
}
.complementContent .other_similarBox .slick-next.slick-arrow {
    left: auto;
    right: 0px;
}

.complementContent .modal-header .btn-close {
    background: transparent;
    padding: 0;
    font-size: 26px;
    color: #fff;
    opacity: 1;
    margin-left: 15px;
}


/* editarContentPart */
.editarContentPart .modal-dialog {
    max-width: 940px;
    padding: 0 20px;
}
.editarContentPart .modal-content {
    padding: 48px 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    width: 100%;
    margin: 0;
    display: block;
}
.editarContentPart .modal-header {
    padding: 0 0 96px;
    border: 0;
    text-align: center;
    justify-content: center;
}
.editarContentPart .modal-body , .complementContent .modal-body {
    padding: 0;
}
.editarContentPart h3 {
    margin-bottom: 0;
    font-size: 44px;
    color: #333;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.editarContentPart .modal-header {
    padding: 0 0 96px;
    border: 0;
    text-align: center;
    justify-content: center;
}

.editarContentPart .image {
    padding: 50px 0 0;
    max-width: 767px;
}
.editarContentPart .image img {
    width: 100%;
}
.editarContentPart .text {
    padding: 40px 0;
}
.editarContentPart .text p {
    margin-bottom: 0;
    font-size: 32px;
    color: #333;
    font-weight: 400;
    line-height: 130%;
}
.editarContentPart .form-grrop .form-control {
    padding: 8px 8px;
    font-size: 20px;
    color: #5C5C5C;
    font-weight: 500;
    line-height: 130%;
    height: 100px;
    border-radius: 16px;
    border: 2px solid #D8D8D8;;
    background: #fff;
    resize: none;
}
.editarContentPart .form-grrop .form-control:focus {
    box-shadow: inherit;
}
.modal-footer.footerSite {
    padding: 96px 0 0;
    background: transparent;
    border: 0;
    box-shadow: inherit;
}
.modal-footer.footerSite .botton_group {
    width: 100%;
    margin: 0;
}
.modal-footer.footerSite .botton_group .btn {
    padding: 24px 20px;
    width: calc(50% - 24px);
    font-size: 31.111px;
    font-weight: 400;
    line-height: 130%;
    border-radius: 8.889px;
    border: 2.222px solid transparent;
}
.modal-footer.footerSite .botton_group .btn.cancelBtn {
    background: #fff;
    border: 2.222px solid #1A4988;
    color: #333;
}
.modal-footer.footerSite .botton_group .btn.ConfirmBtn {
   background: #52BCED;
}

/* new start */
.logo.sm_logo img {
    width: 380px;
}
.ayuda_bannerArea {
    padding: 60px 0 73px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.ayuda_bannerArea .itemBox {
    position: relative;
    width: 100%;
}
.ayuda_bannerArea .itemBox .imageBg {
    position: absolute;
    bottom: -275px;
}
.main_ayudaContant {
    height: 73%;
    display: flex;
    align-items: center;
    width: 100%;
}
.bnr_heading {
    height: 610px;
    background-repeat: no-repeat;
    max-width: 914px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
}
.bnr_heading h2 {
    font-size: 60px;
    color: #9C132E;
    font-weight: 500;
    max-width: 481px;
    text-align: center;
    margin: 0 auto;
    transform: rotate(-4deg);
}


.tabsContantArea .nav-tabs {
    justify-content: space-between;
    border-width: 3px;
  }
.tabsContantArea li.nav-item {
    margin-right: 0;
    margin-bottom: 0;
    flex-basis: inherit;
    flex-grow: inherit;
    width: 50%;
    margin-right: 0;
  }
  .tabsContantArea li.nav-item:last-child {
    margin-right: 0;
  }
  
  .tabsContantArea .nav-tabs .nav-item .nav-link {
    padding: 0px 0px 10px !important;
    border: 0;
    color: #1A4988;
    font-size: 24px;
    font-family: 'InspireTWDC';
    font-weight: 600;
    line-height: 1.4;
    background: transparent;
    border-radius: 8px;
    border-bottom: 4px solid transparent;
    
  }
  .tabsContantArea .nav-tabs .nav-item .nav-link.active {
   border-color: #52BCED;
    border-radius: 0;
  
  }

.heading.innerHead h2.head span {
    display: flex;
    align-items: center;
    max-width: 480px;
}
.heading.innerHead h2.head span img {
    margin-left: 10px;
}
.heading.innerHead h2.head span a.orderList {
    display: flex;
    align-items: center;
    color: #9C132E;
}

.indegrient {
    display: block;
    margin-top: 20px;
    color: #52bced;
    font-weight: 500;
}

span.calories {
    display: block;
    color: #52bced;
    font-family: 'InspireTWDC';
    font-weight: 300;
}


.select_milkContent .modal-dialog {
    max-width: 730px;
    padding: 0 15px;
} 
.select_milkContent .modal-body {
    padding: 36px 58px 44px 47px;
}
.select_milkContent .modal-content {
    border-radius: 20px;
}
.select_milkContent .modal-body h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 30px;
    padding-right: 62px;
}
.select_milkContent .modal-body h3 {
    font-size: 36px;
    color: #223644;
    /* font-weight: 400; */
    line-height: 1.32;
    margin-bottom: 19px;
}
.select_milkContent .modal-body p {
    margin-bottom: 0;
}
.select_milkContent .modal-header {
    padding: 0;
    border: 0;
}
.select_milkContent .modal-header .btn-close {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #223644;
    position: absolute;
    top: 36px;
    right: 39px;
    background: transparent;
    z-index: 99;
    font-size: 34px;
    opacity: 1;
}
.select_milkContent .modal-header .btn-close:focus {
    box-shadow: inherit;
}

/* select_milkContent popup */
.gx-40 {
    --bs-gutter-x: 40px;
}
.select_milkContent .modal-dialog {
    max-width: 940px;
    padding: 0 20px;
}
.select_milkContent button.btn-close {
    background: none;
    position: relative;
    right: 0;
    top: 0;
    font-size: 28px;
    font-weight: 900;
    opacity: 1;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
}
.select_milkContent .modal-content {
    padding: 32px 40px 40px;
}
.select_milkContent button.btn-close i {
    font-weight: 500;
    color: #5C5C5C;
    opacity: 1;
}
.select_milkContent .modal-header {
    padding: 0 0 36px;
    border: 0;
}
.select_milkContent .modal-header h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'InspireTWDC';
    color: #3D3935;
    margin-bottom: 0;
    margin-right: 10px;
}
.select_milkContent .modal-content {
    padding: 32px 40px 40px;
}
.select_milkContent  .modal-body {
    padding: 0;
}
.select_milkContent .milk_item {
    margin-bottom: 42px;
}
.select_milkContent.milkContentArea .milk_item {
    margin-right: 20px;
}
.select_milkContent .milk_item .subText .image {
    width: 100%;
    height: 300px;
    background: rgba(242, 242, 242, 0.6);
    border-radius: 10px;
    margin-bottom: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    border: 2px solid transparent;
}
.select_milkContent .milk_item.active .subText .image {
    border-color: #E8A432;
    background: #f2f2f2;
}
.select_milkContent .milk_item .subText .image img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
.select_milkContent .milk_item .subText .text h4 {
    font-size: 24px;
    max-width: 160px;
    font-family: 'InspireTWDC';
    font-weight: 500;
}
.select_milkContent .milk_item .subText .text .right .dollar_value {
    font-size: 24px;
    color: #3D3935;
    font-family: 'InspireTWDC';
}
.select_milkContent .milk_item .subText .text .right .dollar_value a {
    color: #3D3935;
}
.select_milkContent .milk_item .subText .text .right .dollar_value sup {
    font-size: 14px;
}
.select_milkContent .footerSite {
    padding: 0;
    background: transparent;
}

.select_milkContent .footerSite .btn.cancelBtn  {
    background: #fff;
    border: 2px solid #A3ADB2;    
}
.select_milkContent .footerSite .btn.ConfirmBtn  {
    background: #B8E4F8;  
}
.select_milkContent .footerSite .btn.ConfirmBtn:hover {
    background: #52BCED;
}

.gx-20 {
    --bs-gutter-x: 20px;
}
.milkContentArea h3 {
    margin-bottom: 19px;
    font-family: 'InspireTWDC';
    font-weight: 300;
    font-size: 28px;
    color: #333333;
}

.select_milkContent.milkContentArea .milk_item {
    margin-bottom: 0;
}
.select_milkContent.milkContentArea .milk_item .subText .image {
    height: auto;
}
.select_milkContent.milkContentArea .milk_item .subText .text h4 {
    font-size: 18px;
}
.select_milkContent.milkContentArea .milk_item .subText .text .right .dollar_value {
    font-size: 20px;
}
.select_milkContent.milkContentArea .milk_item .subText .text .right .dollar_value sup {
    font-size: 12px;
}


  /* new css end */