/*==================   RD Mobile Menu    =====================*/

.rd-mobilemenu {

  display: none;

  position: fixed;

  top: 0;

  left: 0;

  bottom: 0;

  z-index: 9;

  text-align: left;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

	font-family: 'Open Sans', sans-serif !important;

  transition: 0.3s all ease;

}

.rd-mobilemenu.active {

  right: 0;

}



.rd-mobilemenu_ul {

  position: fixed;

  top: -66px;

  left: 0;

  bottom: -35px;

  width: 240px;

  padding: 132px 0 76px;

  color: #000;

  background: rgba(255,255,255,0.9);

  font-size: 14px;

  line-height: 20px;

	font-weight: 600 !important;

  padding-left:0 !important;

  overflow: auto;

  -moz-transform: translateX(-240px);

  -ms-transform: translateX(-240px);

  -o-transform: translateX(-240px);

  -webkit-transform: translateX(-240px);

  transform: translateX(-240px);

  -moz-transition: 0.3s ease;

  -o-transition: 0.3s ease;

  -webkit-transition: 0.3s ease;

  transition: 0.3s ease;

  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);

  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);

  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);

  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);

}

.rd-mobilemenu.active .rd-mobilemenu_ul {

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    -webkit-transform: translateX(0);

    transform: translateX(0);

}

.rd-mobilemenu_ul a {  display: block; padding: 10px 25px 12px; color:inherit; font-weight:600; text-decoration: none !important}

.rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}

