@font-face {
  font-family: 'AvenirNextBold';
  src: url('fonts/AvenirNextLTW01BoldRegular.eot?#iefix') format('embedded-opentype'),  url('fonts/AvenirNextLTW01BoldRegular.woff') format('woff'), url('fonts/AvenirNextLTW01BoldRegular.ttf')  format('truetype'), url('fonts/AvenirNextLTW01BoldRegular.svg#AvenirNextLTW01BoldRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url('fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/AvenirNextLTPro-Regular.otf')  format('opentype'),
	     url('fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('fonts/AvenirNextLTPro-Regular.ttf')  format('truetype'), url('fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.price-mob .product-addon, .woocommerce-checkout .woocommerce-info {
	display: none !important;
}
.shor-desc .product-addon > p {
    margin-bottom: 5px;
}
.shor-desc .product-addon > p label input[type="checkbox"] {
    display: none !important;
}
.shor-desc .product-addon > p label:before {
    border: 1px solid #000;
     width: 15px;
    height: 15px;
    content:  "";
    border-radius: 100%;
    margin-right: 5px;
	position: absolute;
	left: 0;
}
.shor-desc .product-addon > p label {
    position:relative;
    padding-left: 25px;
    display: inline-block;
}
/*.post-2897 .shor-desc .product-addon > p label,
.post-2898 .shor-desc .product-addon > p label,
.post-2956 .shor-desc .product-addon > p label
{
	max-width: 135px;
}*/
.shor-desc .product-addon > p label input[type="checkbox"] + span:after ,
.shor-desc .product-addon > p label input[type="radio"] + span:after {
    content: "✔";
    position:  absolute;
    left: 4px;
    top: -1px;
    opacity: 0;
    color: #cb9b3b;
}
.shor-desc .product-addon > p label input[type="checkbox"]:checked + span:after ,
.shor-desc .product-addon > p label input[type="radio"]:checked + span:after {
    opacity: 1;
}
.shor-desc .product-addon > p label:hover:before {
	border-color: #cb9b3b !important;
} 


 /* flexbox */
 .flex {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 }
 .flex-wrap {
 	-ms-flex-wrap: wrap;
 	    flex-wrap: wrap;
 }
 .flex-row {
 	-webkit-box-orient: horizontal;
 	-webkit-box-direction: normal;
 	    -ms-flex-direction: row;
 	        flex-direction: row;
 }
 .flex-justify {
 	-webkit-box-pack: justify;
 	    -ms-flex-pack: justify;
 	        justify-content: space-between;
 }
 .flex-center {
 	-webkit-box-pack: center;
 	    -ms-flex-pack: center;
 	        justify-content: center;
 }
 .flex-middle {
 	-webkit-box-align: center;
 	    -ms-flex-align: center;
 	            -ms-grid-row-align: center;
 	        align-items: center;
 }
 .expandheight {
 	height: 100%;
 }
 .flex-auto > div {
 	-webkit-box-flex: 1;
 	    -ms-flex: 1 0 auto;
 	        flex: 1 0 auto;
 }
 .nowrap {
 	-ms-flex-wrap: nowrap;
 	    flex-wrap: nowrap;
 }
.flex-grow {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	max-width: 100%;
}
/*icon fonts*/
.icon-triangle-down2:before {
  content: "\e602";
}
 /*checkbox */

/* Base for label styling */
.form-woo [type="checkbox"]:not(:checked),
.form-woo [type="checkbox"]:checked,
.form-woo [type="radio"]:not(:checked),
.form-woo [type="radio"]:checked, 
.shor-desc [type="checkbox"]:not(:checked),
.shor-desc [type="checkbox"]:checked,
.shor-desc [type="radio"]:not(:checked),
.shor-desc [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.form-woo [type="checkbox"]:not(:checked) + label,
.form-woo [type="checkbox"]:checked + label,
.form-woo [type="radio"]:not(:checked) + label,
.form-woo [type="radio"]:checked + label, 
.shor-desc [type="checkbox"]:not(:checked) + label,
.shor-desc [type="checkbox"]:checked + label,
.shor-desc [type="radio"]:not(:checked) + label,
.shor-desc [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin: 0;
}

/* checkbox aspect */
.form-woo [type="checkbox"]:not(:checked) + label:before,
.form-woo [type="checkbox"]:checked + label:before,
.shor-desc [type="checkbox"]:not(:checked) + label:before,
.shor-desc [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0;
  top: 2px;	
  width: 15px;
  min-width: 0;
  height: 15px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
.form-woo [type="radio"]:not(:checked) + label:before,
.form-woo [type="radio"]:checked + label:before,
.shor-desc [type="radio"]:not(:checked) + label:before,
.shor-desc [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left:0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 100%;
  box-shadow: none;
}
/* checked mark aspect */
.form-woo [type="checkbox"]:not(:checked) + label:after,
.form-woo [type="checkbox"]:checked + label:after,
.shor-desc [type="checkbox"]:not(:checked) + label:after,
.shor-desc [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 12px;
  color: #14573e;
  transition: all .2s;
}
.form-woo [type="radio"]:not(:checked) + label:after,
.form-woo [type="radio"]:checked + label:after,
.shor-desc [type="radio"]:not(:checked) + label:after,
.shor-desc [type="radio"]:checked + label:after {
    content: '●';
    position: absolute;
    top: -5px;
    left: 0px;
    font-size: 14px;
    color: #14573e;
    transition: all .2s;
    font-size: 17.5px;
}
/* checked mark aspect changes */
.form-woo [type="checkbox"]:not(:checked) + label:after, .shor-desc [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-woo [type="checkbox"]:checked + label:after, .shor-desc [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-woo [type="radio"]:not(:checked) + label:after, .shor-desc [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-woo [type="radio"]:checked + label:after, .shor-desc [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.form-woo [type="checkbox"]:disabled:not(:checked) + label:before,
.form-woo [type="checkbox"]:disabled:checked + label:before, 
.shor-desc [type="checkbox"]:disabled:not(:checked) + label:before,
.shor-desc [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #14573e;
  background-color: #ddd;
}
.form-woo [type="radio"]:disabled:not(:checked) + label:before,
.form-woo [type="radio"]:disabled:checked + label:before, 
.shor-desc [type="radio"]:disabled:not(:checked) + label:before,
.shor-desc [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #14573e;
  background-color: #ddd;
}
.form-woo [type="checkbox"]:disabled:checked + label:after, .shor-desc [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.form-woo [type="checkbox"]:disabled + label, .shor-desc [type="checkbox"]:disabled + label {
  color: #aaa;
}
.form-woo [type="radio"]:disabled:checked + label:after , .shor-desc [type="radio"]:disabled:checked + label:after {
  color: #999;
}
.form-woo [type="radio"]:disabled + label, .shor-desc [type="radio"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.form-woo [type="checkbox"]:checked:focus + label:before,
.form-woo [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #14573e;
}
.form-woo [type="radio"]:checked:focus + label:before,
.form-woo [type="radio"]:not(:checked):focus + label:before, 
.shor-desc [type="radio"]:checked:focus + label:before,
.shor-desc [type="radio"]:not(:checked):focus + label:before {
  border: 1px solid #14573e;
}

/* hover style just for information */
.form-woo label:hover:before, .shor-desc label:hover:before {
  border: 1px solid #4778d9!important;
}

/* WOO PAGES STYLE */
.woo-page-cont {
	padding-top: 80px;
	padding-bottom: 80px;
}
.form-woo .woocommerce {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.woocommerce-account .form-woo .woocommerce {
	max-width: 100%;
}
.woocommerce-ct {
	background: #e8e7e7;
}
.form-woo .woocommerce .woocommerce-form-login, .form-woo .register.woocommerce-form {
	border: none;
	padding: 0;
}
.form-woo .woocommerce .woocommerce-form-row > label {
	display: none;
}
.form-woo h2 {
	font-size: 35px;
	line-height: 1;
	margin-bottom: 20px;
}
.form-woo h2 + p {
	font-size: 16px;
	margin-bottom: 35px;
	font-family: 'Avenir';
}
.form-woo .woocommerce-form input[type="text"], .form-woo .woocommerce-form input[type="password"], .form-woo .woocommerce-form input[type="email"] {
	background-color: #fff;
	border: 1px solid #000;
	text-transform: uppercase;
	color: #727272;
	font-family: 'AvenirBlack';
}
.flex-input {
	height: 44px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;}
.flex-button, .payment_box p input, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	height: 45px !important;
	line-height: 1 !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
	        -webkit-box-pack: center !important;
	            -ms-flex-pack: center !important;
	                justify-content: center !important;
}
.button-main, .woocommerce .button-main, .woocommerce input.button-main, .woocommerce .button-main, .button.wc-backward, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #c69b3b !important;
	color: #fff !important;
	font-family: 'AvenirBlack';
	font-size: 14px;
	border-radius: 0;
	letter-spacing: 0;
	transition: 0.5s ease all;
}
.woocommerce .button-main:hover, .woocommerce input.button-main:hover, .woocommerce .button-main:hover, .button.wc-backward:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #000 !important;
}
.variations .value {
	position: relative;
}
.e_form input[type='checkbox'] + label:before {
	margin-right: 5px;
	border: 1px solid #000;
	width: 15px;
	height: 15px;
	background-color: #fff;
}
.woocommerce-ResetPassword {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
.woocommerce .e_form label {
	font-family: 'AvenirBlack';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10.7px;
	color: #727272;
	line-height: 1;
}
.woocommerce form.login .woocommerce-Button {
	background-color: #14573e !important;
	height: 45px !important;
}
.e_form > div {
	line-height: 1;
}
#apply-voucher {
	border-bottom: none;
	width: 100%;
	background-color: #e8e7e7 !important;
	color: #000 !important;
	font-family: 'AvenirBlack';
	letter-spacing: 1px;
}
.woocommerce form.login {
	background-color: transparent;
	border: none;
	padding: 0;
}
#apply-voucher:hover {
	background-color: #c69b3b !important;
	color: #fff !important;
}
.form-woo .woocommerce-form input[type="submit"] {
	background-color: #14573e;
	width: 100%;
	color: #fff;
	border-radius: 0;
	        margin: 30px 0 20px;
}
.form-woo .e_form label span {
	font-size: 10.7px;
	color: #727272;
	text-transform: uppercase;
	font-family: 'AvenirBlack';
	display: inline-block;
	line-height: 1;
}
.form-woo .woocommerce form .form-row label.inline {
	display: block;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 25px;
}
.pl {
	padding-left: 15px;
	line-height: 1;
}
.pr {
	padding-right: 15px;
	line-height: 1;
}
.e_form + .column.text-right a {
	font-size: 10.7px;
	text-transform: uppercase;
	font-family: 'AvenirBlack';
	color: #000;
	border-bottom: 1px solid;
	display: inline-block;
	line-height: 1.2
}
.e_form, .e_form + .column.text-right {
	margin-top: 15px;
	margin-bottom: 15px;
}
.form-woo .row .form-footer-text p {
	font-family: 'Butler_Regular';
	font-size: 14.7px;
	line-height: 1;
}
.woocommerce form.login .form-row {
	margin-bottom: 10px;
	padding: 0;
}
form.login .woocommerce-Button {
	width: 100%;
}
form.login .form-footer-text p {
	margin-bottom: 0;
	font-family: 'Butler_Regular';
	font-size: 16px;
	color: #000;
}
.login input[type='checkbox']:checked + label:before {
	line-height: 1;
}
.login-heading {
	font-size: 35px;
	margin-bottom: 20px;
}
.form-woo .row .form-footer-text p a, .login .form-footer-text p a {
	border-bottom: 1px solid #14573e;
	color: #000 !important;
}
.form-woo input::-webkit-input-placeholder {
   color: #727272;
}

.form-woo input:-moz-placeholder { /* Firefox 18- */
   color: #727272;
}

.form-woo input::-moz-placeholder {  /* Firefox 19+ */
   color: #727272;
}

.form-woo input:-ms-input-placeholder {
   color: #727272;
}
/*woocommerce shop page*/
.woocommerce .wooct-shop ul.products li {
	width: 100%;
	float: none;
	background-color: #fff;
	margin-bottom: 10px;
}
.prod-title {
	font-size: 17px;
	font-family: 'AvenirBlack';
	line-height: 1;
	margin-bottom: 25px;
	display: inline-block;
	text-transform: uppercase;
}
.thumbnail-prod {
	overflow: hidden;
}
.thumbnail-prod .imgbg {
	width: 100%;
	height: 100%;
}
.details-cont {
	padding: 20px 0;
}
.details-prod.no-fi .details-cont {
	padding-left: 10px;
}
.product-type-variable .details-prod.no-fi .details-cont {
	padding-left: 0;
}
.thumbnail-prod img {
	position: absolute;
	z-index: -1;
	max-height: 100%;
}
.wooct-shop .woocommerce-Price-amount {
	font-size: 18px;
	font-family: 'Butler_Bold';
	color: #000;
	line-height: 1;
}
.wooct-shop .price .woocommerce-Price-amount {
	display: block;
}
.wooct-shop .price_item {
	display: block;
}
.wooct-shop .mini-cart {
	padding-top: 30px;
	padding-bottom: 30px;
}
.wooct-shop .shor-desc p {
/*	font-family: 'PlayfairDisplay-Regular';
*/	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.2;
}
.wooct-shop .shor-desc {
	padding-right: 40px;
}
.woocommerce .wooct-shop ul.products li.product .price {
	margin-bottom: 0;
	padding: 0;
}
.mini-cart .flex > * {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
}
.mini-cart form .qty {
	-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
}
.mini-cart .add-to-cart a.button {
	font-family: 'AvenirBlack';
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 0 !important;
	background-color: #134430;
	border-radius: 0;
	color: #fff;
}
.wooct-shop .page-heading-animate {
	padding: 60px 0;
}
.wooct-shop .page-heading {
	margin: 0;
}
.wcc_nav .nav-cont {
/*	border: 1px solid #000;
*/	background-color: #fff;
	margin-bottom: 30px;
	border-left: 1px solid #e8e7e7;
    border-bottom: 1px solid #e8e7e7;	
    -ms-flex-wrap: wrap;	
        flex-wrap: wrap;
}
.wcc_nav .nlink {
/*	border-right: 1px solid #000;
*/
	border-top: 1px solid #e8e7e7;
    border-right: 1px solid #e8e7e7;
}
.nlink a:hover {
	color: #3b3b3c;
}
/*.wcc_nav .nlink:last-child {
	border-right: none;
}*/
.nlink a, .dropdown-trigger a {
	font-family: 'AvenirBlack';
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 15px;
	line-height: 1;
	display: block;
	text-align: left;
}
.side-cart {
	background-color: #fff;
	margin-bottom: 30px;
}
.side-cart .cart-top {
	padding: 20px 25px;
	border: 1px solid #343434;
}
.side-cart .cart-bottom {
	padding: 20px 25px;
	background-color: #343434;
}
.side-cart .cart-bottom * {
	color: #fff;
}
.cart-top h4, .woocommerce-order-details .woocommerce-order-details__title, .woocommerce-thankyou-order-received {
	font-size: 30px;
	font-family: 'Butler_Bold';
	color: #000;
	text-transform: none;
	line-height: 1;
	margin-bottom: 10px;
}
.woocommerce-order-details {
	background: #fff;
	border: 1px solid #000;
	padding: 20px;
}
.cart-top .order-item span {
	display: inline-block;
	font-size: 12px;
	font-family: 'AvenirBlack';
	text-transform: uppercase;
	color: #134430;
	color: #000;
	line-height: 1;
}
.order-item {
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}
.cart-top .order-item:last-child {
	border-bottom: none;
}
.cart-top .prod-name {
	-ms-flex-preferred-size: 140px;
	    flex-basis: 140px;
}
.cart-top .qty {
	border-bottom: 1px solid;
}
.total-min p, .cart-bottom .total-price span {
	margin: 0;
	line-height: 1;
	font-size: 20px;
	color: #fff;
	font-family: 'AvenirBlack';
}
.total-min small, .cart-bottom .voucher a {
	font-size: 13px;
	font-family: 'Butler_Regular';
	line-height: 1;
	display: block;
}
.wooct-shop .cart-bottom .flex-button {
	margin: 20px 0 5px;
	background: #c69b3b !important;
	color: #fff !important;
	border-radius: 0
}
.wooct-shop .cart-bottom .flex-button:hover, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover {
	background-color: #003f23 !important;
}
.mini-cart .add-to-cart a.button:hover {
	background-color: #c69b3b !important;
}
.cart-bottom .voucher a {
	border-bottom: 1px solid;
	display: inline-block;
}
.mini-qty input[type="number"] {
	border: 1px solid #979797;
    max-width: 50px;
    margin: 0 auto;
    color: #000;
    height: 39px;
}
.product-type-variable .mini-qty input[type="number"] {
	/*height: 56px;*/
}
.wooct-shop .products {
	margin-bottom: 50px;
}
.tab-content-list {
	display: none;
}
.tab-content-list#tab-0{
	display:block;
}
.wooct-shop .custom-product-list .tab-content-list:nth-of-type(1) {
	display: block;
} 
li.no-prods {
	padding: 30px;
}
/*Account Dashboard*/
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.woocommerce-account .woocommerce-ct .woocommerce-MyAccount-content {
	width: 100%;
	float: none;
	text-align: left;
}
/* checkout */
form.checkout .woocommerce-info {
	width: 100%;
	background: transparent;
	padding: 0;
	position: absolute;
	max-width: 180px;
	text-align: right;
	top: 40px;
	right: 40px;
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	color: #292a2a;
}
form.checkout .woocommerce-info a {
	border-bottom: 2px solid #14573e;
	color: #292a2a;
}
.checkout_heading {
	font-family: 'AvenirBlack';
	font-size: 18px;
	text-transform: uppercase;
	color: #14583e;
	line-height: 1;
	margin-bottom: 15px;
}
.woocommerce form.woocommerce-checkout label {
	font-family: 'AvenirBlack';
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 8px;
}
.woocommerce form .form-row.column {
	padding: 0 0.9375rem;
	margin-bottom: 20px;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	/*float: none;*/
}
.select2-container--default .select2-selection--single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	height: 45px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	        border-radius: 0;
	        border-color: #000;
	            font-family: 'AvenirBlack';
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}
#billing_address_2 {
	margin-top: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	width: 100%;
}
.woocommerce-checkout #payment ul.payment_methods {
	background: #fff;
	padding: 0;
	border: none;
}
.payment-section, .wrapper .additional-notes {
	border-top: 1px solid #ebebeb;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
	padding: 0;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none;
}
.payment_cont, .notes-cont {
	padding: 30px 40px;
	background: #fff;
}
.notes-cont .form-row {
	float: none;
}
.payment_method_eway_payments label, .wc_payment_method > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0;
	line-height: 1;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
	padding: 0;
	margin: 0 0 20px;
}
.payment_cont p label {
	color: #134430;
}
.payment_cont #payment .wc-payment-form p:nth-of-type(2) {
	width: 50%;
	clear: none !important;
	float: left;
	padding-right: 10px;
}
.payment_cont #payment .wc-payment-form p:nth-of-type(3), .payment_cont #payment .wc-payment-form p:nth-of-type(4) {
	width: 25%;
	clear: none !important;
	float: left;
	padding-right: 10px;
}
.payment_cont #payment .wc-payment-form p:nth-of-type(4) {
	padding-right: 0;
}
.woocommerce form .form-row .select2-container {
	width: 100% !important;
}
.payment_cont p input {
	width: 100% !important;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 0;
	background: transparent;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none;
	width: 100%;
	background: #c69b3b !important;
	font-family: 'AvenirBlack';
	text-transform: uppercase;
	border-radius: 0;
	font-size: 15px;
	margin: 0;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
	background: #14583f;
}
body:not(.woocommerce-account) .woocommerce .col2-set .col-1, body:not(.woocommerce-account) .woocommerce-page .col2-set .col-1 {
	float: none;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	/*width: 100%;
	float: none;*/
	float:left;
}
.woocommerce form .form-row textarea {
	height: 142px;
}
.check-securely p {
	margin: 10px 0 30px;
	color: #b2b2b2;
	line-height: 1;
	font-family: 'avenirltstdbookwebfont';
	font-size: 19px;
}
.check-securely img {
	margin-right: 10px;
}
#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
	border-color: #000;
	font-size: 14px;
}
.woocommerce-info + .checkout_coupon .row {
	margin: 0;
}
.woocommerce-message {
	border-top-color: #14583d;
}
.woocommerce-message::before {
	color: #14583d;
}
.woocommerce-checkout .woocommerce-NoticeGroup {
	max-width: 66.66667%;
	padding-right: 0.9375rem;
	width: 100%;
}
#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
	border-color: #000;
	color: #000;
}
table thead {
	background: #fff;
}
.side-cart .cart-bottom input[type="text"] {
	background: #fff;
	color: #000;
	margin-bottom: 5px;
}
.woocommerce-EditAccountForm.edit-account {
	padding: 40px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.woocommerce-EditAccountForm.edit-account fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    width: 100%;
}
.woocommerce-EditAccountForm.edit-account .clear {
	display: none;
}
.woocommerce-EditAccountForm.edit-account p:nth-of-type(1),
.woocommerce-EditAccountForm.edit-account p.form-row:nth-of-type(2) {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48%;
	        flex: 0 0 48%;
	max-width: 48%;
}
.woocommerce-EditAccountForm.edit-account p.form-row:nth-of-type(3), .woocommerce-EditAccountForm.edit-account fieldset p.form-row:nth-of-type(1), .woocommerce-EditAccountForm.edit-account fieldset p.form-row:nth-of-type(2) {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
}
.form-woo .woocommerce .edit-account .woocommerce-form-row > label {
	font-family: 'AvenirBlack';
	font-style: 14px;
	text-transform: uppercase;
	color: #134430;
	line-height: 1;
	margin-bottom: 5px;
}
.woocommerce-EditAccountForm.edit-account .form-row {
	padding: 0;
	margin-bottom: 20px;
}
.woocommerce-EditAccountForm.edit-account fieldset > legend {
	width: 100%;
    margin: 0;
    padding: 20px 0 20px;
    font-family: 'AvenirBlack';
    text-transform: uppercase;
    font-size: 20px;
    color: #c69b3b;
    line-height: 1;
}
.woocommerce table.woocommerce-table--order-details {
	border-collapse: collapse;
}
.woocommerce table.woocommerce-table--order-details th {
	background: #9e9e9e;
	color: #fff;
}
.woocommerce table.woocommerce-table--order-details tfoot th {
	background: #fff;
	color: #737373;
}
mark {
	background-color: #14583d;
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
    display: inline-block;
}
.voucher-mini p, .voucher-mini *, .wrapper .voucher-mini span {
	font-size: 13px;
}
.voucher-mini {
	padding: 5px 0 14px;
	margin-bottom: 10px;
	position: relative;
}
.woocommerce-remove-coupon {
	position: absolute;
	left: 0;
	bottom:0;
	font-size: 14px !important;
}
.woocommerce-page .added_to_cart.wc-forward {
	display: none;
}
.cart-empty {
	padding: 100px 0;
}
.cart-empty h1 {
	margin-bottom: 30px;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
	top: 15px;
	position: absolute;
}
.column.add-to-cart.shrink {
	-ms-flex-preferred-size: 180px;
	    flex-basis: 180px;
}
.voucher-code {
	display: block;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
}
.dropdown-trigger a.opened {
	border-bottom: 1px solid #000;
}
.woocommerce-order-overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px auto 50px !important;
    max-width: 900px;
    width: 100%;
}
.woocommerce-order-details {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 69%;
	        flex: 0 0 69%;
	max-width: 69%;
}
body:not(.logged-in).woocommerce-order-received .woocommerce-order {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.woocommerce-customer-details {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 29%;
	        flex: 0 0 29%;
	max-width: 29%;
}
.order-heading, .woocommerce-order .label-order {
	font-family: 'AvenirBlack';
	color: #14583e;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1;
}
.wrapper .woocommerce-order-details__title {
	margin-bottom: 20px;
}
.order_item .woocommerce-table__product-name, .order_item .woocommerce-Price-amount span, .order_item .woocommerce-Price-amount, .woocommerce-order .value-order {
	font-family: 'AvenirBlack';
	font-size: 14px;
	text-transform: none;
}
.woocommerce-order-details .footer-order {
	margin-top: 20px;
}
.wrapper .woocommerce-thankyou-order-received {
	line-height: 1.2;
}
.woocommerce-customer-details--email {
	word-wrap: break-word;
}
#locale-tab-all .join-momento p {
	margin-bottom: 0;
	line-height: 1;
}
#locale-tab-all .join-momento p:nth-of-type(1) {
	margin-bottom: 20px;
}
#locale-tab-all .join-momento a {
	font-family: 'AvenirBlack';
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: inline-block;
    font-size: 0.75rem;
    width: 300px;
}
.woocommerce-order .woocommerce-customer-details {
	background: #fff;
	padding: 20px;
	border: 1px solid #000;
}
.woocommerce-customer-details .woocommerce-column__title {
	font-family: 'AvenirBlack';
	text-transform: uppercase;
	font-size: 20px;
	color: #14583e;
}
a.remove_link, .woocommerce a.remove {
    display: block;
    font-size: 16px;
    color: #343434 !important;
}
.dates-order {
    margin-top: 15px;
}
.gal-img {
	margin-bottom: 20px;
}
.gallery-cont ul {
	background: #fff;
    padding: 0.9375rem 0;
}
.galler-thumb {
	height: 250px;
	overflow: hidden;
}
.woocommerce ul.products li.product p strong {
	display: inline-block;
	font-family: 'AvenirBlack';
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wrapper .product-addon label, .wrapper .product-addon span {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	font-family: 'Butler_Bold';
}
.wrapper .product-addon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin-top: 20px;
}
.single .wrapper .product-addon .addon-name{
	display: block;
}
.wrapper .product-addon .addon-name {
	display: none;
}
.product-addon.product-addon > p {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
}
.wrapper .product-addon input[type='checkbox'] {
    display: inline-block;
    position: static;
    opacity: 1;
    width: 20px;
    border: 1px solid #000;
    margin: 0 5px 0 0;
}
.wrapper .product-addon label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.wrapper .product-addon .addon-name {
	font-family: 'AvenirBlack';
	text-transform: uppercase;
	color: #114d36;
	margin-top: 10px !important;
}
.wrapper .post-2902 .product-addon .addon-name{
	display: block;
    margin-top: 0px !important;
    padding-top: 0px !important;
    color: #000;
    font-size: 13px;
}
.wrapper .post-2897 .product-addon.product-addon-sauces .addon-name,
.wrapper .post-2898 .product-addon.product-addon-sauces .addon-name,
.wrapper .post-2956 .product-addon.product-addon-sauces .addon-name,
.wrapper .post-2898 .product-addon.product-addon-how-would-you-like-your-steak-cooked .addon-name,
.wrapper .post-2959 .product-addon.product-addon-sauces .addon-name,
.wrapper .post-2959 .product-addon.product-addon-how-would-you-like-your-steak-cooked .addon-name,
.wrapper .post-2916 .product-addon.product-addon-sauces .addon-name,
.wrapper .post-2916 .product-addon.product-addon-how-would-you-like-your-steak-cooked .addon-name,
.wrapper .post-2916 .product-addon.product-addon-add-ons .addon-name,
.wrapper .post-2916 .product-addon.product-addon-add-ons .addon-name,
.wrapper .post-3555 .product-addon.product-addon-or-choice-of .addon-name,
.wrapper .post-3556 .product-addon.product-addon-or-choice-of .addon-name,
.wrapper .post-3556 .product-addon.product-addon-sauces .addon-name

