@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: 'Merriweather', serif;
}
.text-black {
	color: #000 !important;
}
.modal-open, .modal {
	padding: 0px !important;
}
.book-now input[type="number"], .modal input[type="number"] {
	-moz-appearance: textfield;
}
.book-now input[type="number"]::-webkit-outer-spin-button, .modal input[type="number"]::-webkit-outer-spin-button, .book-now input[type="number"]::-webkit-inner-spin-button, .modal input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/select-notch.png') right 4% center no-repeat;
}
a, button, .form-control {
	outline: none !important;
}
a:focus, button:focus, .form-control:focus {
	box-shadow: none !important;
}
a:hover {
    text-decoration: none;
}
.btn-order {
	background-color: #484e8b;
    font-size: 15px;
    color: #fff;
    padding: 5px;
    height: 35px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    transition: .5s ease;
}
.btn-order:hover {
	color: #fff;
	/*background-color: #ed1c24;*/
	/*transition: .5s ease;*/
}
.btn-viewMore {
	background-color: #d14e52;
	font-size: 15px;
	color: #fff;
	transition: .5s ease;
	border-radius: 30px;
	padding: 8px 25px;
}
.btn-viewMore:hover {
	background-color: #d14e52;
	color: #fff;
	transition: .5s ease;
}
.active {
	background-color: #d14e52;
}
#header {
 	background-color: #fff;
    padding: 15px 0px 25px;
    -webkit-box-shadow: 0px -3px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -3px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -3px 8px 0px rgba(0,0,0,0.75);
 }
#header .container {
    min-height: 80px;
}
#header ul li {
	font-size: 15px;
	color: #484e8b !important;
	margin: 3px 0px;
}
#header .navbar  {
	padding: 0px;
}
.header-left {
	text-align: left;
}
.header-right {
	margin-left: auto;
	margin-bottom: auto;
	text-align: right;
}
.header-right img {
    margin-right: 5px;
}
.header-left li:first-child {
	font-size: 17px !important;
	color: #ed1c22 !important;
}
/*.header-right li:last-child {
	margin-top: 8px !important;
}*/
.cart {
	position: absolute;
	right: 0;
    bottom: 0;
    margin-right: 15px;
    z-index: 9;
    margin-bottom: -10px;
}
.cart .cart-count {
	width: 30px;
	height: 30px;
	background-color: #d14e52;
	border:1px solid #0c0c0c;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainMenu {
	background-color: #484e8b;
	position: relative;
}
#mainMenu .navbar {
	padding: 0px;
}
#mainMenu .navbar .mainMenu-right,
#mainMenu .navbar .mainMenu-left {
	margin: 0px auto;
}
#mainMenu .navbar .mainMenu-left {
    margin-right: 0px;
}
#mainMenu .navbar .mainMenu-right {
    margin-left: 0px;
}
#mainMenu .navbar .navbar-nav .nav-item:hover {
	background-color: #d14e52;
	transition: .3s ease;
}
#mainMenu .navbar .navbar-nav .nav-item .nav-link {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 14px 24px;
	line-height: 24px;
}
#mainMenu .navbar .logo {
	position: absolute;
	left: 50%;
	margin-left: -119.5px;
	top: 0px;
	margin-top: -95px;
	z-index: 9;
	/*width: calc(100% - 80%);*/
	width: auto;
}
/*#mainMenu .navbar .logo .navbar-brand {
	width: 95%;
}*/
/*#banner {*/
    /*position: relative;*/
