.popup{
	display: none;
	background-color: #FFF;
	min-height: 250px;
	box-shadow: 0px 0px 2px 0px black;

	min-height: 20px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-sizing: border-box;
    margin: 1em;
}

.left{float:left;}
.right{float:right;}

div.stack-header{
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
	/*-webkit-transition: 0.4s;
    transition: 0.4s;*/
    opacity: 0.5;    
}

div.stack-header.active, div.stack-header:hover{
    background-color: #ddd;
    opacity: 1;    
}

div.stack{
    padding: 0 18px;
    background-color: white;
    /*max-height: 0;*/
    /*overflow: hidden;*/
    /*-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;*/
    opacity: 0.5;
}

div.stack-header:hover > div.stack{
	opacity: 1;
}

div.stack_wrapper div.stack2_header{
	background-color: #E9E9E9;
    color: #444;
    cursor: default;
    padding: 9px;
    width: 100%;
    clear: both;
    text-align: left;
    outline: none;
    font-size: 15px;
	/*-webkit-transition: 0.4s;
    transition: 0.4s;*/
    opacity: 1; 
	/*border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
    border: none;
    box-shadow: 0px 1px 0.5px 0px #c2c2c2;       
    margin-bottom: 1px;
}

div.stack_wrapper div.stack2{
    padding: 0 18px;
    max-height: 0;
    /*overflow: hidden;*/
	/*-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;*/
    opacity: 0;
	display: none;    
}

div.stack_wrapper div.stack2_header .stack_edit{
	display: none;
	float: right;
	cursor: pointer;
}

div.stack_wrapper.active div.stack2_header{
	border: none;
	background-color: #85ddff;
}
div.stack_wrapper.active div.stack2_header .circle-font{
	background-color: #85ccff;
}
div.stack_wrapper div.stack2_header::after{
	content:''; clear:both; display:block;
}
div.stack_wrapper.active div.stack2{ /* Content */
	display: block;
	opacity: 1;
	max-height: 100%;
}

div.stack_condensed{
	display: none;
	margin-left: 25px;
	padding: 5px 0;
}

button.stack-header{
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
	/*-webkit-transition: 0.4s;
    transition: 0.4s;*/
    opacity: 0.5;    
}

button.stack-header.active, button.stack-header:hover{
    background-color: #ddd;
    opacity: 1;    
}

div.stack{
    padding: 0 18px;
    background-color: white;
    /*max-height: 0;*/
    /*overflow: hidden;*/
    /*-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;*/
    opacity: 0.5;
}

button.stack-header:hover > div.stack{
	opacity: 1;
}

div.stack_wrapper button.stack2_header{
	background-color: #E9E9E9;
    color: #444;
    cursor: default;
    padding: 9px;
    width: 100%;
    outline: none;
    font-size: 15px;
	/*-webkit-transition: 0.4s;
    transition: 0.4s;*/
    opacity: 1; 
	/*border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
    border: none;
    box-shadow: 0px 1px 0.5px 0px #c2c2c2;       
    margin-bottom: 1px;
}

div.stack_wrapper div.stack2{
    padding: 10px 18px;
    max-height: 0;
    /*overflow: hidden;*/
	/*-webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;*/
    opacity: 0;
	display: none;    
}

div.stack_wrapper button.stack2_header .stack_edit{
	display: none;
	float: right;
}

div.stack_wrapper.active button.stack2_header{
	border: none;
	background-color: #85ddff;
}

div.stack_wrapper.active button.stack2_header .circle-font{
	background-color: #85ccff;
}

div.stack_wrapper.active div.stack2{ /* Content */
	display: block;
	opacity: 1;
	max-height: 100%;
}
div.stack_wrapper div.stack2::after {
	content:''; display:block; clear:both;
}
.circle-font{
	float: left;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height:24px;
	text-align: center;
	background-color: #FFF;
	color: #464646;	
	box-shadow: 0px 0px 1px 0.5px black;
	margin-right: 10px;
	font-weight: bold;
}

.clear{
	width: 100%;
	clear:both;
}

.datepicker{
}

.datepicker--days-names{
	width: 100%;
}

.when-day-disabled{
	background-color: rgb(255, 122, 122);
    color: black!important;
}

.when-day-special{
	color: #aeaeae!important;
    /*color: black!important;*/
}

.when-day-special.-selected-{
	color: #fff!important;
    /*color: black!important;*/
}

.cc_icon{
	height: 32px;
	opacity:0.2;
}

.cc_icon.active{
	opacity:1;
	/*-webkit-transition: 0.4s;
    transition: 0.4s;	*/
}

.pac-container{
	z-index: 999999999;
}

input[validation=blank]{
	/*background-color: #fffc97;*/
}

.star{
	float: left;
	width: 16px;
	height: 16px;
}

.star-none{
	background: url('../images/star-none.png') no-repeat;
	background-size: 16px;
}
.star-full{
	background: url('../images/star-full.png') no-repeat;
	background-size: 16px;	
}

.validation_required{
}

.validation_required::after{
	content: "(Required)";
	color: red;
	font-weight: bold;
	font-size: 10px;
	margin-left: 5px;
}

.validation_optional{
}

.validation_optional::after{
	content: "(optional)";
	color: gray;
	font-weight: bold;
	font-style: italic;	
	font-size: 10px;
	margin-left: 5px;
}

.validation_error{
	float:left;
	width: 100%;
	clear: both;
	color: #ef2727;
	font-size: 12px;
	margin-left: 5px;
	font-weight: bold;
	font-style: italic
}

/* Extra Small */
@media(max-width:767px){
	.popup{
		min-width:auto!important;
	}

}

/* Small */
@media(min-width:768px) and (max-width:991px){
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
}

/* Large */
@media(min-width:1200px){
}


.form{
	float:left;
	clear:both;
}

.form-wrapper{
	margin: 5px;
}
.form-wrapper label{
	font-weight:bold;
	float: left;
	margin-right: 5px;
	text-align: right;
}
.form-wrapper input, .form-wrapper select{
	float: left;
	clear: both;
	padding: 5px;
	border: 1px solid #8a8a8a;
	outline: none;
    max-width: 100%;
    width: 100%;
}
.form-wrapper.left.form-wrapper-half {
    width: calc(50% - 10px);
}
.form-wrapper.form-wrapper-half input, .form-wrapper.left input {
    width: 100%;
}
.clean_options{
	padding: 0px;
	margin: 0px;
}

.clean_options li{
	background-color: white;	
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	padding-right: 51px;
	border: 1px #d2d2d2 solid;
	cursor: pointer;
}

.clean_options li:hover{
	/*transition: ease-in .3s;*/
	background-color: rgb(186, 237, 243);
}

.clean_options li.selected{
	padding-right: 15px;
	/*transition: ease-in .3s;*/
	background-color: rgb(186, 237, 243);
}

.clean_options li.selected::after{
    content: "";
	float: right;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
	background: url(../images/right_tick.png?v=4) no-repeat center right 0px #000;	
	color: #464646;	
	box-shadow: 0px 0px 1px 0px black;
	margin-left: 10px;
	margin-right: 0px;
	font-weight: bold;    
}

/* LOGIN/REGISTER */
.login-wrapper {
    padding: 60px 0;
    max-width: 800px;
    margin: 0 auto;
}
.login-wrapper::after {
    content: '';
	display: block;
	clear: both;
}
.login-left {
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 50%;
    border-right: 1px solid #CCC;
}
.login-right {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 40%;
}
.login-wrapper h2 {
    margin-bottom: 20px;
}
.login-input {
    display: inline-block;
}
.login-input input {
    display: block;
    margin-bottom: 10px;
}
.login-input input.inpt {
    min-width: 250px;
    background: #FFF;
    border: 1px solid #767676;
    border-radius: 2px;
    padding: 8px 10px;
}
.login-input input.btn {
	padding: 8px 30px;
	cursor: pointer;
	margin-top: 15px;
}
.login-input input.inpt::placeholder {
	color: #888;
}
.login-right h3 {
    font-size: 1.35em;
    margin-bottom: 1rem;
}
#login_forgot {
    font-size: .9em;
    line-height: 2.5;
    margin-top: 10px;
    display: inline-block;
}

