/***
_______                          ____________       _____                               
__  __ \__________  _________    __  ___/__(_)________  /____________ _________ ________
_  / / /_  __ \  / / /_  ___/    _____ \__  /__  ___/  __/  _ \_  __ `__ \  __ `/_  ___/
/ /_/ /_  / / / /_/ /_(__  )     ____/ /_  / _(__  )/ /_ /  __/  / / / / / /_/ /_(__  ) 
\____/ /_/ /_/\__,_/ /____/      /____/ /_/  /____/ \__/ \___//_/ /_/ /_/\__,_/ /____/  
                                                                           
 
Template:      CHULIPOP 2020;
Design:        ONUS SISTEMAS;
Maqueted:      ONUS SISTEMAS;
Created:       22/07/2020;
Updated:       15/09/2022
Log:           - (25/11/2022): ;
Develop URL:   http://www.onussistemas.com.ar;
Template URL:  http://www.chulipop.com.ar;

CONTENT:

1-  Fonts
2-  Variables
3-  General
4-  Header & Nav
5-  Banner
6-  Contact Section
7-  Prefooter
8-  Footer
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css");
* {
  font-family: "Open Sans", sans-serif; }

html {
  scroll-behavior: smooth; }
  @media (max-width: 992px) {
    html {
      scroll-behavior: auto; } }

.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: cover;
  color: red;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.f-in {
  padding: 4px 2px; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* HEADER & BREADCUM */
