/* Ajustes Generales */

body::-webkit-scrollbar {
		width: 10px;
		background: transparent;
		border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
		background: rgba(0,0,0,0.5);
		border-radius: 20px;
}

#toTopHover {
    font-size:15px !important;
    background-color: #fff !important;
    padding: 5px !important;
    border-radius: 50% !important;
}

h1,h2,h3,h4,h5,h6,p,a,span,button {
    font-family: 'Roboto', sans-serif !important;
}

body {
    overflow-x: hidden;
}

a:hover {
    color: #32c792;
}

html {
    overflow-x: hidden !important;
}

body {
    background-color: #000;
    font-family: 'Roboto', sans-serif !important;
}

/* Ajustes Generales */

/* Header */

.container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}


.menu-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column-reverse;
    background: #1A4077 !important;
    width: 17% !important;
    padding: 10px;
    margin-bottom: 10px !important;
    border-radius: 0px 0px 10px 10px;
    margin-left: 330px !important;
}

.navbar-inner {
    background-color: #1a4077 !important;
}

.nav-link a {
    color:  #fff !important;
    font-family: 'Roboto Bold', sans-serif !important;
    font-size: 12px !important;
}

.navbar {
    margin-bottom: 0 !important;
}

.nav-collapse {
    display: flex;
    justify-content: center;
}

.span12 {
    width: 100% !important;
}

.leftlogo #logo {
    text-align: center !important;
}

.info-contact {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-left: 125px !important;
    padding-right: 125px !important;
    background-color: #f7f8fa;
    height: 30px;
}

.info-contact .left span {
    text-align: center !important;
    margin-right: 15px;
}

.info-contact a {
    color: #0a1226 !important;
}

.info-precios {
    display: flex !important;
    width: 60%;
}

.info-precios p {
    color: #1A4077 !important;
    font-size: 13px !important;
}

.info-precios i {
    color: #1A4077 !important;
    font-size: 25px !important;
    margin-right: 10px !important;
    margin-top: 10px;
}

#termycond {
    z-index: 998;
    font-size:12px;
    color:#0a1226;
    font-weight: 600;
}

.header-social {
    display: flex !important;
    margin-right: -300px;
    padding-top: 0%;
    margin-top: -11%;
    padding-left: 2%;
}

.header-social p {
    color: #1A4077 !important;
    font-size: 15px !important;
}

.header-social i {
    font-size: 41px !important;
    margin-right: 10px !important;
    margin-top: 10px;
}

.facebook-header {
    color: #3b5998;
    background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
    background-size: 55%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}

.instagram-header {
    color: #e1306c;
    background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
    background-size: 55%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}

.whatsapp-header {
    color: #25d366;
    background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
    background-size: 55%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}

#termycond a {
    color: #0a1226 !important;
}

#search {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

#search .searchbox {
    width: 200% !important;
}

#search input {
    padding: 10px;
    box-shadow: 0px 2px 27px -5px rgba(0,0,0,0.2) inset;
    border: none;
}

#search input::placeholder {
    font-weight: 600;
}

.middlebox {
    padding-top: 20px !important;
}

#search .button-search {
    height: 35px !important;
    background-color: #32c192 !important;

}

.fa-magnifying-glass:before, .fa-search:before {
    color: #fff !important;
    font-size: 15px !important;
}

/* Carrito */

.heading-carrito {
    display: block !important;
}

.rightboxes{
    display: flex !important;
    justify-content: space-between !important;
}

#cart .divisor {
    display: flex !important;
    /* justify-content: space-between !important; */
    align-items: center !important;
    transition: all 0.5s;
}

#cart .divisor:hover, .divisor a:hover {
    opacity: 0.5 !important;
}

#cart i {
    color: #fff !important;
    font-size: 20px;
    margin-right: 10px;
}

#cart .heading {
    margin-top: 8px;
}

#cart .heading a {
    color: #fff !important;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.5s;
    margin-right: 15px;
    line-height: 15px;
}

#cart.active .divisor {
    color: #32c192;
}

