/*
Colores
Rojo: #ed0418;
*/

.header-middle {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}

.header-middle .logo img {
  max-width: 100px;
}

.topbar {
    background: #ed0418;
    padding: 2px 0 !important;
}

.topbar-left.homepage-v1 a, .topbar-right.homepage-v1 a, a.menu-home-3 {
    color: #ffffff;
}

a.menu-home-3.home-1-font {
    color: #fff;
    text-transform: none !important;
    padding: 10px 16px;
    height: 100%;
    margin-left: 0;
}

span.fa.fa-chevron-down {
    color: #fff;
}

a.menu-home-3.home-1-font:hover span.fa.fa-chevron-down {
    color: #ddd;
}

.date i.fa.fa-calendar, .date i.fa.fa-bookmark, .date i.fa.fa-whatsapp, .date i.fa.fa-phone {
    font-size: 20px;
    background: #13c913;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 10px;
    margin-top: -10px;
    transform: translateY(3px);
}

.date4 .date i.fa.fa-phone {
    background: #ed0418;
}

.date3 button.fa.fa-shopping-cart.dropdown-toggle {
    font-size: 20px;
    background: #ee9d0f;
    transform: translateY(4px);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    margin-top: -10px;
    border: none;
}

.header-center-1 {
    padding: 10px 0;
    background-color: #ffffff;
}

.date.mycart {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.search3.search-home-1 {
    background: #f4f4f4;
    width: 500px;
    margin-right: 20px;
    z-index: 1;
    position: relative;
    margin-left: 10px;
    padding: 7px 15px;
}

.search3.search-home-1 input {
    width: 100%;
}

.topbar i {
    color: #ffffff;
}

.topbar a:hover i {
    color: #ee9d0f;
}

.navbar-nav.js-menubar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.para-a.a3 a, .para-a.a4 h4, .para-a.a4 p {
    color: #333333;
}


.categories-home {
  margin-bottom: 50px;
}

.products-categories {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.products-categories .product {
  padding: 0 10px;
}

.products-categories .product img.img-responsive {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding: 0 15px;
}

.category-home {
    padding: 0;
    margin-bottom: 40px;
}

.category-home h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
    margin-top: 0;
    color: #ee9d0f;
}

.category-home a {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: poppins;
    color: #333333;
}

.category-home h2 {
  margin: 0;
  color: #333333;
}

.ver-todos {
  text-align: right;
}

.category-home .ver-todos a {
    color: #ee9d0f;
    font-size: 24px;
    line-height: 1;
    text-transform: none;
    border-bottom: 1px solid #ee9d0f;
}

.category-home .ver-todos:hover i {
  margin-left: 8px;
}

.products-categories .product .buttons {
  display: none;
  transition-property: display;
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-delay: 1s;
}

.products-categories .product:hover .buttons {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    background: rgba(221,42,42, 0.2);
    padding: 10px;
    width: 100%;
    text-align: center;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    left: 0;
    padding-bottom: 10px;
}

.plus-zoom:hover:before, .plus-zoom:hover:after {
    background-color: rgba(221,42,42, 0.41);
}

.plus-zoom:hover:before {
    right: 51%;
}

.products-categories .product .buttons button {
    width: 30px;
    height: 30px;
    background-color: #ee9d0f;
    font-size: 15px;
    padding: 3px;
    border-radius: 50%;
    border: 0;
    margin-right: 10px;
    color: #ffffff;
    margin: 0 5px;
}

.products-categories .product .buttons button:hover {
  background-color: #ed0418;
}

.text-category p {
    color: inherit;
    margin-top: 5px;
    font-weight: 400;
    margin-bottom: 0;
}

.text-category h5 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}

.category-home a:hover .text-category {
    color: #333333;
}

a.menu-home-3.home-1-font:hover {
    background: transparent;
    border-radius: 0;
    color:#ddd;
}

.about-v2 {
    text-align: center;
    background-image: url(/images/bg-nosotros-conf.jpg);
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.cta {
    background-size: cover;
    text-align: center;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
    justify-content: space-between;
}

.cta h2 {
    font-weight: 400;
    color: #ffffff;
    font-size: 35px;
}

.cta h2 span {
    font-weight: 600;
}
.cta p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.cta a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
}

.cta a:hover {
  padding-left: 5px;
  padding-right: 5px;
}

h3.related-title.text-center {
  margin-right: 0;
}

.product-item.pro-v1.home1:hover .review-hp1, .contact-form .pro-v1.home1.contact-item:hover .review-hp1 {
    margin-top: 0px !important;
}
.product-item.pro-v1.home1:hover li.review, .contact-form .pro-v1.home1.contact-item:hover li.review {
    display: block;
}

.star-icons a.view {
    margin-left: 0;
}