/* ACCOUNT */
.account-container > .row::after {
	content: '';
	display: block;
	clear: both;
}
.account-sidebar-wrapper {
    float: left;
    width: 20%;
    margin: 20px 0 0 15px;
}
.account-sidebar {
    padding: 0 20px 0 0;
    margin: 0;
}
.account-sidebar li {
    display: block;
    border-bottom: 1px solid #DDD;
}
.account-sidebar li a {
    padding:10px 0;
    display: block;
}
.account-main-wrapper {
    float: right;
    width: calc(80% - 45px);
    padding: 0 0 20px 15px;
    margin-top: 20px;
    margin-right: 15px;
    border-left: 1px solid #EEE;
}
.account-main-wrapper::after {
    clear: both;
    content: "";
    display: block;
}
.account-main-wrapper h2 {
    margin-top: 0;
}
ul.account-dashboard {
    padding: 0;
    margin-left: -20px;
}
ul.account-dashboard::after {
	clear: both;
	content: "";
	display: block;
}
.account-dashboard li {
    float: left;
    width: calc(100% / 3);
    padding-left: 20px;
}
.account-dashboard li a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25em;
    background-color: transparent;
    transition: background-color .5s;
}
.account-dashboard li a:hover {
    background-color: rgba(0,0,0,.1);
}
.account-main-wrapper ul.account-dashboard li:first-child a {
  cursor: default;
  color: #666;
  border-color: #666;
  background-color: #EEE;
}
.account-main-wrapper .inner_page {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.address_wrapper {
  margin: 0;
  padding: 0;
}
.address_wrapper li {
  border: 1px solid #DDD;
  padding: 4px 8px;
  margin-bottom: 10px;
  max-width: 600px;
  position: relative;
}
.address_wrapper li .saved_address {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 200px);
}
.address_book_button {
  background-color: #EEE;
  border: 1px solid #CCC;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 4px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  margin-left: 15px;
  transition: background-color .25s, border-color .25s;
}
.address_book_button:hover {
  background-color: #CCC;
  border-color: #AAA;
}
#address_book_form h3, #address_edit_form h3 {
  padding-left: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
  text-transform: none;
  font-size: initial;
}
#address_book_form h3 em, #address_edit_form h3 em {
  font-size: .8em;
  color: #777;
}
.address_wrapper #address_edit_form {
  margin: 20px -10px 10px -10px;
}
#add-address, #save-address, #cancel-address {
	clear: left;
	width: calc(100% - 10px);
	max-width: 325px;
	margin: 15px 0 0 5px;
	text-align: center;
	cursor: pointer;
	transition: opacity .25s;
  box-sizing: border-box;
  outline: none;
}
#add-address:hover, #save-address:hover, #cancel-address:hover { opacity: .75; }
.address-form-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 1em;
    height: 1em;
    font-size: 2em;
    font-family: Arial;
    border-radius: 50%;
    background-color: #000;
    color: #FFF;
    border: 2px solid;
    box-shadow: 0 0 2px 1px #000;
    outline: none;
    line-height:1;
    padding:0;
    transition: transform .25s;
}
.address-form-close::before {
    content: "\00d7";
    display: block;
    text-align:center;
}
.address-form-close:hover {
    transform: scale(1.05);
}
#cancel-address {
	background-color: #AAA;
}
.address_book_button.checkout_addresses_open {
  margin: 20px 0 5px 0;
  width: 100%;
  padding: 6px;
  font-size: 18px;
  border: 1px solid #3379b7;
  color: #3379b7;
}
.order_history {
  background-color: #F3F3F3;
  border: 1px solid #DDD;
  padding: 10px;
  margin-bottom: 10px;
}
.order_history:nth-child(even) {
  background-color: #FFF;
}
.order_history_number {
  font-size: 1.5em;
  font-weight: bold;
  color: initial;
}
.order_history_recipient {
  font-size:1.3em;
  color: initial;
}
.order_history hr {
  margin: 0;
  border-top-color: #E6E6E6;
}
.order_history_total {
  font-weight: bold;
}
.order_details_header {
  border: 1px solid #DDD;
  margin-bottom: 15px;
}
.order_details_header td {
  padding: 2px 10px;
}
.order_details_header tr:first-child td {
	background-color:#F6F6F6;
	border-bottom: 1px solid #DDD;
}
.order_details_table {
  border: 1px solid #DDD;
  margin-bottom: 15px; 
}
.order_details_table td {
  padding: 10px;
  vertical-align: top;
  width: 50%;
}
.order_details_table td:first-child {
  border-right:1px solid #EEE;
}
.order_details_items {
  border: 1px solid #DDD;
  margin-bottom:15px;
}
.order_details_items td{
  padding: 2px 10px;
}
.order_details_items.order_details_items_m, .order_details_totals_m {
  display: none;
  border: 1px solid #DDD;
}
.order_details_totals_m {
  margin-bottom: 25px;
}
.currency_code {
  font-size: .8em;
  font-weight: normal;
}
.est_price .currency_code { font-size:.5em; }
.checkout_saved_addresses {
    padding: 20px;
    border: 1px solid #3379b7;
    margin: 20px 0;
    position: relative;
}
.checkout_saved_addresses h4 {
    margin-top: 0;
    color: #3379b7;
}
button.checkout_addresses_close {
    position: absolute;
    top: 10px;
    right: 10px;
}
#checkout_form_wrapper > .row {
    clear: left;
}
#checkout_form_wrapper .address_wrapper li {
	min-height: 34px;
	margin: 5px auto;
	max-width: none;
}
#checkout_form_wrapper .address_wrapper li .saved_address {
    width: 80%;
    max-width: calc(100% - 150px);
    padding: 4px 0;
}
#checkout_form_wrapper .use_address.address_book_button {
    position: absolute;
    height: 26px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 8px;
}
#checkout_form_wrapper input, #checkout_form_wrapper textarea{
	color: #5783ff;
}
#checkout_form_wrapper input[type=button]{
	color: white;
}
#save_recipient_address_wrapper input, #save_recipient_address_wrapper span {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
}

#pickup_phone_toggle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid;
  float: left;
  top: 9px;
  right: 23px;
  position: relative;
  margin-bottom: 9px;
  cursor: pointer;
}
#pickup_phone_list {
  display: none;
  clear: both;
  padding: 0;
  float: left;
  margin: 0;
  border: 1px solid #666;
  position: absolute;
}
#pickup_phone_list li {
  padding: 3px 30px 3px 10px;
  cursor: pointer;
  background-color: #FFF;
  color: #000;
}
#pickup_phone_list li:hover {
  background-color: #EEE;
}
#pickup_phone_list li:first-child, #pickup-phone_list li:first-child:hover {
  background-color: #FFF;
  cursor: default;
  border-bottom: 1px solid #EEE;
  font-weight: bold;
}
#pickup_phone_list li  span{
  color: #666;
}
.order_history_view {
  float: right;
}
.order_history_date {
  font-size: .85em;
  margin-bottom: .5em;
}
span.account-order-refunded {
    color: #C00;
}
span.account-order-canceled {
    color: #666;
}
.order_history_pic_col {
  width: 12%;
}
.order_history_item_col, .order_history_item_td {
padding-right: 15px;
}
.order_history_qty_col {
    width: 100px;
}
.order_history_price_col {
    width: 100px;
}
.order_history_items {
    width: 100%;
    border: 1px solid #DDD;
    background-color: rgba(255,255,255,.4);
}
.order_history_product figure {
    margin: 5px 15px 5px 5px;
}
.order_history_product img {
    max-width: 100%;
}
.order_history_product {
    border-top: 1px solid #EEE;
}
.order_history_product h2 {
  font-size: 1em;
  margin: 0;
  font-weight: 500;
  color: #000;
}
.order_history_product h4 {
  font-size: .75em;
  margin: 4px 0 0 0;
  font-weight: normal;
  font-style: italic;
}
.order_history_nav_wrapper {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    margin-left: -5px;
    margin-right: -5px;
}
.order_history_total {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.order_history_nav {
    display: inline-block;
    padding: 0 5px;
    width: 40px;
    vertical-align: middle;
}
.order_history_nav > a {
    display: block;
    height: 22px;
    background-color: #F3F3F3;
    border: 1px solid #BBB;
    border-radius: 5px;
    text-align: center;
    font-family: Arial;
    line-height: 1.5;
}
.order_history_nav > a:not([disabled]):hover {
    background-color: #E6E6E6;
}
.order_history_nav > a[disabled] {
	cursor: not-allowed;
	opacity: .35;
}
.order_history_nav > a::before {
    color: #000;
    font-size:18px;
    line-height: 1;
}
a.order_history_next::before {
    content: '\203A';
}
a.order_history_prev::before {
    content: '\2039';
}
a.order_history_first::before {
    content: '\00AB';
}
a.order_history_last::before {
    content: '\00BB';
}
.account-change-password-wrapper .form-wrapper {
    margin: 5px 0;
}
.account-change-password-wrapper .form-wrapper label {
    display: block;
    float: none;
    text-align: left;
    margin: 0 0 0 0;
}
.account-change-password-wrapper .form-wrapper input,
.account-change-password-wrapper input {
    display: block;
    float: none;
    width: 100%;
    box-sizing: border-box;
    max-width: 200px;
}
.account-change-password-wrapper input#old_password {
    margin-bottom: 20px;
}
input#save-info {
    text-align: center;
    font-size: 16px;
}
/* ACCOUNT RESPONSIVE */
@media only screen and (max-width: 1280px) {
	.account-dashboard li a { font-size: 1em; }
}
@media only screen and (max-width: 1024px) {
	.account-dashboard li a { font-size: .8em; }

}

@media screen and (max-width: 990px) {
	.account-dashboard li { width: 50%; }
	.account-dashboard li a { font-size: 1.25em; }
    .login-wrapper {
        display: table;
    }
}