#cart-total {
    padding-right: 0px;
    font-size: 11px;
}

#cart .content {
    margin-top: 10px;
}

#cart {
    padding-left: 15px;
}

#cart .content {
    background: #fff !important;
    margin-top: 10px;
    top: 10px !important;
    right: -50px !important;
}

#cart .checkout {
    display: flex;
    justify-content: space-between;
}

#cart .checkout a {
    color: #fff;
    background-color: #1A4077;
    padding: 5px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 5px !important;
}

#cart .checkout a.btn-cart {
    background-color: #32C192;
}

.welcome-divisor {
    margin-top:  10px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.fa-user:before {
    font-size: 15px !important;
}

.leftlogo #welcome { 
    text-align: left;
}

#welcome a {
    font-family: 'Roboto', sans-serif !important;
    color: #32c192;
    font-size: 13px !important;
    font-weight: 600;
    transition: all 0.5s;
}

#welcome a:hover {
    text-decoration: none !important;
}

#termycond .btn.btn-info {
    background-color: #32c192;
    background-image: none !important;
    color: #fff;
}

.logout-profile {
    font-style: italic !important;
    color: #f8fafb !important;
}

.formasdepagobtn {
    display: block !important;
}


.formasdepagobtn-info {
    display: none !important;
}

/* // Navegacion */

.wrapper-inner {
    padding: 0px;
}

.navbar {
    font-family: 'Roboto' !important;
}
.navbar-inner {
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-principal {
    margin-left: 100px;
    justify-content: left !important;
}

.navbar .nav > li > a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    margin-right: 10px;
    color: #fff;
}


ul.nav {
    display: none;
}

.activador-nav:hover > ul.nav {
    display: block;
}

.menu-principal {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.item-categorias {
    background: #32c192;
    padding: 10px;
    margin-top: 5px;
    margin-right: 40px;
    border-radius: 5px 5px 0px 0px;
}

.dropdown-menu {
    border-radius: 0px 0px 8px 8px !important;
}

.navbar .nav > li:hover > a, .navbar .nav > li > a:hover {
    background: none !important;
}
.dropdown-menu > li > a, .navbar-inner li.column-menu > a {
    color: #3c3c3c !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.dropdown-secundario {
    left: 100% !important;
    top: 0 !important;
    z-index: 999;
    min-width: fit-content !important;
}

.dropdown-secundario > li a:after {
    content: "" !important;
}

.dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover,
.dropdown-secundario .dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover {
    background-color: #32c192 !important;
    color: #fff !important;
}

.dropdown-primario
 li:hover a:after {
    content: "-" !important;
}

.dropdown-primario > li a:after {
    content: "+";
    color: #2152ad;
    font-weight: 600;
    right: 5px;
    position: absolute;
}

.dropdown-menu {
    width: 250px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    padding: 5px;
}

.dropdown-secundario > li a:after {
    display: none !important;
}


/* Fin Header */

/* Home */

.home-container {
    width: 100% !important;
}

.home {
    margin-top: 0 !important;
}

.home .row-fluid {
    background: #fff;
}

/* Login */

.login-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 25px;
    margin-bottom: 25px;
}

.buttons { 
    text-align: right;
    clear: both;
}

.breadcrumb {
    display: none;
}

.heading {
    display: none;
}

#maincontent {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#content-wrapper {
    background-color: #eff4f8 !important;
}

.offset1, .mainborder {
    border-radius: 5px;
    box-shadow: 9px 17px 25px -9px rgba(0,0,0,0.3);
    padding: 10px;
}

.span5 {
    border-radius: 5px;
    box-shadow: 9px 17px 25px -9px rgba(0,0,0,0.3);
    padding: 10px;
}

h4.inner {
    margin-bottom: 8px !important;
}

h4.inner span {
    background: none !important;
    font-size: 15px;
    font-weight: 600 !important;
    color: #1a4077;
}

.buttons input, .btn-register {
    font-size: 15px !important;
    padding: 10px !important;
    background: #32c792 !important;
    color: #fff !important;
}

