@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');
@import url('https://fonts.googleapis.com/css?family=Coda:800');
/*
Theme Name: Auuuuuu
Theme URI: http://www.serpic.info
Description: A demo theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>.
Description: Tema  la página corporativa
Author: Ferran Capdevila Fores
Author URI: 
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/
/*
@smartphone: ~"only screen and (max-width: 767px)";
@tablet: ~"only screen and (min-width: 768px) and (max-width: 991px)";
@desktop: ~"only screen and (min-width: 992px) and (max-width: 1199px)";
*/
/*
Theme Name: Serpic
Theme URI: http://www.serpic.info
Description: A demo theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>.
Description: Tema  la página corporativa
Author: Ferran Capdevila Fores
Author URI: 
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/
/*
@smartphone: ~"only screen and (max-width: 767px)";
@tablet: ~"only screen and (min-width: 768px) and (max-width: 991px)";
@desktop: ~"only screen and (min-width: 992px) and (max-width: 1199px)";
*/
/*
Variables generales
*/


/*
Actualización a php 8.6
*/
.yith-wcan-filters {
    background-color: transparent !important;
}

#sidebar {
  display: none;
}
#sidebar_mobile {
  display: block;
  float: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
    #sidebar_mobile {
        display: none;
    }
  #content {
    float: right;
    padding-left: 15px;
    width: 70%;
  }
  #sidebar {
    display: block;
    float: left;
    padding-right: 15px;
    width: 30%;
  }
}