.rd-mobilemenu_ul a.active {background: #f0f0f0; color:#434343; }

.rd-mobilemenu_ul a:hover { background: #f0f0f0; color:#434343;}

.rd-mobilemenu_ul a .rd-submenu-toggle {

      position: absolute;

      top: 50%;

      right: 11px;

      margin-top: -17.5px;

      width: 32px;

      height: 32px;

      font: 400 10px "FontAwesome";

      line-height: 32px;

      text-align: center;

      -webkit-border-radius: 50%;

      -moz-border-radius: 50%;

      border-radius: 50%;

      -moz-transition: 0.5s all ease;

      -o-transition: 0.5s all ease;

      -webkit-transition: 0.5s all ease;

      transition: 0.5s all ease;

      z-index: 1;

      background: rgba(0, 0, 0, 0.1);

}

      .rd-mobilemenu_ul a .rd-submenu-toggle:after {

        content: '\f078'; }

      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {

        background: #FFF;

        color: #666; }

    .rd-mobilemenu_ul a.rd-with-ul {

      position: relative; }

      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {

        -moz-transform: rotate(180deg);

        -ms-transform: rotate(180deg);

        -o-transform: rotate(180deg);

        -webkit-transform: rotate(180deg);

        transform: rotate(180deg); }

  .rd-mobilemenu_ul ul a {

    padding-left: 40px; }

  .rd-mobilemenu_ul ul ul a {

    padding-left: 60px; }

  .rd-mobilemenu_ul:after {

    content: '';

    display: block;

    height: 20px; }



.rd-mobilepanel {

  display: none;

  position: fixed;

  top: 0;

  left: 0;

  right: auto;

  height: 56px;

  color: #000;

  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);

  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);

  z-index: 99999991;

  /*background: #d6d6d6;*/

}



.rd-mobilepanel_title {

  position: absolute;

  padding-top:0;

  margin-top:0;

  text-align:center;

  left: 78px;

  right: 56px;

  color: #000;

  font-size: 24px;

  text-overflow: ellipsis;

  white-space: nowrap; }



.rd-mobilepanel_toggle {

  position: absolute;

  border:none;

  background:#000;

  top: 4px;

  left: 8px;

  width: 48px;

  height: 48px;

  margin-bottom: 0 !important;

}

.rd-mobilepanel_toggle span {

  position: relative;

  display: block;

  margin: auto;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {

  content: "";

  position: absolute;

  left: 0;

  top: -8px;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.rd-mobilepanel_toggle span:after {

  top: 8px;

}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {

  width: 24px;

  height: 4px;

  background-color: #fff;

  backface-visibility: hidden;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {

  -webkit-transition-duration: 0.3s, 0.3s;

  transition-duration: 0.3s, 0.3s;

  -webkit-transition-delay: 0.3s, 0s;

  transition-delay: 0.3s, 0s;

  -webkit-transition-property: top, -webkit-transform;

  transition-property: top, transform;

}

.rd-mobilepanel_toggle.active span {

  transition: background .3s 0s ease;

  background: transparent;

}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {

  top: 0;

  -webkit-transition-delay: 0s, 0.3s;

  transition-delay: 0s, 0.3s;

}

.rd-mobilepanel_toggle.active span:before {

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

}

.rd-mobilepanel_toggle.active span:after {

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

}

.rd-mobilepanel_title{padding: 8px 0 0 !important;height: 56px !important;}

.rd-mobilepanel_title #logo img{

	max-width: 140px;

	display: block;

	height: auto;

	position: relative;

	top: -2px;

}



@media (max-width: 767px) {
  /*body {
    padding-top: 56px }
	/*#menu{display: none;}*/
  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  } 
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } 
}
@media(max-width: 1199px){
  #menuFooter .logo{
    max-width: 180px;
  }
  #menuFooter .logo img{
    display: block;
    width: 100%;
    height: auto;
  }
  #menuFooter .colF ul li:first-child {
    font-size: 22px;
  }
  #menu ul ul#ulTienda{
    transform: translateX(-54.2%);
  }
  #menu ul ul#ulConocenos{
    transform: translateX(-54.2%);
  }
}
@media(min-width: 992px){
  #menu li {
    padding: 0 15px 0 28px;
  }
  #logo{
    max-width: 194px;
    padding-top: 0;
  }
  #menu{
    left: 29%;
  }
  #logo img{
    width: 194px;
  }

  #btnSoporte{
    position: fixed;
    right:60px;
    bottom: 0;
    z-index: 13;
    width: 266px;
    height: 350px;
  }
  #btnSoporte .close{
    position: relative;
  }
  #btnSoporte #closeW{
    display: block;
    position: absolute;
    right: 42px;
    top: 0px;
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    cursor: pointer;
    font-weight: 900;
    background: #00281f;
    color: #FFF;
    padding: 0;
    line-height: normal;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 20px;
    border: solid 2px #fff;
    box-shadow: 0 0 5px #666;
  }
  #btnSoporte .closeW:before{

  }
  .btnSoporte{
    background: url(../images/chat.png) center no-repeat;
    width: inherit;
    height: inherit;
    display: block;
  }
  #menuFooter .logo{
    position: absolute;
    top: 67px;
    left: 15px;
    padding-top: 0;
  }
  #menuFooterCnt {
    padding: 65px 0 54px 243px;
  }
  #menuFooter .colF:nth-of-type(1){
    width: 23%
  }
  #menuFooter .colF:nth-of-type(2){
    width: 25%
  }
  #menuFooter .colF:nth-of-type(3){
    width: 28%;
  }
  #menuFooter .colF:nth-of-type(4){
    width: 143px;
    text-align: center;
    position: absolute;
    right: 0
  }
  #menuFooter #redes a{
    border-radius: 50%;
    margin: 0 2px;
    border: solid 1px #FFF;
  }
  #titHome1{
    font-size: 38px;
  }
  #homeSection4 .col{
    width: 25%;
  }
  #homeSection4 .col:nth-child(2){
    border-right: solid 1px #dcdcdc;
  }
  #marcasHome article figure{
    padding: 0 5px;
  }
  #areaQuien{
    font-size: 21px;
  }
  #titQuien {
    font-size: 44px;
  }
  #textQuien-2 .img img{
    max-width: 310px;
  }
  #misionVision .der article {
    padding: 24px 0 24px 20px;
    max-width: 455px;
    font-size: 20px;
  }
  #misionVision .der article .tit{
    font-size: 30px;
  }
  #sectionConocenos-2 .col:nth-child(1) article{
    font-size: 30px;
  }
  #areaCompromiso .tit{
    font-size: 40px;
  }
  #areaCompromiso .tit strong{
    font-size: 44px;
  }
  #areaCompromiso .cnt{
    max-width: 585px;
    display: inline-block;
    padding: 180px 0;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    min-height: 880px;
    text-align: right;
  }
  #titVida .container{
    font-size: 25px;
  }
  #areaPromociones .promo1{
    margin-bottom: 24px;
  }
  #blog .item{
    width: 33.333%;
    padding: 0 5px;
  }
  #areaContacto .cnt .tit{
    font-size: 30px;
  }
  #areaContacto .cnt{
    padding-left: 420px;
  }
  #areaContacto .telCorreo .cnt2{
    padding-left: 199px;
  }
  #areaContacto .cnt .telCorreo{
    font-size: 21px;
    padding: 70px 15px;
  }
  #areaContacto .cnt .direccion{
    font-size: 18px;
  }
  #areaFormC .titC{
    font-size: 30px;
  }
  #divDFiscales #div-2 .cnt2{
    margin:0 -5px;
  }
  #divDFiscales #div-2 .cnt2 article{
    padding: 0 5px;
  }
  #divDFiscales #div-2 article .text {
    padding: 14px;
  }
  #izqProds{
    max-width: 313px; 
    width: 29%;
    padding: 0 33px 0 15px;
  }
  #derProductos{
    width: 71%;
  }
  #formCarrito .areaTbl, #formResumen .areaTbl {
    padding-right: 0px;
  }
  #menuProds strong {
    display: none;
  }
  #navProds{
    display: block;
  }
  #navProds.open{
    display: block;
  }
  #areaFotos .titUp{
    line-height: 38px;
    font-size: 24px;
  }
  #cntDatFisc .cols:nth-of-type(2){
    border-left: dashed 1px #a0a0a0;
    border-right: dashed 1px #a0a0a0;
  }
  #cntDatFisc .cols:nth-of-type(1){
    width: 31%;
    margin-bottom: 0;
  }
  #cntDatFisc .cols:nth-of-type(2){
    width: 35%;
    text-align: center;
  }
  #cntDatFisc .cols:nth-of-type(3){
    width: 34%;
    text-align: right;
  }
  #loginReg .colm-midle{
    display: block;
  }
  #loginReg .col-sm-5{
    width: 41.66666666666667%;
  }
  #loginReg  .form-top .h3s{
    font-size: inherit;
  }
  #areaMarcas .item a img{
    max-height: 316px;
  }
}
@media(min-width: 1200px){
  #menu li {
    padding: 0 25px 0 38px;
  }
  #menuFooterCnt {
    padding: 65px 0 54px 353px;
  }
  #marcasHome article figure{
    padding: 0;
  }
  #marcasHome article img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #marcasHome{
    padding-top: 80px;
    padding-bottom: 40px;
  }
  #misionVision .der article {
    padding: 60px 0 60px 67px;
    max-width: 570px;
  }
  #sectionConocenos-2 .row{
    margin: 0 -40.5px;
  }
  #sectionConocenos-2 .col{
    padding: 0 40.5px;
  }
  #areaCompromiso .tit{
    font-size: 48px;
  }
  #areaCompromiso .tit strong{
    font-size: 54px;
  }
  #areaPromociones .promo1{
    margin-bottom: 32px;
  }
  #blog .item{
    padding: 0 23px;
  }
  #areaFormC .titC{
    font-size: 40px;
  }
  #divDFiscales #div-2 .cnt2{
    margin:0 -16px;
  }
  #divDFiscales #div-2 .cnt2 article{
    padding: 0 16px;
  }
  #divDFiscales #div-2 article .text {
    padding: 14px 0;
  }
  .social-icons{
    position: absolute;
    right: 0;
    top: -1px;
    height: auto;
    margin-top: 0;
  }
  #formCarrito .areaTbl, #formResumen .areaTbl {
    padding-right: 308px;
    min-height: 567px;
    margin-bottom: 0;
  }
  #formResumen .areaTbl{
    min-height: 367px
  }
  #formCarrito .derTbl,
  #formResumen .derTbl{
    position: absolute;
    right: 0;
    top: 0;
    width: 272px;
    margin-left: 0;
    padding-bottom: 0;
  }
  #areaMarcas .item{
    padding-right: 0px;
  }
  #areaMarcas .item a img{
    max-height: 100%;
  }
}