/*    background: url(../img/bakery-banner.jpg) no-repeat center;*/
/*	background-size: cover !important;*/
/*}*/
.banner-img {
    display: none;
}
#banner {
    background: #000;
}
.banner-text {
	/*position: absolute;*/
	text-align: center;
    /*top: 50%;*/
    /*margin-top: -73.5px;*/
    /*left: 50%;*/
    /*margin-left: -350.75px;*/
    padding: 185px 15px;
}
.banner-text .banner-text1 {
	font-size: 58px;
	font-weight: 700;
	color: #fff;
	line-height: 60px;
}
.banner-text .banner-text2 {
	font-size: 30px;
	color: #fff;
	margin-top: 15px;
}
#about {
	background: url(../img/abt-banner.jpg) no-repeat center;
	background-size: cover !important;
	padding: 60px 0px;
}
.about-heading {
	font-size: 36px;
	color: #484e8b;
	margin-top: 45px;
	margin-bottom: 12px;
	letter-spacing: 2px;
}
.about-text1 {
	font-size: 15px;
	color: #6b6b6b;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 35px;
}
#about .about-text1 p span span {
    color: #484e8b !important;
    letter-spacing: 2px;
}
.about-text2 ul li {
	font-size: 16px;
	color: #6b6b6b;
	font-style: italic;
	margin: 10px 0px;
}
.food-type .card {
	border-radius: 0px;
	border:none;
	padding: 10px;
	background-color: #f0fbff;
	padding-bottom: 0px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: .5s ease;
}
.food-type .card:hover {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.6);
	transition: .5s ease;
}
.food-type .card:hover .card-body {
	background-color: #d14e52;
	transition: .5s ease;
}
/*.food-type .card:hover .card-body .btn-order {*/
/*	color: #fff;*/
/*	background-color: #ed1c24;*/
/*	transition: .5s ease;*/
/*}*/
.food-type .card:hover .card-body .card-title {
	color: #fff;
	transition: .5s ease;
}
.food-type .card .card-body {
    display: flex;
    padding: 5px 15px;
    height: 60px;
    align-items: center;
    margin: 10px 0px;
}
.food-type .card .card-body .card-title {
	font-size: 22px;
	color: #231f20;
	margin-bottom: 0px;
}
.food-type .card .card-body .btn-order {
	margin-left: auto;
}
.food-type .card .card-img-top {
	border-radius: 0px;
	height: 335px;
	object-fit: cover;
	object-position: center;
}



#services .col-lg-4.col-md-6 {
	padding: 15px;
}
#contact {
	background-color: #484e8b;
	padding-top: 50px;
	padding-bottom: 40px;
}
.contact-heading {
	font-size: 26px;
	color: #fff;
}
.contact-menu li, .contact-address li {
	margin: 10px 0px;
}
.contact-menu li a, .contact-address li {
	color: #fff;
	font-size: 15px;
}
.contact-address li {
	padding-left: 35px;
}
.contact-address .social {
    display: flex;
    padding-left: 0px;
    margin-top: 15px;
}
.contact-address .social .fab {
	height: 32px;
    width: 32px;
    background-color: #d14e52;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    transition: .5s ease;
}
.contact-address .social a:hover {
	text-decoration: none;
}
.contact-address .social a {
	margin-right: 30px;
}
.contact-address .social .fb-icon:hover .fab {
	color: #3b5998;
	transition: .5s ease;
}
.contact-address .social .google-icon:hover .fab {
	color: #CC3333;
	transition: .5s ease;
}
.contact-address .social .linkedin-icon:hover .fab {
	color: #0e76a8;
	transition: .5s ease;
}
.book-now {
	margin: -258px 30px 0px 25px;
	background-color: #e3e4ed;
	padding: 20px 42px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}
.book-now .book-now-title {
	font-size: 26px;
	color: #02253c;
	margin-bottom: 25px;
}
.book-now .form-group {
	margin-bottom: 20px;
}
.book-now .form-group .form-control {
	border-radius: 0px;
	border:none;
	background-color: #fff;
	height: 45px;
}
.btn-order span {
	background: url(../img/submit-icon-hover.png) no-repeat center left;
	padding-left: 25px;
	transition: .5s ease;
}
.btn-order:hover span {
	/*background: url(../img/submit-icon.png) no-repeat center left;*/
	/*transition: .5s ease;*/
}
footer {
	font-size: 15px;
	color: #231f20;
	text-align: center;
	background-color: #fff;
	padding: 19px 0px;
}
.food-type.bakery-food-type .bakery-img-overlay {
  position: relative;
  width: 100%;
}
.food-type.bakery-food-type .card .card-img-top.bakery-img {
  display: block;
  width: 100%;
  height: 305px;
}
.food-type.bakery-food-type .bakery-img-overlay .bakery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  width: 100%;
  height: 40px;
  transition: .5s ease;
}
.food-type.bakery-food-type .bakery-img-overlay:hover .bakery-overlay {
  height: 50%;
}
.food-type.bakery-food-type .bakery-img-overlay .bakery-overlay .bakery-overlay-details {
  font-weight: 300;
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  width: calc(100% - 30px);
  transition: .5s ease;
}
.food-type.bakery-food-type .bakery-img-overlay:hover .bakery-overlay .bakery-overlay-details {
	-webkit-transform: translate(-50%, -65px);
  -ms-transform: translate(-50%, -65px);
  transform: translate(-50%, -65px);
  transition: .5s ease;
}
.food-type.bakery-food-type .bakery-img-overlay .bakery-overlay .bakery-overlay-details p {
	margin-bottom: 0px;
	line-height: 20px;
}
.food-type.bakery-food-type .bakery-img-overlay .bakery-overlay .bakery-overlay-details .bakery-overlay-details-heading {
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	padding-bottom: 5px;
}
.food-type.bakery-food-type .card .card-body {
	padding: 0px;
	margin: 0px;
}
.food-type .card .card-body .btn-order {
	margin-right: 10px;
}
.food-type.bakery-food-type .card-body .bakery-price {
	font-size: 18px;
	color: #7f102c;
}
.food-type.bakery-food-type .card-body .bakery-amount {
	font-size: 15px;
	color: #5f5f5f;
}
.food-type.bakery-food-type .card:hover .card-body {
	background: none;
}
.food-type.bakery-food-type .card-title {
	font-size: 20px;
	margin-bottom: 0px;
	line-height: 20px;
}
.food-type.bakery-food-type .bakery-order {
	padding: 10px 0px;
}
.cafeteria-text {
	margin-left: -511.18px;
}
/*.healt-hexotica-text {*/
/*	margin-top: -63px;*/
/*	margin-left: -536.935px;*/
/*}*/

