﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*

Colors:

red : rgba(227, 29, 37, 1);
yellow: rgba(255, 188, 12);
orange: rgba(243, 84, 50, 1);
turquesa: rgba(91, 187, 169, 1);
green light: rgba(87, 206, 130, 1);
gray light: rgba(128, 128, 128, 1);
gray black: rgba(51, 51, 51, 1);



*/
* {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading {
    height: 33px !important;
    background-color: rgba(227, 29, 37, 1) !important;
}

label, input,.form-group,.MapPreview,textarea,select,
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10, .col-md-11, .col-md-12,
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10, .col-lg-11, .col-lg-12,
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10, .col-xs-11, .col-xs-12,
.col-xs-offset-1,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9,.col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12,
.col-sm-offset-1,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9,.col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12,
.col-md-offset-1,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9,.col-md-offset-10, .col-md-offset-11, .col-md-offset-12,
.col-lg-offset-1,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12
 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 01 General */
html {
    height: 100%;
}

body {
    height: 100%;
    color: #333;
    background-color: rgba(227, 29, 37, 1);
    font-family: 'Gotham Rounded';
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

a {
    color: #333;
    text-decoration: none;
}

#noty_cont {
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    box-sizing: border-box;
    padding: 0 10%;
}

.center-div
{
background-image:url("../img/bg_index.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
position: relative;
width: 100%;
height: 100%;
box-sizing: border-box;
overflow: hidden;
}

.child {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.child img{width: auto; display: block; margin: auto;}
.child h1, h2{
 font-family: 'Kenyan Coffee Rg';
text-align: center;
padding: 20px 0 0;
color: rgba(255, 255, 255, 1);
font-size: 42px;
font-weight: lighter;
letter-spacing: 3px;


}

.img_tl{
position: absolute;
box-sizing: border-box;
width: 40%;
top: -20%;
left: -10%;
}
.img_tr{
position: absolute;
box-sizing: border-box;
width: 40%;
top: -20%;
right: -10%;
}

.img_bl{
position: absolute;
box-sizing: border-box;
width: 40%;
bottom: -30%;
left: -10%;
}
.img_br{
position: absolute;
box-sizing: border-box;
width: 40%;
bottom: -30%;
right: -10%;
}
.img_tl img{width: 100%;}
.img_tr img{width: 100%;}
.img_bl img{width: 100%;}
.img_br img{width: 100%;}


.contenido {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 70px 0 0;
}
.separator{width: 100%; height: 10px; box-sizing: border-box; background: rgba(221, 155, 27, 1); display: block;}

#MapPreview{min-height:289px;}

#nombre_cliente{
 box-sizing: border-box; font-size: 36px;
}
/* end 01 General */

/* 02 Header */
.menu {
    position: fixed;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    z-index: 999;
    top: 0;
    padding: 0;
    background-color: rgba(227, 29, 37, 1);
}
.pattern_a{ width:100%; height:9px; background:url("../img/bg-pattern-a.png") repeat-x; position:absolute; left:0; bottom:-9px;}
.pattern_b{ width:100%; height:9px; background:url("../img/bg-pattern-b.png") repeat-x; position:absolute; left:0; bottom:-9px;}
.pattern_c{ width:100%; height:9px; background:url("../img/bg-pattern-c.png") repeat-x; position:absolute; left:0; bottom:-9px;}
.pattern_d{width:100%; height:9px; background:url("../img/bg-pattern-d.png") repeat-x; position:absolute; left:0; bottom:-9px;}
.pattern_e{width:100%; height:9px; background:url("../img/bg-pattern-e.png") repeat-x; position:absolute; left:0; bottom:-9px;}
.menu .logo {width: 30%;height: 100px;padding: 20px 0px 10px 40px;float: left;box-sizing: border-box;overflow: hidden;}
.menu .logo img {
    height: 60px;
}
.menu .menu_info {
    position: relative;
    width: 70%;
    height: 100px;
    float: right;
    box-sizing: border-box;
}

.social {
    position: absolute;
    width: auto;
    height: 50px;
	padding: 10px 10px 0 10px;
    top: 0;
    right: 0px;
    box-sizing: border-box;
    z-index: 1000;
	background: rgba(255, 255, 255, 1);
}
.social img{
  width: 30px;
	float: left;
	padding: 0 5px;
}

#cssmenu {
    position: absolute;
    width: auto;
    height: 100px;
    top: 0;
    left: 0px;
    font-family: 'Kenyan Coffee Rg';
    font-size: 24px;
		font-weight: normal;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    z-index: 1000;
}
#cssmenu > ul {
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    box-sizing: border-box;
}
#cssmenu > ul li#responsive-tab {display: none;font-size: 24px;line-height: 50px;}
#cssmenu > ul li#responsive-tab:hover {background-color: transparent;opacity: 1;transition: all 0.5s;-webkit-transition: all 0.5s;}

