@charset "utf-8";
@import "../reset.css";
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700');

@font-face{
	font-family:'FontAwesome';
	src:url('/assets/js/font-awsome/fontawesome-webfont.eot?v=3.2.1');
	src:url('/assets/js/font-awsome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
		url('/assets/js/font-awsome/fontawesome-webfont.woff?v=3.2.1') format('woff'),
		url('/assets/js/font-awsome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
		url('/assets/js/font-awsome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight:normal;
	font-style:normal;
}

html {
	min-height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}

body {
	font-family: tahoma; 
	font-size: 11px; 
	color: #000000; 
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-width: 320px;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}


fieldset.form {
	border: 0;
	padding: 0;
	margin: 0;
}
.form-group {
    clear: both;
    margin-bottom: 10px;
}
.form-group:after {
    clear: both;
    content: '';
    display: table;
}

.form-label {
	display: block;
	width: 100px;
	float: left;
}
.form-error {
	display: block;
}
.form-control
{
	display: block;
	float: left;
 	font-family:  Verdana;
	font-size: 11px;
}


a {
	color: inherit; 
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


h1,h2,h3 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}


*:before {
	text-decoration: none!important;
}


.pagination > a {
	display: inline-block;
}

.center {
	text-align: center;
}


/* 2 kolumny */
.cnt-2c .cnt-c {
	float: left;
	width: 50%;
}
.cnt-2c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-2c .cnt-c1 .cnt {
	margin-left: 0px;
}


/* 3 kolumny */
.cnt-3c .cnt-c {
	float: left;
	width: 33%;
}
.cnt-3c .cnt-c1 {
	width: 34%;
}
.cnt-3c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-3c .cnt-c1 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-3c .cnt-c2 .cnt {
	margin-left: 0px;
}


/* 4 kolumny */
.cnt-4c .cnt-c {
	float: left;
	width: 25%;
}
.cnt-4c .cnt-c0 .cnt {
	margin-right: 0px;
}
.cnt-4c .cnt-c1 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-4c .cnt-c2 .cnt {
	margin-right: 0px;
	margin-left: 0px;
}
.cnt-4c .cnt-c3 .cnt {
	margin-left: 0px;
}



#page {
	position: relative;
	min-height: 100%;
}
.cnt-r {
	margin: 0 auto;
	max-width: 1000px;
    width: 100%;
	position: relative;
	margin-top: 0px;
	z-index: 5;
}
.cnt-r:first-of-type {
	margin-top: 0;
}
.cnt-r * {
	text-decoration: inherit;
}

.cnt-rm {
	width: 100%!important;
}
.cnt-rm .sub {
	margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.cnt-r, .cnt-c, .sub, .cnt, .fin {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header.top {
	min-height: 30px;
}
.footer {
	min-height: 30px;
}


/* moduł texts */
.text-cnt {
	
}

/* linki, buttony */
a.link-btn {
	display: inline-block;
}
a.btn, a.btn-thm2, a.btn-small {
	display: inline-block;
}

/* panel z przyciskiem wstecz */
.footer-back {
	clear: both;
}

/* podpis */
span.label {
	display: inline-block;
	width: 80px;
}

/* cecha */
.attribute span {
	display: inline-block;
}


/* lista */
ul.list {
	overflow: hidden;
}
ul.list li {
	position: relative;
}
ul.list li:before {
	position: absolute!important;
	left: 0;
}


/* tabela */
.tbl {
	border-collapse: collapse;
}

p.prg:first-child {
	margin-top: 0!important;
}
p.prg:last-child {
	margin-bottom: 0!important;
}


/* facebook */
.widget_social{
	float: right;
	width: 332px;
	height: 550px;
	background: url(/assets/img/fb.png) no-repeat;
	display: block;
	right: -305px;
    padding: 10px 5px 0 35px;
	position: fixed;
	top: 150px;
	z-index: 1002;
}
.widget_social>div {
    color: #FFF;
    background: #fff;
	height: 465px;
    overflow: hidden;
}


[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: relative;
}
[class*="icon-"]:before {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

/* site */ 

#page {
  font-size: 14px;
  color: #5c5c5c;
  font-family: Rubik/*google_font*/;
}
#page p.prg {
  margin: 15px 0px;
  line-height: 1.5em;
}
#page .img-6-right, #page .img-6-left, #page .img-4-right, #page .img-4-left {
  width: 100%!important;
  margin: 20px 0;
}
#page p img {
  margin-top: 0!important;
  max-width: 100%;
  height: auto!important;
}
#page a.btn {
  border-radius: 20px 20px 20px 20px;
  padding: 13px 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;
  transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;
  background: transparent;
  background-color: #ff0060;
  text-align: center;
}
#page a.btn:hover {
  background: transparent;
  background-color: #ff9664;
}
#page a.btn.btn-white {
  color: #ffffff;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 20px 20px 20px 20px;
  border-color: #ffffff #ffffff #ffffff #ffffff;
  -webkit-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}
