@media (min-width: 1200px) {
/*.edit {
    width: 92%;
}*/
}
.padd-variation-new {
	text-align: left;
	padding-top: 180px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	background-color: #fff;
}
.dos.padd-variation-new {
	text-align: left;
	padding-top: 0px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
 @media (max-width: 767px) {
 .padd-variation-new {
 text-align: left;
 padding-top: 102px;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
}
}
 @media (min-width: 767px) and (max-width: 979px) {
 .padd-variation-new {
 text-align: left;
 padding-top: 163px;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
}
}

.normal {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 0px;
	margin-top: 0px;
}
.normal .navbar-right {
	padding-top: 21px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	padding-right:px;
}
 @media (min-width: 767px) and (max-width: 979px) {
 .normal .navbar-right {
 padding-top: 14px;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
 padding-right:px;
}
}
.navbar-brand {
    padding: 0px !important;
    float: left;
    display: inline-block;
    height: auto;
}
.navbar-brand img {
	max-height: 100px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
 @media (min-width: 767px) and (max-width: 979px) {
 .navbar-brand img {
 max-height: 70px;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
}
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	padding:0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-toggle .icon-bar {
	background: #fff;
	height: 2px;
	width: 26px;
	display: block;
	margin: auto;
	margin-top: 6px;
	background-color: #333 !important;
	float: right;
	clear: both;
}
.sr-only {
	position: inherit;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 14px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	color:#FFF;
	line-height:28px;
}
.navbar-default {
	border-color: transparent;
	background-color:#FFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.navbar-collapse {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-right: 0px;
	margin-left: 0px;
}
.navbar-header {
	position:relative;
	z-index: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	display: inline;
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 0px;
	/*position:relative;*/
}
/*.navbar-default .navbar-nav > li > a {

color: #000;

text-transform: uppercase;

font-weight:600;

font-size: 16px;

padding: 12px  9px;

}*/



.navbar-default .navbar-nav > li > a {
	color: #000000;
	font-weight: 400;
	font-size: 15px;
    padding: 17px 9px;
    margin: 0px 0px 0px 0px;
	/*letter-spacing:01.5px;*/
    /* border-right: solid 1px #E0E0E0; */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.navbar-default .navbar-nav > li > a .fa.fa-chevron-down{
    font-size: 8px;
    /* line-height: 18px; */
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    margin-top: -2px;
}

@media (max-width: 979px) and (min-width: 767px) {
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
	padding: 12px 4px;
	font-weight: 400;
}
}

@media (max-width: 1200px) and (min-width: 979px) {
.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	font-weight:300;
	padding: 12px 6px;
}
}


.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 100%;
}
 @media (max-width: 767px) {
 .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
 max-height: 480px;
 overflow: auto;
	 background-color: #f7f7f7;
}
	 
 .navbar-collapse::after {
content: "";
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    bottom: -100%;
    background-color: #ffffffd1;
    z-index: 999999999;
    width: 100%;
	  -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
}	 
	 
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
 color: #676767;
 border-bottom: 1px solid #e8e8e8;
 padding-left: 19px;
	     line-height: 32px;
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
 color: #000;
 background-color: transparent;
}
}
 @media (max-width: 767px) {
 .navbar-default .navbar-nav > li > a {
 border-right:0px;
 border-bottom: solid 1px #E0E0E0;
	 padding: 16px;
}
 .navbar-default .navbar-nav > li > a {
 margin: 0px 0px 0px 0px;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
}
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #007fb2;
	background-color: #ffffff;
}
 @media (max-width: 767px) {
 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #7fb000;
}
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #E0E0E0 !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #007fb3;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #041639;
	background-color: #FFF;/*border-bottom: solid 2px red;*/

    /*padding: 12px 10px 10px;*/

}
 @media (max-width: 767px) {
 .navbar-nav {
 margin: 0px -15px;
}
}
 @media (min-width: 767px) {
 .navbar-nav {
 float: left;
 margin-top: 0px;
}
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-toggle {
	width: 46px;
	background-color: transparent;
	border-radius: 0px;
	padding: 8px !important;
	/* text-align: right; */

    margin: 0px;
	/* position: fixed; */
    margin-right: 10px;
    float: right;
	margin-top: 6px;
}
/*.nav .cantidad {

	color: #FFF;

	padding-right: 3px;

	padding-left: 7px;

	background-image: url(../imgs/cantidad.png);

	background-repeat: no-repeat;

	background-position: left center;

	width: 30px;

}*/



.drop-edit {
	margin-top: 0px !important;
	border-top: solid 3px #f5f5f5 !important;
}
.shrink {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	/*border-bottom: solid 1px#f7f7f7;*/
	background-color: rgb(255, 255, 255);
	/* background-color: rgba(255, 255, 255, 0.96); */

    position: fixed;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left bottom;
	box-shadow: 0 4px 24px 0 rgba(73, 73, 73, 0.1), 0 12px 64px 0 rgba(99, 99, 99, 0.1);
}
.shrink .top-sup {
	margin-top:-50px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.shrink .navbar-right {
	padding-top: 9px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.shrink .navbar-brand img {
	max-height: 44px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin-top: 8px;
}
.shrink .tabla-superior {
	display: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.shrink .ocultar {
	display: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.shrink .redes-head {
	padding-top:10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.shrink.navbar-default .navbar-nav > li > a {
	/*padding-top:10px;*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin: 0px 0px 0px 0px;
}

@media (min-width: 768px) {

.shrink .color-nav-3{/* display: none; */-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;height: 0px;overflow: hidden;}

}


.boton-sacar-shrink {
    display: none;
    width: 46px;
    background-color: transparent;
    border-radius: 0px;
    padding: 8px !important;
    margin: 0px;
    margin-top: 4px;
    background-image: none;
    border: 1px solid transparent;
    position: relative;
	outline: none;
    border: none;
}

.boton-sacar-shrink:active {
    outline: none;
    border: none;
}

.boton-sacar-shrink .icon-bar {
    background: #fff;
    height: 2px;
    width: 26px;
    display: block;
    margin: auto;
    margin-top: 6px;
    background-color: #333 !important;
    float: right;
    clear: both;
}

.shrink .boton-sacar-shrink {
    display: inline-grid;
    position: relative;
}

/*.navbar-toggle {

margin-top: 18px;

}*/



@media (min-width: 768px) {
 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
 margin-left: -0px;
}
}
 @media (max-width: 767px) {
 .navbar-brand img {
    max-height: 44px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    margin-top: 5px;
    margin-bottom: 4px;
	margin-left: 10px;
}
 .normal .navbar-right {
 padding-top: 0px;
}
}
.modal-header {
	color: #777; 
	text-transform: uppercase; 
	font-size: 13px; 
	padding: 10px 12px; 
	background: #f6f4f4; 
}
 @media (max-width: 767px) {
 .padd-edit {
 text-align: left;
 padding: 0px;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
}
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #000;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 0px solid rgba(0, 0, 0, .15);
	border-radius: 0px;
	border-top: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-bottom: solid 4px #007fb2;
}
.dropdown-menu > li > a {
	display: block;
	padding: 8px 20px 8px 12px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #FFF;
	white-space: nowrap;
	/*text-transform: uppercase;*/
	font-weight: 400;
	font-size: 14px;
}
/* TABSCOLLS STYLES */

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	background-color: #FFFFFF;
	color: black;
	border: solid 1px #D8D8D8;
	margin-right: 4px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #E41010;
	cursor: default;
	background-color: #FFFFFF;
	border: 0px;
	border-bottom-color: transparent;
}
.nav-tabs > li > a {
	margin-right: 0px;
	line-height: 1.42857143;
	border: 0px;
	border-radius: 0px;
	color: black;
	font-weight: 600;
	padding-top:7px;
	padding-bottom:7px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #E41010;
	color: white;
}

/* TABSCOLLS STYLES */



@media (min-width: 767px) {
 .input-group-addon, .input-group-btn {
 white-space: nowrap;
 vertical-align: middle;
}
}
.nav-tabs {
	border-bottom: 1px dotted #A9A3A3;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu:focus>.dropdown-menu {
	display:block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 10px;
    margin-right: 0px;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    line-height: initial;
    right: 10px;
    position: relative;
}
.dropdown-submenu:focus>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 6;
}
.dropdown-menu {
	background-color: #FFF;
	min-width: 200px;
}
.dropdown-menu>li:hover {
	background-color: #FFF;
}
.dropdown-menu>li>a:hover {
	color:#007fb2;
	/*font-weight:bold;*/
}
.dropdown-submenu:hover>a:after {
	border-left-color: #999;
}
.dropdown-menu>li>a {
	color:#000000;
	border-bottom: 1px solid #EEE;
}
.dropdown-submenu>.dropdown-menu>li>h4>a {
	color:#041639;
	font-weight:bold;
	font-size:14px;
}
.dropdown-submenu>.dropdown-menu>li>h4>a:hover {
	text-decoration:none;
}
.dropdown-submenu {
	position:static;
}
.dropdown-submenu>.dropdown-menu {
	top: 6px;
	/*min-height: 100%;*/
}
.dropdown-submenu>.dropdown-menu>li>a {
	border-right:none;
	font-size:14px;
}
.dropdown-submenu>.dropdown-menu>li>h4 {
	padding: 10px 12px;
	border-bottom: solid 2px #9E9E9E;
	margin: 0px;
	background-color: #F3F3F3;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #FFF;
}
 @media (max-width: 767px) {

/*

.dropdown-submenu>a:after{

	border-left-color: rgba(0,0,0,0);	

}

*/

.dropdown-submenu:hover>a:after {
 border-left-color: rgba(0, 0, 0, 0);
}
 .navbar-brand img {
 float: left;
}
}
 @media (max-width: 767px) {
 .navbar-nav .open .dropdown-menu {
 position: static;
 float: none;
 width: auto;
 margin-top: 0;
 background-color: #FFF;
 border: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
}
 .navbar-nav .open .dropdown-menu .dropdown-submenu .dropdown-menu {
 position: static;
 float: none;
 width: auto;
 margin-top: 0;
 background-color: #EEEEEE;
 border: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 border-radius: 0px;
}
 .navbar-nav .open .dropdown-menu .dropdown-submenu .dropdown-menu a {
 padding-left:30px;
}
 .navbar-nav .open .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu {
 position: static;
 float: none;
 width: auto;
 margin-top: 0;
 background-color: #E7E7E7;
 border: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 border-radius: 0px;
}
 .navbar-nav .open .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
 padding-left:45px;
}
}
.marginBottom-0 {
	margin-bottom:0;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 0px 0px 0px;/*border-top: solid 3px #DE0B1F !important;*/

}
.dropdown-submenu:hover>a:after {
	border-left-color:#555;
}
.dropdown-submenu.pull-left {
	float:none;
}

.dropdown-submenu.relative{
	position:relative;
}

.dropdown-submenu.relative {
    position: relative;
}

.dropdown-submenu {
    position: static;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 0px 0px 0px;/*border-top: solid 3px #DE0B1F !important;*/
	max-height: 380px;
    overflow-y: auto;

}


.dropdown-submenu>.dropdown-menu::-webkit-scrollbar {
	width: 8px;
}
.dropdown-submenu>.dropdown-menu::-webkit-scrollbar-button {
	width: 8px;
	height:5px;
}
.dropdown-submenu>.dropdown-menu::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:5px;
}
.dropdown-submenu>.dropdown-menu::-webkit-scrollbar-thumb {
    background: #7fb000;
    border: thin solid #7fb000;
	border-radius:5px;
}
.dropdown-submenu>.dropdown-menu::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}	