#cssmenu > ul li {
    position: relative;
    width: auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
#cssmenu > ul li a {
    width: auto;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    letter-spacing: 0px;
    height: 100px;
    line-height: 100px;
    text-decoration: none;
    box-sizing: border-box;
    /*display: block;*/

}
#cssmenu > ul li a img {
    height: 50px;
		float: left;
		padding: 20px 10px 0 0;
}
.logo-wrapper > a:hover,.logo-wrapper > a:focus,#cssmenu > ul li a:hover,#cssmenu > ul li a:focus  {    
    background-color: rgba(227, 29, 37, 1);
}

#cssmenu > ul li:hover {
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



#cssmenu > ul.normal ul {
    background-color: rgba(232, 232, 232, 1);
    padding: 0 0px 0;
}
#cssmenu > ul li.last {
    position: relative;
    width: auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}
#cssmenu > ul li.right {
    float: right;
}

#cssmenu > ul li.has-sub {
    position: relative;
}

#cssmenu > ul li.has-sub:hover ul {
    display: block;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#cssmenu > ul li.has-sub ul {
    display: none;
    width: 250px;
    position: absolute;
    left: 0px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: rgba(255, 255, 255, 1);
}

#cssmenu > ul li.has-sub ul li {
    display: block;
    line-height: 26px;
    padding:  0 10px !important;
    margin: 0 !important;
    font-size: 16px;
    color: rgba(87, 87, 86, 1);
    box-sizing: border-box;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#cssmenu > ul li.has-sub ul li a {
    height: 26px;
    text-align: left;
    color: rgba(87, 87, 86, 1);
    line-height: 26px;
    padding: 0px;
}

#cssmenu > ul li.has-sub > a {
    padding: 0;
    margin: 0;
}

#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* 02 end Header */

/* 03 Menu Online */

.menu_online{position: relative; width: 100%; box-sizing: border-box; overflow: hidden;}
.menu_online .itm_full{position: relative; height: 300px; box-sizing: border-box; overflow: hidden;
 }