{
	display: block;
    margin-top: 0px !important;
    padding-top: 0px !important;
    color: #000;
    font-size: 13px;
    width: 100%;
}

.shor-desc .dk-select  {
	margin-bottom: 0;
	/*max-width: 140px;*/
}
.shor-desc .variations_form.cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	                    -ms-grid-row-align: center;
	                align-items: center;
	                padding-bottom: 22px;
	                -ms-flex-wrap: wrap;
	                    flex-wrap: wrap;
}
.shor-desc .variations {
	display: block;
	width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	        margin-bottom: 0;
	        margin-top: 0;
}
.shor-desc.qty > .row {
	padding: 0 10px;
	margin: 0;
}
.woocommerce .quantity .qty {
    width: 55px;
    height: 56px;
    padding: 0;
    max-width: 100%;
}
.shor-desc .variations .value {
	padding: 0 0 0;
	position: relative;
	width: auto;
	max-width: 100%;
	display: block;
}
.shor-desc table thead, .shor-desc table tbody, .shor-desc table tfoot {
	display: block;
}
.shor-desc .variations .label {
	padding: 0;
	font-family: 'AvenirBlack';
	text-transform: uppercase;
	background: transparent;
	color: #000;
	margin-top: 6px;
}
.shor-desc .dk-select .dk-selected {
	border: 1px solid #ebebeb;
	color: inherit;
	font-size: 12px;
	width: 100%;
	text-align:left;
	border: 1px solid #979797;
    height: 56px;
    line-height: 56px;
    max-width: 85px;
}
.shor-desc .dk-select-options {
	background: transparent;
}
.shor-desc .dk-select .dk-selected:before{
	border-top-color: #979797;
}
.mini-cart form.variations_form .column {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}
.mini-cart form.variations_form .column.add-to-cart {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.product-type-variable .mini-cart form.variations_form .column.add-to-cart {
	padding-right: 0;
}
.mini-cart form.variations_form .qty {
	padding: 0;
}
.shor-desc .dk-select-options .dk-option-highlight {
	color: #000 !important;
	margin: 0 !important;
}
.woocommerce .wooct-shop ul.products .shor-desc li {
	margin-bottom: 0;
	border-bottom: 1px solid #ebebeb;
	border-left: none;
	border-right: none;
	text-align: left;
	color: #000;
}
.woocommerce .wooct-shop ul.products .shor-desc li:last-child {
	border-bottom: none;
}
.reset_variations {
	font-size: 12px;
	font-family: 'AvenirBlack';
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: -22px;
}
.shor-desc [type="checkbox"]:not(:checked) + label:before, .shor-desc [type="checkbox"]:checked + label:before {
	top: 7px;
}
.shor-desc [type="checkbox"]:not(:checked) + label:after, .shor-desc [type="checkbox"]:checked + label:after {
	top: 2px;
}
.tagged_as a {
	pointer-events: none;
    cursor: default;
    color: inherit;
    font-family: 'AvenirBlack';
    font-size: 12px;
    text-transform: uppercase;
}
.wrapper .stock.out-of-stock {
	color: red;
    font-family: 'AvenirBlack';
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0;
    line-height: 1;
    background: white;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px dashed gray;
}
.woocommerce ul.products li.product .button {
	margin-top: 0;
	display: block;
	width: 100%;
	height: 56px !important;
	padding: 0 10px;
	    min-width: 165px;
}
.woocommerce ul.products li.product.post-2973 .button{
    min-width: 100%;
}
.woocommerce ul.products li.product.product-type-variable .button {
	height: 56px !important;
}
.var-prod {
	max-width: 55%;
	width: 100%;
}
.var-prod + .mini-cart {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	max-width: 45%;
}
.single_variation + .product-addon + .woocommerce-variation-add-to-cart {
	margin-top: 20px;
}
.cart .column {
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 0 !important;
	        flex: 1 0 !important;
}
.right-sidebar select {
	border-width: 1px;
    background: #fff;
    color: #646464;
    border-color: #000;
    font-size: 12px;
    font-family: 'PoppinsMedium';
    height: 32px;
}
.mini-qty .value select[name="attribute_size"] {
	height: 25px;
	font-size: 14px;
}
/*subscription confirmation*/
.page-template-template-subcon .page-heading-wrap {
	min-height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	        -webkit-box-pack: center;
	            -ms-flex-pack: center;
	                justify-content: center;
}
.page-template-template-subcon input[type='checkbox'] + label {
	width: 100%;
}
.page-template-template-subcon .page-heading-wrap h2, .page-template-template-subcon .page-heading-wrap small {
	color: #fff;
}
.page-template-template-subcon .page-heading-wrap small, .page-template-template-subcon .gfield_label, #mfd5aeb5c58cc .MGLRow:nth-of-type(11) .MGLLabel {
	display: block;
	text-transform: uppercase;
	color: #c29e4f;
	letter-spacing: 4px;
	font-family: 'AvenirBlack';
}
#mfd5aeb5c58cc .MGLRow:nth-of-type(11) .MGLLabel {
	margin-top: 10px;
}
.page-template-template-subcon .gfield_label {
	margin-bottom: 10px;
	text-align: left;
	margin-top: 10px;
}
.page-template-template-subcon .content {
	background-color: #faf6ee;
	padding: 50px 0;
}
.page-template-template-subcon .gform_wrapper ul, .page-template-template-subcon .ginput_container_date .clear-multi, .page-template-template-subcon .ginput_container_address {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
}
.page-template-template-subcon .ginput_container_address span {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	max-width: 100%;
}
.page-template-template-subcon .ginput_container_date .clear-multi .ginput_container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 32%;
	        flex: 1 0 32%;
	max-width: 32%;
}
.page-template-template-subcon .gform_wrapper li {
	list-style: none;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
}
.page-template-template-subcon .gform_wrapper li.field-half, .page-template-template-subcon .ginput_container_address .address_state, .page-template-template-subcon .ginput_container_address .address_zip {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 49%;
	        flex: 1 0 49%;
	        max-width: 49%;
}
.page-template-template-subcon input, .page-template-template-subcon select {
	background: #fff;
	border: 1px solid #000;
	height: 45px;
	margin-bottom: 10px;
	color: #000;
}
.page-template-template-subcon input:focus, .page-template-template-subcon select:focus, .page-template-template-subcon input:hover, .page-template-template-subcon select:hover {
	background: #fff;
	border: 1px solid #c29e4f;
}
.page-template-template-subcon input[type='checkbox'] + label:before {
	border: 1px solid #000;
	background: #fff;
	top: 0;
}
.page-template-template-subcon input::-webkit-input-placeholder {
   color: #000;
}

