body {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: normal;
	padding: 0;
	font-weight: normal;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}
p {
	margin: 0;
	padding: 0;
	font-size: 19px;
	line-height: 30px;
	color: #6C6C6C;
	font-family: 'Montserrat', sans-serif;
}
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}
a {
	color: #bdbdbd;
	outline: none !important;
}
.btn {
	outline: none !important;
}
a:hover {
	color: #333
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	vertical-align: top;
	line-height: normal;
	display: inline-block;
}
img {
	max-width: 100%;
}
/* header css */
.inp-row:after {
	clear: both;
	display: block;
	content: "";
}
.cmn-btn {
	color: #000;
	display: inline-block;
	padding: 10px 42px;
	background: #000000;
	border: solid 1px #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}
.cmn-btn:hover,
.cmn-btn:focus {
	background: #fff;
	border: solid 1px #000;
	color: #000;
}
.login-logo {
	text-align: center;
	padding: 10px 0 25px 0;
}
.login-inner {
	padding: 25px 25px 60px;
	margin-top: 0px;
	margin-bottom: 50px;
}
.login-frm { /* border-left: 50px; */
	border-left: solid 1px #333;
	padding-left: 80px;
	padding-top: 25px;
	padding-bottom: 25px;
	max-width: 340px;
}
.cmn-field {
	width: 100%;
	border: solid 2px #000;
	height: 35px;
	padding: 4px 4px;
	font-size: 14px;
	color: #666;
}
.label-text {
	font-size: 14px;
	color: #000;
}
.label-text {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 600;
}
.inp-row {
	padding: 6px 0;
}
.inp-link a {
	color: #666;
	font-size: 13px;
}
.inp-link a:hover {
	color: #000;
}
.login-left {
	text-align: right;
	padding-top: 35px;
	font-size: 26px;
	letter-spacing: 2px;
	padding-right: 60px;
	font-weight: 300;
}
.login-div-form {
	padding: 10px 0;
}
.small-txt {
	font-size: 14px;
	color: #808080;
	max-width: 280px;
	float: right;
	padding-top: 20px;
}
.menu-btn {
	float: left;
	font-size: 20px;
	cursor: pointer;
}
.login-box {
	float: right;
	padding: 5px 0;
}
.login-box a {
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
}
.login-box a i {
	font-size: 25px;
	margin-left: 5px;
}
.banner {
	margin: 0 auto 60px;
	max-width: 1024px;
	width: 100%;
}
.banner img {
	width: 100%;
}
.middle-content {
	width: 100%;
	max-width: 921px;
	margin: 0 auto 60px;
}
.more-btn {
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #000;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: 700;
	padding: 12px 30px;
	letter-spacing: 1.5px;
}
.more-btn:hover {
	background: #000;
	color: #fff;
}
.header-right {
	display: flex;
	justify-content: end;
	align-items: center;
}
.search {
	padding-left: 15px;
	border-left: 1px solid #0000002e;
	margin-left: 15px;
}
.search a {
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
	color: #000;
}
.hedaer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin-bottom: 60px;
}
.hedaer .login-logo {
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	max-width: 40px;
	margin: auto;
}
.search-section {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000d6;
	transition: ease-in-out .5s;
}
.search-section .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.search-field {
	position: relative;
}
.search-field input {
	background: none;
	padding: 15px 25px 15px 0;
	color: #fff;
	border: none;
	border-bottom: 2px solid #fff;
	width: 100%;
	font-size: 20px;
}
.search-field button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	height: 100%;
	padding: 0;
}
.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	font-size: 18px;
}
.search-section.show {
	top: 0;
}
.page-text {
	margin-bottom: 30px;
}
.mobile-menu-btn {
	display: none;
}
.menu-section {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000d6;
	transition: ease-in-out .5s;
	text-align: center
}
.menu-section .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.menu-section li a {
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase
}
.menu-section li {
	display: block;
	margin-bottom: 30px;
}
.menu-section.show {
	top: 0;
}
.landing-box {
	background: #000;
	height: 100%;
	display: flex;
	align-items: center;
}
.landing-box p {
	color: #fff;
	font-size: 13px;
	letter-spacing: 4px;
	line-height: 24px;
}
.landing-box h3 {
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 5px;
	font-weight: 300
}
.landing-box a {
	display: block;
}
.landing-box:hover {
	background: #7e0000
}
.landing-box img {
	width: 100%;
}
.landing-info {
	padding: 30px;
}
.form-cl {
	float: left;
	width: 50%;
}
.form-cl-row input[type="text"],
.form-cl-row input[type="email"],
.form-cl-row input[type="password"],
.form-cl-row select {
	width: 90%;
}
.frm-label {
	margin: 0px 0px 5px;
	font-size: 10px;
	color: #000;
	letter-spacing: 5px;
	font-weight: 500;
	line-height: 14px;
}
.req {
	font-size: 16px;
	vertical-align: middle;
}
.main-title {
	background: #000000;
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	height: 32px;
	line-height: 31px;
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: 2px;
}

