HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpprm/wp-content/themes/ronneby/assets/less.lib/mobile-responsive/woo-modules.less
/* 
    Created on : 28.03.2015, 10:09:19
    Author     : DFD
	Styles for : Woo Modules
*/
@media only screen and (max-width : @screen-normal) {
	.dfd-single-product-module {
		
	}
	.dfd-woo-single-category {
		img {
			min-width: 100%;
		}
	}
	.dfd-background-dark {
		.dfd-single-product-module {
			
		}
	}
}

@media (min-width: @screen-medium) and (max-width: @screen-normal + 1) {
	.dfd-single-product-module.dfd-style-2 .dfd-product-top {
		padding: 10px;
	}
}

@media only screen and (max-width : @screen-medium - 1) {
	.products.row .product {
		margin-bottom: 20px !important;
		&:last-child {
			margin-bottom: 0 !important;
		}
	}
	.dfd-single-product-module.dfd-style-2 .dfd-product-image img {
		min-width: 100%;
	}
	.dfd-woo-single-category .dfd-heading div.box-name {
		.transform(translateY(0));
	}
}
@media only screen and (max-width : @screen-small - 1) {
	.dfd-single-product-module {
		
	}
}

@media only screen and (max-width: @screen-medium - 1) {
	.woo-product-grid-wrap {
		.products {
			.product {
				width: 50%;
				float: left;
				padding: 0 10px;
				&:last-child {
					float: left !important;
					clear: none !important;
				}
			}
		}
	}
}

@media only screen and (max-width: 600px) {
	.woo-product-grid-wrap {
		.products {
			.product {
				width: 100%;
				.woo-entry-thumb-carousel {
					img {
						width: 100%;
					}
				}
			}
		}
	}
}