<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body{
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    overflow-x:hidden; 
}
h1{
    font-size: 44px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 18px;
}
a{
    color: #666;
}
a:hover{
    color: #e2232a;
    text-decoration: none;
    transition: all 0.25s;
}
a:focus{
    text-decoration: none;
}
.bold{
  font-weight: bold;
}
.colored{
  color: #e2232a;
}
.colored:hover{
  color: #666;
}
.colorblue{
  color: #365786;
}
.colorblue:hover{
  color: #666;
}
.alignleft{
  float: left;
}
.alignright{
  float: right;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
img.alignleft{
    margin: 0 20px 15px 0;
}
img.alignright{
    margin: 0 0 15px 20px;
}
.clearfix:before{
  content: "";
  display: table;
}

.container{
        padding-left: 0;
        padding-right: 0;
}

/* ----------------
 Header
 */
  /*-----------------
 Nav on top]
 */
.nav-ontop{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-bottom: 0px;
  height: 50px;
  background: #eee;
  z-index: 101;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
}
.nav-ontop span.notify-right{
  top: 2px;
}
.nav-ontop&gt;.container{
  position: relative;
  margin-top:-21px;
}
.nav-ontop #box-vertical-megamenus{
    width: 80px;
    padding: 0;
}
.nav-ontop #box-vertical-megamenus .banner-img{
  overflow: hidden;
  display: none;
}
.nav-ontop #box-vertical-megamenus .title{
  background: #eee;
  color: #999;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid #eaeaea;
}

.nav-ontop #box-vertical-megamenus .title.active{
  background: #fff;
}
.nav-ontop #box-vertical-megamenus .title .btn-open-mobile {
  margin-right: 15px;
}
.nav-ontop #box-vertical-megamenus .title .title-menu{
  display: none;
}
.nav-ontop #box-vertical-megamenus .vertical-menu-content{
  min-width: 270px;
  position: absolute;
  display: none;
  border-top: none;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  padding-bottom: 15px;
  border-left: 1px solid #eaeaea;
}
.nav-ontop #box-vertical-megamenus .vertical-menu-content .vertical-menu-list{
  border-left: none;
}
.nav-ontop #box-vertical-megamenus .vertical-menu-content .all-category{
  margin-left: 20px;
}

#shopping-cart-box-ontop{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
}
#shopping-cart-box-ontop .fa{
  line-height: 50px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  width: 100%;
  color: #999;
}
#shopping-cart-box-ontop .shopping-cart-box-ontop-content{
  position: absolute;
  right: 0;
  top:100%;
}
#shopping-cart-box-ontop:hover .cart-block{
   -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
}

#user-info-opntop{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 50px;
}
#user-info-opntop a.current-open span{
  display: none;
}
#user-info-opntop a.current-open{
  height: 50px;
  padding-top: 17px;
  width: 50px;
  float: left;
  text-align: center;
}
#user-info-opntop a.current-open:hover .dropdown-menu{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  -o-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -khtml-transform:translateY(0px);
  opacity: 1;
  z-index: 2;
}
#user-info-opntop a.current-open:before{
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f007";
    color: #999;
}


#user-info-opntop .dropdown{
  height: 50px;
}
#user-info-opntop .dropdown-menu{
  border-radius: 0;
  border: none;
  top: 48px;
  right: 0;
  left: auto;
  border-top: 2px solid #e2232a;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  opacity: 0;
  display: block;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -khtml-transform: translateY(50px);
  z-index: 0;
  visibility: hidden;
}
#user-info-opntop .dropdown.open &gt;.dropdown-menu{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  -o-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -khtml-transform:translateY(0px);
  opacity: 1;
  z-index: 2;
  visibility: inherit;
}

#form-search-opntop{
  position: absolute;
  top: 0px;
  right: -15px;
  height: 50px;
  display: none;
}
#form-search-opntop .form-category{
  display: none;
}
#form-search-opntop form{
  margin-top: 30px;
  border: 1px solid transparent;
  padding-right: 10px;
}
#form-search-opntop .btn-search{
}
#form-search-opntop .btn-search{
  margin-top: 0px;
}
#form-search-opntop .btn-search:before{
    font: normal normal normal 18px/1 FontAwesome;
      content: "\f002";
      color: #999;
      height: 30px;
      width: 25px;
      display: block;

      padding-top: 6px;
}
#form-search-opntop .input-serach{
  height: 30px;
  padding: 5px 5px 0 5px;
}
#form-search-opntop .input-serach input{
  width: 0px;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}


#form-search-opntop:hover form{
    border: 1px solid #dfdfdf;
    background: #fff;
}
#form-search-opntop:hover .input-serach input{
  width: 150px;
}

/*-----------------
 Top header
 */
 
.top-header{
    background: #f9f9f9;
}
.top-header .language ,
.top-header .user-info,
.top-header .shop-link{
    width: auto;
    display: inline-block;
    line-height: 28px;
  font-size: 12px;
}
.top-header .user-info .fa,
.top-header .shop-link .fa{
  font-size: 15px;
  margin:5px 5px 0 0;
}
.top-header .language, .top-header .user-info, .top-header .shop-link{
  float: right;
}

.top-header img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}
.top-header a{
    border-right: 1px solid #e0e0e0;
    padding-right: 10px;
    margin-left: 10px;
}
.top-header a.first-item{
    margin-left: 0;
}
.top-header a.current-open:after{
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 17px;
      vertical-align: 0;
      padding-left: 5px;
      font-weight: bold;
}
.top-header .dropdown{
  width: auto;
  display: inline-block;
}

.top-header .dropdown-menu{
    border-radius: 0;
    border: none;
    top: 100%;
    left: 0;
    border-top: 2px solid #e2232a;
    transition:all 0.4s ease-out 0s;
    -webkit-transition:all 0.4s ease-out 0s;
    -o-transition:all 0.4s ease-out 0s;
    -ms-transition:all 0.4s ease-out 0s;
    opacity: 0;
    display: block;
    transform:translateY(50px);
    -webkit-transform:translateY(50px);
    -o-transform:translateY(50px);
    -ms-transform:translateY(50px);
    -khtml-transform:translateY(50px);
    z-index: 0;
    visibility: hidden;
}
.top-header .dropdown.open &gt;.dropdown-menu{
  transform:translateY(0px);
    -webkit-transform:translateY(0px);
    -o-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -khtml-transform:translateY(0px);
  opacity: 1;
  z-index: 2;
  visibility: inherit;
}
.top-header .dropdown-menu a{
    border: none;
    margin: 0;
    padding: 0;
    padding: 5px 10px;
} 
span.notify{
    width: 32px;
    height: 16px;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: 11px;
    padding: 1px 18px 15px 14px;
    z-index: 1;
    position:relative;
}
span.notify-right{
    background: url('../imagenes/cart-bg.png') no-repeat;
    right: 0px;
    top: 6px;
}
/*-----------------

/*-----------------
 Main header
 */
.main-header{
    padding: 4px 0 4px 0;
}
.main-header .header-search-box{
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 35px;
    
}
.main-header .header-search-box .form-inline{
    height: 37px;
    border: 1px solid #eaeaea;
    position: relative;
  border-radius: 8px;
}
.main-header .header-search-box .form-inline .form-category{
    background: #e4e4e4;
    height: 35px;
  border-radius: 8px 0px 0px 8px;
  font-size:12px;
}
.main-header .header-search-box .form-inline .select2{
    border-right: 1px solid #eaeaea;
    min-width: 152px;
    height: 36px;
}
.main-header .header-search-box .form-inline .select2 .select2-selection{
    border: none;
    background: transparent;
    margin-top: -1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px;
    right: 7px;
}
.select2-dropdown{
    border: 1px solid #eaeaea;
}
.select2-container--open .select2-dropdown {
  left: -1px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
}
.main-header .header-search-box .form-inline .input-serach{
    width: calc(100% - 200px);
    
}
.main-header .header-search-box .form-inline .input-serach input{
    border: none;
    padding-left: 15px;
    padding-top: 8px;
    width: 100%;
}
.main-header .header-search-box .form-inline .btn-search{
    width: 37px;
    height: 37px;
    background: #e2232a url("../imagenes/search.png") no-repeat center center;
    border: none;
    border-radius: 0px 8px 8px 0px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -1px;
    right: -1px;
}
.main-header .header-search-box .form-inline .btn-search:hover{
  opacity: 0.8;
}

