body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #2b2c35;
}

@font-face {
  font-family: "LouisFont";
  src: url("../catalog/view/javascript/louis-font/LouisGeorgeCafe.ttf");
}

@font-face {
  font-family: "LouisFontBold";
  src: url("../catalog/view/javascript/louis-font/LouisGeorgeCafeBold.ttf");
}

.input-number,
.input-number-decrement,
.input-number-increment {
  height: 38px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 25px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #f4f4f4;
}

.avatar {
    width:50px;
    height:50px;
    border-radius:150px;
    border:1px solid #dddd;
}

.avatar-sm {
    width:100px;
    height:100px;
    border-radius:150px;
    border:1px solid #dddd;
}

.avatar-logo {
   border-radius: 10px 10px 10px 10px;
}

.avatar-logo-sm {
   width:100px;   
   border-radius: 10px 10px 10px 10px;
   border:1px solid #dddd;
}

.btn-sm-vq {
    font-size: 18.2px;
}
.center-text {
text-align: center;
}

.new-tags {
    background-color:#fa830c; 
    color:#FFFFFF; 
    height:5px; 
    margin-left: 5%;
    width: 20px;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    
}

.new-tags1 {
    background-color:#fa830c; 
    color:#FFFFFF; 
    height:5px; 
    margin-right: 5%;
    width: 20px;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    
}

#alert-warning {
    color: #ff8500;
    margin-left: 5%;
}

.alert-warning-table {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #bb7121;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    max-width: 550px;
}

.avatar-wishlist {
    width:65px;
    height:65px;
    border-radius:150px;
    border:1px solid #dddd;
}

.input-number {
  width: 40%;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  float: center;
  overflow: hidden;
}

.input-number-decrement {
  border-right: none;
  border-radius: 0px;
  height: 38px;
  padding-top: 8px;
  width: 30%;
  float:left;
  overflow: hidden;
}

.input-number-increment {
  border-right: none;
  border-radius: 0px;
  height: 38px;
  padding-top: 8px;
  width: 30%;
  float:right;
  overflow: hidden;
}


.align-left {
  text-align: right;
}

.sell-box-option {
    /*vertical-align: initial;
    text-align: left;
    margin-left: 15px;*/
  padding-left: 0px;
  
    
}
.sell-box-option .icon-detail {
  margin-bottom: 4px; 
  padding-right: 0px;
}

.sell-box-cart {
    /*vertical-align: initial;
    text-align: left;/*/
   margin-left: 0px;
   margin-top:   0px;  
   padding-right:  0px;
     
}

.sell-box-biipago {
    /*vertical-align: initial;
    text-align: left;/
   margin-left: 0px;
   margin-top:   5px;  
   padding-right:  0px;*/
     
}

.sell-box-master {
    /*vertical-align: initial;
    text-align: left;
    margin-left: 15px;*/
 
  margin-bottom:  5px;
   
 
    
}
.product-block {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
  border: 1px solid transparent;
}

.product-block .image .image_container a {
    outline: none;
   
        outline-width: medium;
        outline-style: none;
        outline-color: -moz-use-text-color;
        
}

.product-block .image {
    display: block;
    position: relative;
   
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 20px;
}
.product-block:hover {
  -webkit-box-shadow: 0 0 5px #dfdfdf;
  box-shadow: 0 0 5px #dfdfdf;
  border: 1px solid #DDD;
}

.product-block .rating {
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  text-align: center;
}
.product-block .rating img {
  background: #FFFFFF;
  border: 1px solid #e1e1e1;
}

.product-block .product-meta {
  font-size: 12px;
  width: 100%;
  padding: 10px;
  position: relative;
  border: 1px solid #e1e1e1;
}

.product-block .product-meta p {
  margin-bottom: 0px;
  
}

.product-block .cart a span {
  background: #fa830c;
  display: block;
  padding: 7px;
  color: #fff;
  font-size: 12px;
  border: 0px solid #fa830c; 
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear 0s;
  transition: background-color 0.3s linear 0s;
  cursor: pointer;
}

.product-block .cart a span .fa {
  padding-right: 5px;
  font-size: 14px;
}
.product-block .cart a span:hover {
  background: #cb6908;
}

.product-block .price {
    font-size: 16px;
    color: #f89422;
    font-weight: 600;
   
    padding-bottom: 2px;
    padding-top: 2px;
}

.product-block .price .price-tax {
  display: none;
}
.product-block .price-old {
  font-size: 12px;
  color: #999999;
  text-decoration: line-through;
  font-weight: 300;
}

