/*Cajas de producto*/ .wpas-product-item {width:33%} @media (max-width:600px) { .wpas-product-item {width:100%} } /*color boton*/ .amazon-product-action button {background-color:#F9AB00} /*estrellitas*/ .a-star-0,.a-star-0-1,.a-star-0-2 {background-position: -85px -368px;} .a-star-0-3,.a-star-0-4,.a-star-0-5,.a-star-0-6,.a-star-0-7 {background-position: -239px -368px;} .a-star-0-8,.a-star-0-9,.a-star-1,.a-star-1-1,.a-star-1-2 {background-position: -69px -368px;} .a-star-1-3,.a-star-1-4,.a-star-1-5,.a-star-1-6,.a-star-1-7 {background-position: -223px -368px;} .a-star-1-8,.a-star-1-9,.a-star-2,.a-star-2-1,.a-star-2-2 {background-position: -53px -368px;} .a-star-2-3,.a-star-2-4,.a-star-2-5,.a-star-2-6,.a-star-2-7 {background-position: -207px -368px;} .a-star-2-8,.a-star-2-9,.a-star-3,.a-star-3-1,.a-star-3-2 {background-position: -37px -368px;} .a-star-3-3,.a-star-3-4,.a-star-3-5,.a-star-3-6,.a-star-3-7 {background-position: -191px -368px;} .a-star-3-8,.a-star-3-9,.a-star-4,.a-star-4-1,.a-star-4-2 {background-position: -21px -368px;} .a-star-4-3,.a-star-4-4,.a-star-4-5,.a-star-4-6,.a-star-4-7 {background-position: -175px -368px;} .a-star-4-8,.a-star-4-9,.a-star-5 {background-position: -5px -368px;} /*Tablas*/ table .wpas-product-item {width:100%} /*tablas responsive*/ .tabla-comparativa {overflow:hidden} @media (max-width:800px) { figure.wp-block-table {overflow-x:scroll} table.has-fixed-layout {width:800px!important;display:block} table.has-fixed-layout tr td {max-width:250px} .wp-block-table .has-fixed-layout td {word-break:normal} } /*load more*/ .wpas-load-more-wrapper {display:none!important} /*Quitar el Precio*/ .amazon-product-info p {display:none}