/*-----------------
 Search Suggest
 */
 
.main-header .header-search-box .form-inline .input-serach .results_container{
  position:relative;
  z-index:9999; 
} 

#myDiv{
  position:absolute;
  background-color:#fff;
  border: 1px solid #eaeaea;
  margin-top:8px;
  margin-right:-8px;
  margin-left:-5px;
  -webkit-box-shadow: 8px 8px 15px 0 #303030;
  box-shadow: 8px 8px 15px 0 #303030;
}

.sugerencias {
  float:left;
  background-color:#fff;
  padding-right:8px;
  display:block;
  margin-bottom:10px;
  line-height:15px;
  border-bottom: 1px solid #eaeaea;
  width:100%;
  height:65px;
}
.sugerencias p{
  font-size:12px;
  display:inline;
}

.sugerencias img{
  float:left;
  width: 50px;
    height: 50px;
  margin-right:8px;
  display:inline-block;
}
.sugerencias:hover{
 background-color:#f9f9f9;
}

.sugerencias-2 {
  float:left;
  background-color:#fff;
  display:block;
  margin-bottom:10px;
  line-height:15px;
  border-bottom: 1px solid #eaeaea;
  width:100%;
  height: 33px;
  padding: 0 0 0px 10px;
}

.sugerencias-2 p{
  font-size:12px;
  display:inline;
}

.sugerencias-2:hover{
 background-color:#f9f9f9;
}

.sugerencias-3 {
  float:left;
  background-color:#fff;
  display:block;
  margin-bottom:10px;
  line-height:15px;
  border-bottom: 1px solid #eaeaea;
  width:100%;
  height: 25px;
  padding: 0 0 0px 10px;
}

.sugerencias-3 p{
  font-size:12px;
  display:inline;
}

.sugerencias-3:hover{
 background-color:#f9f9f9;
}




/*acordeon*/


#container-main{
    margin:40px auto;
    width:100%;
    min-width:320px;
    max-width:960px;
}
 

.accordion-content {
    background: rgba(11, 7, 7, 0.76);
    width: 104%;
    margin: 20px 0 0 -10px;
    -webkit-box-shadow: 8px 8px 15px 0 #303030;
    box-shadow: 8px 8px 15px 0 #303030;
}
 
.accordion-container {
    width: 100%;
    margin: 0 0 20px;
    clear:both;
}
 
.accordion-titulo {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #F44336;
    text-decoration: none;
}
.accordion-titulo.open {
    color: #666;
}
.accordion-titulo:hover {
}
 
.accordion-titulo span.toggle-icon:before {
    content:"+";
}
 
.accordion-titulo.open span.toggle-icon:before {
    content:"-";
}
 
.accordion-titulo span.toggle-icon {
    position: absolute;
    right: 20px;
    font-size: 38px;
    font-weight:bold;
}
 
.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}
 
.accordion-content p{
    margin:0;
}
 
.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
}
 
.accordion-content ul li {
    display: block;
    margin-bottom: 10px;
}

.accordion-ver-mas a{
    font-size: 12px;
    color: #fff;

}

.accordion-cerrar a{
    font-size: 14px;
    color: #ff0202;
    font-weight: bold;
}


/*-----------------
 Main menu
 */
.nav-top-menu{
    background: #fff;
  border-top: 1px solid #eee;
}
/*-----------------
 Vertical menu
 */
.box-vertical-megamenus{
    position: absolute;
    left: 15px;
    right: 20px;
    z-index: 1000;
    background: #fff;
  margin-top:20px;
}

.box-vertical-megamenus .title{
    background: #fff;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  border: 1px solid #d8d8d8;
}
.box-vertical-megamenus .title .title-menu{
    color: #333;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
  font-style:italic;
  display:inline-block;
  padding-top:10px;
}
.box-vertical-megamenus .title .btn-open-mobile&gt;.fa{
  line-height: inherit;
}
.box-vertical-megamenus .title .btn-open-mobile{
  font-size: 17px;
  cursor: pointer;
  line-height: 50px;
}
.box-vertical-megamenus .vertical-menu-content{
    border-top: 3px solid #e2232a;
    background: #fff;
    display: none;
    padding-bottom: 15px;
}
.home .box-vertical-megamenus .vertical-menu-content{
  display: block;
}
.box-vertical-megamenus .vertical-menu-list{
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.box-vertical-megamenus .vertical-menu-list li:last-child{
  border-bottom: 1px solid #d8d8d8;
}
.box-vertical-megamenus .vertical-menu-list li{
  display: block;
  line-height: 29px;
  margin-left: -1px;
  position: relative;
}
.box-vertical-megamenus .vertical-menu-list&gt;li:hover{
  background: #e2232a;
}
.box-vertical-megamenus .vertical-menu-list&gt;li:hover&gt;a{
  color: #fff;
  border-color: #e2232a;
}
.box-vertical-megamenus .vertical-menu-list&gt;li:hover&gt;a.parent:before{
  color: #fff;
}
.box-vertical-megamenus .vertical-menu-list&gt;li&gt;a{
  padding-left: 20px;
  line-height: 29px;
  display: block;
}
.box-vertical-megamenus .vertical-menu-content ul&gt;li&gt;a.parent:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 8px;
  right: 8px;
  color: #666;
}
.box-vertical-megamenus .vertical-menu-content ul&gt;li&gt;a.parent:after {
  position: absolute;
  background: #fff;
  height: 100%;
  top: 0;
  right: -2px;
  width: 2px;
  content: ' ';
  z-index: 2000;
  opacity: 0;
}
.box-vertical-megamenus .vertical-menu-content ul &gt; li:hover &gt; a.parent:after{
  opacity: 1;
}
.box-vertical-megamenus .vertical-menu-content ul &gt; li.cat-link-orther{
  display: none;
}


.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu,
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu-2,
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu-3,
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu-4,
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu-5,
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu-6,
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu-7,
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu-8,
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu-9,
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu-10,
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu-11{

  visibility: visible;
  display: block;
  height: auto;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;

}

.box-vertical-megamenus .all-category span{
    height: 40px;
    width: 100%;
    line-height: 39px;
    border: 1px solid #d8d8d8;
    display: block;
    cursor: pointer;
  padding-left: 20px;
}
.box-vertical-megamenus .all-category span:hover{
  background: #e2232a;
  color: #fff;
  border-color: #e2232a;
}
.box-vertical-megamenus .all-category span:after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-weight: bold;
    margin-left: 20px;
}

.vertical-dropdown-menu, 
.vertical-dropdown-menu-2,
.vertical-dropdown-menu-3,
.vertical-dropdown-menu-4,
.vertical-dropdown-menu-5,
.vertical-dropdown-menu-6,
.vertical-dropdown-menu-7,
.vertical-dropdown-menu-8,
.vertical-dropdown-menu-9,
.vertical-dropdown-menu-10,
.vertical-dropdown-menu-11{
  position: absolute;
  top: -4px;
  left: 100%;
  z-index: 900;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transition: all 0.45s ease-out 0s;
  -moz-transition: all 0.45s ease-out 0s;
  -o-transition: all 0.45s ease-out 0s;
  transition: all 0.45s ease-out 0s;
  -moz-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  opacity: 0;
  display: block;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
}


.vertical-dropdown-menu-2 {
    top: -33px;
}

.vertical-dropdown-menu-3 {
    top: -62px;
}

.vertical-dropdown-menu-4 {
    top: -92px;
}

.vertical-dropdown-menu-5 {
    top: -120px;
}

.vertical-dropdown-menu-6 {
    top: -150px;
}

.vertical-dropdown-menu-7 {
    top: -179px;
}

.vertical-dropdown-menu-8 {
    top: -208px;
}

.vertical-dropdown-menu-9 {
    top: -237px;
}

.vertical-dropdown-menu-10 {
    top: -266px;
}

.vertical-dropdown-menu-11 {
    top: -296px;
}