.grey-title{
	background: #96D2D2;
	color: #000;	
}

.grey-table{	
	background: #C8E8E8;
}
.form-cl-row:after {
	content: "";
	display: block;
	content: "";
	clear: both;
}
/*.form-cl-row {
	padding: 12px 0;
}*/

.form-cl-row {
	padding-bottom: 12px;
}
.main-title-row {
	max-width: 95%;
}
.main-nav {
	padding-bottom: 50px;
	font-size: 0;
}
.main-nav li a {
	display: block;
	padding: 8px 63px;
	color: #000;
	font-size: 13px;
	letter-spacing: 2px;
	border-left: solid 1px #000;
}
/*.main-nav li:last-child a{
	border:none;
}*/
.main-nav li a:hover,
.main-nav li.active a {
	background: #7e0000;
	color: #fff;
}
.bot-box {
	border: solid 2px #7e0000;
	min-height: 300px;
	padding: 15px 10px;
}
.bot-box:after {
	clear: both;
	display: block;
	content: "";
}
.bot-cl-in {
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
}
.bot-cl {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 0px;
}
.img-cl {
	display: inline-block;
	position: relative;
}
.txt-1 {
	position: absolute;
	top: 48%;
	text-align: center;
	display: block;
	font-size: 27px;
	color: #000;
	width: 100%;
}
.txt-2 {
	position: absolute;
	top: 155px;
	text-align: center;
	display: block;
	font-size: 30px;
	color: #000;
	width: 40px;
	height: 40px;
	border: solid 2px #000;
	border-radius: 100%;
	line-height: 33px;
	margin: auto;
	left: 0;
	right: 0;
}
.cut_border{
	border: none;
}
.txt-3 {
	position: absolute;
	bottom: 15px;
	text-align: center;
	display: block;
	font-size: 30px;
	color: #000;
	width: 40px;
	height: 40px;
	border: solid 2px #000;
	border-radius: 100%;
	line-height: 33px;
	margin: auto;
	left: 0;
	right: 0;
}
.cut_border_text{
	border: none;
}
.img-cl img {
	max-width: 77px;
}
.topspace-img {
	padding-top: 25px;
}
.topspace-img {
	padding-top: 63px;
}
.fns-txt {
	clear: both;
	padding-top: 15px;
	letter-spacing: 0px;
}
.fns-txt a {
	color: #000;
}
.finish_start{
font-weight: bolder;
font-size: 20px;
}

.fns-txt a:hover {
	color: #7e0000;
}
.cmn-btn-row {
	text-align: center;
}
.copy-box {
	display: inline-block;
	padding: 20px 6px;
}
.timing-filed {
	max-width: 60px;
}
.timing-row {
	clear: both;
	padding: 25px 0 0px;
	text-align: center;
}
.bakc-txt {
	text-transform: uppercase
}
.bakc-txt a {
	color: #000;
}
/*       Edit Recipe page CSS 
==================================*/
.save-box .cmn-btn {
	letter-spacing: 2px;
}
.qty-counter .count {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	padding: 0 2px;
	min-width: 94px;
	text-align: center;
	border: 1px solid #000;
	margin: 0px 25px;
	font-weight: bolder;
}

.border-off{
	font-size: 27px; 
	border: none;
}

