h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a, span, p{
  color: inherit;
}

a:hover{
  color: inherit;
}

svg{
  fill: inherit;
}

.whatsapp {
  width: 50px;
  height: 145px;
  background: white;
  font-size: 18px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 0px;
  writing-mode: vertical-lr;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}

#mobile-menu {
  display: none;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-menu.show {
  position: absolute;
  will-change: transform;
  top: 0px;
  left: -37px;
  transform: translate3d(0px, 30px, 0px);
}

#ico_buscador_1 {
  border-radius: 0;
  border: none;
  background: #fff;
}

#txtSearch {
  border-radius: 0;
  border-right: 1px solid rgba(167, 167, 167, 0.236);
  border-left: none;
  border-top: 1px solid rgba(167, 167, 167, 0.236);
  border-bottom: 1px solid rgba(167, 167, 167, 0.236);
  height: 40px;
  width: 50px;
}

#txtsearch::placeholder {
  color: #383535;
}

.notify {
  position: unset;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 17px;
}

.p-2 {
  padding: 6px !important;
}

.icon2 {
  display: inline-block;
  line-height: 48px !important;
  font-size: 20px;
}

.icon1 {
  display: inline-block;
  height: 48px;
  line-height: 48px !important;
  font-size: 20px;
}

@media (min-width: 991px) {
  section .container {
    width: 94%;
    margin: 0 auto;
    max-width: unset;
  }
}

.navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-nav {
  flex-direction: row;
}

/*menumobile*/
.dropdown-toggle::after {
  display: none;
}

#menu_mobile_flip {
  height: 60px;
}

#mobile-menu {
  background-color: #fff;
}

.menu_mobile li a {
  color: #000;
  padding: 0.8rem 1rem;
}

.slide-menu__decorator {
  float: right;
}

.menu_mobile li a.slide-menu__backlink {
  padding: 0.8rem 1rem;
  background: #000;
  color: #fff;
}

.logo_img img {
  width: auto;
  height: 60px;
}

.logo_img {
  text-align: center;
}

.img_tienda img {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.icon_carrito,
.icon_user {
  display: inline-block;
}

#menu_mobile_flip > .row {
  height: 100%;
  align-items: center;
}

#openNav {
  font-size: 20px;
}

.img_ustr {
  margin-right: 5px;
}

.search1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-20%) translateY(-50%);
  transform: translateX(-0%) translateY(-50%);
  z-index: 999 !important;
  left: 2px;
}

.search1 * {
  outline: none;
  box-sizing: border-box;
}

.search__wrapper {
  position: relative;
}

.search__field {
  width: 50px;
  font-size: 1.35em;
  padding: 0.35em 50px 0.35em 0;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 0;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
  padding: 0;
  margin: 0;
}

.search__field:focus {
  width: 91vw;
}

.search__icon svg {
  height: 18px;
  width: 18px;
}

.icon_user,
.icon_carrito {
  margin-right: 5px;
}

/** CARRITO **/
.box-cart {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #cacaca;
  right: 0;
}

.box-cart {
  width: 260px;
  height: auto;
  top: 70px !important;
}

.box-cart-flex {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.box-cart-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  height: 70px;
  justify-content: center;
  padding: 20px 10px;
}

.box-cart-header-top {
  position: absolute;
  right: 10px;
  top: 20px;
  height: auto;
  background: #ffffff;
  padding: 5px;
  width: 30px;
  height: 30px;
  color: #000000;
  text-align: center;
  border-radius: 50%;
}

.box-cart-header-bot h1 {
  float: left;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.box-cart-body {
  width: 100%;
}

.box-cart-scroll-pro {
  width: 100%;
  height: 215px !important;
  background: #fff;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 0px;
  padding: 10px;
}

.body-row-pro {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  flex-direction: row;
  height: 80px;
  margin-bottom: 10px;
}

.row-img-pro {
  width: 40%;
  height: 100%;
}

.row-img-pro img {
  height: 100%;
}

.row-det-pro {
  width: 45%;
}

.row-det-pro h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
}

.row-det-pro p {
  font-size: 10px;
  text-align: left;
}

.row-cant-pro {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  flex-direction: row;
  justify-content: center;
  width: 10%;
}

.brand-wrap .logo,
.navbar-brand .logo {
  margin-right: 0;
  max-height: 175px;
  display: inline-block;
  padding: 7px 0;
}

.row-cant-pro a {
  font-size: 11px;
}

.row-cant-pro p {
  font-size: 11px;
}

.box-cart-price {
  padding: 12px;
}

.box-cart-price .cart-price-price p {
  float: right;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  font-family: "Roboto Condensed";
}

