/*
* General
*******************/
* {
	-webkit-font-smoothing: antialiased;
}

html {
	padding:0px;
	margin:0px;
}

body {
	background-color: #F4F4F4;
	font-family:'Exo',sans-serif;
	font-size:14px;
	line-height:18px;
	color: #393B48;
	padding-top: 120px;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li {
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none !important;
}

a, button, .btn {
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:focus, button:focus, button:active {
	outline:none;
}

.container {
	position: relative;
}

.pac-container {
	font-family: 'Open Sans';
	border-radius: 8px;
	border: 0;
	padding: 5px 10px 10px;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
}

.pac-item {border-top: 0;border-bottom: 1px solid #eee;padding: 5px;font-size: 12px;}

.pac-item-query {
	font-size: 14px;
}

.pac-icon-marker {}

.pac-logo:after {
	margin: 8px 0 0;
}


/*
* Header
*******************/
.header-default {
	background-color:#fff;
	border-bottom: 1px solid #ebebeb;
}

.header-default.navbar-fixed-top {
	z-index: 10000;
}

.header-default .navbar-default {
	background: #fff;
	border: 0;
	min-height: 60px;
	margin: 0 -15px;
}

.header-default .navbar-default .navbar-nav {
	margin: 0;
}

.header-default .navbar-default .navbar-brand {
	padding: 0;
	margin: 11px 20px 0 15px;
	height: auto;
}

.header-default .navbar-default .navbar-toggle {
	margin: 18px 15px 0 0;
	border-color: #fd7902;
}

.header-default .navbar-default .navbar-toggle:focus, .header-default .navbar-default .navbar-toggle:hover {
	background-color: #fd7902;	
}

.header-default .navbar-default .navbar-toggle:focus .icon-bar, .header-default .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

.header-default .navbar-default .navbar-toggle .icon-bar {
	background-color: #fd7902;
}

.header-default .navbar-header {
	float: none;
}

.header-default .header-logo {
	margin:4px 0 0;
	float:left;
}

.header-default .header-address {
	margin: 18px 0 0;
}


.header-default .address-dropdown>button {
	padding: 7px 15px 7px 35px;
	color:#424242;
	font-weight:600;
	background-position: 13px 50%;
	background-repeat:no-repeat;
	background-image: url(default/icon-location-grey@2x.png);
	background-size: 18px;
	border: 0;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-radius: 0;
	height: 60px;
	display: block;
	background-color: transparent;
}

.header-default .address-dropdown>button.location {
	background-image:url('default/icon-location-grey@2x.png');
	background-size: 18px;
	border: 0;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-radius: 0;
	height: 60px;
	display: block;
}

.header-default .address-dropdown>button.address {
	background-image:url('default/icon-pin-grey@2x.png');
	background-size: 13px;
}

.header-default .address-dropdown>button .caret {
	border-top-color:#949FA5;
	margin-left: 5px;
}

.header-default .address-dropdown .dd-menu {
	background-color: #fff;
}

.header-default .header-address-list {
	list-style:none;
}


/* Signin Button */
.header-default .navbar-nav>li .signin-button {
	background: #814BBA url('default/icon-user-white@2x.png') no-repeat;
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-size:18px;
	color: #fff;
	border-radius: 4px;
	padding: 7px 20px 7px 35px;
	display:block;
	font-weight:600;
	margin: 13px 0 0;
}

.header-default .navbar-nav>li .signin-button:hover, .header-default .navbar-nav>li .signin-button:focus {
	color: #fff;
	background-color: #592590;
}

/* User Dropdown */
#buttonUserMenu {
	margin: 0;
}

#buttonUserMenu {
	background-color:#fff;
	border:0;
	font-weight:600;
	padding: 2px 0px 0 10px;
	height: 60px;
	color: #393B48;
	border-left: 1px solid #ebebeb;
}

#buttonUserMenu .user-picture {
	width: 32px;
	height: 32px;
	margin: 0 5px;
}

#buttonUserMenu .caret {
	border-top-color: #ccc;
	margin-left: 5px;
}

#dropdownUserMenu {
	position: absolute;
	top: 0px;
	right: 93px;
	visibility: hidden;
	display: block;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

#dropdownUserMenu.open {
	visibility: visible;
	opacity: 1;
	display: block;
}