/*
*********************************************************************************
Mixins
*********************************************************************************
*/
body,
html {
  font-size: 14px;
}
body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}
a,
a:hover,
a:focus,
a.active {
  font-size: 1rem;
  color: inherit;
  outline: 0;
}
blockquote {
  border-left: 5px solid #ff6633;
  padding: 0.5rem 0.8rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
label {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
  text-align: inherit;
  border-radius: 0;
}
parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  parallax {
    background-attachment: fixed;
  }
}
a,
li {
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
mark,
.mark {
  background-color: transparent;
}
td.middle {
  vertical-align: middle;
}
td.top {
  vertical-align: top;
}
td.nowrap {
  white-space: nowrap;
}
/*
*********************************************************************************
Colores
*********************************************************************************
*/
body {
  color: #333333;
}
label.error {
  color: #dd4b39;
}
.content-wrapper {
  background-image: url(images/cork-wallet.png);
  border-bottom: 2px solid #716666;
  border-top: 2px solid #716666;
}
/*
*********************************************************************************
Elementos generales
*********************************************************************************
*/
/* Elimina el retardo de 300ms al pulsar un boton */
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* Evitar borde con puntitos en los tabs */
* {
  outline: 0 none !important;
}
.pointer {
  cursor: pointer;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ff6633 !important;
}
.text-enhanced {
  color: #333333;
}
.panel-box {
  padding: 1.2rem;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nocomments {
  display: none;
}
ul.unstyled {
  list-style-type: none;
  padding-left: 0;
}
ul.unstyled li {
  display: inline-block;
}
.wrapper:after,
ul:after {
  clear: both;
  content: " ";
  display: table;
}
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*
*********************************************************************************
Elementos del header
*********************************************************************************
*/
@media screen and (max-width: 782px) {
  html {
    margin-top: 0px !important;
  }
}
.page-title {
  display: none;
}
.wrapper {
  position: relative;
}
body.admin-bar .modal {
  top: 32px;
}
#header-top-menu {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 0;
  width: 100%;
  color: #FFFFFF;
}
#header-top-menu a {
  text-decoration: none;
}
#header-top-menu .logo a,
#header-top-menu .fa {
  font-size: 32px;
  line-height: 32px;
}
#header-top-menu .logo a {
  display: block;
  padding-top: 3px;
  font-family: Coda;
  font-weight: 800;
}
#header-top-menu .logo a span {
  color: #ff6633;
}
#header-top-menu div.toggle-menu {
  margin-right: 15px;
}
#header-top-menu .mi-carrito .texto {
  display: none;
}
@media only screen and (min-width: 768px) {
  #header-top-menu div.toggle-menu {
    display: none;
  }
  #header-top-menu .mi-carrito {
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 600;
    background-color: #a46497;
  }
  #header-top-menu .mi-carrito:hover {
    background-color: #96588a;
  }
  #header-top-menu .mi-carrito .texto {
    display: inline-block;
  }
}
#header-slider {
  position: relative;
}
#header-slider:before,
#header-slider:after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#header-slider:before {
  background-image: url(images/slider1-fondo.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #header-slider:before {
    background-attachment: fixed;
  }
}
#header-slider:after {
  background: url(images/overlay.png) repeat;
  opacity: 0.6;
}
#header-slider .large-logo {
  padding-top: 40px;
}
#header-slider .small-logo {
  position: absolute;
  z-index: 1;
  top: 65px;
  left: 0px;
  width: 70px;
  height: 70px;
  padding: 5px;
  border-radius: 50%;
  background-color: #ff6633;
}
#header-slider .custom-logo {
  margin-bottom: 5px;
}
#header-slider .custom-logo img {
  max-width: 80%;
  height: auto;
}
@media only screen and (min-width: 481px) {
  #header-slider .custom-logo {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    right: 0px;
    width: 100%;
    height: 100%;
  }
  #header-slider .custom-logo img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #header-slider .large-logo {
    padding-top: 20px;
  }
  #header-slider .small-logo {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 992px) {
  #header-slider .custom-logo img {
    max-width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  body.home #header-slider .wrapper {
    height: 350px;
  }
}
#header-menu {
  position: relative;
  z-index: 2;
  height: 54px;
  margin-top: -54px;
  display: none;
}
@media only screen and (min-width: 768px) {
  #header-menu {
    display: block;
  }
  #header-menu a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #header-menu ul.menu {
    float: right;
    text-align: center;
  }
  #header-menu ul.menu > li {
    position: relative;
    float: left;
    margin-left: 5px;
  }
  #header-menu ul.menu > li > a {
    line-height: 1.0;
    padding: 15px 20px;
    border-radius: 3px;
  }
  #header-menu ul.menu > li.current-menu-item > a,
  #header-menu ul.menu > li.current-menu-ancestor > a,
  #header-menu ul.menu > li:hover > a,
  #header-menu ul.menu > li.sfHover > a {
    background-color: #ff6633;
  }
}
#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: #000;
  display: none;
  margin-bottom: 30px;
}
#mobile-menu .wrapper {
  max-height: 100%;
  overflow-y: auto;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-overflow-scrolling: touch;
}
#mobile-menu .top {
  margin-top: 120px;
  margin-bottom: 30px;
}
#mobile-menu .close-button {
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
#mobile-menu .close-button:hover {
  opacity: 1;
}
#mobile-menu .close-button .cross1,
#mobile-menu .close-button .cross2 {
  transition: all 0.4s;
  -webkit-transition: opacity 0.4s;
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
#mobile-menu .close-button .cross1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#mobile-menu .close-button .cross2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
#mobile-menu ul.menu {
  padding-left: 0;
  display: block;
  margin-top: 50px;
  list-style-type: none;
}
#mobile-menu ul.menu > li {
  float: none;
}
#mobile-menu ul.menu > li > a {
  line-height: 1.0;
  padding: 15px 20px;
}
#mobile-menu ul.menu > li.current-menu-item > a,
#mobile-menu ul.menu > li:hover > a,
#mobile-menu ul.menu > li.sfHover > a {
  color: #ff6633;
}
#mobile-menu a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  font-weight: 300;
}
#mobile-menu li.menu-item-has-children {
  position: relative;
  font-weight: 600;
}
#mobile-menu li.menu-item-has-children > a:before {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 44px;
  font-family: FontAwesome;
  font-weight: 600;
  content: "\f0d7";
  cursor: pointer;
}
#mobile-menu li.menu-item-has-children.open > ul.sub-menu {
  display: block;
}
#mobile-menu ul.sub-menu {
  display: none;
  padding-left: 50px;
}
#mobile-menu li.menu-item-has-children.open > ul {
  display: block;
}
#mobile-menu .navigation-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  body.sidebar-open {
    position: fixed;
    overflow-y: hidden;
  }
  body.sidebar-open #mobile-menu {
    display: block;
  }
}
/*
 * Layout principal
 */
