/** estilos generales **/
body {
    position: relative;
    color: #232323;
    height: auto;
    min-height: 100vh;
    font-style: normal;
    line-height: 1.5;
}
a{
    color: #232323;
}
a.text-black:hover, a.text-black:focus {
    color: #4d4d4d !important;
}

button:focus, button:hover{
    outline: none;
}


.align-center{
    text-align: center;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    word-wrap: break-word;
    background-color: #eeeeee;
}
.mbr-white {
    color: #ffffff;
}

/** menu **/
section.menu{
    /*height: 110px;*/
}

.navbar{
    padding: 15px 0;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    position: fixed;
    width: 100vw;
    top:0;
    z-index: 100;
}
.navbar.navbar-short {
    min-height: 60px;
    transition: all .2s;
    padding: .5rem 0;
    background: #ffffff;
}
.navbar button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    display: none;
    color: #2e2e2e;
}
.navbar button.navbar-toggler-right {
    position: absolute;
    top: 30px;
    right: 1.5rem;
}


button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #2e2e2e;
}
button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}
button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}
button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}
button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}
nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}
nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}
nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}
nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.menu-logo .navbar-brand {
    display: flex;
    margin-left: 5rem;
    padding: 0;
    transition: padding .2s;
    min-height: 3rem;
    align-items: center;
}

.navbar-collapse{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    justify-content: -webkit-flex-end;
    padding-right: 5rem;
    flex: 1;
}

.navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
}

.navbar-nav.nav-dropdown{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;

    padding-left: 0;
    
}

.navbar-nav .nav-item{
    -webkit-align-self: center;
    align-self: center;
}

.nav-item a {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    padding: 0.7rem 0;
    margin: 0rem .65rem;
}

.bar-vip {
    position: fixed;
    top: 80px;
    width: 100%;
    text-align: center;
    background-color: #01a0a5;
    height: 30px;
    padding-top: 3px;
    z-index:1;
}
.bar-text {
    white-space: nowrap;
    font-size: 16px;
    color: white;
}
@media screen and (max-width:768px){
    .navbar{
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .navbar button.navbar-toggler {
        display: block;
    }
    .navbar-collapse {
        display: none;
        padding-right: 0;
    }
    .opened .navbar-collapse{
        display: flex;
        flex-direction: column;
   
    }
    .opened .navbar-nav.nav-dropdown {
        flex-direction: column;
    }
    .menu-logo{
        margin-right: auto;
    }
    .menu-logo .navbar-brand {
        margin-left: 1.5rem;
    }
}

/** estilos de tienda **/

.mbr-gallery{
    padding-bottom: 90px;
    background-color: #ffffff; 
}
.mbr-shop{
    display: table;
    width: 100%;
}
.mbr-shop .row {
    margin: 0;
}
.mbr-shop .row-productos{
    margin: 0 -15px;
}
.mbr-shop .mbr-gallery-item {
    left: 0 !important;
    top: 0 !important;
    vertical-align: top;
    position: relative;
    transform: none !important;
    padding: 10px;
    display: inline-block;
    width: 24%;
    cursor: pointer;
}
.mbr-shop .galleryItem{
    background: #fff;
    display: block;
    outline: none;
    position: relative;
    text-align: center;
}
.galleryItem .content_image {
    position: relative;
}

.galleryItem .envio {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    color: white;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 7px;
}

.galleryItem .vip {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    color: #FFA500;
    padding: 2px 5px;
    font-size: 11px;
    border-radius: 7px;
}

.mbr-shop .galleryItem a:hover{
    color: #c27cff;
    text-decoration: none;
    display: block;
}
.mbr-shop .galleryItem img {
    width: 100%;
    opacity: 1;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
    border-radius: 10px;
}

.mbr-shop .galleryItem .textName{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
}
.mbr-shop .galleryItem .textPrice{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    
}

.mbr-shop .onsale {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    transition: color .3s ease;
    text-align: center;
    z-index: 100;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background: #232323;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
}

.mbr-shop .galleryItem .sidebar_wraper {
    text-align: center;
    background: linear-gradient(transparent, #000000);
    padding: .5rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
}
.mbr-shop .galleryItem .sidebar_wraper h4{
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.8rem;
    text-transform: none;
    letter-spacing: -1px;
    word-spacing: 0;
    margin-bottom: 0.3rem;
    padding-top: 15px;
    transition: color 0.5s;
}

.mbr-shop .galleryItem .sidebar_wraper .price-block {
    text-align: right;
}

.mbr-shop .galleryItem .sidebar_wraper .price-block span {
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    letter-spacing: -1px;
    word-spacing: 0;
}

.mbr-shop .galleryItem .sidebar_wraper .price-block span.oldprice {
    padding-left: .8rem !important;
    text-decoration: line-through;
}

@media screen and (max-width:768px){
    .mbr-shop .mbr-gallery-item {
        width: 100%;
    }
    .mbr-shop .galleryItem .sidebar_wraper .price-block span {
        font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    }
}

footer{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #2e2e2e;
}

@media screen and (max-width:768px){
    footer p{
        font-size: 0.7rem;
    }
    footer a.d-block{
        font-size: 1rem;
        padding-bottom: 5px;
    }
}
