
.white-popup {
    position: relative;
    background: none;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

/* btn whatsapp */
.btn-whatsapp{
    display:block;
    background-repeat:no-repeat;
    font-size:30px;
    color:black;
    cursor:pointer;
    position:fixed;
    bottom:80px;
    right:20px;
    z-index: 99;
}

/* flags para ofertas */
.with-flags .flag-left-top {
    background: #ddd;
    font-size: 36px;
    width: auto;
    display: inline-block;
    margin-left: -30px;
    margin-top: -30px;
    font-weight: 700;
    color: #000;
    padding: 10px 10px;
    line-height: 1;
    z-index: 2;
    text-transform: uppercase;
    /* Safari */
    -webkit-transform: rotate(-6deg);
    /* Firefox */
    -moz-transform: rotate(-6deg);
    /* IE */
    -ms-transform: rotate(-6deg);
    /* Opera */
    -o-transform: rotate(-6deg);
    font-family: 'Yanone Kaffeesatz', sans-serif;
    box-shadow: 5px 4px 5px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 5px 4px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 4px 5px -4px rgba(0,0,0,0.75);
}

.with-flags .flag-right-bottom {
    background: #ff0000;
    font-size: 42px;
    width: auto;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    padding: 10px 10px;
    line-height: 1;
    z-index: 2;
    text-transform: uppercase;
    /* Safari */
    -webkit-transform: rotate(-4deg);
    /* Firefox */
    -moz-transform: rotate(-4deg);
    /* IE */
    -ms-transform: rotate(-4deg);
    /* Opera */
    -o-transform: rotate(-4deg);
    text-shadow: 1px 2px 1px #000;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 5px 4px 5px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 5px 4px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 4px 5px -4px rgba(0,0,0,0.75);
}

.bg-red{ background: #ff0000 !important }
.bg-yellow{ background: #fcd07a !important }

ul.products li.product .yith_wapo_groups_container, .products .owl-item > .product .yith_wapo_groups_container{
    height: auto !important;
}
ul.products li.product:hover div[itemprop="description"], .products .owl-item > .product:hover div[itemprop="description"],
ul.products li.product div[itemprop="description"], .products .owl-item > .product div[itemprop="description"]{
    height: 2em !important;
}

.fyk{
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 40px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.product-image-wrapper{
    
}

.sh{
    text-shadow: 1px 2px 1px #00000047 !important;
}


/**
 *
 * Media Queries
 * mqlg
 * mqmd
 * mqsm
 * mqxs
 *
 */

/* mqlg: max-width: 1199px */
@media (max-width: 1199px) {

    ul.products li.product:hover div[itemprop="description"], .products .owl-item > .product:hover div[itemprop="description"],
    ul.products li.product div[itemprop="description"], .products .owl-item > .product div[itemprop="description"]{
        height: 2em !important;
        display: block !important;
        padding: 0 1.4em !important;
    }
    ul.products li.product:hover, ul.products li.product.hover, .products .owl-item > .product:hover, .products .owl-item > .product.hover{
        z-index: 0;
    }

}

/* mqlg: max-width: 1170px */
@media only screen and (max-width: 1170px) { }

/* mqmd: max-width: 960px */
@media only screen and (max-width: 960px) { }

/* mqsm: max-width: 768px */
@media only screen and (max-width: 768px) {

    .with-flags .flag-left-top { font-size: 32px;margin-left: -10px; }
    .with-flags .flag-right-bottom { font-size: 36px; }

}

/* mqxs: max-width: 768px */
@media only screen and (max-width: 400px) { }