.body-wrapper,
.content-wrapper {
  position: relative;
}
.content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
#sidebar {
  display: none;
}
@media only screen and (min-width: 768px) {
  #content {
    float: right;
    padding-left: 15px;
    width: 70%;
  }
  #sidebar {
    display: block;
    float: left;
    padding-right: 15px;
    width: 30%;
  }
}
@media only screen and (min-width: 961px) {
  #content {
    width: 75%;
  }
  #sidebar {
    width: 25%;
  }
}
/*
*********************************************************************************
Widgets
*********************************************************************************
*/
.widget {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.widget h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
}
.widget ul {
  padding-left: 0;
  list-style-type: none;
}
.widget a {
  text-decoration: none;
}
/*
 * Tag-cloud - Tag-clouWidget product categories
 */
.tagcloud a {
  padding: 5px;
  border: 1px solid #d3d3d3;
  background-color: #FFFFFF;
  border-radius: 3px;
  margin-bottom: 5px;
  display: inline-block;
}
.tagcloud a:hover {
  color: #FFFFFF;
  background-color: #ff6633;
}
/*
 * Widgets - Widget product categories
 */
.widget_product_categories {
  background-color: #000;
  color: #FFFFFF;
  border: 1px solid $gray;
}
.widget_product_categories li {
  padding-left: 10px;
  padding-right: 10px;
}
.widget_product_categories li.current-cat a,
.widget_product_categories a:hover {
  color: #ff6633;
}
.widget_product_categories a {
  display: inline-block;
  padding: 3px;
}
.widget_product_categories span.count {
  color: inherit;
}
/*
 * Widget para filtro de atributos
 */
