@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.report-product-listing-wrapper {
display: grid;
grid-template-columns: 1fr;
grid-gap: 60px;
}
.report-product-listing-wrapper .single-report-product {
border: 1px solid var(--e-global-color-eb0b2bf);
display: flex;
flex-direction: column;
}
.report-product-listing-wrapper .single-report-product .header-wrapper {
padding: 15px;
background: #2d7e95;
color: #F0F0F0;
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
}
@media (max-width: 767.98px) {
.report-product-listing-wrapper .single-report-product .header-wrapper {
grid-template-columns: 1fr;
grid-gap: 15px;
}
}
.report-product-listing-wrapper .single-report-product .header-wrapper h5 {
margin: 0;
color: #f1f1f1;
font-size: 1rem;
}
.report-product-listing-wrapper .single-report-product .header-wrapper .add_to_cart_inline {
margin: 0;
position: relative;
}
@media (max-width: 767.98px) {
.report-product-listing-wrapper .single-report-product .header-wrapper .add_to_cart_inline {
display: none;
}
}
.report-product-listing-wrapper .single-report-product .header-wrapper .add_to_cart_inline .add_to_cart_button {
margin: 0;
font-family: var(--e-global-typography-a3cf907-font-family), Sans-serif;
font-size: var(--e-global-typography-a3cf907-font-size);
font-weight: var(--e-global-typography-a3cf907-font-weight);
text-transform: var(--e-global-typography-a3cf907-text-transform);
line-height: var(--e-global-typography-a3cf907-line-height);
padding: 5px 15px;
border-radius: 100px;
border: 2px solid;
border-color: #82c6d9;
background: #f1f1f1;
color: #2d7e95;
}
.report-product-listing-wrapper .single-report-product .header-wrapper .add_to_cart_inline .added_to_cart {
position: absolute;
color: white;
top: 50%;
transform: translateY(-50%) translateX(-100%);
left: -15px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
text-decoration: underline;
-webkit-animation: fadeIn 0.35s ease;
animation: fadeIn 0.35s ease;
}
.report-product-listing-wrapper .single-report-product .content-wrapper {
display: flex;
flex-direction: column;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul {
display: grid;
grid-template-columns: repeat(3, 1fr);
padding: 0;
grid-gap: 0;
margin: 0;
list-style: none;
grid-gap: 3px;
background: var(--e-global-color-eb0b2bf);
}
@media (max-width: 767.98px) {
.report-product-listing-wrapper .single-report-product .content-wrapper ul {
grid-template-columns: repeat(2, 1fr);
}
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul li {
margin: 0;
padding: 10px;
background: white;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul li.none {
text-decoration: line-through;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul li.limited {
color: #2d7e95;
font-weight: 500;
padding-left: 18px;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul li.limited::before {
content: "*";
position: absolute;
transform: translateX(-100%);
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .a {
order: 1;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .b {
order: 4;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .c {
order: 7;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .d {
order: 10;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .e {
order: 2;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .f {
order: 5;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .g {
order: 8;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .h {
order: 11;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .j {
order: 3;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .k {
order: 6;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .l {
order: 9;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .m {
order: 12;
}
@media (max-width: 767.98px) {
.report-product-listing-wrapper .single-report-product .content-wrapper ul .b {
order: 3;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .c {
order: 5;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .d {
order: 7;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .e {
order: 9;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .f {
order: 11;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .g {
order: 2;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .h {
order: 4;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .j {
order: 6;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .k {
order: 8;
}
.report-product-listing-wrapper .single-report-product .content-wrapper ul .l {
order: 10;
}
}
.report-product-listing-wrapper .single-report-product .mobile-add-to-cart {
margin: 0;
}
.report-product-listing-wrapper .single-report-product .mobile-add-to-cart .button {
font-family: var(--e-global-typography-a3cf907-font-family), Sans-serif;
font-size: var(--e-global-typography-a3cf907-font-size);
font-weight: var(--e-global-typography-a3cf907-font-weight);
text-transform: var(--e-global-typography-a3cf907-text-transform);
line-height: var(--e-global-typography-a3cf907-line-height);
letter-spacing: var(--e-global-typography-a3cf907-letter-spacing);
word-spacing: var(--e-global-typography-a3cf907-word-spacing);
color: #FFFFFF;
background-color: var(--e-global-color-primary);
border-radius: 4px 4px 4px 4px;
transition: all 0.4s ease-out 0s;
background: #2d7e95;
margin: 0;
width: 100%;
text-align: center;
}
.report-product-listing-wrapper .single-report-product .mobile-add-to-cart .button:hover {
background-color: var(--e-global-color-cd511cb);
}
@media (min-width: 768px) {
.report-product-listing-wrapper .single-report-product .mobile-add-to-cart {
display: none;
}
}