p.product_description_padding
{
	padding-left: 12px;
}

div.filters-container
{
	height: 65px;
	width: 1100px;
	margin: 0 auto 15px auto;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	padding-top: 25px;
}

div.secondary-buttons
{
	height: 40px;
	width: 240px;
	margin: 15px 0 0 50px;
}

div.filter-button
{
	height: 60px;
	width: 220px;
	margin:0 0 0 15px;
	padding: 0 0 0 0;
	background-color: #e87bb8;
	float: left;
	border: 1px solid #181818;
	border-radius: 32px;
	display: flex;
	position: relative;
	cursor: pointer;
}

div.filter-button-new
{
	height: 60px;
	width: 200px;
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;
	background-color: #e87bb8;
	float: left;
	border: 1px solid #181818;
	border-radius: 32px;
	display: flex;
	position: relative;
	cursor: pointer;
}

div.filter-button-label
{
	height: 60px;
	width: 160px;
	border-radius: 30px 0px 0px 30px;
	display: flex;
    justify-content: center;
    align-items: center;
}

div.filter-button-label-no-icon
{
	height: 60px;
	width: 220px;
	border-radius: 30px 0px 0px 30px;
	display: flex;
    justify-content: center;
    align-items: center;
}

div.filter-button-arrow
{
	height: 54px;
	width: 54px;
	border-radius: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #181818;
	margin: 3px;
}

div.filter-button-arrow-new
{
    height: 54px;
    width: 61px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #181818;
    margin: 3px;
}

div.clear-filters-button
{
	height: 40px;
	width: 220px;
	margin:15px 0 0 15px;
	padding: 0 0 0 0;
	background-color: #e87bb8;
	float: left;
	/*border: 2px solid #e87bb8;*/
	border-radius: 20px;
	display: none;
}

div.smaller-button
{
	display: flex;
	margin: 0 0 0 15px;
	cursor: pointer;
}

div.smaller-button-text
{
	height: 40px;
	width: 180px;
	border-radius: 20px 0px 0px 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #e87bb8;
}

div.smaller-button-text-new
{
	height: 40px;
	width: 160px;
	border-radius: 20px 0px 0px 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #e87bb8;
}

div.show-all-button
{
	width:20px;
	height: 20px;
	border-radius: 5px;
	background-color: #181818;
}

div.smaller-button-x
{
	height: 40px;
	width: 40px;
	border-radius: 0px 20px 20px 0px;
	display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
	background-color: #e87bb8;
}

div.shop-full-page
{
	width:1200px;
	background-color: #eab2e8;
    border-radius: 20px;
    margin: 25px auto 0 auto;
}

div.products-container
{
	width:1200px;
	margin-top: 5px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	padding-bottom: 50px;
}

div.product
{
	width: 247px;
    height: 323px;
	border: 1px solid #e87bb8;
    float: left;
    margin: 25px 25px 5px 25px;
}

