@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Varela+Round&display=swap");

body {
    overflow-x: hidden;
    font-family: "Varela Round", sans-serif !important;
    background-color: #f5f5f5 !important;
}

footer {
    background: #32b1fc;
    padding: 10px;
    text-align: center;
    color: #fff;
    position: relative !important;
    width: 100%;
    left: 0 !important;
    bottom: 0px;
    z-index: 99;
}

.by-vendor-name-link {
    background: #ffffff;
    padding: 5px 10px 5px 25px;
    height: max-content;
    border-radius: 5px;
    text-align: center;
    box-shadow: 1px 1px 5px #f0f0f0;
    margin: 0 auto;
    color: black !important;
    font-weight: 600;
    border: 2px solid #fec941;
}

.by-vendor-name-link:hover {
    background-color: #fec941 !important;
}

.by-vendor-name-link::before {
    content: '';
    background: url('images/sell_FILL0_wght400_GRAD0_opsz48.svg');
    background-size: cover;
    position: absolute;
    width: 13px;
    height: 13px;
    margin-left: -20px;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.copyRights-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.text-copyright {
    text-align: left;
    padding: 0 10px;
    font-size: 13px;
}

.scroll-top a {
    position: relative;
    top: 9px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .text-copyright {
        text-align: left;
        padding: 0 10px;
        font-size: 9px;
    }

    .woocommerce #reviews #comments ol.commentlist {
        margin: 0;
        width: 100%;
        background: 0 0;
        list-style: none;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1214px) {
    .text-copyright {
        text-align: left;
        padding: 0 10px;
        font-size: 9.5px;
    }

    .copyRights-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 10px 0 0 0;
    }
}

ul#menu-legal-menu {
    margin-top: 10px;
    font-size: 13px;
}

ul#menu-legal-menu li {
    display: inline-block;
    margin-right: 14px;
    font-weight: 700;
}

footer a {
    color: #fff;
}

footer .menu-image-title {
    font-size: 11px;
    margin-left: 10px;
}

.menu-item a.menu-image-title-after.menu-image-not-hovered img {
    padding-right: 0;
    width: auto;
    height: 20px;
    margin-right: 5px;
}

/************ titulo superior oculto *****************/

.woocommerce-products-header__title.page-title {
    display: none;
}

/************ titulo superior oculto final*****************/

.description_data p {
    line-height: 1.2;
    text-align: center;
    padding-top: 0px;
    font-size: 1.2rem;
    font-weight: 600;

}

.woocommerce .woocommerce-result-count {
    margin: 1em 0 1em;
}

.woocommerce .woocommerce-ordering {
    margin: 1em 0 1em;
}

.mvx-tab-header {

    padding: 0 0px !important;

}

h2.woocommerce-loop-product__title {
    font-size: 1em !important;
    color: #333;
    font-weight: 600;

}


a.by-vendor-name-link {
    font-size: 0.8em;
}

.mvx-tablink.active {
    background: #d2def9;
    position: relative;
}

.mvx-tab-header {
    background: #fff;
    padding: 0 20px;
    border-radius: 6px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    margin: 0;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(184, 184, 184, 1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(184, 184, 184, 1);
    box-shadow: 3px 3px 5px 0px rgba(184, 184, 184, 1);
}



.mvx-banner-area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    position: absolute;
    top: 0;
    width: -moz-available;
    width: -webkit-fill-available;
    padding: 20px;
    padding: 2rem;
}


.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}

.woocommerce .mvx_vendor_rating .star-rating {
    float: none;
    display: inline-block;
    color: #fec941;
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: #fec941;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    color: #fec941 !important;
}

.description_data {
    margin-top: 10px;
    text-align: center;
    padding: 15px;
}

.mvx-tablink.active::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 4px;
    background: #3a3a3a !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
}

.mvx-tablink.active {
    background: #fec941 !important;    
    position: relative;
}

.mvx-tab-header a {
    color: #333 !important;
}