.dd-menu {
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #F8F8F8;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


/* Cart Button */
#buttonCart {
	color:#949FA5;
	background-image: url('default/icon-basket-grey.svg');
	background-repeat:no-repeat;
	background-size:18px;
	background-position: 18px 22px;
	background-color:#fff;
	border:0;
	font-weight:600;
	padding: 19px 20px 19px 48px;
	height: 60px;
	margin: 0 0 0 15px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

#buttonCart.has-item {
	color:#949FA5;
	background-image: url('default/icon-basket-purple.svg');
	background-repeat:no-repeat;
	background-size:18px;
	background-position: 18px 22px;
	padding-left: 48px;
}


#buttonCart .bubble {
	background-color: #814cb9;
	color:#fff;
	font-weight: bold;
	float: left;
	width: 25px;
	height: 25px;
	margin: -2px 10px 0;
	text-align: center;
	padding: 4px;
	border-radius: 120px;
	display: none;
	font-size: 14px;
	line-height: 20px;
}

#buttonCart.no-item .bubble { 
	display: none;
}

#buttonCart.no-item .caret {
	display:none;
}

#dropdownCart {
	right: 0;
	width: 375px;
	left: auto;
	position: absolute;
	top: 30px;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	display: block;
	position: absolute;
	top: 0;
	z-index: 9999999;
	max-width: 375px;
	background: #F8F8F8;
	padding: 0;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	margin: 0;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	border-top: 3px solid #814cb9;
}

#dropdownCart.open {
	visibility: visible;
	display: block;
	opacity: 1;
}


#dropdownCart:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #814cb9;
	position: absolute;
	top: -10px;
	right: 40px;
	margin-left: -5px;
}


#dropdownCart .list-order-item {
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 20px;
}

#dropdownCart .list-order-item .order-image {
	width: 100%;
	margin: 5px 0 0;
}

#dropdownCart .list-order-item .order-image img {
	width: 100%;
	display: block;
}

#dropdownCart .list-order-item .order-info {
	position: relative;
}

#dropdownCart .list-order-item .order-info .order-name {
	font-weight: 600;
	line-height: 24px;
	font-size: 16px;
	margin: 0 0 5px;
}

#dropdownCart .list-order-item .order-info .list-order-additions {
	list-style: none;
	font-size: 12px;
	margin-bottom: 5px;
}

#dropdownCart .list-order-item .order-info .list-order-additions li {
	
}

#dropdownCart .list-order-item .order-info .order-price {
	color: #35ABBD;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

#dropdownCart .list-order-item .order-info button {
	position: absolute;
	top: 0;
	right: 0;
}

#dropdownCart .promotion-code .promotion-input {
	padding: 20px;
}

#dropdownCart .promotion-code .promotion-input {
	
}

#dropdownCart .promotion-code .promotion-input input {
	background-image: url('default/icon-promo-purple.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 10px 50%;
	padding-left: 34px;
	border-color: #E2E2E2;
	box-shadow: none;
	color: #424242;
	font-size: 14px;
}

#dropdownCart .promotion-code .promotion-submit {
	background-color: transparent;
	font-weight: 600;
	border: 1px solid #DEDEDE;
	color: #424242;
	height: 34px;
	padding: 0 25px;
	border-radius: 0px 4px 4px 0px;
	font-size: 16px;
	line-height: 23px;
}

#dropdownCart .promotion-code .promotion-submit:hover, #dropdownCart .promotion-code .promotion-submit:focus {
	background-color: #814cb9;
	color: #fff;
	border-color: #814cb9;
}

#dropdownCart .order-total-price {border-bottom: 1px solid #e8e8e8;padding-top: 10px;}

#dropdownCart .order-total-price .list-order-price {
	text-align: right;
	padding: 0 20px;
	list-style: none;
}

#dropdownCart .order-total-price .list-order-price li {
	font-size: 14px;
}

#dropdownCart .order-total-price .list-order-price li.promotion-text {

}

#dropdownCart .order-total-price .list-order-price li.promotion-text span:last-child {
	text-decoration: line-through;
	color: #424242;
}

#dropdownCart .order-total-price .list-order-price li span:first-child {
	font-size: 15px;
	min-width: 100px;
	display: inline-block;
	text-align: left;
	line-height: 27px;
	font-weight: 600;
}

#dropdownCart .order-total-price .list-order-price li span:last-child {
	min-width: 40px;
	display: inline-block;
	color: #35ABBD;
	font-weight: bold;
}

