/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@media (min-width: 768px) {
    /* PCとタブレットでのみ適用されるスタイル */
    .woocommerce-product-gallery__image {
        float: right;
        margin-left: 20px; /* 左の要素との間隔を調整 */
        padding-right: 10%; /* 右にパディングを10%追加 */
    }
	
	.custom-elementor-block{
		width:50%;
	}
}

#quantity {
    width: 10%;
}