/*.healt-hexotica-text {*/
/*    margin-top: -116px !important;*/
/*    margin-left: -335px !important;*/
/*    width: 700px !important;*/
/*}*/
/*.healt-hexotica-text .banner-text1 {*/
/*	font-size: 44px !important;*/
/*}*/
#shoppingCart {
	min-height: 800px;
}
#shoppingCart .about-heading {
	font-size: 32px;
	color: #641516;
	font-weight: 700;
}


.shopping-table .table {
	border:1px solid #8b8b8b;
}
.shopping-table .table td, .shopping-table .table th {
	border:none;
	padding: 10px;
	font-size: 15px;
	color: #000;
	font-weight: 400;
}
.shopping-table .table thead {
	border-bottom: 1px solid #8b8b8b;
}
.shopping-table .shopping-table1.table tbody .shoppingCart-product {
	display: flex;
}
.shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-amount {
	font-size: 15px;
	color: #5f5f5f;
}
.shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-title {
	font-size: 20px;
	color: #231f20;
}
.shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-img {
	height: 95px;
    width: 105px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
}
.shopping-table .shopping-table1.table tr {
	display: flex;
	margin: 0px 10px;
}
.shopping-table .shopping-table1.table thead tr th:nth-child(1),
 .shopping-table .shopping-table1.table tbody tr td:nth-child(1) {
	width: 4%;
	display: flex;
	justify-content: center;
	align-self: center;
}
.shopping-table .shopping-table1.table thead tr th:nth-child(2),
.shopping-table .shopping-table1.table tbody tr td:nth-child(2) {
	width: 54%;
}
.shopping-table .shopping-table1.table thead tr th:nth-child(3),
.shopping-table .shopping-table1.table tbody tr td:nth-child(3),
.shopping-table .shopping-table1.table thead tr th:nth-child(4),
.shopping-table .shopping-table1.table tbody tr td:nth-child(4),
.shopping-table .shopping-table1.table thead tr th:nth-child(5),
.shopping-table .shopping-table1.table tbody tr td:nth-child(5),
.shopping-table .shopping-table2.table tbody tr td:last-child {
	width: 14%;
}
.shopping-table .shopping-table1.table tbody tr {
	border-bottom: 1px solid #c0c0c0;
}
.shopping-table .table tbody tr:last-child {
	border-bottom: none;
}
.shopping-table .shopping-table1.table tbody td .form-group {
	width: 60%;
}
.shopping-table .shopping-table1.table tbody td .form-group .form-control {
	border-radius: 0px;
	height: 33px;
	border:1px solid #8b8b8b;
	padding: 0px 0px 0px 12px;
}
.shopping-table .shopping-table2.table {
	margin-bottom: 25px;
}
.shopping-table .shopping-table2.table tbody tr td:first-child {
	width: 86%;
}
.shopping-table .shopping-table2.table tbody tr {
	border-bottom: 1px solid #8b8b8b;
}
.shopping-table .shopping-table2.table td:first-child {
	padding: 10px 25px;
}
.shopping-table .shopping-table2.table td:last-child {
	padding: 10px 2px;
}
.btn-orderPlace {
	color: #ed1c24;
	font-size: 18px;
	background-color: #000;
	border-radius: 0px;
	padding: 12px;
	border:1px solid #8b8b8b;
}
.btn-orderPlace:hover {
	color: #ed1c24;
}
#cartModal .modal-content {
	border-radius: 0px;
}
#cartModal .modalHeader {
	font-size: 20px;
	color: #000;
	text-align: center;
	background-color: #fff200;
	padding: 10px;
}
.cartModal-form .form-group {
	margin-bottom: 15px;
}
.cartModal-form .form-group label {
	color: #231f20;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
}
.cartModal-form .form-group .form-control {
	border-radius: 0px;
	border:1px solid #cfcfcf;
	height: 40px !important;
	font-size: 14px;
}
.cartModal-form .form-group .form-control::placeholder {
	color: #858585;
	font-size: 14px;
	font-weight: 300;	
}
#cartModal .cartModal-form {
	padding: 15px 30px;
	background-color: #f4f3ef;
}
.gift-text {
	margin-left: -291.66px;
}
form .form-group label em {
	color: #ed1c24;
}
.headerAddress {
     width: 400px;
     /*height: 40px;*/
}
.sliderMain {
    width: 735px;
    margin: 0 auto;
}
.sliderMain .sliderMainTop .flex-viewport .slides li,
.sliderMain .sliderMainTop .flex-viewport .slides,
.sliderMain .sliderMainTop .flex-viewport,
.sliderMain .sliderMainTop .flex-viewport .slides .sliderMainImg {
    max-height: 465px;
}
.sliderMain .flexslider .flex-viewport .slides .sliderMainImg,
.sliderMain .flexslider .flex-viewport .slides .sliderThumbImg {
    object-fit: cover;
    object-position: center;
}
.sliderMain .flexslider .flex-viewport .slides .sliderThumbImg {
    cursor: pointer;
}
.sliderMain .sliderMainTop {
    margin-bottom: 10px;
}
.sliderMain .sliderMainBottom {
    margin-bottom: 40px;
}
.sliderMain .sliderMainBottom .flex-viewport,
.sliderMain .sliderMainBottom .flex-viewport .slides,
.sliderMain .sliderMainBottom .flex-viewport .slides li,
.sliderMain .sliderMainBottom .flex-viewport .slides li .sliderThumbImg {
    max-height: 100px;
}
.sliderMainBottom .flex-active-slide .sliderThumbImg {
    border: 3px solid #fe0000;
}
.sliderMain .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
}
.couponBtn .btn {
    border-radius: 0px;
    margin-bottom: 1rem;
}
.couponBtnLeft {
    color: #fff;
    background-color: #606467;
    border: 1px solid #ccc;
    pointer-events: none;
}
.couponBtnRight,
.couponBtnRight:hover {
    color: #ed1c22;
    background-color: #fef200;
    border: 1px solid #ccc;
}