.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;*/
}

.dropdown-header.header-carrito{
    border-bottom: solid 1px #c9d7a7;
}

.color-nav-1 {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;/*background-color: #095E84;

	background-color: #000;

	border-bottom: solid 1px #404040;*/

}
.color-nav-2 {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	/*background-color: #f3f0dd;*/
	border-bottom: 1px solid #ececec;
	/*border-top: 2px solid #E6E6E6;*/

}
.color-nav-3 {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	/*background-color: #383838;*/

}

.btn-default.buscador {
    color: #545454;
    background-color: #fff;
    border-radius: 5px !important;
}

@media (min-width: 1200px) {
.container {
	width:100%;
	max-width: 1230px;
}
}

@media   (min-width: 767px) and (max-width: 1200px){
.container {
    width: 100%;
}
}
.container-carrito .cantidad {
	background-color: #0FC8BA;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	color: white;
	margin-left: -18px;
	margin-top: -3px;
	position: absolute;
	line-height: 15px;
}
.cantidad-xs {
	background-color: #007fb2;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: white;
	margin-left: -18px;
	margin-top: -6px;
	position: absolute;
	line-height: 20px;
}


/* Grid demo styles */
.grid-demo {
  padding: 10px 18px;
}

  .grid-demo [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
    /*font-size: 1em;
    text-align: center;
    line-height: 2;
    background-color: #e5e1ea;
    border: 1px solid #d1d1d1;*/
  }
  
  
  