@media(max-width: 1191px){
  .paddBuscaMayore {
    width: 670px;
  }
}
@media(min-width: 992px){
  #btnSoporte.oculto{
    display: none;
  }
}
@media(max-width: 991px){
  body{
    padding-bottom: 31px
  }
  #topSocial{
    display: none
  }
  #menu {
    left: auto;
    right: 0;
    top: 13px;
  }
  #menu li {
    padding: 0 10px 0 22px;
  }
  #menuFooter .redes a{ 
    width: 25%;
  }
  #opsTop ul li{
    font-size: 13px;
  }
  
  #opsTop .search{
    width: 230px;
  }
  #opsTop em{
    width: 25px;
  }

  .btnSoporte{
    background: #000;
    color: #FFF;
    width: 33.3333%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 13;
    height: 31px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    text-indent: -9999%;
    cursor: pointer;
    z-index: 100;
    text-decoration: none !important
  }
  .btnSoporte:before{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    content: "\f086";
    color: #FFF;
    display: block;
    text-indent: 0 !important;
    line-height: 30px;
    text-decoration: none
  }
  .btnSoporte:hover{
    background: #FFF;
  }
  .btnSoporte:hover:before{
    color: #000;
  }
  #toTop {
    bottom: 35px;
  }
  #footer{
    height: auto;
  }
  #menuFooterCnt {
    display: block;
    margin: 0;
  }
  #menuFooter .colF {
    width: 33.3333% !important;
    float: left;
  }

  #menuFooter .colF:nth-of-type(3){
    float: right;
  }
  #menuFooter .colF:nth-of-type(4) {
    width: 100% !important;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
  }
  #menuFooter .colF:nth-of-type(4) ul li:first-child {
    display: none;
  }
  #menuFooter #redes a{ 
    float: left;
    height: 31px; 
    width: 33.333%;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
  }
  #menuFooter #redes a.fa-facebook{ 
    background: #2d63b4;
  }
  #menuFooter #redes a.fa-youtube{ 
    background: #f00;
  }
  #menuFooter #redes a.fa-whatsapp{ 
    background: #1abc0f;
  }
  #menuFooter #redes a:hover{
    background: #fff !important
  }
  #menuFooter #redes a.fa-facebook:hover{ 
    color: #2d63b4;
  }
  #menuFooter #redes a.fa-youtube:hover{ 
    color: #f00;
  }
  #menuFooter #redes a.fa-whatsapp:hover{ 
    color: #1abc0f;
  }
  .info-folio .wrap article,
  .info-folio .wrap article .wrap-50 .wrap-i{
    float: none;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .art-monto{
    margin-bottom: 25px !important
  }
  
  .fPagos .col-md-7{
    margin-bottom: 25px
  }
  .secPoliticas .bgGray article{
    width: 100% !important;
    float: none 
  }
  .secPoliticas .bgGray article:nth-of-type(2)::before, .secPoliticas .bgGray article:nth-of-type(2)::after {
      display: none;
  }
  .secPoliticas .bgGray article:nth-of-type(2){
    padding-top: 35px;
    padding-bottom: 35px
  }
  .rowFiltrosV2 article{
    width: 33.3333%;
  }
  .cart-wrapper {
    min-height: 0;
  }
  .info-folio .wrap{
    width: 100%;
    margin: 0;
  }
  .info-folio .title{
    display: block;
  }
  .fPagos .col-md-7 {
    width: 100%;
  }

  .fPagos .col-md-5 {
    width: 100%;
  }
  .info-folio .wrap article{
    padding: 0;
  }
  #cntCotizaMayoreo{
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .CartCotizaExpress{
    position: relative;
    top: auto;
    background: #fff;
    z-index: 3;
    width: 100%;
    padding: 0;
    margin-left: 0px;
  }
  #menu ul ul#ulTienda {
    transform: translateX(-70.1%);
    width: 747px;
  }
  #menu ul ul#ulConocenos {
    transform: translateX(-70.1%);
    width: 747px;
  }
  #menu ul ul li {
    padding: 11px 9px;
  }
  #menu ul ul li > div strong {
    font-size: 14px;
  }
  .paddBuscaMayore {
    width: 750px;
  }
  #pagoRealizado .col-logo img{
    max-width: 200px
  }
  .tblResumenP .cart_totals .table{
    margin-top: 20px;
    width: 100%
  }
}
@media(max-width: 767px){
  body{
    padding: 57px 0 31px 0;
  }
  #header {
    z-index: 10;
  }
  #menuTop{
    display: none;
  }
  #header #opsTop ul li.topCart{
    border-right: 0
  }
  #footer .tfooter,
  #footer .cols{
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer #powered{
    text-align: center;
    margin-top: 8px
  }
  #titHome1{
    font-size: 24px;
  }
  #areaFiltros .col {
    width: 50%;
    padding-bottom: 30px;
  }
  #areaFiltros .col .cnt {
    min-height: 358px;
  }
  #titProdDest{
    font-size: 28px;
  }
  .titHome3 {
    font-size: 24px;
  }
  #marcasHome {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  #marcasHome .row{
    display: block;
  }
  #marcasHome .col{
    width: 50%;
  }
  #marcasHome article{
    margin-left: auto;
    margin-right: auto;
  }
  #marcasHome article figure{
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #marcasHome article img{
    transform: translateY(0%);
  }
  #areaMarcas .item a img{
    max-height: 100%;
  }
  #marcasHome .col:nth-child(3) article,#marcasHome .col:nth-child(4) article {
    float: none;
  }
  #textQuien-2 {
    margin-bottom: 60px;
  }
  #textQuien-2 .text {
    width: 100%;
    padding-right: 0px;
    line-height: 24px;
  }
  #textQuien-2 .img {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: auto;
  }
  #textQuien-2 .img img {
    position: relative;
    top: auto;
    left: auto;
    max-height: 290px;
    width: auto;
    transform: translate(0);
  }
  #textQuien-2 .boxGreen {
    background-size: cover;
  }
  #misionVision .der{
    width: 100%;
    min-height: 100%;
  }
  #misionVision .der article {
    text-align: center;
    padding: 30px 0 30px 0px;
    color: #fff;
    font-size: 18px;
    max-width: 100%;
  }
  #sectionConocenos-2 .col article{
    height: 200px;
  }
  #sectionConocenos-2 .col:nth-child(1) article{
    font-size: 22px; 
  }
  #areaGarantia .text {
    font-size: 20px;
  }
  #areaGarantia .cnt {
    padding-left: 280px;
    padding-right: 25px;
  }
  #areaGarantia .cnt .logo {
    width: 250px;
  }
  #areaCompromiso .cnt {
    max-width: 450px;
    padding: 50px 0;
  }
  #areaCompromiso .img {
    margin-left: auto;
    max-width: 632px;
    width: 30%;
    left: auto;
    position: relative;
    top: auto;
    transform: translateY(0);
    z-index: 2;
    background: #FFF;
    padding: 7px;
  }
  #areaCompromiso {
    padding-bottom: 50px;
  }
  #areaMarcas .row{
    justify-content: center;
  }
  #areaMarcas .item {
    float: left;
    margin-bottom: 20px;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #areaMarcas .item:last-child{
    padding-right: 10px;
  }
  #areaMarcas {
    padding-bottom: 52px;
  }
  #blog .item{
    padding: 0 15px;
  }
  #areaContacto{
    padding: 68px 15px; 
  }
  #areaContacto .cnt {
    padding-left: 0;
  }
  #areaContacto .cnt .direccion {
    position: relative;
    left: auto;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #areaContacto .cnt .telCorreo {
    margin-left: auto;
    margin-right: auto;
    width: 356px;
  }
  #areaFormC .formulario {
    background: #e7e7e7;
    width: 100%;
    text-align: center;
    padding: 65px 0px 85px 0px;
  }

  #areaFormC .formulario:after{
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    right: -200px;
    background: #e7e7e7;
  }
  #areaFormC .der {
    width: 100%;
    padding: 65px 0px 85px 0px;
  }
  #areaFormC .der > div {
    max-width: 542px;
    margin: auto;
  }
  .product-info {
    width: 100%;
    padding-left: 0px;
  }
  #derProductos {
    float: right;
    width: 100%;
    padding: 0 15px 0 15px;
  }
  .product-gallery {
    margin-bottom: 25px;
    width: 100%;
    float: left;
  }
  .especificaciones {
    padding-left: 0px;
  }
  .especificaciones .izq {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 25px;
  }
  #divDFiscales #div-2 .izq {
    width: 100%;
  }
  #divDFiscales #div-2 .b1 .pad,#divDFiscales #div-2 .b2 .pad,#divDFiscales #div-2 .b3 .pad{
    background-size: cover;
  }
  #divDFiscales #div-2 .der {
    float: right;
    margin-top: 20px;
    width: 100%;
    padding: 0 16px;
    margin-right: 25%;
  }
  #titCarrito{
    font-size: 30px;
  }
  #tblResumen thead,
  #tblResumenP thead {
    display: none;
  }
  #tblResumen tr{
    border-top: 1px solid #a0a0a0;
  }
  #tblResumen td.delItem,
  .tblResumenP td.delItem {
    text-align: center;
    width: 100% !important;
    padding-top: 20px;
    padding-bottom: 20px;
  } 
  #tblResumen td,
  .tblResumenP td {
    display: block !important;
    width: 100% !important;
    position: relative;
    padding-left: 105px !important;
    border-top: 0;
    text-align: center;
    vertical-align: middle;
    font-family: 'Arial', sans-serif !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #tblResumen td::before,
  .tblResumenP td:before {
    position: absolute;
    top: calc(50% - 7px);
    left: 20px;
    width: auto;
    padding-right: 1em;
    white-space: nowrap;
    text-align: left;
    content: attr(data-title);
    z-index: 1;
    font-weight: 500;
    color: #616161;
    font-size: 14px;
  }
  #formResumen .titDesc2,
  .tblResumenP .titDesc2 {
    font-size: 16px;
  }
  #linkCtoizaExpress,#linkGarantias{
    display: none !important;
  }
  
  #titGarantia{
    font-size: 30px;
  }
  #areaFotos .titUp{
    font-size: 20px;
  }
  #loginReg .col-sm-5{
    width: 100%;
  }
  #formCarrito .existencia {
    left: -50%;
  }
  
  #tblCotizaExpress{
    width: 100%;
  }
  #tblCotizaExpress th.product-name {
    width: 60%;
  }
  #tblCotizaExpress th.product-quantity{
    width: 20%;
  }
  #tblCotizaExpress th.product-subtotal{
    width: 20%;
  }
  #tblCotizaExpress thead{
    display: none;
  }
  #tblCotizaExpress tbody tr{
    margin-bottom: 15px;
    display: block;
    background: rgba(0,0,0,0.05);
  }
  #tblCotizaExpress td {
    display: block !important;
    width: 100% !important;
    position: relative;
    padding-left: 105px !important;
    border-top: 0;
    text-align: left !important;
    vertical-align: middle;
    font-family: 'Arial', sans-serif !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #tblCotizaExpress td::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: auto;
    padding-right: 1em;
    white-space: nowrap;
    text-align: left;
    content: attr(data-title);
    z-index: 1;
    font-weight: 500;
    color: #616161;
    font-size: 14px;
  }
  #tblCotizaExpress.shop_table td.product-quantity .quantity{
    margin:0;
  }
  #cntCotizaTotales{
    max-width: 280px;
    margin: auto;
  }
 #tblCotizaExpress .cntNameProd .nameProd {
    text-align: left;
    padding-left: 0
  }
 #tblCotizaExpress  .cntNameProd .imgProd {
    display: inline-block;
    position: relative;
    top: auto;
    margin-top: auto;
    margin-bottom: 10px;
  }
  #ulConocenos{
    display: none;
  }
  a[href="/conocenos/"] span{display: none}
  .paddBuscaMayore {
    width: auto;
    left: 0;
    right: 0;
  }
}