.vertical-dropdown-menu .vertical-groups,
.vertical-dropdown-menu-2 .vertical-groups,
.vertical-dropdown-menu-3 .vertical-groups,
.vertical-dropdown-menu-4 .vertical-groups,
.vertical-dropdown-menu-5 .vertical-groups,
.vertical-dropdown-menu-6 .vertical-groups,
.vertical-dropdown-menu-7 .vertical-groups,
.vertical-dropdown-menu-8 .vertical-groups,
.vertical-dropdown-menu-9 .vertical-groups,
.vertical-dropdown-menu-10 .vertical-groups,
.vertical-dropdown-menu-11 .vertical-groups{
    padding: 18px 15px;
    /*medida desktop - height: 445px;*/
}
.vertical-dropdown-menu .mega-group-header,
.vertical-dropdown-menu-2 .mega-group-header,
.vertical-dropdown-menu-3 .mega-group-header,
.vertical-dropdown-menu-4 .mega-group-header,
.vertical-dropdown-menu-5 .mega-group-header,
.vertical-dropdown-menu-6 .mega-group-header,
.vertical-dropdown-menu-7 .mega-group-header,
.vertical-dropdown-menu-8 .mega-group-header,
.vertical-dropdown-menu-9 .mega-group-header,
.vertical-dropdown-menu-10 .mega-group-header,
.vertical-dropdown-menu-11 .mega-group-header{
    border-bottom: 1px solid #E8E8E8;
    font-size: 14px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.vertical-dropdown-menu .mega-group-header span,
.vertical-dropdown-menu-2 .mega-group-header span,
.vertical-dropdown-menu-3 .mega-group-header span,
.vertical-dropdown-menu-4 .mega-group-header span,
.vertical-dropdown-menu-5 .mega-group-header span,
.vertical-dropdown-menu-6 .mega-group-header span,
.vertical-dropdown-menu-7 .mega-group-header span,
.vertical-dropdown-menu-8 .mega-group-header span,
.vertical-dropdown-menu-9 .mega-group-header span,
.vertical-dropdown-menu-10 .mega-group-header span,
.vertical-dropdown-menu-11 .mega-group-header span{
    padding-bottom: 10px;
    border-bottom: 1px solid #e2232a;
    float: left;
    margin-bottom: -1px;
}
.vertical-dropdown-menu .group-link-default,
.vertical-dropdown-menu-2 .group-link-default,
.vertical-dropdown-menu-3 .group-link-default,
.vertical-dropdown-menu-4 .group-link-default,
.vertical-dropdown-menu-5 .group-link-default,
.vertical-dropdown-menu-6 .group-link-default,
.vertical-dropdown-menu-7 .group-link-default,
.vertical-dropdown-menu-8 .group-link-default,
.vertical-dropdown-menu-9 .group-link-default,
.vertical-dropdown-menu-10 .group-link-default,
.vertical-dropdown-menu-11 .group-link-default{
    border: none!important;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;

}
.vertical-dropdown-menu .group-link-default li,
.vertical-dropdown-menu-2 .group-link-default li,
.vertical-dropdown-menu-3 .group-link-default li,
.vertical-dropdown-menu-4 .group-link-default li,
.vertical-dropdown-menu-5 .group-link-default li,
.vertical-dropdown-menu-6 .group-link-default li,
.vertical-dropdown-menu-7 .group-link-default li,
.vertical-dropdown-menu-8 .group-link-default li,
.vertical-dropdown-menu-9 .group-link-default li,
.vertical-dropdown-menu-10 .group-link-default li,
.vertical-dropdown-menu-11 .group-link-default li{
    border: none!important;
    padding-left: 0!important;
    line-height: 24px!important;
  font-size: 12px;
}
.vertical-dropdown-menu .mega-products .mega-product,
.vertical-dropdown-menu-2 .mega-products .mega-product,
.vertical-dropdown-menu-3 .mega-products .mega-product,
.vertical-dropdown-menu-4 .mega-products .mega-product,
.vertical-dropdown-menu-5 .mega-products .mega-product,
.vertical-dropdown-menu-6 .mega-products .mega-product,
.vertical-dropdown-menu-7 .mega-products .mega-product,
.vertical-dropdown-menu-8 .mega-products .mega-product,
.vertical-dropdown-menu-9 .mega-products .mega-product,
.vertical-dropdown-menu-10 .mega-products .mega-product,
.vertical-dropdown-menu-11 .mega-products .mega-product{
    border-right: 1px solid #d8d8d8;
    margin-top: 15px;
    line-height: 18px;
}
.vertical-dropdown-menu .mega-products .mega-product:last-child,
.vertical-dropdown-menu-2 .mega-products .mega-product:last-child,
.vertical-dropdown-menu-3 .mega-products .mega-product:last-child,
.vertical-dropdown-menu-4 .mega-products .mega-product:last-child,
.vertical-dropdown-menu-5 .mega-products .mega-product:last-child,
.vertical-dropdown-menu-6 .mega-products .mega-product:last-child,
.vertical-dropdown-menu-7 .mega-products .mega-product:last-child,
.vertical-dropdown-menu-8 .mega-products .mega-product:last-child,
.vertical-dropdown-menu-9 .mega-products .mega-product:last-child,
.vertical-dropdown-menu-10 .mega-products .mega-product:last-child,
.vertical-dropdown-menu-11 .mega-products .mega-product:last-child{
    border-right: none;
}


/*-----------------
 Main menu
 */
#main-menu{
  padding: 0;
  margin-left: 0px;
  margin-top:21px;
  border-bottom: 1px solid #eaeaea;
  
}
#main-menu .container-fluid{
  padding: 0;
}
#main-menu .navbar-header{
  display: none;
}
#main-menu .navbar{
  border: none;
  margin: 0;
  background: none;
}
#main-menu .navbar-collapse{
  padding: 0;
}
#main-menu .navbar .navbar-nav{
  float:right;
}
#main-menu .navbar .navbar-nav&gt;li&gt;a{
  color: #333;
  margin: 15px 0;
  padding: 0;
  border-right: 1px solid #cacaca;
  padding: 0 25px;
  background: transparent;
}
#main-menu .navbar .navbar-nav&gt;li:last-child&gt;a{
  border-right: none;
}
#main-menu .navbar .navbar-nav&gt;li:hover{
  background: #e2232a;
  color: #fff;
}
#main-menu .navbar .navbar-nav&gt;li:hover&gt;a{
  color: #fff;
  border-right: 1px solid transparent;
}
#main-menu .nav, 
#main-menu .collapse,
#main-menu .dropup, 
#main-menu .dropdown {
  position: static;
}
#main-menu .dropdown-menu {
  border-radius: 0;
  min-width: 220px;
  border-top: none;
  left: auto;
  padding: 30px 15px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate(0,40px);
  -moz-transform: translate(0,40px);
  -o-transform: translate(0,40px);
  -ms-transform: translate(0,40px);
  transform: translate(0,40px);
  display: block;
  visibility: hidden;
  opacity: 0;
  background: #fff;
}
#main-menu .dropdown-menu.container-fluid{
  padding: 15px 30px;
}

#main-menu .navbar-nav &gt; li:hover .dropdown-menu {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
}
#main-menu .mega_dropdown .block-container {
  padding: 0 15px;
}

#main-menu .mega_dropdown .group_header {
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
  margin-top: 15px;
}

#main-menu .mega_dropdown .group_header:first-child{
  margin-top: 0;
}
#main-menu .mega_dropdown .img_container {
  padding: 0 0 5px;
}
#main-menu .dropdown-menu .block-container .link_container&gt;a{
  line-height: 32px;
}
#main-menu .dropdown-menu .block-container .group_header&gt;a{
  line-height: 32px;
  border-bottom: 1px solid #e2232a;
  display: inline-block;
  margin-bottom: -1px;
}
#main-menu li.dropdown&gt;a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  vertical-align: 0;
  padding-left: 7px;
}
#main-menu li.dropdown:before {
  content: "\f0de";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #fff;
  padding-left: 48px;
  position: absolute;
  bottom: -11px;
  text-align:center;
  display: none;
  z-index: 1001;
}
#main-menu li.dropdown:hover:before {
  display: block;
}
#main-menu li.dropdown:last-child .dropdown-menu {
  margin-left: -96px;
}

/*---------------
 Nav menu
*/
.nav-menu{
    border: none;
}
.nav-menu .container-fluid{
    padding: 0;
}
.nav-menu .navbar-collapse{
   z-index: 10000;
   padding: 0;
   margin: 0;
   border:none;
}
.nav-menu .nav&gt;li:last-child a{
    background-image: none;
}
.nav-menu .nav&gt;li&gt;a{
    padding: 15px 25px;
    background: url('../images/kak.png') no-repeat right center;
}
.nav-menu .navbar-toggle{
    background: url('../images/bar.png') no-repeat left center;
    height: 50px;
    margin: 0;
    padding-right: 3px;
}

