@font-face {
  font-family: "Conv_Cera Pro Medium";
  src: url("../../fonts/Cera Pro Medium.eot");
  src: local("☺"), url("../fonts/Cera Pro Medium.woff") format("woff"),
    url("../fonts/Cera Pro Medium.ttf") format("truetype"),
    url("../fonts/Cera Pro Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_Cera Pro Regular";
  src: url("../fonts/Cera Pro Regular.eot");
  src: local("☺"), url("../fonts/Cera Pro Regular.woff") format("woff"),
    url("../fonts/Cera Pro Regular.ttf") format("truetype"),
    url("../fonts/Cera Pro Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_CeraPRO-Black";
  src: url("../fonts/CeraPRO-Black.eot");
  src: local("☺"), url("../fonts/CeraPRO-Black.woff") format("woff"),
    url("../fonts/CeraPRO-Black.ttf") format("truetype"),
    url("../fonts/CeraPRO-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_Cera Pro Bold";
  src: url("../fonts/Cera Pro Bold.eot");
  src: local("☺"), url("../fonts/Cera Pro Bold.woff") format("woff"),
    url("../fonts/Cera Pro Bold.ttf") format("truetype"),
    url("../fonts/Cera Pro Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Conv_Cera Pro Medium";
  font-size: 17px;
  color: #333951;
  background-color: #eceaf0;
  overflow-x: hidden;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a,
.btn {
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
:focus {
  outline: none;
}
/*************************************/
.mh-100 {
  height: 100%;
  min-height: 100vh;
}
.pageContent {
  position: relative;
}
.overlayStepCol::before {
  content: "";
  position: absolute;
  right: 0;
  background-color: #e94d59;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/step-bg.png);
}
.stepCardStyle {
  background-color: #f8f6f8;
  border-radius: 10px;
  text-align: center;
  padding: 40px 15px;
  box-shadow: 0 0 54px rgba(221, 222, 229, 0.5);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.stepCardStyle:hover {
  background-color: #ffce69;
}
.blankLink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.stepCardStyle > span {
  display: block;
  text-transform: uppercase;
  padding-top: 20px;
}
.selectOrderBtn {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 65px;
  margin-top: 40px;
}
.stepRightCol {
  text-align: center;
  min-height: 100%;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 40px 140px 40px;
}
.btn_light {
  background-color: #f8f6f8;
  display: block;
  font-size: 18px;
  color: #333951;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  padding: 45px 20px;
  letter-spacing: 0.6px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.btn_light:hover {
  background-color: #ffce69;
}
.btn_light.focus,
.btn_light:focus {
  outline: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}
.selectOrderBtn > ul > li + li {
  margin-top: 40px;
}
.stepCardCol {
  height: 100%;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 40px 100px 40px;
}
.stepCardStyle.stepCardLgStyle {
  padding: 35px 20px;
}
.stepCardStyle.stepCardLgStyle > span {
  display: inline-block;
  vertical-align: middle;
}
.stepCardStyle.stepCardLgStyle > span + span {
  padding-left: 24px;
}
.searchCol {
  width: 460px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
}
.searchCol .form-control {
  padding: 15px 100px 15px 20px;
  background-color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #333951;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  border: 0;
  height: 70px;
}
.searchCol .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9fa3b0;
}
.searchCol .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #9fa3b0;
}
.searchCol .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #9fa3b0;
}
.searchCol .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #9fa3b0;
}
.searchIcon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffce69;
  border-radius: 0 10px 10px 0;
  height: 70px;
  width: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.logoCol {
  position: absolute;
  left: 40px;
  bottom: 30px;
  right: 0;
}
.logoWidth > a > img {
  width: 160px;
}
.titleCol > h2 {
  font-size: 36px;
  color: #e94d59;
  text-transform: uppercase;
  font-family: "Conv_CeraPRO-Black";
}
.stepCardCol.checkStepCard {
  padding: 0;
}
.spaceTitle {
  padding: 30px 0;
}
.checkSelectCol label > span.rotateText {
  position: absolute;
  left: 0px;
  top: 50px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: bottom;
  font-size: 11px;
  color: #333951;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.checkSelectCol label {
  background-color: #f8f6f8;
  border-radius: 10px;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 0 0 54px rgba(221, 222, 229, 0.5);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  display: inline-block;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
  width: 100%;
}
.checkSelectCol input[type="checkbox"]:checked + label {
  background-color: #ffce69;
  transition: all 0.2s;
}
.checkSelectCol input[type="checkbox"]:checked + label > span.rotateText {
  opacity: 1;
  visibility: visible;
}
.checkSelectCol input[type="checkbox"] {
  display: absolute;
}
.checkSelectCol input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.checkSelectCol label > span {
  display: block;
  margin-top: 15px;
}
.searchCol.searchCol2 {
  position: inherit;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 30px;
}
.pageSpace {
  padding-bottom: 135px;
}
.footerSection {
  padding: 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eceaf0;
  z-index: 10;
}
.footerInner {
  padding: 0 40px;
}
.stepBtn > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.stepBtn > ul > li + li {
  margin-left: 20px;
}
.btnStyle {
  background-color: #fff;
  border-radius: 8px;
  padding: 17px 25px;
  min-width: 230px;
  font-size: 18px;
  text-transform: uppercase;
  color: #333951;
  letter-spacing: 1px;
  display: block;
  font-family: "Conv_Cera Pro Regular";
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  border: 0;
}
.btnStyle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  background-color: #ed5f51;
}
.btnStyle:hover::before {
  bottom: 0;
}
.btnStyle span {
  position: relative;
  z-index: 1;
}
.btnStyle.btn_back::before {
  background-color: #f5f5f5;
}
.btnStyle.btn_next::before {
  background-color: #d4444f;
}
.btnStyle:focus {
  box-shadow: none;
}
.btn_next {
  background-color: #ea5661;
  color: #fff;
}
.btn_next:focus,
.btn_next:hover {
  color: #fff;
}
.checkSelectCol {
  padding: 0 10px;
}
.categoryLinkBtn {
  margin: 10px;
}
.categoryLinkBtn > a {
  background-color: #ea5661;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  padding: 14px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}
.mdContainer {
  max-width: 1060px;
  margin: 0 auto;
}
.categoryCard {
  background-color: #f8f6f8;
  margin: 0 15px 50px;
  text-align: center;
  border-radius: 10px;
  padding: 30px 25px;
}
.categoryCard > h4 {
  margin: 0;
  font-size: 25px;
  font-family: "Conv_CeraPRO-Black";
  padding-bottom: 25px;
}
.categoryCard > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  text-align: left;
}
.categoryCard > ul > li > a {
  background-color: #eceaf0;
  border-radius: 8px;
  color: #333951;
  font-size: 16px;
  min-width: 200px;
  padding: 18px 15px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
.dishCard {
  position: relative;
}
.dishCard::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(31, 5, 5, 0.4);
  border-radius: 10px;
}
.dishCard > img {
  width: 100%;
  border-radius: 10px;
  height: 170px;
  object-fit: cover;
}
.dishTitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1.2;
  padding: 20px;
}
.dishSelectIcon {
  background-color: #f8f6f8;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  margin: -25px 25px 0;
  position: relative;
}
.dishSelectIcon > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.dishSelectIcon > ul > li + li {
  margin-left: 8px;
}
.dishSelectIcon label {
  text-align: center;
  position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  display: inline-block;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  cursor: pointer;
  width: 100%;
  margin: 0;
}
.dishSelectIcon label > img {
  filter: grayscale(1);
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.dishSelectIcon input[type="checkbox"]:checked + label > img {
  filter: inherit;
}
.dishSelectIcon input[type="checkbox"] {
  display: absolute;
}
.dishSelectIcon input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.dishCol {
  margin-bottom: 30px;
}
.selectOptionStyle {
  margin-top: -25px;
  position: relative;
}
.selectOptionStyle::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-left: 2px solid #b0b0b0;
  border-bottom: 2px solid #b0b0b0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  pointer-events: none;
}
.selectOptionStyle .form-control {
  height: 70px !important;
  background-color: #f8f6f8;
  border-radius: 10px;
  border: 0;
  padding: 15px 60px 15px 30px;
  font-size: 18px;
  -webkit-appearance: none;
  color: #9fa3b0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}
.selectOptionStyle .form-control:focus {
  box-shadow: none;
}
.traditionalCol {
  background-color: #f8f6f8;
  border-radius: 10px;
  padding: 10px 50px 10px 10px;
}
.traditionalImg > img {
  border-radius: 10px;
  height: 352px;
  object-fit: cover;
  width: 100%;
}
.traditionalText > h4 {
  font-family: "Conv_Cera Pro Bold";
  font-size: 25px;
}
.traditionalText > p {
  font-size: 19px;
  font-family: "Conv_Cera Pro Regular";
  text-transform: capitalize;
}
.counterNumber span {
  cursor: pointer;
}
.counterNumber .minus,
.counterNumber .plus {
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.counterNumber input {
  height: 34px;
  width: 100px;
  text-align: center;
  font-size: 26px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
.counterTitle span {
  display: block;
  color: #9fa3b0;
  font-size: 14px;
  font-family: "Conv_Cera Pro Regular";
}
.counterNumber .number {
  background-color: #eceaf0;
  width: 80px;
  text-align: center;
}
.counterNumber .number > input {
  width: 24px;
  font-size: 13px;
  color: #333951;
  border: 0;
  border-radius: 2px;
  height: 24px;
}
.counterNumber .number .minus,
.counterNumber .number .plus {
  padding: 0;
  color: #333951;
  font-size: 24px;
  background-color: transparent;
  border: 0;
  width: auto;
  height: auto;
  display: inline-block;
}
.counterNumber .number .minus {
  font-size: 28px;
  padding-right: 4px;
}
.counterNumber .number .plus {
  padding-left: 4px;
}
.counterNumber {
  padding-left: 10px;
}
.traditionalText {
  padding-bottom: 30px;
}
.traditionalPrice > h2 {
  color: #e94d59;
  font-size: 36px;
  padding-bottom: 10px;
}
.smTitle > h4 {
  color: #9fa3b0;
  font-size: 16px;
  padding-bottom: 10px;
  font-family: "Conv_Cera Pro Bold";
}
.customRadioStyle input[type="radio"] {
  display: none;
}
.customRadioStyle label {
  position: relative;
  display: block;
  padding: 0px 10px 0px 25px;
  cursor: pointer;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Conv_Cera Pro Regular";
}
.customRadioStyle label::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #eceaf0;
  border-radius: 100%;
}
.customRadioStyle input[type="radio"]:checked + label::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 4px;
  width: 5px;
  height: 5px;
  background: #e94d59;
  border-radius: 50%;
}
.cardListCol > ul > li {
  position: relative;
  padding-right: 35px;
  text-transform: uppercase;
  font-family: "Conv_Cera Pro Regular";
  font-size: 14px;
}
.cardListCol > ul > li > span {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Conv_Cera Pro Bold";
}
.cardListCol {
  margin-top: 20px;
}
.spaceTop {
  padding-top: 60px;
}
.traditionalCardCounter {
  padding-right: 60px;
}
.traditionalCardTitle > h4 {
  color: #9fa3b0;
  font-size: 16px;
  font-family: "Conv_Cera Pro Bold";
  padding-bottom: 10px;
}
.counterPanelList .counterTitle span {
  font-family: "Conv_Cera Pro Regular";
  font-size: 15px;
  text-transform: uppercase;
  color: #333951;
}
.counterPanelList .counterNumber .number {
  width: 75px;
  background-color: #ffffff;
  height: 30px;
}
.counterPanelList {
  margin-bottom: 10px;
}
.counterPanelList .counterNumber .number .minus,
.counterPanelList .counterNumber .number .plus {
  line-height: 20px;
  padding: 0;
  font-size: 22px;
  color: #333951;
  margin-top: -2px;
}
.counterPanelList .counterNumber .number .minus {
  font-size: 35px;
  padding-right: 2px;
}
.counterPanelList .counterNumber .number .plus {
  padding-left: 2px;
}
.counterPanelList .counterNumber .number > input {
  line-height: 20px;
  background-color: #e94d59;
  color: #fff;
  font-size: 13px;
  width: 26px;
  height: 30px;
  border-radius: 0;
  margin-top: 0px;
}
.radioStyleCol .customRadioStyle label::before {
  background-color: #fff;
}
.radioPanel .smTitle > h4 {
  padding: 0;
}
.radioPanel {
  margin-top: 20px;
}
.cardListCol.radioStyleCol {
  margin-top: 0;
}
.traditionalImg {
  width: 396px;
}
.cartTableCol {
  background-color: #f8f6f8;
  border-radius: 10px;
}
.cartTableCol .table thead th {
  color: #9fa3b0;
  font-size: 16px;
  border: 0;
  padding: 20px 30px;
  font-family: "Conv_Cera Pro Regular";
}
.cartTableCol .table td,
.cartTableCol .table th {
  padding: 15px 30px;
  vertical-align: middle;
  text-align: center;
  border-color: #eceaf0;
}
.cartTableCol .table td {
  border-bottom: 1px solid #eceaf0;
}
.cartTableCol .table td.proText {
  max-width: 350px;
}
.cartTableCol .table td.proText > span {
  color: #333951;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: "Conv_Cera Pro Regular";
}
.cartTableCol .table td.proText > p {
  margin: 0;
  color: #9fa3b0;
  font-size: 13px;
  font-family: "Conv_Cera Pro Regular";
}
.actionBtn > span + span {
  margin-left: 6px;
}
.actionBtn > span > img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.tableCartOption {
  padding: 30px 70px 50px 30px;
  text-align: right;
}
.selectOptionCart {
  margin: 0;
  position: relative;
}
.tableCartOption > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.selectOptionCart {
  margin: 0;
  position: relative;
  width: 275px;
}
.selectOptionCart::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border: solid #181725;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  pointer-events: none;
}
.selectOptionCart .form-control {
  border-color: #333951;
  height: 60px !important;
  width: 100%;
  border-radius: 8px;
  color: #333951;
  font-size: 18px;
  background-color: transparent;
  padding: 10px 50px 10px 20px;
  font-family: "Conv_Cera Pro Regular";
  -webkit-appearance: none;
}
.selectOptionCart .form-control:focus {
  box-shadow: none;
}
.tableCartOption .priceAddCounter {
  background-color: #ea5661;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
  padding: 15px;
  border-radius: 8px;
  height: 60px;
  width: 163px;
  line-height: 30px;
}
.tableCartOption > ul > li + li {
  margin-left: 35px;
}
.tableCartOption .counterTitle span {
  color: #fff;
  font-size: 18px;
}
.tableCartOption .counterNumber .number {
  background-color: transparent;
  width: auto;
}
.tableCartOption .counterNumber .number > input {
  height: auto;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  width: 20px;
}
.tableCartOption .counterNumber .number .minus,
.tableCartOption .counterNumber .number .plus {
  color: #fff;
}
.cardStyleMd {
  width: 300px;
  background-color: #f8f6f8;
  padding: 20px;
  border-radius: 10px;
}
.mdTitle > h4 {
  font-size: 17px;
  padding-bottom: 10px;
  font-family: "Conv_Cera Pro Bold";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cartImgCol > img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  object-fit: cover;
}
.counterNumber.counterCart {
  padding-left: 15px;
  text-align: center;
}
.counterNumber.counterCart .number > input {
  background-color: #e94d59;
  color: #fff;
}
.cartImgPrice {
  text-align: right;
  font-family: "Conv_Cera Pro Regular";
}
.cartSpace {
  padding-top: 10px;
}
.cartPannel {
  border-bottom: 1px solid #eceaf0;
  margin-bottom: 29px;
  padding-bottom: 29px;
}
.cartPriceTotl > h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-family: "Conv_Cera Pro Regular";
}
.cartdollarPrice > h3 {
  margin: 0;
  text-align: right;
  font-size: 26px;
  font-family: "Conv_Cera Pro Bold";
}
.cartPrice .mdTitle {
  padding-bottom: 10px;
}
.cartTableCol .table.table-responsive {
  display: inline-table;
}
.paymentCard {
  background-color: #f8f6f8;
  border-radius: 10px;
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}
.paymentCard > span {
  display: block;
  padding-top: 15px;
}

.cardLgCol {
  background-color: #f8f6f8;
  border-radius: 10px;
  margin-top: 50px;
  padding: 30px;
}
.form-group.checkStyle input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group.checkStyle label {
  position: relative;
  cursor: pointer;
  margin: 0;
  color: #9fa3b0;
  font-size: 15px;
  font-family: "Conv_Cera Pro Regular";
}
.form-group.checkStyle label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #eceaf0;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.form-group.checkStyle input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 6px;
  height: 6px;
  background-color: #ea5661;
  border-radius: 50%;
  margin-top: -1px;
}
.cardLgCol > h4 {
  font-size: 21px;
  text-transform: uppercase;
  font-family: "Conv_Cera Pro Bold";
}
.form-group.checkStyle {
  margin: 0;
}
.checkoutListPrice {
  text-align: right;
}
.checkoutListname > span {
  font-size: 16px;
  font-family: "Conv_Cera Pro Regular";
}
.listSpace {
  margin-top: 5px;
}
.checkoutListPrice > span {
  font-size: 16px;
  font-family: "Conv_Cera Pro Bold";
}
.checkoutBtn > ul > li > .btnStyle {
  padding: 14px 20px;
  color: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.btn_secondary {
  background-color: #63dda3;
}
.btn_secondary::before {
  background-color: #53ca91;
}
.btn_dark {
  background-color: #333951;
}
.btn_dark::before {
  background-color: #1e2333;
}
.btn_primary {
  background-color: #ea5661;
}
.btn_primary::before {
  background-color: #d4444f;
}
.checkoutBtn > ul > li {
  margin-top: 15px;
}
.cartPannel {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.paymentDetail {
  background-color: #f8f6f8;
  border-radius: 10px;
  padding: 30px 40px;
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.paymentDetail > h2 {
  font-family: "Conv_Cera Pro Bold";
  color: #ea5661;
  font-size: 33px;
}
.paymentDetail > h2 > span {
  font-family: "Conv_Cera Pro Regular";
  color: #000000;
  font-size: 16px;
  letter-spacing: 1px;
}
.paymentImg > img {
  width: 115px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
}
.paymentContent {
  margin-top: 25px;
}
.paymentText > h4 {
  font-family: "Conv_Cera Pro Bold";
  font-size: 21px;
}
.paymentText > p {
  color: #9fa3b0;
  font-size: 15px;
  margin: 0;
  font-family: "Conv_Cera Pro Regular";
}
.paymentPrice {
  text-align: right;
}
.paymentPrice > h4 {
  font-family: "Conv_Cera Pro Bold";
  color: #ea5661;
  font-size: 21px;
  text-transform: uppercase;
}
.paymentText > h3 {
  font-family: "Conv_Cera Pro Regular";
  font-size: 21px;
}
.leftSpace {
  margin-left: 143px;
}
.paymentCol.cardStyleMd {
  width: 423px;
  padding: 40px;
}
.spaceCol {
  padding: 20px 0;
}
.InputStyle > label {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "Conv_Cera Pro Regular";
}
.InputStyle .form-control {
  background-color: #eceaf0;
  border: 0;
  border-radius: 8px;
  padding: 10px 20px;
  height: 50px !important;
  font-size: 16px;
  font-family: "Conv_Cera Pro Regular";
}
.InputStyle .form-control:focus {
  box-shadow: none;
}
.InputStyle .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #959595;
}
.InputStyle .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
.InputStyle .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #959595;
}
.InputStyle .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
.formIconCol {
  position: relative;
}
.formIconCol .form-control {
  padding-right: 115px;
}
.cardInfoIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.paymentCol .checkoutBtn > ul > li {
  text-align: center;
}
.checkoutBtn > ul > li > .btnStyle.btn_light {
  color: #333951;
  text-transform: capitalize;
}
.checkoutBtn > ul > li > .btnStyle.btn_light::before {
  background-color: #fff;
}
.checkoutBtn > ul > li > .btnStyle.btn_light > span > span img {
  padding-right: 10px;
}
.btncart {
  margin-top: 30px;
}
.contentCol2 {
  max-width: 841px;
  margin: 0 auto;
  position: relative;
}
.searchStyleCol .searchCol.searchCol2 {
  width: auto;
  position: relative;
}
.formCardCol {
  background-color: #f8f6f8;
  border-radius: 10px;
  padding: 40px 30px 50px 30px;
}
.formCardCol > h4 {
  font-family: "Conv_Cera Pro Bold";
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
}
.searchStyleCol {
  margin-bottom: 30px;
}
.formCardCol .form-group {
  margin-top: 8px;
}
.formCardCol .row {
  margin-top: 20px;
}
.btnCol {
  margin-top: 40px;
}
.InputIconCol {
  position: relative;
}
.InputIconCol input.form-control {
  padding-right: 50px;
}
span.inputIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.formCardCol .InputStyle .form-control {
  height: 60px !important;
}
.formCardCol.formCardCol2 {
  padding: 10px 30px 25px;
}
.selectForm select.form-control {
  padding-right: 50px;
  -webkit-appearance: none;
}
.selectForm {
  position: relative;
}
.selectForm::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border: solid #aaacb0;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  pointer-events: none;
}
.bookTable {
  height: 100%;
  padding: 30px;
}
.bookTable .customRadioStyle {
  padding-top: 10px;
}
.bookTable .customRadioStyle label {
  margin-top: 10px;
}
.customerBtn > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.headerCol {
  padding: 40px 0;
}
.customerBtn > ul > li + li {
  margin-left: 15px;
}
.customerBtn .searchCol .form-control {
  height: 41px;
}
.customerBtn .searchIcon {
  height: 41px;
  width: 45px;
}
.tblCheckStyle .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.tblCheckStyle .form-group {
  margin: 0;
}
.tblCheckStyle .form-group label {
  position: relative;
  cursor: pointer;
  margin: 0;
}
.tblCheckStyle .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #eceaf0;
  border: 1px solid #dad9db;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
}
.tblCheckStyle .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 4px;
  height: 8px;
  border: solid #333951;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.cartTableCol.customerTable td {
  font-size: 15px;
  font-family: "Conv_Cera Pro Regular";
}
td.tblLink > a {
  color: #9fa3b0;
  border-bottom: 1px solid;
}
.cartTableCol.customerTable .table td,
.cartTableCol.customerTable .table th {
  padding: 12px;
}
.customerColPage {
  margin-top: 40px;
}
.paginationCol .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-color: #f8f6f8;
  font-size: 14px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333951;
  border-radius: 50%;
}
.paginationCol ul.pagination {
  justify-content: center;
}
.paginationCol .page-link:focus {
  box-shadow: none;
}
.paginationCol li + li {
  margin-left: 10px;
}
.paginationCol > nav > ul.pagination li:first-child a.page-link {
  background-color: transparent;
  border: 0;
}
.paginationCol > nav > ul.pagination li:last-child a.page-link {
  background-color: transparent;
  border: 0;
}
a.btn.btnStyle.btn_dark {
  color: #fff;
}
a.linkbtnCol {
  background-color: #e94d59;
  color: #fff;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 13px;
}
a.linkCol {
  color: #e94d59;
}
.d-inline-btn .btnStyle {
  width: 220px;
  margin-left: auto;
}
.infoCol {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  color: #333951;
  box-shadow: 0 0px 14px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  font-family: "Conv_Cera Pro Regular";
  position: relative;
}
.infoCol::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ea5661;
  width: 5px;
}
.infoCol > p {
  font-size: 18px;
  margin: 0;
  padding-left: 30px;
  position: relative;
}
.infoCol > p > span {
  vertical-align: text-bottom;
  position: absolute;
  left: 0;
  top: -2px;
}
.infoCol > p > span > img {
  width: 20px;
}
.searchCol.btnStyle2 {
  width: fit-content;
}
.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-flex .selectOrderBtn {
  width: 100%;
}
.filterIcon {
  background-color: #fff;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-top: -80px;
  margin-bottom: 30px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.paymentCol .checkoutBtn > ul > li > span {
  color: #9fa3b0;
  font-size: 13px;
  font-family: "Conv_Cera Pro Regular";
}
.formCardCol.tableSelectCard {
  padding: 20px;
  margin: 30px 0;
}
.listStyle {
  margin-top: 30px;
}
.listStyle > ul > li {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #333967;
  font-size: 16px;
  margin-top: 5px;
  font-family: "Conv_Cera Pro Regular";
}
.listStyle > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #333967;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

/********************************
***** MEDIA QUARY ********
********************************/
@media (min-width: 1400px) {
  .container {
    max-width: 1366px;
  }
}
@media (max-width: 1840px) {
  .stepRightCol {
    padding: 20px 30px 140px 30px;
    max-width: 550px;
  }
  .selectOrderBtn {
    padding: 40px;
    margin-top: 30px;
  }
  .stepCardStyle {
    padding: 35px 15px;
    margin-bottom: 20px;
  }
  .stepCardCol {
    padding: 30px 30px 100px 30px;
    max-width: 550px;
  }
  .btn_light {
    font-size: 18px;
    padding: 40px 20px;
  }
  .spaceTitle {
    padding: 20px 0;
  }
  .checkSelectCol label {
    padding: 20px 15px;
  }
  .checkSelectCol label > img {
    width: 40px;
  }
  .checkSelectCol label > span {
    margin-top: 10px;
  }
  .checkSelectCol label > span.rotateText {
    top: 30px;
  }
  .footerInner {
    padding: 0 60px;
  }
}
@media (max-width: 1740px) {
  .stepCardStyle {
    margin-bottom: 15px;
  }
  .stepCardStyle > span {
    padding-top: 15px;
  }
  .btn_light {
    font-size: 16px;
    padding: 35px 20px;
  }
  .searchCol .form-control {
    padding: 10px 100px 10px 20px;
    font-size: 14px;
    height: 60px;
  }
  .searchIcon {
    height: 60px;
    width: 70px;
  }
}
@media (max-width: 1640px) {
  .stepCardCol {
    padding: 20px 20px 80px 20px;
    max-width: 480px;
  }
  .stepCardStyle.stepCardLgStyle {
    padding: 30px 20px;
  }
  .logoCol {
    left: 20px;
    bottom: 20px;
  }
  .selectOrderBtn {
    padding: 30px;
    margin-top: 0;
  }
  .btn_light {
    font-size: 14px;
    padding: 30px 15px;
  }
  .stepCardStyle > span {
    font-size: 14px;
  }
  .stepRightCol {
    padding: 20px 20px 120px 20px;
    max-width: 480px;
  }
  .searchCol {
    width: 400px;
    bottom: 30px;
  }
  .selectOrderBtn > ul > li + li {
    margin-top: 30px;
  }
  .stepCardCol.checkStepCard {
    max-width: 500px;
  }
  .searchCol.searchCol2 {
    margin-top: 20px;
  }
  .stepBtn > ul > li + li {
    margin-left: 15px;
  }
  .titleCol > h2 {
    font-size: 28px;
  }
  .checkSelectCol label > img {
    width: 34px;
  }
  .checkSelectCol label {
    margin-bottom: 20px;
  }
  .footerInner {
    padding: 0 90px;
  }
  .checkSelectCol {
    padding: 0 5px;
  }
  .categoryCard {
    margin: 0 15px 30px;
    padding: 25px 20px;
  }
  .categoryCard > h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .categoryCard > ul > li > a {
    font-size: 14px;
    min-width: 180px;
    padding: 15px;
  }
  .mdContainer {
    max-width: 960px;
  }
  .selectOptionStyle .form-control {
    padding: 10px 60px 10px 20px;
    font-size: 16px;
    height: 55px !important;
  }
  .btnStyle {
    padding: 14px 20px;
    min-width: 200px;
  }
}
@media (max-width: 1540px) {
  .stepCardStyle img {
    width: 35px;
  }
  .stepCardCol {
    padding: 15px 15px 60px 15px;
    max-width: 430px;
  }
  .logoWidth > a > img {
    width: 140px;
  }
  .stepCardStyle.stepCardLgStyle > span + span {
    padding-left: 15px;
  }
  .selectOrderBtn > ul > li + li {
    margin-top: 20px;
  }
  .stepRightCol {
    padding: 15px 15px 100px 15px;
    max-width: 430px;
  }
  .searchCol {
    width: 350px;
    bottom: 20px;
  }
  .searchCol .form-control {
    padding: 10px 65px 10px 15px;
    font-size: 13px;
    height: 50px;
  }
  .searchIcon {
    height: 50px;
    width: 55px;
  }
  .searchIcon > img {
    width: 15px;
  }
  .searchCol.searchCol2 {
    margin-top: 15px;
  }
  .footerSection {
    padding: 15px 0;
  }
  .spaceTitle {
    padding: 15px 0;
  }
  .checkSelectCol label {
    margin-bottom: 15px;
  }
  .checkSelectCol label > span {
    margin-top: 8px;
    font-size: 14px;
  }
  .traditionalText > h4 {
    font-size: 20px;
  }
  .traditionalText > p {
    font-size: 16px;
  }
  .traditionalImg {
    width: 330px;
  }
  .traditionalImg > img {
    height: 300px;
  }
  .traditionalPrice > h2 {
    font-size: 26px;
  }
  .counterNumber {
    padding-left: 0;
  }
  .counterNumber .number .minus {
    font-size: 20px;
  }
  .counterPanelList .counterTitle span {
    font-size: 14px;
  }
  .counterPanelList {
    margin-bottom: 7px;
  }
  .tableCartOption {
    padding: 20px 25px 40px 20px;
  }
  .cartTableCol .table td,
  .cartTableCol .table th {
    padding: 15px;
  }
  .cartTableCol .table thead th {
    font-size: 14px;
    padding: 15px;
  }
  .actionBtn > span > img {
    width: 15px;
    height: 15px;
  }
  .selectOptionCart .form-control {
    height: 50px !important;
    font-size: 16px;
    padding: 8px 40px 8px 15px;
  }
  .selectOptionCart::before {
    right: 15px;
    width: 8px;
    height: 8px;
    border-width: 0 1px 1px 0;
  }
  .tableCartOption > ul > li + li {
    margin-left: 20px;
  }
  .tableCartOption .priceAddCounter {
    padding: 10px 10px;
    height: 50px;
    width: 155px;
    line-height: 30px;
  }
  .tableCartOption .counterTitle span {
    font-size: 16px;
  }
  .tableCartOption .counterNumber .number .minus,
  .tableCartOption .counterNumber .number .plus {
    padding: 0;
    font-size: 20px;
  }
  .selectOptionCart {
    width: 240px;
  }
  .cartPrice .mdTitle {
    padding-bottom: 0;
  }
  .cartPannel {
    margin-bottom: 21px;
    padding-bottom: 21px;
  }
  .formCardCol .InputStyle .form-control {
    height: 50px !important;
  }
  .infoCol {
    padding: 15px 30px;
    font-size: 14px;
  }
  .infoCol > p {
    font-size: 16px;
  }
  .btnStyle {
    padding: 12px 15px;
    min-width: 180px;
    font-size: 16px;
  }
  .filterIcon {
    width: 45px;
    height: 45px;
    border-radius: 6px;
    margin-top: -60px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1400px) {
  .footerInner {
    padding: 0 30px;
  }
  .checkSelectCol {
    padding: 0 2px;
  }
  .dishCard > img {
    height: 140px;
  }
  .dishTitle {
    font-size: 18px;
    padding: 15px;
  }
  .dishSelectIcon label > img {
    width: 20px;
  }
  .dishSelectIcon > ul > li + li {
    margin-left: 3px;
  }
  .dishSelectIcon {
    padding: 4px 10px 8px 10px;
  }
  .paymentCol.cardStyleMd {
    width: 350px;
    padding: 20px;
  }
  .paymentDetail {
    padding: 20px;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .stepCardCol.checkStepCard {
    max-width: 400px;
  }
  .categoryCard {
    margin: 0 0 20px;
  }
  .categoryLinkBtn > a {
    font-size: 14px;
  }
  .traditionalImg {
    width: 250px;
  }
  .traditionalImg > img {
    height: 250px;
  }
  .traditionalText {
    padding-bottom: 0;
  }
  .traditionalCol {
    padding: 10px 20px 10px 10px;
  }
  .traditionalCardCounter {
    padding-right: 0;
  }
  .cartTableCol .table td.proText {
    max-width: 250px;
  }
  .tableCartOption {
    padding: 15px 20px 30px 15px;
  }
  .tableCartOption .priceAddCounter {
    width: 130px;
  }
  .formCardCol .form-group {
    margin-top: 0;
  }
  .formCardCol.formCardCol2 {
    padding: 10px 15px;
  }
  .btnStyle {
    min-width: 160px;
  }
}
@media (max-width: 991px) {
  .stepCardCol.checkStepCard {
    max-width: 100%;
  }
  .pageSpace {
    padding-bottom: 50px;
  }
  .footerInner {
    padding: 0;
  }
  .spaceTitle {
    padding: 30px 0;
  }
  .dishCard > img {
    height: 200px;
  }
  .selectOptionStyle {
    margin-top: 0;
  }
  .traditionalImg {
    width: 100%;
    margin-bottom: 20px;
  }
  .spaceTop {
    padding-top: 30px;
  }
  .traditionalCardCounter {
    margin-bottom: 30px;
  }
  .cardStyleMd {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
  }
  .paymentCol.cardStyleMd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mdContainer {
    max-width: 100%;
  }
  .categoryLinkBtn > a {
    padding: 12px;
  }
  .dishCard > img {
    height: 160px;
  }
  .traditionalText > p {
    font-size: 14px;
  }
  .cartTableCol .table td,
  .cartTableCol .table th {
    white-space: nowrap;
  }
  .cartTableCol .table td.proText {
    max-width: 100%;
  }
  .tableCartOption {
    padding: 15px 15px 30px 15px;
  }
  .selectOptionCart .form-control {
    height: 45px !important;
    font-size: 14px;
    padding: 8px 30px 8px 15px;
  }
  .tableCartOption .priceAddCounter {
    padding: 6px 10px;
    height: 45px;
  }
  .selectOptionCart {
    width: 200px;
  }
  .tableCartOption > ul > li + li {
    margin-left: 10px;
  }
  .cartPannel {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .cartTableCol .table.table-responsive {
    display: block;
  }
  .bookTable .customRadioStyle {
    padding-top: 0;
  }
  .footerSection {
    position: static;
  }
}
@media (max-width: 585px) {
  .pageSpace {
    padding-bottom: 20px;
  }
  .stepBtn {
    text-align: right;
    margin-bottom: 20px;
  }
  .dishCard > img {
    height: 230px;
  }
  .paymentText {
    padding-top: 20px;
  }
  .leftSpace {
    margin-left: 0;
  }
  .paymentText > h3 {
    font-size: 18px;
  }
  .customRow .col-6,
  .customRow .col-12 {
    padding: 0 10px;
  }
  .infoCol {
    padding: 10px 20px;
    font-size: 13px;
  }
  .infoCol > p {
    font-size: 14px;
  }
  .infoCol::before {
    width: 3px;
  }
}

@media (max-width: 485px) {
  .selectOrderBtn {
    padding: 20px;
  }
  .stepRightCol {
    max-width: 100%;
    padding: 30px 20px;
  }
  .searchCol {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
  }
  .stepCardCol {
    padding: 30px 20px 60px;
    max-width: 100%;
  }
  .logoCol {
    text-align: center;
  }
  .footerInner {
    text-align: center;
  }
  .stepBtn {
    text-align: center;
    margin-bottom: 40px;
  }
  .pageSpace {
    padding-bottom: 0;
  }
  .checkSelectCol label > img {
    width: 25px;
  }
  .checkSelectCol {
    padding: 0;
  }
  .checkSelectCol label {
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 15px;
  }
  .categoryCard > ul > li {
    display: block;
  }
  .categoryCard > ul > li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .stepBtn > ul > li {
    display: block;
  }
  .stepBtn > ul > li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .tableCartOption > ul > li {
    display: block;
  }
  .tableCartOption > ul > li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .tableCartOption .priceAddCounter,
  .selectOptionCart {
    margin-left: auto;
  }
  .stepBtn > ul > li {
    display: block;
  }
  .customRow .col-6,
  .customRow .col-12 {
    padding: 0 5px;
  }
  .stepRightCol.d-flex,
  .transferOption.d-flex {
    display: block !important;
  }
  .filterIcon {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 385px) {
  .tableCartOption .counterTitle span {
    font-size: 14px;
  }
  .tableCartOption .counterNumber .number > input {
    font-size: 16px;
    width: 16px;
  }
  .customRow .col-6,
  .customRow .col-12 {
    webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/** Harpreet Changes **/

.InputStyle .form-control.is-invalid {
  border: solid 1px #dc3545;
}
.text-primary {
  color: #e94d59 !important;
}
a.link-primary {
  color: #e94d59 !important;
  cursor: pointer;
}
.printed-modal-body {
  height: 250px;
  text-align: center;
  padding: 0 35px;
}
.printed-modal-icon {
  color: #ea5661;
  font-family: "Conv_Cera Pro Bold";
  font-size: 70px;
}
.printed-modal-title {
  color: rgba(0,0,0,.65);
  font-weight: 600;
  text-transform: none;
  position: relative;
  display: block;
  padding: 13px 16px;
  font-size: 27px;
  line-height: normal;
  text-align: center;
}
.printed-modal-text {
  font-size: 16px;
  position: relative;
  float: none;
  line-height: normal;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-weight: 400;
  color: rgba(0,0,0,.64);
  max-width: calc(100% - 20px);
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.printer-modal-footer {
  text-align: right;
}
.printer-modal-footer-btn {
  background-color: #ea5661;
  color: white;
  padding: 10px 24px;
  font-weight: 600;
}


.form-group.radioCheckStyling {
  display: block;
  width: 100%;
}

.form-group.radioCheckStyling input[type='radio'] {
  -webkit-appearance:none;
  background-color: #eceaf0;
  width:20px;
  height:20px;
  border-radius:10%;
  outline:none;
  cursor: pointer;
  vertical-align:middle;
}

.form-group.radioCheckStyling input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  border-radius:50%;
}

.form-group.radioCheckStyling input[type='radio']:checked:before {
  background:#ea5661;
}

.form-group.radioCheckStyling label {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 5px;
  color: #9fa3b0;
  font-size: 15px;
  font-family: "Conv_Cera Pro Regular";
  display: inline;
}