#phplive_btn_1563381677_clone img{
  display: none !important
}

@media(max-width: 680px){
  #titHome1{
    font-size: 20px;
  }
  #areaFiltros .col{
    padding-bottom: 10px;
  }
  #areaFiltros .col .cnt {
    line-height: 22px;
    font-size: 14px;
  }
  .titHome3 {
    font-size: 22px;
  }
  .titHome3 span {
    padding: 0 21px;
    margin: 0 18px;
  }
  #areaCompromiso::before{
    width: 85%;
  }
  #areaCompromiso .cnt {
    max-width: 100%;
    padding: 50px 0;
    width: 80%;
  }
  #titPrivacidad,#titFAQ{
    font-size: 35px;
  }
  #blog .item{
    width: 100%;
  }
  #blog .item figure {
    max-width: 365px;
    margin: auto;
  }
  #divDFiscales #div-1 {
    padding-left: 0px;
  }
  #divDFiscales #div-1 .izq {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    height: 85px;
  }
  #rProductos li.product-small {
    width: 50%;
  }
  #rProductos li.product-small:nth-child(3n + 3){
    border-right: solid 1px #d2d2d2;
  }
  #rProductos li.product-small:nth-child(2n + 2), #rProductos > #rProds > li.product-small:last-child {
    border: none;
  }
  #titCarrito {
    font-size: 26px;
  }
  #formCarrito .derTbl, #formResumen .derTbl{
    width: 100%;
    margin-left: 0;
  }
  .title-folio {
    margin-bottom: 25px;
    height: auto;
    padding-right: 0;
  }
  .title-folio > button {
    position: static;
    width: 100%;
  }
  .info-folio .wrap article .item {
    padding-left: 0;
    padding-top: 35px;
    height: auto;
  }
  .info-folio .wrap article .item div {
    width: 100%;
  }
}
@media(max-width: 640px){
  #menuFooter .colF {
    width: 100% !important;
  }
   #menuFooter .colF:nth-child(2){
    margin-top: 30px;
    margin-bottom: 30px;
   }
  #menuFooter {
    background-size: cover;
  }
  #areaGarantia .cnt {
    padding-left: 25px;
    padding-right: 25px;
  }
  #areaGarantia .cnt .logo {
    width: 250px;
    position: relative;
    border-right: 0;
    height: 45px;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    width: 194px;
    transform: translate(0);
  }
  #pagoRealizado div[class*="col-"]{
    float: none;
    width: 100%;
    height: auto;
  }
  #pagoRealizado {
    height: auto;
  }
  #pagoRealizado .col-6 > div figure {
    height: auto;
    padding: 20px 0
  }
}
@media(max-width: 620px){
  #homeSection4 .col{
    width: 100%;
    border-right: 0;
    min-height: 100px;
  }
  #sectionConocenos-2 .row {
    display: block;
  }
  #sectionConocenos-2 .col{
    width: 100%;
    float: left;
  }
  #sectionConocenos-2 .col:nth-child(1){
    width: 100%;
  }
  #sectionConocenos-2 .col article{
    height: 130px;
  }
  #areaPromociones div[class*="col"]{
    width: 100%;
  }
  #areaPromociones div[class*="col"]:last-child{
    margin-top: 17px;
  }
  #cntDatFisc .cols:nth-of-type(1),#cntDatFisc .cols:nth-of-type(2){
    width: 100%;
    text-align: center;
  }
  #cntDatFisc .cols:nth-of-type(3){
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
}
@media(max-width: 600px){
  #areaFiltros .col{
    padding-bottom: 50px;
    width: 100%;
  }
  #areaFiltros .col .cnt {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
  }
  #titProdDest{
    font-size: 22px;
  }
  #areaFaq .item .tit {
    font-size: 20px;
  }
  .fPagos .col-xs-6 {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 15px;
    float: none;
  }
  
}
@media(max-width: 580px){
  .titHome3 {
    font-size: 18px;
  }
  .titHome3 span {
    padding: 0 11px;
    margin: 0 8px;
  }
  .btnDescargables{
    margin-bottom: 10px;
  }
  #formResumen [class*="col-"] {
    width: 100%;
  }
  .textMEnvio .checkbox,.btnDescargaFedex {
    float: none;
  }
  .btnDescargaFedex{
    margin-top: 20px;
  }
  #areaRegistro #textRegistro1 div[class*="col-"]{
    width: 100%;
  }
  #formCarrito .existencia {
    left: 0%;
    width: 215px;
  }
}
@media(max-width: 520px){
  #areaFotos .titUp{
    width: 60%;
  }
}
@media(max-width: 500px){
  #areaCompromiso .tit{
    font-size: 26px;
  }
  #areaCompromiso .tit strong{
    font-size: 30px;
  }
  #areaCompromiso .img {
    width: 180px;
  }
  #areaMarcas .item {
    width: 50%;
  }
  #titPromociones {
    font-size: 26px;
  }
  #divDFiscales #div-2 .cnt2 article {
    width: 100%;
  }
  #divDFiscales #div-2 .cnt2 article.b2{
    margin-top: 10px;
  }
  #divDFiscales #div-2 .der {
    width: 100%;
    margin-right: 0;
  }
  #blogEntrada #tit1 {
    font-size: 24px;
  }
  #formResumen .titDesc2 {
    font-size: 15px;
  }
  .frmGar div[class*="col-"]{
    width: 100%;
  }
  #tblResumen td.nombreProd, #tblResumenP td.nombreProd, #formResumen td.nombreProd {
    height: auto;
  }
  .cntNameProd .nameProd {
    padding-left: 0;
    text-align: center;
  }
  .cntNameProd .imgProd {
    display: block;
    position: relative;
    top: auto;
    margin-top: auto;
    margin-bottom: 10px;
  }
  .cntNameProd .imgProd img{
    margin: auto;
  }
  #formCarrito .existencia {
    left: -50px;
    width: 215px;
  }
}
@media(max-width: 480px){
  #titQuien{
    font-size: 28px;
  }
  #rProductos li.product-small {
    width: 100%;
    border-right: 0;
  }
  #rProductos li.product-small:nth-child(3n + 3){
    border-right: 0;
  }
  #divOrden > em {
    font-size: 16px;
    top: -9px;
    padding-right: 13px;
    margin-right: 15px;
  }
  #topCart strong{
    display: none;
  }
  #titGarantia {
    font-size: 25px;
    line-height: 55px;
  }
  #areaFotos .titUp{
    width: 65%;
  }
  .cntFedex{
    width: 100%;
  }
  .info-folio {
    padding: 30px 15px 0;
  }
}
@media(max-width: 430px){
  #blogEntrada #tit1 {
    min-width: 100px;
    width: 100%;
    font-size: 22px;
  }
  #areaFotos .titUp{
    width: 75%;
  }
  .cntFedex span {
    float: none;
  }
}
@media(max-width: 420px){
  .titHome3 {
    font-size: 16px;
  }
  .titHome3 span {
    padding: 0 11px;
    margin: 0 8px;
  }
  #homeSection4 .tit {
    font-size: 19px;
  }
  #areaFaq .item .tit {
    font-size: 18px;
  }
  #areaGarantia .text {
    font-size: 18px;
  }
  #areaCompromiso .tit{
    font-size: 20px;
  }
  #areaCompromiso .tit strong{
    font-size: 24px;
  }
  #titPrivacidad,#titFAQ{
    font-size: 30px;
  }
  #areaContacto .cnt .direccion, #areaContacto .cnt .telCorreo{
    width: 100%;
  }
  .divCollapse .tit {
    font-size: 19px;
  }
  #divDFiscales #div-1 .der {
    padding: 25px 20px;
  }
  #divOrden {
    text-align: center;
    height: auto;
  }
  #ordenado {
    float: none;
    padding-left: 10px;
  }
  #divOrden > em {
    font-size: 16px;
    top: -9px;
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0;
  }
  #header #opsTop ul li {
    padding: 0 8px;
  }
  #titCarrito {
    font-size: 22px;
  }
  #pagoRealizado img{
    max-width: 240px
  }
  #titRPedido{
    font-size: 20px;
  }
  .tblResumenP .derTbl {
    right: auto;
    top: auto;
    width: 100%;
    margin-left: 0;
    padding-bottom: 50px;
}
}

