:root {
    --main-color: #F50707F9 !important;
    /*--main-hover-color: #e91601 !important;*/
  }
  
  /* ====== Bloqueo de Header Fixed ========= */
  
  #header.fixed-top {
      position: absolute !important;
  }
  
  /* === Fuentes === */
  
  
  @font-face {
    font-family: 'prime-regular';
    font-style: normal;
    font-weight: normal;
    src: url(../../assets/fonts/Prime-Regular.otf);
  }
  
  @font-face {
      font-family: 'quicksand-medium';
      src: local('Quicksand'), url('../../assets/fonts/Quicksand/Quicksand-Medium.ttf') format('truetype');
      src: url("../../assets/fonts/Quicksand/Quicksand-Medium.ttf")  format("truetype")
           
  }
  
  @font-face {
      font-family: 'quicksand-bold';
      src: local('Quicksand'), url('../../assets/fonts/Quicksand/Quicksand-Bold.ttf') format('truetype');
      src: url("../../assets/fonts/Quicksand/Quicksand-Bold.ttf")  format("truetype")
           
  }
  
  .btn:after, .btn-primary:after, .btn-secondary:after, .btn-tertiary:after {
      font-family: "fontello";
      content: '';
      font-size: 7px;
      vertical-align: 16%;
      display: inline-block;
      padding-left: 1.8em;
  }
  
  .btn:hover, .btn:focus, .btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus, .btn-tertiary:hover, .btn-tertiary:focus {
      background: #f50d0d;
      color: #ffffff;
  }
  
  
  .btn.disabled, .btn:disabled, .btn-primary.disabled, .btn-primary:disabled, .btn-secondary.disabled, .btn-secondary:disabled, .btn-tertiary.disabled, .btn-tertiary:disabled {
      background: #f50d0d;
  }
  
  .main-menu .dropdown-item[data-depth="0"]:hover {
      color: #f50d0d;
  }
  
  .main-menu .dropdown-item:hover {
      color: #f50d0d !important;
  }
  
  
  /* === HEADER === */
  
  /*#htmlbanners9 > div.owl-stage-outer > div > div:nth-child(7) > div,*/
  /*#htmlbanners9 > div.owl-stage-outer > div > div:nth-child(8) > div,*/
  /*#htmlbanners9 > div.owl-stage-outer > div > div:nth-child(9) > div{*/
  /*    display:block;*/
  /*}*/
      
  /*#htmlbanners9 > div.owl-stage-outer > div > div:nth-child(6) > div{*/
  /*   display:none; */
  /*}*/
  
  .main-menu {
     /* background-color: rgb(11 11 11 / 24%)*//*rgba(11, 11, 11, 0.95)*/
     background-color: rgba(250, 250, 250, 0.24);
  
  
  }
  /*#_desktop_menu-icon > div > span.sw-topper {*/
  /*    color: #fff;*/
  /*}*/
  
  /*#_desktop_menu-icon > div > span.sw-bottom {*/
  /*    color: #fff !important;*/
  /*}*/
  
  
  .main-menu > .inner-wrapper {
      margin-top: 2% !important;
  }
  
  #header > nav > div {
      /*margin-top: -40px;*/
      /* background-color: rgba(250, 250, 250, 0.24) */
  }
  
  .main-menu .dropdown-item[data-depth="0"] {
      color: rgba(11, 11, 11, 0.6);
      font-weight: 400;
  }
  
  #header .search-btn-toggle.search-active{
      color: #000 !important;
      display: block !important;
  }
  
  
  .header-slide .caption-description {
      font-family: 'Roboto', sans-serif;
      color: #1D262D;
      font-weight: 600;
      /* top: 540px; */
      font-size: 30px;
      margin-top: 21%;
  }
  
  #_desktop_cart {
      position: static;
      margin-left: 0px !important;
  }
  
  #search_widget > div.search-block.hidden-md-down > form{
      top: 40% !important;
  }
  
  div#_desktop_logo {
      text-align: center;
      display: block;
      margin: auto;
      max-width: 60% !important;
      flex: 0 0 56% !important;
  }
  
  .menu-icon .sw-topper,
  .menu-icon .sw-bottom,
  .menu-icon .sw-footer {
      width: 22px !important;
      color: #000;
  }
  
  .menu-icon .sw-topper.header-change-menu,
  .menu-icon .sw-bottom.header-change-menu,
  .menu-icon .sw-footer.header-change-menu {
      width: 22px !important;
      color: #FFF;
  }
  
  span.menu-categoria {
      font-size: 13px;
      font-family: 'quicksand-medium';
  }
  
  .menu-icon {
      line-height: 1;
      position: relative;
      z-index: 1;
      width: 28px;
      height: 15px;
      cursor: pointer;
      color: #ffffff;
      /*margin-bottom: 5px !important;*/
      margin-bottom: 15px !important;
      text-align: center;
      margin: auto;
      margin-top: 17px;
  }
  
  .cart-header .cart-products-count:before {
      font-family: "fontello";
      content: '\E819' !important;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 26px;
      height: 30px;
      /*font-size: 23px;*/
      /*background-image: url(../../../../img/other-images/carrito.png);*/
      /*-webkit-background-size: cover;*/
      /*-moz-background-size: cover;*/
      /*-o-background-size: cover;*/
      /*background-size: cover;*/
  }
  
  
  .cart-header .cart-products-count span {
      position: absolute;
      top: -14px;
      /*left: 27px;*/
      left: 36px;
      bottom: 0;
      right: 0;
      text-align: center;
      line-height: 30px;
  }
  
  .cart-header .cart-title {
      /* 
      margin-right: 11px; 
      top: 25px;
      */
      position: absolute;
      top: 35px;
      left: -5px;
  }
  
  #_desktop_cart > div > label > div > span.cart-title.hidden-lg-down {
      font-family: 'quicksand-medium';
      display: block !important;
  }
  
  .dropdown-toggle::after {
      display: none;
  }
  
  .user-icon-account:before {
      font-family: "fontello";
      content: '\E833' !important;
      display: block;
      font-size: 23px;
  }
  
  #_desktop_user_info > div > div > a > span.my-account {
      position: absolute;
      top: 78px;
      left: 140px;
      font-size: 13px;
      font-family: 'quicksand-medium';
  }
  
  div#_desktop_user_info {
      margin-right: 20px;
      margin-left: 20px;
  }
  
  div#_desktop_user_info .header_user_info .header_user_info__list{
      margin-top: 12%;
  }
  
  div#_desktop_user_info .header_user_info .header_user_info__list a{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      padding: 0;
  }
  
  div#_desktop_user_info .header_user_info .header_user_info__list a span{
      order: 2;
  }
  
  div#_desktop_user_info .header_user_info .header_user_info__list a img{
      order: 1;
      position: relative;
      top: 0;
      left: 0;
      margin: 0px auto 8px auto !important;
      width: 25px !important;
  }
  
  
  .owl-controls .owl-dot span:after {
      color: var(--main-color);
  }
  
  .cart-header:hover {
      color: var(--main-color);
  }
  
  a:hover {
      color: var(--main-color);
  }
  
  .menu-icon:hover {
      color: var(--main-color);
  }
  
  
  
  /* ===== Buscador Hedar ======= */
  
  #header .search-close{
      background: #F50707F9 !important;
  }
  
  #header .search-block .input-text:focus {
      border-color: #F50707F9 !important;
      color: #F50707F9 !important;
  }
  
  
  #header .search-block .input-text:focus + .search-btn {
      color: #F50707F9 !important;
  }
  
  
  /*=== TOP BANNERS === */
  
  .img-banner{
      filter: brightness(60%);
  }
  
  #htmlbanners1 > div > div > a > figure > figcaption {
      font-size: 12px;
      font-family: 'Roboto', sans-serif;
      text-align: center;
      color: #FFFFFF;
      top: 85%;
      padding-left: 0px;
      font-weight: 400;
  }
  
  .top-banner .description:after {
      display:none;
      
  }
  
  /*#htmlbanners1 > div > div.col-sm-3.offset-sm-1.top-banner.text-in-center {*/
  /*    margin-left: 11%;*/
  /*}*/
  
  #htmlbanners1 > div > div.col-12 > a > figcaption > p {
      color: #000000;
      font-size: 15px;
      font-family: 'Roboto', sans-serif;
  }
  
  #htmlbanners1 > div > div.col-12.titulo-linea {
      /*margin-left: 10.5%;*/
      margin-top: 20px;
  }
  
  #htmlbanners1 > div > div.col-12.titulo-linea > a > figcaption > p {
      /*color: #000000;*/
      color: #ffffff;
      font-size: 25px;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 3px;
      font-weight: 400;
  }
  
  div#htmlbanners1 {
      /*margin: 0px 70px 70px 70px;*/
      background: #2e2e2e !important;
      padding-bottom: 3%;
  }
  
  /*=== BANNER 10 === */
  
  #htmlbanners10{
      background: #2e2e2e !important;
      color: #ffffff !important;
  }
  
  #htmlbanners10 > div {
      margin-top: -60px;
  }
  
  #htmlbanners10 > div > div > div.col-12 > div > a > div > h3 {
      position: relative;
      font-size: 24px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0px !important; 
      text-align: center;
      margin-bottom: 40px;
      font-family: 'Roboto', sans-serif;
      /*color: #1D262D !important;*/
      color: #ffffff !important;
  }
  
  
  .feature-home img {
      position: absolute;
      /*right: 50px;*/
      transition: opacity 1.5s ease-in-out;
      right: 0;
      width: 40%;
  }
  
  .feature-item .banner-description {
      /*max-width: 230px;
      margin: 0 auto;*/
      max-width: 100%;
      margin: 0;
  }
  
  .feature-home img.top:hover {
    opacity: 0;
  }
  
  .features-home {
      background-image: none !important;
      padding: 7% 0 1.8% !important;
  }
  
  .feature-item .wrap-icon {
      color: #e91601 !important;
  }
  
  div.feature-home {
      border-bottom: var(--main-color) 6px solid;
      overflow: auto;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      /*height: 90px;*/
      height: 100px;
      padding-right: 6%;
  }
  
  .feature-item {
      text-align: right;
  }
  
  
  .feature-item p {
      line-height: 1.3;
      color: #fff !important;
      font-weight: 600;
      margin: 10px 0px 0px 0px;
      width: 50%;
      font-size: 23px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
  }
  
  
  #htmlbanners10 > div > div > div:nth-child(3) > div > a > div.banner-description > div.feature-home > p {
      width: 40%;
  }
  
  #htmlbanners10 > div > div > div:nth-child(3) > div > a > div > div > img {
      width: 45%;
      margin-right: 4%;
  }
  
  #htmlbanners10 > div > div > div:nth-child(4) > div > a > div.banner-description > div.feature-home > p {
      width: 44%;
  }
  
  #htmlbanners10 > div > div > div:nth-child(4) > div > a > div > div > img {
      width: 52%;
      margin-top: 2%;
  }
  
  
  
  /* === HOME === */
  
  .btn-to-top {
      background: var(--main-color);
  }
  
  #index #page {
      padding-top: 0 !important;
      background: #d5d5d5;
  }
  
  #header{
      color: #000000 !important;   
  }
  
  #header.fixed-top.hide-bar .header-nav {
      background-color:transparent;
      transition:background-color 500ms, color 500ms;
      
  }
  
  #header.fixed-top.hide-bar .header-nav.header-change {
      background-color: #090c0c;
      color:white;
  }
  
  /* ===  FOOTER === */
  
  .footer-one {
      padding: 100px 0 20px;
      display: none;
  }
  
  #footer > div.footer-container > div.footer-two > div > div > div > ul.links-footer {
      line-height: 2;
  }
  
  #footer > div.footer-container > div.footer-two > div > div > div.mas-info,
  #footer > div.footer-container > div.footer-two > div > div > div.contactanos{
      /*margin-top: 26.5px;*/
      padding-top: 20px;
  }
  
  #footer > div.footer-container > div.footer-two > div {
      margin-left: 60px;
  }
  
  #footer > div.footer-container > div.footer-two > div > div > div.col-sm-12.col-md-3.contactanos > ul {
      line-height: 2.3;
  }
  
  .payment-logos > p {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 10px 0 !important;
      padding: 20px 0 0 10px;
  }
  
  .footer-container p {
      line-height: inherit;
      font-weight: 700;
      color: #fff;
  }
  
  
  
  /*CATALOGO*/
  
  div#category-description {
      position: absolute;
      top: 68%;
      /* left: 55%; */
      z-index: 1;
      width: 100%;
      text-align: center;
  }
  
  #category > main > section > div:nth-child(1) > div > h1 {
      display: none;
  }
         
  #category > main > section > div:nth-child(1) > div > div.rte.text-muted > p {
      font-family: 'Roboto', sans-serif;
      font-size: 34px;
      font-style: normal;
      font-weight: 400;
      color: #343333;
  }
  
  #category > main > section > div:nth-child(1) {
      margin-left: 0px;
      margin-right: 0px !important;
      margin-top: -7%;
      width: 100%;
  }
  
  #category > main > section > div:nth-child(1) > div > div > img {
      /* width: 1350px; */
      max-width: none;
      /*width: 1600px;*/
      width: 100vw;
      /* text-align: center; 
      /* position: relative;*/
  }
  
  .dropdown-menu > a:hover, .dropdown-menu li > a:hover {
      background: #f50d0d !important;
      color: #ffffff;
  }
  
  .show .select-title i {
      background: #000000 !important;
      color: #ffffff;
  }
  
  #category > main > section > div.container.clearfix > div > div.left-column.col-xs-12.col-lg-12 > section > div{
      display:none !important;
  }
  
  
  #category > main > section > div.container.clearfix > div > div.left-column.col-xs-12.col-lg-12 > section > section#products > div#js-product-list-bottom {
      display:none !important;
  }
  
  
  #category.is-not-index #header {
      background-image: none !important;
  }
  
  .is-not-index #header:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: none !important;
  }
  .btn, .btn-primary {
      background: var(--main-color);
  }
  
  .bootstrap-touchspin .btn.btn-touchspin {
      background: #d9d9d9;
      border: none;
      color: #434a54;
  }
  
  #main > div.more-info {
      display: none;
  }
  
  .r-column h1 {
      font-size: 28px;
      font-weight: 300;
      text-transform: none;
      background: #e91601;
      color: #fff;
      text-align: center;
  }
  
  #wrapper {
      background: #e9e9e9;
  }
  
  #footer {
      margin-top: 0px !important;
  }
  
  body#category > main#page > #wrapper > div.container.clearfix {
      width: 100%;
      padding: 0 2%;
  }
  
  body#category > main#page > #wrapper > div.container.clearfix > div.wrapper-columns > div#content-wrapper > section#main > section#products > #js-product-list > div.catalog-products > article.product-miniature.js-product-miniature > div.thumbnail-container{
      padding: 0 !important;
  }
  
  
  body#category > main#page > #wrapper > div.container.clearfix > div.wrapper-columns > div#content-wrapper > section#main > section#products > #js-product-list > div > article > div > div.right-block{
      padding: 0 !important;
  }
  
  body#category > main#page > #wrapper > div.container.clearfix > div.wrapper-columns > div#content-wrapper > section#main > section#products > #js-product-list > div > article > div > div.thumbnail-wrapper{
      padding: 0 !important;
      margin-bottom: -2%;
  }
  
  body#category > main#page > #wrapper > div.container.clearfix > div.wrapper-columns > div#content-wrapper > section#main > section#products > #js-product-list > div > article > div > div.thumbnail-wrapper > h3{
      padding: 1% 2%;
  }
  
  body#category > main#page > #wrapper > div.container.clearfix > div.wrapper-columns > div#content-wrapper > section#main > section#products > #js-product-list > div > article > div > div.right-block > div.etiqueta{
      padding: 2% 2%;
  }
  
  
  /* MODAL CUANDO SE AGREGA UN PRODUCTO AL CARRITO*/
  
  #blockcart-modal > div > div > div > div > div.col-lg-6.divide-right {
      display: none;
  }
  
  #blockcart-modal > div > div > div > div > div.col-lg-6.cart-content > p.h6.product-name {
      background: #F50707F9;
      color: #FFF;
      width: 100%;
      padding: 30px 30px 30px 78px;
      text-align: center;
      margin-top: -40px;
      width: 648px;
      max-width: none;
      margin-left: -226px;
  }
  
  .modal .close {
      background: none;
      text-shadow: none;
      cursor: pointer;
      display: block;
      font: 700 14px/45px "fontello";
      height: 45px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 45px;
      color: #FFF;
      font-size: 20px;
      z-index: 1;
  }
  
  #blockcart-modal > div > div > div > div > div.col-lg-6.cart-content > p.cart-products-count {
      display: none;
  }
  
  .cart-content p {
      font-size: 19px;
      font-weight: 300;
      margin: 0;
      text-transform: capitalize;
      width: 100%;
      margin-left: -8%;
      color: #1D262D;
      font-weight: 600;
      font-family: 'Roboto', sans-serif;
  }
  
  .cart-content p strong {
      font-weight: inherit;
      display: block;
      float: left;
      margin-bottom: 10px;
      color: #1D262D;
  }
  
  #blockcart-modal > div > div > div > div > div.col-lg-6.cart-content > p:nth-child(6) {
      display: none;
  }
  
  #blockcart-modal > div > div > div > div > div.col-lg-6.cart-content > p:nth-child(7) {
      display: none;
  }
  
  #blockcart-modal > div > div > div > div > div.col-lg-6.offset-lg-4.cart-content > div > a {
      float: none;
      border-radius: 10px;
      width: 80%;
      margin-left: -15%;
  }
  
  .cart-content-btn {
      margin-top: 25px;
      margin-left: 17%;
  }
  
  #blockcart-modal > div > div > div > div > div.col-lg-6.offset-lg-4.cart-content > div > button {
      background: #fff;
      color: #000;
      font-family: 'Roboto', sans-serif;
      margin-left: -17%;
  }
  
  #blockcart-modal .modal-dialog {
      width: 85%;
      max-width: 650px;
  }
  
  
  /* === FICHA DEL PRODUCTO === */
  
  
  
  .btn-to-top:after {
      border: 1px solid #f50d0d !important;
  }
  .btn-to-top:hover:after {
      border-color: #000000 !important;
  }
  .btn-to-top:active:after {
      border-color: #000000 !important;
  }
  .btn-to-top:hover,
  .btn-to-top:active {
      background: #000000 !important;
      border: 1px solid #ffffff !important;
  }
  .scroll-box-arrows i,
  .product-cover .zoom-in:hover,
  .product-cover .zoom-in{
      background: #000000 !important;
  }
  
  .product-images > .thumb-container > .thumb.selected, .product-images > .thumb-container > .thumb:hover{
      border-color: #000000 !important;
      background: #000000 !important;
  }
  
  .thumb-container > .thumb:hover {
      border-color: #000000 !important;
      /*border-color: #21c9c0;*/
  }
  
  .fancybox-skin .fancybox-close:hover{
      background: #740b00 !important;
      color: #ffffff;
  }
  
  
  #modalVideo > div{
      max-width: 1475px;
      margin: 30px auto;
  }
  
  #modalVideo > div > div > div {
      padding: 0px !important;
      position: relative;
  }
  
  .modal .close:hover {
      background: #740b00 !important;
      color: #ffffff;
      opacity: 1;
  }
  
  #js-product-list > div > article > div > div.right-block > div.etiqueta {
      background: #575656;
      padding: 5px 0px 5px 0px;
      font-family: 'Roboto', sans-serif;
      font-size: 15px;
      color: #FFF;
  }
  
  #js-product-list > div > article > div > div.right-block > div.buttons-container > form > button {
      /*background: #575656;*/
      /*padding: 5px 0px 5px 0px;*/
      font-family: 'Roboto', sans-serif;
      font-size: 15px;
      opacity: 0.89;
      width: 359px;
      margin-top: -250px;
      height: 255px;
      background: transparent linear-gradient(180deg, #F50707FA 0%, #E20606FA 21%, #3B0101FC 100%) 0% 0% no-repeat padding-box;
  }
  
  #js-product-list > div > article > div > div.right-block > div.buttons-container > form > button > span {
      font-size: 15px;
      font-weight: 400;
      /*margin-left: -3%;*/
      /*margin-right: 44%;*/
      font-family: 'Roboto', sans-serif;
      display: block;
      margin-bottom: 20px;
  }
  
  #js-product-list > div > article > div > div.thumbnail-wrapper > a > img{
      width:100%;
  }
  
  /*.product-miniature .thumbnail-wrapper .thumbnail-img {*/
  /*    display: inline-block;*/
  /*    top: -31%;*/
  /*    margin-top: -65px;*/
  /*    margin-bottom: -75px;*/
  /*}*/
  
  .product-miniature .product-title {
      font-size: 17px;
      font-weight: 300;
      line-height: 1.6;
      margin: -20px 0px 0px;
      text-transform: capitalize;
      font-family: 'Roboto', sans-serif;
      color: #F50707;
      text-align: left;
  }
  #main > h2 > div > div > div > a {
      font-family: 'Roboto', sans-serif;
      color: #707070;
      font-size: 16px;
      border: 1px solid #1D262D
  }
  
  /* div#js-product-list-bottom {
      display: none;
  } */
  
  
  .grid .show_grid {
      color: #000 !important;
  }
  
  .pagination .current a {
      border-color: #000 !important;
      background: #000 !important;
  
  }
  
  
  #content-wrapper > section > h2 {
      margin-bottom: 0px !important;
      background: #FFF !important;
      width: 75%;
      margin: auto;
      padding: 10px 25px 10px 10px;
  }
  
  .page-heading:before {
      /*border-top: 4px double #e5e5e5;*/
      border-top:none !important;
  }
  
  #main > h2 > div > div > label.sort-by {
      display: none;
  }
  
  .page-heading > span:not(.heading-counter) {
      /*margin-right: auto;*/
      padding-right: 17px;
      text-align: center;
      display: block;
      margin: auto;
      color: #1D262D;
  }
  
  .page-heading > span {
      background: #ffffff0a;
      display: inline-block;
      position: relative;
      z-index: 1;
      font-family: 'Roboto', sans-serif;
      color: #707070;
  }
  
  #left-column {
      display: none !important;
  }
  
  #js-product-list > div > article > div > div.thumbnail-wrapper > div {
      display: none;
  }
  
  #js-product-list > div > article > div > button {
      display: none;
  }
  
  #js-product-list > div > article > div > div.right-block > div.buttons-container {
      display: none;
      /*display: flex;*/
      /*justify-content: center;*/
      /*align-items: center;*/
  }
  #js-product-list > div > article > div > div.right-block > div.buttons-container > a {
      display: block;
      width: 50%;
      background: #1054e1;
      color: #fff; 
      font-size: 15px;
  }
  #js-product-list > div > article > div > div.right-block > div.buttons-container > form.add-to-cart-or-refresh {
      width: 50%;
  }
  #js-product-list > div > article > div > div.right-block > div.buttons-container > form.add-to-cart-or-refresh button.add-cart {
      width: 100%;
      height: auto;
      margin-top: 0;
  }
  #js-product-list > div > article > div > div.right-block > div.buttons-container > form.add-to-cart-or-refresh button.add-cart span{
      display : none;
  }
  
  #main > div.row > div.col-lg-3.r-column > div.product-description.rte.tab-pane-inner {
      padding: 5px 0px 0px 25px;
  }
  
  #product > main > header > nav {
      transition: 0.2s background;
      background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(255,255,255,0.3) 80%, rgba(0,0,0,0) 100%);
      height: 120px;
      display: flex;
      align-items: center;
  }
  
  /*#product > main > header {*/
  /*    background-image: url(https://casasyplanos.pe/modules/htmlbanners6/views/img/upload/Slide3.jpg) !important;*/
  /*    background-position: 50% 50%;*/
  /*    background-repeat: no-repeat;*/
  /*    -webkit-background-size: cover;*/
  /*    background-size: cover;*/
  /*}*/
  
  #product > main > section > div.container.clearfix {
      /*margin-left: 9%;*/
      /*margin-right: 0px !important;*/
      margin-top: 0%;
      width: 100%;
      padding:15px;
  }
  
  #main > div.row > div.col-lg-2.l-column.p-page > button.video-btn,
  #main > div.row > div.col-lg-2.l-column.p-page > div > h1 > a {
      width: 90%;
      font-style: initial;
      border-radius: 10px;
      border: 3px solid #000;
      background: #e9e9e9;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      color: #000;
      transform: translate(0, 0);
  }
  
  #main > div.row > div.col-lg-2.l-column.p-page > button.video-btn, #main > div.row > div.col-lg-2.l-column.p-page > div > h1 > a:hover{
      background: #333;
      color: #fff;
      border: 3px solid #000;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
  }
  
  #main > div.row > div.col-lg-7.l-column.p-page > section.product-features{
      margin: auto !important;
      /*width: 80%;*/
  }
  
  #main > div.row > div.col-lg-7.l-column.p-page > section.product-features > dl.data-feature {
      flex-direction: row;
      display: flex;
      padding: 5px 0px 0px 20px;
      line-height: 3rem;
      background: #fff;
      text-align: center;
      align-items: center;
  }
  
  dd {
      margin-bottom: 0.5rem;
      margin-left: 30px;
  }
  
  #content > div > div.product-cover > img {
      width: 100%;
      /*height: 445px;*/
  }
  
  /*#content > div > div.wrapper-thumbnails {*/
  /*    display: none;*/
  /*}*/
  
  #main > div.row > div.r-column {
      background: #FFF;
      margin-left: -1%;
      padding: 0px;
  }
  
  #add-to-cart-or-refresh > div.product-add-to-cart > div > button {
      display: none !important;
  }
  
  #add-to-cart-or-refresh > div.product-add-to-cart > span.control-label.hidden-sm-down {
      position: absolute;
      top: 69.3%;
      left: 53%;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      color: #000;
      text-transform: capitalize;
      display: none;
  }
  
  #add-to-cart-or-refresh > div.product-add-to-cart > div > div.qty {
      position: absolute;
      top: 68.5%;
      left: 73%;
      display: none;
  }
  
  #add-to-cart-or-refresh > div.product-add-to-cart > div > div.add {
      text-align: center;
      margin: auto;
      position: absolute;
      left: 25%;
      top: 80%;
  }
  
  #add-to-cart-or-refresh > div.product-add-to-cart > div > div.add > button {
      border-radius: 10px;
      width: 200px;
      padding: 13px 0px 13px 0px;
      font-weight: 600;
  }
  
  .product-description-short {
      border-top: none;
  }
  
  .product-prices {
      border-top: 1px solid #403f3f;
  }
  
  .product-variants {
      margin: 70px -10px 0;
  }
  
  
  body#product > main#page > #wrapper > .container > .wrapper-columns > #content-wrapper >#main > div.row > div.col-lg-3.r-column > h1{
      font-weight: 900;
      padding: 2%;
  }
  
  
  body#product > main#page > #wrapper > .container > .wrapper-columns > #content-wrapper > #main > div.row > div.col-lg-2.l-column.p-page > button{
      width: 90%;
      font-style: initial;
      border-radius: 10px;
      border: 3px solid #000;
      background: #e9e9e9;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      color: #000;
      transform: translate(0, 0);
  }
  
  body#product > main#page > #wrapper > .container > .wrapper-columns > #content-wrapper > #main > div.row > div.col-lg-2.l-column.p-page > button:hover{
      background: #333;
      color: #fff;
      border: 3px solid #000;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
  }
  
  
  
   #main > div.row > div.r-column > div.product-prices > div.product-price.h5 > div {
      position: absolute;
      top: 69.8%;
      left: 9%;
  }
  
  .product-prices .current-price > .price {
      font-size: 18px;
      line-height: 0.6;
      font-weight: 300;
      font-family: 'Roboto', sans-serif;
  }
  
  .bootstrap-touchspin input.form-control {
      border: 1px solid #e5e5e5;
      height: 35px;
      padding: 0 10px;
      width: 35px;
      border-radius: 0px !important;
      color: #000 !important;
  }
  
  #quantity_wanted {
      color: #000 !important;
      border: 1px solid;
  }
  
  
  #add-to-cart-or-refresh > div.product-add-to-cart > div > div.qty > div > span.input-group-btn-vertical {
      margin-left: -10%;
  }
  
  .bootstrap-touchspin .btn.btn-touchspin {
      background: #ffffff;
      border: 1px solid;
      color: #000000;
      height: 18px;
      border-radius: unset;
  }
  
  .bootstrap-touchspin .btn.btn-touchspin:first-child {
      border-bottom: none;
      height: 17px;
  }
  
  #page > section > div.container.clearfix > div > div > section > div.row > div.col-lg-4.r-column > h1 {
      font-size: 22px;
      font-weight: 300;
      text-transform: none;
      margin-left: -15px;
      background: #e91601;
      color: #fff;
      padding: 12px 0px 12px 0px;
      width: 390px;
  }
  
  #main > div.row > div.col-lg-4.r-column > div.product-description.rte.tab-pane-inner {
      line-height: 1;
      margin-left: 9%;
      font-size: 15px;
      font-family: 'Roboto', sans-serif;
      color: #000 !important;
  }
  
  
  /* === MODAL PRODUCTOS CARGADOS AL CARRITO === */
  
  #cart > main > section > div.container.clearfix {
      margin-left: 0%;
      margin-right: 0px !important;
      margin-top: 7%;
      width: 80%;
      left: 10%;
      margin-bottom: 6%;
  }
  
  
  #_desktop_cart > div > div > div > div > div.cart-subtotals > div.products {
      display: none;
  }
  
  #_desktop_cart > div > div > div > div > div.cart-subtotals > div.shipping {
      display: none;
  }
  
  .cart-wishlist-item > .product-price {
      color: #f50d0d;
      font-size: 28px;
  }
  
  /* === CARRITO DE COMPRAS ANTES DEL CHECKOUT === */
  
  .cart-grid .cart-grid-body .card-block {
      background-color: #000;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      text-align: center;
      color: #FFF;
  }
  
  #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > div > div.card-block > h1 {
      text-transform: capitalize;
      font-size: 19px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
  }
  
  .cart-grid-body .cart-item {
      background-color: #f8f8f8;
      padding: 12px 7px;
      border-radius: 0px;
      border-top: none;
      width: 95%;
      border-left: none;
      border-right: navajowhite;
      background: white;
  }
  
  .cart-grid-body .cart-item:not(:last-child) {
      border-bottom: 1px solid #000;
  }
  
  
  #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > a {
      text-align: center;
      display: block;
      width: 35%;
      margin: auto;
      padding: 10px 0px 10px 0px;
      border-radius: 4px;
      font-weight: 400;
      font-family: 'Roboto', sans-serif;
      text-align: center;
  }
  
  #main > div > div.cart-grid-right.col-xs-12.col-lg-4 > div > div.cart-detailed-totals.js-cart-detailed-totals > div.card-block.cart-summary-totals > div {
      display: none;
  }
  
  div#cart-subtotal-shipping {
      display: none;
  }
  
  #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > div > div.cart-overview.js-cart {
      margin-left: 5%;
  }
  
  span.input-group-btn-vertical {
      padding-left: 0px !important;
  }
  
  #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > div > div.cart-overview.js-cart > ul > li > div > div > div > div > div > div > div > input {
      border: 1px solid #000;
  }
  
  #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > div > div.cart-overview.js-cart > ul > li > div > div.product-line-grid-right.product-line-actions.col-md-5.col-xs-12 > div > div.col-md-10.col-xs-6 > div > div.col-md-6.col-xs-2.price {
      display: none;
  }
  
  #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > div > div.cart-overview.js-cart > ul > li > div > div.product-line-grid-right.product-line-actions.col-md-5.col-xs-12 > div > div.col-md-10.col-xs-6 > div > div.col-md-6.col-xs-6.qty {
      margin-left: 55%;
  }
  
  #main > div > div.cart-grid-right.col-xs-12.col-lg-4 > div > div.checkout.cart-detailed-actions.card-block > div > a {
      border-radius: 4px;
      text-align: center;
      display: block;
      width: 100%;
      margin: auto;
      padding: 14px 0px 14px 0px;
      font-weight: 900;
      font-size: 18px;
      text-transform: uppercase;
  }
  
  
  #main > div > div.cart-grid-right.col-xs-12.col-lg-4 > div > div.cart-detailed-totals.js-cart-detailed-totals > div.card-block.cart-detailed-subtotals.js-cart-detailed-subtotals > div:nth-child(1) {
      background: #000;
      text-align: center;
      padding: 18px 0px 15px 0px;
      color: #fff;
      margin-top: -13px;
      margin-right: -13px;
      margin-left: -12px;
      font-family: 'Roboto', sans-serif;
      font-size: 19px;
      margin-bottom: 20%;
  }

  #main > div > div.cart-grid-right.col-xs-12.col-lg-4 > div > div.checkout.cart-detailed-actions.card-block {
    padding: 0px;
}