.grid-demo > ul > li > a {
    display: block;
    padding: 8px 20px 8px 12px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

  .grid-demo>ul>li>a {
    color: #353535;
    border-bottom: 1px solid #EEE;
}

.grid-demo>ul>li>a:hover {
    color: #007fb2;
    font-weight: bold;
}


.nav-menu-cp.nav-menu-cp-logged {
    height: 42px;
    padding: 0 8px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 1px;
	display: inline-block;
	position: relative;
	/*border: solid 1px #e6e6e6;*/
}

.nav-menu-cp.nav-menu-cp-logged:before {
	content: '';
	/* content: url(../img/cp.png); */
	background-size: 22px;
	background-image: url(../img/cp.png);
	position: absolute;
	width: 22px;
	background-repeat: no-repeat;
	height: 25px;
	top: 6px;
	left: 12px;
	-webkit-font-smoothing: antialiased;
	font: normal normal normal 24px/1 FontAwesome;
	color: #ffffff00;
}

.nav-menu-cp.nav-menu-cp-logged .nav-menu-cp-send {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 1px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.72);
    display: block;
    width: 100%;
    left: 8px;
    padding: 6px 0 0 28px;
    margin-right: 8px;
    line-height: 10px;
    height: 20px;
}


.nav-menu-cp .nav-menu-link-cp {
    color: #333;
    padding-left: 18px;
    padding-right: 3px;
    font-size: 13.1px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.nav-menu-cp.nav-menu-cp-logged .nav-menu-link-cp {
    line-height: 13px;
    height: 20px;
    padding-left: 36px;
    padding-right: 0;
	font-weight:500;
}


 .dropdown-toggle .shop-bug {
    margin-top: 0px;
	 height: 26px;
}

 @media (max-width: 767px) {
 .dropdown-toggle .shop-bug {
    margin-top: 3px;
    height: 24px;
}
	 
 .img-cp {
margin-top: 2px;
    width: 22px;
}	
 .img-lupa {
margin-top: 2px;
    width: 22px;
}	 

	 
}


.navbar-default .navbar-nav > li > a.destacado {
    color: #0FC8BA;
	font-weight:500;

}

.box-notificacion{
	pointer-events: all;
	transition: transform 160ms ease-out 0s;
	transform: translate3d(0px, 0px, 0px);
	min-width: 18rem;
	position: fixed;
	right: 0;
	top: 68px;
	z-index: 9999;
	display: flex;
	margin: 24px;
}
/*
.box-notificacion{
    pointer-events: all;
    transition: transform 160ms ease-out 0s;
    transform: translate3d(0px, 0px, 0px);
    min-width: 18rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    margin: 24px;
}
*/

.box-notificacion .notificacion {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 16px;
	border-radius: 3px;
	background-color: #0FC8BA;
	color: white;
	box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 20%);
	line-height: 14px;
	font-size: 16px;
}

