/***
_______                          ____________       _____                               
__  __ \__________  _________    __  ___/__(_)________  /____________ _________ ________
_  / / /_  __ \  / / /_  ___/    _____ \__  /__  ___/  __/  _ \_  __ `__ \  __ `/_  ___/
/ /_/ /_  / / / /_/ /_(__  )     ____/ /_  / _(__  )/ /_ /  __/  / / / / / /_/ /_(__  ) 
\____/ /_/ /_/\__,_/ /____/      /____/ /_/  /____/ \__/ \___//_/ /_/ /_/\__,_/ /____/  
                                                                           
 
Template:      WILLAMS DISTRIBUCIONES 2020;
Design:        ONUS SISTEMAS (Fredhy);
Maqueted:      ONUS SISTEMAS (Fredhy);
Created:       04/06/2020;
Updated:       
Log:           - (00/00/0000): ;
Develop URL:   http://www.onussistemas.com.ar;
Template URL:  http://www.williamsdistribuciones.com;

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;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&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: "Archivo Black", sans-serif;
  color: #000;
  margin: 0px;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 992px) {
  .titleandbreadcrumbs .title h1 {
    font-size: 18px;
  }
}

.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: 3;
  background: #fff;
  -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: #fff;
}

.main__header .top .col-md-12 {
  padding-top: 5px;
  padding-bottom: 5px;
  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 .col-md-12 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.main__header .top .col-md-12 a {
  color: #000;
  font-size: 12px;
  padding-left: 10px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .main__header .top .col-md-12 a {
    color: #fff;
  }
}

.main__header .top .col-md-12 a .material-icons {
  font-size: 16px;
}

.main__header .top .col-md-12 a:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .main__header .top .col-md-12 a span {
    /*display: none;*/
  }
}

.main__header .top .col-md-12 .social img {
  width: 15px;
}

.main__header .top .col-md-12 .social span {
  font-weight: 400;
  color: #000;
  font-size: 12px;
}

.main__header .top .col-md-12 .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 .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: 200px;
}

@media (max-width: 992px) {
  .main__header .footer .col-md-12 .logo img {
    width: 150px;
  }
}

.main__header .footer .col-md-12 .center {
  width: 45%;
}

.main__header .footer .col-md-12 .center .input-group {
  border: 1px solid #272b67;
  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: #272b67;
  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: 30px;
  }
}

.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: #272b67;
  /* 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: 15px;
  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 #272b67;
  -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: #272b67;
}

.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: "Archivo Black", sans-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: #272b67;
}

.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;
}

footer {
  padding: 20px 0px;
  background: #ddd;
}

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: 150px;
}

.carouselBanner {
  margin: 20px 0px;
}

.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: 3px dotted #132a88;
  padding-bottom: 5px;
  color: #272b67;
}

.titleCategory .col-md-12 h2 span {
  font-weight: 800;
  font-family: "Archivo Black", sans-serif;
}

.titleCategory .col-md-12 h2 i {
  color: #f7b62c;
}

@media (max-width: 992px) {
  .titleCategory .col-md-12 h2 {
    font-size: 20px;
  }
}

.recomendado {
  background: #f2f1f1;
  padding: 25px 0px;
}

@media (max-width: 992px) {
  .recomendado {
    padding: 10px 0px;
  }
}

.recomendadoItems {
  margin-bottom: 20px;
  margin-top: 20px;
}

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

.titleCategoryChild {
  margin: 15px 0px;
  text-align: center;
}

.titleCategoryChild h3 {
  font-family: "Archivo Black", sans-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 #132a88;
  box-shadow: 0px 7px 19px -4px #132a88;
  -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 {
  background: #ddd;
  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 {
    width: 174px;
    margin-bottom: 13px;
  }
}

.categoryIcons .icons h3 {
  display: block;
  background: #67b2c0;
  padding: 6px 10px;
  margin: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border-bottom: 8px solid #272b67;
}

.categoryIcons .icons .image {
  overflow: hidden;
}

.categoryIcons .icons:hover {
  -webkit-box-shadow: 0px 7px 19px -4px #132a88;
  box-shadow: 0px 7px 19px -4px #132a88;
  -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 .offerIcon img {
  width: 55px;
  margin-right: 5px;
  margin-left: 5px;
}

@media (max-width: 992px) {
  .offerHome .offerIcon img {
    width: 25px;
  }
}

.offerHome .titleCategory {
  background: #f7b62c;
  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: #272b67;
  font-size: 40px;
}

@media (max-width: 992px) {
  .offerHome .titleCategory h2 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .offerHome .recomendadoItems .col-md-3 {
    width: 50%;
  }
}

.item {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  -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: #000;
  font-weight: 400;
  overflow: hidden;
  /*height: 29px;*/
  height: 35px;
  margin-top: 5px;
}