.product-img {
    margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.input-right {
  margin-left: -15px;
}

.information {
    width: 100%;
}

.logo-para img {
    margin-bottom: 10px;
    max-width: 100px;
    margin-top: 30px;
}

footer i.fa-home {
    padding-right: 15px;
}

.information ul li a {
    line-height: 1.2;
}

.information ul li {
  margin-bottom: 5px;
}

.side-buttons {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 100;
}

.button-side-ul li {
    border-radius: 50%;
    padding: 7px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
}

ul.button-side-ul {
      display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.button-side-ul li a {
  color: #ffffff;
}

.button-side-1 {
  background-color: #13c913;
  font-size: 24px;
}

.button-side-2 {
  background-color: #ed0418;
}

.fixed-promotions {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 100;
  background-color: #dd2a2a;
  border-radius: 10px 10px 0 0;
  padding: 10px 5px;
}

.fixed-promotions a {
  color: #ffffff;
  padding: 10px 15px;
  line-height: 1.2;
}

.button-side-2 h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
    margin-bottom: 0;
}

.quickview-wrapper .quick-modal {
    width: 60%;
}

.popup .popup-news {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
}

.popup .popup-news h2{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.images-option {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

img.logo-ciudad {
    padding: 15px;
    border-radius: 50%;
    background: #fff;
    width: 120px;
    height: 120px;
    object-fit: contain;
    transition: padding .2s;
}

.images-option figure:hover img.logo-ciudad {
  padding: 5px;
}

.images-option h5 {
    color: white;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    width: fit-content;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.images-option figure {
    margin: 20px 25px 20px;
    flex-basis: 21%;
}

.quickview-wrapper .quick-modal #quickview-content .quickview-close {
    background: #dd2a2a;
    position: relative;
    display: contents;
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 0;
}

.sign-up {
    background: #ed0418;
}

.sign-up .miukid-hp3 p, .sign-up .miukid-hp3 h4 {
  color: #ffffff;
  margin-bottom: 0;
}

.form-home3 {
    width: 59%;
    margin-top: 5px;
}

.form-home3 .button_mini {
    background: #ffa21f;
    color: #fff;
}

.miukid-hp3 {
    float: left;
    margin-right: 0 !important;
    padding-left: 0 !important;
    width: 40%;
}

.miukid-hp3 span {
    margin-left: 0;
}

.sign-hp3 input {
    width: 100%;
    margin-right: 10px;
}

.shows-shoppage-6 {
    margin-left: auto;
    float: right;
}

.quickview-wrapper.open {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 0;
}

body {
    padding-top: 200px;
    color: #333333;
}

.para-a.a3 h4 {
    color: #333333;
}

header#header {
    height: 193px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.menu-level-1 {
    top: 0;
}

.check-out2 a {
    background: #ed0418;
}

.product-actions .form-control {
    height: 25px;
    padding: 1px 2px;
    font-size: 13px;
    line-height: 1;
    margin: 0;
}

.btn {
    border: 1px solid transparent;
    padding: 4px 12px 6px;
    font-size: 13px;
    line-height: 1;
    border-radius: 12px;
}

.sale-para2.shop-1.pro-v1 .btn i {
    margin-bottom: 0;
    margin-top: 0;
}

.featured-homepage1 {
    margin-bottom: 0;
}

.date p {
    display: block;
    margin-bottom: 0;
}

.check-out2 .total {
    display: flex;
    justify-content: space-between;
}

.menu-level-1 .subcategorias {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px;
  min-height: 61px;
}

.subcategorias:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.subcategorias img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}

.subcategorias h4 {
    color: #ee9d0f;
    text-transform: uppercase;
    font-weight: 600;
    width: 20%;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0;
}

h4 {
    color: #333333;
}

.fted-left a {
    color: #333333;
}

.dropdown-menu.menu-level-1 .subcategorias a {
    font-family: poppins;
    color: #333333;
    font-size: 13px;
}

.dropdown-menu.menu-level-1 .subcategorias a i {
    font-size: 11px;
    vertical-align: middle;
}

.level1.hassub .menu-level-1.style3 {
    padding: 20px 30px;
    max-height: 400px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0px 3px 10px -3px #ee9d0f;
    width: 100%;
    left: 0;
}

.level1.hassub.dropdown.style-menu-home-1:hover a.menu-home-3.home-1-font {
  color: #ffffff;
}

.menu-level-1.style5.menu-actions {
  padding: 20px;
  text-align: center;
}

.menu-level-1.style5.menu-actions::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    left: 45%;
    top: -8px;
}

.level1.hassub.dropdown.style-menu-home-1:hover a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    position: absolute;
    left: 44%;
    top: 32px;
}

.level1.hassub.dropdown.style-menu-home-1:hover .subcategorias a::after {
    display: none;
}

.pro-v1 .menu-actions p {
    color: #000;
    font-size: 13px;
    margin-bottom: 0 !important;
}