.box-notificacion .notificacion .nota{
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
  
  
.boton-close {
	margin-top: -4px;
	margin-bottom: -6px;
	margin-right: -4px;
	padding: 4px;
	cursor:pointer;
}

.dropdown-menu.drop-edit .fa-lg{
	font-size: 1.53333333em;
	cursor:pointer;
}

.dropdown-menu.drop-edit .sin-stock{
	color: #ababab;
	cursor: default;
}

.dropdown-menu.drop-edit{
	border-bottom:0px;
}



.dropdown-menu.drop-edit .dropdown-header {
    padding: 6px 20px;
}

.dropdown-menu.drop-edit .price{
	color: #3b4146;
	margin-left:5px;
}

.dropdown-menu.drop-edit .price.precio-original{
	color: #999;
	text-decoration: line-through;
	font-weight: 300;
}

.dropdown-menu.drop-edit #mini-cart-list{
	min-width: 400px;max-height: 293px;overflow-y: scroll;
}


  #mini-cart-list::-webkit-scrollbar-track {
    background-color: #fff; }
  #mini-cart-list::-webkit-scrollbar {
    width: 5px;
    background-color: #fff; }
  #mini-cart-list::-webkit-scrollbar-thumb {
    background-color: #7fb000; }


 @media (max-width: 767px) {
.dropdown-menu.drop-edit{
	left:0;
	right: 0;
	position: fixed;
}

.dropdown-menu.drop-edit #mini-cart-list {
    min-width: auto;
	margin-right: 5px;
}

}

