.tab-widget{width:100%}.tab-menu li{cursor:pointer;padding:10px;border:1px solid #ccc;border-radius:4px;margin:5px;background-color:#fff}.tab-page{display:none;padding:20px;border-radius:4px}.tab-page-show{display:block}.tab-menu li:hover{background-color:#f0f0f0}.tab-menu li.active{background-color:#e6f7ff}.menu_item{display:inline-block;border:1px solid #666;border-radius:20px;width:50px;height:100px;animation-name:fadeInUp;animation-duration:1s}.product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px}.product-container{background-color:#f9f9f9;padding:0;border-radius:10px;text-decoration:none;color:#000;display:block;overflow:clip;background-size:cover;background-repeat:no-repeat;background-position:center;padding-top:10px}.product-container.inView{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-ms-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;transition:transform 0.3s ease}.product-container:hover{transform:translate(-5px,-5px);box-shadow:10px 10px 15px rgb(0 0 0 / .2)}.product-title{font-size:1.5em!important;font-weight:bold!important;margin-top:0!important;margin-bottom:10px!important;color:#000}.product-description{background-color:#fff;opacity:.9;padding:10px 10px 0 10px;padding-bottom:20px;margin-bottom:0;margin-top:175px}.product-others{background-color:#f9f9f9;opacity:.9;padding:10px 10px 0 10px;padding-bottom:20px;margin-bottom:0;margin-top:10px}.product-others .product-title{font-size:1.5em!important}.product-price{color:green;font-weight:700;text-align:center}.product-others ul{list-style-type:none;padding-left:0px!important;margin-left:5px!important}.product-others li{margin-left:0}.product-others li::before{content:"\2713";margin-right:10px;color:green}.product-others .button-general{background-color:#1e73be;border-color:#1e73be;border-style:solid;color:#fff;padding:10px 20px;text-align:center;display:inline-block;border-radius:5px;cursor:pointer;text-decoration:none;font-size:16px;display:block;margin:0 auto}.product-others .button-general:hover{color:#fff;background-color:#50a6f2;border-color:#50a6f2}.product-description .button-general{background-color:#eee;color:#1e73be;padding:10px 20px;text-align:center;display:inline-block;border-radius:5px;cursor:pointer;text-decoration:none;font-size:16px;display:block;margin:0 auto}.product-description .button-general:hover{text-decoration:underline}@keyframes fadeInUp{0%{opacity:0;transform:translateY(200px)}100%{opacity:1;transform:translateY(0)}}