.font_bolder{
  font-weight: bolder;	
}
.qty-counter .minus,
.qty-counter .plus {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: #7e0000;
	width: 34px;
	height: 32px;
	font-size: 72px;
	text-align: center;
	border-radius: 50%;
	background-clip: padding-box;
	line-height: 24px;
}
/*Prevent text selection*/
.qty-counter span {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.qty-counter input {
	border: 0;
	width: 2%;
}
.qty-counter input::-webkit-outer-spin-button, .qty-counter input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.qty-counter input:disabled {
	background-color: white;
}
.adjustment-tbl h5 {
	font-size: 11px;
	letter-spacing: 10px;
	margin-bottom: 5px;
}
.adjustment-tbl p,
.sm-txt {
	font-size: 12px;
	line-height: 18px;
}
.adjustment-tbl tr > td {
	border: none;
	vertical-align: middle;
	padding: 20px 15px;
}
.modal-backdrop {
	background-color: rgba(0,0,0,0.3);
}
.modal-dialog-centered {
	top: 50%;
	transform: translateY(-50%);
}
.sm-ttl {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 8px;
	line-height: 32px;
	margin-bottom: 10px;
	font-weight: 400;
}
.mdl-act-btns {
	max-width: 146px;
	margin: 0px auto;
}
.mdl-act-btns button {
	margin-bottom: 10px;
}
.mdl-act-btns button:last-child {
	margin-bottom: 0px;
}
.mdl_content {
	border-radius: 0px;
	border: 3px solid #000;
}
.btn-red {
	background: #7e0003;
	border-color: #7e0003;
	color: #fff;
}
.modal-dialog {
	max-width: 600px;
}
.mdl_body_cont {
	padding: 50px 45px;
	min-height: 325px;
}
.search-fileld {
	position: relative;
}
.search-fileld > input {
	padding-left: 40px;
}
.search-fileld .srch-btn {
	position: absolute;
	left: 2px;
	top: -1px;
	bottom: 0px;
	border: none;
	width: 36px;
	height: 36px;
	background-color: transparent;
	padding: 5px;
	outline: none;
}
.search-filter {
	
}
.cust-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/down-icon.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 16px auto;
	padding-right: 35px;
}
.theme-table tr > th {
	vertical-align: middle;
	font-size: 14px;
	background-color: #000;
	color: #fff;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.theme-table tr > td {
	font-size: 14px;
	color: #000;
	padding: 10px 8px;
	text-align: center;
	border-color: #000;
	vertical-align: middle;
	height: 50px;
	border-bottom: 1px solid #000;
}
.saved-table td > a {
	text-decoration: underline;
	color: #555555;
}
.filter-block {
	margin-bottom: 35px;
}
.full-field {
	width: 95% !important;
}
.scroll-bar {
	max-height: 590px;
	overflow-x: auto;
}
.img-responsive {
	max-width: 100%;
}
.graph-frame {
	position: relative;
	border: 2px solid #000;
}
.create-mrc {
	position: absolute;
	width: 139px;
	height: 80px;
	text-transform: uppercase;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	margin: 0px auto;
	left: 0;
	right: 0;
	background-color: #fff;
}
.create-mrc > a {
	color: #000000;
	font-weight: 400;
	font-size: 12px;
	padding: 12px;
	letter-spacing: 7px;
	border: 2px solid #000;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 18px;
}
.create-mrc > a:hover,
.create-mrc > a:focus {
	background-color: #7e0003;
	color: #ffffff;
	border-color: #7e0003;
}
.copy-mchn-btn {
	max-width: 100%;
}
.copy-mchn-btn button {
	padding: 10px 25px;
}
.copy-mchn-btn button {
	padding: 10px 20px;
	margin-bottom: 0px;
	width: calc(50% - 8px);
}
.mrc-table {
	border: 1px solid #000;
}
.mrc-table tr > th {
	padding: 6px;
}
.mrc-table tbody tr > td {
	border-left: 1px solid #000;
	padding: 6px;
	height: 40px;
	color: #666;
}
.mrc-table tbody tr > td:first-child {
	border-left: none;
}
.mrc-table tbody tr > td:nth-last-child(3) {
	border-right: 1px solid #000;
}
.mrc-table tr .actIcon {
	background-color: transparent;
	border: 1px solid #fff !important;
}
.actIcon > a.saveIcon,
.actIcon > a.delIcon {
	display: block;
	padding: 3px;
}
.actIcon > a > img {
	max-width: 22px;
}
.delIcon > img {
	max-width: 18px !important;
}
/*      MRC Tabs Css
============================== */
.tabs-menuList {
	border: none;
}
.tabs-navMenu {
	position: relative;
	padding-right: 90px;
}
.tabs-actBtn {
	position: absolute;
	right: 0px;
	top: 0px;
}
.tabs-actBtn > button {
	padding: 4px;
	border: 0px;
	background: transparent;
	width: 38px;
	height: 38px;
	outline: none;
	cursor: pointer;
}
.tabs-actBtn > button > img {
	max-width: 100%;
}
.tabs-menuList li.nav-item {
	margin: 0px !important;
}
.tabs-menuList li > a.nav-link {
	border: 2px solid #ccc!important;
	border-radius: 0px;
	color: #000000;
}
.tabs-menuList li.active > a.nav-link,
.tabs-menuList li > a.nav-link:hover {
	background: #7e0003;
	color: #ffffff;
}
.tabs-navCont {
	border: 2px solid #000;
	padding: 15px;
	margin: 5px 0px 0px;
}
.chart-table thead tr > th {
	padding: 5px;
	height: 32px;
	border-color: #000;
}
.chart-table tbody tr > td {
	padding: 5px;
	height: 32px;
	color: #666;
	box-sizing: border-box;
}
.chart-port {
	padding: 0px 15px;
}
.chart-port p {
	font-size: 15px;
}
.left-space {
	padding-left: 0;
}
.all-inptd input[type="text"],
.all-inptd input[type="email"] {
	width: 100%;
	border: none;
	background: none;
	text-align: center;
	color: #666;
}
.menu-btn {
	display: none;
}
.sml-inp {
	width: 100%;
	text-align: center;
	border: none;
	background: no-repeat;
	text-transform: uppercase;
}
.dataTables_filter,
.dataTables_info {
	display: none;
}
.ui-autocomplete li {
	display: block;
}
/*
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
*/

