@charset "utf-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Amaranth&display=swap');
@import url('https://fonts.googleapis.com/css?family=Signika&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dosis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css?family=Gentium+Basic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno&family=Roboto&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');



body,td,th {
	color: #000;
	font-family: 'Roboto', serif;
	font-size:14px;
}

.dropdow_cart  {
    float:left;
    padding-right: 30px;
}
.dropdow_cart .btn{
    border:0px;
    margin:0px;
    box-shadow:none !important;
}
.dropdow_cart .dropdown-menu {
    padding:20px;
    top:20px !important;
    width:350px !important;
    left:-120px !important;
    box-shadow:0px 5px 30px black;
}
.dropdow_cart .total-header-section{
    border-bottom:1px solid #d2d2d2;
}
.dropdow_cart .total-section p{
    margin-bottom:20px;
}
.dropdow_cart  .cart-detail{
    padding:15px 0px;
}
.dropdow_cart .cart-detail-img img{
    width:100%;
    height:100%;
    padding-left:15px;
}
.dropdow_cart .cart-detail-product p{
    margin:0px;
    color:#000;
    font-weight:500;
}
.dropdow_cart .cart-detail .price{
    font-size:12px;
    margin-right:10px;
    font-weight:500;
}
.dropdow_cart .cart-detail .count{
    color:#C2C2DC;
}
.dropdow_cart .checkout{
    border-top:1px solid #d2d2d2;
    padding-top: 15px;
}
.dropdow_cart .checkout .btn-primary{
    border-radius:50px;
    height:50px;
}
.dropdow_cart .dropdown-menu:before{
    content: " ";
    position:absolute;
    top:-20px;
    right:50px;
    border:10px solid transparent;
    border-bottom-color:#fff;
}

.dropdow_cart2 .dropdown-menu {
    padding:20px;
    top:40px !important;
    width:320px !important;
    left:-77px !important;
    box-shadow:0px 5px 30px black;
}
.dropdow_cart2 .total-header-section{
    border-bottom:1px solid #d2d2d2;
}
.dropdow_cart2 .total-section p{
    margin-bottom:20px;
}
.dropdow_cart2 .cart-detail{
    padding:15px 0px;
}
.dropdow_cart2 .cart-detail-img img{
    width:100%;
    height:100%;
    padding-left:15px;
}
.dropdow_cart2 .cart-detail-product p{
    margin:0px;
    color:#000;
    font-weight:500;
}
.dropdow_cart2 .cart-detail .price{
    font-size:12px;
    margin-right:10px;
    font-weight:500;
}
.dropdow_cart2 .cart-detail .count{
    color:#C2C2DC;
}
.dropdow_cart2 .checkout{
    border-top:1px solid #d2d2d2;
    padding-top: 15px;
}
.dropdow_cart2 .checkout .btn-primary{
    border-radius:50px;
    height:50px;
}
.dropdow_cart2 .dropdown-menu:before{
    content: " ";
    position:absolute;
    top:-20px;
    right:50px;
    border:10px solid transparent;
    border-bottom-color:#fff;
}
dropdown-item:hover{text-decoration:none;background-color:#000;}

.normalno{
	display:none;
}
.responsiveno{
	display:block;
}
.separador{
	width:100%;
	height:15px;
}
.responsive_oculto
{
	display:block;	
}
.normal_oculto
{
	display:none;	
}

.border-left-primary{
	border-left:.25rem solid #4e73df!important
}
.border-left-success{
	border-left:.25rem solid #1cc88a!important
}
.border-left-info{
	border-left:.25rem solid #36b9cc!important
}
.border-left-warning{
	border-left:.25rem solid #f6c23e!important
}
.border-left-danger{
	border-left:.25rem solid #e74a3b!important
}
.border-bottom-primary{
	border-bottom:.25rem solid #4e73df!important
}
.border-bottom-success{
	border-bottom:.25rem solid #1cc88a!important
}
.border-bottom-info{
	border-bottom:.25rem solid #36b9cc!important
}
.border-bottom-warning{
	border-bottom:.25rem solid #f6c23e!important
}
.border-bottom-danger{
	border-bottom:.25rem solid #e74a3b!important
}

.btn-primary{
	background-color:#1e73be;
	border:#003183 thin solid;	
}
.rebajado{
    position:absolute;
    left: 0px;
}
.encargo{
    position:absolute;
    right: 0px;
}

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:50px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}

.bordes {
	/*border-left:none;
	border-top:none;
	border-right:none;*/
	border-radius: 0px 0px 0px 0px; 
	-moz-border-radius: 0px 0px 0px 0px; 
	-webkit-border-radius: 0px 0px 0px 0px; 
}
.bordes:hover {
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}
.titulo1 {
	background:#E22F32;
	padding-top:5px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;	
}
.titulo2 {
	background:#E22F32; 
	padding-top:5px; 
	border-radius: 10px 0px 0px 10px; 
	-moz-border-radius: 10px 0px 0px 10px; 
	-webkit-border-radius: 10px 0px 0px 10px;
}
.titulo3 {
	background:#E22F32; 
	padding-top:5px; 
	border-radius: 0px 10px 10px 0px; 
	-moz-border-radius: 0px 10px 10px 0px; 
	-webkit-border-radius: 0px 10px 10px 0px;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.custom-toggler .navbar-toggler-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
     border-color: rgb(255,102,203);
} 

.dropdown-submenu{
    position:relative;
} 
.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
} 
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
 
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
 
.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}
 
.dropdown-submenu .pull-left{
    float:none;
}
 
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.root:hover > .dropdown-menu{
    display: block;
}

#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: 300px;;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: 100%;
	text-align:left;
	overflow-y:scroll;
}

#suggestions .suggest-element {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}