.product-block:hover .product-meta {
    font-size: 12px;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.product-block .action {
    position: absolute;
    display: none;
    z-index: 999;
    text-align: center;
    background: #FFFFFF;
    left: -2px;
    right: -2px;
    bottom: -45px;
}

.product-block .action .action-inner {
  padding: 0 10px;
}



.product-block .action .action-inner .wishlist,
.product-block .action .action-inner .compare {
  border: 1px solid #e1e1e1;
  width: 49%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-block .action .action-inner .wishlist a,
.product-block .action .action-inner .compare a {
  height: 30px;
  line-height: 30px;
  color: #999999;
  width: 100%;
  font-size: 14px;
}
.product-block .action .action-inner .wishlist a:hover,
.product-block .action .action-inner .compare a:hover {
  color: #FFFFFF;
  background: #d45757;
}
.product-block .action .action-inner .wishlist span,
.product-block .action .action-inner .compare span {
  display: none;
}

.product-block:hover .action {
  -webkit-box-shadow: 0 5px 5px #dfdfdf;
  box-shadow: 0 5px 5px #dfdfdf;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #DDD;
  display: block;
  height: 53px;
}

.product-list .product-block .action .action-inner .wishlist,
  .product-list .product-block .action .action-inner .compare {
    width: 30%;
  }
  .product-list .product-block .action .action-inner .wishlist a,
  .product-list .product-block .action .action-inner .compare a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-list .product-block .cart span {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .product-list .product-block .group-item {
    float: none;
    width: auto;
  }
  .product-list .product-block .product-meta {
    width: auto;
  }
  .product-list .product-block .cart {
    float: none;
    margin-bottom: 15px;
  }
  
  
  .product-list .product-block .cart span {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-right: 0;
  }
  .product-list .product-block .action .action-inner .wishlist,
  .product-list .product-block .action .action-inner .compare {
    width: 100%;
  }
  .product-list .product-block .action .action-inner .wishlist a,
  .product-list .product-block .action .action-inner .compare a {
    display: inline-block;
  }
  .product-list .product-block .action .action-inner .compare {
    margin-left: 0;
    margin-top: 15px;
  }
  .product-list .product-block .action .action-inner {
    padding: 0;
  }
  
  .product-list .col-fullwidth {
  width: 100%;
}
.product-list .product-block {
  text-align: left;
  border: none;
  overflow: hidden;
}
.product-list .product-block:hover {
  border: none;
  box-shadow: none;
}
.product-list .product-block:hover .action {
  position: inherit;
  display: block;
  border: none;
  box-shadow: none;
  height: auto;
}
.product-list .product-block:hover .product-meta {
  border: 1px solid #e1e1e1;
}
.product-list .product-block .group-item {
  float: left;
  width: 25%;
}
.product-list .product-block .description {
  display: block;
}
.product-list .product-block .image {
  margin-bottom: 0;
}
.product-list .product-block .product-meta {
  float: left;
  position: static;
  width: 70%;
  padding-bottom: 50px;
}
.product-list .product-block .product-meta .name {
  font-size: 24px;
  padding-bottom: 10px;
}
.product-list .product-block .cart {
  float: left;
}

.product-info .cart {
  background: #033577;
  padding:  6px 8px 10px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 400;
}

.product-info .biipago {
  background: #fa830c;
  padding: 6px 8px 10px;
  font-weight: 400;
  cursor: pointer;
  color: #FFFFFF;
}

.product-info .product-seller .cart {
  background: #232323;
  padding: 34px 35px 7px;
 /*ext-transform: uppercase;*/
  
  cursor: pointer;
  color: #FFFFFF;
}
.product-info .cart input {
 /*ext-transform: uppercase;*/
  border: none;
  background: none;
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
}
.product-info .cart a {
  color: #FFFFFF;
  font-size: 12px;
}

.product-info .biipago a {
  color: #FFFFFF;
  font-size: 12px;
}
.product-aviable {
  color:#666;
  font-weight: 400;
}

.product-info .cart:hover {
  background: #245ba4;
}
.product-info .cart {
    margin-bottom: 10px;
  }
  

.product-info  .wishlist,
  .product-info  .compare {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .product-info .product-extra .wishlist {
  margin-right: 5px;
}
.product-info  .wishlist,
.product-info  .compare {
  background-color: #f4f4f4;
  padding: 10px 25px;
  font-size: 14px;
  display: inline-block;
  color: #333;
  cursor: pointer;
}
.product-info  .wishlist:hover,
.product-info  .compare:hover {
  background-color: #033577;
}

.product-info  .wishlist a,
.product-info  .compare a {
  color: #444;
}

.product-info  .wishlist a:hover,
.product-info  .compare a:hover {
  color: #FFFFFF;
}

.product-list .product-block .cart .addtocart {
  background-color: #4A4A4A;
  background-position: 10px 5px;
  float: left;
  height: auto;
  padding: 6px 10px 5px 40px;
  position: static;
  width: auto;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.product-list .product-block .cart .addtocart:hover {
  background-color: #f7942d;
}
.product-list .product-block .cart span {
  margin-right: 10px;
  padding-left: 70px;
  padding-right: 70px;
}
.product-list .product-block .action {
  display: block;
  position: inherit;
}
.product-list .product-block .action .action-inner {
  display: block;
  position: inherit;
}
.product-list .product-block .action .action-inner .wishlist,
.product-list .product-block .action .action-inner .compare {
  float: left;
  width: auto;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.product-list .product-block .action .action-inner .wishlist:hover,
.product-list .product-block .action .action-inner .compare:hover {
  background: #d45757;
}
.product-list .product-block .action .action-inner .wishlist a,
.product-list .product-block .action .action-inner .compare a {
  display: flex;
  padding: 7px 35px;
  line-height: inherit;
}
.product-list .product-block .action .action-inner .compare {
  float: left !important;
  margin-left: 10px;
  margin-top: 0px;
}
.product-list .product-block .action .action-inner span {
  display: inline;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding-left: 5px;
  text-transform: uppercase;
}
.product-list .product-block .action .action-inner span .fa {
  padding-right: 5px;
}
.product-list .product-block .price-old {
  float: none;
}
.product-list .product-block .rating {
  position: static;
  text-align: left;
}
.product-list .price {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.product-list .product-block .action .action-inner .wishlist,
  .product-list .product-block .action .action-inner .compare {
    width: 30%;
  }

 .product-grid {
  position: relative;
} 
.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}


.carousel-control.left span {
	padding: 8px;
}

.carousel-control.right span {
	padding: 8px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 38%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #2b2b2b;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
  font-weight: normal;
  margin-top: 6px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
        border-radius: 0px;
	
}

.separator {
     margin-bottom: 10px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}


label.control-label span:after {
	font-family: FontAwesome;
        font-size: 16px;     
	color: #FF9000;
	content: "\f059";
        margin-left: 6px;
                  
}

.orange-color{
    color: #FF9000;
}


.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}


#top {
	background-color: #167f1e;
	border-bottom: 1px solid #16881f;
	padding: 0px 0px 0px 0;
}

.logotipo-responsive{
  margin-top: 16px;
  
}

#top-links .dropdown-menu {
  text-shadow: none;
  border-radius: 0px;
}

#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #333;
	background-color: #eee;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
  font-size: 16px;
	text-shadow: none;
	text-decoration: none;
  margin-top: 12px;
  background: transparent;
  min-width: 40px;
  min-height: 40px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ff8500;
}
#top .btn-link:active, #top-links a:active {
  color: #ff8500;
}
#top .btn-link:focus, #top-links a:focus {
  color: #ff8500;
}
#top-links .dropdown-menu a {
  color: #333;
  font-size: 16px;
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #333;
  text-shadow: none;
  background-color: #eee;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links a + a {
	margin-left: 0px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	/*margin-bottom: 10px;*/
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: none;
        height: 40px;
        background-color: #f5ab1e;
        border-color: #f5ab1e;
}
/* cart */
#cart {
	margin-bottom: 0px;
      
}
#search {
  padding: 5px 0px 0px 15px;
}