.nav-menu .navbar-brand{
    
    font-size: 14px;
    font-weight: bold;
    display: none;
    text-transform: uppercase;
}
.nav-menu .navbar-brand a{
    color: #fff;
}
.nav-menu .toggle-menu{
    float: right;
    line-height: 49px;
    max-height: 50px;
}

.nav-menu .toggle-menu:before{
    font: normal normal normal 17px/1 FontAwesome;
      content: "\f0c9";
      line-height: inherit;
      color: #fff;
}

/** default nav **/
.nav-menu-default{
    height: 50px;
    background: #e2232a;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.nav-menu-default .navbar-collapse{
    background: #eee;
}
.nav-menu-default ul&gt;li&gt;a:hover,
.nav-menu-default ul&gt;li.active&gt;a,
.nav-menu-default ul&gt;li.selected&gt;a{
    background: #e2232a;
    color: #fff;
}

/*----------------
 Home slide
*/
.header-top-right{
    margin-left: 0px;
    padding: 0;
    /*border-top: 3px solid #e2232a;*/
}
.header-top-right2{
    margin-left: 0px;
    padding: 0;
}
.header-top-right .homeslider{
  width: 74%;
  float: left;
}
.header-top-right .header-banner{
    width: 26%;
    float: right;
}
.header-top-right .header-banner img{
  width: 98%;
  height: auto;
  float: right;
}
.header-top-right .header-banner img:hover{
  opacity: 0.8;
}
.header-top-right .homeslider img{
    width: 98%;
    height: auto;
  border: 1px solid #d8d8d8;
}
.header-top-right .homeslider .bx-wrapper .bx-viewport {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow:none;
  border:0;
  left: 0;
  background: #fff;
}
.header-top-right .homeslider .bx-controls-direction .bx-prev,
.header-top-right .homeslider .bx-controls-direction .bx-next{
  background: #e2232a;
  text-indent: 0px!important;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
  padding-top: 8px;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-top-right .homeslider .bx-controls-direction .bx-prev{
  left: 50%;
}
.header-top-right .homeslider .bx-controls-direction .bx-next{
  right: 50%;
}
.header-top-right .homeslider:hover .bx-controls-direction .bx-next{
  right: 25px;
  opacity: 1;
  visibility: inherit;
}
.header-top-right .homeslider:hover .bx-controls-direction .bx-prev{
  left: 15px;
  opacity: 1;
  visibility: inherit;
}
.header-top-right .homeslider .bx-controls-direction .bx-prev:hover,
.header-top-right .homeslider .bx-controls-direction .bx-next:hover{
  opacity: 0.8;
}
.header-top-right .homeslider .bx-wrapper:hover .bx-prev,.bx-wrapper:hover .bx-next{
    display: block;
}
.header-top-right .homeslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item{
    width: 16px;
    height: 16px;
    
    border-radius: 90%;
    margin-right: 5px;
    line-height: 20px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a{
    width: 100%;
    height: 100%;
    float: left;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: 0px;
    border-radius: 90%;
    color: #fff;
    border: 1px solid #999;
    padding-left: 1px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e2232a;
  color: #e2232a;
  border: 1px solid #fff;
}
.bx-wrapper{
    margin: 0;
}


/*----------------
 New Products
*/
.new_product-list li{
  margin-right:15px;
}
.new_product-list li .left-block{
    position: relative;
    overflow: hidden;
    padding:  0;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.new_product-list li .left-block a{
  display: block;
  overflow: hidden;
}
.new_product-list li .left-block img{
    transition:all 0.5s;
   webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  margin: 0 auto;
}
.new_product-list li:hover img{
    
  -webkit-transform: scale(1.2,1.2);
  -webkit-transform-origin: center;
  -moz-transform: scale(1.2,1.2);
  -moz-transform-origin: center;
  -o-transform: scale(1.2,1.2);
  -o-transform-origin: center;
  transform: scale(1.2,1.2);
  transform-origin: center;
}
.new_product-list li .right-block{
    padding: 10px 15px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  height: 150px;
  max-height: 150px;
}
.new_product-list li .product-name{
    padding-bottom: 0px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
}

.new_product-list li .red_flag{
  float: right;
  position: absolute;
  top: 0px;
  left: 67%;
  height: auto;
}
.new_product-list li .red_flag .product-new{
    color: #fff;
    float: left;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding:0 10px;
    background: url('../imagenes/new-bg.png') no-repeat;
    height: 26px;
}

/*----------------
 New Products-2
*/

.new_product-list-2 li{
  margin-right:15px;
}
.new_product-list-2 li .left-block{
    position: relative;
    overflow: hidden;
    padding:  0;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}


/*----------------
 Products
*/
.product-list li{
}
.product-list2 li{
  margin-top:30px;
}

.product-list li .left-block{
    position: relative;
    overflow: hidden;
    padding: 0;
}
.product-list li .left-block a{
  display: block;
  overflow: hidden;
}
.product-list li .left-block img{
    transition:all 0.5s;
   webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  margin: 0 auto;
}
.product-list li:hover img{
    
  -webkit-transform: scale(1.2,1.2);
  -webkit-transform-origin: center;
  -moz-transform: scale(1.2,1.2);
  -moz-transform-origin: center;
  -o-transform: scale(1.2,1.2);
  -o-transform-origin: center;
  transform: scale(1.2,1.2);
  transform-origin: center;
}


.product-list li .right-block{
    padding: 0;
    margin-top: 0px;
}
.product-list li .add-to-cart{
    width: 100%;
    position: inherit;
    background: none;
    margin-top: 5px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;

}
.product-list li .add-to-cart:hover{
  background: #e2232a;
  color:#fff;
}
.product-list li .add-to-cart a{
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 15px;
    border: 1px solid #999;
    color:#666;
    display: inline-block; 
}

.product-list li .carac{
    width: 100%;
    position: inherit;
    background: none;
    margin-top: 5px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;

}
.product-list li .carac:hover{
  background: #e2232a;
  color:#fff;
}
.product-list li .carac a{
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 15px;
    border: 1px solid #999;
    color:#666;
    display: inline-block; 
}

.product-list li .product-name, .product-list li .product-name a{
    padding-bottom: 0px;
  line-height: 18px;
  font-size: 13px;
  min-height:95px;
  color: #000;
}
.product-list li .product-info{
    padding: 0 5px;
}

.product-list li .content_price{
    width: auto;
}
.product-list li .product-price{
    font-size: 20px;
  padding-bottom: 5px;
    color: #e2232a;
  display: block;
}
.product-list li .old-price{
    text-decoration:line-through;
    line-height: 25px;
    color: #666;
  display: block;

}
.product-list li .group-price{
  float: right;
  position: absolute;
  top: 0px;
  left: 67%;
  height: auto;
}
.product-list li .group-price .product-new{
    color: #fff;
    float: left;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding:0 10px;
    background: url('../imagenes/new-bg.png') no-repeat;
    height: 26px;
}

.product-list li .product-star{
    width: auto;
    float: left;
    color: #ff9900;
    display: inline-block;
    padding: 5px 0 10px 0;
    font-size: 13px;
}
.product-list li .product-review{
    width: auto;
    color: #008aff;
    text-align: right;
    display: inline-block;
    font-size: 11px;
  padding-left: 10px;
}
.product-list li .product-shipping{
    padding-bottom: 5px;
  font-size: 12px;
  min-height:40px;
  color: #666;
}

.icons-list li{
 line-height: 14px;
}

.icons-list &gt; li &gt;span:before{
  content: "\f058";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #999;
  font-family: "FontAwesome";
  padding-right: 12px;
  color: #e2232a;
  font-weight: bold;
  cursor: pointer;
}
.icons-list li p{
    display: block;
  margin: -17px 0 0 25px;
    line-height: 14px;
    font-size: 12px;
  color: #999;
    height:auto;
  width:110px;
}

.product-list li .specifications{
  float:left;
  position: relative;
  width: auto;
  min-height:120px;
  padding-left:1px;
}


/*------------------
 Owl carousel
*/
.owl-controls{
    
}
.owl-controls .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-controls .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-controls .owl-prev,
.owl-controls .owl-next{
    background: #eaeaea;
    width: 24px;
    height: 24px;
    color: #999;
    text-align: center;
    padding-top: 4px;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    background: #e2232a;
    color: #fff;
}
.owl-controls .owl-prev .fa,
.owl-controls .owl-next .fa{
    font-weight: bold;
}

/*-----------------
 Banner advertisement]
*/
.banner a{
  width: 100%;
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
}


.banner-img{
    position: relative;
  max-width: 100%;
  height: auto;
}


/*-----------------
 Page content
*/
.content-page{
    background: #fff;
    margin-top: 20px;
    padding-bottom: 30px;
}
/*------------------
 Cat featured
*/
.category-featured{
    margin-top: 20px;
  margin-right:-15px;
}
.heading-bordered{
    /*margin-left: 20px;*/
    margin-bottom: 20px;
    width: 100%;
    float: left;
    height: 50px;
}

.heading-bordered h1, 
.heading-bordered h2, 
.heading-bordered h3, 
.heading-bordered h4, 
.heading-bordered h5, 
.heading-bordered h6{
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 5px solid #e2232a;
    display: inline-block;
    margin-bottom: -1px;
  font-weight:300;
}
/*------------------
 Product featured
*/
.product-featured{
    margin-top: 10px;
    background: #fff;
}
.product-featured .product-featured-content{
    width: 99.8%;
    float: left;
}
.product-featured .product-featured-content .product-featured-list{
      margin-right: 230px;
      overflow: hidden;
}
.product-featured .product-featured-content .product-featured-list2{
      overflow: hidden;
    margin-bottom: 30px;
}
.product-featured .banner-featured{
    display: block;
  
  height: auto;
    float: right;
    margin-left: -100%;
}
.product-featured .banner-featured .banner-img:hover{
    opacity:0.8;
}
.product-featured .new_product-list li{
    padding-bottom: 10px;
}
.product-featured .new_product-list .owl-stage .active:last-child li{
    border: none;
}

.product-featured .owl-prev,
.product-featured .owl-next{
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}
.product-featured .owl-next{
  right: -50px;
}
.product-featured .owl-prev{
  left: -50px;
}
.product-featured .owl-carousel:hover .owl-prev{
    left: 0;
    opacity: 1;
    visibility: inherit;
}
.product-featured .owl-carousel:hover .owl-next{
    right: 0;
    opacity: 1;
    visibility: inherit;
}

/*------------------
 Columns]
*/
#columns{
  padding-top: 16px;
  padding-bottom: 30px;
}

/*--------------
 Left column
*/
#left_column .left-module{
  margin-bottom: 30px;
  margin-right: 5px;
  overflow: hidden;
}
#left_column .left-module .owl-dots{
  bottom: 5px;
}
#left_column .left-module:last-child{
  margin-bottom: 0;
}
#left_column .left-module img{
  margin: 0 auto;
}
#left_column .block{
  border: 1px solid #eaeaea;
}
#left_column .block .title_block{
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #eaeaea;
  padding-left: 0px;
  text-transform: none;
  padding-top: 1px;
}
#left_column .block .title_block a{
  font-size: 12px;
  color:#999;
  text-decoration: underline;
}
#left_column .block .title_block a:hover{;
  color:#e2232a;
}
#left_column .block .block_content{
  padding:  15px 20px;
}
#left_column .block2{
  border: none;
}
#left_column .block2 .title_block{
    color: #333;
    height: 50px;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  padding-top: 10px;
  font-style:italic;
}
#left_column .block2 .block_content{
  padding:  15px 20px;
}