.page-template-template-subcon input:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

.page-template-template-subcon input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

.page-template-template-subcon input:-ms-input-placeholder {  
   color: #000;  
}
body.page-template-template-subcon select {
	color: #000 !important;
}
.page-template-template-subcon .clear-multi > div.ginput_container {
	position: relative;
}
.page-template-template-subcon .clear-multi > div.ginput_container:after {
	content: "\e602";
	display: inline-block;
	font-family: 'icomoon' !important;
	position: absolute;
    top: 15%;
    right: 9px;
}
body.page-template-template-subcon select::-webkit-input-placeholder {
   color: #000 !important;
}

body.page-template-template-subcon select:-moz-placeholder { /* Firefox 18- */
   color: #000 !important;  
}

body.page-template-template-subcon select::-moz-placeholder {  /* Firefox 19+ */
   color: #000 !important;  
}

body.page-template-template-subcon select:-ms-input-placeholder {  
   color: #000 !important;  
}
.page-template-template-subcon .gform_footer input[type="submit"], #mfd5aeb5c58cc button {
	background: #c29e4f;
	width: 100%;
	margin: 10px 0;
	color: #fff;
	border: none;
}
#mfd5aeb5c58cc button {
	font-family: PoppinsBold;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1em;
    margin: 0;
}
.page-template-template-subcon .gform_footer input[type="submit"]:hover {
	background: #c79022;
}
.page-template-venuepage .filter-form {
	margin-bottom: 20px;
}
.page-template-venuepage .row-tab.whats-on-tab {
	background-color: #e5e4e4;
}
.flex-auto > div {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	max-width: 100%;
}
.gift-certificate.sc_info_box {
	float: none;
}
.mini-cart button.button, .woocommerce ul.products li.product .button {
	background-color: #c69b3b !important;
}
.mini-cart select, .mini-cart select:focus {
	border: 1px solid #979797;
	margin-bottom: 0;
	color: #000;
	padding-left: 8px;
	font-size: 13px;
	margin-bottom: 10px;
	background-color: #fff;
}
.product-type-variable .mini-cart select {
	margin-top: 0;
	margin-bottom: 0;
}
.mini-cart select {
	margin-top: 5px;
}
.product-type-variable.has-children .details-prod.no-fi, .product-type-variable.has-children .details-prod.no-fi + .mini-cart{
	max-width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	        -webkit-box-pack: justify;
	            -ms-flex-pack: justify;
	                justify-content: space-between;
}
.product-type-variable .var-prod .details-cont{
	float:left;
	    width: 60%;
}
.product-type-variable .var-prod .price-n{
	float:right;
	padding-top: 20px;
}

.product-type-variable.has-children .details-prod.no-fi + .mini-cart{
	background: #f9f9f9;
}
.product-type-variable .details-prod.no-fi + .mini-cart .cart {
	padding: 0;
}
li.product-type-variable .mini-cart .price {
	display: none !important;
}
li.product-type-variable .add-to-cart {
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 0 180px !important;
	        flex: 1 0 180px !important;
    max-width: 180px !important;
}
.woocommerce .wooct-shop ul.products li.product-type-variable .row{
	padding-right: 0;
	padding-left: 0;
}
/*.mini-cart .variations_button button.button,
.woocommerce ul.products li.product .variations_button .button{
	margin-top: -63px;
}*/
.woocommerce ul.products li.product .variations_button .button.wc-variation-selection-needed{
	    margin-top: 0;
}
.mini-cart .changed .variations_button button.button,
.woocommerce ul.products li.product .changed .variations_button .button,
.woocommerce ul.products li.product .changed .variations_button .button.wc-variation-selection-needed{
	margin-top:0;
}
.woocommerce-variation p{
	font-size: 12px;
}
.woocommerce .product-type-variable .quantity .qty {
	width: 100%;
	max-width: 100%;
	background: #fff;
}
.product-type-variable.has-children .details-prod.no-fi,
.product-type-variable .details-prod.no-fi
 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0;
	        flex: 1 0;
	max-width: 100%;
	padding: 0 20px;
}
.product-type-variable .qty-cont {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 65px;
	        flex: 1 0 65px;
	max-width: 65px;
	/*padding-right: 15px;*/
	padding-left: 10px;
}
.details-cont span.tagged_as{
	max-width: 225px;
	display:block;
}