#logo {
  padding: 5px 15px 0px 25px;
}

#cart > .btn {
  font-size: 15px;
  line-height: 18px;
  color: #FFF;
  background-color: transparent;
  border: none;
  border-radius: none;
  box-shadow: none;
  padding: 10px 15px 10px 15px;
  height: 50px;
  margin-right: 20px;
}
#cart.open > .btn {
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}


#cart.open > .btn:hover {
	color: #fa830c;
}
#cart > .btn:hover {
	/*focus texto menu principal */
  color:#f5ab1e;
  background-color: transparent;
                  
               
}

#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

#menu .nav > li > a  {
	/* texto menu principal */
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.checkout-header:focus {
    background-color: #3bac44 !important;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
   background-color: transparent;
   color: #f5ab1e;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	/*texto focus sub-menus */
                color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 13px;
}
/* #menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
                  /*menu Ver todo Focus
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}*/
#menu #category {
	/* text menu pantalla pequeña */
                  float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
/*#menu .btn-navbar {
	/*boton navegacion pantalla pequeña
                  font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}*/
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	/*boton navegacion pantalla pequeña*/
                  color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
                               
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
           
	min-height: 600px;
}
/* footer */
/*footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	/*texto
                  color: #e2e2e2;
}*/
/*footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}*/
/*footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}*/
/* menu */

/*#menu {
                  /*Color Menu  
	background-color: #229ac8;
                  /*Color Menu  
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
*/