#page a.btn.btn-white:hover {
  background: transparent;
  background-color: RGBA(255,255,255,0.2);
}
#page h1 {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  margin: 50px 0px;
  padding: 0;
  position: relative;
  color: #000000;
}
#page h2 {
  font-size: 30px;
  color: #000000;
  margin: 40px 0px;
}
#page h3 {
  font-size: 20px;
  color: #000000;
  margin: 30px 0px;
}
.cnt-r {
  max-width: 1200px;
}
@media (min-width: 534px) {
  #page .img-6-right {
    width: 50%!important;
    float: right;
    margin: 20px 0 20px 40px;
  }
  #page .img-6-left {
    width: 50%!important;
    float: left;
    margin: 20px 40px 20px 0;
  }
  #page .img-4-right {
    width: 33%!important;
    float: right;
    margin: 20px 0 20px 40px;
  }
  #page .img-4-left {
    width: 33%!important;
    float: left;
    margin: 20px 40px 20px 0;
  }
}



/* 11156/_0 */ 

#page .cnt-r.cnt11156 {
  max-width: 1200px;
  padding: 135px 0px 0px 0px;
  z-index: 9;
}
@media (max-width: 767px) {
  #page .cnt-r.cnt11156 {
    padding: 105px 0px 0px 0px;
  }
}



/* 11157/_0 */ 

#page .cnt-r .sub.cnt11157 {
  max-width: 100%;
  margin: 0px auto;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  background-color: #ffffff;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#page.sticky .cnt-r .sub.cnt11157 {
  box-shadow: 0 0 5px 0 RGBA(0,0,0,0.3);
}


/* top11159/show_0 */ 