.cartModalNew {
    overflow-x: hidden;
    overflow-y: auto;
}
.cartModalNew .modal-content {
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.4);
}
.cartModalNew .modalHeader {
    background-color: #484e8c;
    text-align: center;
    padding: 10px 50px;
    border-radius: 10px 10px 0px 0px;
}
.cartModalNew .modalTitle {
    text-align: center;
    font-size: 28px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 2px;
    padding: 28px 50px 20px;
}
.cartModalNew .groupNo {
    text-align: center;
    padding: 0px 50px 25px;
}
.cartModalNew .cartModalNew-form {
    padding: 0px 50px 40px;
}
.cartModalNew .cartModalNew-form .form-group label {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.cartModalNew .cartModalNew-form .form-group {
    margin-bottom: 15px;
}
.cartModalNew .cartModalNew-form .form-group .form-control  {
    border-radius: 0px;
    border-color: #c3c3c3;
}
.btn-cartModalNew {
    text-align: center;
}
.btn-cartModalNew .btn-orderPlace {
    padding: 5px 25px;
    margin: 25px 0px 0px;
    border-radius: 20px;
    background-color: #484e8b;
    border: 1px solid #484e8b;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}
.btn-cartModalNew .btn-orderPlace:hover {
    background-color: #353a71;
    border: 1px solid #353a71;
}
.cartModalNew .cartModalNew-form .form-group .form-control::placeholder {
    color: #717171;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}
.counteryDetails ul li {
    color: #d14e53;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.counteryDetails {
    border: 1px solid #038800;
    background-color: #e3f1e3;
    padding: 8px 15px;
    margin-bottom: 15px;
}
.cartModalAddingAdd {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #d14e53;
    color: #fff;
    text-align: center;
    border: 1px solid #c3c3c3;
    padding: 8px;
    cursor: pointer;
}
.cartModalAddName {
    color: #d14e53;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cartModalLocationDetails {
    font-size: 12px;
    color: #484e8b;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 5px 0px 2px;
}
.cartModalLocationEdit, .cartModalLocationDel {
    color: #204fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    width: 48%;
}
.cartModalAddress {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5px;
}
.cartModalLocationDel a {
    color: #ff000a;
}
.cartModalLocationEdit a {
    color: #204fff;
}
.cartModalLocationEdit a:hover,
.cartModalLocationDel a:hover {
    text-decoration: none;
}
.cartModalAllAddcheck {
    border: 1px solid #c3c3c3;
    margin-top: 20px;
    padding: 5px 30px 5px;
}
.cartModalAllAddcheck.cartModalAllAddActive {
    background: #e2e2e2;
    border: 2px solid #484e8b;
    position: relative;
}
.cartModalAllAddcheck.cartModalAllAddActive::after {
    content: "";
    width: 33px;
    height: 33px;
    background: url('../img/cartModalAllAddActiveIcon.png') center no-repeat;
    top: 50%;
    left: 0px;
    position: absolute;
    display: inline-block;
    margin-top: -16.7px;
    margin-left: -16.7px;
}
.customerMobile ul li {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d14e53;
    letter-spacing: 2px;
}
.customerMobile ul li:last-child {
    color: #000;
    font-family: none;
    font-size: 20px;
}
.customerMobile {
    text-align: center;
    background-color: #f1cacb;
    border: 1px solid #c3c3c3;
    padding: 2px;
    margin-bottom: 24px;
}
.select-double {
    display: flex;
}

/* The cartPaymentCheck */
.cartPaymentCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #c3c3c3;
  padding: 9px 20px 9px 50px;
  margin-left: 30px;
}

/* Hide the browser's default radio button */
.cartPaymentCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #3ecd61;
  margin-top: -10px;
  margin-left: 20px;
}

/* When the radio button is checked, add a blue background */
.cartPaymentCheck input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cartPaymentCheck input:checked ~ .checkmark:after,
.cartPaymentCheck input ~ .checkmark:after{
  display: block;
}

/* Style the indicator (dot/circle) */
.cartPaymentCheck .checkmark:after {
 	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #cecece;
}
.cartPaymentCheck input:checked ~ .checkmark:after {
    background: #3ecd61;
}
.checkOR,
.allGateway{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    letter-spacing:1px;
}
.checkOR {
    padding: 12px 12px 24px;
}
.allGateway {
    border: 1px solid #c3c3c3;
    margin-bottom: 12px;
    padding: 9px 20px;
}
.activeChecked {
    background-color: #ffe7e7;
}
.orderPaymentCheck {
    margin-left: 0px !important;
    padding: 9px 20px;
    margin-bottom: 20px;
}
.orderPaymentCheck .checkmark {
    left: auto;
    right: 0px;
    margin-left: 0px;
    margin-right: 10px;
}
.selectDate .form-control {
    background: url('../img/dateInput.png') right 4% center no-repeat;
}
.selectTime .form-control {
    background: url('../img/timeInput.png') right 4% center no-repeat;
}
.selectDate label,
.selectTime label {
    margin-bottom: 0px;
    width: 40%;
    justify-content: left;
}
.selectDate .form-control,
.selectTime .form-control {
    width: 60%;
}
.modalSuccessfulTitle {
    font-size: 36px;
    color: #d14e53;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 55px 20px 15px;
}
.modalSuccessfulTitle2 {
    font-size: 21px;
    color: #484e8c;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px 20px;
}
.modalSuccessfulTitle3 {
    font-size: 15px;
    color: #838383;
    text-align: center;
    font-weight: 400;
    padding: 0px 20px 10px;
}
.bakery-text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
  height: 40px;
  transition: .5s ease;
}