#menu-cat .nav > li > a  {
	/* texto menu principal */
  font-size: 14px;
  color: #fff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	padding: 7px 15px 10px 15px;
	/*Altura nac*/
  min-height: 15px;
	background-color: transparent;
  font-weight: 401;
  font-family: 'Roboto', sans-serif;
}
#menu-cat .nav > li > a:hover, #menu .nav > li.open > a {
	/*focus texto menu principal */
  background-color: transparent;
  color: #f5ab1e;
}
#menu-cat .dropdown-menu {
	padding: 10px 0px 10px 0px;
  border-radius: 0px;
}
#menu-cat .dropdown-inner {
	display: table;
}
#menu-cat .dropdown-inner ul {
	display: table-cell;
}
#menu-cat .dropdown-inner a {
	min-width: 238px;
	display: block;
	padding: 7px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
  border-radius: 0px;
}
#menu-cat .dropdown-inner li a:hover {
	/*texto focus sub-menus */
  color: #FFFFFF;
}
#menu-cat .dropdown-inner li a:hover {
  /*texto focus sub-menus */
  color: #444;
  background: #eee;
}
#menu-cat .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 13px;
}

#menu-cat .see-all-lg {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 13px;
}
/* #menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
  /*menu Ver todo Focus
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}*/
#menu-cat #category {
	/* text menu pantalla pequeña */
  float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
/*#menu .btn-navbar {
	/*boton navegacion pantalla pequeña
  font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}*/
#menu-cat .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	/*boton navegacion pantalla pequeña*/
  color: #ffffff;
	background-color: #ff8500;
}
@media (min-width: 768px) {
	#menu-cat .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu-cat {
		border-radius: 4px;
                               
	}
	#menu-cat div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu-cat div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu-cat .dropdown-inner {
		display: block;
	}
	#menu-cat .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu-cat .dropdown-menu a:hover,
	#menu-cat .dropdown-menu ul li a:hover {
		background: #ff8500;
                color: #fff;
                    
	}
	#menu-cat .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.alert-stay {
	padding: 8px 14px 8px 14px;
}

.alert-certificate {
	padding: 8px 14px 8px 14px;
        margin-bottom: 5px;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-radius: 4px;
}


.breadcrumb {
  background: none;
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
  margin-top: 20px;
}
.breadcrumb li a {
  color: #999999;
}
.breadcrumb li:first-child {
  background: url('../image/icon-home.png') no-repeat left center;
}
.breadcrumb li:first-child a {
  padding-left: 20px;
}
.breadcrumb li:last-child:before {
  color: #000;
}
.breadcrumb li:last-child a {
  color: #000;
}

/* breadcrumb 
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
        
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}/*
.pagination {
	margin: 0;
}
/* buttons */

.pagination {
	margin: 0;
                  
}
/*.pagination .active a {
    background-color: #6c58bF;
    color: #ffffff;
}

.pagination a {
    background-color:  black;
   margin:70;
}*/

.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #444;
	text-shadow: none;
	background-color: #f6f6f6;
  border-radius: 0px;
  border:1px solid #f6f6f6;
  font-size: 14px;
  min-width: 40px;
  min-height: 40px;
}
.btn-default:hover {
  color: #444;
  text-shadow: none;
  background-color: #ebebeb;
  border-radius: 0px;
  border:1px solid #ebebeb;
  font-size: 14px;
}
.btn-default:active {
  color: #444;
  text-shadow: none;
  background-color: #ebebeb;
  border-radius: 0px;
  border:1px solid #ebebeb;
  font-size: 14px;
}
.btn-default:focus {
  color: #444;
  text-shadow: none;
  background-color: #ebebeb;
  border-radius: 0px;
  border:1px solid #ebebeb;
  font-size: 14px;
}
                  

.btn-biipago:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: none;
}

.btn-warning {
  color: #fff;
  text-shadow: none;
  background-color: #f5ab1e;
  border-radius: 0px;
  border:1px solid #f5ab1e;
  font-size: 14px;
  height: 40px;
  min-width: 40px;
}
.btn-warning:hover {
  color: #fff;
  text-shadow: none;
  background-color: #e67800;
  border-radius: 0px;
  border:1px solid #e67800;
  font-size: 14px;
}
.btn-warning:active {
  color: #fff;
  text-shadow: none;
  background-color: #e67800;
  border-radius: 0px;
  border:1px solid #e67800;
  font-size: 14px;
}
.btn-warning:focus {
  color: #fff;
  text-shadow: none;
  background-color: #e67800;
  border-radius: 0px;
  border:1px solid #e67800;
  font-size: 14px;
}