/*----------------*/

.ul-login{

    float: left;
    margin: 5px;
    padding-right: 7px;
    margin-bottom: 0px;

}


.ul-login .btn-login{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-transform: initial;
	color: #454545;
	text-transform: none !important;
	
	display: flex;
	align-items: center;
}

.ul-login .btn-login .far{
	margin-right: 5px;
}

.navbar-nav.ul-login{
	padding: 0px;
	margin: 0px;
	padding-right: 0px;
}

.navbar-nav.ul-login .btn-login .far{
	font-size: 26px;
	margin-right: 6px;
	color: #545454;
}

.ul-login .dropdown-menu {
	right: 0;
	left: auto;
    border-radius: 5px;
    -webkit-box-shadow: 1px 12px 12px rgb(0 0 0 / 18%);
    box-shadow: 1px 12px 12px rgb(0 0 0 / 18%);
    border-bottom: solid 0px #c31735;
	overflow: hidden;
	min-width: 160px;
}

.menu-usuario-logged{
	top: 18px;
}

.ul-login .dropdown-menu > li > a {
    display: block;
    padding: 14px 20px 14px 15px;
    font-weight: 400;
    font-size: 14px;
	margin: 0px;
    text-transform: initial;
}

@media (max-width: 767px) {

.ul-login .btn-login {
    /*padding: 3px;
    display: inline-block;
    margin: 3px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    padding: 6px 11px;
    text-transform: none;
    margin: 19px;
    font-size: 14px;
    margin-right: 15px;
    border: solid 2px #c44059;
    color: #ffffff;
    float: right;
    background-color: #c6374f;
	cursor: pointer;*/
}

	.ul-login  .dropdown {
    position: inherit;
}
	
	.ul-login .dropdown-menu {
    top: 80px;
    left: 10px;
    right: 10px;
}
	
}