#page .top {
  margin: 0px auto;
  max-width: 1200px;
  min-height: auto;
}
#page .top .l-contact-wrapper {
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#page.sticky .top .l-contact-wrapper {
  margin: -46px 0 0 0;
}
#page .top .l-contact {
  height: 46px;
  max-width: 1200px;
  font-size: 13px;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e3e3e3;
  margin: 0px auto;
}
#page .top .l-contact > div {
  float: left;
  margin: 0 20px;
}
#page .top .l-contact > div:last-child {
  padding-right: 0;
  border-right: 0;
}
#page .top .l-contact p {
  float: left;
}
#page .top .e-social {
  float: right!important;
}
#page .top .icon-location {
  width: 20px;
  height: 20px;
  margin: -2px 5px;
  position: relative;
  float: left;
}
#page .top .icon-location:before {
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-n</title><path d="M256,48c-79.5,0-144,61.39-144,137,0,87,96,224.87,131.25,272.49a15.77,15.77,0,0,0,25.5,0C304,409.89,400,272.07,400,185,400,109.39,335.5,48,256,48Z" style="fill:none;stroke:%23ff0060;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/><circle cx="256" cy="192" r="48" style="fill:none;stroke:%23ff0060;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/></svg>');
  top: 0px;
  left: 0px;
}
#page .top .icon-phone {
  width: 20px;
  height: 20px;
  margin: -2px 5px;
  position: relative;
  float: left;
}
#page .top .icon-phone:before {
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="20" height="20" viewBox="0 0 20 20"><path fill="%23ff0060" d="M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .top .icon-email {
  width: 20px;
  height: 20px;
  margin: -2px 5px;
  position: relative;
  float: left;
}
#page .top .icon-email:before {
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="17" height="17" viewBox="0 0 17 17"><g></g>	<path d="M0 2v13h17v-13h-17zM8.494 9.817l-6.896-6.817h13.82l-6.924 6.817zM5.755 8.516l-4.755 4.682v-9.383l4.755 4.701zM6.466 9.219l2.026 2.003 1.996-1.966 4.8 4.744h-13.677l4.855-4.781zM11.201 8.555l4.799-4.725v9.467l-4.799-4.742z" fill="%23ff0060"/></svg>');
  top: 0px;
  left: 0px;
}
#page .top .icon-fb {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
}
#page .top .icon-fb:before {
  background-size: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23000000" d="M9.5 3h2.5v-3h-2.5c-1.93 0-3.5 1.57-3.5 3.5v1.5h-2v3h2v8h3v-8h2.5l0.5-3h-3v-1.5c0-0.271 0.229-0.5 0.5-0.5z"/></svg>');
  width: 16px;
  height: 16px;
}
#page .top .l-container {
  max-width: 1200px;
  height: 90px;
  position: relative;
  margin: 0px auto;
  transition: height .25s linear;
  -moz-transition: height .25s linear;
  -webkit-transition: height .25s linear;
}
#page.sticky .top .l-container {
  height: 60px;
}
#page .top .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#page .top .logo img {
  height: 50px;
  transition: height .25s linear;
  -moz-transition: height .25s linear;
  -webkit-transition: height .25s linear;
  display: block;
}
#page.sticky .top .logo {
  top: 10px;
}
#page.sticky .top .logo img {
  height: 40px;
}
#page .top .logo:hover {
  text-decoration: none!important;
}
#page .top nav.menu1 {
  position: absolute;
  top: 20px;
  right: 100px;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#page.sticky .top nav.menu1 {
  top: 5px;
}
#page .top nav.menu1 > ul > li {
  float: left;
  position: relative;
}
#page .top nav.menu1 > ul > li > a {
  padding: 7px 0px 6px 0px;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  color: #291c51;
  margin: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
}
#page .top nav.menu1 > ul > li.menu-social {
  float: right;
}
#page .top nav.menu1 ul.menu-sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 200px;
  left: 50%;
  top: calc(100% + 2px);
  background: transparent;
  background-color: $color3;
  padding: 10px 20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-shadow: 0px 0 5px 1px RGBA(0,0,0,0.2);
}
#page .top nav.menu1 ul.menu-sub:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
  background: #fff;
  content: '';
  display: block;
}
#page .top nav.menu1 ul.menu-sub.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#page .top nav.menu1 .mobile-nav {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 10px 16px 45px;
  float: left;
}
#page .top nav.menu1 .mobile-nav:before {
  background-size: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="$color3" d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z"/></svg>');
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  right: -200px;
  left: auto;
  width: 200px;
  height: 100%;
  background: transparent;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}