.btn-danger {
  color: #fff;
  text-shadow: none;
  background-color: #da4f49;
  border-radius: 0px;
  border:1px solid #da4f49;
  font-size: 14px;
  height: 40px;
  min-width: 40px;
}
.btn-danger:hover {
  color: #fff;
  text-shadow: none;
  background-color: #bd362f;
  border-radius: 0px;
  border:1px solid #bd362f;
  font-size: 14px;
}
.btn-danger:active {
  color: #fff;
  text-shadow: none;
  background-color: #bd362f;
  border-radius: 0px;
  border:1px solid #bd362f;
  font-size: 14px;
}
.btn-danger:focus {
  color: #fff;
  text-shadow: none;
  background-color: #bd362f;
  border-radius: 0px;
  border:1px solid #bd362f;
  font-size: 14px;
}


.btn-success {
  color: #fff;
  text-shadow: none;
  background-color: #5bb75b;
  border-radius: 0px;
  border:1px solid #5bb75b;
  font-size: 16px;
  height: 40px;
  min-width: 40px;
}
.btn-success:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489648;
  border-radius: 0px;
  border:1px solid #489648;
  font-size: 16px;
}
.btn-success:active {
  color: #fff;
  text-shadow: none;
  background-color: #489648;
  border-radius: 0px;
  border:1px solid #489648;
  font-size: 16px;
}
.btn-success:focus {
  color: #fff;
  text-shadow: none;
  background-color: #489648;
  border-radius: 0px;
  border:1px solid #489648;
  font-size: 16px;
}

.btn-info {
  color: #fff;
  text-shadow: none;
  background-color: #167f1e;
  border-radius: 0px;
  border:1px solid #167f1e;
  font-size: 16px;
  min-height: 40px;
  min-width: 40px;
}
.btn-info:hover {
  color: #fff;
  text-shadow: none;
  background-color: #3bac44;
  border-radius: 0px;
  border:1px solid #3bac44;
  font-size: 16px;
}
.btn-info:active {
  color: #fff;
  text-shadow: none;
  background-color: #167f1e;
  border-radius: 0px;
  border:1px solid #167f1e;
  font-size: 16px;
}
.btn-info:focus {
  color: #fff;
  text-shadow: none;
  background-color: #167f1e;
  border-radius: 0px;
  border:1px solid #167f1e;
  font-size: 16px;
}

.currency-top {
    padding-top: 5px;
}

.btn-link:hover, .btn-link:focus {
    color: #fff;
    text-decoration: none;
    background-color: #033577;
    font-size: 16px;
}

.btn-link-currency {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #fff;
    border-radius: 0;
    font-weight: 300;
    background-color: #167f1e;
    font-size: 16px !important;
}

.btn-link-currency:hover, .btn-link-currency:focus {
    color: #f5ab1e;
    text-decoration: none;
    background-color: #167f1e;
    font-size: 16px;
}

.btn-link-currency-menu {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #333;
    border-radius: 0;
    font-weight: 300;
    background-color: #fff;
    font-size: 16px;
    text-align: left;
}

.btn-link-currency-menu:hover, .btn-link-currency-menu:focus {
    color: #333;
    text-decoration: none;
    background-color: #eee;
    font-size: 16px;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #fff;
	border-radius: 0;
        font-weight: 300;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #666;
	padding: 5px 12px;
  font-size: 14px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

.category-list {
  margin-bottom: 12px;
  margin-top: 2px;
  overflow: hidden;
  
  
}
.category-list ul li {
  float: left;
  margin-right: 20px;
   list-style:none;
}
.category-list ul li a {
  color: #666666;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: background-color 0.5s linear 0s;
  transition: background-color 0.5s linear 0s;
}
.category-list ul li a:hover {
  color: #ff8500;
}
.text-refine {
  float: left;
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
  text-transform: uppercase;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
       
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fas-star {
	color: #999;
	font-size: 13px;
}
.rating .fa-star {
	color: #FA830C;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
  color: orange;
}


/*.product-thumb .price {
	color: orange;
                  text-align: center; 
                  
}

.product-thumb .price-new {
	font-weight: 600;
                  font-size: 21px;
                  color: orange;
}*/
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
                  font-size: 18px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
                 
}
.thumbnails {
	margin-left: -20px;
                 
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}


.image-verified {
	max-width: 190px;
       
}

.image-verified-rif {
	max-width: 300px;
}

.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}




.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}

.seller-center {
	
        padding-top: 30px;
}
.flex-direction-nav a:before {
	line-height: 40px;
}
/*
#feedback {
	
	border-radius: 2px;
	color: #666666;
	background: #191919;
	margin: 10px 0px;
	padding: 5px 0;
}
*/
#feedback ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}
/*#feedback li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 4px 10px;
	border-bottom: 1px dotted #000000;
} */
#feedback div:first-child {
	margin-bottom: 0px;
}
#feedback .progress {
	height: 6px;
	margin-bottom: 0;
}

