/*

Theme Name: Pixel Ranger Blank Theme

Description: Tablet screen resolutions: 640 px, 480 px, 320 px

*/


@media screen and (max-width: 640px) {
	.col-md-7.single-product-images {
		width: 100%;
	}
	.col-md-5.single-product-description {
		width: 100%;
		
	}
	.single-product-page .single-product-description {
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.single-product-row {
		display: flex;
		flex-wrap: wrap-reverse;
	}
	.site-content .single-product-page {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	
}

@media screen and (max-width: 560px) {
	
}

@media screen and (max-width: 480px) {
	.contract_notice {
		padding: 130px 35px;
	}
	
	.pos-product-images-container {
		padding: 0px 10px;
	}
	.pos-product-image-full-container {
		margin-bottom: 10px;
	}
	.pos-product-image-half-container {
		width: calc(50% - 5px);
	}
	
	.pos-nav-search-box {
		position: absolute;
		width: 100%;
		left: 0px;
		padding: 10px;
		top: 0px;
		background-color: #fff;
	}
	.pos-nav-search-box.-show {
		top: 75px;
		width: 100%;
	}
	.pos-nav-search-box input.agnidgwt-wcas-search-input {
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	
}