body#cart > #page > #wrapper > .container >  .wrapper-columns  > #content-wrapper > #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > div > div.cart-overview.js-cart > ul > li > div > div.product-line-grid-right.product-line-actions.col-md-5.col-xs-12 > div > div.col-md-10.col-xs-6{
    display: none;
}


body#cart > #page > #wrapper > .container >  .wrapper-columns  > #content-wrapper > #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > div{
    margin-bottom: 0px;
}
  
  #cart-subtotal-products {
      text-align: center;
      display: flex;
      flex-direction: column;
      font-family: 'Roboto', sans-serif;
      line-height: 2.2;
  }
  
  .bootstrap-touchspin .btn.btn-touchspin:hover {
      background: #f80a0a !important;
      border-color: #f80a0a !important;
      color: #ffffff;
  }
  
  .nav.nav-inline .nav-link.active, .nav.nav-inline .nav-link:hover {
      background: #f80a0a !important;
      border-color: #f80a0a !important;
      color: #ffffff;
  }
  
  
  /* === CHECKOUT PASO FINAL DE COMPRA DE LOS PRODUCTOS === */
  
  
  #checkout > main > section > div > section > div > div.col-lg-4.col-12,
  #checkout > main > section > div > section > div > div.col-lg-8.col-12{
      padding:0px !important;   
  }
  
  #js-checkout-summary > div:nth-child(1){
      height: 320px;
  }
  #customer-form > section > p,
  #customer-form > section > div:nth-child(5),
  #checkout-personal-information-step > div > p:nth-child(2),
  #checkout-personal-information-step > div > p:nth-child(3),
  #checkout-payment-step > div > div.payment-options > div:nth-child(1),
  #checkout-payment-step > div > div.payment-options > div:nth-child(7){
      display: none;
  }
  #checkout-personal-information-step > div > ul {
      display: none;
  }
  
  #checkout > main > section > div {
      margin-left: 10%;
      margin-right: 0px !important;
      margin-top: 6%;
      width: 80%;
  }
  
  #js-checkout-summary > div:nth-child(1) > div.cart-summary-products.js-cart-summary-products > p:nth-child(2) {
      display: none;
  }
  
  #js-checkout-summary > div.card-block.cart-summary-totals {
      display: none;
  }
  
  .checkout-step .step-title {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 18px;
      background: #F80A0A;
      font-family: 'Roboto', sans-serif;
  }
  
  .checkout-step .address-item.selected {
      background: white;
      border: #f80a0a 3px solid;
  }
  
  .custom-radio input[type="radio"]:checked + span {
      -webkit-box-shadow: inset 0 0 0 6px #f80a0a;
      box-shadow: inset 0 0 0 6px #f80a0a;
      border-color: #f80a0a;
  }
  
  #js-checkout-summary > div:nth-child(1) > div.cart-summary-products.js-cart-summary-products > p:nth-child(1) {
      text-align: center;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
  }
  
  .custom-checkbox input[type="checkbox"]:checked + span {
      border-color: #f80a0a;
      background: #f80a0a;
      color: #ffffff;
  }
  
  #payment-confirmation > div.ps-shown-by-js > button {
      border-radius: 4px;
      padding: 10px 0px 10px 10px;
  }
  
  
  #js-delivery > button,
  #checkout-addresses-step > div > div > form > div.clearfix > button,
  #checkout-personal-information-step > div > div > form > button{
      border-radius: 4px;
      padding: 10px 0px 10px 15px;
  }
  
  #id-address-delivery-address-7 > footer > a.delete-address.text-muted {
      background: #f80a0a;
  }
  
  #id-address-delivery-address-7 > footer > a.edit-address.text-muted {
      background: #000;
  }
  
  
  .form-control:focus {
      border-color: #f80a0a !important;
      color: #f80a0a !important;
  }
  
  .addresses-footer a, .address-footer a {
      background: #f80a0a;
      color: #ffffff;
  
  }
  
  
  #order-confirmation > main > section > div.container.clearfix {
      margin-top: 5% !important;
  }
  
  
  body#checkout > main > section > .container >  #content > .wrapper-columns > div > #checkout-payment-step > h1 {
      margin: 0px;
  }
  
  body#checkout > main > section > .container >  #content > .wrapper-columns > div > #checkout-payment-step {
      padding-bottom: 0;
  
  }
  
  body#checkout > main > section > .container >  #content > .wrapper-columns > div > #checkout-personal-information-step > .content > .tab-content > #checkout-guest-form > #customer-form > footer > button{
      font-size: 15px;
      font-weight: 600;
      text-align: center !important;
  }
  
  body#checkout > main > section > .container >  #content > .wrapper-columns > div > #checkout-personal-information-step > .content > .tab-content > #checkout-guest-form > #customer-form > footer > button:after{
      padding-left: 0;
  }
  
  
  body#checkout > main > section > .container >  #content > .wrapper-columns > div.col-lg-4.col-12 {
      margin-top: 3.2%;
  }
  
  body#checkout > main > section > .container >  #content > .wrapper-columns > div > #checkout-payment-step > div > div.payment-options{
      margin-top: 3%;
  }
  
  body#checkout > main > section > .container >  #content > .wrapper-columns > div > #checkout-payment-step > div > #payment-confirmation {
      padding-bottom: 3%;
  }
  
  /* ==== CONFIRMACIÓN DE PEDIDO ======== */
  
  body#order-confirmation > main > #wrapper > .container > .wrapper-columns > #content-wrapper > #main > #registration-form {
      display: none;
  }
  
  
  
  
  
  
  /* NUEVOS ESTILOS */
  #header.fixed-top .header-nav {
      transition: 0.2s background;
      background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(255,255,255,0.3) 80%, rgba(0,0,0,0) 100%);
      height: 120px;
      display: flex;
      align-items: center;
  }
  #header.fixed-top.hide-bar .header-nav {
      background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(255,255,255,0.3) 80%, rgba(0,0,0,0) 100%);
  }
  #header.fixed-top.hide-bar .header-nav.header-change {
      background: linear-gradient(to bottom, rgba(255,255,255,1) 0, rgba(255,255,255,0.6) 65%, rgba(0,0,0,0) 100%);
  }
  #header.fixed-top .header-nav .container{
      width: 95%;
  }
  
  #htmlbanners10 > div.container > div.htmlbanners10-inner{
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: space-between;
  }
  #htmlbanners10 > div.container > div.htmlbanners10-inner div.feature-item{
      margin: 0;
      padding: 0;
  }
  #htmlbanners10 > div > div > div.feature-item.col-sm-3.offset-sm-1 {
      margin-left: 0;
  }
  .owl-controls .owl-dot {
      margin: 0 10px;
  }
  .headerslider .owl-dots {
      bottom: 10px;
  }
  /* .owl-item.active .header-slide .slide-link figure figcaption{
      display: flex;
      justify-content: center;
      align-items: flex-end;
      height: calc(100% - 190px);
  } */
  /* .owl-item.active .header-slide .slide-link figure figcaption p{
      font-size : 30px;
  } */
  .owl-controls .owl-dot span {
      width: 70px;
      height: 8px;
      font-family: "arial";
      background: #666;
      border-radius: 5px;
  }
  .owl-controls .owl-dot span:before {
      content: "";
  }
  .owl-controls .owl-dot span:after {
      background: var(--main-color);
      width: 70px;
      height: 8px;
      border-radius: 4px;
      color: transparent;
  }
  
  
  .footer-two > .container {
      width: 95%;
      max-width: 90%;
      padding: 30px 0 10px 0;
  }
  .footer-two > .container .payment-logos.col-sm-6.col-md-2{
      /*padding: 0 0 0 80px;*/
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }
  .footer-two > .container div.row.inner-wrapper > div {
      height: 150px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
  }
  .footer-two > .container div.row.inner-wrapper div:nth-child(1) img{
      width: 25%;
      margin: 0 0 0 12px;
  }
  
  .footer-two > .container div.row.inner-wrapper > div:nth-child(1) ul.links-footer li a span {
      color: #fff;
      font-size: 15px;
  }
  .footer-two > .container div.row.inner-wrapper > div:nth-child(2) ul.links-footer li a span {
      color: #fff;
      font-size: 15px;
  }
  .footer-two > .container div.row.inner-wrapper > div:nth-child(3) ul.links-footer li a span {
      color: #fff;
      font-size: 15px;
  }
  
  .page-footer a {
      background: #f50d0d !important;
  }
  
  #password > main > section > div.container.clearfix > div > div > section > header{
      display:none !important;
  }
  
  #password > main > section > div.container.clearfix {
      margin-top: 10%;
  }
  
  @media only screen and (max-width: 991px) {
      .menu-show #mobile_top_menu_wrapper{
          height: 100vh;
      }
  }
  
  /* Small devices and horizontal */
  @media (min-width: 300px) and (max-width: 500px) {
      
      /*#htmlbanners9 > div.owl-stage-outer > div > div:nth-child(7) > div,*/
      /*#htmlbanners9 > div.owl-stage-outer > div > div:nth-child(8) > div,*/
      /*#htmlbanners9 > div.owl-stage-outer > div > div:nth-child(9) > div{*/
      /*    display:none;*/
      /*}*/
      
      /*#htmlbanners9 > div.owl-stage-outer > div > div:nth-child(6) > div{*/
      /*   display:block; */
      /*}*/
      
      /* MODAL CUANDO SE AGREGA UN PRODUCTO AL CARRITO*/
      
      #blockcart-modal > div > div > div > div > div.col-lg-6.offset-lg-4.cart-content > div > a {
          margin-left: 0% !important; 
      }
      
      #blockcart-modal > div > div > div {
          padding: 0px 17px 0px 35px !important;
      }
      
      #blockcart-modal .modal-dialog {
          width: 100% !important;
      }
      
      #cart > main > section > div.container.clearfix {
          margin-left: 0% !important;
          margin-right: 0px !important;
          margin-top: 20% !important;
      }
      
      #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > div > div.cart-overview.js-cart > ul > li > div > div.product-line-grid-right.product-line-actions.col-md-5.col-xs-12 > div > div.col-md-10.col-xs-6 > div > div.col-md-6.col-xs-6.qty {
          margin-left: 0% !important;
      }
      
      #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > a {
          width: 100% !important;
          padding: 14px 0px 14px 0px !important;
          font-size: 17px;
          font-weight: 600;
      }
  
      /* === HEADER === */
      
      .header-slide.fullscreen-mode .headerslider-figure {
          height: calc(100vh - 400px) !important;
      }
      
      #product.is-not-index #header > nav > div {
          margin-top: -40px;
      }
      
      #category.is-not-index #header > nav > div{
          margin-top: 0px;
      }
      
      .menu-icon .sw-topper, .menu-icon .sw-bottom, .menu-icon .sw-footer {
          width: 22px !important;
          color: #000 !important;
      }
  
      #category > main > section > div:nth-child(1) > div > div.rte.text-muted > p {
          font-size: 20px;
      }
  
      div#category-description {
          top: 10%;
          left: 0%;
      }
  
      #category > main > section > div:nth-child(1) {
          margin-left: 0px;
          margin-right: 0px !important;
          margin-top: 10%;
          margin-left: 0% !important;
          padding-left: 0px;
      }
  
      
      #_mobile_menu-icon > span {
          display: none;
      }
      
      .top-logo {
          padding: 0 0px;
          margin-left: 0%;
      }
      
      #_mobile_logo > h1 > a > img {
          width: 100% !important;
          /*height: 60px;*/
      }
      
      .cart-header .cart-products-count {
          display: none;
      }
      
      #_mobile_user_info {
          display: none;
      }
      
      #_mobile_cart > div {
          display: block;
      }
      
      /* ==== FEATURES === */
      
      .features-home {
          background-image: none !important;
          padding: 21% 0 1.8% !important;
      }
      
      #htmlbanners10 > div > div > div.col-12 > div > a > div > h3 {
          position: relative;
          font-size: 13px;
          font-weight: 100;
          line-height: 1;
          letter-spacing: 0px !important;
          text-align: center;
          margin-bottom: 40px;
          font-family: 'Roboto', sans-serif;
          /*color: #1D262D !important;*/
          color: #ffffff !important;
      }
      
      .feature-item p {
          line-height: 1.3;
          color: rgb(0 0 0 / 80%);
          font-weight: 600;
          margin: 0;
          width: 50%;
          font-size: 18px;
      }
      
      #htmlbanners10 > div > div > div:nth-child(2) > div > a > div > div > img.top {
          top: -15%;
          width: 33%;
      }
      
      
      #htmlbanners10 > div > div > div:nth-child(2) > div > a > div > div > img.img-feature.img-folder {
          top: -15%;
          width: 33%;
      }
      
      
      #htmlbanners10 > div > div > div:nth-child(3) > div > a > div > div > img.top {
          top: 0%;
          width: 33%;
      }
      
      #htmlbanners10 > div > div > div:nth-child(3) > div > a > div > div > img.img-feature.img-folder {
          top: 0%;
          width: 33%;
      }
      
      #htmlbanners10 > div > div > div:nth-child(4) > div > a > div > div > img.top {
          top: 11%;
          width: 43%;
      }
      
      #htmlbanners10 > div > div > div:nth-child(4) > div > a > div > div > img.img-feature.img-folder {
          top: 11%;
          width: 43%;
      }
      
      .feature-item .banner-description {
          /* max-width: 100%; */
          margin: 0;
          width: 330px;
      }
      
      
      #htmlbanners10 > div > div > div:nth-child(3) > div > a > div > div {
          width: 333px;
      }
      
      #htmlbanners10 > div > div > div:nth-child(4) > div > a > div > div {
          width: 333px;
      }
      
      .footer-two > .container .payment-logos.col-sm-6.col-md-2 {
          /* padding: 0 0 0 0px; */
          /* display: flex; */
          /* flex-direction: column; */
          /* align-items: flex-start; */
          margin-left: 0% !important;
          text-align: center;
      }
      
      #footer > div.footer-container > div.footer-two > div > div > div.payment-logos.col-sm-6.col-md-2 > ul > li:nth-child(3) > img {
          width: 60%;
      }
      
      /*Catalogo*/
      #product > main > section > div.container.clearfix {
          margin-top: 8% !important;
      }	
      #content-wrapper > section > h2 {
          margin-bottom: 0px !important;
          background: #FFF !important;
          width: 100%;
          margin-top: 0px;
          padding: 10px 25px 10px 10px;
          text-align: center;
      justify-content: center;
      }
  
      body#category > #page > #wrapper > .container > .wrapper-columns > #content-wrapper > #main > #products > #js-product-list-top {
          display: none;
      }
  
      body#category > #page > #wrapper > .container > .wrapper-columns > #content-wrapper > #main > #products > #js-product-list > div > article{
          width: 100%;
      padding: 5% 5% !important;
      }
  
  
  
  
      
      .product-miniature .product-title {
          margin-left: 0px !important;
          height: 65px;
      }
      
      #products > h2 > span {
          display: none;
      }
      
      /*Checkout*/
      
      #checkout > main > section > div {
          margin-left: 0% !important;
          margin-right: 0px !important;
          margin-top: 20% !important;
          width: 100% !important;
      }
      
      /*Iniciar sesion*/
      
      #authentication > main > section > div.container.clearfix {
          margin-top: 20% !important;
          margin-left: 0% !important;
      }
      
      .search-bar .search-bar__text {
          border: 1px solid #000000 !important;
      }
      
      #products .page-not-found #_desktop_search_bar .search-bar__text{
          border: 1px solid #000000 !important;
          color:#000000 !important;
      }
      
      #js-checkout-summary > div:nth-child(1) {
          height: 140px;
      }
  }
  
  
  @media (min-width: 400px) and (max-width: 480px) {
      
  
      /* MODAL CUANDO SE AGREGA UN PRODUCTO AL CARRITO*/
      
      
      #blockcart-modal > div > div > div > div > div.col-lg-6.offset-lg-4.cart-content > div > a {
          margin-left: 0% !important; 
      }
      
      #blockcart-modal > div > div > div {
          padding: 0px 17px 0px 35px !important;
      }
      
      #blockcart-modal .modal-dialog {
          width: 100% !important;
      }
      
      #cart > main > section > div.container.clearfix {
          margin-left: 0% !important;
          margin-right: 0px !important;
          margin-top: 20% !important;
      }
      
      #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > div > div.cart-overview.js-cart > ul > li > div > div.product-line-grid-right.product-line-actions.col-md-5.col-xs-12 > div > div.col-md-10.col-xs-6 > div > div.col-md-6.col-xs-6.qty {
          margin-left: 0% !important;
      }
      
      #main > div > div.cart-grid-body.col-xs-12.col-lg-8 > a {
          width: 100% !important;
          padding: 20px 0px 20px 0px !important;
      }
      /* === HEADER === */
      .header-slide.fullscreen-mode .headerslider-figure {
          height: calc(100vh - 400px) !important;
      }
      #product.is-not-index #header > nav > div {
          margin-top: -40px;
      }
      
      #category.is-not-index #header > nav > div{
          margin-top: 0px;
      }
      
      .menu-icon .sw-topper, .menu-icon .sw-bottom, .menu-icon .sw-footer {
          width: 22px !important;
          color: #000 !important;
      }
  
      div#category-description {
          top: 85%;
          left: 42%;
      }
      
      #category > main > section > div:nth-child(1) > div > div.rte.text-muted > p {
          font-size: 20px;
      }
      
      #category > main > section > div:nth-child(1) {
          margin-left: -20px;
          margin-right: 0px !important;
          margin-top: -70px;
      }
      
      #_mobile_menu-icon > span {
          display: none;
      }
      
      .top-logo {
          padding: 0 0px;
          margin-left: 0%;
      }
      
      #_mobile_logo > h1 > a > img {
          width: 100% !important;
          /*height: 60px;*/
      }
      
      .cart-header .cart-products-count {
          display: none;
      }
      
      #_mobile_user_info {
          display: none;
      }
      
      #_mobile_cart > div {
          display: block;
      }
      
      /* ==== FEATURES === */
      
      .features-home {
          background-image: none !important;
          padding: 10% 0 1.8% !important;
      }
      
      #htmlbanners10 > div > div > div.col-12 > div > a > div > h3 {
          position: relative;
          /*font-size: 13px;*/
          /*font-weight: 100;*/
          font-size: 18px;
          font-weight: 600;
          line-height: 1;
          letter-spacing: 0px !important;
          text-align: center;
          margin-bottom: 40px;
          font-family: 'Roboto', sans-serif;
          /*color: #1D262D !important;*/
          color: #ffffff !important;
      }
      
      .feature-item p {
          line-height: 1.3;
          color: rgb(0 0 0 / 80%);
          font-weight: 600;
          margin: 0;
          width: 50%;
          font-size: 18px;
      }
      
      #htmlbanners10 > div > div > div:nth-child(2) > div > a > div > div > img.top {
          top: 0%;
          width: 33%;
      }
      
      
      #htmlbanners10 > div > div > div:nth-child(2) > div > a > div > div > img.img-feature.img-folder {
          top: 0%;
          width: 33%;
      }
      
      
      #htmlbanners10 > div > div > div:nth-child(3) > div > a > div > div > img.top {
          top: 8%;
          width: 36%;
          margin-right: 0%;
      }
      
      #htmlbanners10 > div > div > div:nth-child(3) > div > a > div > div > img.img-feature.img-folder {
          top: 8%;
          width: 33%;
          margin-right: 0%;
      }
      
      #htmlbanners10 > div > div > div:nth-child(4) > div > a > div > div > img.top {
          top: 11%;
          width: 43%;
      }
      
      #htmlbanners10 > div > div > div:nth-child(4) > div > a > div > div > img.img-feature.img-folder {
          top: 11%;
          width: 43%;
      }
      
      .feature-item .banner-description {
          /* max-width: 100%; */
          margin: 0;
          width: 100%;
      }
      
  
      #htmlbanners10 > div > div > div:nth-child(3) > div > a > div > div {
          width: 333px;
      }
      
      #htmlbanners10 > div > div > div:nth-child(4) > div > a > div > div {
          width: 333px;
      }
      
      .footer-two > .container .payment-logos.col-sm-6.col-md-2 {
          /* padding: 0 0 0 0px; */
          /* display: flex; */
          /* flex-direction: column; */
          /* align-items: flex-start; */
          margin-left: 0% !important;
          text-align: center;
      }
      
      #footer > div.footer-container > div.footer-two > div > div > div.payment-logos.col-sm-6.col-md-2 > ul > li:nth-child(3) > img {
          width: 60%;
      }
  
      #footer .footer-container .footer-two .container .inner-wrapper .payment-logos{
          width: 100%;
          display: flex;
          flex-direction: row;
      } 
      
      /*Catalogo*/
      #product > main > section > div.container.clearfix {
          margin-top: 8% !important;
      }
      
      #content-wrapper > section > h2 {
          margin-bottom: 0px !important;
          background: #FFF !important;
          width: 100%;
          margin-top: 40px;
          padding: 10px 25px 10px 10px;
      }
      
      .product-miniature .product-title {
          margin-left: 0px !important;
          height: 65px;
      }
      
      #products > h2 > span {
          display: none;
      }
      
      /*Checkout*/
      
      #checkout > main > section > div {
          margin-left: 0% !important;
          margin-right: 0px !important;
          margin-top: 20% !important;
          width: 100% !important;
      }
      
      /*Iniciar sesion*/
      
      #authentication > main > section > div.container.clearfix {
          margin-top: 20% !important;
          margin-left: 0% !important;
      }
      
      .search-bar .search-bar__text {
          border: 1px solid #000000 !important;
      }
      
      #products .page-not-found #_desktop_search_bar .search-bar__text{
          border: 1px solid #000000 !important;
          color:#000000 !important;
      }
      
       #js-checkout-summary > div:nth-child(1) {
          height: 140px;
      }
  }
  
  /*Dispositivos para pantalla más grande que supere los 1400px*/
  @media (min-width: 1400px) {
      
  }
  
  
  .font-search:before {
      padding: 0 !important;
      width: 50px;
      height: 30px;
      background: transparent;
      line-height: 30px;
      border: none !important;
  }
  
  
  @media only screen and (max-width: 480px) {
      
      /*Ficha de producto*/
      
      #product.page-product > main > footer > div.btn-to-top.js-btn-to-top{
          display:none !important; 
      }
      
      #add-to-cart-or-refresh > div.product-add-to-cart > div > div.add > button {
          border-radius: 10px;
          width: 100% !important;
      }
      
      #add-to-cart-or-refresh > div.product-add-to-cart > div > div.add {
          text-align: center;
          margin: auto;
          left: 0px;
          top: 90%;
          position: fixed;
          z-index: 50;
          bottom: 0px;
          right: 0px;
      }
      
      #main > div.row > div.col-lg-2.l-column.p-page > div.product-description-short.rte{
          text-align: center !important;
      }
      #main > div.row > div.r-column > div.product-prices > div.product-price.h5 > div {
          top: 72% !important;
      }
  
      #main > div.row > div.col-lg-2.l-column.p-page > button.video-btn, #main > div.row > div.col-lg-2.l-column.p-page > div > h1 > a {
          width: 100% !important;
      }
  
      /*img.img-plano {*/
      /*    width: 100% !important;*/
      /*}*/
  
      #main > div.row > div.col-lg-7.l-column.p-page > section.product-features {
          width: 100% !important;
      }
      
      #main > div.row > div.col-lg-7.l-column.p-page > section.product-features > dl.data-feature {
          flex-direction: row;
          display: block !important;
          padding: 0px !important;
          line-height: 3rem;
          background: #fff;
          text-align: center;
          align-items: center;
      }
      
      #_mobile_contact_link {
          display:none;
      }
      #_mobile_cart {
          flex: 0;
      }
      #_mobile_user_info {
          flex: 0;
      }
      .header-nav .inner-wrapper > .mobile {
          background: transparent;
      }
  
      main#page header#header .header-nav div.row.inner-wrapper .hidden-lg-up.mobile{
          background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.3) 70%, rgba(0,0,0,0) 100%);
          height: 70px;
          padding: 0 8px 10px 8px;
      }    
      main#page header#header .header-nav div.row.inner-wrapper .hidden-lg-up.mobile #_mobile_logo{
          flex: 3;
          margin-left: 75px;
          margin-right: 75px;
      }
  
      main#page header#header .header-nav div.row.inner-wrapper .hidden-lg-up.mobile #_mobile_user_info{
          display:block;
      }
      main#page header#header .header-nav div.row.inner-wrapper .hidden-lg-up.mobile #_mobile_cart{
          display:block;
      }
      main#page header#header .header-nav div.row.inner-wrapper .hidden-lg-up.mobile #_mobile_menu-icon span.menu-categoria{
          display:none;
      }
      #_mobile_menu-icon {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0px;
          flex: 1 0; 
      }
  
      #header {
          position: fixed !important;
          z-index: 2;
          width: 100%;
      }
      
      #product.is-not-index #header > nav > div {
          margin-top: -40px;
      }
      
      #category.is-not-index #header > nav > div{
          margin-top: 0px;
      }
      
      #_mobile_logo a img{
          width: 170px;
      }
      .owl-item.active .header-slide .slide-link figure figcaption {
          height: auto;
          bottom: -30px;
          top: auto;
      }
      .owl-item.active .header-slide .slide-link figure figcaption p{
          font-size: 20px;
          text-align: center;
      }
      
      .cart-header .cart-products-count:before {
          font-size: 20px;
      }
      #_desktop_cart > div > label > div > span.cart-title.hidden-lg-down {
          font-family: 'quicksand-medium';
          display: none !important;
      }
      .cart-header .cart-products-count{
          top: 0;
          left: 0;
          width: 30px;
          height: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          background: transparent;
      }
      .cart-header > .inner-wrapper i{
          background-color: transparent;
          font-size: 19px;
      }
      .btn-toggle-mobile {
          background-color: transparent;
          color: #000000;
          font-size: 20px;
      }
      .btn-toggle-mobile:hover {
          background-color: transparent;
      }
  
      .blockcart {
          padding: 0 !important;
      }
      #mobile_top_menu_wrapper .wrapper-modules{
          border: none;
      }
      .menu-show #mobile_top_menu_wrapper{
          height: 100vh;
          background: #ffffff;
          color: #000000;
      }
      .search-bar .search-bar__btn {
          border: none;
          top: 0;
          width: auto;
          line-height: 28px;
          border-radius: 0;
          text-align: center;
          background: #ffffff;
          padding: 0;
          margin: 0;
          right: 8px;
      }
      .search-bar .search-bar__btn:before {
          padding: 0;
          width: 35px;
          border: solid 1px #000000 !important;
      }
      #top-menu li.category {
          text-align: center;
      }
      #top-menu li a.dropdown-item {
          border: none;
      }
      
      .search-bar .search-bar__text {
          border: 1px solid #000000 !important;
      }
      
      #products .page-not-found #_desktop_search_bar .search-bar__text{
          border: 1px solid #000000 !important;
          color:#000000 !important;
      }
      
      #top-menu li > .sub-menu.collapse.show {
          display: block;
          color: #999;
      }   
  
  
  
      #htmlbanners10 div.container{
          margin: 0;
      }
      div.feature-home {
          position: relative;
          /*width: 230px;*/
          width: 330px;
          height: 100px;
          margin: 0 auto;
          display: flex;
      align-items: center;
      }
      .feature-home img {
          width: 40%;
          right: 0;
      }
      .feature-item p {
          font-size: 20px;
          color: #fff !important;
          width: 52% !important;
      }
      #htmlbanners10 > div.container > div.htmlbanners10-inner div.feature-item {
          margin: 0 0 30px 0;
      }
  
      div#htmlbanners1 {
          padding: 0 4%;
          margin: 0;
          padding-bottom: 6%;
      }
      div#htmlbanners1 .htmlbanners1-inner{
          display: flex;
          flex-wrap: wrap;
      }    
      div#htmlbanners1 .htmlbanners1-inner .titulo-linea{
          width: 100%;
      }   
      div#htmlbanners1 .htmlbanners1-inner .top-banner{
          max-width: 100%;
          width: 100%;
      }
      div#htmlbanners1 .htmlbanners1-inner .top-banner .title-two {
          font-size: 1.2em;
      }
      #htmlbanners1 > div > div.col-12.titulo-linea {
          margin-left: 0;
          margin-top: 20px;
      }
      /*#htmlbanners1 > div > div.col-sm-3.offset-sm-1.top-banner.text-in-center {*/
      /*    margin-left: 0;*/
      /*}*/
      
      .footer-two > .container {
          width: 100%;
          max-width: 100%;
          padding: 30px 4% 0 4%;
          margin-left: 0 !important;
      }
      .payment-logos > p {
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0 0 !important;
          padding: 10px 0 0 0;
          width: 100%;
          text-align: center;
      }
      .payment-logos{
          border-top: solid 1px #fff;
          margin: 0 15px 10px 15px;
      }
      .footer-two > .container .payment-logos.col-sm-6.col-md-2 {
          flex-direction: row;
      }
      .footer-two > .container .payment-logos.col-sm-6.col-md-2 ul{
          display: flex;
          flex-wrap: wrap;
      }
      .footer-two > .container .payment-logos.col-sm-6.col-md-2 ul li:nth-child(1){
          display: flex;
          justify-content: center;
          width: 65%;
      }
      .footer-two > .container .payment-logos.col-sm-6.col-md-2 ul li:nth-child(1) img{
          width: auto;
      }
      .footer-two > .container .payment-logos.col-sm-6.col-md-2 ul li:nth-child(2){
          display: flex;
          justify-content: center;
          width: 30%;
      }
      .footer-two > .container .payment-logos.col-sm-6.col-md-2 ul li:nth-child(2) img{
          width: auto;
      }
      .footer-two > .container .payment-logos.col-sm-6.col-md-2 ul li:nth-child(3){
          width: 100%;
          margin: 10px 0 0 0;
          text-align: center;
      }
      .footer-two > .container .payment-logos.col-sm-6.col-md-2 ul li:nth-child(3) img{
          width: 180px;
      }
      .footer-two > .container div.row.inner-wrapper > div:nth-child(1) img {
          width: 33%;
          margin: 0;
      }
      #footer > div.footer-container > div.footer-two > div > div > div.mas-info{
          padding-top: 0;
      }
      #footer > div.footer-container > div.footer-two > div > div > div.mas-info p{
          display: none;
      }
      .footer-two > .container div.row.inner-wrapper > div:nth-child(1),
      .footer-two > .container div.row.inner-wrapper > div:nth-child(2){
          height:auto;
      }
      #footer .footer-two .container .imagen-footer {
          margin: 0 0 10px 0;
          padding-bottom: 10px;
          border-bottom: solid 1px #fff;
      }
      
      /*
      .footer-two > .container div.row.inner-wrapper > div:nth-child(3) ul.links-footer li a span {
           
      }
      */
      
  }
  