@font-face {
    font-family: "Big Noodle Titling";
    src: url('/fonts/Big-Noodle-Titling/Big-Noodle-Titling.eot');
    src: url('/fonts/Big-Noodle-Titling/Big-Noodle-Titling.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Big-Noodle-Titling/Big-Noodle-Titling.svg#BigNoodleTitling') format('svg'),
    url('/fonts/Big-Noodle-Titling/Big-Noodle-Titling.woff') format('woff'),
    url('/fonts/Big-Noodle-Titling/Big-Noodle-Titling.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Big Noodle Titling Oblique";
    src: url('/fonts/Big-Noodle-Titling-Oblique/Big-Noodle-Titling-Oblique.eot');
    src: url('/fonts/Big-Noodle-Titling-Oblique/Big-Noodle-Titling-Oblique.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Big-Noodle-Titling-Oblique/Big-Noodle-Titling-Oblique.svg#BigNoodleTitling') format('svg'),
    url('/fonts/Big-Noodle-Titling-Oblique/Big-Noodle-Titling-Oblique.woff') format('woff'),
    url('/fonts/Big-Noodle-Titling-Oblique/Big-Noodle-Titling-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Knockout 47 Bantamweight";
    src: url('/fonts/Knockout-47/Knockout-47.eot');
    src: url('/fonts/Knockout-47/Knockout-47.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Knockout-47/Knockout-47.svg#Knockout 47 Bantamweight') format('svg'),
    url('/fonts/Knockout-47/Knockout-47.woff') format('woff'),
    url('/fonts/Knockout-47/Knockout-47.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "Myriad Pro";
	src: url('/fonts/MyriadPro/MyriadPro-Regular.eot');
	src: url('/fonts/MyriadPro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('/fonts/MyriadPro/MyriadPro-Regular.svg#Myriad Pro') format('svg'),
	url('/fonts/MyriadPro/MyriadPro-Regular.woff') format('woff'),
	url('/fonts/MyriadPro/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* @group esctructura */

body {
	margin: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
}
a {
	text-decoration: none;
	color: inherit;
}
label {
	display: block;
	float: left;
	line-height: 75px;
}
p ,
label ,
.button {
	font-size: 50px;
	color: #404040;
	font-family: "Big Noodle Titling";
	margin: 0px;
}
h2 {
	font-size: 70pt;
	font-family: "Knockout 47 Bantamweight";
	color: #54666F;
	letter-spacing: 10px;
	text-transform: uppercase;
	font-weight: 100;
}
.main-container {
	width: 1080px;
	height: 1920px;
	margin: 0px auto;
	/*background: red;*/
}
#main-wrapper {
	height: 1545px;
	/*background: purple;*/
	position: relative;
}
.container {
	margin: 0px 55px;
}
#footer {
	/*background: #d1d1d1;*/
}
.half {
	width: 50%;
	float: left;
}
.disclaimer-wrapper {
	width: 100%;
	position: absolute;
	bottom: 70px;
}
.disclaimer-wrapper img {
	width: 865px;
	display: block;
	margin: 0px auto;
}
.promo-img {
	display: block;
	margin: 0px auto;
	padding-top: 99px;
}
.deportistas-img {
	display: block;
	margin: 0px auto;
	padding-top: 256.5px;
	width: 800px;
}
.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0px;
}
.bx-wrapper .bx-controls-direction a {
	top: 45%;
}

/* @end */

/* @group header */

#header > .container {
	/*background: #d1d1d1;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header-menu-ul {
	width: 100%;
	height: 185px;
}
#header-menu-ul {
	width: 905px;
	height: 135px;
	margin: 0px auto;
	/*background: yellow;*/	
	list-style-type: none;
	padding: 25px 0px;
}
#header-menu-ul li {
	list-style: none;
}
#header-menu-ul > li:first-child {
	border-left: none;
}
#header-menu-ul > li {
	float: left;
	width: 150px;
	/*border-left: 1px solid #adadad;*/
	height: 100%;
	position: relative;
}
#header-menu-ul a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#header-menu-ul > li > a > span {
	display: block;
	border-radius: 16px;
	width: 30px;
	height: 30px;
	background: #404040;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 10px;
	border: 1px solid #404040;
	line-height: 30px;
	text-align: center;
}
#header-menu-ul > li > a > img {
    width: 135px;
    display: block;
    margin: 0px auto;
}
#header-menu-ul > li:first-child ul {
	left: -34px;
}
#header-menu-ul ul {
	display: none;
	list-style-type: none;
	padding: 0px;
	width: 255px;
	position: absolute;
	left: -36px;
	top: 160px;
	/*background: green;*/
	z-index: 100;
}
#header-menu-ul ul ul {
	left: 260px;
	top: 20px;
}
#header-menu-ul ul ul li {
	height: 50px;
	background: #ccc;
}
#header-menu-ul ul ul p {
	margin-left: 15px;
	line-height: 50px;
}
#header-menu-ul ul li:first-child {
	margin-top: 0px;
}
#header-menu-ul ul li {
	width: 100%;
	height: 70px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 10px 0px rgba(50, 50, 50, 0.75);
	background-color: #ddd;
	margin-top: 5px;
	position: relative;
}
#header-menu-ul p {
	line-height: 70px;
	margin: 0px;
	font-size: 30px;
	font-family: "Big Noodle Titling Oblique";
	color: #404040;
}
#header-menu-ul ul li img {
	width: 65px;
	margin: 2.5px 5px;
	float: left;
}