li.product-type-simple form.cart {
	padding-right: 0;
}
li.product-type-simple .column.add-to-cart.shrink > .row {
	margin: 0;
}
.page-template-template-subcon .MGLField {
	display: block;
}
.page-template-template-subcon .MGLField input {
	padding-left: 20px;
}
#mfd5aeb5c58cc, #mfd5aeb5c58cc .MGLRow:nth-of-type(6) .MGLField {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#mfd5aeb5c58cc .MGLRow {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	max-width: 100%;
	padding: 0;
}
#mfd5aeb5c58cc .MGLRow:nth-of-type(4), #mfd5aeb5c58cc .MGLRow:nth-of-type(5), #mfd5aeb5c58cc .MGLRow:nth-of-type(9), #mfd5aeb5c58cc .MGLRow:nth-of-type(10) {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 49%;
	        flex: 1 0 49%;
	max-width: 49%;
}
#mfd5aeb5c58cc .MGLRow:nth-of-type(6) .MGLField select {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 32%;
	        flex: 1 0 32%;
	max-width: 32%;
}
#mfd5aeb5c58cc .MGLRow:nth-of-type(11) {
	text-align: left;
}
#mfd5aeb5c58cc .MGLRow:nth-of-type(11) input {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	border: 1px solid #000;
	padding: 0;
	margin: 5px 0;
}
#mfd5aeb5c58cc .MGLRow:nth-of-type(11) .MGLField {
	display: inline-block;
	line-height: 1;
}
#mfd5aeb5c58cc .MGLRow:nth-of-type(11) input[type="checkbox"]:checked {
	background-image: url('images/checked.png');
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
}
/* hidden elements */
.wooct-shop .woocommerce-breadcrgumb, .wooct-shop .woocommerce-result-count, .wooct-shop .woocommerce-ordering, form.woocommerce-checkout .woocommerce-info:before, #ship-to-different-address, .woocommerce .woocommerce-breadcrumb, .woocommerce-column--shipping-address, .woocommerce-page .page-heading h5, .custom-product-list .woocommerce-pagination, .archive .woocommerce-product-details__short-description, .shor-desc .variations .label, .mini-cart .product-addon, .mini-cart #product-addons-total, .woocommerce-checkout .additional-notes, .page-template-template-subcon .ginput_container_address .address_zip + input + .gf_clear_complex, .page-template-template-subcon .gform_wrapper .hide-label label, .page-template-template-subcon .head-title, #mfd5aeb5c58cc .MGLRow:nth-of-type(6) .MGLLabel, #mfd5aeb5c58cc .MGLRow:nth-of-type(12), #mfd5aeb5c58cc .MGLPoweredBy {
	display: none;
}
.payment_method_paywayapi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.payment_method_paywayapi .clear {
	display: none !important;
}
.payment_method_paywayapi p:nth-of-type(1) {
	width: 100% !important;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	max-width: 100%;
}
.payment_method_paywayapi select {
	border: 1px solid #000 !important;
	width: 100% !important;
	height: 45px;
	color: #000;
}
.wc_payment_method > label {
	position: relative;
	padding-left: 25px;
}
.wc_payment_method > label:before {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #000;
}
.wc_payment_method input:checked + label:after {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #000;
	background-color: #000;
}
.payment_method_paywayapi input {
	width: 100% !important;
}
.payment_method_paywayapi p:nth-of-type(2), .payment_method_paywayapi p:nth-of-type(3), .payment_method_paywayapi p:nth-of-type(4) {
	width: 32% !important;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 32%;
	        flex: 1 0 32%;
	max-width: 32%;
}
#subscribe-trigger {
	opacity: 0 !important;
}
.daily-special {
	position: relative;
}
.daily-special > .label {
	position: absolute;
	left: 30px;
	top: -11px;
	background-color: #c69b3b;
	display: block;
	line-height: 1;
	padding: 9px;
	text-transform: uppercase;
	font-family: 'AvenirBlack';
}
.daily-special .thumbnail-prod {
	padding: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 200px;
	        flex: 1 0 200px;
	max-width: 200px;
}
/*new header design*/
ul.flex {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.flex li {
    padding: 15px 20px;
    border-right: 1px solid #ccc;
    max-height: 55px;
}
.right-cont ul.flex li:last-child {
	border-right: none;
}
.nheader li a {
	text-transform: uppercase;
	color: #090803;
	font-family: 'AvenirBlack';
	font-size: 16px;
	line-height: 1;
	letter-spacing: 2px;
}
.nheader .left-cont li a {
	font-size: 14px;
	color: #090803;
	line-height: 1.2;
	display: block;
}
.nheader i {
	border: solid #010101;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	position: relative;
	top: -3px;
	left: 5px;
}
#subsite-trigger:hover i {
	border-color: #c0a160;
}
#subsite-trigger:hover, .nheader li a:hover
 {
	color: #c0a160;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.nmenu img {
	margin-right: 5px;
	display: inline-block;
}
.nheader .sublist {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
.ddsites, .nmenu {
	position: relative;
}
.ddsites ul, .nmenu ul {
	position: absolute;
	top: calc(100% + 4px);
	width: 100%;
	left: 0;
	z-index: 99999;
	background: #fff;
	border: 1px solid #ccc;
}
.nmenu ul {
	width: calc(100% + 40px);
}
.ddsites ul li, .nmenu ul li {
	padding: 6px 10px 6px 20px;
	line-height: 1.2;
	border: none;
	max-height: none;
	border-bottom: 1px solid #ccc;
}
.ddsites ul li:last-child, .nmenu ul li:last-child {
	border-bottom: none;
}
.right-sidebar ul.social-list {
	margin-bottom: 40px;
}
.right-sidebar ul {
	margin-bottom: 40px;
}
.directions {
	margin-top: 10px;
}
.directions small a {
	display: block;
	text-transform: uppercase;
	font-family: 'PoppinsRegular';
	font-size: 11px;
	color: #000;
}
.nheader + .page-heading-wrap, .hion .page-heading-wrap + .row-tab {
	border-top: 1px solid #ccc;
}
body.cs .nheader + .page-heading-wrap {
	padding-top: 100px;
}
li.product-type-variable .shor-desc .variations {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0;
	        flex: 1 0;
	max-width: auto;
}
li.product-type-variable .single_variation.woocommerce-variation {
	display: none !important;
}
.var-table-cont.flex.flex-justify > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 0 10px 0 0;
}
.var-table-cont.flex.flex-justify > div:last-child {
	padding-right: 0;
}
.product-type-variable.has-children .details-prod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.product-type-variable select {
	height: 56px;
	color: #4a4a4a;
	padding-left: 15px;
	font-family: 'AvenirNextBold';
}
.price-n .prod-title {
	display: block;
	text-align: center;
}
.reveal#delivery-notice-modal{
	background-color:#fff;
	padding-left:56px;
	max-width:528px;
	    padding-bottom: 66px;
	padding-right: 77px;
	padding-top:50px;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	        transform: translateY(-50%) !important;
	        backface-visibility: inherit;
	        min-height: 0;
	        height: auto;
}
#delivery-notice-modal h4{
  height: 44px;
  font-family: avenirltstdbookwebfont;
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c69b3b;
  text-transform: none;
  
}
#delivery-notice-modal .delivery_notice_label{
width: 395px;
  height: 283px;
  font-family: AvenirNext;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #4a4a4a;
}
#delivery-notice-modal p{
	color: #4a4a4a;
}
#delivery-notice-modal p:last-child {
	margin: 0;
}
#delivery-notice-modal .close-button {
	font-size: 42px;
	color: #939393;
	top: 20px;
	right: 30px;
}
.varm .wc-no-matching-variations {
	display: none !important;
}
.var-button {
	max-width: 200px !important;
	margin-left: auto !important;
	line-height: 56px !important;
}
.var-options {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
}
.var-options .var-options-cont {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	        background-color: rgba(0, 0, 0, 0.2);
}
.varv {
	max-width: 580px;
	background: #fff;
	width: 100%;
	padding: 45px;
	position: relative;
}
.varv h2 {
	font-family: 'AvenirHeavy';
	font-size: 32px;
	line-height: 1;
	color: #cb9b3b;
	margin-bottom: 20px;
}
.wooct-shop .variation-desc {
	margin-top: 10px;
}
.wooct-shop .variation-desc p {
	font-family: 'AvenirBlack';
	text-transform: uppercase;
	font-size: 14px;
}
.wooct-shop .variation-desc p br {
	display: none;
}
/* multiple options */
.option_cont {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 32%;
	        flex: 1 0 32%;
	max-width: 32%;
}
.option_cont {
    position:  relative;
}
.option_cont:hover {
  	cursor: pointer;
}
.option_cont input {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block !important;
    opacity: 0;
}
.option_cont .input-cont {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1;
	        flex: 0 1;
}
.option_cont .input-cont label.radio {
	margin: 0;
	display: block !important;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: relative;
}
.option_cont .title {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0;
	        flex: 1 0;
}
.option_cont h4 {
	font-family: 'AvenirNextBold';
	font-size: 13px;
	line-height: 1.2;
	color: #1f2d3a;
	margin-bottom: 5px;
	letter-spacing: -0.2px;
}
.option_cont .description {
	font-size: 13px;
	line-height: 1.4;
	color: #1f2d3a;
	letter-spacing: -0.2px;
	font-family: 'AvenirNextLTPro-Regular';
}
.option_cont .input-cont label.radio:before {
	border-radius: 100%;
	width: 16px;
	height: 16px;
	content: "";
	border: 1px solid #979797;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 0;
}
.option_cont .input-cont input[type="checkbox"]:checked + label.radio:after {
	width: 8px;
	height: 8px;
	content: "";
	background-color: #c69b3b;
	display: block;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.atcbutton {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 156px;
	        flex: 1 0 156px;
	max-width: 156px;
}
.opt-choice .options_var {
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 0 !important;
	        flex: 1 0 !important;
}
.opt-choice .button {
	line-height: 56px !important;
}
.atcbutton a.button {
	width: 100% !important;
	max-width: 100% !important;
}
/* feedback form */
.fbf {
	padding: 80px 0;
}
.fbf .cont-form > h2 {
	font-family: Butler_Regular;
	font-size: 60px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	color: #c69b3b;
	position: relative;
}
.fbf .cont-form > h2:before {
	content: "";
	background-image: url('images/star.png');
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	width: 212px;
	height: 207px;
	        transform: translate(-50%, -50%);
}
.fbf .cont-form > h2 + p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.56;
	text-align: center;
	color: #4a4a4a;
	margin-top: 20px;
}
.fbf input, .fbf select, .fbf textarea {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #ffffff;
	background-color: #ffffff;
	border: solid 1px #979797;
	margin-bottom: 0;
	padding: 0 12px 0 22px !important;
	color: #4a4a4a;
	font-size: 14px;
}
.fbf select {
	padding-right: 30px !important;
}
.fbf input::-webkit-input-placeholder {
   color: #4a4a4a;
}
.fbf input.hasDatepicker {
	background-position: 8px 10px;
}
.fbf input:-moz-placeholder { /* Firefox 18- */
   color: #4a4a4a;  
}

.fbf input::-moz-placeholder {  /* Firefox 19+ */
   color: #4a4a4a;  
}