.mvx-tablink {
    border: none;
    background: 0 0;
    padding: 18px 30px;
    font-family: "Varela Round", sans-serif !important;
    font-size: 14px;
    font-weight: bold !important;
    min-width: -moz-max-content;
    min-width: max-content;
    cursor: pointer;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: red !important;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

/***Cart In Vendor Styles ***/
.btnCartInVendor {
    height: max-content;
    width: max-content;
    position: fixed;
    top: 151px;
    right: 3px;
    padding: 41px 18px 0px 18px;
    border-radius: 5px;
    background: url(images/icon-CartInVendor.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fec941;
    z-index: 9;
    font-size: 8px;
    box-shadow: -2px 2px 4px #00000057;
    border: none;
    color: #ffc73d;
}

.woocommerce .container-fluid .site-main .mvx-main-section .column-class {

    position: fixed;
    background: rgba(255, 255, 255, 0);
    top: 74px;
    right: 69px;
    z-index: 9;
}

.woocommerce .container-fluid .site-main .mvx-main-section .mvx-middle-sec {
    position: static;
    min-width: 96%;
    z-index: 1;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    padding: 6px;
    background: #f5f5f5;
    border-radius: 5px;

}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    border-bottom: 2px solid white;
    margin-bottom: 5px;
}

.section-cart-vendor {
    width: 250px;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px gray;
    border: 2px solid #d1d1d1;
    
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward {
    background-color: white !important;
    border: 2px solid #ffc73d;
    border-radius: 5px;
    padding: 7px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward:hover {
    background-color: #ffc73d !important;
    color: black;
}

.woocommerce .woocommerce-mini-cart-item a.remove {

    background: url(images/icon-delete-minicart.svg);
    background-size: 20px;
    height: 22px;
    width: 22px;
    background-position-x: center;
    background-position-y: center;
}

.woocommerce .woocommerce-mini-cart-item a.remove:hover {
    background-color: white;
}

.woocommerce a.remove {
    color: #ff000000 !important;
}

.woocommerce a.remove:hover {
    color: #ff000000 !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout {
    background-color: #ffc73d !important;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    width: 70%;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons {
    text-align: center;
    margin: 0px auto;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-size: 12px;
    line-height: 14px;
    color: #001027;
}

.woocommerce-page .container-fluid .site-main .mvx-main-section .column-class .variation-Vendidopor {
    font-size: 12px;
    line-height: 14px;
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    font-size: 14px;
}

.woocommerce-mini-cart {
    max-height: 186px;
    overflow-y: auto;
    height: auto;
}

.mvx_fpm_buttons {
    background-color: #ffffffce !important;
    border: 1px solid #e7e7e7
}

.mvx_fpm_button img {
    filter: contrast(0);
}


/********** custome product sizev*************/

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: flex;
    flex-flow: wrap;

    justify-content: center;
}


.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 2.8%
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 1.5% 2.992em 0;
    padding: 8px;
    position: relative;
    width: 16.6%;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(207, 205, 207, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(207, 205, 207, 1);
    box-shadow: 2px 2px 5px 0px rgba(207, 205, 207, 1);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    border-radius: 6px;
    max-height: 160px;
    min-height: 160px;
    object-fit: contain;
}

.woocommerce ul.products li.product a {
    line-height: 12px;
    margin-bottom: 4px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 82%;
    color: #141414;
    background-color: #fec941 !important;

}

.product a {
    color: #333 !important;
    text-decoration: none;
    background-color: transparent;
}

.product a:hover {
    color: #333 !important;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    width: 100%;
}



@media (min-width: 769px) {
    .mvx-bannerleft {
        position: relative;
        top: -12px;
    }

    .mvx-banner-area {
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(238, 238, 238, 0) 62%);
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(238, 238, 238, 0) 62%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(238, 238, 238, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#eeeeee", GradientType=1);
    }

    .mvx-bannerleft .mvx_total_rating_number {
        color: #fff;
    }

    .mvx-bannerleft .mvx_vendor_rating a:hover,
    .mvx-bannerleft .mvx_vendor_rating a {
        color: #fff !important;
    }

}

.mvx-policie-sub-area p {
    font-family: "Varela Round", sans-serif !important;
    font-size: 14px;
    margin: 10px 0 20px;
    color: #001027;
}

.mvx-sub-heading p {
    font-family: "Varela Round", sans-serif !important;
    font-size: 16px;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 0;
    word-break: break-all;

}



.mvx-heading {
    font-family: "Varela Round", sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    margin: 12px 0 15px;
    color: #001027;
}

.mvx-policies-header {
    border-bottom: 2px solid #fec941 !important;
}


.woocommerce ul.products li.product .price {
    color: #333 !important;
    display: block;
    font-weight: bold !important;
    margin-bottom: .5em;
    font-size: .857em;
}

.woocommerce ul.products li.product.sale .price {
    color: red !important;
    display: block;
    font-weight: bold !important;
    margin-bottom: .5em;
    font-size: .857em;

}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    height: max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 12px !important;
    box-shadow: 2px 2px 2px #b7b7b7;
}

a.added_to_cart.wc-forward {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    text-decoration: underline !important;
}

.woocommerce .woocommerce-pagination ul li a {
    color: #3a3a3a !important;
    font-weight: 600 !important;
}

.banner-img-cls {
    height: 300px;
}

/*** STYLES DISABLE SHOP VIEW ***/
.view-shop-disable {
    display: grid;
    background-image: url(images/disable-shop-img.png);
}

.view-shop-disable div {
    display: grid;
    margin: 12% auto 5%;
    background-color: white;
    padding: 35px 100px;
    border-radius: 15px;
    justify-content: center;
}

.view-shop-disable div p,
.view-shop-disable div img {
    margin: 0 auto;
}

.view-shop-disable div img {
    margin-bottom: 15px;
}

.view-shop-disable div p span {
    color: #fec941;
}

.bgpurple {
    display: none;
}

.view-shop-disable p {
    margin: 0 auto 13%;
    text-align: center;
    font-size: 18px;
}

.view-shop-disable p a {
    text-transform: uppercase;
    font-weight: 600;
    color: #fec941;
}

.product-vendor .mvx-main-section {
    min-height: 362px;
    padding: 1px 0 30px;
    margin-bottom: 50px;
}

.product-vendor nav.woocommerce-pagination {
    margin-top: -26px;
}

.product-vendor nav.woocommerce-pagination ul {
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .view-shop-disable {
        background-image: none;
    }

    .woocommerce #reviews #comments h2 {
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }

    .btnCartInVendor {
        top: 151px;
        right: 0px;
        padding: 36px 18px 0px 18px;
        background-size: 28px;
        background-position-x: center;
        background-position-y: center;
        font-size: 0px;
        border: none;
    }

    .woocommerce .container-fluid .site-main .mvx-main-section .column-class {
        right: auto;
    }

    .section-cart-vendor {
        margin: 0 auto;
    }

    aside.gotomt {
        
        width: 36px !important;
        height: 36px !important;
        top: 96px;
    }
}


