body {
  font-family: 'Montserrat', sans-serif;
  background-color: #eeeeee;
}

header,
footer {
  width: 100vw;
  background: #111;
}

/* .btn-primary, #slider-pager .rslides_here a{
  background-color: #043975;
  border-color: #043975;
} */

.hc-header {
  max-width: 1200px;
  margin: 0 auto !important;
  padding-top: 10px;
  width: 100%;
}

#header-user-menu .dropdown-menu a {
  color: #000 !important;
}

.container {
  max-width: 1200px;
}


.hc-footer {
  width: 100%;
  max-width: 1200px;
}

.hc-footer h3 {
  font-size: 16px;
  border-bottom: solid thin #bababa;
  padding-bottom: 5px;
}

.hc-footer ul {
  list-style: none;
  padding: initial;
  font-size: 14px;
}

.footer-payments {
  width: 100%;
  max-width: 414px;
}

small.disclaimer {
  font-size: 9px;
}

.header-top {
  /*padding-top: 10px!important;*/
  padding-bottom: 10px !important;
}

.header-top-item {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 12px;
  padding: 5px;
  margin-left: 5px;
}

#header-user-menu a,
#header-user-menu a:hover {
  text-decoration: none;
  font-size: 12px;
}

.header-search {
  position: relative;
}

.header-search img {
  position: absolute;
  right: 25px;
  top: 7px;
}

.sticky {
  position: fixed !important;
  z-index: 999 !important;
  top: -35px !important;
}

.sticky+.container {
  padding-top: 100px !important;
}

.hc-main {
  /*background: white;*/
  /*display: block;*/
}

.home-slider {
  list-style: none;
}

.homeWidgets {
  margin-bottom: 20px;
}

.fullwidth-block {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  height: inherit !important;
  position: relative;
}

.slider-item {
  height: 310px;
}

.slider-item-wrapper {
  width: 260px;
  background: white;
  box-shadow: 1px 1px 10px #ccc;
  border-radius: 5px;
  height: 300px;
  position: relative;
}

.slider-item-image {
  height: 180px;
}

.slider-item-description {
  padding: 10px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.center-thumbs .lslide {
  position: relative;
  left: 50px;
}

h1.home-title {
  margin-left: 10px !important;
  text-align: center;
  border-bottom: solid thin #ccc;
  padding-bottom: 20px;
  margin-bottom: 10px !important;
  margin-top: 30px !important;
}

.home-metadata {
  padding: 10px;
  border-bottom: solid thin #e4e4e4;
  background: white;
  margin-bottom: 25px !important;
  font-size: 14px;
  font-weight: 500;
}

/* .home-metadata p{
  float: left;
} */

.home-metadata img {
  padding-right: 10px;
  float: left;
}

.home-banners a {
  width: 100%;
}


#bredcrumbs {
  padding: 15px;
}

.shop-breadcrumbs {
  list-style: none;
  padding-left: 0px;
  font-size: 12px;
  color: grey;
}

.shop-breadcrumbs li {
  float: left;
  margin-right: 10px;
}

.shop-breadcrumbs li:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 5px;
  font-size: 10px;
}

.shop-breadcrumbs li:last-child:after {
  content: "";
}

.shop-breadcrumbs a {
  color: #333;
}

.quantity-results {
  font-size: 12px;
}

.shop-sidebar a {
  color: #333;
  font-size: 12px;
}

.shop-sidebar h1,
h1.home-title {
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  color: #333;
  margin: 16px 16px 8px 0;
  font-weight: 600;
  letter-spacing: inherit;
}

.shop-sort-widget {
  margin-bottom: 35px;
}

p.shop-sidebar-title {
  /* padding: 0px; */
  margin: 0px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

.col-3.shop-sidebar ul {
  list-style: none;
  padding-left: 0px;

}

.col-3.shop-sidebar ul li a {
  font-size: 12px;
  color: #333;
}

.col-3.shop-sidebar ul li a span {
  color: #666;
  font-size: 11px;
}

.page-footer {
  padding: 25px;
  /*background: white;*/
  /*border-top: solid thin #ccc;*/
}

.page-footer-links a {
  display: inline-block;
  width: 45%;
  font-size: 14px;
  line-height: 2.79;
  white-space: nowrap;
}

.page-footer-legal {
  padding: 25px;
  position: relative;
  /*background: white;*/
  /*border-top: solid thin #ccc;*/
  /*color: #999;*/
}

.footer-data-fiscal {
  position: absolute;
  right: 20px;
}

.page-footer-socialmedia {
  text-align: center;
}

.page-footer-socialmedia ul {
  list-style: none;
}

.page-footer-socialmedia li {
  display: inline;
  padding: 0 10px;
}

.modal-overlay-header {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #2196f3;
  text-align: left;
  margin-top: 90px;
  margin-left: 20px;
}

.modal-overlay-body {
  padding: 20px;
}


.ui-list {
  position: relative;
  width: 100%;
  background: #fff;
}

.ui-list-content {
  padding: 0px;
  list-style: none;
  /* nuevos styles */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(234px, 1fr));
  grid-gap: 1rem;
}

.ui-list-item {
  text-decoration: none;
  height: 86px;
  width: 100%;
  line-height: 1.3;
  font-weight: 300;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #d8d8d8 !important;
}