/* @end */

/* @group path */

.path {
	font-family: "Big Noodle Titling";
	color: #39B44A;
	position: absolute;
	right: 0px;
	top: 47.3%;
	text-align: center;
	font-size: 75px;
	width: 1545px;
	margin: 0px;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: 74% -397%;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

/* @end */

/* @group utils */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear-fix:before,
.clear-fix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clear-fix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clear-fix {
    *zoom: 1;
}
.arrow-menu-right {
	width: 0; 
	height: 0; 
    font-size: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	
	border-left: 8px solid white;
	position: absolute;
	right: 5px;
	top: 27px;
}
.text-left {
	text-align: left !important;
}
.hidden {
	display: none;
}

/* @end */

/* @group form */

.input-wrapper:first-child {
	margin-top: 0px;
}
.input-wrapper {
	margin-top: 52px;
}
.input-wrapper label:first-child ,
.input-wrapper a {
	width: 390px;
	text-align: right;
	margin-right: 10px;
	display: block;
}
.input-wrapper .button {
	padding: 10px 15px;
	background: #eee;
	border-radius: 4px;
	width: auto;
	float: left;
}
.button.right {
	float: right;
	margin-right: 85px;
}
input[type="text"] {
	width: 480px;
	height: 55px;
}
#num {
	width: 115px;
	height: 55px;
	float: left;
}
.ui-widget input ,
input[type="text"] {
	font-size: 35px;
	color: #404040;
	padding: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
	margin-left: 10px;
}
input[type="radio"] + label span {
    display: block;
    float: right;
    width: 56.5px;
    height: 79px;
    border: 1px solid #aaa;
    background: white;
    cursor: pointer;
    border-radius: 4px;
    margin: 0px 0px 0px 10px;
}
input[type="radio"]:checked + label span {
    background: transparent url('/images/check.png') 0px 0px no-repeat;
}
.paginado-wrapper {
	width: 100%;
	position: absolute;
	bottom: 70px;
}
.paginado-inner {
	width: 228px;
	height: 64px;
	margin: 0px auto;
}
.paginado-inner a:first-child {
	margin-left: 0px;
}
.paginado-inner a {
	display: block;
	width: 64px;
	height: 64px;
	float: left;
	margin: 0px 0px 0px 100px;
}
.carrito-boton {
	line-height: 40px;
	display: block;
	float: right;
	height: 40px;
	width: 150px;
	text-align: right;
	clear: both;
}
.carrito-boton img {
	width: 40px;
	float: right;
	margin-left: 1px;
}
.carrito-list-wrapper {
	height: 721px;
	position: relative;
}
.carrito-list {
	padding: 0px;
	margin: 0px;
	width: 900px;
	max-height: 605px;
	overflow: hidden;
	list-style-type: none;
}
.carrito-list .carrito-list-item:first-child {
	border-top: 1px solid #eee;
}
.carrito-list .carrito-list-item {
	width: 100%;
	background: white;
	float: left;
	border-bottom: 1px solid #eee;
}
.carrito-list-wrapper .paginado-wrapper {
	position: relative;
	bottom: 0px;
}
.carrito-list-item-preview-wrapper {
	width: 150px;
	height: 150px;
	float: left;
	position: relative;
}
.carrito-list-item-preview-wrapper img {
	max-width: 130px;
	max-height: 130px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.carrito-list-item-name {
	width: 700px;
	height: 150px;
	float: left;
}
.carrito-list-item-name p:first-child {
	font-size: 50px;
}
.carrito-list-item-name p {
	font-size: 30px;
	margin: 20px 10px 0px;
}
.carrito-list-item-boton-borrar {
	width: 50px;
	height: 150px;
	float: left;
}
.carrito-list-item-boton-borrar a {
	display: block;
	margin: 50px 0px;
}
.paginado-carrito-wrapper {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

/* @end */

/* @group suscribete */

.suscribete-footer p {
	margin-top: 10px;
	text-align: center;
}

/* @end */

/* @group productos */

.productos-wrapper {
	padding: 72.5px 0px 0px;
	margin: 0px 0px 72.5px;
	height: 1400px;
	overflow: hidden;
}
.producto-wrapper {
	text-align: center;
	height: 350px;
}
.producto-wrapper p {
	font-size: 25px;
	color: #37B34A;
	margin-bottom: 20px;
}
.producto-wrapper img {
	margin: 0px 0px 20px;
	max-width: 350px;
	max-height: 150px;
}
.single-product-wrapper {
	text-align: center;
}
.single-product-wrapper > img {
	margin: 25px auto;
	max-width: 700px;
}
.product-title {
	font-size: 130px;
	color: #000;
	font-weight: 100;
	font-family: "Big Noodle Titling";
	margin: 0px;
	text-align: center;
	padding: 50px 0px 0px;
}
.product-desc {
	width: 585px;
	text-align: center;
	font-size: 55px;
	margin: 0px auto;
	color: #6D6D6D;
}
.product-info {
	width: 755px;
	margin: 0px auto;
}
.product-info p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 25px;
	text-align: justify;
	color: #585858;
}
.category-icon-list {
	list-style-type: none;
	padding: 0px;
	width: 555px;
	float: left;
	margin: 25px 0px;
}
.category-icon-list li {
	width: 80px;
	height: 80px;
	float: right;
	list-style-type: none;
	margin-right: 15px;
}
.category-icon-list img {
	width: 80px;
}
.extra-info-list {
	list-style-type: none;
	padding: 0px;
	width: 200px;
	float: left;
	margin: 25px 0px 20px;
}
.extra-info-list li {
	font-family: "Myriad Pro";
	text-align: left;
	color: #6D6D6D;
	text-transform: uppercase;
}
.uso {
	float: right;
	margin: 0px 0px 25px;
}
.uso-noche {
	width: 140px;
}
.uso-dia {
	width: 135px;
}
.uso-diaynoche {
	width: 160px;
}
.carrito-animation-wrapper {
	width: 40px;
	height: 40px;
	opacity: 0;
	position: absolute;
	overflow: hidden;
}
.carrito-animation-wrapper img {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
}

/* @end */

/* @group footer */

.footer-inner {
	width: 100%;
	height: 190px;
}
.social-list {
	list-style-type: none;
	padding: 0px;
	margin: 20px 0px;
	float: left;
}
.social-list li {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	float: left;
}
.social-list img {
	width: 80px;
	cursor: pointer;
}
.social-info {
	float: left;
	width: 570px;
	margin: 20px 0px;
}
.social-info p {
	line-height: 80px;
	font-size: 35px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.social-info span {
	text-transform: capitalize;
}

/* @end */