.menu_online .itm_mid{position: relative; height: 300px; box-sizing: border-box; overflow: hidden;}
.menu_online .itm_full .child {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.menu_online .itm_full .child h1{
 font-family: 'Kenyan Coffee Rg';
text-align: center;
padding: 20px 0 0;
color: rgba(255, 255, 255, 1);
font-size: 60px;
font-weight: lighter;
letter-spacing: 3px;


}
.menu_online .itm_mid .child h1{
 font-family: 'Kenyan Coffee Rg';
text-align: center;
padding: 20px 0 0;
color: rgba(255, 255, 255, 1);
font-size: 60px;
font-weight: lighter;
letter-spacing: 3px;


}
/* 03 end Menu Online */


/* 04 Productos */
.producto{position: relative; width: 100%; height: auto; box-sizing: border-box; overflow: hidden; background: url("../img/bg_side_menu.jpg");}
.producto_sidebar{position: relative; width: 30%; height: 100%; padding: 50px 0; float: left; box-sizing: border-box; overflow: hidden;
}
.producto .sidebar_footer{position: absolute; left: 0;bottom: 0px; width: 30%;text-align: center; box-sizing: border-box; overflow: hidden;}
.producto_sidebar .sidebar_menu{width: 80%; height: 100%; box-sizing: border-box; font-family: 'Kenyan Coffee Rg'; margin: 0 auto; padding: 20px 0; color: rgba(255, 255, 255, 1); background-color: rgba(51, 51, 51, 1); text-align: center;}
.producto_sidebar .sidebar_menu h1{font-size: 48px; margin: 0 0 30px; color: rgba(255, 188, 12, 1);}
.producto_sidebar .sidebar_menu ul{color: rgba(255, 255, 255, 1);}
.producto_sidebar .sidebar_menu ul li{width: auto; padding: 10px 0; border-bottom: solid rgba(128, 128, 128, 1) 3px; color: rgba(255, 255, 255, 1);}
.producto_sidebar .sidebar_menu ul li a{font-size: 32px;letter-spacing: 5px; color: rgba(255, 255, 255, 1);}
.producto_sidebar .sidebar_menu ul li a:hover{color: rgba(91, 187, 169, 1);}


.producto_content{position: relative; width: 70%; height: auto; padding: 50px 0; background: url("../img/bg_product_textura.jpg");background-repeat: repeat;background-size: cover; float: left; box-sizing: border-box; overflow: hidden;}
.producto_content .content_header{position: relative; width: 100%; height: 300px; box-sizing: border-box; overflow: hidden;
background: url("../img/bg_header_product.jpg");
background-size: cover;
}

.producto_content .content_header h1{
position: absolute;
font-family: 'Kenyan Coffee Rg';
color: rgba(255, 255, 255, 1);
font-size: 68px;
top: 50%;
left: 10%;
transform: translate(0%, 0%);
}

.producto_content .product_itm{width: 90%; margin: 0 auto; font-family: 'Kenyan Coffee Rg'; border-bottom: solid rgba(128, 128, 128, 1) 2px; padding: 30px 20px; box-sizing: border-box; overflow: hidden;}
.producto_content .product_itm .product_image{width: 30%; padding: 0 10px; float: left; box-sizing: border-box; overflow: hidden;}
.producto_content .product_itm .product_image img{width: 100%;}
.producto_content .product_itm .product_info{width: 70%; float: left; box-sizing: border-box; overflow: hidden;}
.producto_content .product_itm .product_info h1{
	color: rgba(0, 0, 0, 1) !important;
	font-size: 36px;
	margin: 0 0 10px;
	padding: 0;
}

.producto_content .product_itm .product_info h1 span small{
	font-size: 24px;
}

.producto_content .product_itm .product_info h2{
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	text-align: left;
	margin: 0 0 10px;
	padding: 0;
}
.producto_content .product_itm .product_info p{
	font-family: 'Gotham Rounded';
	font-weight: 300;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	text-align: left;
	margin: 0 0 10px;
	padding: 0;
}

.producto_content .product_itm .product_info button{
	background: rgba(87, 206, 130, 1);
	border-radius: 5px;
	padding: 5px 40px;
	border: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}


.add_to_cart{position: relative; font-family: 'Kenyan Coffee Rg'; box-sizing: border-box; overflow: hidden; padding: 0px;}
.add_to_cart .header{width: 100%; height: 200px; box-sizing: border-box; overflow: hidden;}
.add_to_cart .header img{width: 100%; height:200px; object-fit: cover;}
.add_to_cart .info{width: 100%; font-family: 'Kenyan Coffee Rg'; text-align: center; /*padding: 20px 40px;*/ box-sizing: border-box; /*overflow: hidden;*/ background: url("../img/bg_product_textura.jpg");background-repeat: repeat;background-size: cover;}

.add_to_cart .info h1{
	color: rgba(0, 0, 0, 1) !important;
	font-size: 36px;
	margin: 0 0 10px;
	padding: 0;
}
.add_to_cart .info h1 span, .add_to_cart .info h1 span small,.producto_content .product_itm .product_info h1 span ,.producto_content .product_itm .product_info h1 span small,.text_Adicional small,.PrecioAdicionalDetalle {
	color: rgba(243, 84, 50, 1);
}

.add_to_cart .info h1 span small{
	font-size: 24px;
}

.add_to_cart .info h2{
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	margin: 0 0 10px;
	padding: 0;
}
.add_to_cart .info p{
	font-family: 'Gotham Rounded';
	font-weight: 300;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	text-align: left;
	margin: 0 0 10px;
	padding: 0;
}

.btn_info {
	background: rgba(87, 206, 130, 1);
	border-radius: 5px;
	padding: 5px 40px;
	border: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	text-align: center;
	cursor: pointer;
    height: 36px;
    line-height: 36px;
    display:block;
}
.accept {
	background: rgba(87, 206, 130, 1);
	border-radius: 5px;
	padding: 5px 40px;
	border: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	text-align: center;
	cursor: pointer;
    height: 36px;
    line-height: 36px;
}
.cancel {
    background: rgba(102, 102, 102, 1) !important;
	border-radius: 5px;
	padding: 5px 40px;
	border: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	text-align: center;
	cursor: pointer;
    height: 36px;
    line-height: 36px;
}
.add_to_cart .info .product_config{position: relative; width: 100%; box-sizing: border-box; /*padding: 20px 0;*/}

/**
 * Create the box for the checkbox
 */
.checkboxFive{
	width: 50%;
	box-sizing: border-box;
	float: left;
	position: relative;
	overflow: hidden;
}
.extras{width: 50%; box-sizing: border-box; float: right;}

.checkboxFive .title{
	position: relative;
	width: auto; float: right;
}

.checkboxFive ul{
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.checkboxFive ul li{
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 40px;
	float: left;
	box-sizing: border-box;
	padding: 5px;
}

.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background: none;
    border: solid rgba(0, 0, 0, 1) 2px;
}

/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 10px;
    left: 10px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
    opacity: 0;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
    opacity: 1;
}