.btn-orange {
    background: #ee9d0f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    border: 0;
}

.btn-primary {
    color: #fff;
    background-color: #ed0418;
    border-color: transparent;
}

.btn-secondary {
    color: #fff;
    background: #888;
}

.btn-orange:hover, .btn-secondary:hover {
  background-color: #ed0418;
  color: #ffffff;
}

.menu-level-1.menu-actions .level1 > .level2 > a.simple-link {
  color: #333333;
  font-size: 13px;
  margin-bottom: 0;
}

.dropdown-menu.menu-level-1.menu-actions a:hover {
    color: #ffffff !important;
}

.dropdown-menu.menu-level-1.menu-actions a.simple-link:hover {
    color: #ee9d0f !important;
}

.dropdown-menu.menu-level-1 a:hover {
    color: #ee9d0f !important;
}

.category-home a:hover {
    color: #ee9d0f;
}

.title-pro-v1 {
    padding-right: 0;
}

.title-pro-v1 a.view:hover {
    color: #ee9d0f;
}

.before.shop1.v2.pro-v1.hp1 {
    top: 17%;
}

.review-hp1 p {
    text-align: right;
    padding-right: 15px;
    width: 100%;
}

a.view {
    font-weight: 600;
}

a.view:hover i.fa.fa-angle-right {
    background: #ee9d0f;
    transition: all .3s;
}

.product-item.pro-v1.home1:hover .btn.btn-primary {
  padding: 4px 15px 6px;
}

.product-button-group.hp1 {
    bottom: 0px;
    left: 50%;
    width: 100%;
    text-align: center;
}

.product-button-group.hp1 a {
    color: #ffffff;
    background: #ee9d0f;
}

.product-button-group.hp1 a.zoa-btn.zoa-quickview:hover, .product-button-group.hp1 a.zoa-btn.zoa-wishlist:hover, .product-button-group.hp1 a.zoa-btn.zoa-addcart:hover {
    background: #333333;
}

.menu-level-1.style5 {
    left: -50px !important;
}

.product-item.pro-v1.home1 {
    margin-bottom: 30px;
    padding: 0 35px;
    min-height: 315px;
}

.sale-img.shop1.shop2 .before.shop1.v2::before {
  display: none;
}

.level1.hassub {
    height: 100%;
}

li.style-menu-home-1 {
    height: 100%;
}

.widget-filter.filter-cate.no-pd-top.shop5, .sortby.shop5 {
    border-bottom: 0;
}

.side-categories-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 22px 30px;
  text-transform: uppercase !important;
}

.side-categories .fa {  
  color: #ee9d0f;
  font-size: 10px;
  vertical-align: middle;
}

.side-categories [data-toggle="collapse"] .fa:before {  
  content: "\f068";
}

.side-categories [data-toggle="collapse"].collapsed .fa:before {
  content: "\f067";
}

.side-categories a:hover, .widget-filter.filter-cate.no-pd-top.shop5 a:hover {
  color: #333333;
}
.widget-filter.filter-cate.no-pd-top.shop5 a {
    color: inherit;
}

.modal.in.modal-diglosa .modal-dialog {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    width: 100%;
    height: 100vh;
}

.modal-content {
    overflow: auto;
    width: 40%;
}

.form-customer .form-group select {
    height: 40px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.form-group.name.contact {
    margin-right: 0;
    padding: 0 20px;
}

/* Carrito */

.product-cart {
  display: flex;
  align-items: center;
}

.product-cart img {
  max-width: 80px;
  max-height: 80px;
  margin-right: 5px;
}

.product-cart h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333333;
    font-family: Poppins;
}

.product-cart p.code {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #767676 !important;
    font-family: Poppins;
}

.buttons-table button {
  background-color: transparent;
  font-size: 12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  border: 1px solid #767676;
  color: #767676;
}

.buttons-table button:hover {
  border: 1px solid #ee9d0f;
  color: #ee9d0f;
}

.table table {
  width: 100%;
}

.table-cart tbody tr {
    border-bottom: 1px solid #f4f4f4;
}

.table-cart tbody tr:last-child {
    border-bottom: 2px solid #f4f4f4;
}

.table-cart tbody td, .table-cart thead th {
  padding: 5px 10px 5px 0;
  font-weight: 15px;
}

.table-cart .btn.btn-default {
    background: #f4f4f4;
    padding: 10px 5px;
    font-size: 11px;
}

.quantity-detail {
  max-width: 110px;
}

.quantity-detail i {
  color: #767676;
}

.quantity-detail .btn {
  border-radius: 5px;
}

.cart-totals {
  list-style-type: none;
  padding-left: 0;
}

.cart-totals li {
  padding: 10px 20px;
  border-bottom: 1px solid #f4f4f4;
}

.cart-totals li h5 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: Poppins;
}

.cart-totals li h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: Poppins;
}