.cursive-font {
font-style: italic;
}

.whitout-padding {
    padding-left: 0px;
    padding-right: 0px;
   
    
}

.footer-margen {
  border-bottom: 1px solid #ebebeb;
}


#footer .box{
  padding-top: 10px; 
  padding-bottom: 10px;
  padding-left: 25px;
  margin-top: 0px;
  margin-botton: 0px;
  list-style-type: none;
  font-size: 13px;
}

@media (min-width: 960px) {
  #footer .left{  
    border-left: 1px solid #ebebeb;
  }
  
  #footer .botton{
    border-bottom: 1px solid #ebebeb;  
  }
}
@media (max-width: 960px) {
  #footer .left{  
    border-left: 0px solid #ebebeb;
  }
  
  #footer .botton{
    border-bottom: 0px solid #ebebeb;  
  }
}

#footer hr{
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ebebeb;  
}

.lineup{
  padding-bottom: 10px; 
}
.lineup2{
   padding-top: 10px; 
  padding-bottom:10px; 
}

.button_mini {
  background: #FAA732;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 300;
  height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
}
.button_mini:hover {
  background: #F99305;
  color: #FFFFFF;
}

.inputEmail {
  background: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 30px;
  color: #393737;
  width: 180px;
  font-weight: 300;
  padding-left: 10px;
}

.new-heading {
    margin-bottom: 8px;
  
}

#header {
  background-color: #1352a7;
}

#list-head {
  color: #fff;
  background-color: #167f1e;
}

.last_history {
	color: #292929;
	background: #deecff;	
}

/* ADD-> YUDITH */

#design {
    background-color: #f5f5f5;
    color: #ffab61;
}


.btn-biipago {
  color: #333;
  background-color: #f5ab1e;
  border-color: #f5ab1e;
  border-radius: 0px;
  font-size: 16px;
  height: 40px;
  min-width: 40px;
 

}

.btn-biipago:hover {
  color: #ffffff;
  background-color: f7a200;
  border-color: f7a200;
  border-radius: 0px;
  font-size: 16px;
  height: 40px;
  min-width: 40px;
}



.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
}


.panel-default, .panel-heading, .panel-body, .panel-footer, .panel {
  border-radius: 0px;
}

.tooltip {
    z-index: 50000;
}

.btn-clean {
    height: 40px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    border-color: transparent;
}

.btn-clean:hover {
    color:black;
}

.align-right {
    display: flex;
    justify-content: right;
    align-items: center;
}

.whitout-border {
    border: 0px;
}

.panel-filter {
    color: #fff;
    background-color: #033577;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
}

.fa,.fas {
    font-weight: 400;
}

.color-orange {
    color: #ff8500;
}

.message-down {
   color: #ff8400;
   font-size: 12px; 
}

.rating-list {
    text-align: center;
    letter-spacing: 2pt;
    border: 1px solid #ebebeb;
    border-bottom: 0px;
    border-top: 0px;
}
.price-min-height {
    min-height: 60px;
}


.rating-list .fa-star {
    color: #FC0;
    font-size: 20px;
}

.price-product-thumb-module {
    color: #167f1e;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
}

.price-product-thumb-module-one {
    color: #167f1e;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
    padding-top: 11px;
}

.hr-short {
    margin-top: 0px;
    margin-bottom: 0px;
}

.module-marge {
    margin-top: 2px;
}