@media screen and (max-width: 767px) {
    .login-left {
		padding-right: 20px;
		min-width: 0;
	}
	.login-right {
		padding-left: 20px;
		min-width: 0;
	}
	#login_wrapper_box{
		border-right: none!important;
	}
	.input_col_flag{ width: 90%!important; max-width: 90%!important; }
	.account-main-wrapper {
		float: none;
		width: 100%;
		padding: 20px 20px 0 20px;
		border: none;
	}
	.account-sidebar-wrapper {
		float: none;
		width: auto;
		margin: 20px;
		padding: 0;
		border-top: 1px solid #EEE;
	}
	.account-sidebar { padding: 0; }
	.account-dashboard { margin: 20px 0; }
	.account-dashboard-wrapper + .account-sidebar-wrapper {
		display: none;
	}
}
@media only screen and (max-width:600px) {
	.account-dashboard li a { font-size: 1em; }
	.address_wrapper li .saved_address {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.saved_address + .address_book_button { margin-left: 0; }
	#add-address, #save-address, #cancel-address { max-width: none; }
}
@media only screen and (max-width:575px) {
    .login-left {
        padding-right: 0;
        margin-bottom: 20px;
        float: none;
        border-right: none;
        border-bottom: 1px solid #CCC;
    }
    .login-right {
        padding-left: 0;
        float: none;
    }
}
@media only screen and (max-width:480px) {
  .account-dashboard li { width: 100%; }
  .account-main-wrapper.account-dashboard-wrapper + .account-sidebar-wrapper {
    display: none;
  }
  .address_wrapper li {padding: 10px;}

  .order_history {
      margin-bottom: 15px;
      border-top: 1px solid #DDD;
  }
  .order_history_number {
      font-size: 1.25em;
  }
  .order_history_recipient {
      font-size: 1.1em;
  }
  .order_history_view {
      float: none;
      display: block;
  }
  .order_history_pic_col, .order_history_pic_td { display:none; }
  .order_history_item_col,.order_history_item_td {
      padding-left: 5px;
      border-right: 1px solid #EEE;
  }
  .order_history_qty_col {
      padding: 0 15px;
      width: auto;
  }
  .order_history_qty_col span { display: none; }
  .order_history_qty_td { text-align: center; }
  .order_history_qty_td::before {
      content: "x";
      display: inline;
  }
  .order_details_table td {
    display: block;
    width: 100%;
  }
  .order_details_table td:first-child {
    border-bottom: 1px solid #EEE;
    border-right: transparent;
  }
  .order_details_items {
    display: none;
  }
  .order_details_items.order_details_items_m {
    margin-bottom:0;
    border-bottom:none;
  }
  .order_details_items.order_details_items_m, .order_details_totals_m {
    display: table;
  }
  .order_details_items_m td{
    word-break:break-word;
    vertical-align: top;
  }
  .order_details_items_m tr:last-child td:last-child {
  	padding-bottom:15px;
  }
  .order_details_items_info_m {
    border: 2px solid #EEE;
  }
  .order_details_totals_m td {
    padding: 2px 10px;
    text-align: right;
  }
  .order_details_items_m hr {
    margin: 10px 0;
  }
  .order_history_nav_wrapper {
  	position: relative;
  	padding-top: 15px
  }
  .order_history_total {
    float: right;
  }
  .order_history_nav {
	display: block;
	padding: 0 10px;
	width: 25%;
	vertical-align: middle;
	float: left;
  }
  .form-wrapper, .form-wrapper.left, .form-wrapper.left.form-wrapper-half {
    width: 100%;
    margin: 5px 0;
  }
}

/* CART */
.cart::after {content:'';clear:both;display:block;}
#cart_total_price_summary_wrapper { width: 30%; box-sizing:border-box; }
#cart_total_price_summary_wrapper_background { float:left; width: 100%; padding:25px; box-sizing:border-box; box-shadow: 0px 0px 1px 0px; }
#cart_total_price_summary { float:right; width: 100%; }
.cart_delivery_mode_text_wrapper { width:150px; text-align:right; }
.cart_delivery_total_wrapper { width:100px; float:right; text-align: right; }
.cart_pre-delivery_total_text { width:50px; float:right; text-align: right; }
.cart_sales_tax_total_text { width:60px; float:right; text-align: right; }
#cart_total_price_summary_wrapper #checkout {
    float:right;
    margin:10px 0 0 0;
    padding: 10px 15px;
    background-color: #337ab7;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
}
#cart_total_price_summary_wrapper #checkout:hover {
    background-color: #23527c;
    border: none;
}
.cart_left { float:left; width: 70%; padding-right: 5%; }
#continue_shopping { margin:0px; padding:0px; }
.cart_addons_section_wrapper h3 {margin: 40px 0 0 0;font-size: 12px;font-weight: bold;text-transform: uppercase;border-top: 1px solid #DDD;padding-top: 10px;}
.cart_products_section { float:left; width: 100%; }

.cart_addons_section { float:left; width: 100%; }
#cart_product_cost { width:150px; text-align:right; }
#cart-products-wrapper {padding:0px; margin-top: 0px;}
#cart_product_cost_currency { width:100px; float:right; text-align: right; }
.cart-products-header {margin-bottom:25px;}
.cart-price-header {width:120px;}
.cart-products-header-right{margin-left:120px; margin-right: 240px;}
li.cart-product-wrapper {margin-bottom:25px; box-sizing:border-box;}
.cart-product-left {width: calc(100% - 240px); float:left; }
.cart-product-right {float: right;}
figure.cart-product-img-wrapper {margin:0;float:left; width: 120px; margin-right:15px;}
figure.cart-product-img-wrapper > img {max-width:100px;}
.cart-product-detail {float:left;width: calc(100% - 140px);}
.cart-product-detail > h2 {margin-top: 0px;font-weight: normal;font-size: 26px;}
.cart-item-quantity { padding:5px; width:75px; }
.cart-item-price { width:120px; color: #b05e16; font-size: 20px; }
.cart-item-delete { display: block; }
.cart-product-separator { border-top:1px solid #b9b9b9; margin-top:10px; margin-bottom:10px; float:left; clear:both; width:100%; }
.cart-addons {padding:0px;width:auto;display:flex;flex-wrap:wrap;margin: 0 -10px;}
.cart-addons > li.cart-addon {width: 25%;padding: 10px;margin: 0;}
.cart-addon > a img {max-width:100px;display: block;width: 100%;}
.cart-addon-name { float:left; clear:both; text-align:center; }
.cart-addon-price { float:left; clear:both; }
.cart-empty {
	font-size: 1.75em;
	padding: 80px 0;
}
/* CART RESPONSIVE */
@media (max-width:991px) {
	.cart-product-left {width: 100%;}
	figure.cart-product-img-wrapper { width: 100px; }
	.cart-product-detail {width: calc(100% - 115px);}
	.cart-product-detail > h2 { line-height: 1.25em; margin-bottom: 6px; }
	#cart_total_price_summary_wrapper_background { padding: 10px; }
}
@media (max-width:767px) {
    .cart-products-header {display:none;}
    .cart-product-detail > h2 { font-size: 22px; }
    #cart_total_price_summary_wrapper { width:100%; margin-bottom: 20px; }
    #cart_total_price_summary_wrapper_background { padding: 25px; }
    .cart_left { width: 100%; padding-right: 0; }
}
@media (max-width:480px) {
	.cart-product-detail > h2 { font-size: 18px; }
	.cart-product-detail > b {font-size: 12px;}
	.cart-product-right {width: calc(100% - 115px);}
	.cart-item-price {float: left;font-size: 16px;width: 100px;}
	.cart-item-quantity {width: 50px;padding: 2px 5px;}
	.cart-addons {  }
	.cart-addons > li.cart-addon {width: 50%;padding: 10px;}
	.cart-addon > a img {max-width:none;}
}

/* CARD POPUP */
#card_message_popup {
    min-width: 400px; width:auto;
}
.card-message-type-wrapper .cart-right {
    margin-left: 10px;
}
div#card_message_select_wrapper {
    float: left;
    width: 100%;
    background-color: #e6e6e6;
    padding: 10px;
    box-sizing: border-box;
}
#card_message_message {
    min-width: 400px; width: 100%;
}
#card_message_write_wrapper {
    width: 100%;
}
#card_message_custom {
    width: 100%; height: 125px; padding: 15px; margin-top:10px; margin-bottom: 10px; resize: none; outline: none;
}
#card_message_signature {
    width: 100%; height: 75px; padding: 15px; margin-top:10px; margin-bottom: 10px; resize: none; outline: none;
}
input#card_message_done {
    float: right;
    width: 50%;
    border: none;
    padding: 10px 15px;
    background-color: #337ab7;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
}
input#card_message_done:hover {
    background-color: #23527c;
    border: none;
}
.card-collage {max-width:150px;}

/* DELIVERY POPUP */
#delivery_mode_popup {
    max-width: 720px;
}
#delivery_mode_popup input[type=button] {
    border: none;
    padding: 10px 15px;
    background-color: #337ab7;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
}
#delivery_mode_popup input[type=button]:hover {
    background-color: #23527c;
    border: none;
}
#delivery_mode_popup_close {
    cursor:pointer;
    background-color: #EEE;
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    display: inline-block;
    position: absolute;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: 4px;
    top:2px;
    right: 2px;
}
#delivery_mode_popup_close:hover {
    background-color: #DDD;
}
#delivery_mode_popup .stack_wrapper > .stack2 {
	padding: 10px 0;
}
#delivery_mode_popup .stack_wrapper > .stack_condensed {
	margin: 0;
	padding: 10px 0;
}
#delivery_mode_popup .stack_wrapper > .stack_condensed > :first-child {
	margin-top: 0;
}
#delivery_mode_popup .stack_wrapper > .stack_condensed > :last-child {
	margin-bottom: 0;
}
.delivery_mode_option_wrapper {
    float:left; padding:5px; box-sizing:border-box;
}
.delivery_mode_option_wrapper + .delivery_mode_option_wrapper {
    float: right;
}
.delivery_mode_option_wrapper::after,
#delivery_mode_popup .stack_wrapper > .stack2::after {
    content: ''; display: block; clear: both;
}
.delivery_mode_option {
    float:left;
    width: 150px;
    padding-bottom: 100%;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.delivery_mode_option:not(.delivery_disabled):hover {
    transform: scale(1.05);
}
.delivery_mode_option.delivery_mode_disabled {
    opacity: .5;
    cursor: not-allowed;
}
div#delivery_mode_pickup {
    background-image:url('../images/order-pickup.png');
}
div#delivery_mode_deliver {
    background-image:url('../images/order-delivery.png');
}
.delivery_mode_option > img {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.delivery_mode_where_address {
    width:100%; min-height: 100px;
}
#popup_recipient_lookup, #popup_recipient_address_1, #recipient_address_2 {
    width: 100%;
}
#did_you_mean {
    padding:10px; width: 100%; box-sizing:border-box; border: 1px #a39e9e solid; background-color: #eff5ef;
}
div#address_verification_wrapper, div#verify_wrapper .form-wrapper {
    max-width: 100%;
}
#delivery_mode_where_next {
    float:right; width:125px; margin-top:50px;
}
#stack_wrapper_delivery_mode_when > div.stack2 {
    width: 100%;
}
#stack_wrapper_delivery_mode_when > div.stack2 > div:first-child {
    margin-right: 25px;
}
#delivery_mode_when_date {
    float:left; width:100%;
}
#delivery_mode_when_legend {
    float:left; padding:5px;
}
.legend_key_current {
    background-color:#5cc4ef;
}
.legend_key_unavail {
    background-color:#ff7a7a;
}
.legend_key_hours {
    background-color:#FFA500;
}
#delivery_mode_when_time {
    padding: 5px 5px 5px 5px;
    outline:none;
    width:auto;
    font-size: 16px;
}
#delivery_time_wrapper {
    margin-left:10px;
}
#delivery_mode_when_next {
    float:right;
    width:125px;
    margin-top: 10px;
}
/* DELIVERY POPUP RESPONSIVE */
@media (max-width:767px) {
}
@media (max-width:480px) {
	#delivery_mode_popup.popup{
		width: calc(100% - 2em);
		padding: 10px;
	}
    .delivery_mode_option_wrapper {
        width: 50%;
    }
    #delivery_mode_pickup, #delivery_mode_deliver {
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 150px;
    }
    #stack_wrapper_delivery_mode > .stack2 {
    	padding: 0;
    }
}