/* 04 end Productos */

/* 06 Pedido */
.pedido{position: relative; width: 100%; height: auto; box-sizing: border-box; overflow: hidden;}
    .pedido .pedido_header {
        position: relative;
        width: 100%;
        height: 110px;
        box-sizing: border-box;
        background: url("../img/bg_header_pedido.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
.pedido .pedido_header h1{position: absolute; top: 10px; left: 10px; line-height: 104px; font-family: 'Kenyan Coffee Rg'; /*color: rgba(255, 255, 255, 1);*/ font-size: 50px;}
.pedido .pedido_header h1 img{height: 70px; float: left;}

.pedido > .modal-header {padding:0px;}
.pedido > .modal-header {position: relative; width: 100%; padding: 0 20px;background-color: rgba(255, 188, 12, 1); box-sizing: border-box;}
.pedido > .modal-header h1{width: 100%;  margin: 0 auto;top: 10px; left: 10px; line-height: 104px; font-family: 'Kenyan Coffee Rg';  font-size: 50px;}
.pedido > .modal-header h1 img{height: 70px; float: left;}

.pedido_content{width: 100%; font-family: 'Kenyan Coffee Rg'; text-align: center; box-sizing: border-box; overflow-x: hidden; overflow-y: hidden; background: url("../img/bg_product_textura.jpg");background-repeat: repeat;background-size: cover;}
.pedido_content .pedido_items{width: 100%; box-sizing: border-box; float: left;}
.row .MenuDetalle {
    margin: 0 auto;
    font-family: 'Kenyan Coffee Rg';
    border-bottom: solid rgba(128, 128, 128, 1) 2px;
    padding: 30px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.col-sm-12.col-md-4.col-lg-5.ImagenDetalle {
    padding: 0 10px;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}
.col-sm-12.col-md-5.col-lg-5.NombreDetalle {
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}
.NombreDetalle p {
color: rgba(0, 0, 0, 1) !important;
font-size: 30px;
padding: 0;
text-align:left;
line-height: 38px;
}
.SubtotalDetalle {
font-family: 'Gotham Rounded';
text-align:right;
}
.CantidadDetalle {
    font-family: 'Gotham Rounded';
}
.SubtotalDetalle span {
font-size: 25px;
margin: 0 0 10px;
padding: 0;
text-align: right;
line-height: 44px;
}
.NombreDetalle > h1 > span , h1 span small{
    color: rgba(243, 84, 50, 1);
}

.pedido_content .product_itm{width: 100%; margin: 0 auto; font-family: 'Kenyan Coffee Rg'; border-bottom: solid rgba(128, 128, 128, 1) 2px; padding: 30px 20px; box-sizing: border-box; overflow: hidden;}
.pedido_content .product_itm .product_image{width: 100%; padding: 0 10px; float: left; box-sizing: border-box; overflow: hidden;}
.pedido_content .product_itm .product_info{width: 100%; float: left; box-sizing: border-box; overflow: hidden;}
.pedido_content .product_itm .product_info h1{
	font-size: 28px;
}



.pedido_content .pedido_resume{width: 100%; box-sizing: border-box; float: left;}
.pedido_content .pedido_resume .header{position: relative; width: 100%; height: 80px; box-sizing: border-box; background-color: rgba(255, 188, 12, 1); padding: 10px 10px;}
.pedido_content .pedido_resume .header h1{text-align: left; font-size: 36px;}
.pedido_content .pedido_resume .header h1 img{float: right; height: 40px;}

.ws-number.ws-inputreplace.form-control{color: rgba(51, 51, 51, 1); padding: 5px; font-weight: bold; background: rgba(128, 128, 128, 1); border: none; box-sizing: border-box;height: 36px;margin-top: 5px;}


.pedido_content .pedido_resume .pedido_content{width: 100%; font-size: 14px; font-family: 'Gotham Rounded'; font-weight: lighter; box-sizing: border-box; overflow: hidden;}
.pedido_content .pedido_resume .pedido_content ul{width: 100%; box-sizing: border-box; overflow: hidden; border-bottom: solid rgba(128, 128, 128, 1) 1px; padding: 10px 0;}
.pedido_content .pedido_resume .pedido_content ul li{width: 100%; display: block; box-sizing: border-box; overflow: hidden; margin: 10px 0; }
 .pedido_content .pedido_resume .pedido_content ul li label{float: left; font-size: 14px; padding: 0 10px;}
.pedido_content .pedido_resume .pedido_content ul li span{float: right; font-size: 14px;}

.row .subtotal{overflow: hidden; border-bottom: solid rgba(128, 128, 128, 1) 1px; padding: 10px 0px 10px 50px;font-size: 25px;}
.pedido_content .pedido_resume .pedido_content .subtotal span{float: right;}
.total{font-size: 25px;box-sizing: border-box; overflow: hidden; padding: 10px 0px 10px 50px;font-family: 'Gotham Rounded';}
.pedido_content .pedido_resume .pedido_content .total span{float: right; font-family: 'Gotham Rounded';}
.pedido_content .pedido_resume .pedido_content button{
	margin: 10px 0;
	background: rgba(87, 206, 130, 1);
	border-radius: 5px;
	padding: 5px 40px;
	border: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	font-size: 28px;
}
.bold {font-weight: bold;}

.table-bordered,.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 1px solid #333;
    font-size:25px;
}

thead,.td_cantidad_total {
    background-color: rgba(227, 29, 37, 1); 
    color:white;
}
/* 06 end Pedido */

/* 07 Cliente */

.cliente{width: 80%; background: rgba(255, 188, 12, 1); box-sizing: border-box; }
.cliente > .modal-header {padding:0px;}
.cliente > .modal-header {position: relative; width: 100%; height: 100px; padding: 0 20px; background: rgba(227, 29, 37, 1); text-align: center; box-sizing: border-box;}
.cliente > .modal-header h1{width: 100%; letter-spacing: 5px; margin: 0 auto; color: rgba(255, 255, 255, 1);}

.cliente > .modal-body > .cliente_content{width: 100%; box-sizing: border-box; overflow: hidden; padding: 4px 4px;}
.cliente > .modal-body > .cliente_content form{width: 100%; box-sizing: border-box; overflow: hidden;}

.cliente > .modal-body > .cliente_content form select{width: 100%; padding: 9px 0; border-bottom: solid rgba(227, 29, 37, 1) 1px; overflow: hidden; height: 35px;font-family: 'Gotham Rounded';}
.cliente > .modal-body > .cliente_content form select > option{font-size:22px;}
.cliente > .modal-body > .cliente_content form label{text-transform:uppercase; width: 100%; font-size: 19px; padding-left: 3px; display: block; margin: 3px 0;color:rgba(102, 102, 102, 1) !important;font-family: 'Kenyan Coffee Rg';}
.cliente > .modal-body > .cliente_content form input{width: 100%; /*padding: 19px 0;*/ height: 35px; background: rgba(226, 226, 226, 1);border-bottom: solid rgba(227, 29, 37, 1) 1px; border: none; font-size: 18px;font-family: 'Gotham Rounded';}
.cliente > .modal-body > .cliente_content form span{font-family: 'Gotham Rounded';}

.cliente > .modal-body > .cliente_content form .modal-footer { border-top: 0px; }
input[type=text] { width: 100%; /*padding: 19px 0;*/ height: 35px; background: rgba(226, 226, 226, 1);border-bottom: solid rgba(227, 29, 37, 1) 1px; border: none; font-size: 18px;font-family: 'Gotham Rounded';}
/* 07 end Cliente */



/* 09 Finalizar */

.finalizar{/*position: relative; width: 60%; height: 500px; overflow: hidden;padding: 40px;*/ background: rgba(227, 29, 37, 1); box-sizing: border-box; }
/*.finalizar .logo{position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, -50%);}*/
.finalizar h1{/*position: absolute; left: 50px; top: 100px;*/ font-family: 'Kenyan Coffee Rg'; color: rgba(255, 255, 255, 1); font-size: 60px;/*text-align: right;*/ }
.finalizar .botarga{/*position: absolute;*/ right: -12px;}

.finalizar > .modal-header {
    border-bottom: none;
}
.finalizar > .modal-footer {
    border-top: none;
}
.finalizar > .modal-header > .close {
    opacity: 1;
}
/* 09 end Finalizar */




select{width: 100%; padding: 9px 0; border-bottom: solid rgba(227, 29, 37, 1) 1px; overflow: hidden; height: 35px;font-family: 'Gotham Rounded';}
select > option{font-size:22px;}

.text_Adicional{
    font-family: 'Gotham Rounded';
    font-size: 15px;
}

.ComentarioDetalle{
    font-family: 'Gotham Rounded';
    font-size: 10px;
}

.countPedido {
    display: block;
    z-index: 999;
    position: absolute;
    background: rgba(255, 188, 12, 1);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 11pt;
    margin-top: 45px;
    margin-left: 35px;
    color: black;
}

#CambioContrasenia{
    padding-top: 50px;
}

.btnComentario{
    width:80%;
}


#CategoriaSelect{
    display:none;
}

