body{margin:0;font-family:Lato,sans-serif;background-color:#fff}#container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;overflow:hidden;width:320px;height:480px;border-width:1px;border-style:solid;-webkit-box-sizing:border-box;box-sizing:border-box}#container,#products{-webkit-box-orient:vertical;-webkit-box-direction:normal}#products{display:none;overflow-y:auto;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}#products::-webkit-scrollbar-track{background-color:#f5f5f5}#products::-webkit-scrollbar{width:5px}#products::-webkit-scrollbar-thumb{background-color:#d3d3d3}.product{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0;padding:0 5px;min-height:64px;overflow:hidden;cursor:pointer;opacity:0;-webkit-animation:fromTop .2s ease-out forwards;animation:fromTop .2s ease-out forwards;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.product:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.product:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.product:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s}.product:nth-child(5){-webkit-animation-delay:.8s;animation-delay:.8s}.product:hover{-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.product .image{height:55px;-webkit-box-flex:0;-ms-flex:0 0 55px;flex:0 0 55px;background-size:contain;background-repeat:no-repeat;background-position:50%}.product .name{font-size:.75rem;color:#718096;margin:0 10px;-webkit-box-flex:1;-ms-flex:1;flex:1;text-overflow:ellipsis;overflow:hidden;max-height:60px;line-height:1.25}.product .price{font-size:.875rem;color:#01126c;background:none;padding:2px 4px}.product .buyBtn{font-size:.8rem;color:#fff;background-color:#01126c;padding:6px 11px;border-radius:20px;opacity:.9;text-align:center;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.product .buyBtn:hover{opacity:1}.alert-stock:before{-webkit-animation:fromRight .5s ease-out forwards;animation:fromRight .5s ease-out forwards;content:"Posible bajo stock";position:absolute;bottom:0;right:0;font-size:.6rem;color:#718096;background-color:#f6e05e;padding:3px 5px;border-top-left-radius:5px}#notAvailableMessage{display:none;margin:0 auto;text-align:center;padding:20px 10px;-webkit-animation:fromTop 1s ease-out forwards;animation:fromTop 1s ease-out forwards}.logoAds img{position:absolute;bottom:0;width:15px;right:0;cursor:pointer;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;padding:2px;border-radius:3px;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.logoAds:hover img{-webkit-filter:none;filter:none;background-color:#fff;width:22px}.logoAds:hover:before{-webkit-animation:fromRight .5s ease-out forwards;animation:fromRight .5s ease-out forwards;content:"Anuncio MDA";position:absolute;bottom:2px;right:23px;font-size:9px;color:#718096;background-color:#fff;padding:2px 5px;border-bottom-left-radius:5px;border-top-left-radius:5px}.info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:20px}.info,.size300x250 #products{-webkit-box-align:center;align-items:center}.size300x250 #products{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow-y:hidden;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.size300x250 .product{width:148px;height:110px;-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-sizing:border-box;box-sizing:border-box}.size300x250 .product .imageStore{margin-left:0!important}.size300x250 .product .info{margin-left:10px;display:block}.size300x250 .product .info .price{margin-top:5px}.size300x250 .product .info .name{margin:auto;max-width:70px}.size728x90{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.size728x90 .logoAds{display:none}.size728x90 #products{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.size728x90 .product .info .name{max-height:45px;margin:auto}.size728x90 .info{margin-left:20px;display:block}.size300x250 .alert-stock:before,.size728x90 .alert-stock:before{font-size:.4rem;left:0;right:auto;border-top-left-radius:0;border-top-right-radius:5px}.size300x250 .product .buyBtn,.size728x90 .product .buyBtn{margin-top:3px;padding:3px 5px;font-size:.7rem}@-webkit-keyframes fromLeft{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fromLeft{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fromRight{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fromRight{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fromTop{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fromTop{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.spinner{margin:0 auto;width:70px;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.spinner>div{width:18px;height:18px;background-color:#01126c;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s ease-in-out infinite both;animation:sk-bouncedelay 1.4s ease-in-out infinite both}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.imageStore{position:absolute;width:37px;margin-top:15px;margin-left:38px}.imageStore.lider,.imageStore.lidertecno,.imageStore.walmart{width:23px}.imageStore.larebajavirtual{width:20px;margin-left:43px}.imageStore.exito,.imageStore.farmatodo{width:20px;margin-left:42px}.imageStore.superama{width:20px;margin-left:41px}.imageStore.wong{width:27px}.imageStore.amazon,.imageStore.falabella{width:30px;margin-left:42px}.imageStore.cocacola{width:27px;margin-left:44px}.imageStore.clubsmart{width:24px;margin-left:46px}.imageStore.ripley{width:20px;margin-top:15px}.imageStore.plazavea,.imageStore.plazaveatecno{width:24px}.imageStore.tottus{width:20px}.imageStore.entel{width:22px}.imageStore.jumbo,.imageStore.tiendasjumbo{margin-left:26px}.imageStore.farmaciaspasteur,.imageStore.farmalisto,.imageStore.locatelcolombia,.imageStore.lopido,.imageStore.tiendasmetro{width:22px}.imageStore.alkosto,.imageStore.ktronix{margin-top:13px;margin-left:26px}.imageStore.tigo{width:29px;margin-left:29px}.imageStore.claro{width:29px;margin-left:34px}.imageStore.farmaciasanpablo{width:30px;margin-left:36px}.imageStore.mda{width:25px}
/*# sourceMappingURL=/mda-theme.css.map */