.fbf input:-ms-input-placeholder {  
   color: #4a4a4a;  
}
.fbf input, .fbf select {
	height: 42px;
	line-height: 42px;
}
.fbf .form-footer p {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
}
.fbf .MGLRow {
	margin-bottom: 8px;
	padding: 0;
}
.fbf .form-footer h3 {
	font-family: 'PoppinsBold';
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  font-weight: 500;
  margin-bottom: 18px;
  text-transform: none;
  padding: 0 25px;
}
.revweb {
	padding: 12px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 #ffffff;
	background-color: #ffffff;
	border: solid 0.9px #dedede;
	margin-right: 5px;
}
.travel-rev .flex .revweb:last-child {
	margin: 0;
}
/*.fbf .MGLLabel {
	display: none;
}*/
.fbf form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.fbf form .MGLRow {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	max-width: 100%;
}
.fbf form h2 {
	text-align: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	max-width: 100%;
	text-transform: uppercase;
	font-family: 'PoppinsRegular';
	font-weight: bold;
	margin: 10px 0;
	font-size: 20px;
	letter-spacing: 1px;
	color: #c69b3b;
}
#MGLSubmitButton {
	width: 100%;
	box-shadow: none;
	display: block;
	border: none;
}
.fbf form .ui-button-text {
	background-color: #e9c25f;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 0;
	display: block;
	height: 58px;
	line-height: 58px;
	text-transform: uppercase;
	padding: 0;
}
.fbf .MGLPoweredBy {
	display: none;
}
/* /feedback form */
@media screen and (min-width: 769px) {
	.show-for-medium-down {
		display: none !important;
	}
	.prod-list-cont .nav-row {
		padding-right: 0;
	}
	
}
@media screen and (max-width: 768px) {
	.product-type-variable .var-prod .details-cont{
		width: 100%;
	}
	.hide-for-medium-down {
		display: none !important;
	}
	.wcc_nav .nlink {
		display: none;
	}
}
@media screen and (min-width: 1400px) {
	.woocommerce .wooct-shop ul.products li .row {
		padding-right: 0 !important;
	}
	.product-type-variable .mini-qty {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}
	/*.product-type-variable .mini-qty .show-for-medium, .product-type-variable .mini-qty .variations {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 40%;
		        flex: 1 0 40%;
		max-width: 40%;
		margin: 0;
	}*/
	/*.product-type-variable .mini-qty .variations {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 58%;
		        flex: 1 0 58%;
		max-width: 58%;
		margin: 0;
	}*/
	.product-type-variable .single_add_to_cart_button {
		margin: 0 !important;
	}
	/*.product-type-variable .mini-qty .show-for-medium input {
		height: 39px;
	}*/
	.product-type-variable .mini-cart form.variations_form .column.add-to-cart {
		align-self: flex-start;
	}
	.product-type-variable .mini-cart form.variations_form .add-to-cart > .expandheight {
		height: auto;
	}
}
@media screen and (max-width: 1300px) {
	.column.add-to-cart.shrink, .mini-cart .add-to-cart a.button {
		max-width: 140px;
	}
	.thumbnail-prod {
		max-width: 250px;
	}
	.details-prod.no-fi {
		max-width: 60%;
		width: 100%;
	}
	.details-prod.no-fi + .mini-cart {
	    -webkit-box-flex: 1;
	    -ms-flex: 1 0;
	    flex: 1 0 100%;
	    max-width: 100%;
	}
	.details-prod.no-fi + .mini-cart .cart {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.details-prod.no-fi .details-cont {
	    padding-left: 0;
	}
	.prod-list-cont .nav-row{
		padding-left: 0;
	}
	.medium-2.wcc_nav{
		padding-right: 0;
	}
}/*1300*/

@media screen and (min-width: 1024px) and (max-width: 1200px) {
	.total-min p, .cart-bottom .total-price span {
		font-size: 14px;
	}
	.thumbnail-prod {
	    max-width: 190px;
	}
	.wooct-shop .shor-desc {
		padding-right: 20px;
	}
	.column.add-to-cart.shrink, .mini-cart .add-to-cart a.button {
		max-width: 100%;
	}
	.wrapper .mini-cart .add-to-cart a.button {
		font-size: 11px;
		height: 35px !important;
	}
	.prod-title {
		margin-bottom: 15px;
	}
	.wooct-shop .shor-desc p {
		font-size: 16px;
	}
	.mini-qty input[type="number"] {
		height: 35px;
		padding-left: 10px;
		max-width: 40px;
	}
	.show-for-medium.column.details-prod {
		padding-left: 15px;
		padding-right: 0;
	}
	.product-type-variable .show-for-medium.column.details-prod {
		padding-right: 15px;
	}
	.voucher-mini p, .voucher-mini *, .wrapper .voucher-mini span {
		font-size: 9px !important;
	}
	.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
		top: 12px;
	}
	.cart-top .prod-name {
		-ms-flex-preferred-size: 100px;
		    flex-basis: 100px;
	}
}/*1300 1299*/
@media screen and (min-width: 1024px){
	.mini-cart-side {
		padding-left: 0;
	}
}
@media screen and (max-width: 1024px) {
	.nlink a, .dropdown-trigger a  {
		font-size: 14px;
	}
	.mini-cart select, .mini-cart select:focus {
		font-size: 14px;
		color: #000;
		padding-left: 10px;
	}
	.woocommerce ul.products li.product .button{
		    min-width: auto;
	}
	/*.products li .woocommerce-Price-amount {
		font-size: 18px !important;
	}*/
	body.woocommerce .wooct-shop ul.products li .row.daily-special {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.daily-special .thumbnail-prod {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		max-width: 100%;
	}
	.daily-special .thumbnail-prod .imgbg {
		height: 200px;
	}
	.nheader li a, .nheader .left-cont li a {
		font-size: 12px;
	}
	.shop-slider{
		height: auto !important;
	}
}/*1024*/

@media screen and (max-width: 1023px) {
	.medium-3.mini-cart-side{
		    flex: 0 0 100%;
   		 max-width: 100%;
        -ms-flex: 0 0 100%;
	}
	.woocommerce-page .footer {
		margin: 0;
	}
	.product-addon.product-addon > p {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		        margin-bottom: 5px;
	}
	.nheader .left-cont {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		max-width: 100%;
	}
	.nheader .left-cont ul {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.nlogo {
		border-right: none !important;
	}
	.ddsites {
		border-right: none !important;
		border-left: 1px solid #ccc;
	}
}/*1023*/
@media screen and (min-width: 769px) and (max-width: 1023px) {
	.column.mini-cart {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		max-width: 100%;
	}
	.mini-cart button.button, .woocommerce ul.products li.product .button {
		font-size: 12px;
	}
	.wrapper .woocommerce-checkout .cart-top .prod-name {
		-ms-flex-preferred-size: 120px;
		    flex-basis: 120px;
	}
	.woocommerce-checkout .woocommerce-info {
		font-size: 16px;
	}
	.wrapper .woocommerce-billing-fields h3 {
		font-size: 24px;
	}
	.woocommerce form .form-row {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.payment_cont #payment .wc-payment-form p:nth-of-type(2), .payment_cont #payment .wc-payment-form p:nth-of-type(3), .payment_cont #payment .wc-payment-form p:nth-of-type(4) {
		width: 100%;
		float: none;
	}
	.wrapper .woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-info {
		font-size: 16px !important;
	}
	.wrapper #customer_details, .payment_cont, .notes-cont {
		padding: 20px;
	}
	.woocommerce-checkout .woocommerce-NoticeGroup {
		max-width: 58.33333%;
	}
	.wrapper .cart-top .prod-name {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-bottom: 10px;
	}
	.cart-top h4 {
		font-size: 20px;
	}
	.cart-top .order-item > .flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.column.mini-cart {
		border-top: 1px solid #ebebeb;
	}
	.woocommerce .wooct-shop ul.products li {
		overflow: hidden;
	}
	.side-cart .cart-bottom * {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.total-min p, .cart-bottom .total-price span {
		font-size: 14px;
	}
	.column.add-to-cart.shrink, .mini-cart .add-to-cart a.button {
		max-width: 160px;
	}
}/*769 980*/ 
@media screen and (max-width: 768px) {
	.woocommerce-order .woocommerce-column--billing-address {
		padding: 20px;
	}
	.wrapper .product-addon {
		margin-bottom: 20px;
	}
	.daily-special .thumbnail-prod .imgbg {
		height: 100%;
	}
	.details-prod.no-fi, .details-prod.no-fi + .mini-cart, .product-type-variable.has-children .details-prod.no-fi, .product-type-variable.has-children .details-prod.no-fi, .product-type-variable.has-children .details-prod.no-fi + .mini-cart {
		max-width: 100%;
	}
	.woocommerce .wooct-shop ul.products li.product-type-variable .shor-desc .row {
		max-width: 100%;
		width: 100%;
	}
	.price-n {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
	}
	.product-type-variable .details-prod.no-fi .details-cont {
		padding-bottom: 15px;
	}
	.product-type-variable .var-prod .price-n{
		    float: left;
	    width: 100%;
	    display: flex;
	    padding-left: 0;
	}
	.price-n .prod-title{
		line-height: 26px;
		    padding-right: 20px;
	}

}/*768*/
@media screen and (max-width: 767px) {
	.woocommerce .col2-set, .woocommerce-page .col2-set {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.woocommerce-checkout .woocommerce-NoticeGroup {
		max-width: 100%;
		padding: 0;
	}
	.woocommerce .col2-set {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.wrapper #order_review {
		margin: 0;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.pl, .pr {
		padding: 0;
	}
	.e_form, .e_form + .column.text-right {
		margin: 0;
	}
}/*767*/
@media screen and (max-width: 639px) {
	.payment_cont #payment .wc-payment-form p:nth-of-type(2), .payment_cont #payment .wc-payment-form p:nth-of-type(3), .payment_cont #payment .wc-payment-form p:nth-of-type(4) {
		width: 100%;
		float: none;
	}
	.wrapper .woocommerce-billing-fields h3 {
		text-align: center;
		margin-bottom: 25px;
		font-size: 28px;
	}
	.wrapper form.checkout .woocommerce-info {
		position: static;
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 35px;
	}
	.payment_cont #payment .wc-payment-form p:nth-of-type(3), .payment_cont #payment .wc-payment-form p:nth-of-type(4) {
		width: 50% !important;
		float: left !important;
	}
	.wrapper .payment_cont, .wrapper .notes-cont, .wrapper #customer_details {
		padding: 20px;
	}
	.woocommerce form.woocommerce-checkout label {
		font-size: 13px;
	}
	.woocommerce > .row > .columns > .woocommerce-info {
		font-size: 14px;
		padding-left: 60px;
	}
	.cart-bottom .voucher {
		border-top: 1px solid #fff;
		margin-top: 15px;
		padding-top: 15px;
		line-height: 1;
	}
	.woocommerce-checkout .side-cart .cart-top {
		border: none;
	}
	.payment_cont #payment .wc-payment-form p:nth-of-type(3), .payment_cont #payment .wc-payment-form p:nth-of-type(4) {
		padding-right: 0;
	}
	.payment_cont #payment .wc-payment-form p:nth-of-type(4) {
		padding-left: 10px;
	}
	#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
		margin: 0;
	}
	.button-main, .woocommerce .button-main, .woocommerce input.button-main, .woocommerce .button-main, .button.wc-backward {
		width: 100%;
	}
	form.checkout_coupon .form-row {
		padding: 0;
	}
	.woocommerce-checkout .side-cart {
		margin-bottom: 10px;
	}
	.woo-page-cont {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.woocommerce-page .page-heading h1 {
		font-size: 26px;
	}
	.check-securely p {
		margin-bottom: 10px;
	}
	.payment_cont #payment .wc-payment-form p:nth-of-type(2) {
		padding-right: 0;
	}
	.border-bottom .page-heading {
		padding-bottom: 10px;
	}
	.wrapper .woocommerce-MyAccount-content h2 {
		text-align: center;
		padding: 0;
		margin-top: 0;
	}
	.wrapper .woocommerce-MyAccount-content h2 + p {
		text-align: center;
		padding: 0;
		font-size: 14px;
	}
	.woocommerce-Address, .woocommerce-column--billing-address, .woocommerce-column--shipping-address {
		margin-bottom: 10px;
	}
	.recent-orders {
		margin-top: 0;
	}
	.wrapper .woocommerce-MyAccount-content .recent-orders h2 {
		margin: 0;
		text-align: left;
		margin-bottom: 20px;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
		font-size: 14px;
		font-family: 'avenirltstdbookwebfont';
		color: #171713;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}
	.woocommerce .recent-orders tr.order:nth-of-type(1) td {
		padding: 0;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: transparent;
	}
	.woocommerce table.shop_table td {
		border: none;
	}
	.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
		padding: 0;
	}
	table.my_account_orders td.order-actions {
		display: none !important;
	}
	table.my_account_orders td.order-status {
		border-bottom: 1px solid #ebebeb !important;
		padding-bottom: 10px !important;
		margin-bottom: 10px !important;
	}
	.woocommerce-orders .recent-orders {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
	.woocommerce-error {
		margin-bottom: 10px;
	}
	.woocommerce-EditAccountForm.edit-account {
		padding: 25px;
	}
	.woocommerce-EditAccountForm.edit-account p:nth-of-type(1), .woocommerce-EditAccountForm.edit-account p.form-row:nth-of-type(2) {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-page .tlogo .head-title {
		display: none;
	}
	.woocommerce-account .form-woo .woocommerce {
		padding: 0 20px;
	}
	.price-mob .column {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}
	.woocommerce ul.products li.product .button {
		margin-top: 0;
	}
	.woocommerce-page.archive .mini-cart-side {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0;
		z-index: 99999;
		height: auto;
	}
	.wrapper .fixed-side-cart {
		width: 100%;
		color: #fff;
		background: #083f23;
		display: block;
		text-align:  right;
		padding: 10px 20px;
		margin: 0;
	}
	.fixed-side-cart a.flex-input {
		color: #fff;
		font-size: 20px;
		height: 20px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		        display: -webkit-box;
		        display: -ms-flexbox;
		        display: flex; 
		        -webkit-box-pack: justify; 
		            -ms-flex-pack: justify; 
		                justify-content: space-between;
	}
	.fixed-side-cart span {
		-webkit-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		display: inline-block;
	}
	.woocommerce-MyAccount-navigation li:not(.mobile-dd) {
		display: none;
	}
	.mobile-dd:not(.opened) a {
		border-bottom: none;
	}
	.mini-cart-side .side-cart {
		margin: 0;
	}
	.mini-cart-side:not(.opened) .side-cart {
		margin-bottom: 0;
		height: 0;
	}
	.mini-cart-side.opened {
		height: auto;
		overflow-y: auto; 
		max-height: 80%;
	}
	.woocommerce-order-details, .woocommerce-customer-details {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce ul.order_details li {
		padding-right: 10px;
		margin-right: 5px;
	}
	.wrapper .woocommerce-order .value-order {
		margin-bottom: 10px;
		line-height: 1;
		text-transform: uppercase;
	}
	.woocommerce-order .flex {
	    width: 100%;
	}
	.details-prod.no-fi {
		max-width: 100%;
	}
	.add-to-cart .row {
		margin: 0;
	}
	.woocommerce .wooct-shop ul.products li.product .price-mob .price {
		-ms-flex-item-align: center;
		    align-self: center;
		    margin-bottom: 10px;
	}
	.wooct-shop .var-prod .price .woocommerce-Price-amount {
		display: inline-block;
	}
	.var-prod .price-mob > .row > .column {
		-webkit-box-flex: 0;
		      -ms-flex: 0 0 100%;
    	flex: 0 0 100%;
	}
	.shor-desc .dk-select {
		width: 120px;
		max-width: 100%;
	}
	.var-prod .single_variation {
		width: 100%;
	}
	.wrapper .wooct-shop .product-addon .woocommerce-Price-amount {
		font-size: inherit;
	}
	#product-addons-total + .qty {
		margin: 0 15px;
	}
	.page-template-venuepage .fix-flex {
		height: auto;
	}
	.page-template-venuepage .monaco-events-slider .grid-col {
		height: 100%;
	}
	.page-template-venuepage .monaco-events-slider .grid-col-info .col-item-name {
		margin-bottom: 20px;
	}
	.product-type-variable.has-children .details-prod.no-fi, .product-type-variable.has-children .details-prod.no-fi + .mini-cart {
		max-width: 100%;
	}
	.title-cont a {
	    margin: 20px 25px 0 0;
	}
	.woocommerce .wooct-shop ul.products li > .row, .woocommerce .wooct-shop ul.products li > .row .row {
		margin: 0;
	}
	.var-table-cont select, .var-table-cont select:focus {
		border: 1px solid #979797;
		color: #000;
		margin-bottom: 0;
		background-color: #fff;
	}
	.wcc_nav .nlink a {
	    padding: 8px 8px;
	}
	.var-prod.details-prod.no-fi .details-cont {
		padding-left: 15px;
	}
	.wrapper .wooct-shop .shor-desc {
		padding-left: 0;
	}
	.product-type-variable .details-prod.no-fi .details-cont {
		padding: 0;
		    width: 100%;
	}
	.woocommerce-variation-add-to-cart {
		width: 100%;
	}
	.wrapper .thumbnail-prod {
		padding: 0;
	}
	li.product-type-variable .add-to-cart {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 0 180px !important;
		flex: 1 0 150px !important;
		max-width: 150px !important;
		padding-right: 0;
		    padding-left: 0;
    	margin-top: 30px;
	}
	.var-prod .price-mob>.row>.column{
		padding-left: 0;
		padding-right: 0;
	}
	li.product-type-simple .details-cont {
		padding-left: 0;
		padding-right: 0;
	}
	body.page-template-venuepage-v2 .right-side, body.page-template-venuepage-v2 .center-cont {
		border-left: none;
	}
	.light-theme .footer .widget-content form {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		max-width: 100%;
	}
	.light-theme .footer .widget.square .widget-icon {
		margin: 0 0 40px;
	}
	.woocommerce .wooct-shop ul.products li.product-type-variable .shor-desc .row {
		max-width: 100%;
	}
	.product-type-variable.has-children .details-prod.no-fi, .product-type-variable.has-children .details-prod.no-fi + .mini-cart {
		padding: 0;
	}
	.woocommerce .wooct-shop ul.products li.product-type-variable .shor-desc .row {
		padding-left: 0;
	}
	.daily-special .title-cont, .daily-special .details-prod, .daily-special .mini-cart {
		flex: 1 0 100%;
		max-width: 100%;
	}
	.wrapper .product-type-variable .mini-cart .qty {
		display: block;
	}
	.product-type-variable .details-prod.no-fi + .mini-cart .cart {
		padding: 20px 20px 30px;
	}
	.price-n {
		padding-right: 20px;
	}
	.woocommerce .product-type-variable .quantity .qty {
		border: 1px solid #979797 !important;
	}
	.product-type-variable .title-cont  {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	}
	.var-prod .price-mob .variations_form {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		max-width: 100%;
		padding: 0;
		padding: 20px;
	}
	.product-type-variable .shor-desc p {
		padding: 5px 15px 0;
	}
	.reveal#delivery-notice-modal {
		margin: 30px auto;
		max-width: 95%;
		padding: 40px 35px;
		min-height: auto;
		height: auto;
	}
	#delivery-notice-modal .delivery_notice_label {
		width: 100%;
		height: auto;
	}
	#delivery-notice-modal .close-button {
		top: 10px;
		right: 20px;
	}
	.fbf .cont-form > h2 {
		font-size: 50px;
	}

}/*639*/
@media screen and (max-width: 480px) {
	.fbf .cont-form > h2 {
	font-size: 32px;
    max-width: 300px;
    margin: 0 auto;
	}
	
	.product-type-variable .qty-cont {
		
		margin-bottom: 10px;
	}
	.reveal#delivery-notice-modal {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.woocommerce-variation-add-to-cart {
		padding: 0 15px;
	}
	.var-prod .price-mob > .row > .column {
		padding: 15px 0;
	}
	.wrapper .var-prod .variations_form > .column {
		max-width: 100% !important;
		padding: 0 15px;
	}
	li.product-type-variable .shor-desc .variations {
		padding: 0;
	}
	.product-type-variable .qty-cont {
		padding-left: 15px;
	}
	.woocommerce-account .form-woo .woocommerce {
		padding: 0;
	}
	.total-min p, .cart-bottom .total-price span, .wrapper .voucher-mini p, .wrapper .voucher-mini *, .wrapper .voucher-mini .price span {
		font-size: 14px;
	}
	.wrapper .wooct-shop .price-mob .woocommerce-Price-amount {
		font-size: 24px;
	}
	.wrapper .side-cart .cart-top, .wrapper .side-cart .cart-bottom {
		padding: 30px 20px;
	}
	.price-mob > .row {
		margin: 0;
	}
	.price-mob .column:nth-of-type(3) {
		padding: 0;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		        margin-top: 10px;
	}
	.wrapper .wooct-shop .shor-desc {
		padding-right: 0.9375rem;
	}
	.woocommerce-order-overview {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
			background: #fff;
			padding: 20px;
			border: 1px solid #000;
			text-align: center;
			margin-bottom: 20px !important;
	}
	.woocommerce ul.order_details li {
		padding: 0;
		margin: 0;
		border: none;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		margin-bottom: 5px;
	}
	.wrapper .wooct-shop .var-prod .shor-desc {
		padding: 0;
		flex-basis: 100%;
		max-width: 100%;
	}
	.var-prod .column.add-to-cart.shrink, .var-prod .mini-cart .add-to-cart a.button {
		max-width: 100%;
	}
	.wrapper .var-prod .variations_form {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		    width: 100%;
		    padding: 0;
	}
	.wrapper .woocommerce-variation-price {
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.woocommerce-variation-add-to-cart {
		width: 100%;
		padding: 0;
	}
	.var-prod .shor-desc.qty > .row {
		justify-content: center;
		padding-bottom: 25px;
	}
	.wrapper .var-prod .variations_form > .column {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 0 100% !important;
		        flex: 1 0 100% !important;
		max-width: 100%;
		padding: 0;
	}
	.mini-qty {
		width: 100%;
	}
	.page-template-template-subcon .page-heading-wrap {
	    min-height: 200px;
	}
	.page-template-template-subcon .ginput_container_date .clear-multi .ginput_container, .page-template-template-subcon .gform_wrapper li.field-half, .page-template-template-subcon .ginput_container_address .address_state, .page-template-template-subcon .ginput_container_address .address_zip {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		max-width: 100%
	}
	.page-template-template-subcon .content {
		padding: 25px 0;
	}
	li.product-type-simple form.cart {
		padding-left: 0;
	}
	ul.flex li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.nlogo {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
	    max-width: 100%;
	    -webkit-box-ordinal-group: 2;
	        -ms-flex-order: 1;
	            order: 1;
	    border-bottom: 1px solid #ccc;
	    text-align: center;
	}
	.nmenu {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.ddsites {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		        border-left: none !important;
	}
	.nmenu, .ddsites {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 50%;
		        flex: 1 0 50%;
		max-width: 50%;
	}
	.ddsites ul, .nmenu ul {
		top: 100%;
	}
	.nheader .left-cont ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.product-type-variable .details-prod.no-fi + .mini-cart .cart {
		flex-wrap: wrap;
	}
	.wrapper .product-type-variable .mini-cart .qty, .product-type-variable .mini-cart form.variations_form .column.add-to-cart {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 0 100% !important;
		        flex: 1 0 100% !important;
		max-width: 100% !important;
	}
	.product-type-variable .details-prod.no-fi + .mini-cart .cart {
		padding-left: 0;
		padding-right: 0;
	}
	.reveal#delivery-notice-modal {
		padding: 40px 25px 20px;
		height: auto;
	}
	#delivery-notice-modal h4 {
		height: auto;
	}
	#delivery-notice-modal .close-button {
		font-size: 35px !important;
		top: 5px !important
	}
	#delivery-notice-modal p {
		font-size: 15px;
	}
	.travel-rev .flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.revweb {
		margin-bottom: 5px;
	}
	.shor-desc .dk-select{
		width: 100%;
	}
	.wrapper .var-prod .variations_form>.column{
		margin-top: 0;
	}
	.product-type-variable .details-prod.no-fi{
		padding: 20px;
	}
}/*480*/
@media screen and (max-width: 375px) {
	.pr, .pl {
		padding: 0;
	}
	.e_form + .column.text-right a {
		font-size: 10px;
	}
	.nmenu {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        flex: 0 1 auto;
	}
	.ddsites {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 auto;
		        flex: 1 0 auto;
		max-width: none;
	}
	.var-table-cont.flex.flex-justify > div {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.var-table-cont {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.shor-desc .dk-select .dk-selected{
		    height: 46px;
    	line-height: 46px;
	}
}/*375

/** woo style **/
/*.woocommerce-page .page-heading{
	border-left: 0;
}*/
.woocommerce-checkout .woo-page-cont{
    max-width: 1078px;
    margin: 0 auto;	
    font-family: 'Butler_Regular';
}
#customer_details{
    background: #fff;
    padding: 40px;   
    position: relative;
}

#order_review{
	margin-top: 0;
}
.woocommerce-page.woocommerce-checkout .col2-set .col-2, 
.woocommerce-page.woocommerce-checkout .col2-set .col-1{
	width: 100%;
}
.woocommerce-checkout .woocommerce-info{
    border: 0;	
    margin-bottom: 10px;
    font-size: 18px;
}
.woocommerce-checkout .woocommerce-info:before{
	content: "";
	background: url(images/coupon-icon.png) no-repeat;
	width: 26px;
	height: 18px;
	display: inline-block;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
}
.showcoupon{
    border-bottom: 2px solid #14573e;
    color: #515151;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
    border: 1px solid #000;	
    color: #000;
    background-color: #fff;
    font-family: 'AvenirBlack';
    text-transform: uppercase;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder {
   color: #727272;
}

.woocommerce form .form-row input.input-text:-moz-placeholder { /* Firefox 18- */
   color: #727272;  
}

.woocommerce form .form-row input.input-text::-moz-placeholder {  /* Firefox 19+ */
   color: #727272;  
}

.woocommerce form .form-row input.input-text:-ms-input-placeholder {  
   color: #727272;  
}
form.login .form-row label {
	display: none;
}
.single.woocommerce form .form-row{
	width: 100%;
}
.woocommerce-checkout .cart-bottom .button{
    display: none !important;	
}
.payment-section .woocommerce-checkout-review-order-table{
	display: none;
}
.woocommerce-billing-fields h3{
	color: #14583e;
	line-height: 1.2;
    font-size: 35px;
    font-family: 'Butler_Bold';
    margin-bottom: 40px;
}

/* new venue page styles 05-15-2018 */
.row-w {
	width: 100%;
}
.page-template-venuepage-v2 .banner-wrap .bdl-block {
	display: block;
	margin-bottom: 25px;
	border-color: #fff;
}
.page-template-venuepage-v2 .banner-wrap .bdl-block * {
	color: #fff;
}
.page-template-venuepage-v2 .functions-tab .bdl-block {
	border-color: #c0a161;
	margin-bottom: 25px;
}
.page-template-venuepage-v2 .page-header-slider .banner-wrap {
	height: 380px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.page-template-venuepage-v2 .page-header-slider {
	position: static;
	padding-top: 0;
}
.page-template-venuepage-v2 .page-heading-wrap {
	min-height: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.page-template-venuepage-v2 .venue-snav .header-nav .menu {
	background-color: transparent;
	border-color: #e1e1e1;
	border: none;
}
.page-template-venuepage-v2 .venue-snav .header-nav .menu > li:nth-of-type(2) {
	border-left: none;
}
.page-template-venuepage-v2 .venue-snav .header-nav .menu > li:nth-of-type(2) a {
	border-left: 1px solid #e1e1e1;
}
.page-template-venuepage-v2 .venue-snav .header-nav .menu li a.active {
	border-bottom: none;
	background-color: #fff;
}
.page-template-venuepage-v2 .venue-snav .header-nav .menu li:nth-of-type(2) a.active {
	border-left: none;
	border-bottom: none;
	background-color: #fff;
}
.page-template-venuepage-v2 .venue-snav .header-nav .menu > li:last-child > a {
	border-right: 1px solid #e1e1e1;
}
.page-template-venuepage-v2 .venue-snav .header-nav .menu .sub-navs li a {
	display: block;
}
.page-template-venuepage-v2 .venue-snav .header-nav .menu > li > a {
	border-bottom: 1px solid #e1e1e1;
}
.page-template-venuepage-v2 .v2-template-cont .header-nav .menu > li > a, .page-template-venuepage-v2 .v2-template-cont .header-nav .menu .sub-nav > li > a {
	font-size: 12px;
	font-family: 'AvenirBlack';
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
	height: 55px;
	align-items: center;
	background-color: #c0a161;
}
.page-template-venuepage-v2 .venue-snav .header-nav .menu > li + li {
	border-color: #e1e1e1;
}
.offer-box .archive-article {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	max-width: 100%;
}
.page-template-venuepage-v2 .row-tab .bdl-block .icon-star {
	color: #c0a161;
}
.page-template-venuepage-v2 .row-tab .bdl-block h1 {
	color: #c0a161;
	font-family: inherit;
	font-size: 28px;
	margin: 0 0 10px;
}
.page-template-venuepage-v2 .row-tab .center-cont .bdl-block {
	margin-left: -100px;
	background: #fff;
	padding: 20px;
	margin-top: 30px;
	border-left: none;
}
.page-template-venuepage-v2 .right-side {
	border-left: 1px solid #e1e1e1;
	padding-left: 25px;
}
.page-template-venuepage-v2 .center-cont {
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 25px;
}
.page-template-venuepage-v2 .offer-box .article-inner {
	padding: 0;
}
.page-template-venuepage-v2 .offer-box .small {
	color: #c0a161;
	font-size: 14px;
}
.page-template-venuepage-v2 h4.small {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
}
.offer-box {
	margin-top: 35px;
}
.page-template-venuepage-v2 .venue-snav .booking-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.page-template-venuepage-v2 .venue-snav .booking-icon:before {
	content: "";
	width: 25px;
	height: 22px;
	display: inline-block;
	background: url('images/booknow.png') center no-repeat;
	margin-right: 10px;
}
.title-date {
	display: block;
	font-size: 14px;
	margin: 10px 0 20px;
	line-height: 1.2;
	padding: 0 10px;
	padding-top: 10px;
}
.title-date a {
	color: #000;
}
.title-date a:hover {
	color: #c0a161;
}
.page-template-venuepage-v2 .offer-box .slick-dots {
	position: static;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}
.offer-box .slick-dots > li {
	background-color: #e4e4e4;
	margin: 0 5px;
	width: 11px;
	height: 11px;
}
.offer-box .slick-dots > li.slick-active {
	background-color: #b1b1b1;
}
.right-side li {
	font-size: 15px;
}
.right-side li a {
	color: #000;
}
.page-template-venuepage-v2 .archives-section  {
	padding-top: 0;
}
.order-online {
	background-color: #fcfbf9;
	padding-top: 60px;
	border-top: 1px  solid #e9e9e9;
	padding-bottom: 45px;
}
.order-online h1 {
	color: #393939;
	font-size: 48px;
	line-height: 1;
}
.page-template-venuepage-v2 .order-online h4.small {
	color: #c0a161;
	font-family: 'AvenirBlack';
	letter-spacing: 3px;
	margin-bottom: 5px;
}
.order-online .icon-star {
	color: #c0a161;
}
.order-online p {
	margin: 10px 0 15px;
	color: #393939;
	font-size: 15px;
}
a.border {
	background-color: transparent;
    color: #c0a161;
    border: 1px solid #c0a161;
    text-transform: uppercase;
    font-family: 'AvenirBlack';
    padding: 5px 30px 5px 20px;
    letter-spacing: 2px;
    display: inline-block;
    background: url(images/gold-arrow.png) no-repeat 95% center;
}
a.border:hover {
	opacity: .7;
}
.page-template-venuepage-v2 .promo-box .p-box {
	margin-bottom: 0;
}
.page-template-venuepage-v2 h4.small {
	color: #c0a161;
}
.page-template-venuepage-v2 .instagram-cont .small {
	margin: 40px 0;
	line-height: 1;
	letter-spacing: 3px;
}
.page-template-venuepage-v2 .instagram-cont ul.social-list , .page-template-venuepage-v2 .instagram-cont ul.social-list  li {
	display: inline-block;
	padding: 0;
	font-size: 14px;
	margin: 0;
}
.page-template-venuepage-v2 .instagram-cont ul.social-list  li a span {
	font-size: 14px;
	line-height: 1;
	color: #fff;
	padding: 0;
}
.page-template-venuepage-v2 .instagram-cont ul.social-list  li a {
	background-color: #c0a161;
	padding: 5px;
	display: block;
	justify-content: center;
	align-items: center;
}
.page-template-venuepage-v2 .archives-section {
	background-color: #fcfbf9;
}
.page-template-venuepage-v2 .archives-section.archive-bottom {
	padding-bottom: 45px;
}
.page-template-venuepage-v2 .right-side li a span {
	color: #fff;
	padding: 5px;
	background-color: #c0a161;
	width: 35px;
	height: 35px;
}
.p-box .slick-slide img {
	width: 100%;
}
.light-theme .header-nav .menu > li > a {
	color: #595959;
}
.light-theme  .header-nav .menu li.current-menu-item a {
    color: #fff ;
}
.light-theme .footer {
	border-top: 1px solid #e7e6e5;
}
.light-theme .links-widget {
	border-left-color: #464646;
}
.light-theme .footer h6, .light-theme .footer .links-widget a, .light-theme .footer .widget.square {
	color: #000000;
}
.light-theme.post-type-archive-product .footer .widget.square,
.light-theme.post-type-archive-product .footer .widget-links li a span{
	color: inherit;
}
.light-theme .footer .widget.square {
	background-color: transparent !important;
	border-left: 1px solid #f5f5f5;
}
.page-template-venuepage-v2 hr {
	max-width: none;
}
.light-theme .footer .widget.square .widget-icon {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.light-theme .footer .widget.square h5 {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.light-theme .footer .widget.square .widget-content {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.light-theme .footer .widget.square .widget-content > form > .row:first-child {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.light-theme .footer .widget-content form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.light-theme .footer input[type=email] {
	margin-bottom: 0;
	background-color: #f7f4ed;
	font-size: 15px;
	max-width: 98%;
	height: 39px;
	border: none;
}
.light-theme .footer input[type=email]::-webkit-input-placeholder {
   color: #000;
}

.light-theme .footer input[type=email]:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

.light-theme .footer input[type=email]::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

.light-theme .footer input[type=email]:-ms-input-placeholder {  
   color: #000;  
}
.light-theme .footer form .button.expanded {
	margin-bottom: 0;
	height: 39px;
	padding-top: 0;
	padding-bottom: 0;
}
.light-theme .footer .button {
	color: #fff;
	margin-bottom: 10px;
}
.copyright {
	color: #9f9e9e;
	font-size: 12px;
	margin-top: 50px;
}
.light-theme .footer {
	padding-bottom: 30px;
	background-color: #fff !important;
}
.light-theme .footer .widget-links li a span {
	color: #000;
}
.light-theme .footer .widget.square {
	background-image: none !important;
}
.new-theme .footer .widget.square .widget-content {
	-webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	        flex-grow: 0;
}
.footer .text-form {
	font-size: 12px;
	line-height: 1.2;
	margin: 20px 0 0;
	display: block;
	color: #9f9e9e;
}
.footer .icon-star {
	color: #000;
}
.offer-box .fp-image {
	position: relative;
}
.offer-box .fp-image:before {
	position: absolute;
	background-color: #fff;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	left: 50%;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	bottom: -20px;
	-webkit-transform: translatex(-50%);
	font-size: 22px;
	color: #d7d7d7;
	        transform: translatex(-50%);
}
.page-template-venuepage-v2 .social-list a span {
	transition: all ease .5s;
}
.page-template-venuepage-v2 .social-list li a:hover span {
	color: #000;
}

@media screen and (min-width: 769px) {
	.tcols {
	-webkit-box-flex: 1;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
	        overflow: hidden;
	}
	.tcols .slick-list {
		flex: 1 0 100%;
		max-width: 100%;
	}
	.page-template-venuepage-v2 .promo-box.tcols .p-box {
		left: 0 !important;
		opacity: 1 !important;
	}
}/*1024*/
@media screen and (max-width: 1200px) {
	.light-theme .footer .widget-content form {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.light-theme .footer .widget-content form > .row {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		max-width: 100%;
		margin: 0;
	}
	.light-theme .footer .widget-content form > .row .columns {
		padding: 0;
	}
	.light-theme .footer input[type=email] {
		max-width: 100%;
		margin-bottom: 10px;
	}
}/*1200*/
@media screen and (max-width: 1024px) {
	.page-template-venuepage-v2 .row-tab .center-cont .bdl-block {
		padding-left: 0;
		padding-right: 0;
		margin: 0;
		padding-top: 0;
	}
}/*1024*/
@media screen and (max-width: 1023px) {
	.page-template-venuepage-v2 .promo-box .p-box {
		margin-bottom: 25px;
	}
	.light-theme .footer {
		margin-top: 0;
	}
	.light-theme .footer .widget-content form .row {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 50%;
		        flex: 1 0 50%;
		max-width: 50%;
		margin: 0;
	}
	.page-template-venuepage-v2 .promo-box .p-box:nth-of-type(3) .widget {
		border-left: 0;
	}
	.slac .text-right {
		text-align: center;
	}
	.page-template-venuepage-v2 .v2-template-cont .header-nav .menu > li > a, .page-template-venuepage-v2 .v2-template-cont .header-nav .menu .sub-nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
		letter-spacing: 0;
	}
}/*1023*/
@media screen and (max-width: 768px) {
	.page-template-venuepage-v2 .row-tab .bdl-block h1 {
		font-size: 24px;
	}
	.page-template-venuepage-v2 .banner-wrap .bdl-block h1 {
		font-size: 40px;
	}
	.tcols .slick-dots {
		text-align: center;
	}
	.tcols > .slick-dots > li.slick-active {
		background-color: #c1a160;
	}
	.prod-list-cont .nav-row{
		    padding-left: .9375rem
	}
	li.product-type-variable .add-to-cart{
		    -ms-flex: 1 0 100% !important;
	    flex: 1 0 100% !important;
	    max-width: 100% !important;
	}
	.product-type-variable .details-prod.no-fi+.mini-cart .cart{
		    flex-direction: column;
	}
	.mini-cart form.variations_form .column.add-to-cart{
		width: 100%;
	}
	.shor-desc .dk-select .dk-selected{
		max-width: inherit;
	}
	.product-type-variable .mini-cart form.variations_form .column.add-to-cart{
		    padding-left: 0;
    	margin-top: 30px;
	}
}/*768*/
@media screen and (max-width: 767px) {
	.venue-snav .content-header-nav .menu > li {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 auto;
		        flex: 1 0 auto;
		max-width: none;
	}
}/*767*/
@media screen and (max-width: 639px) {
	/*.page-template-venuepage-v2 .center-cont {
		margin-top: 50px;
		border-top: 1px solid #ebebeb;
		padding-top: 50px;
	}*/
	.page-template-venuepage-v2 .banner-wrap .bdl-block h1 br {
		display: none;
	}
	.page-template-venuepage-v2 .archives-section.archive-bottom .archive-article {
		margin-bottom: 25px;
	}
	.light-theme .footer .widget.square {
		border-top: 1px solid #f5f5f5;
		border-left: none;
	}
	.light-theme .footer .widget.square {
		margin: 0;
	}
	.light-theme .footer .promo-box .p-box {
		margin-bottom: 0;
	}
	.slac {
		margin-top: 25px;
	}
	.page-template-venuepage-v2 .archives-section.archive-bottom .two-cols .columns:last-child .archive-article {
		margin-bottom: 0;
	}
	.light-theme .footer .widget-content .columns {
		padding: 0;
	}
	.light-theme .archives-section .promo-box .archive-article {
		height: auto;
	}
	.light-theme .footer .widget-content form .row {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		max-width: 100%;
	}
	body:not(.fire) .row-tab.default-tab, body:not(.fire) .row-tab {
		padding-top: 25px;
	}
	.venue-snav {
		display: block !important;
		margin-top: 10px;
	}
	.venue-snav .mobile-tabs {
		border: 1px solid #e1e1e1 !important;
	}
	.venue-snav .content-header-nav .menu > li {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		max-width: 100%;
		border-left: none;
		border-right: none;
		border-top: none;
		display: none;
	}
	.venue-snav .content-header-nav .menu > li:nth-of-type(2) {
		border-top: none;
	}
	.mobile-tabs li.hidden {
		display: block !important;
	}
	.page-template-venuepage-v2 .v2-template-cont .header-nav .menu > li > a {
		height: auto;
	}
	.page-template-venuepage-v2 .page-heading-wrap .subnavs, .page-heading-wrap .menu li .sub-nav {
		position: static;
		display: block !important;
		text-align: center;
		background: #fafafa;
	}
	.page-template-venuepage-v2 .page-heading-wrap .subnavs {
		padding: 0;
	}
	.page-heading-wrap .menu li .sub-nav {
		border-bottom: 1px solid #ebebeb;
	}
	body.page-template-venuepage-v2 .page-heading-wrap .subnavs a {
		color: #000 !important;
		letter-spacing: 0;
		line-height: 1;
		display: block;
		padding: 10px 0;
	}
	.page-heading-wrap .menu li:last-child .sub-nav {
		border-bottom: none;
	}
	.page-template-venuepage-v2 .page-heading-wrap .menu li .subn-navs {
		border-bottom: 1px solid #eaeaea;
	}
	.page-template-venuepage-v2 .page-heading-wrap .menu li .subn-navs:last-child {
		border-bottom: none;
	}
	.mobile-tabs li.hidden a {
		border-bottom: none !important;
	}
	.mobile-tabs li:nth-of-type(2) a {
		border-top: 1px solid #ebebeb;
		border-left: none !important;
	}
	.page-template-venuepage-v2 .venue-snav .header-nav .menu > li:last-child > a {
		border-right: none;
	}
	.daily-special .prod-title {
		padding-left: 15px;
	}
	.product-type-variable .mini-cart form.variations_form .column.add-to-cart {
		padding-left: 0;
	}
	.product-type-variable .expandheight {
		height: auto;
	}
	.product-type-variable .daily-special .expandheight .woocommerce-variation-add-to-cart {
		padding-top: 40px;
	}
	.mini-cart-side {
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 0;
		width: 100%;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width: 100% !important;
		margin: 0 0 20px !important;
	}
	.product-type-variable .shor-desc p{
		padding-left: 0;
	}
}/*639*/
@media screen and (max-width: 375px) {
	.light-theme .footer .widget.square {
		padding-left: 0;
		padding-right: 0;
	}
	.product-type-variable .daily-special .expandheight .woocommerce-variation-add-to-cart {
		padding-top: 20px;
	}
	.page-template-venuepage-v2 .banner-wrap .bdl-block h1 {
	    font-size: 30px;
	    line-height: 1;
	}
	.order-online h1 {
		font-size: 40px;
	}
	.page-template-venuepage-v2 .instagram-cont .small {
		letter-spacing: 0;
		line-height: 1.6;
	}
	.product-type-variable select, .product-type-variable .mini-qty input[type="number"], .woocommerce ul.products li.product.product-type-variable .button {
		height: 46px !important;
	}
}/*375*/
.wc_payment_method.payment_method_cheque{
	display: none;
}
.woocommerce .wooct-shop ul.products li .row{
	margin-left: auto;
	margin-right: auto;
}
/*.woocommerce .wooct-shop ul.products li .row.daily-special {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}*/
.wooct-shop .daily-special .shor-desc {
	padding-right: 0;
}
.daily-special .details-prod, .daily-special .mini-cart {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0;
	        flex: 1 0;
}
.woocommerce-variation.single_variation{
/*	    background: rgb(255, 255, 255);
*/    z-index: 999;
}
.shop-slider{
	    height: 400px;
    margin-bottom: 30px;
       overflow: hidden;
}
.shop-slider img{
	height: 100%;
	object-fit:cover;
}
.voucher,
.woocommerce-billing-fields .woocommerce-info,
.archive .shop-slider{
	display: none !important;
}
.archive.shopgov .shop-slider{
	display: block !important;
}
/*.light-theme.post-type-archive-product .footer .widget.square,
.light-theme.post-type-archive-product .footer .widget-links li a span{
	    color: #d7d7d7;
}*/

.feedback2  header,
.feedback2 footer{
	display: none;
}
.cont-form .gform_wrapper ul{
	list-style: none;
	margin: 0;
}
.cont-form .gform_wrapper ul label{
	display: none;
}
.cont-form .gform_wrapper .gform_body,
.cont-form .gform_wrapper .gform_footer{

	width: 100%
}
.cont-form .gform_wrapper .gform_footer input[type="submit"]{
    width: 100%;
    background: #e9c15f;
    color: #fff;
    box-shadow: none;
    border: 0;
    height: 50px;	
       margin-bottom: 30px;
       border:1px solid #e9c15f;
}
.cont-form .gform_wrapper .gform_footer input[type="submit"]:hover{
	background: none;
	color: #e9c15f;
	outline: none;
}
.feedback2 .fbf textarea{
    padding-top: 10px !important;
    height: 150px;	
}
.gform_wrapper ul.gform_fields li.gfield{
	margin-bottom: 10px;
}
.feedback2 .fbf textarea::-webkit-input-placeholder {
   color: #4a4a4a;
}

.feedback2 .fbf textarea:-moz-placeholder { /* Firefox 18- */
   color: #4a4a4a;
}

.feedback2 .fbf textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #4a4a4a;
}

.feedback2 .fbf textarea:-ms-input-placeholder {
   color: #4a4a4a;
}
.feedback2 .dk-select .dk-selected{
	    background-color: #ffffff;
    border: solid 1px #979797;
    height: 42px;
    line-height: 42px;
    text-align: left;
    color: #4a4a4a;
        font-size: 14px;
    padding-left: 22px;
}
.feedback2  .dk-select{
	margin-bottom: 0;
}
.feedback2 .gfield_description.validation_message{
	text-align: left;
	margin-top: 5px;
}
.addon-wrap-2900-addon-0-1,.addon-wrap-2955-addon-0-1{
	margin-top:10px;
}
p.pizza-top-label{
	padding: 10px 20px;
    margin-bottom: 2px;
}
li.post-2973 .prod-title{
	width: 150px;
}
li.post-2973 .shor-desc{
	width: 250px;
	padding-right: 0px !important;
}
li.post-2973 .quantity{
	margin-bottom: 10px;
}
li.post-2973.product-type-variable .add-to-cart{
	flex: 1 0 0px !important;
	-ms-flex: 1 0 0px !important;
	-webkit-flex: 1 0 0px !important;
}

/* Feedback form */

.page-template-template-feedback .gform_footer{
	display: none;
}
.page-template-template-feedback .cont-form .gform_wrapper ul label{
	    text-align: left;
	    display: block;
	    font-weight: bold;
}
.page-template-template-feedback .cont-form .gform_wrapper ul li.hidelabel label.gfield_label{
	display: none;
}
.page-template-template-feedback .gform_wrapper{
	    margin: 30px 0;
	       border: 1px solid #000000;
    padding: 40px;
}
.fbf input, .fbf select,
.feedback2 .fbf textarea{
    border: 0;
    border-bottom: 1px solid;	
        box-shadow: none;
        padding: 0 !important;
}
.fbf input:focus, .fbf select:focus,.feedback2 .fbf textarea:focus{
	border: 0 !important;
	border-bottom: 1px solid #cb9b3b !important;
}
.feedback2 .fbf textarea{
	height: auto;
	line-height: 1.6em;
	overflow: hidden;
	    min-height: auto;
    margin-top: 10px;
}
.fbf input[type="number"]{
	appearance:none;
	-webkit-appearance:none;
	border:0 !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}
body .wrapper .fbf  .gform_wrapper ul li.gfield .ginput_container_date .ginput_container_date{
    width: 45px;
    float: left;
    position: relative;
}
body .wrapper .fbf  .gform_wrapper ul li.gfield .ginput_container_date .ginput_container_date:after{
    content: "-";
    position: absolute;
    right: 7px;
    display: inline-block;
    top: 9px;
}
body .wrapper .fbf  .gform_wrapper ul li.gfield .ginput_container_date .ginput_container_date.gfield_date_year:after{
	display: none;
}
body .wrapper .fbf  .gform_wrapper ul li.gfield > .ginput_container_date{
   	position: relative;
}
body .wrapper .fbf  .gform_wrapper ul li.gfield > .ginput_container_date input{
	appearance:none;
	    -webkit-appearance: none;
	    -moz-appearance:none;
	    -ms-appearance:none;
}
body .wrapper .fbf  .gform_wrapper ul li.gfield > .ginput_container_date  img{
	    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: pointer;
}
body .wrapper .fbf  .gform_wrapper ul li.gfield .ginput_container_date label{
	display: none;
}
.page-template-template-feedback .ui-datepicker-header > a:before{
	display: none;
}
.page-template-template-feedback .ui-widget select{
	color: #000;
}
.page-template-template-feedback .dk-select .dk-select-options > li{
	font-size: 14px;
}
.fbf .gform_wrapper ul.gform_fields li.gfield .button{
    float: right;
  /*  pointer-events: none;
    background: #cb9b3b;
    opacity: 0.4;*/
    font-size: 13px;
    margin-bottom: 0;
        background: #cb9b3b;
}
.page-template-template-feedback .ui-datepicker .ui-datepicker-header{
    border: 1px solid #000;
    border-radius: 0;
    border-bottom: 0;
    padding: 0;	
}
.page-template-template-feedback .ui-datepicker thead{
	border: 1px solid #000 !important;
    border-bottom: 0 !important;
}
.page-template-template-feedback .ui-datepicker table tbody{
	    border: 1px solid #000;
}
.page-template-template-feedback .ui-state-default, 
.page-template-template-feedback .ui-widget-content .ui-state-default, 
.page-template-template-feedback .ui-widget-header .ui-state-default,
.page-template-template-feedback .ui-state-default:hover{
	    padding: 6px 0 !important;
	    border: 0;
}
body.page-template-template-feedback .ui-datepicker{
	padding: 0;
}
.fbf .req{
    text-align: left;
    color: red;
    font-size: 11px;
    text-transform: uppercase;	
}
.fbf .gform_wrapper ul.gform_fields li.gfield{
	    clear: both;
    float: left;
    width: 100%;
}
.field4 .gfield_checkbox {
	text-align: left;
	    float: left;
}
.field4 .gfield_checkbox label{
	    display: inline-block;
	    position: relative;
	        padding-right: 10px;
}
.field4 .gfield_checkbox:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    line-height: 74px;
    margin: 0 auto;
     width: 30px;
    text-align: center !important;
}

.field4 .gfield_checkbox:not(:checked) > label:before {
  
    content: "";
	width: 20px;
	height: 20px;
	border: 1px solid ;
	border-radius: 50%;
	position: absolute;
	display: block;
	cursor: pointer;
	    left: 50%;
    transform: translateX(-50%);
}



.field4 .gfield_checkbox:not(:checked) > label:hover,
.field4 .gfield_checkbox:not(:checked) > label:hover ~ label {
    color: #000;
    
}

.field4 .gfield_checkbox > input:checked + label:hover,
.field4 .gfield_checkbox > input:checked + label:hover ~ label,
.field4 .gfield_checkbox > input:checked ~ label:hover,
.field4 .gfield_checkbox > input:checked ~ label:hover ~ label,
.field4 .gfield_checkbox > label:hover ~ input:checked ~ label {
    color: #000;
   
   
}
.field4 .gfield_checkbox > input:checked ~ label:before,
.field4 .gfield_checkbox:not(:checked) > label:hover ~ label:before{
  background:#000;
  transition:background .3s ease;
}

.fbf .dk-select .dk-selected{
    text-align: left;
    padding: 0;
    border: 0;
    border-bottom: 1px solid;
    color: #000;	
    font-weight: normal !important;
}
.fbf .dk-selected:before, .fbf .dk-select .dk-selected:before {
	    border-top-color: #000;
}
.fbf .dk-select .dk-select-options{
    background: #fff;
        color: #000;
} 
.fbf .dk-select .dk-select-options > li.dk-option-selected, 
.fbf .dk-select .dk-select-options > li.dk-option-highlight{
    background: #cb9b3b;
    color: #fff;
}
.fbf .dk-select .dk-select-options {
    background-color: #fff;
    text-align: left;
    border: 1px solid #000;
    border-top: 0;
}
.fbf .dk-select .dk-select-options > li + li{
	font-size: 14px;
}
.fbf .gform_wrapper ul.gform_fields li.gfield .button:hover{
background-color: #bb871e;
}
.fbf .gform_wrapper ul.gform_fields li.gfield.field2,
.fbf .gform_wrapper ul.gform_fields li.gfield.field4{font-weight: bold;}
.fbf .gform_wrapper ul.gform_fields li.gfield.field4 small{
	font-weight: normal;
}
.fbf .gform_wrapper ul.gform_fields li.gfield .button.back{
    float: left;
    border: 0;
        background: #e9c15f;
}
.btngroup{
	    width: 190px;
	    float: right;
}
.hidef{
	display: none;
}
#thirty-mins-modal {
    padding: 50px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.wrapper  .product-addon .addon-description .addon-name{
	display: block;
	    color: #000;
	        font-size: 13px;
}
.wrapper .product-addon.product-addon-pattie .dk-select{
	display: none;
} 
.wrapper .product-addon.product-addon-pattie .dk-selected {
	width: 100%;
	    max-width: 100%;
}
@media screen and (max-width: 480px){
	.page-template-template-feedback .gform_wrapper{
		    padding: 30px;
	}
	.field4 .gfield_checkbox:not(:checked) > label{
		font-size: 12px;
		    width: 20px;
	}
	.field4 .gfield_checkbox:not(:checked) > label:before{
		width: 15px;
		height: 15px;
	}
}
.wrapper .product-addon.product-addon-two-toppings, 
.wrapper .product-addon.product-addon-four-toppings{
	display: none;
}
.woocommerce .wooct-shop ul.products .shor-desc .variations li{
	color: #000 !important;
}

/*body.post-type-archive-product ul.products li.type-product .mini-cart button.single_add_to_cart_button,
body.post-type-archive-product .nav-cont{
	display:none;
}*/
.header-notice{
	background-color: red;
	color:white;
}
.header-notice p{
	margin-bottom: 0px;
	text-align: center;
}
/*body.post-type-archive-product .side-cart{
	display:none;
}*/