.widget_berocket_aapf {
  padding: 10px;
  background-color: #000;
  color: #FFFFFF;
  border: 1px solid $gray;
}
.widget_berocket_aapf .berocket_aapf_widget li > span:hover {
  color: inherit;
}
.widget_berocket_aapf label {
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block !important;
  cursor: pointer;
  color: inherit;
}
.widget_berocket_aapf label:hover {
  color: #ff6633;
}
.widget_berocket_aapf input[type="radio"] + label:before {
  font-family: "FontAwesome";
  content: "\f1db";
  background: none;
}
.widget_berocket_aapf input[type="radio"]:checked + label:before {
  content: "\f00c";
}
.widget_berocket_aapf input[type="checkbox"] + label:before {
  font-family: "FontAwesome";
  content: "\f096";
  background: none;
}
.widget_berocket_aapf input[type="checkbox"]:checked + label:before {
  content: "\f00c";
}
/*
*********************************************************************************
Elementos del footer
*********************************************************************************
*/
section.footer {
  position: relative;
  color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.footer:before,
section.footer:after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.footer:before {
  background-image: url(images/slider1-fondo.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  opacity: 1;
}
section.footer:after {
  background: url(images/overlay.png) repeat;
  opacity: 0.6;
}
ul.ventajas {
  list-style-type: none;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}
ul.ventajas li {
  float: left;
  width: 50%;
}
ul.ventajas p.detalle {
  display: none;
}
ul.ventajas .fa-lg {
  width: 4em;
  height: 4em;
  line-height: 4em;
  color: #FFFFFF;
}
ul.ventajas .fa-stack-2x {
  font-size: 4em;
}
ul.ventajas .fa-stack-1x {
  font-size: 2em;
  color: #333;
}
@media only screen and (min-width: 768px) {
  ul.ventajas li {
    width: 25%;
  }
  ul.ventajas p.detalle {
    display: block;
  }
}
#back-to-top {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 4rem;
  width: 40px;
  height: 40px;
  background-color: #d3d3d3;
  border-radius: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#back-to-top.active {
  opacity: 0.7;
}
#back-to-top:hover {
  opacity: 1;
}
#back-to-top i {
  color: #000;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
}
/*
*********************************************************************************
Página contactar
*********************************************************************************
*/
.address-row {
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
}
.address-row .fa-stack {
  position: absolute;
  left: 0;
  top: -3px;
}
.form-control:focus {
  border-color: #a9a9a9;
}
.btn {
  border-radius: 3px;
  padding: 10px 20px;
  -webkit-transition: 'background-color 0.3s ease 0s';
  -moz-transition: 'background-color 0.3s ease 0s';
  -ms-transition: 'background-color 0.3s ease 0s';
  -o-transition: 'background-color 0.3s ease 0s';
  transition: 'background-color 0.3s ease 0s';
}
.btn-default {
  color: #ffffff;
  background: #ff6633;
  border: #ff5319;
}
.btn-default:focus,
.btn-default:hover {
  color: #ffffff;
  background-color: #ff4000;
  border-color: #b32d00;
}
.btn-gray {
  color: #ffffff;
  background: #d3d3d3;
  border: #c6c6c6;
}
.btn-gray:focus,
.btn-gray:hover {
  color: #ffffff;
  background-color: #bababa;
  border-color: #939393;
}
#map-container {
  height: 350px;
  width: 100%;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d3d3d3;
}
#map-container #map-canvas {
  height: 100%;
  width: 100%;
}
/**
 * Social-icons
 */
.social-icons .btn {
  border-radius: 0px;
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.social-icons .btn-transparent {
  color: #FFFFFF;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.social-icons .btn-transparent:hover,
.social-icons .btn-transparent:focus,
.social-icons .btn-transparent:active,
.social-icons .btn-transparent.active {
  color: #545454;
  background-color: #ffffff;
  border-color: #ffffff;
}
.social-icons .btn-facebook:hover,
.social-icons .btn-facebook:focus,
.social-icons .btn-facebook:active,
.social-icons .btn-facebook.active {
  color: #ffffff;
  background-color: #3B5998;
  border-color: #3B5998;
}
.social-icons .btn-twitter:hover,
.social-icons .btn-twitter:focus,
.social-icons .btn-twitter:active,
.social-icons .btn-twitter.active {
  color: #ffffff;
  background-color: #00aced;
  border-color: #00aced;
}
.social-icons .btn-googleplus:hover,
.social-icons .btn-googleplus:focus,
.social-icons .btn-googleplus:active,
.social-icons .btn-googleplus.active {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.social-icons .btn-youtube:hover,
.social-icons .btn-youtube:focus,
.social-icons .btn-youtube:active,
.social-icons .btn-youtube.active {
  color: #ffffff;
  background-color: #bb0000;
  border-color: #bb0000;
}
.social-icons .btn-linkedin:hover,
.social-icons .btn-linkedin:focus,
.social-icons .btn-linkedin:active,
.social-icons .btn-linkedin.active {
  color: #ffffff;
  background-color: #007bb6;
  border-color: #007bb6;
}
.social-icons .btn-instagram:hover,
.social-icons .btn-instagram:focus,
.social-icons .btn-instagram:active,
.social-icons .btn-instagram.active {
  color: #ffffff;
  background-color: #517fa4;
  border-color: #517fa4;
}
.social-icons .btn-pinterest:hover,
.social-icons .btn-pinterest:focus,
.social-icons .btn-pinterest:active,
.social-icons .btn-pinterest.active {
  color: #ffffff;
  background-color: #cb2027;
  border-color: #cb2027;
}
/*
 * Página Inicio
 */
@media only screen and (min-width: 768px) {
  .small-content {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #woocommerce_product_search-2 {
    display: none;
  }
}
#main-content {
  padding: 50px 15px;
  width: auto;
  max-width: 964px;
}
.products-slider {
  padding-left: 0;
  list-style-type: none;
}
textarea,
select,
input[type="text"],
input[type="email"],
.input-text {
  color: #333;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 3px 5px;
}
select,
input[type="text"],
input[type="email"],
.input-text {
  line-height: 1;
  height: 30px;
  border: 1px solid #d3d3d3;
}
.form-group {
  margin-bottom: 10px;
}
.form-group label {
  display: block;
}
.form-group input,
.form-group textarea {
  display: block;
  width: 100%;
}
.full-width {
  position: absolute;
  left: 0;
  right: 0;
}
#my-button.sending {
  cursor: not-allowed;
}
#my-button.sending:after {
  font-family: 'FontAwesome';
  content: '\f021';
  display: inline-block;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: fa-spin 2s linear infinite;
  -moz-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
#my-button.sended {
  cursor: not-allowed;
}
#my-button.sended:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  margin-left: 5px;
}
/*
 * Slider de productos
 */