/* CHECKOUT */
#checkout_form_wrapper input, #checkout_form_wrapper textarea{
	color: #5783ff;
}
#checkout_form_wrapper input[type=button]{
	color: white;
}
.easy-autocomplete-container ul{
    width: 100%;
    list-style-type: none;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category{
	width: 100%;
}
.pull-right{
	float:right !important;
}
.pull-left{
	float:left !important;
}
.cart_checkout_wrapper{ float:left; width: 100%; text-align: right; }
.cart_checkout { margin:5px 0;padding:0px; }
.cart_checkout_item { margin-bottom:20px; }
.cart_checkout_item:last-child { margin-bottom:0; }
.cart_checkout_thumbnail { width:100px; }
.cart_checkout_thumbnail > figure { margin:0;float:left; margin-right:15px; }
.cart_checkout_thumbnail > figure > img { max-width:75px; }
.cart_checkout_right { margin-left:100px; }
#cart_total_price_summary > div::after {
    display: block;
    content: '';
    clear: both;
}
.cart_checkout_detail_wrapper { margin-left: 10px; text-align:left; }
.checkout-item-qty { float: left; }
.checkout-item-details {
    margin-top:5px;
    padding: 5px;
    background-color: #F3F3F3;
}
.checkout-item-details::after {
    content:'';display:block;clear:right;
}
.checkout-item-delete { margin-left:25px; }
.checkout-item-price { float:right; margin-right: 15px; }
.checkout-item-separator { border-top:1px solid #b9b9b9; margin-top:5px; margin-bottom:10px; float:left; clear:both; width:100%; }
#payment_options {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}
#payment_options li {
    width: calc(50% - 10px);
    text-align: center;
    margin: 5px;
    padding: 15px;
    position: relative ;
}
#payment_options li.selected::after {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto ;
    background-size: contain;
}
.StripeElement {
    margin: 10px 0 5px 0;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.card-errors{
    display: none;
    font-weight: bold;
    font-size: 14px;
    color: #808080;
    background-color: #d4444452;
    padding: 5px;
    text-align: center;
    box-shadow: 0px 0px 1px 0px black;
}
/*CHECKOUT RESPONSIVE */
@media screen and (max-width: 991px) {
	.col_flag{
		width: 100%!important;
	}
	.col_flag.pull-right {
		padding-left: 0!important;
	}
	#login_wrapper_box{
		border-right: none!important;
	}
	.input_col_flag{width: 90%!important;max-width: 90%!important;margin-bottom: 10px;}
}
@media (max-width:480px) {
    #payment_options li {
        width: 100%;
    }
    #checkout_form_wrapper.checkout-container #place-order {
        width: 100%;
        padding: 20px 10px;
        height: auto;font-size: 16px;
    }
}