@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 {
  display: none;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.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 #132a88;
  -moz-box-shadow: 0px 7px 19px -4px #132a88;
  box-shadow: 0px 7px 19px -4px #132a88;
  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: #272b67;
  padding: 5px 5px;
}

.item .buttons .add a {
  color: #fff;
}

@media (max-width: 992px) {
  .item .buttons .add a {
    font-size: 13px;
  }
}

.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: #272b67;
  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;
}

/* ----------------------------------------------
 * 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);
  }
}

.products {
  padding-top: 0.5em;
  padding-bottom: 0em;
  
}

.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: #272b67;
  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 {
  border: 1px solid #272b67;
  border-radius: 0;
}

.products .filter_2 .card .card-header {
  background-color: #272b67;
  border-bottom: 1px solid #272b67;
}

.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: #ea5513;
  border-color: #ea5513;
  padding: 0.1rem 0.8rem 0.3rem 0.8rem;
}

.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;
}

.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: #272b67;*/
  border-radius: 0px;
  height: 30px;
  /*width: 80px;*/
  width: 10vw;
}

.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: transparent;
  border: 0;
  /*color: #fff;*/
  color: #ff7e00;
}

.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: 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: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.4;
}

.details .carousel-indicators li.active {
  background: #2e26d3;
  border-radius: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.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;
}

.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 .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: #f1790d;
  border: 0;
}

.loginandregister input {
  outline: 0;
  border: 0px solid #272b67;
  -webkit-box-shadow: 0 0 0 0.2rem #272b67;
  box-shadow: 0 0 0 0.2rem #272b67;
  -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: "Archivo Black", sans-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 #272b67;
  -webkit-box-shadow: 0 0 0 0.2rem #272b67;
  box-shadow: 0 0 0 0.2rem #272b67;
  -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: #272b67;
  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: "Archivo Black", sans-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: #272b67;
  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: "Archivo Black", sans-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 22-06-2020
*/
.dropdown-menu .mega-menu-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

/*
fredhy 23-06-2020
*/
.main__header {
  background-image: linear-gradient(to top, #ff8100, #ff8000, #ff8000, #ff7f00, #ff7e00);
}

.main__header .logo img {
  padding: 7px 13px;
  width: 180px;
}

.main__header .footer .col-md-12 .right a {
  color: #fff;
  background: #ff962f;
  padding: 10px 10px;
  margin-left: 14px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .main__header .footer .col-md-12 .right a {
    background: none;
    margin: 0px;
  }
}

.carouselBanner {
  margin: 0px;
  background: #ffb700;
}

.item .sku {
  margin-bottom: 4px;
  font-weight: bold;
  color:#000;
}

.item p {
  display: block;
  margin-bottom: 4px;
  color: #272b67;
  font-size: 30px;
  font-weight: 600;
}

.item .buttons .count a {
  background: #fa7f08;
}

.item .buttons .count a:hover {
  background: #ff8100;
}

.main__header .footer .classic-menu .mega-menu .nav-header {
  margin-bottom: 0px;
}

.main__header .footer .classic-menu .mega-menu {
  -webkit-transform: translate3d(-240px, 0px, 0px) !important;
  transform: translate3d(-240px, 0px, 0px) !important;
}

.main__header .footer .classic-menu .mega-menu li.mega-menu-column {
  width: 210px;
}

.main__header .footer .col-md-12 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.categoryIcons .icons img {
  height: 250px;
  object-fit: contain;
}

.filter_2 .card-body {
  padding: 0.45rem 1.25rem;
}

.iconCart {
  position: relative;
}

.badgeCant {
  position: absolute;
  right: -5px;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #272b67;
  border-radius: 50px;

  width: 16px;
  height: 16px;
}

.badgeCant i {
  font-size: 10px;
}

/*
fredhy 24-06-2020
*/
.item .offer {
  position: absolute;
  /*top: -91px;*/
  top: -70px;
}

.item .offer img {
  /*width: 153px;*/
  width: 100px;
}

.item .buttons .add {
  background: #ff7e00;
  padding: 5px 5px;
}

.main__header .footer .classic-menu .mega-menu a {
  padding: 0px;
  border-bottom: 4px solid transparent;
}

.main__header .footer .classic-menu .mega-menu a:hover {
  /*border-bottom: 4px solid #ff7e00;*/
  color:#ff7e00;
}

.main__header .footer .classic-menu .mega-menu .active {
  /*border-bottom: 4px solid #ff7e00;*/
  color:#ff7e00;
}

.products .filter_2 .rubro li a {
  border-bottom: 4px solid transparent;
}

.products .filter_2 .rubro li a:hover {
  color: #ff7e00;
  border-bottom: 4px solid #ff7e00;
  text-decoration: none;
}

.products .filter_2 .rubro li .active {
  color: #ff7e00;
  border-bottom: 4px solid #ff7e00;
  text-decoration: none;
}

#detalle .modal-body .details .buttons .btn-success {
  background: #ff7e00;
}

#detalle .modal-body .details .buttons .btn-success:hover {
  background: #ff7e00;
}