.buttons a {
    font-size: 15px !important;
    padding: 10px !important;
    background: #32c792 !important;
    color: #fff !important;
}

.form-bottom_container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.form-bottom_container a {
    color: #32c192 !important;
    transition: all 0.5s;
}

.form-bottom_container a:hover {
    opacity: 0.75 !important;
    text-decoration: none !important;
}

.controls {
    margin-left: 0 !important;
}
.controls input {
    margin-top: 5px !important;
    width: 95% !important;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif !important;
    background: #f7f8fa !important;
    height: 30px !important;
    border: none !important;
    border-radius: 3px !important;
}

.controls input:focus {
   box-shadow: 0 0 6px #32c192 !important;
}

/* Register */

.row-fluid .span9 #maincontent {
    width: 100%;
}

#toggle_sidebar {
    display: none !important;
}

.content-register {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.mainborder {
    width: 50%;
}

.form-actions {
    background: none !important;
    border: none !important;
}

.group-register {

}

.btn-register {
    float: right;
}

.register-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.register-group .buttons {
    text-align: right !important;
}

.register-group .text-register {
    text-align: center !important;
}

/* Cards Nuevas */

.container-cards {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
}

.card1, .card2 {
    border-radius: 5px;
    width: 500px;
    height: 100px;
    padding: 20px;
}

.card1 {
    background-image: url('/catalog/view/theme/sellegance/images/Banner%201.png');
}

.card2 {
    background-image: url('/catalog/view/theme/sellegance/images/banner_horario_home_emp.jpg');
}

.card-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #1e356c;
}

.card-description {
    font-size: 14px;
    color: #1e356c;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding-right: 80px;
    width: 70%;
}

/* Banners 2 */

.container-banners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    padding: 25px;
}

.banner-link_container:hover {
    text-decoration: none !important;
}

.banner-title {
    font-size: 15px;
    color: #0B0335;
    font-family: 'Roboto', sans-serif;
    line-height: 0;
}

.banner-description {
    font-size: 20px;
    color: #0B0335;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.banner2, .banner3, .banner4, .banner5 {
    border-radius: 5px;
    height: 150px;
    padding: 20px;
}

.banner1 {
    background-image: url('/catalog/view/theme/sellegance/images/banners-home/Banner%20A.png');
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 25px;
}

.banner2 {
    background-image: url('/catalog/view/theme/sellegance/images/banners-home/Banner%20B.png');
    grid-column: 2;
    grid-row: 1;
}

.banner3 {
    background-image: url('/catalog/view/theme/sellegance/images/banners-home/Banner%20C.png');
    grid-column: 3;
    grid-row: 1;
}

.banner4 {
    background-image: url('/catalog/view/theme/sellegance/images/banners-home/Banner%20D.png');
    grid-column: 2;
    grid-row: 2;
}

.banner5 {
    background-image: url('/catalog/view/theme/sellegance/images/banners-home/Banner%20E.png');
    grid-column: 3;
    grid-row: 2;
}

/* Productos Destacados HOME*/

#featured-products h4.inner {
    margin-top: 10px;
}

.home-container {
    box-shadow: none !important;
}

span.title_productos-destacados {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #F42B23 !important;
    margin-left: 25px;
    padding-bottom: 5px !important;
    border-bottom: 5px solid #f42b23;
}

.productos-destacados-container {
    background-color: #EFF4F8 !important;
}

.productos-destacados-home a {
    color: #1a4077 !important;
    text-transform: uppercase;
    font-weight: bold !important;   
}

.productos-destacados-home .price {
    margin-top: 10px;
}

.productos-destacados-home .price-new {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #666666 !important;
}


/* Categorias */

.product-filter {
    margin-top: 20px;
    margin-bottom: 0px !important;
}

.product-filter select {
    width: 150px;
    font-size: 15px;
    border-radius: 5px;
    color: #1A4077;
    font-weight: 700;
    height: 30px;
}