.thumbnailInfoVendedorVsm {
    width: 100%;
    padding: 10px;
    min-height: 70px;
    min-width: 240px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

.thumbnailInfoVendedorVsmModal {
    width: 100%;
    padding: 10px;
    min-height: 710px;
    min-width: 240px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}
.row-seller {
    margin-left: 0px;
    margin-right: 0px;
}

.whitout-list {
    list-style: none;
    padding-left: 0px;
}



.header-flag {
	height:19px; 
        margin-bottom: 5px;
        margin-right: 5px;
}

.header-focus {
   background-color: #167f1e !important;
}

.header-focus:focus,header-focus:hover {
    text-decoration: none;
    background-color: #167f1e !important;
}

.text-route-biiplace {
   font-size: 20px !important;
   color: #033577 !important;
}

.text-route-biiplace:hover {
   color: #5f6068 !important;
}

.btn-email-check {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: #faebcc;
    border-radius: 0px;
    font-size: 14px;
    height: 35px;
    min-width: 30px;
    padding-top: 5px;
}

.manufacturer-image-product-product {
    position: absolute;
    right: 15px;
    z-index: 4;
    display: block;
}

.manufacturer-image-product {
    position: absolute;
    right: 20px;
    z-index: 4;
    display: block;
    margin-top: 160px;
}

.manufacturer-image-product-bm {
    position: absolute;
    right: 15px;
    z-index: 4;
    display: block;
    margin-top: 100px;
}

.manufacturer-image-product-catg {
    position: absolute;
    right: 15px;
    z-index: 4;
    display: block;
    margin-top: 160px;
}



   .html-box-center {
       padding-right: 90px;
        color: #fff;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 100px;
        padding-right: 100px;
        min-height: 260px;
    }
    


    .btn-html {
        color: #ffffff;
        background-color: #167f1e;
        border-color: #167f1e;
        border-radius: 11px;
        font-size: 20px;
        height: 65px;
        padding-top: 13px;
    }
    
    .btn-html:hover {
        color: #ffffff;
        background-color: #47a24e;
    }
    
    .btn-html:focus {
        color: #ffffff;
    }
    
    
    @media (min-width: 768px) {
        .html-title {
            font-size: 40px;
            font-weight: 600;
            line-height: 50px;
        }

        .html-text {
            font-size: 24px;
            line-height: 30px;
        }

        .html-box-left {
            padding-right: 90px;
        }

        .html-box-right {
            padding-left: 90px;
        }
    }

    @media (max-width: 767px) {

        .html-title {
            font-size: 30px;
            font-weight: 600;
            line-height: 40px;
        }

        .html-text {
            font-size: 18px;
            line-height: 30px;
        }

        .html-box-left {
            padding-right: 35px;
            padding-left: 35px;
            text-align: center;
        }

        .html-box-right {
            padding-right: 35px;
            padding-left: 35px;
            text-align: center;
        }



        .certificate-box-center {
            padding-right: 90px;
            background-color: #033577;
            color: #fff;
            padding-top: 45px;
            padding-bottom: 45px;
            padding-left: 100px;
            padding-right: 100px;
        }
    
}
.seller-certificate {
    height: 140px;
}

.product-tittle-panel-thumb-xs {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.category-alto-name-xs {
    /*max-height: 80px !important;
    min-height: 80px !important;*/
}

.price-product-thumb-one-xs {
    color: #fa830c;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.price-product-thumb-xs {
    color: #167f1e;
    font-size: 18px;
    font-weight: 500;
    margin-top: 2px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.manufacturer-image-product-catg-xs {
    position: absolute;
    right: 0px;
    z-index: 4;
    display: block;
    padding-top: 0px;
}

.panel-body-product-xs {
    background: #fff;
    border-radius: 0px;
    border-bottom: 0px;
    text-align: center;
}

.panel-footer-xs {
    padding: 10px 15px;
    background-color: #f5f5f5;
}

.panel-footer-product-xs {
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.panel-heading-xs {
    padding: none;
 }
 
 
.image-radio-xs {
    border-radius: 10px;
}

.carousel-inner img {
  margin: auto;
}

.icon-product-cart-one {
    position: absolute;
    top: -20px;
    left: 15px;
    z-index: 4;
    display: block;
    background: #167f1ede;
    color: #fff;
    padding-top: 12px;
    font-size: 20px;
    min-width: 50px;
    min-height: 50px;
    font-size: 17px;
    text-align: center;
    border-radius: 0px 25px 25px 25px;
    padding-left: 12px;
}

.icon-product-cart-one-lg {
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 4;
    display: block;
    background: #167f1ede;
    color: #fff;
    padding-top: 12px;
    font-size: 20px;
    min-width: 50px;
    min-height: 50px;
    font-size: 17px;
    text-align: center;
    border-radius: 0px 25px 25px 25px;
    padding-left: 12px;
}

.icon-product-whait {
    background: #d3bb3f75;
    color: #565c63;
}

.sort-passing {
    padding-left: 5px;
    padding-right: 5px
}   

.panel-body-xs {
    padding: 5px;
}


.right-button {
    padding-right: 5px;
    padding-left: 5px;
}


.sellby-list-xs {
    font-size: 12px;
    color: #033577;
}

.sellby-list-lg {
    font-size: 12px;
    color: #033577;
    padding-top: 2px;
}

.hr-xs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sections-tittle-xs {
    font-size: 20px;
    color: #2b2c35;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.img-seller-rep {
    height: 80px !important; 
}

.seller-certificate-xs {
    height: 100px !important;
}

.panel-left-bnt-xs {
    width: 100%;
    height: auto;
    padding: 5px 5px 5px 5px;
    background: #f6f9fb;
    margin-bottom: 20px;
}

.panel-product-new {
    background: #fa830c;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 6px;
    padding-left: 6px;
    margin-right: 50px;
    font-size: 12px;
    color: #fff;
    margin-left: 50px;
    border-radius: 10px 0px 10px 0px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.product-aviable-new {
    color: #fff;
    font-weight: 500;
}

.sellby-list-oficial-xs {
    font-size: 12px;
    color: #fff;
    background: #b57a1d;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 5px 0px 5px 0px;
}

.total-cart-float {
   position: absolute;
    top: 148px;
    left: top;
    z-index: 999;
    background: #f5ab1ee6;
    color: #333;
    padding-top: 12px;
    font-size: 20px;
    min-width: 50px;
    min-height: 50px;
    font-size: 17px;
    text-align: center;
    border-radius: 25px 0px 0px 25px;
    padding-left: 30px;
    right: 0px;
    font-weight: 700;
    padding-right: 15px;
}

.search-top-float-xs {
   position: fixed;
   top: 0px;
   z-index: 999;
   right: 0px;
   left: 0px;
}

.total-cart-float-fixed {
   position: fixed;
   top: 72px !important;
   z-index: 1500;
   
}

.badgeCartInver[data-badge]::after {
    background: #167f1ede !important;
    box-shadow: none !important;
    color: #fff !important;
}

.square-biimarket-seller {
    background: #f5ab1e;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 6px;
    margin-right: 22px;
    font-size: 12px;
    margin-left: 22px;
    border-radius: 5px;
    color: #fff;
    z-index: 2;
    position: relative;
    border: 1px solid #f5ab1e;
}

.square-biiligo-seller {
    background: #033577;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 6px;
    margin-right: 22px;
    font-size: 12px;
    margin-left: 22px;
    border-radius: 5px;
    color: #fff;
    z-index: 2;
    position: relative;
    border: 1px solid #033577;
}

.container-fluid-xs {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

#search .btn-lg-xs {
    font-size: 15px;
    line-height: 18px;
    text-shadow: none;
    height: 40px;
    width: 9px;
    background-color: #f5ab1e;
    border-color: #f5ab1e;
}

.navbar-toggle-xs {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
}

.button-biiligo {
    background-color: #002a80;
    padding-bottom: 17px;
    border-radius: 12px;
}

.button-biimarket {
    background-color: #167f1e;
    padding-bottom: 17px;
    border-radius: 12px;
}

.logotipo-biimarket-responsive {
    margin-top: 17px;
    width: 160px;
    height: 57%;
}

.logotipo-biimarket-responsive-lg {
    margin-top: 6px;
    width: 160px;
}
/*Style biimarket */

.menu-cat-biimarket {  
    background-color: #167f1e !important;
    border-color: #167f1e !important;
}

.btn-navbar-biimarket {
    background-color: #f5ab1e !important;
    border-color: #f5ab1e !important;
}

.btn-cart-marge-ajuste {
    margin-left: -5px;
    margin-right: -5px;
}

.message-lg-add-cart {
    position: absolute;
    width: 80%;
    z-index: 2;
    top: 280px;
}


.ajust-biimarket-box-cag {
    margin-top: -5px;
}

.border-box-catalogo {
    border: 1px solid #ebebeb;
    border-bottom: 0px;
    border-top: 0px;
}
    

.scroll-cart-product {
    min-width: 500px;
    margin-top: 8px;
    margin-left: -383.45px !important;
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
}

.name_category {
    color: #167f1e;
    font-size: 17px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
 }
 
 .btn-whatsapp {
  color: #fff;
  text-shadow: none;
  background-color: #85be00;
  border-radius: 0px;
  border:1px solid #85be00;
  font-size: 14px;
  min-width: 40px;
  min-height: 40px;
  padding: 5px 12px;
}

.btn-whatsapp-xs {
  color: #fff;
  text-shadow: none;
  background-color: #85be00;
  border-radius: 0px;
  border:1px solid #85be00;
  font-size: 14px;
  min-width: 40px;
  min-height: 40px;
  padding: 5px 8px;
}

.btn-whatsapp:hover {
  color: #444;
  text-shadow: none;
  background-color: #ebebeb;
  border-radius: 0px;
  border:1px solid #ebebeb;
  font-size: 14px;
}

.btn-alert {
    color: #000;
    text-shadow: none;
    background-color: #ffb300;
    border-radius: 0px;
    border: 4px solid #000;
    font-size: 16px;
    min-height: 40px;
    min-width: 40px;
}

.btn-alert:hover {
  color: #fff;
  background-color: #000;
  border:4px solid #ffb300;
}


nav-biiligo-market {
    background-color: yellow;
    padding-bottom: 3px;
    margin-top: -3px;
}

.btn-promo-whatsapp {
    color: #ffffff;
    background-color: #16cd64;
    border-color: #16cd64;
    border-radius: 0px;
    font-size: 14px;
    height: 40px;
    min-width: 40px;
}

.box-withe {
    background: #fff !important;
}