@media (min-width:768px) and (max-width:991.98px){ .blog-boxes-section .blog-box-sec article .blog-content a.read-more-link{ margin-top: 25px; } } @media (min-width:992px) and (max-width:1199.98px){ .blog-boxes-section .blog-box-sec article .blog-content a.read-more-link{ margin-top: 30px; } } .product-page-product-item-section #tab0 article img{ cursor: pointer; } .product-page-product-item-section #tab1 article img{ cursor: pointer; } .img-popup1 { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 10000; padding: 20px; box-sizing: border-box; } .img-popup1.opened { display: flex; } .img-popup1 img { width: 100%; height: auto; max-width: 800px; border-radius: 10px; box-shadow: 0 0 20px rgba(255, 255, 255, 0.2); transition: all 0.3s ease; } .img-popup1 .close-btn { position: absolute; top: 20px; right: 30px; font-size: 40px; color: white; cursor: pointer; } .img-popup1 { }