li a.active {
    color: rgba(91, 187, 169, 1);
}

.modal-header{
    padding: 0px;
}

.modal-header .close {
    margin-top: 12px;
    margin-right: 12px;
}
.btn-floating
{
    line-height: 35px;
}
.divTotal{
    text-align:right;
}

.cancelbtn{
    background: rgba(102, 102, 102, 1) !important;
}
.acceptbtn{    
	background: rgba(87, 206, 130, 1) !important;
}
#comentarioMenu{
    min-height:55px;
}

.colBtnSugerido{
    width: 1%;
    float: left;
    line-height: 170px;
    margin-left: 5px;
}
.colContSugerido{    
    width: 90%;
    float: left;
    margin-left: 30px;
}

div.ScrollingSugeridos {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

div.ScrollingSugeridos a {
    display: inline-block;
    text-align: center;
    padding-top:14px;
    padding-left:14px;
    padding-right:14px;
    text-decoration: none;
     width: 150px;
    height: 170px;
   white-space: normal !important;
}

div.ScrollingSugeridos a div span {
    width: calc(100% - 100px);
    text-align: justify;
    font-size:10px;
}

.MenuSugerido{
    width: 150px;
    height: 170px;
}
.captionSugerido span {
    width: calc(100% - 100px);
    text-align: justify;
    font-size:10px;
}
.captionSugerido {
    height:45px;
}
.imgSugerido{
    width: 99px;
    height:99px;    
}


/*Cambiar la resolucion maxima para disminuir 599px*/

@media (max-width:599px) {
    .cantChangeBtn{
        width:33.3333%;
         float:left;
    }
    .menu {
        padding-bottom: 12%;
        height:125px;
    }
    .countPedido {
        width: 21px;
        height: 21px;
        line-height: 21px;
        font-size: 9.8pt;
        margin-top: 28px;
        margin-left: 28px;
    }
    .menu .logo {
        width: 50%;
        height: auto;
        padding: 2px 0px 0px 0px;
    }
    .menu .logo img {
        height: auto;
        max-height:60px;
    }
    .menu .menu_info {
        width: 100%;
        height: auto;
    }
    #cssmenu {
        width: auto;
        height: 100px;
    }
    #cssmenu > ul li {
        padding: 0 10px;
    }
    #cssmenu > ul li a img {
        max-height: 50px;
        height:auto;
        padding: 5px 7px 0 0;
    }
    #cssmenu > ul li a {
        line-height: 72px;
    }
    .social {
        padding: 10px 20px 0 10px;
    }
    .ver,.sidebar_menu,.sidebar_footer,.producto_sidebar{
        display:none;
    }
    .dropdown-menu-right {
        padding-left: 30px;
    }
    .menu_online{
        margin-top: 40px;
    }
    .producto_content {
        position: relative;
        width: 100%;
        height: auto;
        padding: 110px 0;
        overflow: auto;
        overflow-x:hidden;
        overflow-y: auto;
    }
    .producto_content .content_header{
        max-height: 130px;
    }
    .producto_content .content_header h1{
        font-size: 50px;
        top: 35%;
        left: 5%;
    }
    .producto_content .product_itm .product_image {
        width: 190px;
    }
    .producto_content .product_itm .product_info {
        width: 100%;
    }
    #comentarioMenu{
        min-height:70px;
    }
    #CategoriasContainer{
        z-index: 2;
        position: fixed;
        padding-top: 55px;
        background-color: rgba(255, 188, 12, 1);
        height: 110px;
        width: 100%;
    }
    #CategoriaSelect{
        display:block;
        min-height:45px;
    }
    .btnComentario {
        width: 100%;
    }    
    .NombreDetalle p {
        text-align:center;
    }
    .ImagenDetalle  img {
        width: 60%;
        margin-left: 20%;
        margin-bottom: 10px;
    }
    .total {
        padding: 0px 0px 0px 0px;
        text-align: center;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .accept,.cancel {
        height: 45px;
        line-height: 40px;
    }
    .add_to_cart .info .product_config {
        width: auto;
    }
    .TotalDetalle{
        font-size: 30px;
    }
    .pedido_content{ 
        overflow-x: hidden;
    }
    .pedido > .modal-header h1{
        font-size: 30px;
    }
    .pedido > .modal-header h1 img{
        height: 34px;
        margin-top: 30px;
    }
    .pedido > .modal-header h1>span.right {
        font-size:11pt;
    }
    .pedido > .modal-header{
        max-height:100px;
    }
    .table-bordered, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 20px;
    }
    .finalizar h1 {
        font-size: 45px;
        text-align: center;
    }
    .producto_content .product_itm .product_info button{
        font-size: 20px;
        width: 90%;
    }
    .cliente > .modal-header {
        height:120px;
    }
     #CambioContrasenia{
        padding-top: 105px;
    }
    .cliente > .modal-body > .cliente_content form span{
        font-size:20px;
    }
    div.ScrollingSugeridos{
        height: 190px;
    }
    div.ScrollingSugeridos a{
        height: 190px;
    }
    .captionSugerido {
        height: 55px;
    }
    .colContSugerido {
        width: 67%;
        text-align: center;
        border-style: ridge;
        border-width: 1px;
        margin-left: 20px;
    }
    .colBtnSugerido {
        width: 8%;
        line-height: 190px;
        margin-left: 5px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 600px)  {
    #EncabezadoEditarDomicilio{
        height:auto !important;
    }
    .pattern_a {
    bottom: -8px;
    }
    .cantChangeBtn{
        width:33.3333%;
         float:left;
    }
    .menu {
        padding-bottom: 12%;
        height:125px;
    }
    .countPedido {
        width: 21px;
        height: 21px;
        line-height: 21px;
        font-size: 9.8pt;
        margin-top: 28px;
        margin-left: 28px;

    }
    .menu .logo {
        width: 50%;
        height: auto;
        padding: 2px 0px 0px 0px;
    }
    .menu .logo img {
        height: auto;
        max-height:60px;
    }
    .menu .menu_info {
        width: 100%;
        height: auto;
    }
    #cssmenu {
        width: auto;
        height: 100px;
    }
    #cssmenu > ul li {
        padding: 0 10px;
    }
    #cssmenu > ul li a img {
        max-height: 50px;
        height:auto;
        padding: 5px 7px 0 0;
    }
    #cssmenu > ul li a {
        line-height: 72px;
    }
    .social {
        padding: 10px 20px 0 10px;
    }
    .ver,.sidebar_menu,.sidebar_footer,.producto_sidebar{
        display:none;
    }
    .menu_online{
        margin-top: 40px;
    }
    .producto_content {
        position: relative;
        width: 100%;
        height: auto;
        padding: 110px 0;
        overflow: auto;
        overflow-x:hidden;
        overflow-y: auto;
    }
    .producto_content .content_header{
        max-height: 130px;
    }
    .producto_content .content_header h1{
        font-size: 50px;
        top: 35%;
        left: 5%;
    }
    .producto_content .product_itm .product_image {
        width: 50%;
        text-align: center;
        margin-left: 25%;
    }
    .producto_content .product_itm .product_info {
        width: 100%;
    }
    #comentarioMenu{
        min-height:70px;
    }
    #CategoriasContainer{
        z-index: 2;
        position: fixed;
        padding-top: 55px;
        background-color: rgba(255, 188, 12, 1);
        height: 110px;
        width: 100%;
    }
    #CategoriaSelect{
        display:block;
        min-height:45px;
    }
    .btnComentario {
        width: 100%;
    }    
    .NombreDetalle p {
        text-align:center;
    }
    .ImagenDetalle  img {
        width: 60%;
        margin-left: 20%;
        margin-bottom: 10px;
    }
    .total {
        padding: 0px 0px 0px 0px;
        text-align: center;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .accept,.cancel {
        height: 45px;
        line-height: 40px;
    }
    .add_to_cart .info .product_config {
        width: auto;
    }
    .TotalDetalle{
        font-size: 30px;
    }
    .pedido_content{ 
        overflow-x: hidden;
    }
    .pedido > .modal-header h1{
        font-size: 30px;
    }
    .pedido > .modal-header h1 img{
        height: 34px;
        margin-top: 30px;
    }
    .pedido > .modal-header h1>span.right {
        font-size:11pt;
    }
    .pedido > .modal-header{
        max-height:100px;
    }
    .table-bordered, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 20px;
    }
    .finalizar h1 {
        font-size: 45px;
        text-align: center;
    }
    .producto_content .product_itm .product_info button{
        font-size: 20px;
        width: 100%;
    }
    .producto_content .product_itm .product_info h1{
        text-align: center;
    }
    .cliente > .modal-header {
        height:120px;
    }
    #CambioContrasenia{
        padding-top: 105px;
    }
    .cliente > .modal-body > .cliente_content form span{
        font-size:20px;
    }
    div.ScrollingSugeridos{
        height: 190px;
    }
    div.ScrollingSugeridos a{
        height: 190px;
    }
    .captionSugerido {
        height: 55px;
    }    
    .colContSugerido {
        width: 80%;
        text-align: center;
        border-style: ridge;
        border-width: 1px;
        margin-left: 0px;
    }
    .colBtnSugerido {
        width: 8%;
        margin-left: 1px;
    }
}
/*@media (min-width:1026px) {
    #cssmenu > ul > li.collapsed {
        display: inline-block !important;
        *display: inline;
        zoom: 1;
    }

    #cssmenu > ul ul li.collapsed {
        display: block !important;
    }
    
}
@media (max-width: 979px) {
    .modal.fade.in {
        top: 54%;
    }
}*/