.sidr > ul {
  list-style: none;
}
.sidr > ul > li > a {
  font-size: 15px;
  display: block;
  padding: 15px 20px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
}
.sidr > ul > li > a:hover {
  color: #ff0060;
}
.sidr .menu-sub > li > a {
  font-size: 14px;
  padding: 10px 20px 10px 40px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  border-radius: 0 0 0 0;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
  color: #000;
  display: block;
}
.sidr .menu-sub > li > a:hover {
  color: #ff0060;
}
#page .sidr .btn {
  padding: 15px 20px;
  margin: 0 auto;
}
.sidr-open .sidr {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.mobile-overlay {
  display: none;
  position: fixed;
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
  background: transparent;
  z-index: 999998;
  background-color: RGBA(0,0,0,0.5);
}
.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
  display: block;
}
#page .top nav.menu1 > ul > li > a:hover {
  color: #ff0060;
}
#page .top nav.menu1 > ul > li.sel > a {
  color: #291c51;
}
#page .top nav.menu1 ul.menu-sub > li > a {
  margin: 5px 0px;
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: none;
  padding: 5px 0px;
}
#page .top nav.menu1 ul.menu-sub > li > a:hover {
  color: #ff0060;
}
#page .top .cateringInline {
  position: absolute;
  top: 31px;
  right: 10px;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#page.sticky .top .cateringInline {
  top: 16px;
}
#page .top .icon-cart:before {
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="20" height="20" viewBox="0 0 20 20"><path fill="%23000000" d="M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z"/><path fill="%23000000" d="M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z"/><path fill="%23000000" d="M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .top .icon-cart {
  width: 24px;
  height: 24px;
  vertical-align: -6px;
  margin-right: 5px;
}
#page .top .cateringCart {
  z-index: 9999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: -300px;
  width: 250px;
  background: transparent;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 0 10px 0px RGBA(0,0,0,0.3);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: right 0.2s linear 0s;
  transition: right 0.2s linear 0s;
}
#page .top .cateringCart.open {
  right: 0;
}
#page .top .cateringCart .cart-head {
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ebebeb;
  -webkit-flex: 0 1 50px;
  flex: 0 1 50px;
}
#page .top .cateringCart .cart-head h3 {
  margin: 0 0 20px;
}
#page .top .cateringCart .cart-body {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  overflow-y: auto;
}
#page .top .cateringCart .cart-footer {
  border-style: solid solid solid solid;
  border-width: 1px 0px 0px 0px;
  border-color: #ebebeb;
  -webkit-flex: 0 1 50px;
  flex: 0 1 50px;
  text-align: center;
}
#page .top .cateringCart .cart-footer p {
  margin: 20px 0;
}
#page .top .cateringCart .cart-footer .btn {
  margin: 0;
}
#page .top .icon-close:before {
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-m</title><path fill="%23000000" d="M289.94,256l95-95A24,24,0,0,0,351,127l-95,95-95-95A24,24,0,0,0,127,161l95,95-95,95A24,24,0,1,0,161,385l95-95,95,95A24,24,0,0,0,385,351Z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .top .icon-close {
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
}
#page .top .cateringCart .cart-body .row {
  margin-top: 10px;
  position: relative;
  padding: 0px 20px 0px 0px;
}
#page .top .cateringCart .cart-body .row strong {
  color: #ff0060;
  margin-right: 20px;
}
#page .top h4 {
  font-weight: normal;
}
#page .top .icon-remove:before {
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="17" height="17" viewBox="0 0 17 17"><g></g>	<path d="M10.935 2.016c-0.218-0.869-0.999-1.516-1.935-1.516-0.932 0-1.71 0.643-1.931 1.516h-3.569v1h11v-1h-3.565zM9 1.5c0.382 0 0.705 0.221 0.875 0.516h-1.733c0.172-0.303 0.485-0.516 0.858-0.516zM13 4h1v10.516c0 0.827-0.673 1.5-1.5 1.5h-7c-0.827 0-1.5-0.673-1.5-1.5v-10.516h1v10.516c0 0.275 0.224 0.5 0.5 0.5h7c0.276 0 0.5-0.225 0.5-0.5v-10.516zM8 5v8h-1v-8h1zM11 5v8h-1v-8h1z" fill="%23000000"/></svg>');
  top: 0px;
  left: 0px;
}
#page .top .icon-remove {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 0px;
  cursor: pointer;
}


.catering-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  background: rgba(0,0,0,0.5);
}

@media (min-width: 769px) {
  #page .top nav.menu1 .mobile-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  #page .top .l-container {
    height: 60px;
  }
  #page.sticky .top .l-container {
    height: 50px;
  }
  #page .top .logo {
    top: 15px;
  }
  #page .top .logo img {
    height: 35px;
  }
  #page.sticky .top .logo img {
    height: 30px;
  }
  #page .top .l-contact > div:first-child {
    display: none;
  }
  #page .top nav.menu1 {
    top: 5px;
  }
  #page.sticky .top nav.menu1 {
    top: 0;
  }
  #page .top nav.menu1 > ul {
    display: none;
  }
  #page .top .cateringInline {
    top: 18px;
  }
  #page.sticky .top .cateringInline {
    top: 13px;
  }
}

@media (max-width: 400px) {
  #page .top .l-contact > div:nth-child(3) {
    display: none;
  }
}



/* slider11162/show_0 */ 

