@charset 'UTF-8';

/* ========== General and Misc ========== */

html, body {
	height: 100%;
	background: url('../img/absurdidad.png');
	font-family: 'Alegreya Sans', sans-serif;
}

body {
	background-color: #fff;
}

a:focus, a:hover {
	text-decoration: none;
}

textarea {
	resize: vertical;
}

.form-group label {
	margin-bottom: 2px;
	font-size: .85em;
}

/* ========== Global Components ========== */

.inner-addon { 
	position: relative; 
}

.inner-addon .glyphicon {
	position: absolute;
	padding: 9px;
	color: #777;
	pointer-events: none;
}

.left-addon .glyphicon  { left:  0px; }
.right-addon .glyphicon { right: 0px; }

.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.content {
	padding: 30px 0;
}

.section-title {
	padding-bottom: 2px;
	margin: 0 0 15px;
	color: #b94a27;
	border-bottom: 1px dashed #e7e7e7;
	font-family: 'Dekko', cursive;
	font-size: 18px;
}

.card {
	position: relative;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
}

.card .card-title {
	margin: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 21px;
	font-weight: 400;
	line-height: inherit;
}

.card .well .btn-warning {
	margin-right: 10px;
}

.required::after {
	content: ' *';
	color: #cc0000;
}

.btn-rounded {
	border: 0;
	border-radius: 10em;
	transition: .2s ease-out;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.btn-rounded:focus, .btn-rounded:hover {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.navbar-nav>li>.btn-navbar {
	padding: 6px 12px;
	margin: 32px 0 0 15px;
	border-radius: 10em;
}

.navbar-default .navbar-nav>li>.btn-navbar {
	border: 1px solid #777;
}

.navbar-default .navbar-nav>li>.btn-navbar:focus, 
.navbar-default .navbar-nav>li>.btn-navbar:hover {
	background-color: #777;
	color: #fff;
}

.navbar-default .navbar-nav>li:last-of-type>.btn-navbar {
	background-color: #777;
	color: #fff;
}

.navbar-default .navbar-nav>li:last-of-type>.btn-navbar:focus,
.navbar-default .navbar-nav>li:last-of-type>.btn-navbar:hover {
	background-color: #fff;
	color: #777;
}

.label-unpicked {
	border-color: #777 !important;
	background-color: #fff;
	color: #777;
}

.label-unpicked .label-icon {
	display: inline-block;
	margin-left: 5px;
	color: #777;
}

.label-unpicked .label-icon:focus,
.label-unpicked .label-icon:hover {
	color: #555;
}

.label-icon {
	display: inline-block;
	margin-left: 5px;
	color: #fff;
}

.label-icon:focus,
.label-icon:hover {
	color: #ddd;
}

.form-actions {
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 5px;
}

.form-or {
	margin: 10px 0;
	text-align: center;
}

.form-multi-step fieldset {
	display: none;
}

.form-multi-step .btn-previous {
	margin-right: 10px;
}

/* ========== Vendor Customizations ========== */

.select2-container--default .select2-selection--single {
  border-radius: 10em !important;
}

.select2-container .select2-selection--single {
	height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}

.number-spinner {
	padding: 15px 0;
	width: 120px;
}

.number-spinner .btn {
	padding: 9px 12px;
}

.number-spinner .form-control {
	border-left: 0;
	border-right: 0;
}

.pretty {
	margin-bottom: 15px;
}

.loading {
	padding: 100px;
	text-align: center;
}

.cart-widget {
	position: sticky;
	top: 20px;
}

.glyphicon-refresh {
	-webkit-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

/* ========== Home > Intro ========== */

.intro {
	padding-top: 30px;
	text-align: center;
}

.intro .intro__step {
	margin-bottom: 30px;
}

.intro .intro__step .intro__step-icon {
	display: block;
	margin: 0 auto 20px;
	width: 32px;
	height: 32px;
}

.intro .intro__step .intro__step-title {
	margin-top: 0;
	font-size: 18px;
}

.intro .intro__step p {
	margin-bottom: 0;
	color: #777;
}

/* ========== Home > Products ========== */

.products {
	padding-bottom: 30px;
}

.products .products__item {
	position: relative;
	margin-bottom: 20px;
	min-height: 440px;
	text-align: center;
}

.products .products__item .products__item-price {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #009999;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.products .products__item .products__item-name {
	margin-top: 5px;
	font-size: 16px;
}

.products .products__item .products__item-ingredients {
	padding-bottom: 15px;
}

.products .products__item .products__item-ingredients .label {
	font-size: 90%;
	line-height: 2;
}

.products .products__item .products__item-picture {
	display: block;
	margin: 0 auto 15px;
	width: 150px;
	height: 150px;
	max-width: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, .3);
}

.products .products__item .products__item-footer {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}

.products .products__item form {
	padding-top: 15px;
	margin-bottom: 0;
}

/* ========== Cart ========== */

.cart .cart__product-name {
	margin-top: 0;
	margin-bottom: 3px;
}

.cart .cart__product-price {
	color: #009999;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.form-section .form-section-title {
	margin-bottom: 20px;
	height: 1px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	line-height: .1em;
}

.form-section .form-section-title span {
	padding-right: 15px;
	background-color: #fff;
}

/* ========== Checkout ========== */

.checkout .checkout__item .checkout__item-image {
	float: left;
	margin-right: 15px;
	width: 64px;
	height: 64px;
}

.checkout .checkout__item .checkout__item-name {
	margin-top: 5px;
}

.checkout .checkout__item .checkout__item-subtotal_price {
	float: right;
	color: #009999;
	font-size: .75em;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.checkout .checkout__total_price {
	font-size: 1.5em;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.checkout .checkout__item .checkout__item-subtotal_price .label {
	font-size: 90%;
}

.checkout .checkout__item .btn-warning {
	margin-right: 10px;
}

.checkout .panel-footer {
	overflow: auto;
}

.payment_processors {
	margin-top: 30px;
}

.payment_processors label {
	min-height: 150px;
}

/* ========== Addresses ========== */

.addresses .addresses__item .addresses__item-title {
	margin-top: 0;
}

/* ========== Orders ========== */

.orders .orders__item .orders__item-title {
	margin-top: 0;
}

.orders .orders__item .orders__item-title .orders__item-total_price {
	float: right;
	color: #009999;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.orders .orders__item .orders__item-details {
	overflow: hidden;
	padding-top: 15px;
}

.orders .orders__item .orders__item-details .img-thumbnail {
	margin-right: 15px;
}

.orders .orders__item .orders__item-product {
	overflow: auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

/* ========== Account ========== */

.nav-account {
	margin-bottom: 20px;
	text-align: center;
}

.nav-account li a {
	width: 100px;
}

.nav-account li a .fa {
	margin-bottom: 5px;
}

/* ========== Facebook ========== */

.fb {
	overflow: hidden;
	max-width: 100% !important;
	padding: 20px 0;
	border-top: 1px solid #e7e7e7;
	text-align: center;
}

/* ========== Footer ========== */

.footer {
	padding-top: 30px;
	background-color: #312d9f;
	color: #fff;
}

.footer .footer__info {
	padding-bottom: 30px;
	border-bottom: 1px solid #26237b;
}

.footer .footer__info .footer__info-item {
	position: relative;
	padding: 30px 15px 15px;
	margin-bottom: 20px;
	min-height: 80px;
	border-radius: 4px;
	background-color: #26237b;
	text-align: center;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
}

.footer .footer__info .footer__info-item h4 {
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	color: #ffff66;
	font-size: 16px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}

.footer .footer__info .footer__info-item p {
	margin-bottom: 0;
}

.footer .footer__info .footer__info-item img {
	margin: 0 5px;
	background-color: #fff;
}

.footer .footer__copyright {
	margin-bottom: 10px;
	font-style: italic;
	line-height: 42px;
}

.footer .footer__saikoo {
	float: right;
	width: 100px;
	height: 31px;
	margin-bottom: 20px;
	clear: both;
	background: url('../img/brand-white.png') no-repeat;
	background-size: contain;
}

.footer .footer__saikoo:focus, .footer .footer__saikoo:hover {
	background-size: contain;
	opacity: .5;
}

#delivery-time {
	position: fixed;
	bottom: 20px;
	right: 60px;
	z-index: 3;
	padding: 6px 10px 7px;
	border-radius: 10em;
	background: #b94a27;
	color: #fff;
	text-align: center;
}

#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 3;
	display: none;
	padding: 8px 10px 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
}

/* ========== Modal Pizza ========== */

.pizza .pizza__cover-one {
	text-align: center;
}

.pizza .pizza__cover-two {
	margin: 0 auto;
	width: 190px;
}

.pizza .pizza__cover-two span {
	display: block;
	float: left;
	width: 95px;
	height: 190px;
}

.pizza .number-spinner {
	margin: 0 auto;
}

/* ========== Animations ========== */

@-webkit-keyframes rotating {
	from{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}