#dropdownCart .order-total-price .list-order-price li.total-price {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0 10px;
	font-weight: bold;
}

#dropdownCart .delivery-address {
	padding: 20px;
	border-bottom: 1px solid #e8e8e8;
}

#dropdownCart .delivery-address .label-title {
	margin: 7px 0 0;
}

#dropdownCart .delivery-address  {

}

#dropdownCart .delivery-address .delivery-dropdown {
}

#dropdownCart .delivery-address .delivery-dropdown button {
	border-color: #E2E2E2;
	box-shadow: none;
	color: #393B48;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	font-weight: 600;
	text-align: left;
	padding: 9px 12px 6px;
	position: relative;
	width: 100%;
}

#dropdownCart .delivery-address .delivery-dropdown button .caret {
	position: absolute;
	top: 14px;
	right: 10px;
}


#dropdownCart .delivery-address .delivery-dropdown .dropdown-menu {
	padding: 0;
	border: 1px solid #ebebeb;
	width: 100%;
}

#dropdownCart .delivery-address .delivery-dropdown .dd-menu {
	padding: 0;
	margin: 1px 0 0;
	width: 100%;
	border-color: #e8e8e8;
}

#dropdownCart .delivery-address .delivery-dropdown .dd-menu li:nth-child(2) {
	background-color: #f3f3f3;
}

#dropdownCart .delivery-time {
	padding: 20px;
	border-bottom: 1px solid #e8e8e8;
}

#dropdownCart .delivery-time .delivery-time-text {
	font-weight: 600;
	color: #46abbe;
}

#dropdownCart .delivery-time .delivery-time-text i {
	background-image: url('default/icon-clock-purple.svg');
	background-size: 22px;
	width: 22px;
	height: 22px;
	border-radius: 50px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#dropdownCart .delivery-time .delivery-time-text span {
	float: left;
	margin: 2px 5px;
}

#dropdownCart .order-payments {
	padding: 20px;
	/* border-top: 1px solid #e8e8e8; */
}

#dropdownCart .order-payments .radio input[type=radio]{
  position: absolute;
  visibility: hidden;
}

#dropdownCart .order-payments .radio label{
  display: block;
  position: relative;
  font-weight: 300;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  padding: 0;
}

#dropdownCart .order-payments .radio span{
  display: block;
  float: left;
  width: 50px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

#dropdownCart .order-payments .radio .check{
  display: block;
  border: 2px solid #E2E2E2;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
  float: left;
  margin-right: 10px;
  background-color: #fff;
}

#dropdownCart .order-payments .radio:hover .check {
  border: 2px solid #814db8;
}

#dropdownCart .order-payments .radio .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

#dropdownCart .order-payments .radio input[type=radio]:checked ~ .check {
  border: 2px solid #814db8;
}

#dropdownCart .order-payments .radio input[type=radio]:checked ~ .check::before{
  background: #814db8;
}

#dropdownCart .order-payments .radio input[type=radio]:checked ~ span {
  color: #814db8;
}


#dropdownCart .order-confirm {
	padding: 20px;
	border-top: 1px solid #e8e8e8;
}

#dropdownCart .order-message {
	float: left;
	width: 40%;
	font-size: 12px;
	color: red;
	line-height: 16px;
	margin: 10px 0 0;
}

#dropdownCart .label-title {
	font-size: 14px;
	color: #393B48;
	line-height: 24px;
	font-weight: 600;
}



/* Search */
.search-area {
	background: #814BBA;
	position: fixed;
	width: 100%;
	z-index: 4;
	min-height: 60px;
	margin: 0px;
	top: 60px;
}

body.search-hide {
	padding-top: 60px;
}

body.search-hide .search-area {
	display: none;
}


.search-area #topSearch {
	box-shadow:none;
	border:0;
	background:transparent;
	border-top:0;
	border-bottom:0;
	padding: 19px 30px 19px 40px;
	background-image: url('default/icon-search-purple.svg');
	background-repeat:no-repeat;
	background-size: 20px;
	background-position: 0px 50%;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 60px;
	color: #fff;
	font-size: 20px;
}

#topSearch::-webkit-input-placeholder { 
	color: #C0A5DC;
}


.search-area #topSearch:focus {
	background-image: url('default/icon-search-white.svg');
}