/*
fredhy 25-06-2020
*/
.carousel .zoom {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
}

.carousel .zoom span {
  opacity: 0.9;
  color: #000;
  z-index: 2;
  font-size: 25px;
  padding: 10px;
  border-radius: 50px;
  transition: 0.3s;
  text-shadow: 0px 3px 2px rgba(150, 150, 150, 1);
}

.carousel .zoom span:hover {
  opacity: 1;
  transition: 0.3s;
}

.carousel .carousel-item .zoom {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}

.carousel .carousel-item .zoom span {
  opacity: 0;
  color: #fff;
  font-size: 30px;
  padding: 10px;
  background: #ff7e00;
}

.details #myCarousel .carousel-control-next,
.details #myCarousel .carousel-control-prev {
  z-index: 3;
}

.details #myCarousel .carousel-control-next .text-danger,
.details #myCarousel .carousel-control-prev .text-danger {
  color: #ff7e00 !important;
}

#carouselModal .carousel-control-prev,
#carouselModal .carousel-control-next {
  opacity: 1;
}

#carouselModal .carousel-control-prev span,
#carouselModal .carousel-control-next span {
  background: #fff;
  /*#ea5513;*/
  padding: 10px 15px;
  opacity: 1;
  border: 3px solid #000;
  color: #000;
}

#carouselModal .carousel-control-prev,
#carouselModal .carousel-control-next {
  z-index: 3;
}

/*
fredhy 29-06-2020
*/
@media (max-width: 992px) {
  .main__header .footer .col-md-12 .right a span {
    font-size: 21px;
  }

  .categoryIcons .icons h3 {
    font-size: 9px;
  }

  .categoryIcons .icons .image {
    height: 157px;
  }

  .item .offer {
    top: -68px;
  }

  .item .offer img {
    width: 96px;
  }

  .item h3 {
    height: 27px;
    font-size: 10px;
  }

  .item p {
    font-size: 20px;
    margin-bottom: 0px;
  }

  #detalle .modal-header h5 {
    font-size: 11px;
  }

  #detalle .modal-header .close {
    color: #fff;
  }

  #detalle .price h2 {
    font-weight: bold !important;
    color: #272b67;
  }

  #detalle .modal-body .details .buttons {
    display: block;
  }

  #detalle .modal-body .details .buttons .btn-add {
    width: 100%;
    margin-left: 0px !important;
    margin-top: 5px;
  }

  .products .filter_btn {
    display: inline-flex;
  }

  .products .filter_btn .dropdown span {
    display: none;
  }

  .products .col-md-3 {
    width: 50%;
  }

  .item .buttons .add a {
    font-size: 10px;
  }

  .titleCategory .col-md-12 h2 {
    font-size: 16px;
  }

  .offerHome .titleCategory h2 {
    font-size: 14px;
  }
}