div.product-page
{
	width: 1200px;
	background-color: #eab2e8;
    border-radius: 20px;
    margin: 25px auto 0 auto;
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

div.product-page-gallery
{
	width: 550px;
	/*height: 985px;*/
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

div.main-image-container
{
	width: 550px;
	height: 550px;
	display: flex;
	align-items: center;
    justify-content: center;
}

div.gallery-container
{
	width: 550px;
	/*height: 435px;*/
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

div.product-page-details
{
	width: 550px;
	/*height: 990px;*/
	margin-top: 30px;
	margin-bottom: 30px;
}

div.product-img-container
{
	width: 228px;
	height: 228px;
	margin: 10px;
}

div.shop-price-container
{
	width: 228px;
	height: 36px;
}

div.product-name-container
{
	width: 228px;
	height: 36px;
}

img.product-img
{
	max-height: 228px;
	max-width: 228px;
	display: block;
    margin: 0 auto 10px auto;
}

img.product-gal-thumbnail
{
	max-width: 116px;
	max-height: 116px;
	border-radius: 10px;
}

p.product-name-text
{
	font-size: 18px;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-weight: 700;
	color: #141414;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

p.shop-price-text
{
	font-size: 20px;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-weight: 700;
	color: #141414;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

p.shop-price-text-non-bold
{
	font-size: 20px;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	color: #141414;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/*dropdowns*/

div.type-menu
{
	position: absolute;
	width:220px;
	border: 1px solid #181818;
	border-top: none;
	border-radius: 0 0 30px 30px;
	left: -1px;
    top: -1px;
	display: none;
	background-color: #e87bb8;
	margin-top: 60px;
}

div.shape-menu
{
	position: absolute;
	width:220px;
	border: 1px solid #181818;
	border-top: none;
	border-radius: 0 0 30px 30px;
	left: -1px;
    top: -1px;
	display: none;
	background-color: #e87bb8;
	margin-top: 60px;
}

div.filter-menu-item
{
	width: 220px;
	height:60px;
	margin: 5px 0 5px 0;
	border-radius: 25px;
	display: flex;
}

div.gallery-item
{
	width: 116px;
	height: 116px;
	margin-top: 12px;
	margin-bottom: 12px;
	display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #e87bb8;
	border-radius: 10px;
	padding: 4px;
	cursor: pointer;
}

img.bottom-decor-shop
{
	width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

img.clear-filters-x
{
	width:15px;
	height:15px;
	display: none;
}

img.filter-triangle
{
	width: 25px;
	height: 25px;
}

img.filter-icon
{
	width:50px;
	height: 50px;
}

img.product-gal-main-img
{
	max-width:550px;
	max-height:550px;
	border-radius:10px;
	cursor: pointer;
}

img.full-screen-img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

span.icon-holder
{
	display: flex;
}

p.clear-filters-text
{
	color: #7c7c7c;
}

div.curtain
{
	background-color: rgba(0, 0, 0, 0.85);
	width:100%;
	height:100%;
	position: fixed;
	display: none;
}

div.product-title-container
{
	width: 524px;
	height: 180px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
}

div.product-mats-container
{
	width: 524px;
	height: 90px;
	margin: 0 auto;
	overflow-y: auto;
}

div.price-row-container
{
	display: flex;
    flex-direction: row;
    width: 524px;
    margin: 0 auto;
}

div.product-price-container
{
	width: 262px;
	height: 90px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

div.product-stock-container
{
	width: 262px;
	height: 90px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
}

div.product-button-container
{
	width: 524px;
	height: 100px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
}

div.product-postage-container
{
	width: 524px;
	height: 110px;
	margin: 0 auto;
}

div.product-back-container
{
	width: 524px;
	height: 40px;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

div.product-desc-container
{
	width: 524px;
	height: 396px;
	margin: 0 auto;
	overflow-y: scroll;
	background-color: #ffdfff;
}

div.postage-info-text-container
{
	width:524px;
	height: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
}

div.postage-info-sections-container
{
	height: 70px;
	width:524px;
	display: flex;
    justify-content: space-evenly;
}

div.postage-info-section
{
	height: 70px;
	width: 170px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

img.postage-flag
{
	height: 20px;
}

p.product-name-font
{
	font-family: Impacto, Impact, sans-serif;
	font-size: 56px;
	color: #181818;
}

p.product-price-text-old-price
{
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 24px;
	color: #181818;
	margin-bottom: 10px;
}

p.product-price-text
{
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 48px;
	color: #181818;
	margin-bottom: 10px;
}

p.back-text
{
	margin-bottom: 23px;
	margin-left: 20px;
}

button.add-to-basket-button
{
	width:450px;
	height: 75px;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	border-radius: 35px;
	border: 3px solid #e87ab7;
	background-color: rgb(232, 122, 183);
    border-color: rgb(232, 122, 183);
	cursor: pointer;
	font-size: 34px;
	padding-bottom: 8px;
}

button.back-to-shop-button
{
	width: 400px;
	height: 44px;
	cursor: pointer;
	border: 3px solid #e87ab7;
	border-radius: 20px;
	background-color: #e87ab7;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 24px;
	padding-bottom: 2px;
	margin-top: 25px;
}

div.shop-back-button-container
{
	display: flex;
    justify-content: center;
}

.desc-scroll::-webkit-scrollbar
{
	width: 12px;
    background-color: #F5F5F5;
}

.desc-scroll::-webkit-scrollbar-thumb
{
	background-color: #e87ab7;
}

.desc-scroll::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
    border: 1px solid #e87ab7;
}

div.mobile-heading-container
{
	display: none;
}

/*All Mobiles Portrait Mode*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){ 

	p.product_description_padding
	{
		padding-left: 0px;
	}

	p.product-price-text-old-price
	{
		font-size: 72px;
	}

	div.shop-full-page
	{
		width: 1000px
	}
	
	div.products-container
	{
		width: 1000px;
	}
	
	img.shop-banner
	{
		display: none;
	}
	
	img.product-img
	{
		max-height: 642px;
		max-width: 428px;
	}
	
	div.product-img-container
	{
		width: 424px;
		height: 642px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	div.product
	{
		width: 442px;
		height: 910px;
		border: 4px solid #e87bb8;
	}
	
	div.product-name-container
	{
		width: 442px;
		height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	p.product-name-text
	{
		font-size: 48px;
	}
	
	p.shop-price-text
	{
		font-size: 72px;
	}
	
	p.shop-price-text-non-bold
	{
		font-size: 56px;
	}
	
	div.shop-price-container
	{
		width: 442px;
		height: 130px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	div.filters-container
	{
		width: 1000px;
		height: 235px;
	}
	
	div.filter-button
	{
		margin: 25px auto 0 auto;
		height: 160px;
		width: 560px;
		border-radius: 80px;
	}
	
	div.filter-button-label
	{
		width:400px;
		height: 160px;
		border-radius: 80px 0px 0px 80px;
	}
	
	div.filter-button-arrow
	{
		height: 150px;
		width: 150px;
		border-radius: 75px;
		margin: 5px;
	}
	
	img.filter-triangle
	{
		width: 75px;
		height: 75px;
	}
	
	p.filter-button-text
	{
		font-size: 100px;
	}
	
	div.secondary-buttons
	{
		height: 120px;
		width: 1000px;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	div.smaller-button-text
	{
		width: 480px;
		height: 110px;
		margin: 0;
		border-radius: 55px 0px 0px 55px;
	}
	
	div.smaller-button-x
	{
		width: 110px;
		height: 110px;
		border-radius: 0px 55px 55px 0px;
	}
	
	div.smaller-button
	{
		background-color: #e87bb8;
		border-radius: 55px 55px 55px 55px;
		margin: 0;
	}
	
	p.mob-clear-filter-text
	{
		font-size: 64px !important;
		margin-bottom: 8px !important;
	}
	
	div.type-menu
	{
		height: 805px;
		width: 560px;
		margin-top: 159px;
		border-radius: 0 0 80px 80px;
	}
	
	div.filter-menu-item
	{
		width: 560px;
		height: 155px;
	}
	
	img.filter-icon
	{
		width: 130px;
		height: 130px;
	}
	
	img.clear-filters-x
	{
		width: 65px;
		height: 65px;
	}
	
	img.bottom-decor-shop
	{
		width: 1100px;
	}
	
	div.product-page
	{
		width: 1000px;
		flex-direction: column;
	}
	
	img.mob-product-page-bottom-decor
	{
		width: 1100px !important;
	}
	
	div.product-title-container
	{
		display: none;
	}
	
	div.product-page-gallery
	{
		width: 1000px;
	}
	
	div.main-image-container
	{
		width: 1000px;
		height: 1020px;
		margin-bottom: 40px;
	}
	
	img.product-gal-main-img
	{
		max-width: 1000px;
		max-height: 1000px;
	}
	
	div.mobile-heading-container
	{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	p.mobile-product-heading
	{
		font-family: Impacto, Impact, sans-serif;
		font-size: 108px;
		color: #181818;
		text-align: center;
		margin-bottom: 50px;
	}
	
	div.gallery-container
	{
		width: 1000px;
	}
	
	div.gallery-item
	{
		width: 440px;
		height: 440px;
		border: 2px solid #e87bb8;
		padding: 0px;
	}
	
	img.product-gal-thumbnail
	{
		max-width: 420px;
		max-height: 420px;
	}
	
	div.product-page-details
	{
		width: 1000px;
	}
	
	div.product-mats-container
	{
		width: 1000px;
		height: auto;
		display: flex;
		justify-content: center;
	}
	
	p.mobile-tagline-text
	{
		font-size: 64px !important;
		width: 900px !important;
	}
	
	div.price-row-container
	{
		width: 1000px;
		margin: 40px auto;
	}
	
	div.product-price-container
	{
		height: auto;
		width: 500px;
	}
	
	div.product-stock-container
	{
		height: auto;
		width: 500px;
	}
	
	p.product-price-text
	{
		font-size: 90px;
		font-weight: 700;
	}
	
	p.mob-product-available-qty
	{
		font-size: 90px;
		margin-bottom: 10px;
	}
	
	div.product-button-container
	{
		width: 1000px;
		height: 140px;
	}
	
	button.add-to-basket-button
	{
		width: 750px;
		height: 140px;
		border-radius: 70px;
		font-size: 80px;
		padding-bottom: 10px;
		font-weight: 700;
	}
	
	div.product-desc-container
	{
		width:1000px;
		height: auto;
		overflow-y: visible;
		display: flex;
		justify-content: center;
		background-color: transparent;
	}
	
	p.mob-product-desc
	{
		width: 850px;
	}
	
	div.product-postage-container
	{
		width: 1000px;
		height: auto;
	}
	
	div.postage-info-text-container
	{
		width: 1000px;
		height: auto;
	}
	
	div.postage-info-sections-container
	{
		width: 1000px;
	}
	
	p.mob-product-postage-info-heading
	{
		font-size: 72px;
	}

	div.postage-info-sections-container
	{
		height: auto;
		margin-top: 35px;
	}
	
	div.postage-info-section
	{
		height: auto;
		width: 300px;
		justify-content: space-between;
	}
	
	img.postage-flag
	{
		height: 110px;
	}
	
	div.shop-back-button-container
	{
		margin: 40px 0 40px 0;
	}
	
	button.back-to-shop-button
	{
		width: 700px;
		height: 140px;
		border-radius: 70px;
		font-size: 80px;
		padding-bottom: 12px;
	}
}

/*Big phones portrait mode*/
@media only screen and (min-device-width : 412px) and (max-device-width : 480px){ 

	div.shop-full-page
	{
		width: 1100px;
	}

	div.products-container
	{
		width: 1100px;
	}
	
	div.product
	{
		width: 492px;
	}
	
	div.product-img-container
	{
		width: 474px;
	}
	
	div.product-name-container
	{
		width: 492px;
	}
	
	div.secondary-buttons
	{
		width: 1100px;
	}

}