.ui-list-item:last-child {
  border-bottom: 1px solid #d8d8d8 !important;
}

.ui-list-item a {
  padding: 30px;
  width: 100%;
  display: block;
  line-height: 35px !important;
}

.ui-list-item a:after {
  font-family: FontAwesome;
  content: '\f054';
  color: #666;
  font-size: 10px;
  position: relative;
  padding-left: 10px;
  /*
    esto estaba antes.
    right: 12px;
    position: absolute;*/
}

.page-filter h4 {
  padding: 21px 10px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  padding-left: 33px;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px;
}

.page-filter h4:after {
  right: 12px;
  font-family: FontAwesome;
  content: '\f078';
  color: #666;
  font-size: 10px;
  position: absolute;
}

.modal-overlay-header nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 20px;
}

.modal-overlay-header a {
  text-shadow: none;
  background: #fff;
  border: none;
  left: 18px;
  top: 18px;
}

.modal-overlay-header h3 {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: #333;
  text-align: left;
  margin-top: 90px;
  /*margin-left: 32px;*/
}

.modal-overlay {
  /*padding: 20px;*/
  background: white;
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.list {
  margin: 0;
  background: #fff;
  border: none;
  list-style: none;
  list-style-image: none;
}

.list li {
  height: 63px;
  line-height: 63px;
  padding-left: 28px;
  position: relative;
  font-size: 18px;
  border-left: transparent 5px solid;
  border-bottom: 1px solid #ddd;
  min-height: 45px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.modal-overlay ul {
  border: none;
  background: #fafafa;
  /*padding-top: 18px;
    padding-bottom: 18px;*/
  -webkit-border-radius: 0;
  border-radius: 0;
}

.modal-overlay ul li {
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  min-height: 52px;
  line-height: 52px;
  color: #666;
  list-style-position: inside;
  list-style-type: disc;
}

.filters {
  background-color: #fff;
  border-bottom: 2px solid #eee;
  padding-bottom: 2px;
  margin-top: -5px;
  margin: 0 0 10px;
  padding: 0px 10px 10px;
  background: #fff;
  list-style: none;
}

@media (max-width: 600px) {
  .filters {
    overflow-x: auto;
    white-space: nowrap;
  }

}

.filters li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.filters .icon-remove {
  color: #666;
  background-color: #f5f5f5;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: block;
  text-shadow: none;
  border: none;
  padding: 8px 30px 8px 14px;
  margin-bottom: 8px;
  margin-right: 8px;
  margin-top: 4px;
  line-height: 1.4;
  position: relative;
  font-size: 12px;
}

.filters .icon-remove:before {
  top: 11px;
  right: 12px;
  font-family: FontAwesome;
  content: '\f00d';
  color: #666;
  font-size: 10px;
  position: absolute;
}



@media (min-width: 1024px) {
  .page-footer a {
    width: 33%;
  }


  .filters {
    background: inherit !important;
    background-color: inherit !important;
  }

  .filters .icon-remove {
    border-radius: 10px;
    color: white !important;
    background: #999999;
  }

  .filters .icon-remove:before {
    color: white;
  }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - POST */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.post-content {
  font-size: 14px;
}

.post-content h1 {
  font-weight: 600;
  font-size: 25px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

.post-content h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
}

.post-content p {
  font-size: 16px;
  text-align: justify;
  line-height: 26px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - MAKE MENU */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: 1200px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-weight: 700;
  /*background: #333;*/
  z-index: 9;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
  float: left;
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu>ul>li>a {
  padding: 15px 10px;
  font-size: 12px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
  color: white;
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after {
  border-color: #009ae1;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu li:hover>ul {
  left: auto;
  padding: 20px 10px;
  background: #333;
  width: max-content;
}

#cssmenu.align-right li:hover>ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

#cssmenu ul li:hover>ul>li {
  height: 32px;
}

#cssmenu ul ul li a {
  padding: 10px 20px;
  /*width: 160px;*/
  width: 100%;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd !important;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}

#cssmenu ul ul li.has-sub>a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
  border-color: #ffffff;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center>ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }

  #cssmenu>ul>li,
  #cssmenu.align-center>ul>li,
  #cssmenu.align-right>ul>li {
    float: none;
    display: block;
  }

  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }

  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #cssmenu>ul>li.has-sub>a::after,
  #cssmenu ul ul li.has-sub>a::after {
    display: none;
  }

  #menu-line {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }

  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }

  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 9;
  }

  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 9;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


.themeDark,
.themeDark a,
.themeLight p,
.themeDark button {
  color: #fff !important;
}

.themeLight,
.themeLight a,
.themeLight p,
.themeLight button {
  color: #333 !important;
}



ul.account-sidemenu {
  list-style: none;
  padding: 0px;
}

.account-sidemenu li {
  padding: 10px;
  border: #ddd solid thin;
  border-radius: 5px;
  margin: 8px 0px;
  background: white;
}

.account-sidemenu li:after {
  right: 30px;
  font-family: FontAwesome;
  content: '\f054';
  color: #666;
  font-size: 10px;
  position: absolute;
  padding-top: 5px;
}


.lSSlideOuter {
  position: relative;
  overflow: visible;
}

.lSSlideWrapper {
  position: static;
}

.lSAction>.lSPrev {
  left: -45px;
}

.lSAction>.lSNext {
  right: -40px;
}