.container-products {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    margin-left: 15px;
}
.container-products .mainborder {
    width: 100% !important;
}

.container-products .mainborder {
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.container-products .product-filter {
    background: none !important;
}

.container-products .card-product-container {
    margin: 5px !important;
}

.container-products .name {
    text-align: left;
}

.container-products .product-title {
    color: #1A4077 !important;
    font-weight: bold !important;
}

.container-products .codigo-producto {
    margin: 0px !important;
}

.container-products .codigo-producto {
    font-style: italic;
    font-size: 10px;
    font-weight: lighter !important;
    color: #999999;
}

.container-products .producto-precio-unidad, .new-data span {
    color: #666666;
    font-size: 12px;
    font-weight: bold !important;
}

.container-products .cart {
    display: block !important;
}

.container-products .product-final-description {
    text-align: left;
}

.container-products .presentacion-title {
    color: #32C192;
    font-weight: bold !important;
}

.container-products .card-product-container {
    background-color: #fff !important;
}

.container-products .combo {
    width: 150px;
    border-radius: 5px;
    color: #32C192;
    font-weight: 700;
    height: 30px;
}

.container-products input.btn-product {
    font-size: 15px !important;
    padding: 10px !important;
    background: #32c792 !important;
    color: #fff !important;
}

.container-products .price-product span {
    font-weight: bold !important;
}

.container-products .product-disponibilidad {
    margin: 0;
    font-size: 15px;
    font-weight: bold !important;
}

.cantidad-container {
    display: flex;
    flex-direction: column;
}

.cantidad-container span {
    color: #32C192;
    font-weight: bold !important;
}


.product-box .product-final-description {
    text-align: left !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

#maincontent.span9 .grid-box {
    max-width: none !important;
    min-width: none !important;
}

.grid-box {
    display: block;
    padding: 0px;
}

.product-grid:before { 
    display: none !important;
}

.product-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    grid-template-rows: repeat(5, 1fr) !important;
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
}

.product-row { 
    padding: 15px;
}

.box-category a.havechild {
    transition: .5s;
}

.box-category a.active {
    background-color: #32C192;
    color: #fff;
}
.paginate {
    margin-bottom: 15px;
}

.paginate a {
    color: #1A4077;
    font-size: 15px;
    transition: .5s;
}

.paginate a:hover {
    opacity: 0.8 !important;
    color: #1A4077 !important;
}

.empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Checkout */

.checkout-section {
    margin-top: 0px !important;
}

.checkout-section .mainborder {
    width: 100%;
    box-shadow: none;
}


#cart-info tr {
    background-color: #1A4077 !important;
}

#cart-info th {
    color: #fff;
    font-weight: bold !important;
}

.checkout-section .buttons {
    display: flex;
    justify-content: space-between;
}

#vaciar-carrito {
    background-color: #3C3C3C !important;
}

#continue-shopping {
    background-color: #1A4077 !important;
}

.checkout-section .quantity input.update-cart,
.checkout-section .quantity a img  {
    width: 25px !important;
    height: 25px !important;
}

.checkout-section .price,
.checkout-section .total {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
}

.checkout-section #total {
    font-size: 15px;
}

/* Pago */

.formasdepago .mainborder {
    width: 80%;
}

.formasdepago .checkout-heading {
    font-family: 'Roboto' !important;
    font-weight: 700;
    color: #1A4077 !important;
    border-bottom: 1px solid #32C192;
}

.formasdepago .checkout-heading a {
    color: #F42B23 !important;
    font-size: 15px;
}

.formasdepago .containerCard h3 {
    color: #3C3C3C !important;
}

.formasdepago .card-title {
    color: #1A4077 !important;
}

.formasdepago .card {
    transition: .5s;
}

.formasdepago .card:hover {
    border-bottom: 2px solid #32C192;
}

.formasdepago .condiciones-title {
    margin: 15px;
    font-size: 15px;
    font-weight: bold;
}

.formasdepago .metodosdepago {
    display: flex;
    justify-content: left;
    align-items: center;
}