.cart {
  margin-bottom: 100px;
}

.instructions {
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 20px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
}

.table-cart .form-control {
  max-width: 100px;
}

.quantity-detail input.form-control {
  max-width: 69px;
}

.table-cart .text-center .form-control, .table-cart .text-center .input-group {
    margin-right: auto;
    margin-left: auto;
}

.add-product {
  color: #333;
}

.add-product .form-control[disabled] {
    background-color: #fff;
    opacity: .5;
}

.add-product .quantity-detail i {
    color: #c3c2c2;
}

.add-product .btn-default:hover {
    color: #c3c2c2;
    background-color: #f4f4f4;
    border: 0;
}

.add-product .btn:hover {
    color: inherit;
}

.product-cart h5 {
    font-size: 16px;
    font-weight: 600;
}

.element.element-leaguage {
    color: #ffffff;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.sign-in p {
    padding-left: 15px;
}

.orange-bold {
  color: #ee9d0f;
  font-weight: 600;
}

.we-found strong {
  color: #333333;
}

.shows > li > a {
    color: #333333;
}

.sale-para2.shop-1.pro-v1.hp2-para.home1 a {
    color: #333333;
    font-family: Poppins;
    font-weight: 600;
    height: 40px;
    display: block;
    overflow-y: hidden;
    text-align: center;
}

.product-item .product-img {
    min-height: 128px;
}

.review-hp1 p {
    color: #333333 !important;
}

.date.mycart:hover button.fa.fa-shopping-cart.dropdown-toggle {
    background: #dd2a2a;
}

.form-log .input-group {
    margin: 10px 20px;
}

.form-log .input-group-addon {
    padding: 6px 12px 6px 0;
    font-size: 20px;
    color: #333;
    background-color: transparent;
    border: 0;
    min-width: 50px;
}

i.fa.fa-envelope-o {
    padding-right: 0;
}

.sale-para2.shop-1.shop-5.shop-6.shop-7 a {
    font-size: 23px;
    font-family: Poppins;
    color: #333333;
}

a.sales-36-products {
    color: #333;
}

.product-bottom-group.shop7 a {
    color: #ed0418;
}

.product-bottom-group.shop7.s8 a:hover {
    background: #ed0418;
}

.sale-para2.shop-1.shop-5.shop-6.shop-7 span {
    left: 0;
}

.para-cart a {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    font-family: Poppins;
    margin-bottom: 5px;
}

.check-out2 span {
    color: #333333;
}

.check a:hover {
    box-shadow: none;
    background-color: #ee9d0f;
}

.product-info.s8.pro-v1 {
    margin-top: 20px;
}

.block-link {
  font-size: 13px;
  display: block;
  color: #767676;
}

.block-link:hover {
  color: #333333;
}

.mr-20 {
    margin-right: 20px !important;
}

.badge-info {
  background-color: #5bc0de !important;
}
.badge-success {
  background-color: #5cb85c !important;
}
.badge-warning {
  background-color: #f0ad4e !important;
}
.badge-danger {
  background-color: #d9534f !important;
}

.buttons-table a.simple-link {
  color: #333333;
  border-bottom: 1px solid #666;
}

.buttons-table a.simple-link:hover {
  color: #ee9d0f;
  border-bottom: 1px solid #ee9d0f;
}

.buttons-table a.simple-link i {
  font-size: 12px;
}

.para-a.a4.home3, p {
    color: #333333;
}

.profile-info {
    border-bottom: 2px solid #f4f4f4;
}

.profile-info h5 {
  font-weight: 500;
}

.profile-info p {
    margin-top: 10px;
}

.profile-info i {
  min-width: 30px;
    text-align: center;
}

.form-customer .form-group .checkbox input {
    height: auto;
    margin-bottom: 0;
}

.form-customer .form-group .checkbox label {
    margin-bottom: 0;
}

.form-customer .checkbox {
    margin: 20px 0 20px 33px;
}

.table-cart .pagination > .active > a {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
}

.table-cart .pagination > li > a, .table-cart .pagination > li > span {
    padding: 5px 8px;
}

div.dataTables_paginate, div.dataTables_wrapper div.dataTables_info {
    margin-top: 10px;
}

table.dataTable thead .sorting_asc:after {
  font-size: 10px;
  bottom: 15px;
  color: #999999;
}

div.dataTables_length, .dataTables_filter {
    margin-bottom: 20px;
}