.layered .layered-content{
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
}
.layered .layered-content:last-child{
    border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.layered .layered-content:first-child{
  
}
.layered-category .layered-content{
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.tree-menu li{
  line-height: 40px;
  border-bottom: 1px solid #eaeaea;
}

.tree-menu li:last-child{
  border: none;
}
.tree-menu li:hover&gt;a,
.tree-menu li.active&gt;a,
.tree-menu li:hover&gt;span:before,
.tree-menu li.active&gt;span:before
{
  color: #e2232a;
}

.tree-menu &gt; li &gt;span:before{
  float:right;
  content: "\f107";
  font-size: 20px;
  display: inline-block;
  text-align: right;
  color: #666;
  font-family: "FontAwesome";
  padding-right: 12px;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
}
.tree-menu &gt; li &gt;span.open:before{
  content: "\f106";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #666;
  font-family: "FontAwesome";
  padding-right: 12px;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
}


.tree-menu &gt; li &gt; ul{
  padding-left: 17px;
  display: none;
}
.tree-menu &gt; li &gt; ul &gt; li{
  border: none;
}
.tree-menu &gt; li &gt; ul &gt; li:first-child{
  margin-top: 25px;
}
.tree-menu &gt; li &gt; ul &gt; li:last-child{
  border: none;
}
.tree-menu &gt; li &gt; ul &gt; li &gt;span:before{
    content: "\f0da";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #666;
  font-family: "FontAwesome";
  padding-right: 12px;
  color: #ccc;
}
.lineas_prod li{
  line-height: 28px;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  border-bottom: 1px solid #eaeaea;
}

.lineas_prod li:last-child{
  border: none;
}
.lineas_prod li span.count{
  float:right;
  width:40px;
  line-height: 20px;
  background: #eee;
  border-radius:10px;
    color: #999;
    text-align:center;
    padding: 0;
    margin-top:4px;
}

.check-box-list{
    overflow: hidden;
}
.check-box-list li{
    line-height: 26px;
}
.check-box-list label{
    display: inline-block;
    cursor: pointer;
    line-height: 12px;
}
.check-box-list label:hover{
    color: #e2232a;
}
.check-box-list input[type="checkbox"]{
    display: none;
}
.check-box-list input[type="checkbox"] + label span.button {
      display:inline-block;
      width:12px;
      height:12px;
      margin-right: 13px;
      background: url("../imagenes/checkbox.png") no-repeat;
      padding: 0;
      border: none;
}
.check-box-list input[type="checkbox"]:checked + label span.button{
    background: #e2232a url("../imagenes/checked.png") no-repeat center center;
    

}
.check-box-list input[type="checkbox"]:checked + label{
    color: #e2232a;
}
.check-box-list label span.count{
    color: #a4a4a4;
    margin-left: 2px;
}

.rango-precio{
    border-top: 1px solid #eaeaea;
    padding: 5px 0 10px 0;
    overflow: hidden;
    line-height:20px;
  
}
.rango-precio .rango-precio-label{
  float: left;
  display:block;
}
.rango-precio select{
    padding: 0px 0px 0px 10px;
    height: 29px;
    line-height: 23px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #FAFAFA url("../imagenes/dropdown.png") no-repeat scroll right center;
    display: block;
    border: 1px solid #eaeaea;
    min-width: 180px;
}

.rango-precio.btn-buscar{
  position: inherit;
  background: none;
  margin-top: 5px;

}
.rango-precio.btn-buscar a{
  background: #e2232a;
  padding: 0 15px;
  border: 1px solid #999;
  color:#666;
}
.rango-precio.btn-buscar a:hover{
  background: #e2232a;
  color:#fff;
}



/*--------------------
 Center column]
*/


.view-product-list{
  margin-top: 20px;
  position: relative;
}
.page-heading{
/*  height: 27px;
  border-bottom: 1px solid #eaeaea;
  line-height: 24px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
*/
  width: 900px;
  height: 75px;
  border-bottom: 1px solid #eaeaea;
  line-height: 24px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  /*background: url("../imagenes/top_banner/tub_con.jpg");*/
  margin: -35px 0 0 -10px;
}
.page-heading span.page-heading-title{
  /*float:left;
  margin-top: -17px;*/
  float: left;
  margin-top: 25px;
  background: white;
}
.page-heading span.page-heading-title2{
  text-transform: uppercase;
}
.no-line{
  border-bottom: none;
}

.product-list .product-container{
  border: 0;
  overflow: visible;
  /*padding-bottom: 10px;*/
  font-weight: normal;
  /*height: 336px;*/
  margin: 30px 0 0 0;
}
.product-list .info-orther{
  display: none;
}
.product-list.grid li{
  /* indice margin-top: 30px; */
}
.product-list.grid .info-orther{
  display: none;
}


/*.product-list li:hover .product-container{
  border: 1px solid #eaeaea;
}*/

.product-list.style2.grid .add-to-cart{
  position: inherit;
  background: none;
  margin-top: 5px;

}
.product-list.style2.grid .add-to-cart a{
  background: #fff;
  padding: 0 15px;
  border: 1px solid #999;
  color:#666;
}
.product-list.style2.grid .add-to-cart a:hover{
  background: #e2232a;
  color:#fff;
}
.product-list.style2.grid .add-to-cart a:before{
  content: '';
  width: 16px;
  height: 100%;
  background:url("../imagenes/cart.png") no-repeat left center;
  float: left;
  margin-right: 10px;
}


.product-list.style2.grid .carac{
  position: inherit;
  background: none;
  margin-top: 5px;

}
.product-list.style2.grid .carac a{
  background: #fff;
  padding: 0 15px;
  border: 1px solid #999;
  color:#666;
}
.product-list.style2.grid .carac a:hover{
  background: #e2232a;
  color:#fff;
}
.product-list.style2.grid .carac a:before{
  content: '';
  width: 16px;
  height: 100%;
  background:url("../imagenes/caracteristicas.png") no-repeat left center;
  float: right;
  margin-left: 10px;
}

/** popup carac **/

.tabla_spec2 {
  background-color: #f0f1f1;  
  width: 100%;
  border: 1px solid #dfe0e1;
}
.tabla_spec2 td {  
  height: 30px;
  color:#555555;
  font-size:12px;
  padding:5px 5px 0px 5px;
    margin:0px;
  text-align:center;
  border: 1px solid #fff;
}

.tabla_spec2 th {
  height: 30px;
    border: 1px solid #fff;
    background-color: #d0d1d3;
  color: #55555;
  padding:5px 0px 0px 0px;
    margin:0px;
  font-size: 12px;
  text-align:center;
  text-transform:uppercase;
  font-weight:bold;
}

.tabla_spec2 th:first-child {
  background-color: #0e739e; 
  color: #fff; 
}

.tabla_spec2 td:first-child {
  font-weight:bold;
}

#datos {
  width: 100%;
  display: block;
  float: left;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#mas_datos {
  width: 100%;
  height: 210px;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0px 0 0 0px;
  padding: 0px 0px 0px 0px;
}

#scroll-down {
  width: 24px;
  height: 24px;
  background: url('../imagenes/down.png') no-repeat 0 0;
  display: inline-block;
  float: right;
  margin: 7px 0 0 0px;
  padding: 0px 0px 0px 0px;
}