#page .slider .bx-pager-link {
  text-decoration: none!important;
}
#page .slider .bx-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
#page .slider .bx-controls .bx-pager {
  width: auto!important;
}
#page .slider .bx-controls-direction a {
  position: absolute!important;
}
#page .slider .bx-wrapper img {
  z-index: 1;
  margin: 0 auto;
  position: relative;
}
#page .slider .bx-wrapper li:before {
  left: 0px;
  right: 0px;
  position: absolute;
  background: rgba(0,0,0,0.5);
  background: linear-gradient(90deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0) 100%);
  bottom: 0px;
  top: 0px;
  content: '';
  z-index: 2;
}
#page .slider header {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: calc(50% - 600px);
  right: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0px 20px;
  color: #ffffff;
  text-align: center;
}
#page .slider h1 {
  color: #fff;
  font-size: 52px;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
}
#page .slider header p {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
}
#page .slider .bx-pager {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 15px;
}
#page .slider .bx-pager a {
  background: transparent;
  background-color: RGBA(255,255,255,0.5);
  width: 20px;
  height: 6px;
  margin: 0px 5px;
}
#page .slider .bx-pager a.active {
  background: transparent;
  background-color: #ff0060;
}
#page .slider a.btn {
  margin: 30px 20px 0px 0px;
}
@media (max-width: 1200px) {
  #page .slider header {
    left: 0;
  }
}

@media (max-width: 767px) {
  #page .slider h1 {
    font-size: 32px;
  }
  #page .slider a.btn {
    display: none;
  }
}

@media (max-width: 600px) {
  #page .slider .bx-wrapper img {
    height: 250px!important;
    object-fit: cover;
  }
}

@media (max-width: 479px) {
  #page .slider a.btn {
    display: none;
  }
  #page .slider h1 {
    font-size: 24px;
  }
  #page .slider header p {
    font-size: 15px;
  }
}



/* 11167/_0 */ 

#page .cnt-r.cnt11167 {
  margin: 50px auto 0 auto;
  max-width: 100%;
  background: transparent;
  background-color: #000000;
}


/* 11164/_0 */ 

#page .cnt-r .sub.cnt11164 {
  padding: 0px 20px;
}


/* text11166/show_0 */ 

#page .mainText {
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
}


/* 11168/_0 */ 

#page .cnt-r .sub.cnt11168 {
  max-width: 1200px;
  margin: 0px auto;
}


/* footer11170/show_0 */ 