.bakery-img-overlay:hover .bakery-text-overlay {
  height: 50%;
}

.bakery-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -8%);
  -ms-transform: translate(-50%, -8%);
  transform: translate(-50%, -8%);
  width: 90%;
  transition: .5s ease;
}
.bakery-img-overlay:hover .bakery-text {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .5s ease;
}
.bakery-text .bakery-text1 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 400;
}
.bakery-text .bakery-text2 {
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-weight: 300;
}


@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
@media (min-width: 768px) {
    .mobileAddress, .cartMobile, .mobileProduct {
        display: none;
    }
}
@media (min-width: 576px) {
	#cartModal .modal-dialog {
		max-width: 750px;
	}
}
@media (max-width:1199px) {
	#mainMenu .navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
		padding: 12px;
	}
	/*#mainMenu .navbar .logo .navbar-brand {
		width: 75%;
	}*/
	#mainMenu .navbar .logo {
		margin-left: -92.99px;
		margin-top: -75px;
		width: calc(100% - 80%);
	}
	.book-now {
		margin: -258px 0px 0px 0px;
	}
	#header {
		padding: 10px 0px 20px;
	}
	#header .container {
        min-height: 75px;
    }
	#header ul li {
		font-size: 14px;
		margin: 2px 0px;
	}
	.header-left li:first-child {
		font-size: 16px !important;
	}
	.cart {
		margin-bottom: -9px;
	}
	.banner-text .banner-text1 {
		font-size: 50px;
		line-height: 52px;
	}
	.banner-text .banner-text2 {
		font-size: 28px;
		margin-top: 10px;
	}
	/*.healt-hexotica-text .banner-text1 {*/
	/*    font-size: 40px !important;*/
	/*}*/
	/*.banner-text {*/
	/*	margin-top: -63.5px;*/
	/*	margin-left: -302.375px;*/
	/*}*/
	.gift-text {
	    margin-left: -272.21px;
	}
	/*.healt-hexotica-text {*/
	/*	margin-left: -488.1px;*/
	/*	margin-top: -56px;*/
	/*}*/
	.cafeteria-text {
	    margin-left: -477.61px;
	}
	#services .col-lg-4.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.banner-text {
	    padding: 150px 15px;
	}
	.headerAddress {
        width: 360px;
        color: #fff;
        font-size: 14px;
    }
    .header-right {
        color: #fff;
        font-size: 14px;
    }
    .header-left li:first-child {
        font-size: 16px !important;
    }
}