.titleandbreadcrumbs {
  background: red; }
  .titleandbreadcrumbs .title {
    padding: 5px 50px;
    background: #ddd;
    text-align: center; }
    .titleandbreadcrumbs .title h1 {
      font-family: "Fredoka One", serif;
      color: #000;
      margin: 0px;
      font-weight: 600;
      font-size: 20px; }
      @media (max-width: 992px) {
        .titleandbreadcrumbs .title h1 {
          font-size: 14px; } }
  .titleandbreadcrumbs .breadcrumbs {
    padding: 5px 50px;
    background: #f1f1f1;
    font-size: 12px; }
    @media (max-width: 992px) {
      .titleandbreadcrumbs .breadcrumbs {
        font-size: 10px;
        text-align: center; } }
    .titleandbreadcrumbs .breadcrumbs a {
      color: gray; }
    .titleandbreadcrumbs .breadcrumbs span {
      color: #000; }

.responsiveMenu {
  display: none; }

.main__header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 16;
  background: #9269a5;
  -webkit-box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.75);
  /* fredhy 15-04-2020 */ }
  .main__header .top {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    background: #f7f330; }
    @media (max-width: 992px) {
      .main__header .top {
        display: none; } }
    .main__header .top .col-md-6 a {
      color: #1f1f1f;
      font-size: 11px;
      padding-left: 10px;
      font-weight: 600; }
      @media (max-width: 992px) {
        .main__header .top .col-md-6 a {
          color: #fff; } }
      .main__header .top .col-md-6 a .material-icons {
        font-size: 16px; }
      .main__header .top .col-md-6 a:hover {
        text-decoration: none; }
      @media (max-width: 992px) {
        .main__header .top .col-md-6 a span {
          /*display: none;*/ } }
    .main__header .top .col-md-6 .social img {
      width: 15px; }
    .main__header .top .col-md-6 .social span {
      font-weight: 400;
      color: #000;
      font-size: 12px; }
    .main__header .top .col-md-6 .User-registerAndLogin {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    @media (max-width: 992px) {
      .main__header .top {
        z-index: 3;
        color: #000; } }
    .main__header .top .nav-link {
      padding: 0.2rem 0rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .main__header .footer {
    z-index: 3; }
    .main__header .footer .col-md-12 {
      padding-top: 5px;
      padding-bottom: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      @media (max-width: 992px) {
        .main__header .footer .col-md-12 {
          padding-top: 5px;
          padding-bottom: 5px; } }
      .main__header .footer .col-md-12 .logo img {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        width: 150px;
        margin-bottom: -79px;
        z-index: 1;
        position: relative;
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg); }
        @media (max-width: 992px) {
          .main__header .footer .col-md-12 .logo img {
            width: 86px;
            margin-bottom: -28px; } }
      .main__header .footer .col-md-12 .center {
        width: 45%; }
        .main__header .footer .col-md-12 .center .input-group {
          border: 1px solid #9b2076;
          border-radius: 5px; }
          .main__header .footer .col-md-12 .center .input-group input {
            border: 0px; }
          .main__header .footer .col-md-12 .center .input-group .input-group-prepend {
            border: none;
            margin: 0px; }
            .main__header .footer .col-md-12 .center .input-group .input-group-prepend button {
              border: none;
              border-top-right-radius: 5px;
              border-bottom-right-radius: 5px; }
        @media (max-width: 992px) {
          .main__header .footer .col-md-12 .center {
            display: none; } }
      .main__header .footer .col-md-12 .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .main__header .footer .col-md-12 .right .__bar {
          display: none; }
          @media (max-width: 992px) {
            .main__header .footer .col-md-12 .right .__bar {
              display: block; } }
        .main__header .footer .col-md-12 .right a {
          color: #fff;
          padding-left: 15px;
          line-height: 0.93;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .main__header .footer .col-md-12 .right a:hover {
            text-decoration: none; }
          .main__header .footer .col-md-12 .right a span {
            font-size: 25px; }
          @media (max-width: 992px) {
            .main__header .footer .col-md-12 .right a span {
              font-size: 26px; } }
          .main__header .footer .col-md-12 .right a .txt {
            padding: 0px 5px;
            font-size: 16px !important; }
            @media (max-width: 992px) {
              .main__header .footer .col-md-12 .right a .txt {
                display: none; } }
        @media (max-width: 992px) {
          .main__header .footer .col-md-12 .right form {
            width: 0px;
            padding: 0;
            display: none; } }
        .main__header .footer .col-md-12 .right form input {
          width: 200px; }
          @media (max-width: 992px) {
            .main__header .footer .col-md-12 .right form input {
              width: 0px;
              padding: 0; } }
          .main__header .footer .col-md-12 .right form input:focus {
            color: #495057;
            background-color: #fff;
            border-color: none;
            outline: 0;
            -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
        .main__header .footer .col-md-12 .right form .btn {
          line-height: 0.93; }
          @media (max-width: 992px) {
            .main__header .footer .col-md-12 .right form .btn {
              background: transparent; }
              .main__header .footer .col-md-12 .right form .btn i {
                color: #fff; } }
          .main__header .footer .col-md-12 .right form .btn:focus {
            color: #495057;
            background-color: #fff;
            border-color: none;
            outline: 0;
            -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
        .main__header .footer .col-md-12 .right .btn_search__responsive {
          display: none; }
          @media (max-width: 992px) {
            .main__header .footer .col-md-12 .right .btn_search__responsive {
              display: block;
              background: none; } }
    .main__header .footer .classic-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #9b2076;
      /* MEGA MENU STYLE
			********************************/ }
      .main__header .footer .classic-menu ul {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
        @media (max-width: 992px) {
          .main__header .footer .classic-menu ul {
            display: none; } }
        .main__header .footer .classic-menu ul li {
          line-height: 1 !important; }
          .main__header .footer .classic-menu ul li a {
            font-size: 11px;
            color: #fff;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            padding: 0.5rem;
            text-transform: uppercase; }
            .main__header .footer .classic-menu ul li a:hover {
              color: #f7b62c; }
        .main__header .footer .classic-menu ul .home {
          border: 0; }
      .main__header .footer .classic-menu .mega-menu {
        padding: 10px 0px !important;
        width: 900px;
        border-radius: 0;
        margin-top: 0px;
        -webkit-transform: translate3d(-100px, 33px, 0px) !important;
        transform: translate3d(-100px, 33px, 0px) !important;
        border: none;
        border-bottom: 7px solid #9b2076;
        -webkit-box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 7px 11px -4px rgba(0, 0, 0, 0.75); }
        .main__header .footer .classic-menu .mega-menu a {
          color: #000;
          text-transform: none;
          padding: 0.5rem 0.5rem 0.5rem 0rem; }
          .main__header .footer .classic-menu .mega-menu a:hover {
            text-decoration: none;
            color: #9b2076; }
      .main__header .footer .classic-menu .mega-menu li {
        display: inline-block;
        float: left;
        font-size: 0.94rem;
        padding: 3px 0px; }
      .main__header .footer .classic-menu .mega-menu li.mega-menu-column {
        margin-right: 10px;
        width: 200px; }
      .main__header .footer .classic-menu .mega-menu .nav-header {
        font-family: "Fredoka One", serif;
        padding: 0 !important;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold; }
      .main__header .footer .classic-menu .mega-menu img {
        padding-bottom: 10px; }
  .main__header .none_top {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 0; }
  .main__header .padding-slim {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .main__header .logo-slim {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 150px; }
  .main__header .font-slim {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 11px !important; }
  .main__header .buscar {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 10px;
    background: #9b2076; }
    .main__header .buscar .col-md-12 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 991px) {
        .main__header .buscar .col-md-12 {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .main__header .buscar .col-md-12 form {
        width: 100%; }
      .main__header .buscar .col-md-12 .btn {
        border-radius: 0; }
        @media (min-width: 991px) {
          .main__header .buscar .col-md-12 .btn {
            border: none; } }
        .main__header .buscar .col-md-12 .btn:focus {
          outline: 0;
          -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }
      .main__header .buscar .col-md-12 input {
        border-radius: 0;
        border: 0; }
        .main__header .buscar .col-md-12 input:focus {
          outline: 0;
          border: 0;
          -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }
        @media (min-width: 991px) {
          .main__header .buscar .col-md-12 input {
            border: none; } }
      .main__header .buscar .col-md-12 .botonCerrar {
        background: #f1790d;
        border: 1.7px solid #f1790d; }
        @media (min-width: 991px) {
          .main__header .buscar .col-md-12 .botonCerrar {
            background: #343a40;
            color: #fff;
            border: 1.7px solid #343a40; } }
    @media (min-width: 991px) {
      .main__header .buscar {
        left: 0px;
        padding: 19px 10px; } }
  .main__header .ocultar {
    display: none; }

.rotate {
  -webkit-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
  margin-bottom: -84px !important;
  padding: 15px; }
  @media (max-width: 992px) {
    .rotate {
      margin-bottom: -29px !important;
      padding: 0; } }

.marginSearch {
  margin-left: 65px; }

footer {
  padding: 20px 0px;
  background: #9b2076; }
  footer li {
    margin: 0px; }
  footer a {
    font-size: 11px;
    color: #000; }
    footer a .material-icons {
      font-size: 14px; }
    footer a:hover {
      cursor: initial;
      color: #000; }
  footer .logo img {
    width: 80px;
    margin-top: -62px; }

.new_footer {
  background: #9b2076;
  padding: 10px 0px; }
  @media (max-width: 992px) {
    .new_footer {
      text-align: center; } }
  .new_footer h5 {
    font-weight: 600;
    color: #fff; }
  @media (max-width: 992px) {
    .new_footer ul {
      padding: 0px; } }
  .new_footer ul li {
    line-height: 20px;
    padding-bottom: 15px;
    list-style: none; }
  .new_footer .iconospie span {
    background: #fff;
    padding: 10px 12px;
    border-radius: 20px;
    color: #9b2076;
    margin-right: 9px;
    font-size: 20px; }
  .new_footer .unico {
    padding: 10px 12px !important; }

.new_footer a {
  font-weight: 500;
  font-size: 16px;
  color: #fff; }
  .new_footer a:hover {
    text-decoration: none; }

.pie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000; }

.pie .nav {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important; }

.pie .nav .nav-item .nav-link {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 20px;
  border-left: 1px solid #9d913f;
  color: #fff; }
  @media (max-width: 992px) {
    .pie .nav .nav-item .nav-link {
      border: 0px;
      padding: 10px 20px; } }

.pie .nav .nav-item .nav-link .iconfooter {
  font-size: 22px;
  color: #9d913f;
  vertical-align: middle; }

.pie .nav .nav-item .nav-link span {
  font-size: 15px;
  padding-right: 10px;
  vertical-align: middle; }
  @media (max-width: 992px) {
    .pie .nav .nav-item .nav-link span {
      font-size: 13px; } }

.footerEnd {
  text-align: center;
  padding: 20px;
  width: 100%;
  background: #E0E0E0; }
  .footerEnd p {
    padding: 0px;
    margin: 0px; }

.carouselBanner {
  margin: 0px 0px;
  background: url(../img/bg.jpg); }

.carousel-indicators {
  z-index: 1; }
  .carousel-indicators li {
    opacity: 1;
    background: #fff;
    border-radius: 55px;
    padding: 0px;
    width: 15px;
    border-top: 7px solid transparent;
    border-bottom: 6px solid transparent; }
    .carousel-indicators li.active {
      background: #082e88; }

@media (max-width: 992px) {
  .home .col-md-3,
  .categoryItems .col-md-3 {
    width: 50%; } }

.brand {
  margin: 25px 0px; }
  @media (max-width: 992px) {
    .brand .col-md-2 {
      width: 50%; } }

.titleCategory .col-md-12 {
  margin: 10px 0px; }
  @media (max-width: 992px) {
    .titleCategory .col-md-12 {
      text-align: center; } }
  .titleCategory .col-md-12 h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin: 0px;
    border-bottom: 1px dashed #dd0d0d;
    padding-bottom: 5px;
    color: #9b2076; }
    .titleCategory .col-md-12 h2 span {
      font-weight: 800;
      font-family: "Fredoka One", serif; }
    .titleCategory .col-md-12 h2 i {
      color: #f7b62c; }
    @media (max-width: 992px) {
      .titleCategory .col-md-12 h2 {
        font-size: 20px; } }

.recomendado {
  background: url(../img/bgRecomendado.jpg);
  padding: 25px 0px; }
  @media (max-width: 992px) {
    .recomendado {
      padding: 10px 0px; } }

.recomendadoItems {
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .recomendadoItems {
      margin-bottom: 0px; } }

.titleCategoryChild {
  margin: 15px 0px;
  text-align: center; }
  .titleCategoryChild h3 {
    font-family: "Fredoka One", serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 5px;
    color: #f1790d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .titleCategoryChild h3:before, .titleCategoryChild h3:after {
      content: "";
      -webkit-box-flex: 1;
      -ms-flex: 1 1;
      flex: 1 1;
      padding: 0px 5px;
      margin: auto;
      border-bottom: 1px dotted #f7b62c; }
    .titleCategoryChild h3:before {
      content: "";
      margin-right: 11px; }
    .titleCategoryChild h3:after {
      content: "";
      margin-left: 11px; }

.btn-more {
  background: #f1790d;
  color: #fff;
  border-radius: 4px;
  margin: 15px 0px 25px 0px;
  -webkit-box-shadow: 0px 7px 19px -4px #ddd;
  box-shadow: 0px 7px 19px -4px #ddd;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn-more:hover {
    color: #fff;
    -webkit-box-shadow: 0px 7px 19px -4px #9d913f;
    box-shadow: 0px 7px 19px -4px #9d913f;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

@media (max-width: 992px) {
  .categoryIcons .col-md-3 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.categoryIcons .icons {
  margin-bottom: 30px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media (max-width: 992px) {
    .categoryIcons .icons {
      min-height: auto;
    height: auto;
    width: 100%;
      margin-bottom: 13px; } }
  .categoryIcons .icons h3 {
    display: block;
    background: #9269a5;
    padding: 6px 10px;
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-bottom: 8px solid #9b2076; }
  .categoryIcons .icons .image {
    overflow: hidden; }
  .categoryIcons .icons:hover {
    -webkit-box-shadow: 0px 7px 19px -4px #9d913f;
    box-shadow: 0px 7px 19px -4px #9d913f;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none; }
  .categoryIcons .icons:hover img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  .categoryIcons .icons img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.offerHome {
  padding: 0px 0px 25px 0px; }
  .offerHome .titleCategory {
    background: #9b2076;
    margin-bottom: 35px; }
    .offerHome .titleCategory h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: none;
      color: #fff;
      font-size: 30px; }
      @media (max-width: 992px) {
        .offerHome .titleCategory h2 {
          font-size: 20px; } }
  @media (max-width: 992px) {
    .offerHome .recomendadoItems .col-md-3 {
      width: 50%; } }

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right; }

.item {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 7px 19px -4px #ddd;
  -moz-box-shadow: 0px 7px 19px -4px #ddd;
  box-shadow: 0px 7px 19px -4px #ddd;
  border: 1px solid rgba(40, 40, 96, 0.21); }
  @media (max-width: 992px) {
    .item {
      padding: 5px 10px; } }
  .item h3 {
    font-size: 15px;
    text-align: center;
    color: #a4a4a4;
    font-weight: 400;
    overflow: hidden;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 0px; }
    @media (max-width: 992px) {
      .item h3 {
        font-size: 13px;
        height: 40px; } }
  .item .img-fluid {
    width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -o-object-fit: contain;
    object-fit: contain;
    height: 200px; }
    @media (max-width: 992px) {
      .item .img-fluid {
        height: 150px; } }
  .item p {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px; }
  .item .btn- {
    background: #000;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 0px; }
    .item .btn- i {
      padding-right: 5px;
      font-size: 19px;
      margin-top: -5px; }
  .item:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 7px 19px -4px #9d913f;
    -moz-box-shadow: 0px 7px 19px -4px #9d913f;
    box-shadow: 0px 7px 19px -4px #9d913f;
    border: 1px solid transparent; }
  .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .item a:hover {
      text-decoration: none; }
  @media (max-width: 992px) {
    .item {
      margin-bottom: 2rem; } }
  .item .buttons {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block; }
    @media (max-width: 992px) {
      .item .buttons {
        padding: 0px 10px !important;
        margin-bottom: 10px; } }
    .item .buttons .btn {
      border-radius: 0;
      margin: 0; }
      @media (max-width: 992px) {
        .item .buttons .btn {
          font-size: 11px; } }
    .item .buttons input {
      text-align: center;
      font-weight: bold;
      border: 0;
      background: #3973b2;
      font-size: 17px; }
      @media (max-width: 992px) {
        .item .buttons input {
          width: 25px;
          font-size: 12px; } }
    .item .buttons .btn-success {
      border: 0; }
    .item .buttons .btn-danger {
      background: #5fbc7a !important;
      border: 0; }
    .item .buttons .add {
      background: #9b2076;
      padding: 5px 5px; }
      .item .buttons .add a {
        color: #fff; }
        @media (max-width: 992px) {
          .item .buttons .add a {
            font-size: 9px; } }
    .item .buttons .count {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .item .buttons .count a,
      .item .buttons .count input {
        width: 25%;
        padding: 5px 5px; }
      .item .buttons .count a {
        background: #9b2076;
        color: #fff; }
      .item .buttons .count input {
        background: #fff;
        color: #000; }
    .item .buttons a:hover .img-fluid {
      width: 50% !important;
      -webkit-animation: scale-up-center 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
      animation: scale-up-center 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .item .none {
    display: none !important; }
  .item .sku {
    margin-bottom: 18px;
    font-size: 12px;
    color: #a4a4a4; }
  .item .colores {
    padding: 10px; }
    .item .colores span {
      padding: 0 3px; }

/* ----------------------------------------------
 * Generated by Animista on 2020-6-5 3:46:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*
fredhy 20-07-2020
*/
.item .offer {
  position: absolute;
  top: 0px;
  left: 10px; }
  .item .offer img {
    width: 80px;
    height: auto; }

.item .colores .text-danger {
  color: red !important; }

.item .colores .text-dark {
  color: black !important; }

.item .colores .text-warning {
  color: gray !important; }

.item .colores .text-primary {
  color: white !important;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 0px; }

.products {
  padding-top: 0.5em;
  padding-bottom: 5em;
  background: url(../img/bg.jpg); }
  .products .filter__button__responstive {
    display: none; }
  @media (max-width: 992px) {
    .products {
      margin-top: 5px;
      margin-bottom: 2rem; }
      .products .filter__button__responstive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        margin-bottom: 15px;
        width: 100%; }
        .products .filter__button__responstive a {
          width: 100%;
          background: #f1790d;
          padding: 10px 15px;
          color: #fff;
          border-radius: 0px; }
          .products .filter__button__responstive a:hover {
            text-decoration: none; } }
  .products .item {
    margin-bottom: 2rem; }
  @media (max-width: 992px) {
    .products .card {
      overflow: hidden;
      height: 0px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; } }
  .products .card .title {
    text-align: center;
    margin-bottom: 0;
    color: #000; }
    .products .card .title:hover {
      text-decoration: none; }
  .products .card a .fa {
    color: #000 !important; }
  .products .card .list-menu {
    margin: 0;
    padding: 0; }
    .products .card .list-menu li {
      list-style: none; }
      .products .card .list-menu li a {
        color: #000;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .products .card .list-menu li a:hover {
          text-decoration: none;
          color: #cb0a1d;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
  .products .card .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f1790d;
    background-color: #f1790d;
    border-radius: 0; }
  .products .card .custom-control-input ~ .custom-control-label::before {
    border-radius: 0; }
  .products .card .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0); }
  .products .card .btn:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0); }
  .products .card .input-group-append .btn,
  .products .card .input-group-prepend .btn {
    z-index: 1; }
  .products .expanded_filter {
    height: 1000px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  @media (max-width: 992px) {
    .products .col-md-9 .row {
      margin-top: 5px; } }
  .products .filter_btn {
    padding-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 992px) {
      .products .filter_btn {
        text-align: center; } }
    .products .filter_btn .all {
      font-size: 14px;
      color: #000;
      padding-right: 5px;
      font-weight: normal; }
    .products .filter_btn .dropdown-toggle {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5;
      border-radius: 0px;
      background: #9b2076;
      border: 0px; }
      @media (max-width: 992px) {
        .products .filter_btn .dropdown-toggle {
          background: #000;
          padding: 10px 15px;
          color: #fff;
          border-radius: 0px;
          width: 100%; } }
      .products .filter_btn .dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0); }
    .products .filter_btn .btn-primary {
      padding: 0.15rem 0.5rem 0.35rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5;
      border-radius: 0px;
      background: #000;
      border: 0px; }
    .products .filter_btn .dropdown-menu {
      border: 1px solid black;
      border-radius: 0; }
    @media (max-width: 992px) {
      .products .filter_btn .dropdown {
        width: 50%;
        padding: 0px 10px; } }
    .products .filter_btn a:hover {
      text-decoration: none; }
  .products .start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .products .end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .products .end b {
      padding-left: 5px;
      padding-right: 5px; }
    @media (max-width: 992px) {
      .products .end {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .products .end b {
          display: none; }
        .products .end .all {
          background: #000;
          padding: 4px 6px;
          color: #fff;
          margin-right: 7px; } }
  .products .filter_2 .card-body {
    padding: 5px; }
    .products .filter_2 .card-body .form-control {
      padding: 0.1rem 0.75rem;
      height: calc(0.9em + 0.75rem + 2px); }
  .products .filter_2 .card {
    border: 1px solid #9b2076;
    border-radius: 0; }
    .products .filter_2 .card .card-header {
      background-color: #9b2076;
      border-bottom: 1px solid #9b2076;
      padding: 2px 12px; }
      .products .filter_2 .card .card-header:first-child {
        border-radius: 0; }
    .products .filter_2 .card a .fa {
      color: #fdfcfc !important; }
    .products .filter_2 .card .title {
      text-align: center;
      margin-bottom: 0;
      color: #f9f9f9; }
    .products .filter_2 .card .btn-primary {
      border-radius: 0px;
      color: #fff;
      background-color: #9269a5;
      border-color: #9269a5;
      padding: 0rem 0.8rem 0rem 0.8rem; }
      .products .filter_2 .card .btn-primary span {
        font-size: 13px; }
    .products .filter_2 .card .form-control {
      border-radius: 0px; }
  .products .filter_2 .rubro {
    padding-left: 10px; }
    .products .filter_2 .rubro li {
      list-style: none; }
      .products .filter_2 .rubro li a {
        font-weight: bold;
        color: #000;
        font-size: 12px; }
        .products .filter_2 .rubro li a .fa-plus {
          color: #fff !important; }
      .products .filter_2 .rubro li ul {
        padding: 0px 15px; }
        .products .filter_2 .rubro li ul li a {
          font-weight: normal; }
        .products .filter_2 .rubro li ul li::before {
          content: "- "; }
  @media (max-width: 992px) {
    .products .col-item {
      width: 50%; } }

.table-list p {
  margin-bottom: 0px; }

.table-list .num-in {
  background: #9b2076;
  border-radius: 0px;
  height: 30px;
  width: 80px; }
  .table-list .num-in input {
    float: left;
    width: 33.333%;
    height: 30px;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    background: #3973b2; }
  .table-list .num-in span {
    width: 33.333%;
    display: block;
    height: 30px;
    float: left;
    position: relative; }
  .table-list .num-in span.plus:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.table-list thead th {
  border-bottom: 0px; }

.table-list .num-in span:before,
.table-list .skin-2 .num-in span:after {
  position: absolute;
  width: 10px;
  top: 36%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  color: #fff;
  font-size: 11px; }

.table-list tr {
  border-top: 1px solid #dbdbdb; }

.table-list td,
.table-list th {
  padding: 0.25rem 0.75rem;
  vertical-align: middle;
  font-size: 14px;
  border-top: 0px solid #dbdbdb; }
  @media (max-width: 992px) {
    .table-list td,
    .table-list th {
      font-size: 12px;
      padding: 2px 3px; } }

.table-list .td-descri a {
  color: #000;
  font-size: 14px; }
  @media (max-width: 992px) {
    .table-list .td-descri a {
      font-size: 12px; } }

.table-list .td-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 992px) {
  .table-list tbody th {
    /*background: green;*/ } }

@media (max-width: 992px) {
  .table-list tbody .text-right {
    white-space: nowrap;
    font-size: 10px; } }

table {
  table-layout: auto; }

.page-item {
  border-bottom: 0px solid #000;
  border-top: 1px dotted #fff;
  background: transparent; }
  .page-item .page-link {
    border-radius: 0 !important;
    background: #9269a5;
    border: 0;
    color: #fff; }
    .page-item .page-link:hover {
      background: #3973b2; }
    .page-item .page-link.active {
      background: #3973b2; }

.page-item.disabled .page-link {
  background: transparent;
  color: #3973b2; }

.details {
  padding: 40px 0px; }
  @media (max-width: 992px) {
    .details {
      padding: 5px 20px 20px 20px; } }
  @media (max-width: 992px) {
    .details .texts {
      text-align: center;
      margin-top: 20px; } }
  .details .texts h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #000; }
    @media (max-width: 992px) {
      .details .texts h2 {
        text-align: center;
        display: none; } }
  .details .texts .category {
    background: #0032ab;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12px; }
    @media (max-width: 992px) {
      .details .texts .category {
        text-align: center; } }
  .details .texts p {
    text-align: justify;
    font-size: 18px; }
    @media (max-width: 992px) {
      .details .texts p {
        font-size: 13px; } }
  .details .texts h5 {
    font-size: 14px; }
    .details .texts h5 b {
      color: #0032ab; }
  @media (max-width: 992px) {
    .details .d-md-none h2 {
      text-align: center;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: 600;
      color: #000; } }
  .details #carousel_detalle {
    background: #e6e6e6;
    padding: 20px; }
    @media (max-width: 992px) {
      .details #carousel_detalle img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        height: 250px; } }
  .details .SizeAndCant {
    border: 1px dotted #cb0a1d;
    padding: 10px 20px;
    border-radius: 5px; }
    @media (max-width: 992px) {
      .details .SizeAndCant {
        padding: 10px 2px; } }
    .details .SizeAndCant h5 {
      font-weight: bold; }
    .details .SizeAndCant .tyc {
      padding: 0; }
      .details .SizeAndCant .tyc li {
        border-bottom: 1px dotted #ccc;
        padding-bottom: 5px;
        margin-bottom: 5px;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .details .SizeAndCant .tyc li .form-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0; }
          .details .SizeAndCant .tyc li .form-group input {
            width: 50px;
            text-align: center; }
          .details .SizeAndCant .tyc li .form-group label {
            margin: 0;
            padding-right: 15px; }
          .details .SizeAndCant .tyc li .form-group .input-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .details .SizeAndCant .tyc li .form-group .input-group .input {
              background: #e8e8e8;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
            .details .SizeAndCant .tyc li .form-group .input-group .button-minus, .details .SizeAndCant .tyc li .form-group .input-group .button-plus {
              font-size: 25px;
              padding: 0px;
              margin: 0px;
              font-weight: 600;
              border: none;
              background: transparent; }
  .details .buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 992px) {
      .details .buttons .btn {
        margin: 10px; } }
  .details .float-right {
    background: #2e26d3;
    border: none; }
    .details .float-right:hover {
      border: none !important;
      outline: 0;
      border-color: transparent;
      -webkit-box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important;
      box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important; }
    .details .float-right:focus {
      border: none !important;
      outline: 0;
      border-color: transparent;
      -webkit-box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important;
      box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important; }
    @media (max-width: 992px) {
      .details .float-right {
        float: none;
        width: 100%; } }
  .details #myCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto; }
  .details #myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    background: #ccc;
    padding: 10px; }
  .details .carousel-indicators li {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important;
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0) !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 0.4; }
  .details .carousel-indicators li.active {
    background: #2e26d3;
    border-radius: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
  .details #myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
    padding: 0px; }
  .details #myCarousel .carousel-control-next, .details #myCarousel .carousel-control-prev {
    opacity: 1; }
    .details #myCarousel .carousel-control-next span, .details #myCarousel .carousel-control-prev span {
      font-size: 32px; }
  .details .btn-group .btn {
    border-radius: 0px;
    margin-right: 5px; }
    .details .btn-group .btn span {
      color: transparent; }
  .details .talles span {
    color: #000 !important; }
  .details .buttons input {
    width: 60px;
    padding: 5px 10px;
    margin-right: 5px; }
  .details .buttons a {
    border-radius: 0px;
    background: #9269a5; }
  .details .share {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .details .share h5 {
      margin-bottom: 0px;
      font-size: 13px;
      font-weight: normal; }
    .details .share a {
      margin-left: 5px; }
    @media (max-width: 992px) {
      .details .share {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; } }
  .details .titleResponsive {
    display: none; }

#detallemodal img {
  width: 150px; }

#detallemodal h4 {
  font-size: 14px; }

#detallemodal .modal-header {
  text-transform: uppercase;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

#detallemodal h5 {
  font-weight: bold; }

#detallemodal .modal-body {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#detallemodal .btn {
  border-radius: 0px; }

#detallemodal .modal-footer {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

@media (max-width: 992px) {
  .titleResponsive {
    display: block !important;
    text-align: center;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold; } }

.cart {
  background: url(../img/bg.jpg);
  /*.table-striped tbody tr:nth-of-type(2n+1) { background: $color7;}*/ }
  .cart .table th {
    vertical-align: middle; }
  .cart .table td {
    vertical-align: middle; }
    @media (max-width: 992px) {
      .cart .table td:before {
        content: attr(data-title) ": ";
        font-weight: bold;
        width: 120px;
        display: inline-block;
        color: #000;
        padding-right: 5px;
        margin-right: 10px;
        text-align: left; } }
    .cart .table td .media {
      color: #000; }
      .cart .table td .media:hover {
        text-decoration: none;
        color: #000; }
      .cart .table td .media .media-body h5 {
        margin-bottom: 0px;
        font-size: 16px; }
      .cart .table td .media .media-body span {
        font-size: 12px;
        color: #132a88; }
  .cart .table .cell-button .btn-danger {
    border: 0;
    background: #000;
    font-size: 14px; }
    .cart .table .cell-button .btn-danger .fa {
      font-size: 13px; }
  .cart .table .cell__input {
    text-align: center; }
  .cart .table .tr-footer h3 {
    margin-bottom: 0px;
    font-weight: bold; }
  .cart .table .title {
    background: #000; }
    .cart .table .title th {
      color: #fff;
      padding: 4px 2px;
      font-size: 14px;
      text-align: center; }
    @media (max-width: 992px) {
      .cart .table .title {
        display: none; } }
  @media (max-width: 992px) {
    .cart .table td {
      width: 100% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: right;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .cart .table td img {
        display: none; }
      .cart .table td input {
        width: 50% !important;
        text-align: right; }
      .cart .table td .media, .cart .table td .media-body {
        width: 100% !important; }
        .cart .table td .media h5, .cart .table td .media-body h5 {
          font-size: 14px;
          margin-bottom: 0px; }
        .cart .table td .media span, .cart .table td .media-body span {
          font-size: 12px; }
    .cart .table .cell-center {
      text-align: left !important; }
    .cart .table .cell-button {
      width: 100%; }
      .cart .table .cell-button a {
        width: 100%; }
      .cart .table .cell-button::before {
        content: '';
        width: 0px !important;
        display: none; }
    .cart .table tr {
      margin-bottom: 10px !important;
      border-bottom: 10px solid #efefef; }
    .cart .table .tr-footer td::before {
      display: none;
      width: 100%; }
    .cart .table .tr-footer td {
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .cart .table .tr-footer td a {
        width: 100%; } }

.pedidohistorico {
  margin-top: 20px;
  margin-bottom: 20px; }
  .pedidohistorico table thead {
    background: #000;
    border: 0; }
    .pedidohistorico table thead th {
      color: #fff; }
  .pedidohistorico .btn-sm {
    border-radius: 0;
    background: #f7b62c;
    border: 0; }

.about {
  padding: 50px 0px; }
  .about .txt-about {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .about .txt-about p {
      font-size: 18px;
      text-align: justify; }
  @media (max-width: 992px) {
    .about .col-md-3 {
      width: 50%; } }
  .about img {
    padding-bottom: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 400px;
    width: 100%; }
    @media (max-width: 992px) {
      .about img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 150px;
        width: 100%; } }

.contact {
  padding: 30px 0px; }
  .contact .titulo_intro {
    padding-bottom: 15px; }
    @media (max-width: 992px) {
      .contact .titulo_intro {
        padding: 0px; } }
    .contact .titulo_intro h4 {
      font-weight: bold; }
      @media (max-width: 992px) {
        .contact .titulo_intro h4 {
          text-align: center; } }
    @media (max-width: 992px) {
      .contact .titulo_intro p {
        text-align: center;
        padding: 0px;
        margin: 0px; } }
  @media (max-width: 992px) {
    .contact {
      padding: 15px 0px; } }
  .contact .fa {
    padding-bottom: 15px;
    font-size: 35px;
    color: #fbb100; }
  .contact .fa-envelope {
    font-size: 30px; }
  .contact .nav-link {
    color: #000; }
    .contact .nav-link span {
      font-size: 20px;
      color: red; }
  @media (max-width: 992px) {
    .contact form {
      padding: 15px 0px; } }
  @media (max-width: 992px) {
    .contact form .pt-3 {
      padding-top: 0px !important; } }
  .contact form input, .contact form textarea, .contact form button {
    border-radius: 0;
    border: 0; }
    .contact form input:focus, .contact form textarea:focus, .contact form button:focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0 !important;
      box-shadow: 0 0 0 0 !important;
      background: #cecece; }
  .contact form input, .contact form textarea {
    background: #e1e1e1; }
    @media (max-width: 992px) {
      .contact form input, .contact form textarea {
        margin: 5px 0px; } }
  @media (max-width: 992px) {
    .contact form button {
      width: 100%; } }
  .contact .info ul {
    padding-top: 15px; }
    .contact .info ul li {
      font-size: 14px;
      line-height: 2; }
  .contact .nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 992px) {
      .contact .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .contact .nav .nav-link {
      padding: 5px; }
    .contact .nav .fab {
      padding: 10px;
      border-radius: 25px; }
    .contact .nav .fa-facebook-f {
      color: #fff;
      background: blue;
      padding: 10px 13px; }
    .contact .nav .fa-instagram {
      color: #fff;
      background: orange;
      padding: 10px 13px; }

.col-suc {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.col-suc figure, .col-suc contact-f, .col-suc map-f {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.col-suc figure {
  padding: 15px;
  position: relative; }

.col-suc contact-f {
  margin: 0px; }

.col-suc contact-f ul {
  padding: 0px;
  height: 260px;
  margin: 0px;
  line-height: 1; }

.col-suc contact-f li {
  list-style: none;
  font-size: 13px;
  padding: 8px 10px; }

.col-suc contact-f li h2 {
  color: #000;
  width: 100%;
  padding: 10px;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dotted #fff; }

.col-suc contact-f .dats {
  border-bottom: 1px dotted #ccc; }

.col-suc img {
  height: 260px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.col-suc map-f {
  padding: 15px; }

.suc .title {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #fff; }

@media (max-width: 992px) {
  .col-suc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px; }
  .col-suc figure, .col-suc contact-f, .col-suc map-f {
    height: auto; }
  .col-suc contact-f ul {
    height: auto; } }

.container-fluid,
.row {
  height: 100%;
  min-height: 100%; }

.loginandregister {
  background: url("../img/bg.jpg"); }
  .loginandregister img {
    width: 180px; }
  .loginandregister .btn {
    background: #9269a5;
    border: 0; }
  .loginandregister input {
    outline: 0;
    border: 0px solid #9b2076;
    -webkit-box-shadow: 0 0 0 0.2rem #9b2076;
    box-shadow: 0 0 0 0.2rem #9b2076;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .loginandregister input:focus {
    outline: 0;
    border: 0px solid #000;
    -webkit-box-shadow: 0 0 0 0.2rem #000;
    box-shadow: 0 0 0 0.2rem #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .loginandregister input:hover {
    outline: 0;
    border: 0px solid #000;
    -webkit-box-shadow: 0 0 0 0.2rem #000;
    box-shadow: 0 0 0 0.2rem #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .loginandregister .links a {
    color: #000;
    font-size: 15px; }
    .loginandregister .links a i {
      width: 26px;
      font-size: 20px; }

.lost {
  margin: 50px 0px; }
  .lost h2 {
    color: #000;
    font-family: "Fredoka One", serif;
    font-size: 18px; }
  .lost .form-group .col-md-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .lost .form-group .col-md-12 .btn-danger {
      outline: 0;
      border: 0px solid #9b2076;
      -webkit-box-shadow: 0 0 0 0.2rem #9b2076;
      box-shadow: 0 0 0 0.2rem #9b2076;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

#detalle {
  background: rgba(0, 0, 0, 0.9); }
  @media (max-width: 992px) {
    #detalle {
      padding: 0px !important; } }
  #detalle .modal-content {
    border-radius: 0; }
  #detalle .modal-header {
    border-radius: 0;
    background: #9b2076;
    border: 0px; }
    @media (max-width: 992px) {
      #detalle .modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    #detalle .modal-header h5 {
      font-weight: bold;
      font-family: "Fredoka One", serif;
      color: #fff;
      text-align: center;
      width: 100%; }
      @media (max-width: 992px) {
        #detalle .modal-header h5 {
          font-size: 12px;
          font-weight: 400;
          text-transform: uppercase; } }
    #detalle .modal-header .close {
      opacity: 1;
      text-shadow: none;
      font-size: 25px; }
  #detalle .modal-body {
    background: url("../img/bg.jpg"); }
    #detalle .modal-body .details {
      padding: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 992px) {
        #detalle .modal-body .details {
          display: block; } }
      #detalle .modal-body .details .carousel-content {
        width: 40%; }
        #detalle .modal-body .details .carousel-content img {
          width: 800px !important; }
          @media (max-width: 992px) {
            #detalle .modal-body .details .carousel-content img {
              width: 100%; } }
        @media (max-width: 992px) {
          #detalle .modal-body .details .carousel-content {
            width: 100%; } }
      #detalle .modal-body .details .content {
        width: 60%;
        padding: 0px 10px; }
        @media (max-width: 992px) {
          #detalle .modal-body .details .content {
            width: 100%; } }
        #detalle .modal-body .details .content .title h2 {
          font-size: 20px;
          font-weight: 800;
          font-family: "Open Sans", sans-serif;
          margin: 0px;
          padding-bottom: 10px;
          text-transform: uppercase;
          color: #000; }
        #detalle .modal-body .details .content ul {
          padding: 0px; }
          #detalle .modal-body .details .content ul li {
            list-style: none;
            font-size: 14px; }
            #detalle .modal-body .details .content ul li b {
              font-weight: bold; }
      #detalle .modal-body .details .buttons {
        margin: 0;
        padding: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        #detalle .modal-body .details .buttons .btn {
          border-radius: 0;
          margin: 0; }
        #detalle .modal-body .details .buttons input {
          width: 45px;
          text-align: center;
          font-weight: bold;
          border: 0;
          background: #fff;
          font-size: 17px; }
        #detalle .modal-body .details .buttons .btn-success {
          background: #9b2076;
          border: 0; }
        #detalle .modal-body .details .buttons .btn-danger {
          background: #5fbc7a;
          border: 0; }
    #detalle .modal-body .relacionados {
      margin-top: 15px; }
      #detalle .modal-body .relacionados .title_main {
        font-size: 20px;
        font-family: "Fredoka One", serif;
        border-bottom: 4px solid #fff; }
      #detalle .modal-body .relacionados .item h3 {
        font-size: 13px;
        line-height: 1.3; }
      #detalle .modal-body .relacionados .item .buttons a {
        font-size: 8px; }
      #detalle .modal-body .relacionados .item .buttons input {
        width: 25px;
        font-size: 13px; }

.col-suc {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.col-suc figure, .col-suc contact-f, .col-suc map-f {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.col-suc figure {
  padding: 15px;
  position: relative; }

.col-suc contact-f {
  margin: 0px; }

.col-suc contact-f ul {
  padding: 0px;
  height: 260px;
  margin: 0px;
  line-height: 1; }

.col-suc contact-f li {
  list-style: none;
  font-size: 13px;
  padding: 8px 10px; }

.col-suc contact-f li h2 {
  color: #000;
  width: 100%;
  padding: 10px;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dotted #fff; }

.col-suc contact-f .dats {
  border-bottom: 1px dotted #ccc; }

.col-suc img {
  height: 260px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.col-suc map-f {
  padding: 15px; }

.suc .title {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #fff; }

@media (max-width: 992px) {
  .col-suc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px; }
  .col-suc figure, .col-suc contact-f, .col-suc map-f {
    height: auto; }
  .col-suc contact-f ul {
    height: auto; } }

@media (max-width: 992px) {
  .wrap {
    overflow: hidden; } }

/* MENU RESPONSIVE */
:root {
  --mm-sidebar-expanded-size: 350px; }

.mm-menu {
  --mm-listitem-size: 50px;
  --mm-navbar-size: 50px;
  --mm-color-background: #cb0a1d;
  --mm-color-text: #fff;
  --mm-offset-right: 0px; }

@media (min-width: 992px) {
  .header2 a {
    display: none; } }

.mm-navbar_tabs span {
  display: inline-block;
  margin-left: 8px; }

@media (max-width: 450px) {
  .mm-navbar_tabs span {
    display: none; } }

/*
fredhy
10-08-2020
*/
.comocomprar p {
  margin: 0px;
  padding: 0px;
}

.comocomprar .titulo_intro {
  padding: 20px 0px;
}

.comocomprar .titulo_intro h4 {
  font-size: 28px;
  font-weight: 600;
}

.comocomprar .titulo_intro p {
  font-size: 20px;
}

.comocomprar .notaalmargen {
  padding: 20px 0px;
}

/*
fredhy
18-08-2020
*/
.details .buttons a {
  padding: 5px;
  font-size: 12px;
  color: #fff;
}
.details .btns-2 {
  padding: 0px;
}

.details a.btn.btn-success.btn-min.minus {
  padding: 10px 14px;
  border: 0px;
  margin-top: -4px;
}
.details a.btn.btn-success.btn-max.plus {
  padding: 10px 14px;
  border: 0px;
  margin-top: -4px;
}
.details .buttons input {
  width: 60px;
  padding: 5px 10px;
  margin-right: 0;
  border-radius: 0px;
  margin-left: -4px;
  margin-right: -4px;
  text-align: center;
  border: 2px solid #9269a5;
}

.main__header .footer .col-md-12 .logo img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100px;
  margin-bottom: -40px;
  z-index: 1;
  position: relative;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg); }

  .rotate {
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
    margin-bottom: 0px !important;
    padding: 15px; }
    @media (max-width: 992px) {
      .rotate {
        margin-bottom: -29px !important;
        padding: 0; } }


.banner-desk{
  display: block;
}
.banner-res{
  display: none;
}
@media (max-width: 992px) {
  
}

.bodyRubro {
  height: 200px;
  margin-bottom: 1rem;
  overflow-Y: scroll;
}

.slick-prev {
  left: 15px;
  z-index: 1;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
.slick-next {
  right: 14px;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #9269a5;
  padding-top: 3px;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.eot');
    src: url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.woff') format('woff'), url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.ttf') format('truetype'), url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.svg#slick') format('svg');
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 31px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 15px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 15px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

.categoryIcons .icons .image img {

  object-fit: contain;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #9b2076;
  border-color: #9b2076;
}
.tachadoP {
  height: 15px;
  font-size:12px;
  text-decoration:line-through;
  font-weight:lighter;
  margin-top: 5px;
  color: #827f7f;
}
.precioP {
  display:flex;
  justify-content:center;
  align-items:center;
}
.precioP span {
  font-size: 10px;
  background: #d32f2f !important;
  padding: 2px 5px;
  margin-left:5px;
  display:block;
  color:#fff;
  border-radius:10px;
  -webkit-border-radius:10px;
}
.page-item.active .page-link {background:#9b2076!important;border-color:#9b2076;}
.page-item .page-link:hover {background:#9b2076;border-color:#9b2076;color:#fff;}
@media (max-width: 992px) {
  .categoryIcons .icons .image img {
    min-height: auto;
    height: auto;
    width: 100%;
  }
  .precioP span {font-size: 5px;}
  .slick-prev, .slick-next {padding-top: 1px;opacity: .6;}
  .slick-prev {left: 0;}
  .slick-next {right: 0;}
  .categoryIcons .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    margin: 0px;
  }
  .categoryIcons .row .col-md-3 {
    width: 100%;
  }
  .categoryIcons .icons {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
  }
  .categoryIcons .icons h3 {
    display: flex;
    height: 107px;
    align-items: center;
    font-size: 11px!important;
  }
  .products .filter_btn .all {font-size: 11px;}
  .products .filter_btn .btn-primary {padding: 0.4rem 0.5rem 0.35rem 0.5rem;}
  .col-md-10 .col-md-3 {width: 50%;padding: 0rem .5rem;}
  .products .item {margin-bottom: 1rem;}
  .item .sku {margin-bottom: 0px;}
  .table-list .precioP {
    flex-direction: column;
    font-size: 13px;
    font-weight: bold;
  }
  .tachadoP {font-size: 9px;}
  .table-list tr td:nth-of-type(3) {
    display: block;
    padding: 0px;
    text-align: center;
  }
  .table-list tr td:nth-of-type(4) {
    font-size: 6px;
    vertical-align: middle;
    padding: 0;
    text-align: center;
  }
  .table-list tr td:nth-of-type(4) a {
    background: #9269a5;
    color: #fff;
    padding: .2rem 0.5rem;
    border-radius: 15px;
  }
  .table-list tr {
    display: grid;
    grid-template-columns: 60px 150px 1fr 1fr;
    align-items: center;
  }
  .table-list tr td {
    border: none;
  }
  .table-list .td-descri a {
    font-size: 9px;
  }
}