/* Instagram Feed */
.instagram-slideshow { max-width: 1920px; }
.instagram-slideshow .ig-follow-wrapper { text-align: center; }
.instagram-slideshow ul li a,
.instagram-slideshow .instagram-slides .slick-slide a {
    display:block;
    padding-bottom:100%;
    width:100%;
    position:relative;
    overflow:hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.instagram-slideshow ul li img,
.instagram-slideshow .instagram-slides .slick-slide img {
    position:absolute;
    width: 100%;
    height: 100%;
    margin:auto;
    top:0;
    left:0;
    opacity: 0;
}
.instagram-slideshow ul li img.ig-img.ig-wide,
.instagram-slideshow .instagram-slides .slick-slide img.ig-img.ig-wide
 {
    width: auto;
    height: 100%;
}
.ig-follow-wrapper { text-align: center; }
.ig-follow {
    display: inline-block;
    border-radius: 6px;
    background-color: #E6E6E6;
    border: 1px solid #BBB;
    color: #333;
    text-transform: uppercase;
	font-size: .8em;
	text-align: left;
    margin: 20px 0;
    padding: 10px 20px 10px 45px;
	line-height: 1;
	position: relative;
}
.ig-follow:hover { background-color: #EAEAEA; }
.ig-follow i {
    font-size: 1.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1em;
    margin: auto;
	left: .5em;
}
.ig-follow b { color: #000; font-family: sans-serif; }
@media (min-width:1920px) {
    .instagram-slideshow { margin: 0 auto; }
}
@media (max-width:399px) {
	.ig-follow { font-size: .6em; padding: 10px 10px 10px 34px; }
}

/* DELIVERY LISTINGS */
.gf-delivery-listings-wrapper {
    padding: 20px 0;
}
.gf-delivery-listing {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}
.gf-delivery-listing h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: .25em;
}
.gf-delivery-listing ul {
    padding: 0;
}

/* LANDING PAGES */
.gflp-page-content {
    text-align: initial;
    line-height: normal;
}
.gflp-page-content * {
    box-sizing: border-box;
}
.gflp-page-content img {
    max-width: 100%;
}
.gflp-page-content figure {
	margin: 0;
}
.gflp-page-content h1,
.gflp-page-content h2,
.gflp-page-content h3,
.gflp-page-content h4,
.gflp-page-content h5,
.gflp-page-content h6 {
	text-align: inherit;
	margin: 20px 0;
}
.main .page .page-inner .gflp-page-content p, .gflp-page-content p {
	margin: 1em 0;
}
.gflp-page-content h1, .main .gflp-page-content h1 { 
	display: block;
	font-size: 2em;
}
.gflp-page-content h2, .main .gflp-page-content h2 {
	display: block;
	font-size: 1.5em;
}
.gflp-page-content h3, .main .gflp-page-content h3 { 
	display: block;
	font-size: 1.17em;
}
.gflp-page-content h4, .main .gflp-page-content h4 { 
	display: block;
	font-size: 1em;
}
.gflp-page-content h5, .main .gflp-page-content h5 { 
	display: block;
	font-size: .83em;
}
.gflp-page-content h6, .main .gflp-page-content h6 { 
	display: block;
	font-size: .67em;
}
.gflp-page-content .gflp-text ul, .gflp-page-content .gflp-text li {list-style-type: initial;}
.gflp-element-wrapper {
	position: relative;
}
.gflp-align-center {
    text-align: center;
}
.gflp-align-left {
    text-align: left;
}
.gflp-align-right {
    text-align: right;
}
.gflp-align-justify {
    text-align: justify;
}
.gflp-row {
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	margin-right: -20px;
	margin-bottom: -20px;
}
.gflp-col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 20px;
	margin-bottom: 20px;
}
.gflp-colcount-1 .gflp-col { width:100%; }
.gflp-colcount-2 .gflp-col { width:calc(50% - 20px); }
.gflp-colcount-3 .gflp-col { width:calc((100% / 3) - 20px); }
.gflp-colcount-4 .gflp-col { width:calc(25% - 20px); }

/* LANDING PAGE PRODUCTS */
.gflp-product-wrapper {
	width: 100%;
	position: relative;
}
.gflp-product { text-align: center; }
.gflp-align-left .gflp-product { text-align: left; }
.gflp-align-center .gflp-product { text-align: center; }
.gflp-align-right .gflp-product { text-align: right; }
.gflp-product-wrapper.gflp-product-display-vertical {
    display: inline-block;
    max-width: 540px;
}
.gflp-product-wrapper.gflp-product-display-horizontal {
    display: block;
    width: 100%;
}
.gflp-product-wrapper.gflp-product-display-full {
	font-size: 1.33em;
}
.gflp-product-display-horizontal .gflp-product-inner {
	display: flex;
	align-items: center;
	margin-right: -20px;
}
.gflp-product-display-vertical .gflp-product-image {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.gflp-product-display-full .gflp-product-image {
	position: relative;
    padding-bottom: 40%;
    overflow: hidden;
}
.gflp-product-display-horizontal .gflp-product-image {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.gflp-product-display-horizontal .gflp-product-image-wrapper,
.gflp-product-display-horizontal .gflp-product-info-wrapper {
    margin-right: 20px;
}
.gflp-product-display-horizontal .gflp-product-image-wrapper {
    width: 40%;
}
.gflp-product-display-horizontal .gflp-product-info-wrapper {
    width: 60%;
}
.gflp-product-info-wrapper {
    font-size: 1.25em;
}
.gflp-product-info-wrapper h3 {
    margin-bottom: 4px;
}

.gflp-product-info-wrapper h4 {
    margin-top: 0;
}
.gflp-product-info-wrapper a {
	color: inherit;
}
.gflp-colcount-3 .gflp-product-info-wrapper,
.gflp-colcount-4 .gflp-product-info-wrapper {
    font-size: 1em;
}
p.gflp-product-descr, .main .page .page-inner p.gflp-product-descr {
    font-size: .9em;
}
p.gflp-product-price, main .page .page-inner p.gflp-product-price {
	font-size: 1.2em;
}
.gflp-colcount-3 .gflp-col .gflp-product-display-vertical .gflp-product-descr,
.gflp-colcount-4 .gflp-col .gflp-product-display-vertical .gflp-product-descr  { 
	display: none;
}
.gflp-product-image-wrapper a {
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gflp-product-image-crop {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-image: none;
	position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gflp-product-wrapper.gflp-align-left .gflp-product-image-crop {
    background-position: left center;
}
.gflp-product-wrapper.gflp-align-center .gflp-product-image-crop {
    background-position: center center;
}
.gflp-product-wrapper.gflp-align-right .gflp-product-image-crop {
    background-position: right center;
}
.gflp-category-products-wrapper {
    width: auto;
	margin-right: -20px;
}
.gflp-category-products {
    display: flex;
    font-size: 0.75em;
}

.gflp-category-products .gflp-product-wrapper {
    display: block;
    padding-bottom: 2em;
    margin-right:20px;
    width: calc(100% - 20px);
}
.main .page .page-inner .gflp-category-products p.gflp-product-price,
.gflp-category-products p.gflp-product-price {
    position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    margin-bottom: 0;
}
.gflp-category-products p.gflp-product-descr {
    display: none;
}
/* LANDING PAGE CATEGORIES */
.gflp-category { text-align: center; }
.gflp-align-left .gflp-category { text-align: left; }
.gflp-align-center .gflp-category { text-align: center; }
.gflp-align-right .gflp-category { text-align: right; }
.gflp-category-wrapper {
	width: 100%;
	position: relative;
}
.gflp-category-wrapper.gflp-category-display-single {
    display: inline-block;
	max-width: 540px;
	font-size: 1.33em;
}
.gflp-category-wrapper.gflp-category-display-products {
    display: block;
    width: 100%;
}
.gflp-category-wrapper.gflp-category-display-full {
	font-size: 1.5em;
}
.gflp-category-display-products .gflp-category-inner {
	display: flex;
	flex-direction: column-reverse;
	align-content: stretch;
}
.gflp-category-display-single .gflp-category-image {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.gflp-category-display-full .gflp-category-image {
	position: relative;
    padding-bottom: 40%;
    overflow: hidden;
}
.gflp-category-info-wrapper {
    font-size: 1.25em;
}
.gflp-category-info-wrapper a {
	color: inherit;
}
.gflp-colcount-3 .gflp-category-info-wrapper,
.gflp-colcount-4 .gflp-category-info-wrapper {
    font-size: 1em;
}
p.gflp-category-descr {
    font-size: .9em;
}
p.gflp-category-price {
	font-size: 1.2em;
}
.gflp-colcount-3 .gflp-col .gflp-category-display-single .gflp-category-descr,
.gflp-colcount-4 .gflp-col .gflp-category-display-single .gflp-category-descr  { 
	display: none;
}
.gflp-category-image-wrapper a {
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gflp-category-image-crop {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-image: none;
	position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gflp-category-wrapper.gflp-align-left .gflp-category-image-crop {
    background-position: left center;
}
.gflp-category-wrapper.gflp-align-center .gflp-category-image-crop {
    background-position: center center;
}
.gflp-category-wrapper.gflp-align-right .gflp-category-image-crop {
    background-position: right center;
}
/* LANDING PAGE GALLERIES */
.gflp-gallery { text-align: center; }
.gflp-align-left .gflp-gallery { text-align: left; }
.gflp-align-center .gflp-gallery { text-align: center; }
.gflp-align-right .gflp-gallery { text-align: right; }
.gflp-gallery-wrapper {
	width: 100%;
	position: relative;
}
.gflp-gallery-wrapper.gflp-gallery-display-grid {
    display: block;
    width: 100%;
}
.gflp-gallery-display-grid .gflp-gallery-images {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.gflp-gallery-display-grid .gflp-gallery-images > .gflp-gallery-image-wrapper {
	width: calc(25% - 20px);
	margin: 10px;
}
.gflp-gallery-display-grid .gflp-gallery-image {
	padding-bottom: 100%;
}
.gflp-gallery-image-wrapper a {
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
	top: 0;
	cursor: zoom-in;
}
.gflp-gallery-image-crop {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-image: none;
	position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
	top: 0;
	transition: .3s;
}
.gflp-gallery-image:hover .gflp-gallery-image-crop {
	transform: scale(1.05);
}
.gflp-gallery-wrapper.gflp-align-left .gflp-gallery-image-crop {
    background-position: left center;
}
.gflp-gallery-wrapper.gflp-align-center .gflp-gallery-image-crop {
    background-position: center center;
}
.gflp-gallery-wrapper.gflp-align-right .gflp-gallery-image-crop {
    background-position: right center;
}

.gallery ul li {
    width: calc((100% / 4) - 10px);
    padding: 10px;
}

@media (max-width:767px) {
	.gallery ul li {
	    width: calc((100% / 2) - 10px);
	    padding: 10px;
	}    
}
@media (max-width: 480px) {
	.gallery ul li {
	    width: calc((100% / 1) - 10px);
	    padding: 10px;
	}    
}

/* LANDING PAGE RESPONSIVE */
@media (min-width:768px) {
    .gflp-mobile {
        display: none;
    }
}

@media (max-width:980px) {
	.gflp-category-products {
		font-size: .6em;
	}
	.gflp-gallery-display-grid .gflp-gallery-images > .gflp-gallery-image-wrapper { width: calc(25% - 10px); margin: 5px; }
	.gflp-gallery-display-grid .gflp-gallery-images { margin: -5px; }
}
@media (max-width:880px) {
	.gflp-colcount-4 .gflp-col { width:calc(50% - 20px); }
	.gflp-colcount-4.gflp-no-stack .gflp-col { width:calc(25% - 20px); }
	.gflp-category-products {
		font-size: .75em;
		flex-wrap: wrap;
		
	}
	.gflp-category-products .gflp-product-wrapper {
		width: calc(50% - 20px);
		margin-bottom: 20px;
		padding-bottom: 1em;
	}	
}
@media (max-width:767px) {
    img.gflp-mobile + img {
        display: none;
	}
	.gflp-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.gflp-colcount-2 .gflp-col { width:100%; }
	.gflp-colcount-3 .gflp-col { width:100%; }
	
	.gflp-colcount-2.gflp-no-stack .gflp-col { width:calc(50% - 20px); }
	.gflp-colcount-3.gflp-no-stack .gflp-col { width:calc((100% / 3) - 20px); }
	
	.gflp-product-info-wrapper { font-size: 1em; }

	.gflp-gallery-display-grid .gflp-gallery-images > .gflp-gallery-image-wrapper { width: calc(50% - 20px); margin: 10px; }
	.gflp-gallery-display-grid .gflp-gallery-images { margin: -10px; }
}
@media (max-width:650px) {
	.gflp-product-descr { display: none; }
	.gflp-product-display-full .gflp-product-descr { display: block; }
	.gflp-product-display-full .gflp-product-image { padding-bottom: 56.25%; }
	.gflp-category-products .gflp-product-wrapper { padding-bottom: 1em; }
	.gflp-product-inner { text-align: center; }
	.gflp-product-wrapper.gflp-align-left .gflp-product-image-crop { background-position: center center; }
}
@media (max-width:480px) {
	.gflp-colcount-4 .gflp-col { width:100%; }
	.gflp-colcount-4.gflp-no-stack .gflp-col { width:calc(25% - 25px); }
	.gflp-product-display-horizontal .gflp-product-inner { display: block; }
	.gflp-product-display-horizontal .gflp-product-image-wrapper,
	.gflp-product-display-horizontal .gflp-product-info-wrapper { width: auto; }
	.gflp-product-display-vertical .gflp-product-image, .gflp-product-display-horizontal .gflp-product-image { padding-bottom: 75%; }
	.gflp-align-left .gflp-product,
	.gflp-align-center .gflp-product,
	.gflp-align-right .gflp-product,
	.gflp-product .gflp-align-left ,
	.gflp-product .gflp-align-center,
	.gflp-product .gflp-align-right { text-align: center; }
	.gflp-product-wrapper.gflp-align-left .gflp-product-image-crop,
	.gflp-product-wrapper.gflp-align-center .gflp-product-image-crop,
	.gflp-product-wrapper.gflp-align-right .gflp-product-image-crop {
		background-position: center center;
	}
	.gflp-category-display-products .gflp-category-inner { display: block; }
	.gflp-align-left .gflp-category,
	.gflp-align-center .gflp-category,
	.gflp-align-right .gflp-category,
	.gflp-category .gflp-align-left ,
	.gflp-category .gflp-align-center,
	.gflp-category .gflp-align-right { text-align: center; }
	.gflp-category-wrapper.gflp-align-left .gflp-category-image-crop,
	.gflp-category-wrapper.gflp-align-center .gflp-category-image-crop,
	.gflp-category-wrapper.gflp-align-right .gflp-category-image-crop {
		background-position: center center;
	}
	.gflp-category-products {
		font-size: .9em;
		display: block;
	}
	.gflp-category-products .gflp-product-wrapper {
		padding-bottom: 1.25em;
		width: auto;
		margin-bottom: 40px;
	}
	.gflp-gallery-display-grid .gflp-gallery-images > .gflp-gallery-image-wrapper { width: calc(50% - 10px); margin: 5px; }
	.gflp-gallery-display-grid .gflp-gallery-images { margin: -5px; }
}
/* PAGE BUILDER PAGE */
.gfpb-page-content {
    text-align: initial;
}
.gfpb-page-content .gfpb-col-wrapper {
    position: relative;
    width: 100%;
}
.gfpb-page-content .gfpb-admin-col {
    display: flex;
}
.gfpb-page-content .gfpb-row-wrapper > .pb-outer > .pb-container {
    display: flex;
    grid-gap: 25px;
    -ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.gfpb-page-content .gfpb-row-wrapper > .pb-outer > .pb-container > .pb-inner {
    width: 100%;
}
.gfpb-page-content .gfpb-col[valign="top"] {
    align-self: flex-start;
}
.gfpb-page-content .gfpb-col[valign="middle"] {
    align-self:center;
}
.gfpb-page-content .gfpb-col[valign="bottom"] {
    align-self: flex-end;
}
.gfpb-page-content .gfpb-col > .gfpb-col-wrapper,
.gfpb-page-content .gfpb-col > .gfpb-col-wrapper {
    display: flex;
}
.gfpb-page-content .pb-rte ul, .pb-rte ul li {
    list-style-type: disc;
}
.gfpb-page-content .pb-rte ol, .pb-rte ol li {
    list-style-type: decimal;
}
.pb-rte ul li, .pb-rte ol li {
    display: list-item;
}
.gfpb-page-content .pb-rte ol, .pb-rte ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;

}
.gfpb-page-content .pb-outer {
    margin-top: 25px;
    margin-bottom: 25px;
}
.gfpb-page-content .gfpb-spacer-wrapper .pb-outer {
    margin-top: 0;
    margin-bottom: 0;
}
.gfpb-page-content .pb-product-wrapper {
    display: table;
}
.gfpb-page-content .gfpb-product-wrapper {
    display: flex;
    grid-gap: 25px;
}
.gfpb-page-content .gfpb-product-wrapper.gfpb-product-display-vertical {
    flex-direction: column;
}
.gfpb-page-content .gfpb-product-wrapper.gfpb-product-display-horizontal {
    flex-direction: row;
    align-items: center;
}
.gfpb-page-content .pb-inner[align="left"],
.gfpb-page-content .gfpb-product-wrapper.gfpb-product-inner-left {
    text-align: left;
}
.gfpb-page-content .pb-inner[align="center"],
.gfpb-page-content .gfpb-product-wrapper.gfpb-product-inner-center {
    text-align: center;
}
.gfpb-page-content .pb-inner[align="right"],
.gfpb-page-content .gfpb-product-wrapper.gfpb-product-inner-right {
    text-align: right;
}
.gfpb-page-content .pb-inner[align="left"] .pb-product-wrapper,
.gfpb-page-content .pb-inner[align="center"] .pb-product-wrapper,
.gfpb-page-content .pb-inner[align="left"] .pb-product-wrapper .gfpb-image img,
.gfpb-page-content .pb-inner[align="center"] .pb-product-wrapper .gfpb-image img,
.gfpb-page-content .pb-inner .gfpb-product-wrapper.gfpb-product-inner-left .gfpb-image img,
.gfpb-page-content .pb-inner .gfpb-product-wrapper.gfpb-product-inner-center .gfpb-image img {
    margin-right: auto;
}
.gfpb-page-content .pb-inner[align="right"] .pb-product-wrapper,
.gfpb-page-content .pb-inner[align="center"] .pb-product-wrapper,
.gfpb-page-content .pb-inner[align="right"] .pb-product-wrapper .gfpb-image img,
.gfpb-page-content .pb-inner[align="center"] .pb-product-wrapper .gfpb-image img,
.gfpb-page-content .pb-inner .gfpb-product-wrapper.gfpb-product-inner-right .gfpb-image img,
.gfpb-page-content .pb-inner .gfpb-product-wrapper.gfpb-product-inner-center .gfpb-image img  {
    margin-left: auto;
}
.gfpb-page-content .pb-inner .gfpb-product-wrapper.gfpb-product-inner-left .gfpb-image img {
    margin-left: 0;
}
.gfpb-page-content .pb-inner .gfpb-product-wrapper.gfpb-product-inner-right .gfpb-image img {
    margin-right: 0;
}
.gfpb-page-content .pb-product-button-wrapper {
    margin-top: 15px;
}
.gfpb-page-content .gfpb-product-wrapper .gfpb-product-info-wrapper h3,
.gfpb-page-content .gfpb-product-wrapper .gfpb-product-info-wrapper h5,
.gfpb-page-content .gfpb-product-wrapper .gfpb-product-info-wrapper .gfpb-product-descr  {
    margin: 10px 0;
}
.gfpb-page-content .gfpb-product-wrapper .gfpb-product-info-wrapper .gfpb-product-price {
    margin: 5px 0 10px 0;
}
/* PAGE BUILDER RESPONSIVE */
@media (max-width:767px) {
	.gfpb-page-content .gfpb-row-wrapper > .pb-outer > .pb-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
    .gfpb-page-content .gfpb-product-wrapper.gfpb-product-display-horizontal {
        flex-direction: column;
        align-items: baseline;
    }
}

@media (max-width:480px) {
	.gfpb-page-content .gfpb-image img{
		max-width: 100%;
	}
	.page-inner{
		padding: 10px!important;
	}
}

/* BLOG STYLES */
.blog-list-wrapper h1, .blog-list h1, .inner_page.blog-list h1, .container .blog-list h1 {
    font-size: 3.5em;
    font-weight: normal;
	margin-top: 0;
	margin-bottom: .67em;
    padding-bottom: .5em;
    border-bottom: 1px solid;
    line-height: normal;
}
article.blog-list-post + article.blog-list-post {
    margin-top: 3em;
    padding-top: 3em;
    border-top: 1px solid rgba(0,0,0,.125);
}
article.blog-list-post h2 {
    margin: 0;
    font-weight: normal;
    font-size: 2em;
    line-height: normal;
}
article.blog-list-post p {
	float: none;
}
article.blog-list-post a.blog-post-date {
    font-weight: lighter;
    color: #666;
    font-size: .9em;
    margin: .25em 0 1em 0;
}
article.blog-list-post a.blog-post-date:hover {
	text-decoration: underline;
}
.blog-list-image-wrapper {
	width: 100%;
	max-width: 400px;
}
.blog-list-image-inner {
	padding-bottom: 40%;
    overflow: hidden;
    margin: 1em 0;
	position: relative;
	display: block;
}
img.blog-list-image {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
}
.wrapper.blog-post-wrapper, .blog-list-wrapper {
    padding: 20px;
}
.wrapper.blog-post-wrapper .container, .blog-list-wrapper .container {
	width: 1000px;
	max-width: 100%;
    padding: 50px 0;
    margin: 0 auto;
}
article.blog-post-single h1 {
    margin: 0;
	font-weight: normal;
	text-align: left;
	line-height: normal;
}
article.blog-post-single .blog-date {
    font-weight: lighter;
    color: #666;
    font-size: .9em;
    margin: .5em 0 2em 0;
}
.blog-post-image-wrapper {
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    margin-bottom: 3em;
    position: relative;
}
img.blog-post-image {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
}
.blog-post-content *:first-child {
    margin-top: 0;
}
.blog-post-content p {
	line-height:1.5em;
	margin-bottom: 1em;
}
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
	margin-bottom: 1em;
	line-height: normal;
}
.wrapper.blog-post-wrapper .container.blog-breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: .8em;
}
.blog-breadcrumbs a { color: #00F; }
.blog-breadcrumbs a:hover { text-decoration: underline; }
.wrapper.blog-post-wrapper .container.blog-post-nav {
    padding-top: 0;
    display: flex;
}
.blog-post-nav > div {
    width: 50%;
    box-sizing: border-box;
}
.blog-post-nav-left { text-align: left; }
.blog-post-nav-right { text-align: right; }
.blog-post-nav div a:hover { text-decoration:underline; }
/* BlOG RESPONSIVE */
@media (max-width:1080px) {
    .wrapper.blog-post-wrapper .container, .blog-list-wrapper .container {
        width: 100%;
        padding: 50px 40px;
    }
}
@media (max-width: 767px) {
	.wrapper.blog-post-wrapper .container.blog-post-nav {
		flex-direction: column;
		padding-bottom: 10px;
	}
	.blog-post-nav > div {
		width: 100%;
		text-align: left;
		padding-bottom: 30px;
	}
}
@media (max-width:480px) {
	.wrapper.blog-post-wrapper .container, .blog-list-wrapper .container {padding: 50px 0;}
	.wrapper.blog-post-wrapper .container.blog-breadcrumbs { text-align: center; }
}
/* FEEDBACK */
.thankyou-feedback-wrapper {
    padding: 20px 0;
}
.thankyou-feedback-box {
    padding: 10px;
    border: 1px solid #BBB;
    border-radius: 8px;
    position: relative;
}
.thankyou-feedback-box h3 {
    margin: 0;
    font-size: 20px;
    color: #B00;
    text-align: left;
}
.thankyou-feedback-box h4 {
    font-size: 14px;
    color: #666;
    text-align: left;
}
#thankyou-feedback-form {
    margin: 0;
    padding: 10px;
    background-color: #EEE;
    border-radius: 4px;
}
#thankyou-feedback-form fieldset {
	border: none;
}
.thankyou-feedback-question[disabled] {
    opacity: .25;
    cursor: not-allowed;
}
.thankyou-feedback-question h4 {
    color: #000;
    font-size: 16px;
    margin-top: 0;
}
.thankyou-feedback-buttons {
    word-spacing: 30px;
}
.thankyou-feedback-buttons input[type=radio] {
    display: none;
}
.thankyou-feedback-button {
    display: inline-block;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.thankyou-feedback-button img {
    display: block;
    margin: 5px auto;
    width: 37px;
    height: 37px;
    padding: 5px;
    border: 2px solid;
    border-radius: 50%;
    background-color: #FFF;
}
.thankyou-feedback-buttons input[type=radio]:checked + .thankyou-feedback-button {
    font-weight: bold;
    color: #000;
}
.thankyou-feedback-buttons input[type=radio]:checked + .thankyou-feedback-button img {
    border: 2px solid #000;
}
.thankyou-feedback-question:not([disabled]) #thankyou-feedback-yes:not(:checked) + .thankyou-feedback-button:hover {
   color: #0C0;
}
.thankyou-feedback-question:not([disabled]) #thankyou-feedback-yes + .thankyou-feedback-button:hover img {
    box-shadow: 0 0 4px #0C0;
}
#thankyou-feedback-yes:checked + .thankyou-feedback-button img {
    background-color: #0C0;
}
.thankyou-feedback-question:not([disabled]) #thankyou-feedback-no:not(:checked) + .thankyou-feedback-button:hover {
   color: #C00;
}
.thankyou-feedback-question:not([disabled]) #thankyou-feedback-no + .thankyou-feedback-button:hover img {
    box-shadow: 0 0 4px #C00;
}
#thankyou-feedback-no:checked + .thankyou-feedback-button img {
    background-color: #C00;
}
.thankyou-feedback-question .thankyou-feedback-button {
    cursor: pointer;
}
.thankyou-feedback-question[disabled] .thankyou-feedback-button {
    cursor: not-allowed;
}
.thankyou-feedback-feedback h4 {
    font-weight: bold;
    color: #000;
    margin: 0 0 10px 0;
}
.thankyou-feedback-feedback textarea[name=feedback] {
    resize: none;
    width: 100%;
    height: 4.5em;
    margin: 0 0 5px 0;
    outline: none;
}
.thankyou-feedback-feedback textarea[name=feedback]:focus {
    background-color: #edf8fd;
}
.thankyou-feedback-feedback-buttons {position: relative;}
input#thankyou-feedback-submit {
    width: 200px;
    max-width: 50%;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    -webkit-appearance: none;
    background-color: #454545;
    color: #FFF;
    padding: 5px;
    margin: 0;
}
input#thankyou-feedback-submit:not([disabled]):hover {
    cursor: pointer;
    background-color: #000;
}
input#thankyou-feedback-submit[disabled] {
    cursor: not-allowed;
    opacity: .25;
}
a#thankyou-feedback-go-back {
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    right: 1px;
    bottom: 1px;
}
a#thankyou-feedback-go-back:hover {
    text-decoration: underline;
    cursor: pointer;
}
#thankyou-feedback-close {
    width: 1.25em;
    height: 1.25em;
    display: block;
    position: absolute;
    text-align: center;
    line-height: 1.25;
    right: 5px;
    top: 5px;
    cursor: pointer;
    border: 1px solid #F3F3F3;
    border-radius: 50%;
    box-sizing: content-box;
}
#thankyou-feedback-close:hover {
    color: #000;
    border-color: #CCC;
}
/* PRODUCT REVIEWS/FEEDBACK */
.product-feedback-page {
    margin: 0 auto;
    max-width: 820px;
    padding: 40px 10px;
}
.product-feedback-wrapper {
    padding-top: 20px;
}
.product-feedback-wrapper fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.product-feedback-box {
    padding: 10px;
    border: 1px solid #BBB;
    border-radius: 8px;
    position: relative;
}
.product-feedback-box h3 {
    margin: 0;
    font-size: 20px;
    color: #B00;
}
.product-feedback-box h4 {
    font-size: 14px;
    color: #666;
    margin-top: 0;
}
#product-feedback-form {
    margin: 0;
    padding: 10px;
    background-color: #EEE;
    border-radius: 4px;
}
.product-feedback-stars[disabled] .product-feedback-buttons {
    opacity: .5;
    cursor: not-allowed;
}
.product-feedback-buttons input[type=radio] {
    display: none;
}
.product-feedback-buttons {
    color: #F1F1F1;
    text-shadow: 0 0 1px #666, 0 0 1px #666;
}
.product-feedback-buttons label.product-rating-star {
    cursor: pointer;
    margin-bottom: 2px;
}
.product-feedback-buttons label.product-rating-star::after {
    font-family: FontAwesome;
    display: inline-block;
    content: '\f005';
    width: 32px;
    height: 32px;
    line-height: 1;
    font-size: 32px;
    margin-right: 2px;
}
.product-feedback-buttons #product-rating-5:checked + label[for=product-rating-5],
.product-feedback-buttons #product-rating-4:checked + input + label label[for=product-rating-4],
.product-feedback-buttons #product-rating-3:checked + input + input + label label[for=product-rating-3],
.product-feedback-buttons #product-rating-2:checked + input + input + input + label label[for=product-rating-2],
.product-feedback-buttons #product-rating-1:checked + input + input + input + input + label label[for=product-rating-1]
 {
    color: #FC0;
    text-shadow: 0 0 1px #600, 0 0 1px #600;
}
.product-feedback-image {
    width: 150px;
    margin: 10px 0;
    overflow: hidden;
    border-radius: 5px;
}
.product-feedback-image img {
    display: block;
    width: 100%;
}
.product-feedback-stars[disabled] label.product-rating-star {
    cursor: not-allowed;
}
.product-feedback-wrapper fieldset.product-feedback-comment {
    border-top: 1px solid #CCC;
    margin-top: 20px;
    position: relative;
}
.product-feedback-comment h4 {
    font-weight: bold;
    color: #000;
    margin: 20px 0 10px 0;
}
.product-feedback-comment label {
    display: block;
    margin-bottom: 2px;
    color: #666;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
}
.product-feedback-comment input[name=display_name] {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 0 10px 0;
    border: 1px solid #AAA;
    padding: 2px 5px;
}
.product-feedback-comment textarea[name="comment"] {
    max-width: 480px;
    width: 100%;
    height: 6em;
    resize: none;
    border: 1px solid #AAA;
    margin: 0 0 10px 0;
}
.product-feedback-display-comment {
    display: none;
    background-color: #F8F8F8;
    padding: 2px 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    max-width: 480px;
    width: 100%;
    font-weight: 600;
}
.product-feedback-comment[disabled] .product-feedback-comment-buttons {
    display: none;
}
.product-feedback-comment[disabled] input[name="display_name"] {
    cursor: default;
    border: none;
    background-color: #F8F8F8;
    border-radius: 3px;
    font-weight: 600;
}
.product-feedback-comment[disabled] textarea[name="comment"] {
    display: none;
}
.product-feedback-comment[disabled] .product-feedback-display-comment {
    display: block;
}
.product-feedback-comment-buttons {position: relative;}
input#product-feedback-submit {
    width: 200px;
    max-width: 50%;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    -webkit-appearance: none;
    background-color: #454545;
    color: #FFF;
    padding: 5px;
    margin: 0;
}
input#product-feedback-submit:not([disabled]):hover {
    cursor: pointer;
    background-color: #000;
}
input#product-feedback-submit[disabled] {
    cursor: not-allowed;
    opacity: .25;
}
a#product-feedback-go-back {
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    right: 1px;
    bottom: 1px;
}
a#product-feedback-go-back:hover {
    text-decoration: underline;
    cursor: pointer;
}
.product-feedback-recorded {
    height: 0;
    transition: height .4s;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    color: #900;
    margin-top: 10px;
}
.product-feedback-stars[disabled] .product-feedback-recorded,
.product-feedback-comment[disabled] .product-feedback-recorded,
.product-feedback-comment .product-feedback-recorded.product-feedback-recorded-show {
    visibility: visible;
    display: block;
    height: 1.5em;
}
#product-feedback-form a {
    color: #1d8ec3;
    padding: 5px 10px;
    background-color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.1;
    border-radius: 5px;
}
#product-feedback-form a:hover {
    color: #1a6588;
    background-color: #F8F8F8;
}
#product-feedback-change-rating {
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
    display: inline-block;
}
#product-feedback-change-review {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    display: none;
}
.product-feedback-comment[disabled] #product-feedback-change-review {
    display: inline-block;
}
.product-feedback-comment[disabled] #product-feedback-change-rating {
    display: none;
}
/* FEEDBACK RESPONSIVE */
@media (max-width:768px) {
    .product-feedback-wrapper fieldset.product-feedback-comment:not([disabled]) { margin-top: 50px; }
    .product-feedback-wrapper fieldset.product-feedback-comment[disabled] { padding-bottom: 30px; }
    .product-feedback-wrapper fieldset.product-feedback-comment.product-feedback-locked { padding-bottom: 0; }
    #product-feedback-change-rating {
        top: -40px;
        left: 0;
        right: auto;
    }
    #product-feedback-change-review {
        left: 0;
        right: auto;
    }
}
/* PRODUCT OPTIONS */
.product-options-template {
    margin: 20px 0;
}
.product-options-template-title {
    display: block;
    font-size: 1.5em;
    margin-bottom: .5em;
}
.product-options-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.product-option-adv > label {
    display: block;
    margin: 0;
    line-height: 1.25;
    padding: .5em 0 .5em 1.5em;
    position: relative;
    cursor: pointer;
}
.product-option-adv > label > .product-option-name {
    font-weight: 600;
    vertical-align: middle;
    margin: 5px 0;
}
.product-option-adv > label > input[type=radio], .product-option-adv > label > input[type=checkbox] {
    position: absolute;
    margin: .25em 0;
    left: 0;
    top: .5em;
}

