@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Droid+Serif:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');


body,td,th {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #999;
}
a:active {
	color: #999;
}

.contenedor_fotos {
	align-content:center;
    overflow:hidden;
    object-fit: cover;
    width: 100%;
    height: 200px;  
}

.dropdow_cart  {
    float:right;
    padding-right: 30px;
}
.dropdow_cart .btn{
    border:0px;
    margin:0px;
    box-shadow:none !important;
}
.dropdow_cart .dropdown-menu {
    padding:20px;
    top:50px !important;
    width:350px !important;
    left:-50px !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:10px;
    margin-right:10px;
   /* font-weight:500;*/
}
.dropdow_cart .cart-detail .count{
    color:#C2C2DC;
}
.dropdow_cart .checkout{
    border-top:0px 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:20px !important;
    width:320px !important;
    left:1px !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;
}
.dropdow_cart3 .dropdown-menu {
    padding:20px;
    top:250px !important;
    width:340px !important;
    left:1px !important;
    box-shadow:0px 5px 30px black;
}
.dropdow_cart3 .total-header-section{
    border-bottom:1px solid #d2d2d2;
}
.dropdow_cart3 .total-section p{
    margin-bottom:20px;
}
.dropdow_cart3 .cart-detail{
    padding:15px 0px;
}
.dropdow_cart3 .cart-detail-img img{
    width:100%;
    height:100%;
    padding-left:15px;
}
.dropdow_cart3 .cart-detail-product p{
    margin:0px;
    color:#000;
    font-weight:500;
}
.dropdow_cart3 .cart-detail .price{
    font-size:12px;
    margin-right:10px;
    font-weight:500;
}
.dropdow_cart3 .cart-detail .count{
    color:#C2C2DC;
}
.dropdow_cart3 .checkout{
    border-top:1px solid #d2d2d2;
    padding-top: 15px;
}
.dropdow_cart3 .checkout .btn-primary{
    border-radius:50px;
    height:50px;
}
.dropdow_cart3 .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;	
}
.responsive_hiden
{
	display:inline-block;
}

.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:-100px;
    -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: 180px;
    z-index: 99999999999;
    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;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #000; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
 
/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
    display: block;
    transition: 0.3s
}
 
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #FFF;
}
 
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
 
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    /*padding: 20px;*/
    overflow:hidden;
    width:100%;
}
body {
  overflow-x: hidden;
}
 
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}
 
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
 
/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
 
/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}


 
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
 
a svg{
  transition:all .5s ease;
 
  &:hover{
    #transform:rotate(180deg);
  }
}
 
#ico{
  display: none;
}
 
.menu{
  background: #000;
  display: none;
  padding: 5px;
  width: 320px;
  @include border-radius(5px);
 
  #transition: all 0.5s ease;
 
  a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 2px;
    margin: 3px 0;
    text-decoration: none;
    background: #444;
 
    &:nth-child(1){
      margin-top: 0;
      @include border-radius(3px 3px 0 0 );
    }
    &:nth-child(5){
      margin-bottom: 0;
      @include border-radius(0 0 3px 3px);
    }
 
    &:hover{
      background: #555;
    }
  }
}