#page .footer {
  padding: 30px 20px;
  color: #919191;
  line-height: 1.5em;
}
#page .footer p {
  margin: 10px 0;
}
#page .footer .label {
  width: 60px;
}
#page .footer .l-contact1 {
  float: left;
  width: 33%;
}
#page .footer .l-contact2 {
  float: left;
  width: 33%;
  line-height: 1.7em;
}
#page .footer .l-create {
  float: right;
  font-size: 12px;
}
#page .footer h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0px 0px 20px 0px;
  line-height: 1.2em;
}
#page .footer .l-media {
  width: 33%;
  float: right;
  text-align: right;
}
#page .footer .l-copy {
  width: 50%;
  float: left;
  clear: both;
  font-size: 12px;
}
#page .footer hr {
  margin: 20px 0px;
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0 0 0 0;
  height: 1px;
  background: transparent;
  background-color: RGBA(255,255,255,0.3);
  clear: both;
  float: left;
  width: 100%;
}
#page .footer .icon-fb {
  opacity: 0.6;
}
#page .footer .icon-fb:hover {
  opacity: 1;
}
#page .footer .icon-fb:before {
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 512 512"><path d="M480,257.35c0-123.7-100.3-224-224-224s-224,100.3-224,224c0,111.8,81.9,204.47,189,221.29V322.12H164.11V257.35H221V208c0-56.13,33.45-87.16,84.61-87.16,24.51,0,50.15,4.38,50.15,4.38v55.13H327.5c-27.81,0-36.51,17.26-36.51,35v42h62.12l-9.92,64.77H291V478.66C398.1,461.85,480,369.18,480,257.35Z" fill-rule="evenodd" fill="%23ffffff"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-insta {
  margin: 0px 10px 0px 10px;
  opacity: 0.6;
}
#page .footer .icon-insta:hover {
  opacity: 1;
}
#page .footer .icon-insta:before {
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5_logos</title><path fill="%23ffffff" d="M349.33,69.33a93.62,93.62,0,0,1,93.34,93.34V349.33a93.62,93.62,0,0,1-93.34,93.34H162.67a93.62,93.62,0,0,1-93.34-93.34V162.67a93.62,93.62,0,0,1,93.34-93.34H349.33m0-37.33H162.67C90.8,32,32,90.8,32,162.67V349.33C32,421.2,90.8,480,162.67,480H349.33C421.2,480,480,421.2,480,349.33V162.67C480,90.8,421.2,32,349.33,32Z"/><path fill="%23ffffff" d="M377.33,162.67a28,28,0,1,1,28-28A27.94,27.94,0,0,1,377.33,162.67Z"/><path fill="%23ffffff" d="M256,181.33A74.67,74.67,0,1,1,181.33,256,74.75,74.75,0,0,1,256,181.33M256,144A112,112,0,1,0,368,256,112,112,0,0,0,256,144Z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-yt {
  opacity: 0.6;
}
#page .footer .icon-yt:hover {
  opacity: 1;
}
#page .footer .icon-yt:before {
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M15.841 4.8c0 0-0.156-1.103-0.637-1.587-0.609-0.637-1.291-0.641-1.603-0.678-2.237-0.163-5.597-0.163-5.597-0.163h-0.006c0 0-3.359 0-5.597 0.163-0.313 0.038-0.994 0.041-1.603 0.678-0.481 0.484-0.634 1.587-0.634 1.587s-0.159 1.294-0.159 2.591v1.213c0 1.294 0.159 2.591 0.159 2.591s0.156 1.103 0.634 1.588c0.609 0.637 1.409 0.616 1.766 0.684 1.281 0.122 5.441 0.159 5.441 0.159s3.363-0.006 5.6-0.166c0.313-0.037 0.994-0.041 1.603-0.678 0.481-0.484 0.637-1.588 0.637-1.588s0.159-1.294 0.159-2.591v-1.213c-0.003-1.294-0.162-2.591-0.162-2.591zM6.347 10.075v-4.497l4.322 2.256-4.322 2.241z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-phone:before {
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23919191" d="M11 10c-1 1-1 2-2 2s-2-1-3-2-2-2-2-3 1-1 2-2-2-4-3-4-3 3-3 3c0 2 2.055 6.055 4 8s6 4 8 4c0 0 3-2 3-3s-3-4-4-3z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-phone {
  width: 18px;
  height: 18px;
  margin: 0px 3px 0px 0px;
  vertical-align: -4px;
}
#page .footer .icon-email:before {
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-o</title><path fill="%23919191" d="M424,80H88a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H424a56.06,56.06,0,0,0,56-56V136A56.06,56.06,0,0,0,424,80Zm-14.18,92.63-144,112a16,16,0,0,1-19.64,0l-144-112a16,16,0,1,1,19.64-25.26L256,251.73,390.18,147.37a16,16,0,0,1,19.64,25.26Z"/></svg>');
  top: 0px;
  left: 0px;
}
#page .footer .icon-email {
  margin: 0px 3px 0px 0px;
  width: 18px;
  height: 18px;
  vertical-align: -4px;
}
#page .footer .icon-location:before {
  background-size: contain;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23919191" d="M8 0c-2.761 0-5 2.239-5 5 0 5 5 11 5 11s5-6 5-11c0-2.761-2.239-5-5-5zM8 8c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"/></svg>');
  top: 0px;
  left: 0px;
}
@media (max-width: 767px) {
  #page .footer .l-contact1 {
    width: 50%;
  }
  #page .footer .l-contact2 {
    width: 50%;
  }
  #page .footer .l-media {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: left;
  }
}
@media (max-width: 550px) {
  #page .footer .l-contact1 {
    float: none;
    width: 100%;
  }
  #page .footer .l-contact2 {
    float: none;
    width: 100%;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 479px) {
  #page .footer .l-copy {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
  }
  #page .footer .l-create {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
  }
}


/* catering11197/cats_0 */ 

#page .cateringCats ul.list li:before {
  background-size: 100%;
  display: inline-block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23NaNNaNNaN" d="M2 2h12v12h-12z"/></svg>');
  width: 8px;
  height: 8px;
}
#page .cateringCats ul.list li {
  padding: 0px 0px 0px 20px;
  line-height: 1.5em;
}
#page .cateringCats ul.list li.sel {
  color: #ff0060;
}