.container {
	width: 98%;
	max-width: 1500px;
}
.graph-frame img {
	width: 100%;
}
.add-new-mrc {
	text-align: right;
	padding: 10px 10px;
	font-size: 14px;
}
.add-new-mrc a {
	color: #7e0000;
}
.add-new-mrc a:hover {
	color: #000;
}
.add-new-mrc.right-space {
	padding-right: 70px;
}
.delIcon {
	cursor: pointer;
}
.ped-left {
	padding-left: 130px !important;
}
.ped-right {
	padding-right: 130px !important;
}
/*---------11-3-20-----------*/

.center-title {
	text-align: center;
	padding-bottom: 50px;
}
.center-title h2 {
	font-size: 15px;
	letter-spacing: 1.5px;
}
.center-title h2 span {
	display: block;
	font-size: 32px;
	padding-top: 10px;
}
.price-box {
	text-align: center;
	width: 100%;
	letter-spacing: 1px;
}
.in-prc {
	border: solid 2px #000;
	padding: 70px 25px;
	min-height: 400px;
	margin-bottom: 10px;
}
.prc-title1 {
	font-size: 28px;
	padding-bottom: 35px;
}
.prc-title2 {
	font-size: 28px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	color: #7f7f7f;
	font-weight: 600;
	min-height: 95px;
}
.prc-title2 span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding-top: 5px;
}
.prics-decp {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 30px;
	max-width: 230px;
	margin: auto;
	min-height: 120px;
}
.in-prc:hover,
.in-prc:hover * {
	color: #fff;
	background: #000;
}
.in-prc:hover .cmn-btn {
	background: #fff;
	border: solid 1px #000;
	color: #000;
}
.feature-text td {
	padding: 10px;
	text-align: center;
}
.feature-text th {
	padding: 10px;
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.feature-box {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
#recipes_table {
	counter-reset: section;
}
.counter:before {
	counter-increment: section;
	content: counter(section);
}
div.col-third {
	width: 33.3%;
}
.login-box div {
	display: inline-block;
}
.login-box br {
	display: none;
}
.logout_anchor {
	margin-left: 10px;
	color: #999 !important;
	margin-top: -5px;
	font-weight: bold !important;
	font-size: 12px !important;
	border-left: solid 1px #ccc;
	padding-left: 15px;
}
/*css 26-3-20*/

.part-tbl td {
	text-align: center;
	padding: 35px;
	background: #000;
	color: #fff;
	border: solid 5px #fff;
}
.part-box {
	margin: -5px;
	padding: 25px 0;
}
/*slider css*/
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background: none;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: none;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: none;
	position: relative;
}
.jspDrag {
	background: none;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: url(../images/go-top.png) no-repeat center top;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background-size: 20px;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: none;
}
.jspArrowUp {
	background: url(../images/go-top.png) no-repeat center top !important;
	height: 80px;
	width: 60px !important;
	background-size: 100%;
	display: block !important;
}
.jspArrowDown {
	background: url(../images/go-down.png) no-repeat center bottom !important;
	height: 80px;
	width: 60px !important;
	background-size: 100%;
	display: block !important;
}
.jspVerticalBar .jspArrow {
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: none;
	float: left;
	height: 100%;
}
.scroll-pane {
	width: 100%;
	height: 300px;
	overflow: auto;
}
.col-table .adjustment-tbl tr > td {
	text-align: center;
}
.col-table .adjustment-tbl tr > td h5 {
	padding-bottom: 5px;
}
.part-row:after {
	clear: both;
	display: block;
	content: "";
}
.part-row li a {
	padding: 24px;
	display: block;
}