@media(max-width: 380px){
  .titHome3 {
    font-size: 14px;
  }
  .titHome3 span {
    padding: 0 6px;
    margin: 0 3px;
  }
  #titPrivacidad,#titFAQ{
    font-size: 24px;
  }
  #blog .item figcaption {
    margin-right: 10px;
  }
  #areaContacto .cnt .telCorreo {
    padding: 21px 15px;
  }
  #areaContacto .telCorreo .cnt2 {
    max-width: 495px;
    margin: auto;
    padding-left: 0;
    background: url('../images/contacto/email.png') center top no-repeat;
    padding-top: 170px;
    text-align: center;
  }
  .btnDescargables{
    font-size: 14px;
    width: 125px;
  }
  #areaFotos .titUp{
    width: 90%;
  }
  #sliderTienda .container {
    padding: 40px;
  }
  #sliderTienda .custom-navigation a.flex-next {
    margin-right: -22px;
    background-size: contain;
  }
  #sliderTienda .custom-navigation a.flex-prev {
    margin-left: -22px;
    background-size: contain;
  }
  #sliderTienda .custom-navigation a {
    width: 20px;
    height: 30px;
  }
  #loginReg .form-top .h3{
    font-size: 19px;
  }
  #loginReg .form-top .form-top-right{
    font-size: 50px;
  }
  .contFormRegistro1 #frmReg input[type="submit"]{
    width: 230px;
  }
}

@media(max-width: 355px){
  #opsTop .search{
    padding: 0;
  }
  #opsTop .search {
    width: 190px;
  }
}