.owl-nav {
  position: absolute;
  top: -51px;
  right: -5px;
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
  font-family: "FontAwesome";
}
.owl-nav .owl-prev:after {
  content: "\f053";
}
.owl-nav .owl-next:after {
  content: "\f054";
}
/*
 * Adaptacion de los filtros para pantallas MD ->
 */
@media only screen and (min-width: 768px) {
  #content .prdctfltr_filter.prdctfltr_search {
    display: none!important;
  }
}
#sidebar .prdctfltr_cat .prdctfltr_add_scroll,
#sidebar .prdctfltr_orderby .prdctfltr_add_scroll,
#sidebar .prdctfltr_byprice .prdctfltr_add_scroll {
  background-color: #000;
  border-color: #1a1a1a;
  padding: 5px;
  border-radius: 3px;
}
#sidebar .prdctfltr_cat .prdctfltr_add_scroll label,
#sidebar .prdctfltr_orderby .prdctfltr_add_scroll label,
#sidebar .prdctfltr_byprice .prdctfltr_add_scroll label {
  color: #FFFFFF;
}
#sidebar .prdctfltr_cat .prdctfltr_add_scroll label.prdctfltr_active,
#sidebar .prdctfltr_orderby .prdctfltr_add_scroll label.prdctfltr_active,
#sidebar .prdctfltr_byprice .prdctfltr_add_scroll label.prdctfltr_active {
  color: #ff6633;
}
#sidebar .prdctfltr_search input.pf_search {
  border-radius: 3px;
}
#sidebar .prdctfltr_buttons > span {
  margin-bottom: 5px;
}
#content .prdctfltr_filter_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#content .prdctfltr_filter_inner .prdctfltr_filter {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%!important;
}
#content .prdctfltr_filter_inner .prdctfltr_filter .prdctfltr_add_scroll {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex!important;
}
#content .prdctfltr_filter_inner .prdctfltr_filter .prdctfltr_add_scroll label.prdctfltr_active {
  color: #ff6633;
}
@media only screen and (min-width: 480px) {
  #content .prdctfltr_filter_inner .prdctfltr_filter {
    width: 33.333333%!important;
  }
}
@media only screen and (min-width: 1200px) {
  #content .prdctfltr_filter_inner .prdctfltr_filter {
    width: 25%!important;
  }
}
#content .prdctfltr_filter_inner .prdctfltr_filter.prdctfltr_search {
  float: none!important;
  width: 100%!important;
}
ul.products {
    display: flex;
    flex-wrap: wrap;
}