@media only screen and (max-width: 600px) {

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0 10px 1em;
    }

    .product-vendor .mvx-main-section {

        padding: 0px 0 100px;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }

    .description_data p {
        width: 300px;
        overflow-x: scroll;
    }

    .view-shop-disable div {
        margin: 17% 5%;
        padding: 35px 10px;
    }

    .view-shop-disable {
        background-size: cover;
        height: max-content;
    }

    .woocommerce #reviews #comments ol.commentlist {
        margin: 0;
        width: 100%;
        background: 0 0;
        list-style: none;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:402px) {
    .mvx-tab-header {
        background: #fff;
        padding: 0 20px;
        border-radius: 6px;
        border-bottom: 1px solid #f4f4f4;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        overflow-x: auto;
        margin: 0;
    }

    .mvx-tab-header a,
    .mvx_social_profile a:hover {
        text-decoration: none;
        width: 100% !important;
        text-align: center;
    }

    select.orderby {
        width: 100% !important;
    }
}

@media(min-width: 601px) and (max-width: 768px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 1.8% 2.992em 0;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {

        padding: 0;
        list-style: none outside;
        clear: both;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
        justify-items: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 1.8% 2.992em 0;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0 0 1em;
        padding: 0;
        list-style: none outside;
        clear: both;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;

    }
}

/* styles wisget goto mitienda */

aside.gotomt {
    right: 3px;
    position: fixed;
    width: 62px;
    height: 55px;
}

a.goToMiTienda {
    width: 100%;
    height: 100%;
    display: block;
    background: url(images/Logo-MiTienda-Shop.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: #fff;
    background-position-x: center;
    background-position-y: center;
    border-radius: 5px;
    box-shadow: -2px 2px 4px #00000057;
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: #fec941 !important    
}

.minum_alert {
    margin: 10px 0px;
    font-size: 12px;
    padding: 8px;
    background-color: #f9f9f9;
    border-top: 3px solid #fcd040;
    position: relative;
    border-bottom: solid 3px #fcd040;
}

.minum_alert::before {
    content: "\e016";
    color: #fcd040 !important;
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    top: 0.7em;
    left: 0.5em;
}

.minum_alert p {
    padding-left: 15px;
    padding-right: 5px;   
    text-align: justify;
    margin-bottom: 0px;
}

.minum_alert p  span {
    font-weight: bold;
}
a.button.checkout.wc-forward.disabled {
    background-color: #e9e6ed !important;
    box-shadow: none;
    pointer-events: none;
    cursor: pointer;
    border-color: #e9e6ed !important;
}

span.loading_minimum {
    position: absolute;
    width: 100%;
    height: 76px;
   bottom: 0;
    right: 0;
    background-color: #fffffff2;
}

span#circle_load {
    width: 36px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #ffffff 95%, #0000) 50% 1px / 12px 12px no-repeat, radial-gradient(farthest-side, #0000 calc(100% - 25px), #646b79e8 0);
    animation: circleLoad  1s infinite linear;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}
@keyframes circleLoad  {
    to{
        transform: rotate(1turn)}
}

aside#woocommerce_widget_cart-3 {
    position: relative;
   
}

span.search_LaCo.astm-search-menu.is-menu.default {
    display: none !important;
  }

  ul#menu-newfooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}


footer a {
    color: #fff;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}

.banner-img-cls .mvx-imgcls {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}