.formasdepago button.btn-formasdepago {
    color: #fff;
    font-size: 13px;
    background-color: #32C192;
    margin-right: 10px;
    padding: 10px;
    background-image: none !important;
}

.formasdepago .metodosdepago h4 {
    color: #1A4077 !important;
}

.formasdepago .metodosdepago {
    margin-bottom: 20px;
}

.formasdepago .comments-label {
    font-size: 15px;
    color: #1A4077 !important;
}

.formasdepago textarea {
    font-size: 15px !important;
    font-family: 'Roboto' !important;
}

#button-payment-method {
    font-family: 'Roboto' , sans-serif !important;
}

/* Modal */

.modal-dialog {
    width: 30% !important;
    margin-top: 20px !important;
}

.modal-dialog select {
    font-family: 'Roboto' !important;
    width: 350px !important;
    border-radius: 5px !important;
    color: #1A4077 !important;
    font-weight: 700 !important;
    height: 30px !important;
    border-bottom: 2px solid #32C192 !important;
}

.modal-dialog select option:hover {
    background-color: rgba(0,0,0,0.1);
}

.modal-footer button {
    color: #fff;
    font-size: 15px;
    background-color: #32C192;
    margin-right: 10px;
    padding: 10px;
    background-image: none !important;
}

.modal-footer button:hover {
    background-color: #32C192 !important;
}

/* Metodo de envio */

.method-info {
    font-size: 15px;
    color: #1A4077 !important;
    font-weight: 700 !important;
}

.method-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.method-type label {
    margin-top: -20px;
}

.method-type input {
    font-family: 'Roboto' !important;
    width: 300px !important;
    border-radius: 5px !important;
    color: #1A4077 !important;
    font-weight: 700 !important;
    height: 30px !important;
}

.method-label {
    font-size: 14px;
    color: #1A4077 !important;
}

ul.ui-autocomplete {
    font-family: 'Roboto' !important;
    background-color: #fff !important;
    overflow-y: scroll;
    height: 200px;
}

ul.ui-autocomplete li.ui-menu-item {
    background-color: #fff !important;
    font-family: 'Roboto' !important;
    transition: .5s;
}

ul.ui-autocomplete li.ui-menu-item:hover {
    background-color: #32C192 !important;
    color: #fff !important;
}

ul.ui-autocomplete li #ui-active-menuitem {
    border: none !important;
    background: none !important;
    color: #3C3C3C !important;
}

#button-shipping-method {
    font-family: 'Roboto' , sans-serif !important;
}

/* Confirm Checkout */

#confirm td {
    font-family: 'Roboto' !important;
    font-weight: bold !important;
}

.confirm-table-head {
    background-color: #1A4077 !important;
}

.confirm-table-head td {
    color: #fff !important;
}

.confirm-formasdepago {
    font-size: 16px;
    font-weight: 700;
    background-color: #32C192;
}

.confirm-formasdepago td {
    color: #1A4077 !important;
}

.confirm-table-body tr:hover td {
    background-color: #32C192 !important;
}

.confirm-table-body > tr.confirm-productdetails:hover {
    background-color: none !important;
}

.confirm-table-body .name a {
    color: #000 !important;
}

.confirm-table-body .name a:hover {
    text-decoration: none !important;
    color: #000 !important; 
}

#button-confirm {
    font-family: 'Roboto' , sans-serif !important;
}

/* Sobre Nosotros */

.information2 {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0px !important;
}

.information2 .mainborder {
    width: 100% !important;
    box-shadow: none !important;
}

.information2 .heading {
    background: none !important;
    display: flex;
    justify-content: center !important;
}

.information2 .heading h1 {
    font-size: 18px;
    font-weight: bold !important;
    color: #1A4077 !important;
    border-bottom: 2px solid #32C192;
    width: 30%;
    display: flex;
    justify-content: center;
}

.information-title {
    font-size: 16px;
    text-align: center;
    color: #1A4077 !important;
}

.information2 .info-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Contacto */

.contact2 {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0px !important;
    
}