.product-options-wrapper .product-options-wrapper {
    padding-left: 1.5em;
}
.product-option-pricing-title {
    color: #666;
    font-weight: normal;
    font-style: italic;
}
.product-options-wrapper[data-min-choices="1"] > .product-option-pricing-title > .product-option-free-choices {
    display: none;
}
.product-option-price {
    color: #000;
    font-weight: bold;
}
.product-option-description {
    color: #666;
    font-weight: normal;
}
.product-option-description::before {
    content: ' - ';
}
.product-option-adv.product-option-recommended {
    position: relative;
}
.product-option-adv.product-option-recommended::before {
    content: '\2605';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.25em;
    margin: auto 0;
    height: 1em;
    line-height: 1;
}

/* DELIVERY AREAS */
.inner_page.delivery_page_top {
    margin-bottom: 40px;
}
.inner_page.delivery_page_top.delivery_area_settings_top,
.inner_page.delivery_page_top.delivery_area_top {
    display: flex;
    justify-content: space-between;
}
.delivery_area_settings_top .delivery_page_main,
.delivery_area_top .delivery_page_main {
    width: 75%;
    padding-right: 40px;
}
.delivery_area_settings_top .delivery_page_right,
.delivery_area_top .delivery_page_right {
    width: 25%;
}
.delivery_page_main h1 {
    margin: 0 0 .75em 0;
}
p.delivery-area-description {
    margin: 0;
}
.delivery_page_address {
    margin-bottom: 40px;
}
.delivery_page_address h3 {
    margin: 0 0 .5em 0;
}
.delivery_page_address_row {
    margin-bottom: .35em;
}
.delivery_page_address_row label {
    font-weight: 600;
    display: block;
}
.delivery_page_address_row:last-child, .delivery_page_store {
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
}
.delivery_page_store h4 {
    margin: 0;
}
.delivery_page_address address {
    font-style: normal;
    line-height: normal;
}
.delivery_page_zip_codes h3 {
    margin: 0 0 .5em 0;
}
.delivery_page_zip_codes p {
    font-size: .9em;
    line-height: normal;
}
.delivery_page_categories_wrapper {
    margin-bottom: 40px;
}
.delivery_page_categories_wrapper h2 {
    margin: 0 0 1em 0;
}
.delivery_page_categories {
    margin: 0 -20px;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.delivery_page_categories > li {
    width: 20%;
    padding: 0 20px;
    margin: 0;
}
.delivery_page_categories > li h4 {
    margin: .5em 0 0 0;
    line-height: normal;
}
.delivery_page_categories > li figure.delivery_page_category_thumb {
    position: relative;
    padding-bottom: 100%;
}
.delivery_page_categories > li figure.delivery_page_category_thumb.delivery_page_category_default {
    background-color: #DDD;
}
.delivery_page_categories > li figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.delivery_page_directory_wrapper {
    margin-bottom: 40px;
}
.delivery_page_directory_wrapper h2, .delivery_page_directory_wrapper h4 {
    margin: 0 0 .5em 0;
}
ul.delivery_page_directory {
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.delivery_page_directory > li {
    margin: 0 0 20px 0;
    width: 25%;
    text-align: center;
    padding: 0 10px;
}
ul.delivery_page_directory > li > a {
    padding: 25px 15px;
    display: flex;
    font-size: 1.25em;
    background-color: #444;
    color: #FFF;
    height: 100%;
    min-height: 100px;
    align-items: center;
    justify-content: center;
}
ul.delivery_page_directory > li > a:hover {
    background-color: #000;
}
ul.delivery_page_directory.delivery_page_type_directory > li,
ul.delivery_page_directory.delivery_page_areas > li {
    background-color: transparent;
}
ul.delivery_page_directory.delivery_page_type_directory > li > a,
ul.delivery_page_directory.delivery_page_areas > li > a {
    padding: 25px 15px;
    display: flex;
    font-size: 1.25em;
    background-color: #FFF;
    border: 2px solid #444;
    color: #444;
}
ul.delivery_page_directory.delivery_page_type_directory > li > a:hover,
ul.delivery_page_directory.delivery_page_areas > li > a:hover {
    background-color: #DDD;
}
.delivery_page_local_types_wrapper {
    margin-bottom: 40px;
}
.delivery_page_local_types_wrapper h2 {
    margin: 0 0 .5em 0;
}
ul.delivery_page_local_types {
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.delivery_page_local_types > li {
    margin: 0 0 20px 0;
    width: 25%;
    padding: 0 10px;
}
ul.delivery_page_local_types > li > .delivery_page_local_places_wrapper {
    border: 2px solid #444;
    height: 100%;
}
ul.delivery_page_local_types > li > .delivery_page_local_places_wrapper h4 {
    margin: 0;
}
ul.delivery_page_local_types > li > .delivery_page_local_places_wrapper h4 a {
    color: #FFF;
    display: block;
    background-color: #444;
    padding: .25em .5rem;
}
ul.delivery_page_local_types > li > .delivery_page_local_places_wrapper h4 a:hover {
    background-color: #000;
}
ul.delivery_page_local_places {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.delivery_page_local_places > li:not(:last-child) {
    border-bottom: 1px solid #DDD;
}
ul.delivery_page_local_places > li a {
    background-color:#FFF;
    display: block;
    padding: .25em .5rem;
}
ul.delivery_page_local_places > li a:hover {
    background-color:#EEE;
}
.inner_page.delivery_page_top.delivery_area_place_top {
    display: flex;
}
.delivery_area_place_top .delivery_page_main {
    width: 100%;
}
.delivery_area_place_top .delivery_page_map_wrapper {
    width: 33%;
}
.delivery_area_place_top .delivery_page_map_wrapper + .delivery_page_main {
	width: 67%;
    padding-left: 40px;
}
iframe.delivery_page_map {
    height: 100%;
    width: 100%;
}
.delivery_page_address.delivery_place_address_wrapper {
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.delivery_place_address {
    width: 50%;
    padding-right: 20px;
}
.delivery_place_address .delivery_page_address_row:last-child {
    border-bottom: none;
}
.delivery_place_other_places {
    border: 2px solid #444;
    width: calc(50% - 20px);
}
.delivery_place_other_places h4 {
    margin: 0;
}
.delivery_place_other_places h4 a {
    display: block;
	background-color: #444;
    color: #FFF;
    padding: .25em .5rem;
}
.delivery_place_other_places h4 a:hover {
	background-color: #000;
}
.delivery_place_other_places ul {
    margin: 0;
    padding: 0;
	list-style-type: none;
}
.delivery_place_other_places ul li {
	display: block;
	margin: 0;
	padding: 0;
}
.delivery_place_other_places ul li:not(:last-child) {
	border-bottom: 1px solid #DDD;
}
.delivery_place_other_places ul li a {
	display: block;
	background-color: #FFF;
	padding: 0 .5rem;
}
.delivery_place_other_places ul li a:hover {
	background-color: #EEE;
}
/* DELIVERY AREAS RESPONSIVE */
@media only screen and (max-width: 1280px) {
    ul.delivery_page_categories {
		flex-wrap: wrap;
	}
	.delivery_page_categories > li {
        width: 25%;
		margin-bottom: 40px;
    }
    .delivery_area_place_top .delivery_page_map_wrapper {
        width: 33%;
    }
    .delivery_area_place_top .delivery_page_map_wrapper + .delivery_page_main {
        padding-left: 40px;
    }
    iframe.delivery_page_map {
        height: 100%;
    }
    .delivery_place_address {
        width: 50%;
        padding-right: 20px;
    }
    .delivery_place_other_places {
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 1024px) {
	 .delivery_area_settings_top .delivery_page_main,
    .delivery_area_top .delivery_page_main {
        width: 65%;
    }
    .delivery_area_settings_top .delivery_page_right,
    .delivery_area_top .delivery_page_right {
        width: 35%;
    }
}

@media screen and (max-width: 990px) {

    .delivery_area_place_top .delivery_page_map_wrapper {
        width: 33%;
    }
    .delivery_area_place_top .delivery_page_map_wrapper + .delivery_page_main {
        padding-left: 40px;
    }
    iframe.delivery_page_map {
        height: 100%;
    }
    .delivery_place_address {
        width: 50%;
        padding-right: 20px;
    }
    .delivery_place_other_places {
        width: calc(50% - 20px);
    }
	.delivery_page_categories > li {
        width: calc(100% / 3);
    }
    ul.delivery_page_directory > li {
        width: calc(100% / 3);
    }
    ul.delivery_page_local_types > li {
        width: calc(100% / 3);
    }
	.delivery_area_place_top {
		flex-direction: column-reverse;
	}
	.delivery_area_place_top,
	.delivery_area_place_top .delivery_page_map_wrapper,
	.delivery_area_place_top .delivery_page_map_wrapper + .delivery_page_main {
        width: 100%;
        padding-left: 0;
		margin-bottom: 40px;
    }
    iframe.delivery_page_map {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .inner_page.delivery_page_top.delivery_area_settings_top,
	.inner_page.delivery_page_top.delivery_area_top {
		display: block;
	}
    .delivery_area_settings_top .delivery_page_main,
    .delivery_area_top .delivery_page_main {
        width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
    }
    .delivery_area_settings_top .delivery_page_right,
    .delivery_area_top .delivery_page_right {
        width: 100%;
		display: flex;
    }
	.delivery_page_address {
	    margin-bottom: 0;
		padding-right: 20px;
		width: 50%;
	}
	.delivery_page_zip_codes {
		width: 50%;
		padding-left: 20px;
	}
	.delivery_page_address_row:last-child, .delivery_page_store {
		border-bottom: none;
	}
	.delivery_page_categories {
	    margin: 0 -10px;
	}
	.delivery_page_categories > li {
	    padding: 0 10px;
	}
	.delivery_page_address.delivery_place_address_wrapper {
		width: 100%;
		padding: 0;
	}
	.delivery_place_address {
        width: 50%;
        padding-right: 10px;
    }
    .delivery_place_other_places {
        width: calc(50% - 10px);
    }
}
@media only screen and (max-width:575px) {
	.delivery_area_settings_top .delivery_page_right,
    .delivery_area_top .delivery_page_right {
		display: block;
    }
	.delivery_page_address {
	    margin-bottom: 20px;
		padding-right: 0;
		width: 100%;
	}
	.delivery_page_zip_codes {
		width: 100%;
		padding-left: 0px;
	}
    .delivery_page_categories > li {
        width: 50%;
	}
	.delivery_page_categories > li h4 {
		text-align: center;
	}
    ul.delivery_page_directory > li {
        width: 50%;
    }
    ul.delivery_page_local_types > li {
        width: 50%;
    }
	.delivery_page_address.delivery_place_address_wrapper {
		display: block;
	}
    .delivery_place_address {
        width: 100%;
        padding-right: 0;
    }
    .delivery_place_other_places {
        width: 100%;
    }
}