/*
fredhy 03-07-2020
*/
@media (max-width: 992px) {
  .filter_2 {
    width: 100% !important;
  }
}

.card-header {
  padding: 0px;
}

.card-body ul {
  padding-left: 0px !important;
}

#collapse_aside1 .card-body {
  padding: 0px;
}

.products .filter_2 .rubro li a {
  font-size: 13px;
}

.card-header h6 {
  padding: 0.45rem .6rem;
}

.card-body .input-group {
  padding: 0.45rem .6rem;
}

.card-body .input-group input {
  font-size: 13px;
}

.filter_2 .card-body {
  padding: 0.45rem .6rem;
}

.btn-quitar-filtro {
  padding: 0.25rem 0.8rem 0.3rem 0.8rem !important;
  font-size: 13px !important;
}

.bodyRubro {
  height: 181px;
  overflow-y: scroll;
}

.page-item.active .page-link {
  border-color: #272b67;
  background-color: #272b67;
}

.products .item {position: relative;}
.item .offer { top: -71px; left: -23px;z-index: 1;}
.item .offer2 { top: -70px; left: -7px;z-index: 1;}
@media (max-width: 992px) {
   .item .offer img { width: 52px;} 
   .item .offer { top: -60px; left: -13px;}
   .item .offer2 { top: -59px; left: 3px;}
}

.gs{
  filter: grayscale(100);
}
@media (max-width: 992px) {
  .categoryIcons .icons img {
    height: auto;
  }
}


/*
Boton WSP
*/

.screensaver {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	position: fixed;
	/*top:242px;*/
  bottom: 5vh;
	right: -97px;
	background: #2e8c7d;
	z-index: 1000;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.screensaver i {
	font-size: 35px;
	vertical-align: middle;
	position: relative;
	color: #fff;
	padding: 10px;
}

.all-demo i {
	font-size: 15px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	color: #fff
}

.screensaver:hover,
.all-demo:hover {
	transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	right: 0px;
	background: #4267b2
}

.screensaver span,
.all-demo span {
	padding: 0 9px;
	position: relative;
	opacity: 0;
	top: 2px;
	font-size: 15px;
}

.screensaver:hover span,
.all-demo:hover span {
	opacity: 1;
	color: #fff
}

.screensaver:hover i,
.all-demo:hover i {
	color: #fff
}

.screensaver a,
.all-demo a {
	color: #232323;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 10px;
	display: block;
	text-decoration: none;
	font-weight: 500
}

.chat_wsp {
	font-family: "Arial";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: fixed;
	background: url("bgwsp.png");
	/*top: 121px;*/
  bottom: 15vh;
	right: 110px;
	width: 350px;
	overflow: hidden;
	/*display: none;*/
	opacity: 0;
	height: 239px;
	-webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.36);
	box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.36);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	z-index: 1;
	border-radius: 10px;
}

@media (max-width: 991px) {
	.chat_wsp {
		/*top: 223px;*/
    bottom:10vh;
	}
}

.chat_wsp input {
	border-radius: 19px;
	border: none;
	padding: 5px 15px;
}

.chat_wsp input[type="text"] {
	width: 100%;
}

@media (max-width: 991px) {
	.chat_wsp input[type="text"] {
		width: 1550px;
	}
}

.open {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	z-index: 99;
}

.chat_wsp input:focus {
	outline: none;
}

.chat_wsp .servicios {
	padding-bottom: 10px;
}

.chat_wsp .servicios select {
	border-radius: 25px;
	padding: 5px 0px 5px 10px;
}

.chat_wsp .servicios select:focus {
	outline: none;
}

.chat_wsp .chat_header {
	width: 100%;
	background: #2e8c7d;
	padding: 11px 0px;
}

.chat_wsp .chat_header h4 {
	font-size: 13px;
	font-family: "Arial";
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-top: 11px;
	margin-bottom: 11px;
}

.chat_wsp .mensaje {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	width: 100%;
}

.chat_wsp .mensaje .msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 10px 30px;
	width: 90%;
	position: relative;
	margin: 0;
}