#scroll-up {
  width: 24px;
  height: 24px;
  background: url('../imagenes/up.png') no-repeat 0 0;
  display: inline-block;
  float: right;
  margin: 7px 5px 0 5px;
  padding: 0px 0px 0px 0px;
}

/** sortPagiBar **/
.sortPagiBar{
  position: absolute;
  top: -20px;
  right: 0;
  font-weight: normal;
}
.sortPagiBar .page-noite{
  line-height: 30px;
}
.sortPagiBar .sort-product,
.sortPagiBar .show-product-item{
  float: right;
  border: 1px solid #eaeaea;
  height: 31px;
  margin-left: 23px;
}

.sortPagiBar select{
  background: transparent;
  padding: 0 10px;
  height: 29px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../imagenes/dropdown.png") no-repeat right center #f0f0f0;
  padding-right: 20px;
  display: inline-block;
  font-size: 13px;
}
.sortPagiBar  p{
  position:relative;
  display: inline-block;
  float: left;
  line-height: 30px;
}
.sortPagiBar .sort-product .sort-product-icon{
  display: inline-block;
  width: 38px;
  text-align: center;
  float: right;
  height: 29px;
  border-left: 1px solid #ddd;
  background: #f0f0f0;
  padding-top: 8px;
  margin-top: -29px;
}


/*  Pagination
----------------------------------------------------------------------------- */
.pagination{
    width: 100%;
    float: right;
  font-weight: normal;
}

.pagination ul{
    float: right;
    margin: 0 30px 0 0;
}

.pagination li{
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #eee;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.pagination li:last-child{
    margin-right: 0;
}

.pagination li a{
    width: 30px;
    height: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;   
}

.pagination li:hover a, 
.pagination li.active a{
    color: #fff !important;
}
.pagination li.current-page{
    width: auto;
    height: auto;
    padding-top: 5px;
    background: none;
    margin-right: 10px;
  margin-left: 10px;
}

.pagination li.current-page:hover{
    background: none;
}
.pagination li:hover, 
.pagination li.active{
    background-color: #e2232a;
}
.icon-double-angle-right:before{
  content: "\f101";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  font-family: "FontAwesome";
  padding-right: 0px;
}
.icon-double-angle-left:before{
  content: "\f100";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  font-family: "FontAwesome";
  padding-right: 0px;
}
.icon-angle-right:before{
  content: "\f105";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  font-family: "FontAwesome";
  padding-right: 0px;
}
.icon-angle-left:before{
  content: "\f104";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  font-family: "FontAwesome";
  padding-right: 0px;
}

.divider_line {
  float: left;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

/*------------------
 Breadcrumb]
*/
.breadcrumb{
  width:100%;
  float:right;
  text-align: right;
  background: none;
  padding: 0;
  margin: 0 0 30px 0;
  padding-bottom: 14px;
  line-height: 20px;
  border-bottom: 1px solid #eaeaea;
}
.breadcrumb a{
  color: #808080;
}
.breadcrumb a:hover{
  color: #e2232a;
}
.breadcrumb .navigation-pipe:before{
  content: "\f105";
  font-size: 14px;
  font-weight:600;
  display: inline-block;
  text-align: right;
  width: 6px;
  color: #666;
  font-family: "FontAwesome";
  padding: 0 15px;
}

/*  Detalle Producto
----------------------------------------------------------------------------- */
#product .pb-right-column{
  line-height: 30px;
}
#product .pb-right-column .fa{
  line-height: inherit;
}
#product .pb-right-column .product-name{
  font-size: 20px;
}
#product .pb-right-column .product-comments .product-star,
#product .pb-right-column .product-comments .comments-advices{
  width: auto;
  display: inline-block;
}
#product .pb-right-column .product-comments .product-star{
  color: #ff9900;
}
#product .pb-right-column .product-comments .comments-advices {
  font-size: 12px;
  color: #0071bc;
}
#product .pb-right-column .product-comments .comments-advices a{
  padding-left: 5px;
  padding-right: 5px;
  color: #0071bc;
  text-decoration:underline;
}
#product .pb-right-column .product-comments .comments-advices a:hover{
  color: #e2232a;
}
#product .pb-right-column .product-icons .certifications{
  display: inline-block;
  margin-right: 10px;
  height: 32px;
}
#product .pb-right-column .product-icons .product-option-title{
  font-weight: bold;
  line-height: 24px;
}
#product .pb-right-column .form-share .social2 {
  font-size:12px;
    color:#0071bc;
}
#product .pb-right-column .form-share .social2 a{
    background:#ff0103;
    padding:0;
    display:inline-block;
    text-align:center;
    width:20px;
    height:20px;
    border-radius:20px;
    font-size:18px;
    color:#fff;
    margin: 5px 5px 0 0;
}
#product .pb-right-column .form-share .social2 i{
    font-size:12px;
  margin: -4px 0 0 0;
}
#product .pb-right-column .form-share .social2 a:hover{
    color:#fff !important;
}

#product .pb-right-column .form-share .social2 a.facebook:hover      { background-color:#3b5998; }
#product .pb-right-column .form-share .social2 a.twitter:hover       { background-color:#47c0d8; }

#product .pb-right-column .spec-img-thumb{
  margin: 20px 0;
  padding: 0 40px;
}
#product .pb-right-column .spec-img-thumb li{
  padding: 0px;
  
  width:100%;
}
#product .pb-right-column .spec-img-thumb li img{
  width:auto;
  height:auto;
  padding: 0;
}
#product .pb-right-column .spec-img-thumb .owl-next{
  right: -40px;
}
#product .pb-right-column .spec-img-thumb .owl-prev{
  left: -40px;
}
#product .pb-right-column .spec-img-thumb .owl-prev .fa,
#product .pb-right-column .spec-img-thumb .owl-next .fa{
    margin-top: -7px;
}
#product .pb-right-column .product-price-group .price{
  display: block;
  text-align: center;
  margin-top:50px;
}
#product .pb-right-column .product-price-group .price{
  font-size: 30px;
  font-weight: normal;
  color: #ff0000;
  padding-bottom: 10px;
}
#product .pb-right-column .info-shipping{
  padding-bottom: 5px;
  text-align: center;
/*  margin: 30px 0 0 0;*/
}