footer i.fa.fa-envelope-o {
    padding-right: 15px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.sucursales .information {
    margin-top: 0;
}

.sucursales .nav-tabs > li.active > a, .sucursales .nav-tabs > li.active > a:hover, .sucursales .nav-tabs > li.active > a:focus {
    border: 0;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
}

.sucursales .nav-tabs > li > a:hover {
    border-color: transparent;
}

.sucursales .nav > li {
    width: 100%;
}

.sucursales .nav > li > a {
    padding: 0 15px 5px;
}

.sucursales .nav-tabs {
    border-bottom: 0;
    columns: 2;
}

.cta a.cta-video{
  border-bottom: 0;
}

.cta-video img {
  width: 80px;
}

.element.element-currency span {
    font-weight: 600;
    color: #fff;
}

.element-currency a {
    color: #fff;
}

.element-currenc span.fa.fa-chevron-down {
    color: #ffffff;
}

.element.element-currency {
    border-right: none;
}

/* SCROLLBAR =========================== */

/* width */
.menu-level-1.dropdown-menu.style3::-webkit-scrollbar {
  width: 15px;
}

/* Track */
.menu-level-1.dropdown-menu.style3::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.menu-level-1.dropdown-menu.style3::-webkit-scrollbar-thumb {
  background: #e6e6e6; 
}

/* Handle on hover */
.menu-level-1.dropdown-menu.style3::-webkit-scrollbar-thumb:hover {
  background: #999; 
}

.shows li.active a {
    color: #ee9d0f;
    font-weight: 600;
    background-color: transparent;
}

.breadcrumb {
    border-radius: 0;
    padding-left: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.breadcrumb > li a {
    color: #888;
}

.breadcrumb > li i {
    color: #888;
    font-size: 14px;
    padding: 0 5px;
}

.pagination2.v3 {
    width: fit-content;
    text-align: center;
}

.shop5 .row.v2 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sale-para2.shop-1.pro-v1 p {
    line-height: 1;
}

.compra-detalle {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.compra-detalle .zoa-qtt.pro-v1 {
    margin-right: 0;
}

.carousel-detalle .sr-only {
    position: relative;
    font-size: 14px;
}

.carousel-detalle .carousel-control.left, .carousel-detalle .carousel-control.right  {
    background-image: none;
}

.carousel-detalle .carousel-control {
    opacity: 1;
    color: #ccc;
    text-shadow: none;
}

.carousel-detalle .carousel-control:hover, .carousel-detalle .carousel-control:focus {
    font-weight: 600;
    color: #333;
    opacity: 0.2;
}

.carousel-detalle .carousel-control {
    width: 15%;
    height: fit-content;
}

.carousel-detalle .carousel-control span {
    vertical-align: middle;
}

@media (min-width: 1281px) {
  .product-related .owl-theme.owl-detalle .owl-nav [class*=owl-] {
    top: 0;
  }
}

@media (max-width: 813px) and (min-width: 480px) {
  .product-related .owl-theme.owl-detalle .owl-nav [class*=owl-] {
    top: 0;
}
}


.owl-theme.owl-detalle .owl-nav {
    display: block;
}

.subcategorias h4.catalog img {
    margin-right: 5px;
    max-height: 60px;
}

.subcategorias h4.catalog {
    font-size: 13px;
    font-weight: 700;
}

.btn.btn-lg {
    padding: 10px 20px;
    line-height: 1.7;
    border-radius: 30px;
}

.page-title {
    font-weight: 600;
    letter-spacing: 0;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}

.order-info {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  justify-content: space-between;
  margin-bottom: 40px;
}
.order-info li {
  margin: 0 10px;
}
.order-info i {
  color: #ee9d0f;
  font-size: 15px;
}

span.badge.badge-blue {
    background-color: #001781;
}
.search-container2 {
    width: 100%;
    position: absolute;
  
    background: #fdfafa;
    padding: 0 5px 5px 10px;
    box-shadow: 1px 7px 8px rgba(0,0,0,0.2);
    left: 0;
}

.search-container {
    width: 100%;
    position: absolute;
    top: 40px;
    background: #fdfafa;
    padding: 0 5px 5px 10px;
    box-shadow: 1px 7px 8px rgba(0,0,0,0.2);
    left: 0;
}

.search-container-title {
  font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.search-container-content-products {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.search-container-content-products .search-item {
    line-height: 1.1;
    margin-bottom: 8px;
}

.search-container-content-products .search-item:hover {
    color: #ee9d0f;
}

.search-container-content-products .search-item:focus {
    color: #ed0418;
}

/* width */
.search-container-content-products::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.search-container-content-products::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.search-container-content-products::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 3px;
}

/* Handle on hover */
.search-container-content-products::-webkit-scrollbar-thumb:hover {
  background: #999999;
  border-radius: 3px;
}

.d-flex {
  display: flex !important;
}

body.admin {
    padding: 0;
    overflow-x: hidden;
}

.filtros-admin select.form-control {
    appearance: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 75px);
}

.status-line {
  margin: 20px;
  display: flex;
  justify-content: space-between;
}

.table-admin td {
    padding: 5px !important;
}

.table-admin h3 {
    font-size: 16px;
}

.table-admin p {
    margin: 0;
}

.add-product-line {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

.add-product-line .form-group {
  margin-right: 20px;
  width: 100%;
}

.admin-add-products-category-charge {
    width: calc(100% - 50px);
    height: auto;
    padding: 10px;
    border: 1px solid #e0dfdf;
    overflow-y: auto;
    overflow-x: auto;
    background: #f1f1f1;
}

.add-product-line .form-inline {
    display: flex;
}

.add-product-line .form-inline > * {
    display: inline-block;
}

.add-product-line .form-inline .text-box div {
    display: inline-flex;
    width: 100%;
}

.add-product-line .form-inline .text-box {
    width: calc(100% - 50px);
    height: auto;
    border: 1px solid #ccc;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    background: #f1f1f1;
    float: right;
    max-height: 200px;
}

.add-product-line label {
    font-weight: 500;
    color: #666;
}

.add-products .admin-add-products-select-text, 
.add-products .admin-add-products-select-pza-box, 
.add-products .admin-add-products-select-may-men {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    border: 1px solid #ccc;
    text-align: left;
}

.add-products .admin-add-products-container-info-body-rows-block {
    width: 100%;
    height: auto;
    border: 0;
    margin-left: 0;
    margin-top: 0;
}

.add-products h3.subtile {
    background: #b9b9b9;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
}

.add-products .add-product {
  margin-bottom: 50px;
  color: #333;
}

.add-products .admin-add-products-container-button-charge-container {
    border: none;
    float: none;
    margin-left: 20px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

footer.main-container-footer {
    margin-top: 50px;
    text-align: center;
    border-top: 1px solid #ee9d0f;
    padding-top: 10px;
    color: #888;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-bottom: 10px;
}

.m0 {
    margin: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.table-admin .p-varios p {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 13px;
  color: #666;
  min-width: 150px;
}

.form-control.select-table {
  min-width: 150px;
  margin-bottom: 5px;
  height: 27px;
  padding: 2px 12px;
}

table.dataTable thead .sorting:after {
    font-size: 13px;
    bottom: 15px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

@media (min-width: 768px) {
  .modal.fade.modal-xl .modal-dialog {
    width: 80%;
    margin: 50px auto;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.modal.in:before {
    position: fixed;
}

.modal.modal-xl {
  padding: 0 !important;
}

.modal-xl .modal-content {
    overflow: auto;
    width: 100%;
}

.admin-add-products-container-info-body-rows-block-view.add-product {
    width: 100%;
    height: auto;
    border: 0;
    margin-top: 30px;
}

.admin-add-products-category-charge-row,
.admin-add-products-branch-charge-row,
.admin-add-products-catalog-charge-row {
    font-family: 'Poppins', sans-serif !important;
}

.add-products .admin-add-products-container-info-body-rows-block-in-line-foot {
    width: 100%;
    height: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: inherit;
    line-height: 1;
    color: #ffffff;
    text-align: center;
}

.add-products .admin-update-products-btn {
    width: auto;
    height: auto;
    margin-top: 0;
    background-color: #ee9d0f;
    color: #fff;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border: none;
}

.products-img-delete {
    margin-top: 0 !important;
}

@media (min-width: 480px)
  {
    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    padding: 10px 5px;
    line-height: 1.1;
  }
}

.modal-form {
  margin-top: 25px;
}

.modal-form .form-group {
    margin-bottom: 15px;
}

.order-total-all-products-img {
    float: right !important;
    margin-top: 0 !important;
}

.add-order-button-send.btn-orange {
    width: auto;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #ffffff;
    border: none;
    background-color: #ee9d0f;
    margin-left: auto;
    margin-top: 35px;
}

.dt-buttons.btn-group .btn.btn-default {
    background: #fff;
    padding: 5px 15px;
    font-size: 13px;
    border: 1px solid #666;
    border-radius: 5px;
}

img.img-xs {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.table-cart .add-product-line .form-control {
    max-width: 100%;
}

.table-actions {
  display: flex;
  align-items: flex-end;
}

.table-actions i {
    font-size: 20px;
    margin-right: 5px;
}

.table-admin .product-cart img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 5px;
}

.sale-para2 p {
    color: #666;
}

.modal-inline .form-inline label {
    width: 30%;
}

.modal-inline .form-inline .form-control {
    width: 60%;
}

.header-center {
    background: #ed0418;
}


.white {
    color: #ffffff !important;
}

.mt-6px {
  margin-top: 6px !important;
}

.information a {
    color: #333;
}

.icon-para a {
    color: #333;
}

.sucursales-ciudad .border2 {
    margin-bottom: 10px;
}

.sucursales-ciudad h4:hover {
  color: #ed0418;
}

.sucursales-ciudad ul.sucursal {
    margin-bottom: 10px;
}

.sucursales-ciudad .sucursal li {
    padding: 5px 0 5px 20px;
}

.sucursales-ciudad .sucursal li:hover, .sucursales-ciudad .sucursal li:focus {
    background: #f4f4f4;
}

.sucursales-ciudad .sucursal li.active {
    background: #ee9d0f;
    font-weight: 600;
}

.sucursales-ciudad .ciudad {
    margin-bottom: 25px;
    padding: 0 20px;
}

.row.sucursales-ciudad {
    display: flex;
    flex-wrap: wrap;
}

.ciudad .sucursales .panel-title {
    font-weight: 400;
    font-size: 14px;
}

.ciudad .sucursales .panel-default > .panel-heading {
    padding: 0;
}

.ciudad .sucursales .panel {
    border: 0;
}

.p0 {
  padding: 0 !important;
}

.nosotros i {
    font-size: 30px;
    color: #ee9d0f;
    text-align: right;
    width: 100%;
}

.nosotros h3 {
    margin-top: 0;
    color: #ee9d0f;
    text-transform: uppercase;
}

.nosotros {
    margin-bottom: 20px;
}

.products-view__pagination ul.pagination {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

.products-view__pagination .pagination > li > a, .products-view__pagination .pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #ee9d0f;
    color: #333333;
}

.products-view__pagination .pagination > .active > a {
    background-color: #ee9d0f;
    border-color: #ee9d0f;
    color: #fff;
}

.products-view__pagination .pagination > li > a:hover, .products-view__pagination .pagination > li > a:focus, .products-view__pagination .pagination > li > span:hover, .products-view__pagination .pagination > li > span:focus {
    color: #dd2a2a !important;
    border-color: #ed0418;
}

.products-view__pagination .pagination > .disabled > span, .products-view__pagination .pagination > .disabled > span:hover, .products-view__pagination .pagination > .disabled > span:focus, .products-view__pagination .pagination > .disabled > a, .products-view__pagination .pagination > .disabled > a:hover, .products-view__pagination .pagination > .disabled > a:focus {
    color: #777777 !important;
        border-color: #ddd;
}

.px10 {
  padding: 0 10px !important;
}

.product-button-group .zoa-addcart .fa-heart {
    color: #ed0418;
}

.product-button-group .zoa-addcart:hover .fa-heart {
    color: #ffffff;
}

ol.list-romans {
    padding-left: 15px;
}
.list-romans li {
  list-style-type: upper-roman;
}

ol.list-romans h5 {
  font-weight: 600;
}

.star-icons li em {
    line-height: 1;
    display: block;
    padding: 2px;
}

.psw-change {
  display: flex;
  align-items: center;
}

.psw-change .form-control {
    font-size: 13px;
    padding: 2px 3px;
    height: auto;
}

.psw-change label {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    margin-left: 2px;
    margin-bottom: 0;
}

.btn-orange.btn-hover-white:hover {
  background-color: #ffffff;
  color: #ee9d0f;
}

.d-block {
  display: block !important;
}

.mt-20 {
    margin-top: 20px;
}

.input-mb-10 label {
    height: 34px;
    display: block;
    text-align: right;
}

.input-mb-10 .form-control {
    margin-bottom: 10px;
}

.ciudad .panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border-color: #f1f1f1;
    padding: 10px;
}

.ciudad .panel-body {
    padding: 5px 15px;
}

a.sucursal {
    text-transform: uppercase;
    background: #f1f1f1;
    display: block;
    width: 100%;
    padding: 5px;
    line-height: 1;
    margin-bottom: 2px;
}

.info-sucursales {
  padding: 5px 5px 5px 10px;
}
.info-sucursales li {
  margin-bottom: 5px;
  display: flex;
}

.info-sucursales i {
    color: #ee9d0f;
    width: 40px;
    max-width: 20px;
    padding: 0 !important;
    margin: 0;
    height: 100%;
}

table.dataTable thead .sorting_desc:after {
  content: "\f160";
  font-size: 10px;
  color: #999;
  bottom: 15px;
}

h3.related-title.text-center {
    color: #333;
}

.about-v2 .about-us-v2 h1 {
    color: #333;
}

.ciudad .panel-title a i.fa {
    color: #999;
    float: right;
}

.ciudad .panel-title [data-toggle="collapse"] .fa:before {   
  content: "\f106";
}

.ciudad .panel-title [data-toggle="collapse"].collapsed .fa:before {
  content: "\f107";
}

.ciudad .sucursales .panel-title a i.fa {
    color: #ed0418;
    float: none;
    font-size: 10px;
}

.ciudad .sucursales .panel-title [data-toggle="collapse"] .fa:before {   
  content: "\f276";
}

.ciudad .sucursales .panel-title [data-toggle="collapse"].collapsed .fa:before {
  content: "\f276";
}

.sucursales li a i {
    color: #ed0418;
    font-size: 10px;
}

.image-sucursal {
  max-height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

.dataTables_scrollHeadInner table {
  width: 100% !important;
}

.productos-qr header#header {
    height: auto;
    position: relative;
}

body.productos-qr {
    padding-top: 0;
}

.header-center-1.header-qr {
    border-bottom: 3px solid #ed0418;
}

.header-qr .header-middle .logo img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bg-black {
    background-color: #000;
}

.productos-qr .product-item.pro-v1.home1 {
    min-height: 228px;
}

.productos-qr .sale-para2 {
    margin-bottom: 0;
}

.productos-qr .product-img-home3 {
    width: 100% !important;
}

@media (min-width: 768px) {
  .productos-qr .modal.fade.modal-xl .modal-dialog {
    margin: 10px auto;
  }
}

.productos-qr .kids-st .owl-prev {
    left: -80px;
    background: #eee!important;
}

.productos-qr .kids-st .owl-next {
    right: -80px;
    background: #eee!important;
}

.productos-qr .kids-st .owl-next:hover, .productos-qr .kids-st .owl-prev:hover {
    background: #ee9d0f !important;
}

.wrapper {
    overflow-x: hidden;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.filters {
    background: #f1f1f1;
    padding: 20px 0;
}

.nowrap {
  white-space: nowrap !important;
}

.bg-info {
    background-color: #17a2b8!important;
}

.bg-primary {
    background-color: #007bff!important;
}

.bg-secondary {
    background-color: #6c757d!important;
}

.bg-success {
    background-color: #28a745!important;
}

.bg-danger {
    background-color: #dc3545!important;
}

.bg-warning {
    background-color: #ffc107!important;
}

.bg-badge span.badge {
    color: #ffffff;
}

.order-total-all-products-img.btn-plus {
    width: auto;
    height: auto;
    background-image: none;
}

.btn-plus i {
    font-size: 35px;
    padding-right: 5px;
    vertical-align: middle;
    color: #ee9d0f;
}

.pr-5 {
  padding-right: 5px !important;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0;
}

/* Responsive ===================================================================================================== */

@media (max-width: 1025px) {
  .navbar-nav > li {
    padding: 0 5px;
  }
  .order-info {
    display: block;
  }
  span.fa.fa-chevron-down {
    display: none;
  }
  .header-middle .para-a.a3 {
    display: none;
  }
  .search3.search-home-1 {
    background: #f4f4f4;
    min-width: 400px;
    margin-right: 20px;
    margin-left: 10px;
    padding: 7px 15px;
    position: relative;
    left: 0;
    display: block;
  }
  .search3 button {
    margin-left: 0;
    padding-left: 10px;
  }
  .date3 {
    left: 0;
    margin-left: 0;
  }
  .category-home .ver-todos a {
    display: block;
    padding-bottom: 10px;
  }
  .cta {
    min-height: 350px;
  }
  .product-item.pro-v1.home1 {
    display: block;
    width: 33%;
    margin-bottom: 25px !important;
  }
  .owl-item .product-item.pro-v1.home1 {
    width: 100%;
  }
  .table-cart .btn-orange {
    padding: 10px 10px;
  }
  body {
    padding-top: 220px;
  }
  .level1.dropdown:hover .menu-level-1 {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  }
  .level1.hassub {
    position: static;
  }
  .menu-level-1.style3 {
    min-width: 100%;
  }
  .menu-level-1 {
    top: 30px;
  }
  .level1.hassub.dropdown.style-menu-home-1:hover a::after {
    top: 50px;
  }
  .menu-level-1.style5 {
    left: auto !important;
  }
  .dropdown-hp1 {
    left: 0;
  }
  .header-center.pro-v1.hp1 {
    margin-top: -1px;
  }
  .product-related .owl-detalle {
    margin-top: 30px;
  }
  /* .table-admin {
    overflow-x: auto;
  } */
  .navbar-header .btn-info i.fa.fa-bars {
    font-size: 14px;
    position: relative;
    left: 0;
  }
  .navbar-header .btn-info i.fa.fa-bars {
    margin-left: 0;
    margin-top: 0;
  }
  .modal.fade.modal-xl .modal-dialog {
    width: 95%;
  }
}

@media (max-width: 420px) {
  .productos-qr .product-item.pro-v1.home1 {
      padding: 10px;
  }
  .productos-qr .modal.fade .modal-dialog {
    top: 0;
  }
  .productos-qr .kids-st .owl-prev {
    left: -40px;
  }
  .productos-qr .kids-st .owl-next {
      right: -40px;
  }
}

@media print {
  .print-qr .row {
    margin: 0 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .print-qr .col-sm-3 {
    width: 25%;
    text-align:center;
    float: left;
    margin-bottom: 15px;
  }
  #tawkchat-minified-wrapper {
    display: none;
  }
  .print-qr p {
    margin-bottom: 10px;
  }
  .print-qr h4 {
    margin-bottom: 25px;
  }
}