/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 13:07:47 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 12:17:54 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2022 | 10:09:48 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2022 | 15:00:53 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2022 | 11:58:57 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2022 | 11:50:56 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 




@media only screen and (max-width: 768px) {
div.custom-related-cases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media only screen and (max-width: 600px) {
div.custom-related-cases {
    grid-template-columns: repeat(1, minmax(0, 1fr))!important;
    gap: 30px;
}
    div.main-carousel .carousel-cell.custom-product-image-gallery-image {
    padding-bottom: 100%;
}
}