#product .pb-right-column .info-shipping p{
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}
#product .pb-right-column .info-shipping img{
  margin-left: 5px;
  display: inline-block;
  height:14px;
}
#product .pb-right-column .info-shipping .price_shipping{
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #ea6f1c;
  font-weight:bold;
  margin-top:-10px;
}
#product .pb-right-column .info-shipping .btn-actions{
    padding: 8px 25px;
    border: 1px solid #818181;
    float: left;
    margin-top: 15px;
}
#product .pb-right-column .info-other{
  padding: 0 0 5px 25px;
  font-size: 12px;
  line-height: 28px;
  color: #666;
  margin-top:10px;
}
#product .pb-right-column .other2{
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 28px;
  color: #999;
}
#product .pb-right-column .info-other .fa{
  font-size: 16px;
  width: 18px;
  height:16px;
  line-height: 28px;
}
#product .pb-right-column .product-desc,
#product .pb-right-column .form-share{
  padding: 10px 0;
}
#product .pb-right-column .product-desc{
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
#product .pb-left-column .product-image p{
  font-size: 13px;
  color: #666;
  line-height: 16px;
  text-align:center;
  margin-top: 8px;
}
#product .pb-left-column .product-image .product-full{
  border: 1px solid #eaeaea;
  padding: 1px;
}
#product .pb-left-column .product-image .product-img-thumb{
  margin-top: 10px;
  padding: 0 40px;
}
#product .pb-left-column .product-image .product-img-thumb li{
  border: 1px solid #eaeaea;
  padding: 0px;
}
#product .pb-left-column .product-image .owl-next{
  right: -40px;
}
#product .pb-left-column .product-image .owl-prev{
  left: -40px;
}
.tab-container{
    position: relative;
}
.tab-container .tab-panel{
    position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   opacity: 0;
   visibility: hidden;
}
.tab-container .active{
    opacity: 1;
   visibility: inherit;
   position: inherit;
   -vendor-animation-duration: 0.3s;
  -vendor-animation-delay: 1s;
  -vendor-animation-iteration-count: infinite;
}
.product-tab{
  margin: 20px 0 70px 0;
  border-top: 1px solid #d9d9d9;
  padding: 50px 0 0 0;
}
.product-tab .nav-tab{
  width: 100%;
  overflow: hidden;
  z-index: 100;
  position: relative;
}
.product-tab .nav-tab&gt;li{
  height: 40px;
  line-height: 40px;
  float: left;
  display: inline;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 20px 20px 0 0;
  color: #666;
  text-align: center;
  margin-right: 2px;
  font-weight: normal;
}
.product-tab .nav-tab&gt;li:last-child{
  margin-right: 0;
}
.product-tab .nav-tab&gt;li&gt;a{
  color: #666;
  padding: 0 26px;
  height: 50px;
  float: left;
}
.product-tab .nav-tab&gt;li:hover&gt;a,
.product-tab .nav-tab&gt;li.active&gt;a{
  background: #666;
  border-radius: 20px 20px 0 0;
  color: #fff;
}
.product-tab .tab-container{
    padding: 20px;
    border: 1px solid #d9d9d9;
    margin-top: -1px;
    z-index: 1;
}
.product-tab .tab-container p{
  margin: 0 0 10px;
  color: #666;
  font-size:14px;
}
.product-tab .tab-container .tab-panel{
  line-height: 24px;
}
.product-comments-block-tab {
  overflow: hidden;
}
.product-comments-block-tab .fa{
    line-height: inherit;
}
.product-comments-block-tab .comment{
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #eaeaea;
}
.product-comments-block-tab .comment .comment-detail{
  color: #666;
  font-size:14px;
}
.product-comments-block-tab .comment:first-child{
  padding-top: 0;
}
.product-comments-block-tab .comment:last-child{
  padding-bottom: 0;
  border-bottom:none;
}
.product-comments-block-tab .comment .author{
    border-right: 1px solid #eaeaea;
}


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

/* Footer
-------------------------------------------------- */
footer .toparea{
    position:relative;
    background-color:#131313;
    padding:20px 0 15px 0;
    color:#fff;
    height:auto;
    box-shadow: 0 -4px 0 rgba(0,0,0,0.25);
  font-weight: normal;
}
footer .toparea a{
    color:#fff;
}
footer .toparea a:hover{
    color:#e2232a;
}
footer .toparea .social {
    float:right;
}
footer .toparea .social a{
    background:#ff0103;
    padding:5px;
    display:inline-block;
    text-align:center;
    width:30px;
    height:30px;
    border-radius:30px;
    font-size:18px;
    color:#fff;
    margin: -5px 5px 0 0;
}
.social a:hover{
    color:#fff !important;
}