.subheading legend {
    font-family: 'Roboto', sans-serif !important;
}

.contact2 .mainborder{
    width: 70% !important;
    box-shadow: none !important;
}

.contact2 address {
    box-shadow: none !important;
}

.contact2 .subheading legend {
    color: #1A4077 !important;
    background-color: #32C192 !important;
    font-weight: bold !important;
}

.contact2 .btn-contact {
    font-size: 15px !important;
    padding: 10px !important;
    background: #32c792 !important;
    color: #fff !important;
}

.forms-actions-contact {
    display: flex !important;
    justify-content: right !important;
    align-items: right !important;
}

/* Busqueda */

.listing .product-filter {
    margin-top: 20px;
    margin-bottom: 0px !important;
}

.listing .product-filter select {
    width: 150px;
    font-size: 15px;
    border-radius: 5px;
    color: #1A4077;
    font-weight: 700;
    height: 30px;
}

.listing {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    margin-left: 15px;
    width: 100% !important;
}

.listing .mainborder {
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.listing .product-filter {
    background: none !important;
}

.listing .card-product-container {
    margin: 5px !important;
}

.listing .name {
    text-align: left;
}

.listing .product-title {
    color: #1A4077 !important;
    font-weight: bold !important;
}

.listing .codigo-producto {
    margin: 0px !important;
}

.listing .codigo-producto {
    font-style: italic;
    font-size: 10px;
    font-weight: lighter !important;
    color: #999999;
}

.listing .producto-precio-unidad, .new-data span {
    color: #666666;
    font-size: 12px;
    font-weight: bold !important;
}

.listing .cart {
    display: block !important;
}

.listing .product-final-description {
    text-align: left;
}

.listing .presentacion-title {
    color: #32C192;
    font-weight: bold !important;
}

.listing .combo {
    width: 150px;
    border-radius: 5px;
    color: #32C192;
    font-weight: 700;
    height: 30px;
}

.listing input.btn-product {
    font-size: 15px !important;
    padding: 10px !important;
    background: #32c792 !important;
    color: #fff !important;
}

.listing .price-product span {
    font-weight: bold !important;
}

.listing .product-disponibilidad {
    margin: 0;
    font-size: 15px;
    font-weight: bold !important;
}

.listing .cantidad-container {
    display: flex;
    flex-direction: column;
}

.listing .cantidad-container span {
    color: #32C192;
    font-weight: bold !important;
}

.listing .box-category a.havechild {
    transition: .5s;
}

.listing .box-category a.active {
    background-color: #32C192;
    color: #fff;
}
.listing .paginate {
    margin-bottom: 15px;
}

.listing .paginate a {
    color: #1A4077;
    font-size: 15px;
    transition: .5s;
}

.listing .paginate a:hover {
    opacity: 0.8 !important;
}

/* Account */

.account {
    width: 100% !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.account .mainborder {
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.account .account-list {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


.account .account-list ul li {
    list-style: none !important;
    margin-bottom: 5px !important;
}

.account .account-list a {
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 15px !important;
    color: #1A4077 !important;
    transition: .5s;
}

.account .account-list a:hover { 
    border-bottom: 1px solid #32C192 !important;
}

.account .account-list .fas {
    color: #32C192;
    font-size: 20px !important;
    margin-right: 10px !important
}

.password {
    width: 100% !important;
}

.password .mainborder {
    width: 30% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.password label {
    font-size: 15px !important;
    font-family: 'Roboto' , sans-serif !important;
    color: #1A4077;
    font-style: italic !important;
}

.password .btn-password-back {
    font-family: 'Roboto' , sans-serif !important;
    color: #fff;
    background-color: #1A4077;
    padding: 10px;
}

.password input.btn-password-ok {
    font-family: 'Roboto' , sans-serif !important;
    font-size: 15px !important;
    padding: 10px !important;
    background: #32c792 !important;
    color: #fff !important;
}

.order-list {
    width: 100% !important;
}

.order-list .mainborder {
    width: 60% !important;
}

.order-list .row-order-list {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #3c3c3c !important;

}

.order-list .btn-orderlist-ver {
    font-family: 'Roboto' , sans-serif !important;
    color: #fff;
    background-color: #1A4077;
    padding: 10px;
}

.order-list .btn-orderlist-pedir {
    font-family: 'Roboto' , sans-serif !important;
    font-size: 15px !important;
    padding: 10px !important;
    background: #32c792 !important;
    color: #fff !important;
}


.order-list .btn-orderlist-ok {
    font-family: 'Roboto' , sans-serif !important;
    font-size: 15px !important;
    padding: 10px !important;
    background: #32c792 !important;
    color: #fff !important;
}

.order-info {
    width: 100% !important;
}

.order-info .mainborder {
    width: 50% !important;
}

.order-info .btn-orderinfo-ok {
    font-family: 'Roboto' , sans-serif !important;
    font-size: 15px !important;
    padding: 10px !important;
    background: #32c792 !important;
    color: #fff !important;
}

.newsletter {
    width: 100% !important;
}

.newsletter .mainborder {
    width: 50% !important;
}

.newsletter form {
    display: flex;
    justify-content: center;
}

.newsletter form label {
    font-size: 15px !important;
    font-family: 'Roboto' , sans-serif !important;
    color: #1A4077;
    font-style: italic !important;
}

.newsletter .btn-newsletter-back {
    font-family: 'Roboto' , sans-serif !important;
    color: #fff;
    background-color: #1A4077 !important;
    padding: 10px;
}

.newsletter input.btn-newsletter-ok {
    font-family: 'Roboto' , sans-serif !important;
    font-size: 15px !important;
    padding: 10px !important;
    background: #32c792 !important;
    color: #fff !important;
}

.manufacturer-list {
    width: 100% !important;
}

.manufacturer-list .mainborder {
    width: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}

.mapadelsitio {
    width: 100% !important;
}

.mapadelsitio .mainborder {
    width: 55% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.mapadelsitio li {
    padding: 5px !important;
    border-bottom: 1px solid #32C192 !important;
}

.mapadelsitio li a {
    font-family: 'Roboto' , sans-serif !important;
    font-size: 15px !important;
    color: #1A4077 !important;
    transition: .5s;
}

.mapadelsitio li a:hover {
    font-weight: bold !important;
    font-style: italic !important;
}

.mapadelsitio img {
    border: none !important;
}

.mapadelsitio li img:focus {
    background: #32C192 !important;
}

.mapadelsitio .sitemapInfoItem {
    font-family: 'Roboto' , sans-serif !important;
    font-size: 15px !important;
    color: #1A4077 !important;
    transition: .5s;
}

.mapadelsitio .sitemapInfoItem:hover {
    font-weight: bold !important;
    font-style: italic !important;
}

.cerrarsesion {
    width: 100% !important;
}

.cerrarsesion .mainborder {
    width: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}



/* Footer */

#footer a, #footer p{
    color: #fff !important;
}
.social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social i {
    font-size: 15px;
    margin-right: 5px;
}

#footer {
    background: #1a4077 !important;
    border-top: 4px solid #33c192;
}

#footer .row, #footend .row {
    background-color: none !important;
}

#footend {
    background: #1a4077 !important;
}

.qr-afip img {
    margin-top: 15px;
}

#copy {
    margin-top: 15px !important;
}

#copy p {
    text-align: left !important;
    color: #33c192 !important;
}