.part-row li {
	float: left;
	margin: 0.5%;
	width: 15.5%;
	background: #000;
	padding: 0;
	text-align: center;
}
.part-row li a {
	color: #fff;
	display: block;
	min-height: 110px;
	text-align: center;
}
.new-enc-row {
}
.new-enc-row .adjustment-tbl h5 {
	font-size: 12px;
	letter-spacing: 2px;
}
.main-title.with-third {
	margin-right: -12px;
}
.new-enc-row .qty-counter .plus {
	font-size: 56px;
}
.new-enc-row .qty-counter .minus {
	font-size: 58px;
}
/*.new-enc-row .qty-counter .plus {
	background: url(http://mulerecipes.com/static/images/plus-icon.png) no-repeat center top;
	width: 52px;
	height: 52px;
	background-size: 65%;
	font-size: 0;
	padding: 8px;
}*/
/*.new-enc-row .qty-counter .minus {
	background: url(http://mulerecipes.com/static/images/minus-icon.png) no-repeat center top;
	width: 40px;
    height: 20px;
    background-size: 90%;
    font-size: 0;
    border-radius: 0;
    margin-top: 14px;
}*/

/*.new-enc-row .qty-counter .minus {
	background: url(http://mulerecipes.com/static/images/minus-icon.png) no-repeat center 12px;
	width: 52px;
	height: 52px;
	background-size: 78%;
	font-size: 0;
	border-radius: 0;
	
}*/
.new-enc-row .qty-counter .plus {
	background: url(http://mulerecipes.com/static/images/plus-icon.png) no-repeat center 15px;
	width: 72px;
	height: 62px;
	background-size: 50%;
	font-size: 0;
	padding: 0;
	margin-top: -12px;
	border:solid 1px #D3D3D3;
	border-radius:0;
}
.new-enc-row .qty-counter .minus {
	background: url(http://mulerecipes.com/static/images/minus-icon.png) no-repeat center 28px;
	width: 72px;
	height: 62px;
	background-size: 50% 6px;
	font-size: 0;
	border-radius: 0;
	/* margin-top: 14px; */
	margin-top: -10px;
	border:solid 1px #D3D3D3;
	border-radius:0;
}


.new-enc-row .qty-counter .green_plus {
	background: url(http://mulerecipes.com/static/images/plus.png) no-repeat center 0px;
	width: 72px;
	height: 62px;
	background-size: 100%;
	font-size: 0;
	padding: 0;
	margin-top: -12px;		
}
.new-enc-row .qty-counter .green_minus {
	background: url(http://mulerecipes.com/static/images/minus.png) no-repeat center 0px;
	width: 72px;
	height: 62px;
	background-size: 100%;
	font-size: 0;	
	/* margin-top: 14px; */
	margin-top: -10px;		
}
/*sign up 2*/

.new-snp-row:after {
	clear: both;
	display: block;
	content: "";
}
.new-snp-row {
	margin: 0 -15px;
	padding: 10px 0;
}
.new-snp-cal {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.new-sign-up-form {
	max-width: 88%;
}
.new-snp-cal-100 {
	width: 100%;
	padding: 0 15px;
}
.new-snp-cal-33 {
	width: 33%;
	padding: 0 15px;
	float: left;
}
.new-snp-row .label-text {
	text-transform: uppercase;
	font-weight: 400;
	line-height: 20px;
}
.upd-btn-cl {
	float: left;
	width: 19%;
	margin-left: 14px;
}
.upd-info-cl {
	float: left;
	width: 70%;	
	font-size: 14px;
	color: #6C6C6C;
}
.new-snp-info-text {
	font-size: 14px;
	color: #6C6C6C;
}
.new-enc-row .adjustment-tbl tr > td {
	padding: 3px 10px;
}
.new-enc-row .adjustment-tbl h5 {
	padding-bottom: 18px !important;
}
input[type='checkbox']:after {
	line-height: 1.5em;
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: rgb(224,224,224);
}
input[type='checkbox']:checked:after {
	content: '✔';
	text-align: center;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	visibility: hidden;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown a:hover {
	background-color: #ddd;
}
.show {
	display: block;
	visibility: visible;
}


#login_logo{
	max-width: 260px;
    padding-top: 35px;
    margin-right: 31px;
    padding-bottom: 34px;
}

#myDropdown {
display: block;
}

.dropbtn {
cursor: pointer;
}

textarea{
	resize: none;	
}


.form-box-edit {
padding-bottom: 88px;
}



.cmn-popup{
	max-width:560px;
	width:98%;
	margin:25px auto;	
	padding:10px;
	text-transform:capitalize;
}
.popup-row::after {
    clear: both;
    display: block;
    content: "";
}
.popup-row{
	padding:15px 0;
}
.popup-text-col {
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 30px;
	font-size: 17px;
	text-transform: uppercase;
	line-height:20px;
	margin-top:-5px;
}
.popup-inp-col {
    float: left;
    width: 58%;
}
.popup-btn-row{
	text-align:center;
	margin-left:40%;
}
@media screen and (max-width:767px){
	.popup-btn-row{
	
	margin-left:0;
}
.popup-inp-col {
    float: none;
    width: 100%;
}
.popup-text-col {
	float: none;
	width: 100%;
	text-align:left;
	padding-right:0;
	padding-bottom:5px;
	font-size:16px;
}
}

/*new changes*/

.cmn-btn1{
    max-width: 137px;
    cursor: pointer;
    min-width: 137px;
    padding: 10px 20px;
}
.subscripation-table table  {
    empty-cells: hide !important;
}
.subscripation-table tr > th:first-child{
	width:25%;
	
}
.subscripation-table tr > th {
	border-bottom: none !important;
	border-right: none;
	font-size: 17px;
	width:18%;
}

.subscripation-table tr > th:first-child {
    border-color: #fff !important;
    background-color: transparent;
    border-left: 1px solid #fff;
}
.subscripation-table table tr > td{
    border: 1px solid #000;
    padding: 24px 0;
}
.hide-border {border-top-color: #fff !important;border-left-color: #fff !important;}

.subscripation-table table strong {
    font-size: 34px;
    display: block;
}
button:focus {
    outline: none;
}
.subscripation-table table span {
    display: block;
    height: 22px;
}
.subscripation-table table .cmn-btn1{
    max-width: 160px;
    margin-top: 14px;
    min-width: 160px;
    background-color: transparent;
    color: #7e0000;
    border: 1px solid #7e0000;
    font-weight: 600;
    border-radius: 25px;
}
.checkbox-sec {
    width: 100%;
    text-align: right;
    padding: 15px 0 30px;
}


form .container_form {
    display: inline-block;
    position: relative;
    padding-left: 31px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    margin-left: 30px;
}
label.container_form {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 23px;
    padding-left: 30px;
    margin-bottom: 18px;
}
 form .container_form input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin-right: 15px;
}
 form .container_form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #d8d8d8;
    border: 1px solid #000000;
}
form .container_form input:checked ~ .checkmark {
    background-color: #d8d8d8;
    border: 1px solid #000000;
}
 form .container_form .checkmark:after {
    left: 6px;
    top: 0px;
    width: 7px;
    height: 14px;
    border: solid #000000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}
 form .container_form input:checked ~ .checkmark::after {
    display: block;
}
.subscripation-table table .cmn-btn1:hover {
    background-color: #7e0000;
    color: #fff;
}

.subscripation-table table tr > td {
    font-size: 17px;
}


.middle-content-all .theme-table tr td:nth-child(4) {
    width: 137px;
}

.middle-content-all .theme-table tr td:nth-child(6) {
    width: 137px;
}

.subscripation-table table tr > td:nth-child(1) {max-width: 225px;    min-width: 225px;}



.center-title h2 span {
	
	font-weight: bold;
}
.plan-logo{
	padding-bottom:0;
}




@media only screen and (max-width: 1199px){

.subscripation-table table tr > td {
    font-size: 12px;
     padding: 12px 10px;
}

}


@media only screen and (max-width: 767px){
    label.container_form {
        font-size: 15px;
    }

    .subscripation-table table strong {
        font-size: 20px;
    }
    .subscripation-table table .cmn-btn1{
    max-width: 100px;
    min-width: 92px;
    padding: 5px;
    margin-top: 10px;
    font-size: 11px;
}

.checkbox-sec {
    padding: 0px 0 10px;
}

form .container_form {
    margin-left: 10px;
}

.subscripation-table table tr > td {
    font-size: 12px;
     padding: 10px 8px;
}
.subscripation-table tr > th{
    font-size: 13px;
}

}


div#page_number {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fa {
  margin-left: -12px;
  margin-right: 8px;
}

.upd-btn-cl .fa-spinner {
    font-size: 25px;
    vertical-align: middle;
    margin-top: 6px;
}


 .short-form{
		padding:10px;
	}
	.sml-title{
		text-transform:uppercase;
		font-size:13px;
		padding-bottom:20px;
		text-align:left;
	}
	.short-item-title{
		font-size:15px;
		text-transform:uppercase;
		text-align:center;
		padding-bottom:15px;
		font-weight:500;
		letter-spacing:2px;
	}
	.short-form{
		margin:auto;
		max-width:350px;
		text-align:center;
	}
	.counter-row-sml{
		margin-bottom:30px;
	}
.number-mdl {
	display: inline-block;
	min-width: 120px;
	font-size: 20px;
	line-height: 40px;
}
.short-form .minus {
	border: solid 2px #ccc;
	border-radius: 0;
	width: 64px;
	height: 50px;
	line-height: 33px;
	font-size: 105px;
}
.short-form .plus {
	border: solid 2px #ccc;
	border-radius: 0;
	width: 64px;
	height: 50px;
	line-height: 40px;
	font-size: 55px;
}

.short-form .cmn-btn {

	padding: 6px 12px;

	font-size: 12px;
	cursor:pointer;
}

.short-form .copy-box {
	
	padding: 5px;
}

/*.less_space{
	letter-spacing: 5px;
}*/

.less_space{
	background: #fff; 
	border: solid 1px #000; 
	color: #000; 	
	letter-spacing: 3px;
}

.other_button_space{
letter-spacing: 3px;
}

#delete_recipe{	
	padding: 10px 17px; 
}

#detail_button{
	padding: 10px 12px;
}

#adjust_button1{
	padding: 10px 25px;
}

#high_tilt_button{
	padding: 10px 7px;	
}

.part_high_tilt_button{
	letter-spacing: 8px;
}

#save_button{	
	padding: 10px 29px;
}

.padd_button{
	padding: 20px 10px;
}

@media only screen and (max-width: 420px){
.center-title {
    padding-bottom: 21px;
}
label.container_form {
    font-size: 12px;
    margin-bottom: 4px;
}

form .container_form .checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 10px;
}

form .container_form .checkmark {
    top: 4px;
    left: 8px;
    height: 16px;
    width: 15px;
}


}


#scroll_rootdia::-webkit-scrollbar {
	display: none;
}

	