.chat_wsp .mensaje .msg .triangle {
	position: absolute;
	left: 64px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent #fff transparent transparent;
}

.chat_wsp .mensaje .msg p {
	padding: 0;
	display: block;
	padding: 5px 10px;
	background: #fff;
	border: 0px solid red;
	font-size: 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
}

.chat_wsp .mensaje2 .msg {
	display: block;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 10px 30px;
	width: 90%;
	position: relative;
	margin: 0;
}

.chat_wsp .mensaje2 .msg .triangle {
	position: absolute;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent #fff transparent transparent;
}

.chat_wsp .mensaje2 .msg p {
	padding: 0;
	display: block;
	padding: 5px 10px;
	background: #fff;
	border: 0px solid red;
	font-size: 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
}

.chat_wsp .mensaje2 .msg p select {
	border: none;
	color: #18243a;
	font-weight: bold;
}

.chat_wsp .formulario .boton_send {
	border-radius: 30px;
	background: #007f38;
	padding: 5px 11px 4px 11px;
	margin-left: -47px !important;
}

.chat_wsp .formulario .boton_send img {
	width: 15px !important;
	padding: 0px;
	margin-top: -4px;
	margin-right: -3px;
}

.new_boton_wsp {
	position: fixed;
	top: 222px;
	right: -49px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 197px;
	height: 56px;
	border-radius: 25px;
	text-align: center;
	margin: 25px auto 0;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	z-index: 998;
	overflow: hidden;
	background: #25d366;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 14px;
	color: #fff !important;
}

@media (max-width: 991px) {
	.new_boton_wsp {
		right: -154px;
		top: 15px;
	}
}

.new_boton_wsp i {
	font-size: 2.5rem !important;
	line-height: 55px;
	-webkit-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	padding-right: 10px;
}

@media (max-width: 992px) {
	.chat_wsp {
		/*bottom: 15px;*/
    bottom: 15vh;
		left: 5%;
		right: 5%;
		width: 90%;
		height: 240px;
	}
	.chat_wsp .formulario input {
		margin: 0px;
	}
	.chat_wsp .formulario .boton_send {
		border-radius: 30px;
		background: #007f38;
		padding: 7px 3px 5px 4px;
		width: 100%;
		margin-top: -1px;
		margin-left: -30px !important;
	}
	.chat_wsp .servicios {
		padding: 8px 18px;
	}
	.chat_wsp .formulario {
		padding: 0px 18px;
	}
	.chat_wsp .mensaje .msg .triangle {
		left: 77px;
	}
}

.chat_wsp .formulario {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 11px;
}

.chat_wsp p{
  font-family: "Montserrat", sans-serif;
}

.products .filter_2 .rubro li a .active {
  color: #ff7e00;
  border-bottom: 4px solid #ff7e00;
  text-decoration: none;
}

.bodyMarca {
  height: 181px;
  overflow-y: scroll;
}
/* Esconde flechas input numbre */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main__header .footer .classic-menu ul li  a.btnProductos:hover {
  color: #272b67;
}
.bgOrange{
  background-image: linear-gradient(to top, #ff8100, #ff8000, #ff8000, #ff7f00, #ff7e00);
}

.itemsBrand img {
  height: 160px!important;
  margin: 0px 0px!important;
  object-fit: contain;
}
#brandsElements .itemsBrand {
  display: grid!important;
  grid-gap: 0rem;
  padding: 0px;
}

.boton_agregar {
  background: #ff7e00;
  padding: 5px 5px;
  
}

.boton_agregar a{
  color: white;
}

.table-list-btn{
  width: 10vw;
}
/*
29-04-2021
*/
#brandItems a span {
  color: #ff7f00;
  font-size: 40px;
}
#brandItems .arousel-control-prev {
  left: -39px;
}
#brandItems .arousel-control-next {
  right: -39px;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

a.item-desplegable {
  background: #fff !important;
  color: #000 !important;
  margin-left: 0px !important;
} 

.btn-volver{
  border-color: #ff8000;
  background-color: #ff8000;
  color: #fff;
}

.detalle-prod{
  color: #333;
  font-size: 13px;
}