@media (max-width:991px) {
	#header {
		padding: 5px 0px 15px;
	}
	#header .container {
        min-height: 72px;
    }
	#header ul li {
		font-size: 11px;
	}
	.header-left li:first-child {
		font-size: 15px !important;
	}
	.cart {
		margin-bottom: -8px;
	}
	#mainMenu {
	    padding: 8px 0px;
	}
	#mainMenu .navbar .logo {
		/*width: calc(100% - 78%);*/
		margin-left: -68.99px;
		margin-top: -70px;
	}
	.banner-text .banner-text1 {
	    font-size: 40px;
	    line-height: 44px;
	}
	.banner-text .banner-text2 {
		font-size: 20px;
	}
	#mainMenu .navbar .navbar-nav .nav-item .nav-link {
		padding: 5px 15px;
		font-size: 14px;
	}
	#mainMenu .navbar .navbar-toggler {
	    border: 1px solid #ed1c24;
	    outline: none;
	    padding: 3px 9px;
	}
	#mainMenu .navbar .navbar-toggler .menu-bar {
	    color: #ed1c24;
	}
	.mainMenu-left {
		margin-top: 8px;
	}
	/*.healt-hexotica-text .banner-text1 {*/
	/*    font-size: 30px !important;*/
	/*}*/
	/*.banner-text {*/
	/*	margin-top: -50px;*/
	/*	margin-left: -241.91px;*/
	/*}*/
	.gift-text {
	    margin-left: -197.36px;
	}
	/*.healt-hexotica-text {*/
	/*	margin-left: -366.1px;*/
	/*	margin-top: -42.5px;*/
	/*}*/
	.cafeteria-text {
	    margin-left: -341.17px;
	}
	.book-now {
		margin: 15px 0px;
	}
	.food-type.bakery-food-type .bakery-img-overlay:hover .bakery-overlay {
		height: 55%;
	}
	.food-type.bakery-food-type .bakery-img-overlay:hover .bakery-overlay .bakery-overlay-details {
		-webkit-transform: translate(-50%, -72px);
	    -ms-transform: translate(-50%, -72px);
	    transform: translate(-50%, -72px);
	}
	footer ul li:nth-child(2) {
		display: none !important;
	}
	#shoppingCart .about-heading {
		font-size: 26px;
	}
	.shopping-table .table td, .shopping-table .table th, .shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-amount {
		font-size: 14px;
	}
	.shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-title {
		font-size: 16px;
	}
	.shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-img {
		height: 80px;
		width: 90px;
	}
	.shopping-table .shopping-table1.table thead tr th:nth-child(1), .shopping-table .shopping-table1.table tbody tr td:nth-child(1) {
		width: 6%;
	}
	.shopping-table .shopping-table1.table thead tr th:nth-child(2), .shopping-table .shopping-table1.table tbody tr td:nth-child(2) {
		width: 46%;
	}
	.shopping-table .shopping-table1.table tbody tr td:nth-child(4), .shopping-table .shopping-table1.table thead tr th:nth-child(4) {
	    width: 20%;
	}
	.shopping-table .shopping-table1.table tbody td .form-group {
		width: 100%;
	}
	.headerAddress {
         width: 260px;
    }
    #about .about-text1 p span span {
        font-size: 34px;
    }
    #mainMenu .navbar .mainMenu-left {
        margin-top: 10px;
    }
}