.search-area #search-close {
	box-shadow:none;
	border:0;
	border-top:0;
	border-bottom:0;
	padding: 0;
	background-image: url('default/icon-close-grey@2x.png');
	background-repeat:no-repeat;
	background-size: 19px;
	background-position: 0px 50%;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	right: 15px;
	top: 21px;
	width: 19px;
	height: 19px;
	background-color: transparent;
	display: none;
}

#search-wrapper {
	display: none;
	background: #fff;
	padding-bottom: 15px;
	margin-top: 0;
}

.search-categories {
    margin: 20px 0 0;
}

.search-categories .search-categories-label {
	color: #9B9B9B;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
}

.search-categories .chosen-container {
	width: 100% !important;
	display: block;
}

.search-categories .chosen-container .chosen-drop {
	border: 0;
	background: #ffffff;
	border-radius: 0 0 4px 4px;
	padding: 0;
	margin: 1px 0 0;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
}

.search-categories .chosen-container.chosen-container-multi .chosen-results li {
	padding: 10px 10px;
	border-bottom: 1px solid #e2e2e2;
}

.search-categories .chosen-container.chosen-container-multi .chosen-results li.highlighted {
	background: #fff;
	color: #35ABBD;
}

.search-categories .chosen-container.chosen-container-multi .chosen-choices li.search-field {
	font-size: 14px;
	margin: 0 5px 0;
}

.search-categories .chosen-container.chosen-container-multi .chosen-choices li.search-field input {
	width: 100% !important;
}

.search-categories .chosen-container.chosen-container-multi .chosen-choices {padding: 6px;border: 0;border-radius: 4px;box-shadow: none;background: #fff;min-height: 40px;border: 1px solid #e2e2e2;}

.search-categories .chosen-container.chosen-container-multi .chosen-choices li.search-choice {background: #35ABBD;border: 0;padding: 8px 30px 7px 8px;color: #fff;box-shadow: none;margin: 0 6px 0 0;}

.search-categories .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {top: 7px;right: 7px;background: url('default/icon-delete-white@2x.png?v3');background-position: 0 0;background-size: 13px 14px;width: 13px;height: 14px;}


.search-filters {
	padding: 0;
}

.search-filters .search-radio-filter {display: inline-block;margin: 15px 15px 0 0;}

.search-filters .search-radio-filter .search-radio-label {
	color: #9B9B9B;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 5px;
}

.search-filters .search-radio-filter .radio {
	display: inline-block;
	margin: 0 2px;
}

.search-filters .search-radio-filter .radio input {
	top: 0;
	left: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
}

.search-filters .search-radio-filter .radio > label {
	margin: 0;
	height: auto;
	border: 1px solid #E2E2E2;
	padding: 4px 12px;
	border-radius: 4px;
}


.search-filters .search-radio-filter .radio input[type=radio]:checked + label {
  border-color: #35ABBD;
  color: #35ABBD;
} 


/*
* Home
*******************/
#homepage-welcome {
}

#homepage-welcome .overlay {
	background: transparent;
}

#homepage-welcome-form {
	font-size:16px;
	font-weight:600;
}

#homepage-welcome .jumbo-title {
	font-size: 40px;
	font-weight: bold;
	color:#fff;
	display:block;
	line-height: 55px;
	max-width: 330px;
	margin: 0;
}

#homepage-welcome .desc {
	color:#fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	margin: 20px 0;
}

#homepage-welcome-form #search-submit {
	background: #814BBA url('../styles/default/icon-arrow-right-white.svg');
	color:#fff;
	border:0;
	border-radius: 4px;
	padding: 12px 35px 12px 20px;
	display:block;
	width:100%;
	height: 48px;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	background-position: 88% 50%;
	margin-left: -15px;
	background-repeat: no-repeat;
}

#homepage-welcome-form #search-location {
	border-radius: 4px;
	padding:9px 20px;
	font-size: 18px;
	font-weight:normal;
	margin-top: 0;
	height: 48px;
	border: 0;
}


/*
* Section
*******************/
.section-title {
	font-size:20px;
	line-height:26px;
	font-weight:600;
	margin: 20px 0;
}

/* Hide Modules */
.dropdown-new-address, .dd-holder>.dd-menu, .order-dropdown > .dropdown-menu {
	visibility: hidden;
	display:none;
}
.dropdown-menu, .order-dropdown {
	display: none;
	min-width: 200px;
}

/* Bootstrap Core Media Queries Hidden */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}