#footer > #termycond a{ 
    color: #fff !important;
}

#footer .fa-brands {
    font-size: 18   px !important;
    margin: 5px !important;
}

#footer .copyright p {
    font-size: 12px !important;
}

/* Boton de WhatsApp*/

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }

/* Responsive Design */

@media only screen and (max-width: 500px) {

    body {
        padding: 0px !important;
        margin: 0px !important;
    }
    
    /* Header */
    
    .info-contact {
        padding-left: 25px !important;
        padding-right: 55px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .info-contact .left {
        display: flex;
        justify-content: center;
        alug: center;
        align-items: center;
        flex-direction: column;
    }

    #search {
        margin-top: -15px !important;
        margin-left: 15px !important;
    }

    .navbar-inner {
        z-index: 999999 !important;
    }

    .menu-container {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: row !important;
        margin-top: 40px !important;
        background: none !important;
        width: 60% !important;
        padding: 0px;
        margin-bottom: 0px !important;
        margin-left: 31% !important;
    }

    .menu-principal {
        left: 120px !important;
    }

    .heading-carrito {
        width: 120% !important;
    }

    #termycond {
        margin-top: -50px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .rightbox {
        margin-top: 0 !important;
    }

    #cart {
        padding: 0px !important;
        margin: 0px !important;
        z-index: 0 !important;
    }

    #cart .heading {
        height: auto !important;
        margin-top: -50px;
    }

    #cart .divisor {
        /* margin-left: 100px !important; */
    }

    #cart .content {
        right: -100px !important;
    }

    #cart i,
    #cart #cart-total {
        color: #fff !important;
    }

    .welcome-divisor {
        margin-top: -50px;
        margin-bottom: 10px;
        width: 52%;
        /* justify-content: space-around !important; */
        z-index: 999999 !important;
    }
    .welcome-icon .fa-user:before {
        color: #fff !important;
    }
    #welcome a {
        font-size: 11px !important;
    }

    .logout-profile {
        color: #fff !important;
    }

    .formasdepagobtn {
        display: none !important;
    }

    .formasdepagobtn-info {
        display: block !important;
        margin-left: 25px;
    }
    
    /* menu */

    .item-categorias {
        background-color: #fff !important;
        box-shadow: 10px 11px 12px -6px rgba(0,0,0,0.63);
        /* margin-right: 150px !important; */
    }

    .nav-principal {
        margin-left: 0 !important;
        justify-content: center !important;
    }

    .nav-collapse {
        width: 100% !important;
    }

    .toggle-desktop {
        display: none !important;
    }

    .linknews {
        display: none !important;
    }
    /* Home */

    .content-top .flexslider {
        margin-top: 10px !important;
    }

    /* Banners nuevos */

    .container-banners {
        display: block !important;
    }
    
    .banner1 {
        background-position: right, bottom;
    }
    .banner1, .banner2, .banner3, .banner4, .banner5 {
        margin-bottom: 10px !important;
        height: 150px;
    }

    /* Products destacados*/

    .productos-destacados-home, .grid-box {
        width: 100% !important;
        max-width: none !important;
        min-width: none !important;
    }

    /* Cards */

    .container-cards {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        flex-direction: column;
        width: 100%;
    }

    .card1 {
        margin-bottom: 10px !important;
    }
    .card1, .card2 {
        width: 90% !important;
        background-position: right !important;
    }

    /* Footer */

    #footer h3.header {
        color: #fff !important;
    }

    #footer h3.header:active {
        background-color: #32C192 !important;
        color: #fff !important;
    }

    #footer ul.content {
        background-color: #32C192 !important
    }

    #footer #termycond {
        margin-top: 0 !important;
        margin-left: 30%;
        margin-right: 30%;
        float: none;
        text-align: center;
        min-width: 0;
        font-size: 19px;
        padding: 10px;
    }

    #footer .copyright {
        padding: 10px !important;
    }

    #footer .copyright p {
        text-align: center !important;
    }

    #footer .span1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-dialog {
        width: 100% !important;
    }

    /* Login */

    .login-section {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .register-group {
        margin-top: 45px;
        margin-bottom: 45px;
        box-shadow: none;
    }

    /* Product */

    .card-product-container .inner,
    .card-product-container .name {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
    }

    .product-grid {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
    }

    /* Checkout */

    #continue-shopping {
        margin-right: 55px !important;
    }

    .checkout-confirm {
        overflow: scroll !important;
    }


    /* CUSTOM ADD post designer */

    .search-product-description {
        display: block;
        text-align: left !important;
        margin-top: 0px;
    }
}