.box-cart-price .cart-price-title p {
  float: left;
  font-weight: 700;
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 15px;
}

.box-cart-btn {
  margin-bottom: 10px;
  text-align: center;
}

.btn-cart {
  color: #fff;
  background-color: #000;
  border-color: #ccc;
}

.box-cart-header-bot > span {
  display: flex;
  flex-direction: column;
}

.box-cart-header-bot > span h5 {
  margin: 0;
  margin-right: 5px;
}

.box-cart-header-bot > span img {
  margin-right: 5px;
}

.subtitle_cr {
  font-weight: 600;
  background: #000;
  width: 100%;
  font-size: 12px;
  padding: 5px;
  color: #fff;
}

#tmpblosa {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.box-cart-flex {
  height: 100%;
}

.box-cart-body-pro {
  height: 100%;
}

#bolsalenth {
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}

.mostrar {
  display: block;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border: 10px groove #000;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #000;
}

::-webkit-scrollbar-thumb:active {
  background: #000;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
  border: 10px groove #d6d6d6;
  border-radius: 5px;
}

::-webkit-scrollbar-track:hover {
  background: #d6d6d6;
}

::-webkit-scrollbar-track:active {
  background: #d6d6d6;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

#accordion_pay .panel-default > .panel-heading {
  height: 45px;
}

.checkout .step .payment_method label {
  width: 100% !important;
  float: initial !important;
  font-weight: normal !important;
}

.btn_gotopay {
  border-radius: unset;
  color: #ffffff !important;
  background-color: #000 !important;
  border: 0px !important;
  padding: 5px;
  height: 40px;
  font-weight: bold;
  margin: auto;
}

.cant_prd {
  padding: 5px;
  background: #000;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a5bdf6;
  outline: 0;
  box-shadow: none;
}

.info .title {
  font-weight: 700;
  font-size: 13px !important;
  color: black !important;
}

.mostrar {
  display: block;
}

figcaption.info {
  position: unset;
}

figcaption.info .cant_prd {
  position: absolute;
  right: 0;
  top: 0;
}

.box-cart-scroll-pro .itemside {
  padding: 10px;
  margin-bottom: 5px;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.header-main-text {
  color: rgb(0, 0, 0);
}

.under-nav-item a {
  color: black;
  padding: 0;
}

.under-nav-item {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .section-header section[data-secction="1"] {
    display: none;
  }

  .notify {
    background-color: rgb(115, 138, 159);
    color: white;
    border-radius: 50%;
    padding: 5px 6px !important;
  }

  .logo_img img {
    width: 100%;
    height: auto;
  }

  .logo_img a {
    display: inline-block;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .section-header {
    display: none;
  }

  .notify {
    background-color: rgb(115, 138, 159);
    color: white;
    border-radius: 50%;
    padding: 1px 5px !important;
  }

  .logo_img img {
    width: 100%;
    height: auto;
  }

  .logo_img a {
    display: inline-block;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #menu_mobile_flip {
    display: none;
  }
}

@media (min-width: 1200px) {
  .section-header section .container {
    width: 94%;
    max-width: unset;
  }
}

@media (min-width: 1298px) {
  .line-right {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    padding-right: 12px;
  }
}



/* styles */
.section-header section[data-secction]{
  padding-top: 0;
  padding-bottom: 0;
}
.slide-menu{
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.storeName{
  margin-bottom: 0;
}
#mobile-menu .storeName,
#menu_mobile_flip .storeName{
  font-size: 18px;
  text-align: center;
}
.section-header .storeName{
  font-size: 22px;
}

.slide-menu {
  width: 280px;
}

.menu_mobile li a.nav-link{
  position: relative;
}

.menu_mobile li a.nav-link .slide-menu__decorator{
  position: absolute;
  top: 50%;
  right: 0;
  padding: 1rem;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
}

.menu_mobile li a.nav-link .slide-menu__decorator:hover{
  background-color: #f0f0f0;
}

/* submenu */
#dropdown6 .nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  background-color: white;
  border-radius: 0.25rem;
}

#dropdown6 .nav-item:hover > .dropdown-menu {
  display: block;
}

#dropdown6 .dropdown-menu .nav-item {
  position: relative;
}

#dropdown6 .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
}

.desktop-search{
  position: relative;
  width: 52px;
}

.desktop-search .search__field:focus {
  width: 250px;
  padding-left: .5rem;
}

.desktop-search .search__field {
  font-size: 1rem;
}

.navbar-nav li > a {
  font-weight: 600;
}

.btn-outline-dark:hover span {
  color: #fff !important;
}

.widget-header .notify {
  top: -10px;
}