/* 11177/_0 */ 

#page .cnt-r .sub.cnt11177 {
  padding: 0 20px;
}



/* text11179/show_0 */ 




/* 11195/_0 */ 

#page .cnt-r .sub.cnt11195 {
  padding: 0px 20px;
}
#page .cnt-r .cnt11195 .cnt-c0 {
  width: 25%;
}
#page .cnt-r .cnt11195 .cnt-c1 {
  width: 75%;
}
#page .cnt-r .cnt11195 {
  margin-left: -20px;
}
#page .cnt-r .cnt11195 > * {
  padding-left: 20px;
}
@media (max-width: 767px) {
  #page .cnt-r .cnt11195 .cnt-c0 {
    width: 33.33333%;
  }
  #page .cnt-r .cnt11195 .cnt-c1 {
    width: 66.66667%;
  }
}
@media (max-width: 479px) {
  #page .cnt-r .cnt11195 .cnt-c0 {
    width: 100%;
  }
  #page .cnt-r .cnt11195 .cnt-c1 {
    width: 100%;
  }
}


/* catering11199/list_0 */ 

#page .cateringList .l-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 -20px -20px;
}
#page .cateringList .l-item {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  padding: 0 0 20px 20px;
}
#page .cateringList article {
  padding: 15px 0px;
  text-align: center;
  word-spacing: 1px;
}
#page .cateringList article img {
  width: 100%;
}
#page .cateringList img.photo:hover {
  opacity: 0.7;
}
#page .cateringList h3 {
  font-size: 16px;
  margin: 0px 0px 10px 0px;
}
#page .cateringList article .price {
  color: #ff0060;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
}
#page .cateringList figure {
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 6px 6px 6px 6px;
}
#page .cateringList img.photo {
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 6px 6px 6px 6px;
}
@media (max-width: 767px) {
  #page .cateringList .l-item {
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
  }
}

@media (max-width: 601px) {
  #page .cateringList .l-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}



/* 11212/_0 */ 

#page .cnt-r .sub.cnt11212 {
  padding: 0px 20px;
}


/* catering11214/cash_0 */ 

#page .cateringCash .l-summary {
  float: left;
  margin: 0 20px 0 0;
  width: 30%;
  background: transparent;
  background-color: #f2f2f2;
  padding: 0px 20px 20px 20px;
}
#page .cateringCash .l-form {
  width: calc(70% - 20px);
  float: right;
}
#page .cateringCash .summary-body .row {
  margin: 0px 0px 10px 0px;
}
#page .cateringCash .e-payInfo {
  display: none;
}
#page .cateringCash .form-control {
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 0 0;
  border-color: #ebebeb #ebebeb #ebebeb #ebebeb;
  padding: 5px 10px;
  width: 70%;
  font-size: 14px;
}
#page .cateringCash .form-label {
  margin: 5px 0px;
  width: 30%;
  font-size: 14px;
}
#page .cateringCash .form-error {
  color: #fb0404;
  margin: 0px 0px 3px 30%;
}
#page .cateringCash .msg {
  background: transparent;
  background-color: #ff0060;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  margin: 0px 0px 20px 0px;
  letter-spacing: 1px;
}
#page .cateringCash textarea.form-control {
  height: 100px;
}
#page .cateringCash .form-group-checkbox {
  margin: 5px 15px 0px 0px;
  display: inline-block;
}
#page .cateringCash .summary-body .row strong {
  color: #ff0060;
}
#page .cateringCash .e-h4 {
  font-weight: bold;
  margin: 20px 0px;
}
#page .cateringCash .e-minimumInfo {
  font-weight: bold;
  margin: 20px 0px;
}
@media (max-width: 767px) {
  #page .cateringCash .l-summary {
    width: 40%;
  }
  #page .cateringCash .l-form {
    width: calc(60% - 20px);
  }
  #page .cateringCash .form-control {
    width: 100%;
  }
  #page .cateringCash .form-label {
    width: 100%;
  }
  #page .cateringCash .form-error {
    margin: 0px 0px 3px 0px;
  }
}

@media (max-width: 479px) {
  #page .cateringCash .l-summary {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #page .cateringCash .l-form {
    width: 100%;
    clear: both;
  }
}



/* 11209/_0 */ 