@media (max-width:767px) {
	#mainMenu .navbar .logo {
		position: relative;
		left: auto;
		margin-left: 0px;
		margin-top: 0px;
		width: calc(100% - 70%);
	}
	#mainMenu {
		padding: 2px 0px;
		margin-top: 0px;
		background-color: #fff;
	}
	.header-bar {
		color: #231f20;
	}
	#header {
		padding: 5px 0px;
		position: fixed;
        z-index: 99;
        width: 100%;
        display: none;
	}
	#header .container {
        min-height: 0px;
    }
	/*.header-left {*/
	/*	text-align: right;*/
	/*}*/
	#header .navbar button {
		padding: 4px 0px;
	}
	.cart {
		bottom: auto;
	    top: 0;
	    margin-bottom: 0px;
	    margin-right: 15px;
	}
	#mainMenu .navbar .navbar-nav .nav-item .nav-link {
		font-size: 13px;
		color: #484e8b;
	}
	#mainMenu .navbar .mainMenu-left {
	    margin-top: 10px;
	}
	/*.healt-hexotica-text .banner-text1 {*/
	/*    font-size: 22px !important;*/
	/*}*/
	.banner-text .banner-text1 {
	    font-size: 32px;
	    line-height: 38px;
	}
	.banner-text .banner-text2 {
		font-size: 16px;
		margin-top: 0px;
	}
	/*.banner-text {*/
	/*	margin-top: -36px;*/
	/*	margin-left: -193.52px;*/
	/*}*/
	.gift-text {
	    margin-left: -155.68px;
	}
	/*.healt-hexotica-text {*/
	/*	margin-left: -268.47px;*/
	/*	margin-top: -28.5px;*/
	/*}*/
	.cafeteria-text {
	    margin-left: -273.04px;
	}
	#services .col-lg-4.col-md-6 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.shopping-table-respnsv {
		overflow-x: scroll;
		margin-bottom: 15px;
	}
	/*.shopping-table-respnsv .shopping-table {*/
	/*	width: 690px;*/
	/*}*/
	.shopping-table .shopping-table2.table {
		margin-bottom: 10px;
	}
	.headerAddress {
	    width: 360px;
	    margin: 0px !important;
    }
    .header-right {
        text-align: left;
    }
    .header-right li {
        margin-top: 5px;
    }
    .banner-text {
        padding: 120px 15px;
    }
    .mobileAddress {
        padding: 15px;
        background: #484e8b;
    }
    .cartMobile {
        position: relative;
        margin-right: 0px;
    }
    .shopping-table .shopping-table1.table thead tr th:nth-child(3),
    .shopping-table .shopping-table1.table tbody tr td:nth-child(3),
    .shopping-table .shopping-table1.table thead tr th:nth-child(4),
    .shopping-table .shopping-table1.table tbody tr td:nth-child(4) {
        display:none;
    }
    .shopping-table .shopping-table1.table thead tr th:nth-child(2), .shopping-table .shopping-table1.table tbody tr td:nth-child(2) {
        width: 79%;
    }
    .shopping-table .shopping-table1.table thead tr th:nth-child(1), .shopping-table .shopping-table1.table tbody tr td:nth-child(1) {
        width: 7%;
    }
    .mobileProductPrice {
        color: #f00;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-title {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
    }
    .shopping-table .shopping-table1.table tbody tr td:nth-child(5) {
        display: flex;
        align-items: flex-end;
    }
    .shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-img {
        height: 91px;
    }
    #mainMenu .navbar .navbar-nav .nav-item:hover .nav-link,
    #mainMenu .navbar .navbar-nav .nav-item.active .nav-link,
    #mainMenu .navbar .navbar-nav .nav-item .nav-link.active,
    .header-left li:first-child,
    .header-right ul li {
        color: #fff !important;
    }
    .headerAddress {
        font-size: 12px;
    }
    .header-right img {
        width: 15px;
    }
}

@media (max-width:575px) {
	.banner-text .banner-text1 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.banner-text .banner-text2, .about-text2 ul li, .contact-menu li a, .contact-address li {
		font-size: 14px;
	}
	/*.healt-hexotica-text .banner-text1 {*/
	/*    font-size: 18px !important;*/
	/*}*/
	/*.banner-text {*/
	/*	margin-top: -31.5px;*/
	/*	margin-left: -169.33px;*/
	/*}*/
	.gift-text {
	    margin-left: -136.225px;
	}
	/*.healt-hexotica-text {*/
	/*	margin-left: -219.64px;*/
	/*	margin-top: -24px;*/
	/*}*/
	.cafeteria-text {
	    margin-left: -238.88px;
	}
	.about-heading {
		font-size: 30px;
	}
	.about-text1, footer {
		font-size: 13px;
	}
	.contact-heading {
		font-size: 20px;
	}
	.book-now .book-now-title {
		font-size: 22px;
	}
	.banner-text {
        padding: 100px 15px;
    }
    .shopping-table .shopping-table1.table tbody tr td:nth-child(5),
    .shopping-table .shopping-table1.table thead tr th:nth-child(5),
    .shopping-table .shopping-table2.table tbody tr td:last-child {
        width: 18%;
    }
    .shopping-table .shopping-table2.table tbody tr td:first-child {
        width: 82%;
    }
    .shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-title {
        font-size: 13px;
    }
}