.social a.facebook:hover      { background-color:#3b5998; }
.social a.twitter:hover       { background-color:#47c0d8; }
.social a.youtube:hover       { background-color:#b72d24; }
.social a.instagram:hover      { background-color:#3b5998; }

footer .bottomarea{
    position:relative;
    font-size: 13px;
  font-weight: normal;
    background-color:#fff;
    height:auto;
    padding: 10px 0 30px 0;
    color:#888888;
}
footer .bottomarea .links a{
    margin: 0 7px 0 0;
    padding: 0 0 2px 0;
    text-decoration:none;
    color:#888888;
}
footer .bottomarea .links a:hover{
    margin: 0 7px 0 0;
    color:#e2232a;
    border-bottom:1px solid #888;
}

/* Scroll top
-------------------------------------------------- */

.scroll_top{
    width: 34px;
  height: 34px;
  position: fixed;
  display: none;
  font-size: 0;
  z-index: 9999;
  right: 10px;
  bottom: 32px;
  background: #666;
  display: none;
}
.scroll_top:hover{
  background: #e2232a;
}

.scroll_top:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
}



/*Acordion*/


.panel-default &gt; .panel-heading {
    color: #fff;
    background-color: #e2232a;
    border-color: #ddd;
    font-weight: bolder;
}

.panel-title a:hover {
    color: #000;
}


/* ROUNDED ONE */



input#roundedOne {
  visibility: hidden;
}


.roundedOne {
  float: left;
  width: 28px;
  height: 28px;
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  margin: 20px 0;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  position: relative;
}

.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #f57921;

  background: -webkit-linear-gradient(top, #f57921 0%, #f57921 100%);
  background: -moz-linear-gradient(top, #f57921 0%, #f57921 100%);
  background: -o-linear-gradient(top, #f57921 0%, #f57921 100%);
  background: -ms-linear-gradient(top, #f57921 0%, #f57921 100%);
  background: linear-gradient(top, #f57921 0%, #f57921 100%);

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 2px;
  left: 2px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}


/*two*/

input#roundedTwo {
  visibility: hidden;
}


.roundedTwo {
  float: left;
  width: 28px;
  height: 28px;
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  margin: 20px 0;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;


  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  position: relative;
}

.roundedTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedTwo label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #f57921;

  background: -webkit-linear-gradient(top, #f57921 0%, #f57921 100%);
  background: -moz-linear-gradient(top, #f57921 0%, #f57921 100%);
  background: -o-linear-gradient(top, #f57921 0%, #f57921 100%);
  background: -ms-linear-gradient(top, #f57921 0%, #f57921 100%);
  background: linear-gradient(top, #f57921 0%, #f57921 100%);

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 2px;
  left: 2px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedTwo label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedTwo input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}




.form-group h2 {
    font-weight: bold;
    padding: 15px 0 0 0;
}

.form-group h3 {
    font-weight: bold;
    font-size: 18px;
}

p.entrega-texto {
    font-size: 12px;
}


/*agregar*/

.agregar .texto {
    width: 45%;
    float: left;
    display: block;
    padding: 10px;
}

.agregar .texto p {
    display: inline;
}


.agregar .texto-2 {
    width: 100%;
    float: left;
    display: block;
    padding: 10px;
}

.agregar .texto-2 p {
    display: inline;
    font-weight: bold;
}

.form-control-2 {
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


span.input-tienda {
    width: 100%;
    display: inline;
    float: left;
    margin: 10px 0;
}

span.input-tienda-2 {
    width: 50%;
    display: inline;
    float: left;
    margin: 10px 0;
}

.clear {
    clear: both;
}

img.iconos-fx {
    float: left;
}

.info-fedex{
  background: #e8e8e8;
  padding: 5px;
}

.info-fedex h3 {
    font-weight: bold;
    font-size: 16px;
    color: #5f5f5f;
}

.info-fedex p {
    font-size: 12px;
    color: #5f5f5f;
}


.logo-fedex {
    background: white;
}

.logo-fedex img {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}





/*Articulo*/

.detalles-articulo h2{
  font-weight: bold;
}

.detalles-articulo p{
  margin: 0px 0 0 0;
}


h2.titulo-articulo {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}


span.info-articulo {
    text-align: center;
}

span.info-articulo p {
margin: 30px 0 0 0;

}

span.info-articulo img {
    margin: 30px auto;
    text-align: center;
    display: block;

}


span.cantidad-articulo {
    text-align: center;

}

span.cantidad-articulo p {
    margin: 30px auto;
    border: #b7b7b7 1px solid;
    padding: 3px;
    width: 60px;


}


.articulos-carrito {
    margin-bottom: 40px;
}

.detalles-articulo h2 {
    font-size: 16px;
}


.total-articulo {
    display: inline;
    margin: 0 auto;
    display: block;
    text-align: center;
    
}

.total-articulo p{
    display: inline;

}


.total-articulo-2 {
    display: inline;
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #d8d8d8;
    height: 40px;
    padding: 10px 0 0 0;
    
}

.total-articulo-2 p{
    display: inline;
    font-weight: bold;


}



/*titulo-iusa*/
.titulo-iusa {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

    width: auto;
    text-align: center;
    color: #FFF;
    margin: 0 5px 0 0;
}

/*titulo-iusa*/
.titulo-iusa-2 {

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


    width: auto;
    text-align: center;
    color: #FFF;
}

.sector-iusa-0 {
  padding: 10px 0 0 0;
    margin: 0 0px;
    width: 100%;
    height: 100px;
    text-align: center;
  border-right:solid #FFF 5px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.sector-iusa-0 img:hover{
  -webkit-filter: grayscale(100%);
    -webkit-transition: .25s ease 0s;
    -moz-filter: grayscale(100%); 
    -moz-transition: .25s ease 0s;
    -o-filter: grayscale(100%); 
    -o-transition: .25s ease 0s;
    filter: grayscale(100%);
}

.sector-iusa-1 {
  padding: 10px 0 0 0;
    margin: 0 0px;
    width: 100%;
    height: 100px;
    text-align: center;
  border-right:solid #FFF 5px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.sector-iusa-0.last, .sector-iusa-1.last {
  border-right:none;
} 

/*tabla_carrito*/

.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th{
    border-bottom-width: 0px;
}
.cart_summary &gt; thead,
.cart_summary &gt; tfoot{
  background: #f7f7f7;
  font-size: 14px;
}
.cart_summary &gt; thead&gt;th{
  border-bottom-width: 1px;
  padding: 20px;
}
.cart_summary td{
  vertical-align: middle!important;
  padding: 20px;
}
.cart_summary .table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, 
.cart_summary .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, 
.cart_summary .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th{
  padding: 15px;
}
.cart_summary img{
  max-width: 70px;
}
.cart_summary td.cart_product{
  width: 100px;
  padding: 15px;
} 
.cart_summary .price{
  text-align: right;
}
.cart_summary .qty{
  text-align: center;
  width: 80px;
}
.cart_summary .qty input{
  text-align: center;
  max-width: 44px;
  margin: 0 auto;
  border-radius: 0px;
  border: 1px solid #eaeaea;
}
.cart_summary .qty a{
  padding: 8px 10px 5px 10px;
  border: 1px solid #eaeaea;
  display:inline-block;
  width: auto;
  margin-top: 5px;
}
.cart_summary .qty a:hover{
  background: #ff3366;
  color: #fff;
}
.cart_summary .action{
  text-align: center;
    
}

.cart_summary .action a{
  background: url("../imagenes/delete_icon.png") no-repeat center center;
  font-size: 0;
  height: 9px;
  width: 9px;
  display: inline-block;
  line-height: 24px;
}
.cart_summary tfoot{
  text-align: right;
}


/*TÃƒÂ­tulo lista de precios concentrado*/

.right {
    float: right;
    position: relative;
    padding: 0px;
}

.btn-medium {
    padding: 10px 15px;
    font: 14px 'Open Sans', Arial, sans-serif;
    color: #fff;
    float: left;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-medium.red {
    background: #e2232a;
}

.btn-medium.red:hover {
    background: #eaeaea;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark{
    text-shadow: -1px 1px 0px rgba(0,0,0,0.45);
    box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.20), 0 1px 1px rgba(0,0,0,0.20);
    color:#fff !important;
    background-color:#313131;
    border: 1px solid rgba(0,0,0,0.45);
}




/*Descargables TÃƒÂ­tulo*/

.titulo-iusa-3 {
    background: rgb(69,72,77);
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    width: auto;
    text-align: center;
    color: #FFF;
}


.row.no-margin {
    margin-right: 0px;
    margin-left: 0px;
}


/*Lista Sectores*/

li.sec_list {
    margin: -3px 0 0 0;
    padding: 0;
}

.title_sec_list {
  margin-bottom: 5px;
}

.title_sec_list_2 {
    margin-bottom: 0px;
    margin-top: 0px;
}

span.title-familias a {
    color: #000;
}

span.title-familias a:hover {
    color: #e2232a;
}

.text-familia-list{
  font-weight: bold;
}

.text-familia-list h2{
  font-size: 15px;
}

.pleca-indice-sec {
    border-top: 2px solid #e2232a;
    display: inline-block;
    display: block;
    margin: 30px 0 0 0;
}

/*.heading-bordered-indice {
    margin-bottom: 0px; 
    width: 100%;
    float: left;
}
*/


span.intro-familias p {
    margin: 20px 0 0 0;
    /* border-bottom: 1px solid #eaeaea; */
}

/*PAGE - CONSTRUCCIÃ“N*/

.category-page.construccion {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 42%, #d3d3d3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 42%,#d3d3d3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 42%,#d3d3d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=1 ); /* IE6-9 */

}

.right-block.construccion-title h2 {
    font-size: 80px;
    text-align: center;
    font-weight: bold;
}

.right-block.construccion-title p {
    font-size: 30px;
    margin: 20px 0 50px 0;
    font-weight: bold;
}

span.image-construccion img {
    width: 250px;
    margin: 0 auto;
    display: block;
}

span.image-iusa-int img {
    width: 250px;
    margin: 100px auto;
    display: block;
}

span.other2.por-que {
    margin: 85px 0 0 0;
    display: block;
}

#product .pb-right-column .other2{
      color: #337ab7;

}


.intro-text-fam p {
    text-align: center;
    padding: 0 20px;
}

/*Indice*/

h4.mega-group-header span {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0 5px 0;
  display: block;
}

.heading-bordered h2 {
    font-size: 16px;
}

.row .product-list .style2 .grid{
    margin-right: -10px;
    margin-left: -10px;
}

.product-container-indice-min {
    padding: 0px 0px 0 10px;
}


/* Admin */

.titulo-admin-listas {
    text-align: center;
}

.form-control {
  width: 95%;
  margin: 20px auto;
}

.image-portada-lp img {
  width: 150px;
  display: block;
  max-width: 160px;
  margin: 0 auto;

}

.title-table-lp {
    text-align: center;
    font-weight: bold;
}

.text-table-lp {
    text-align: center;
    padding: 80px 0 0 0;
    display: block;
}

/* Typography - Dividers */
.divider {
    width:40%;
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.15);
    z-index:9;
    display:inline-block;
}
.divider.fw{
    width:100%;
}
.divider.lg{
    border-top: 4px solid rgba(0,0,0,0.15);
}
.divider:after {
    position:absolute;
    display:inline;
    content: "";
    width:30px;
    margin-top:-1px;
    border-top: 1px solid #e2232a;
    z-index:9;
}
.divider.fw:after{
    width:35px;
}
.divider.lg:after {
    margin-top:-4px;
    border-top: 4px solid #e2232a;
}


/*Formulario Noticias*/
.row1 {
	width: 300px;
}

.row2 {
	width: 400px;
}
.row3 {

.form-group {
    position: relative;
}
.row3:before,
.row3:after {
  display: table;
  content: " ";
}

.row3:after {
  clear: both;
}

.row3:before,
.row3:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

img.alignleft.bdr.sp-b-30.imagen_noticia {
    width: 100%;
}
</pre></body></html>