#page .cnt-r .sub.cnt11209 {
  padding: 0px 20px;
}



/* catering11211/show_0 */ 

#page .cateringShow .l-photo {
  float: left;
  width: 50%;
  padding: 0px 20px 0px 0px;
}
#page .cateringShow figure {
  position: relative;
  z-index: 2;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ededed #ededed #ededed #ededed;
  border-radius: 0 0 0 0;
  padding: 4px;
}
#page .cateringShow figure img {
  margin-right: 10px;
}
#page .cateringShow .l-gallery {
  margin: 0px 0px 0px -10px;
}
#page .cateringShow .l-gallery-item {
  float: left;
  padding: 10px 0 0 10px;
  width: 33.333%;
}
#page .cateringShow h3 {
  margin-bottom: 10px;
}
#page .cateringShow .l-content {
  width: 50%;
  float: right;
}
#page .cateringShow .price {
  font-size: 24px;
  color: #ff0060;
}
#page .cateringShow .products {
  margin: 20px 0px 0px 0px;
}
#page .cateringShow .products .group {
  background: transparent;
  background-color: #f7f7f7;
  padding: 5px 3px;
  margin: 5px 0px;
}
#page .cateringShow ul.list li:before {
  background-size: contain;
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23NaNNaNNaN" d="M2 2h12v12h-12z"/></svg>');
  width: 6px;
  height: 6px;
}
#page .cateringShow ul.list li {
  padding: 0px 0px 0px 20px;
  line-height: 1.5em;
}
#page .cateringShow .products .count {
  float: right;
}
#page .cateringShow hr {
  border-style: solid solid solid solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0 0 0 0;
  background: transparent;
  background-color: #ededed;
  height: 1px;
  margin: 10px 0px;
}
#page .cateringShow .catering-addCart {
  float: right;
}
#page .cateringShow img.photo {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  #page .cateringShow .l-photo {
    width: 40%;
  }
  #page .cateringShow .l-content {
    width: 60%;
  }
}

@media (max-width: 479px) {
  #page .cateringShow .l-photo {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  #page .cateringShow .l-content {
    width: 100%;
    clear: both;
  }
}



/* 11215/_0 */ 

#page .cnt-r .sub.cnt11215 {
  padding: 0px 20px;
}


/* catering11217/create_0 */ 

#page .cateringCreate .l-list {
  float: left;
  width: 50%;
  padding: 0px 20px 0px 0px;
}
#page .cateringCreate h3 {
  margin-bottom: 10px;
}
#page .cateringCreate .l-content {
  width: 50%;
  float: right;
}
#page .cateringCreate .products .group {
  background: transparent;
  background-color: #f7f7f7;
  padding: 8px 3px;
}
#page .cateringCreate ul.list {
  margin: 5px 0;
}
#page .cateringCreate ul.list li:before {
  background-size: contain;
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23NaNNaNNaN" d="M2 2h12v12h-12z"/></svg>');
  width: 6px;
  height: 6px;
}
#page .cateringCreate ul.list li {
  padding: 2px 0px 2px 20px;
  line-height: 1.5em;
}
#page .cateringCreate .products .count {
  float: right;
}
#page .cateringCreate .products a.btn-small {
  margin: 0px 0 0 5px;
  float: right;
}
#page .cateringCreate .price {
  font-size: 24px;
  color: #ba1212;
}
#page .cateringCreate a.btn-small {
  background: transparent;
  background-color: #ff0060;
  color: #ffffff;
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 0px;
  line-height: 22px;
}
#page .cateringCreate .productsConst .item {
  border-style: solid solid solid solid;
  border-width: 0px 0px 1px 0px;
  border-radius: 0 0 0 0;
  padding: 5px;
  position: relative;
  border-color: #f2f2f2;
}
#page .cateringCreate .productsConst .item .btn-small {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
#page .cateringCreate .productsConst .group {
  background: transparent;
  background-color: #f7f7f7;
  padding: 8px 5px;
}
@media (max-width: 767px) {
  #page .cateringCreate .l-photo {
    width: 40%;
  }
}

@media (max-width: 479px) {
  #page .cateringCreate .l-list {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  #page .cateringCreate .l-content {
    width: 100%;
    clear: both;
  }
}