@media (max-width:489px) {
	.banner-text .banner-text1 {
		font-size: 24px;
		line-height: 32px;
	}
	.banner-text .banner-text2, #header ul li, #mainMenu .navbar .navbar-nav .nav-item .nav-link, .about-text2 ul li, .contact-menu li a, .contact-address li, .about-text1, footer {
		font-size: 12px;
	}
	/*.healt-hexotica-text .banner-text1 {*/
	/*    font-size: 16px !important;*/
	/*}*/
	/*.banner-text {*/
	/*	margin-top: -27px;*/
	/*	margin-left: -145.12px;*/
	/*}*/
	.gift-text {
	    margin-left: -116.77px;
	}
	/*.healt-hexotica-text {*/
	/*	margin-left: -195.26px;*/
	/*	margin-top: -21px;*/
	/*}*/
	.cafeteria-text {
	    margin-left: -204.78px;
	}
	.about-heading {
		font-size: 30px;
	}
	.contact-heading {
		font-size: 16px;
	}
	.book-now .book-now-title {
		font-size: 20px;
	}
	#mainMenu .navbar .navbar-toggler {
		padding: 2px 8px;
		font-size: 17px;
	}
	.food-type.bakery-food-type .card-body .bakery-amount, .btn-order {
		font-size: 14px;
	}
	.food-type.bakery-food-type .card-title {
		font-size: 18px;
		line-height: 14px;
	}
	.food-type.bakery-food-type .card-body .bakery-price {
		font-size: 16px;
	}
	.food-type .card .card-body .card-title {
		font-size: 20px;
	}
	.header-left li:first-child {
		font-size: 14px !important;
	}
	.book-now {
		padding: 20px;
	}
	.headerAddress {
        width: 290px;
    }
    .shopping-table .shopping-table1.table tbody tr td:nth-child(1) {
        padding: 7px;
    }
    /*#mainMenu .navbar .logo {*/
    /*    width: calc(100% - 80%);*/
    /*    margin-left: 10px;*/
    /*}*/
}

@media(max-width:413px) {
	.banner-text .banner-text1 {
		font-size: 20px;
		line-height: 28px;
	}
	/*.healt-hexotica-text .banner-text1 {*/
	/*    font-size: 16px !important;*/
	/*}*/
	/*.banner-text {*/
	/*	margin-top: -24px;*/
	/*	margin-left: -120.94px;*/
	/*}*/
	.gift-text {
	    margin-left: -116.68px;
	}
	.cafeteria-text  { /*, .healt-hexotica-text*/
	    margin-left: -150px;
	    margin-top: -33px;
		width: 300px;
	}
	.about-heading {
	    font-size: 24px;
	}
	.food-type .card .card-body {
		padding: 5px;
	}
	.food-type .card .card-body .card-title {
		font-size: 18px;
	}
	.food-type.bakery-food-type .bakery-img-overlay:hover .bakery-overlay {
		height: 100%;
	}
	.food-type.bakery-food-type .bakery-img-overlay:hover .bakery-overlay .bakery-overlay-details {
		-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
	.headerAddress {
        width: 250px;
    }
    .banner-text {
        padding: 75px 15px;
    }
    .shopping-table .shopping-table1.table tbody tr td:nth-child(1) {
        padding: 4px;
    }
    .shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-img {
        margin-right: 7px;
        width: 75px;
        height: 80px;
    }
    .shopping-table .shopping-table2.table tbody tr td:first-child {
        width: 75%;
    }
    .shopping-table .shopping-table1.table tbody tr td:nth-child(5), .shopping-table .shopping-table1.table thead tr th:nth-child(5), .shopping-table .shopping-table2.table tbody tr td:last-child {
        width: 25%;
    }
    /*#mainMenu .navbar .logo {*/
    /*    width: calc(100% - 75%);*/
    /*}*/
    .shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-title,
    .shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-amount,
    .mobileProductPrice {
        font-size: 11px;
    }
    .shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-title {
        line-height: 12px;
    }
    .mobileProductPrice {
        line-height: 14px;
        margin-bottom: 3px;
    }
    .shopping-table .table td, .shopping-table .table th {
        padding: 10px 2px;
    }
    .shopping-table .shopping-table1.table tr {
        margin: 0px 2px;
    }
    .shopping-table .table td, .shopping-table .table th, .shopping-table .shopping-table1.table tbody .shoppingCart-product .shoppingCart-product-amount {
        font-size: 12px;
    }
}