body
{
	margin: 0;
	overflow-y: scroll;
}

a
{
  color: inherit;
  text-decoration: inherit;
}

hr.checkout
{
	width: 99%;
	border: 1px solid black;
}

.mobile-only
{
	display: none;
}

.black
{
	color: black;
}

.pointer
{
	cursor: pointer;
}

.greybg
{
	background-color: #d3d3d3;
}

.flex-start
{
    align-items: flex-start !important; 
}

.bold
{
	font-weight: 700;
}

.green
{
	color: #137013;
}

.blue
{
	color: #0000FF;
}

.red
{
	color: #8a1515;
}

.real_red
{
	color: #e80e0e;
}

.text-left
{
	text-align: left;
}

.text-center
{
	text-align: center;
}

.text-right
{
	text-align: right;
}

.no-margin
{
	margin: 0;
}

.m-top-0
{
	margin-top: 0px !important;
}

.m-top-10
{
	margin-top: 10px !important;
}

.m-top-18
{
	margin-top: 18px !important;
}


.m-top-20
{
	margin-top: 20px !important;
}

.m-top-25
{
	margin-top: 25px !important;
}

.m-top-32
{
	margin-top: 32px !important;
}

.m-top-35
{
	margin-top: 35px !important;
}

.m-top-40
{
	margin-top: 40px !important;
}

.m-top-50
{
	margin-top: 50px !important;
}

.m-right-25
{
	margin-right: 25px !important;
}

.m-right-30
{
	margin-right: 30px !important;
}

.m-right-50
{
	margin-right: 50px;
}

.m-top-50
{
	margin-top: 50px !important;
}

.m-bottom-0
{
	margin-bottom: 0px !important;
}

.m-bottom-20
{
	margin-bottom: 20px !important;
}

.m-bottom-25
{
	margin-bottom: 25px !important;
}

.m-bottom-50
{
	margin-bottom: 50px !important;
}

.m-left-0
{
	margin-left: 0px !important;
}

.m-left-20
{
	margin-left: 20px !important;
}

.m-left-25
{
	margin-left: 25px;
}

.m-left-35
{
	margin-left: 35px;
}

.m-left-50
{
	margin-left: 50px;
}

.m-left-100
{
	margin-left: 100px;
}

.m-v-20
{
	margin: 20px 0 20px 0;
}

.w100p
{
	width: 100% !important;
}

.w40
{
	width: 40px !important;
}

.w60
{
	width: 60px !important;
}

.w80
{
	width: 80px !important;
}

.w150
{
	width: 150px !important;
}

.w180
{
	width: 180px !important;
}

.w200
{
	width: 200px !important;
}

.w300
{
	width: 300px !important;
}

.w380
{
	width: 380px !important;
}

.w600
{
	width: 600px !important;
}

.w800
{
	width: 800px !important;
}

.w850
{
	width: 850px !important;
}

.full-width
{
	width: 100% !important;
}

.close-basket-menu-icon
{
	width: 24px;
    height: 24px;
}

.balance-text
{
	text-wrap: balance;
}

.swiper
{
	width: 100%;
	height: 60vh;
	min-height: 640px;
	min-width: 1366px;
}

/*#Divs #div*/

div.the-pack-page-select
{
	display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

div.age-verification-buttons
{
	display: flex;
    justify-content: space-evenly;
}

div.age-verification-prompt
{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
	background: white;
    padding: 20px;
    border-radius: 0px;
    text-align: center;
    width: 40vw;
    /*height: 23.5vh;*/
	height: auto;
    border: 2px solid black;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.age-verification-overlay
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px);
    z-index: 9999;
	display: none;
}

div.landscape-and-portrait
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

div.portrait-and-portrait
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

div.flexwrap
{
	flex-wrap: wrap;
}

div.shipping-breakdown-left
{
	width: 70%;
}

div.shipping-breakdown-right
{
	width: 30%;
}

div.pagination-bottom
{
    display: flex;
    justify-content: center;
}

div.shop-sort-container
{
	display: flex;
    align-items: center;
	width: 100%;
	margin: 40px 20px;
}

div.ei_order_container
{
	display: flex;
    flex-wrap: wrap;
	width: 800px;
	border: 1px solid black;
	padding: 15px;
	
}

div.ei_order_sortable
{
	width:200px;
}

div.ep-images-container
{
	width: 690px;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

div.customs-img-drop-zone
{
	border: 1px solid black;
	padding: 20px 10px 50px;
	margin-bottom: 50px;
	background-color: #d4d4d4;
}

div.dragbox
{
	border: 1px solid black;
	padding: 10px;
	margin-bottom: 50px;
}

div.checkout-agreement-container
{
	width: 95%;
	display: flex;
    align-items: center;
	justify-content: center;
}

div.checkout-agreement-checkbox
{
	padding-right: 20px;
}

div.checout-agreement-text
{
	text-align: center;
}

div.ml-file-container
{
	width: 90%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

div.ml-element-edit
{
	width: 100%;
	height: 250px;
	border: 4px solid black;
	margin-bottom: 80px;
}

div.email-preview
{
	width:750px;
	padding: 25px;
	margin: 0 auto;
}

div.order-history-container
{
	width: 960px;
	display: flex;
	flex-direction: column;
	border: 1px solid black;
	margin: 0 auto;
}

div.order-history-row
{
	width: 960px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

div.order-display-container
{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

div.order-page-item-row
{
	width: 910px;
	margin: 15px auto;
	display: flex;
}

div.order-page-item-row-thumb-container
{
	width: 200px;
	height: 200px;
}
div.order-page-item-row-text-container
{
	width: 710px;
	height: 200px;
}

div.order-display-bottom
{
	width: 960px;
	display: flex;
	flex-direction: column;
	padding: 15px 30px;
	border: 1px solid black;
	border-top: none;
	border-radius: 0 0 10px 10px ;
	margin-bottom: 50px;
}

div.order-display-top
{
	background-color: #e7e7e7;
	width: 960px;
	display: flex;
	padding: 15px 30px;
	border: 1px solid black;
	border-radius: 10px 10px 0 0 ;
}

div.order-display-section-top-section
{
	width: 320px;
}

div.order-display-section-top-section-half
{
	width: 160px;
}

div.paypal-button-container
{
	width: 96%;
    margin: 20px auto 0;
}

div.checkout-white-text-bg
{
	background-color: #FFFFFF;
    width: calc(100% - 50px);
    margin: 25px auto;
	border: 1px solid black;
}

div.checkout-text-row
{
	display: flex;
    width: 95%;
    margin: 0px auto;
    justify-content: space-between;
}

div.checkout-basket-items-container
{
	width: 90%;
	margin: 45px auto 25px;
}

div.checkout-basket-item-text-container
{
	width: 70%;
	height: 130px;
}

div.checkout-basket-item
{
	width: 100%;
	height: 130px;
	margin-bottom: 25px;
	display: flex;
	background-color: #FFFFFF;
}

div.checkout-basket-item-thumb-container
{
	width: 130px;
	height: 130px;
}

div.checkout-container
{
	display: flex;
	margin-bottom: 60px;
	background-color: #e3e3e3;
	padding-bottom: 20px;
}

div.checkout-basket-summary-wrapper
{
	background-color: #FFFFFF;
	padding: 25px 5px 25px 5px;
	border: 1px solid black;
}

div.checkout-form-side
{
	width: 60%;
	
}

div.checkout-basket-side
{
	width: 40%;
}

div.checkout-form-double-text-row
{
	display: flex;
    width: 90%;
    margin: 0 auto;
	justify-content: space-between;
}

div.checkout-form-single-input-row
{
	width: 90%;
	margin: 0 auto;
}

div.checkout-form-double-input-row
{
	width: 91%;
    margin: 0px 36px;
    display: flex;
    justify-content: space-between;
}

div.basket-menu-basket-contents
{
	width: 402px;
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: auto;
}

div.basket-menu-item
{
	display: flex;
	width: 400px;
	height: 110px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

div.basket-menu-item-last
{
	border-bottom: 1px solid black;
}

div.basket-menu-item-thumb-container
{
	width: 110px;
	height: 110px;
}

div.basket-menu-item-text-container
{
	width: 290px;
	height: 110px;
}

div.basket-page-bottom-text-container
{
	width: 800px;
	margin: 0 auto;
}

div.basket-page-item-thumb-container
{
	width:200px;
	height:200px;
	display: flex;
    justify-content: center;
    align-items: center;
}

div.basket-page-items-container
{
	display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
}

div.basket-page-item
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 200px;
	width: 800px;
	display: flex;
}

div.basket-page-item-text-area
{
	width: 500px;
	height: 200px;
}

div.basket-page-item-remove-area
{
	width: 100px;
	height: 200px;
	display: flex;
    align-items: center;
    justify-content: center;
}

div.basket-page-item-last
{
	border-bottom: 1px solid black;
}

div.basket-menu-item-list-container
{
	width: 400px;
	display: flex;
    flex-direction: column;
    align-items: center;
	margin: 0 auto;
}

div.basket-menu-buttons-container
{
	display: flex;
    flex-direction: column;
    align-items: center;
}

div.product-page-curtain
{
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0);
	position: fixed;
	z-index: 11;
	display: none;
}

div.gallery-thumbnails-container
{
	/*height: 40px;
	width: 700px;*/
	margin: 0 auto;
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
}

div.thumb-container
{
	width: calc(25% - 23px);
	height: 140px;
	border: 1px solid black;
	margin: 0px 10px 20px 10px;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

div.product-description-container
{
	width: 670px;
    margin: 36px auto;
}

div.product-quanitity-toggle
{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-top: 12px;
	margin-left: 36px;
}

div.product-wrapper
{
	display: flex;
	margin-bottom: 30px;
}

div.product-page-gallery-side
{
	width: 50%;
}

div.product-page-info-side
{
	width: 50%;
}

div.product-page-top-menu
{
	height: 60px;
	width: 100%;
	display: flex;
    align-items: center;
}

div.countdown-preview
{
	height: 72px;
	width: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0 auto;
}

div.var
{
	margin-bottom:60px;
	display: none;
}

div.slider-container
{
	display: flex;
    align-items: center;
}

div.a-back-container
{
	display: flex;
    justify-content: flex-end;
}

div.a-back
{
	cursor: pointer;
}

div.customs-design-previews-cont
{
	width:880px;
	margin: 20px 0 0 0;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

div.customs-design-preview
{
	width: 208px;
	height: 208px;
	border: 1px solid black;
	margin: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
}

div.customs-form
{
	border: 1px solid black;
	padding: 20px;
	margin: 20px;
}

div.customs-form-row
{
	display: flex;
    flex-direction: row;
	align-items: center;
}

div.img-input-row
{
	display: flex;
    flex-direction: row;
    align-items: center;
    width: 460px;
    justify-content: space-between;
}

div.customs-form-row-text-cont
{
	width: 206px;
}

div.pack-consent-container
{
	width: 50px;
}

div.customs-form-row-input-cont
{
	width: 70%;
	padding-left: 20px;
}

div.login-fail-box
{
	width: 280px;
	border: 1px solid red;
	margin: 0px 0px 0px 54px;
}

div.checkbox-row
{
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 0px 50px;
}

div.checkbox-row-text
{
	padding: 20px;
}

div.registration-form
{
	border: 1px solid black;
	width: 520px;
	margin: 30px auto;
}

div.user-menu
{
	width: 380px;
}

div.error-box
{
	width: 980px;
	border: 1px solid red;
	margin: 50px auto;
	padding: 10px;
}

div.success-box
{
	width: 1000px;
	border: 1px solid #296e2e;
	margin: 50px auto;
}

div.contact-captcha
{
	display: flex;
    flex-direction: column;
}

div.contact-form-row
{
	display: flex;
    flex-direction: row;
    align-items: center;
}

div.contact-form-row-nocenter
{
	display: flex;
    flex-direction: row;
}

div.sm-page-socials-container
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

div.sm-page-social
{
	height: 80px;
	width: 500px;
	display: flex;
	align-items: center;
	margin: 12px 0 12px 0;
}

div.coi-hardware-container
{
	margin-top: 35px;
    display: flex;
    justify-content: space-evenly;
}

div.coi-hardware
{
	display: flex;
    flex-direction: column;
    align-items: center;
}

div.coi-ear-styles-container
{
	display: flex;
    flex-direction: row;
    width: 1200px;
    flex-wrap: wrap;
}

div.coi-ear-style
{
	width:600px;
	margin-bottom: 40px;
}

div.text-page-container
{
	width: 1200px;
	margin: 0 auto;
}

button.no-style-button
{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
}

div.text-page-container-extended
{
	width: 1600px;
	margin: 0 auto;
}

div.product-page-container
{
	width: 100%;
	margin: 0 auto;
	min-width: 1366px;
	max-width: 1600px;
}

div.currency-menu-selection
{
	width:60px;
	height: 86px;
	padding: 6px 0 6px 0;
}

div.currency-menu-selection-symbol-container
{
	width:60px;
	height: 60px;
}

div.currency-menu-selection-text-container
{
	width:60px;
	height: 26px;
}

div.footer-left
{
	width:220px;
	height: 220px;
}

div.footer-right
{
	width:400px;
	height: 220px;
}

div.basket-heading-container
{
	display: flex;
    justify-content: flex-end;
}

div.basket-close-button-container
{
	width: 50px;
	height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

div.basket-curtain
{
	width: 100%;
	height: 100%;
	background-color: black;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
}

div.basket-tab
{
	width: 450px;
    height: 100%;
    background-color: white;
    position: fixed;
    z-index: 12;
    top: 0;
    right: -450px;
}

div.user-tab
{
	width: 380px;
    height: 100%;
    background-color: white;
    position: fixed;
    z-index: 12;
    top: 0;
    right: -380px;
}

div.banner-text-container
{
	display: flex;
    align-items: center;
}

div.top-banner-container
{
	width: 100%;
	height: 150px;
	padding-top: 20px;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	background-color: black;
	min-width: 1366px;
}

div.testimonials-ratings-row
{
	display: flex;
}

div.testimonials-images-row
{
	display: flex;
}

div.testimonials-image-container
{
	width: 25%;
	display: flex;
    justify-content: center;
}

div.testimonials-rating-container
{
	width: 25%;
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

div.top-bar-upper
{
	background-color: #FFFFFF;
	width:100%;
	height: 34px;
	display: flex;
    justify-content: center;
	align-items: center;
}

div.top-bar-main
{
	background-color: #000000;
	width:100%;
	height: 290px;
	position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
	display: inline-table;
}

div.top-menu-container
{
	width: 100%;
	height: 60px;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	position: sticky;
	position: -webkit-sticky;
    top: 0;
    z-index: 10;
	background-color: black;
	min-width: 1366px;
}

div.tm-home
{
	height: 90px;
	width: 400px;
	display: flex;
    justify-content: center;
    align-items: center;
}

div.tm-nav
{
	height: 60px;
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
	align-items: center;
	margin-left: 26px;
}

div.tm-nav-section
{
	height: 60px;
	width: 94px;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	flex-wrap: wrap;
}

div.tm-nav-section-social
{
	height: 60px;
	width: 110px;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	flex-wrap: wrap;
}

div.tm-nav-section-info
{
	height: 90px;
	width: 160px;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	flex-wrap: wrap;
}

div.tm-menu
{
	height: 60px;
	width: 400px;
	display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
	margin-right: 36px;
}

div.tm-menu-button-container
{
	height:50px;
	width:50px;
	border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	margin-left: 25px;
}

div.curr-menu-container
{
	height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 25px;
}

div.home-thumb-image-container
{
	width:100%;
	height:450px;
	display: flex;
	align-items: center;
    justify-content: center;
	overflow: hidden;
	min-width: 330px;
}

div.home-thumb-text-container
{
	width:100%;
	height:120px;
	display: flex;
    justify-content: center;
    align-items: center;
}

div.home-thumbs-container
{
	display: flex;
	justify-content: space-evenly;
	min-width: 1366px;
	height: 600px;
}

div.home-thumb
{
	width: 22%;
	height: 440px;
	margin-top: 30px;
}

div.mailing-list-quick-join
{
	width: 100%;
	height: 200px;
	background-color: #000000;
	margin-bottom: 50px;
	display: flex;
    flex-direction: row;
	min-width: 1366px;
}

div.mailing-list-quick-join-left
{
	width: 50%;
	height: 200px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

div.mailing-list-quick-join-right
{
	width: 50%;
	height: 200px;
	display: flex;
    align-items: center;
    justify-content: center;
}

div.footer-container
{
	display: flex;
    flex-direction: row;
    align-items: center;
	min-width: 1366px;
	margin-bottom: 60px;
	justify-content: center;
}

div.footer-text
{
	display: flex;
    flex-direction: column;
    align-items: center;
}

div.socials
{
	margin: 10px 0 0 20px;
}

div.slide-half-left
{
	height: 100%;
	width: 50%;
	float: left;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.slide-half-right
{
	height: 100%;
	width: 50%;
	float: right;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.slide-text-shadow-left
{
	background-color: rgba(0,0,0,0.5);
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 44px;
	width: 95%;
}

div.slide-text-shadow-right
{
	background-color: rgba(0,0,0,0.5);
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 44px;
	width: 95%;
}

div.currency-menu
{
	background-color: #333333;
    width: 60px;
    height: 490px;
    position: absolute;
    top: 60px;
	display:none;
}

div.shop-menu
{
	background-color: #333333;
    width: 160px;
    height: auto;
    position: relative;
    top: 0px;
	display:none;
	left: 33px;
	z-index: 200;
}

div.info-menu
{
	background-color: #333333;
    width: 160px;
    height: 560px;
    position: relative;
    top: 0px;
	display:none;
	left: 33px;
}

div.gallery-menu
{
	background-color: #333333;
    width: 160px;
    height: 210px;
    position: relative;
    top: 0px;
	display:none;
	left: 33px;
}

div.sub-menu-wrap
{
	display: flex;
    align-items: center;
	height: 60px;
}

div.dropdown-menu-section
{
	width: 160px;
	height:70px;
	display: flex;
    align-items: center;
    justify-content: center;
}

div.new-product-notification-container
{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 72px;
	background-color: #FFFFFF;
	min-width: 1366px;
	border-bottom: 1px solid black;
}

div.testimonials-container
{
	width:100%;
	min-width: 1366px;
	border-top: solid black 2px;
}

div.product-info-frame
{
	margin: 0px 25px 25px 25px;
	background-color: #f5f5f5;
	padding-top: 1px;
	padding-bottom: 1px;
}

div.var-button
{
	border: 1px solid black;
	display: inline-block;
	min-width: 100px;
	margin: 12px;
	cursor: pointer;
}

div.var-buttons-row
{
	margin-left: 30px;
	margin-right: 30px;
}

div.variables-section
{
	margin-bottom: 48px;
}

/*#Text*/
/* font-family: 'Bebas Neue', cursive; */

p.the-pack-page-select
{
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
	text-align: center;
}

p.the-pack-page-number
{
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
	text-align: center;
}

p.age-verification
{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	margin: 1vh 0;
}

p.age-verification-heading
{
	font-family: 'Bebas Neue';
	color:#000000;
	font-size: 3.6rem;
	margin:0;
	padding:0;
}

label.customs-ears
{
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
	margin-left: 8px;
}

p.pagination
{
	width: 50px;
    text-align: center;
}

p.text-side-margins
{
	margin-left:50px;
	margin-right:50px;
}

p.pp_link
{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: blue;
}

p.indent50
{
	text-indent: 50px;
}

p.order-display-text
{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin: 5px 0;
}

p.checkout-order-review-text
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}

p.checkout-basket-item-title
{
	font-family: 'Bebas Neue';
    height: 43px;
    font-size: 24px;
    margin: 2px 12px 0;
    align-items: center;
	white-space: nowrap;
	overflow: hidden;
	width: 267px;
    text-overflow: ellipsis;
    display: block;
}

p.checkout-basket-item-vars
{
	font-family: 'Montserrat', sans-serif;
	height: 43px;
	margin: 0 12px;
    align-items: center;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
    width: 267px !important;
    text-overflow: ellipsis;
    display: block;
}

p.checkout-basket-item-price
{
	font-family: 'Montserrat', sans-serif;
	height: 43px;
	margin: 0 12px;
    display: flex;
    align-items: center;
	font-size: 18px;
	font-weight: 700;
}

p.checkout-form-text-half-row-left
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin-left: 25px;
	margin-bottom: 2px;
}

p.checkout-form-text-half-row-right
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin-right: 25px;
	margin-bottom: 2px;
}

p.basket-menu-subtotal
{
	font-family: 'Montserrat', sans-serif;
    font-size: 26px;
	margin-top: 25px;
    width: 400px;

}

p.basket-item-title
{
	font-family: 'Bebas Neue';
    height: 36px;
    font-size: 24px;
    margin: 2px 12px 0;
    display: flex;
    align-items: center;
	white-space: nowrap;
	overflow: hidden;
}

p.basket-item-vars
{
	font-family: 'Montserrat', sans-serif;
	height: 36px;
	width: 266px;
	margin: 0 12px;
    display: flex;
    align-items: center;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
}

p.basket-item-price
{
	font-family: 'Montserrat', sans-serif;
	height: 36px;
	margin: 0 12px;
    display: flex;
    align-items: center;
	font-size: 18px;
	font-weight: 700;
}

p.basket-page-subtotal
{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	margin-bottom: 0px;
}

p.basket-page-item-heading
{
	font-family: 'Bebas Neue';
    font-size: 32px;
    margin: 5px 0px 0px 20px;
    height: 78px;
	display: flex;
	align-items: flex-start;
}

p.basket-page-item-vars
{
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin: 0px 0 0px 20px;
    height: 70px;
    display: flex;
    /*align-items: center;*/
}

img.l-and-p-landscape
{
	height: 520px;
	max-width: 760px;
}

img.l-and-p-portrait
{
	height: 520px;
	max-width: 390px;
}

img.p-and-p
{
	height: 600px;
	max-width: 450px;
}

img.full-page-landscape-image
{
	width: 1100px;
    margin: 0 auto;
    display: block;
}

img.maintenance-heading
{
	display: block;
	margin: 60px auto 80px;
}

img.maintenance-icon
{
	display: block;
	margin: 0 auto;
}

p.maintenance-text
{
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
	color: black;
	text-align: center;
}

p.basket-page-item-price
{
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin: 0px 0 0px 20px;
    height: 65px;
    display: flex;
    align-items: center;
	font-weight: 700;
}

p.product-description-text
{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin: 0px 12px;
    width: calc(100% - 25px);
}

p.product-price
{
	font-family: 'Montserrat', sans-serif;
	margin: 40px 0px 0 40px;
	font-size: 32px;
}

p.price-info
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
    margin-left: 40px;
}

p.available
{
	margin-left: 24px;
    font-size: 22px !important;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0 0 20px;
}

p.product-info
{
	margin-left: 24px;
    font-size: 22px !important;
}

p.product-info-red
{
	margin-top: 8px;
	margin-left: 24px;
    font-size: 22px !important;
	color: red;
}

p.var-selection-text
{
	margin-left:24px;
	margin-right:24px;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

p.product-name
{
	font-family: 'Montserrat', sans-serif;
    font-size: 28px;
	margin: 24px 24px 32px 24px;
}

p.product-var-title
{
	margin-left: 24px;
	margin-bottom: 0;
	font-weight: 700;
}

p.product-back-menu
{
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
	margin: 0 0 0 10px;
}

p.a-heading
{
	font-family: 'Montserrat', sans-serif;
    font-size: 32px;
	font-weight: 700;
	margin-bottom: 0px;
}

p.a-item
{
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
	margin: 10px 0 0 0;
	color: blue;
}

p.ml-thanks
{
	color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
}

label.reg-checkbox-label
{
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}

p.reg-form-label
{
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-left: 50px;
    margin-bottom: 0;
}

p.text-input-label
{
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}

p.sign-in-form-label
{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin-left: 50px;
	margin-bottom: 0;
}

p.user-menu-heading
{
	font-family: 'Bebas Neue';
	font-size: 36px;
	margin: 0 0 0 50px;
}

p.contact-form-label
{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	width: 195px;
}

p.socials-page-label
{
	font-family: 'Bebas Neue';
	font-size: 56px;
    margin-left: 24px;
}

p.sm-page-top-text
{
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 50px auto;
}

p.coi-hardware-text
{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	text-align: center;
}

p.coi-title
{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	text-align: center;
	margin-top: 0;
}

p.cdg-desc
{
	width: 450px;
    margin: 0 auto;
	font-size: 18px;
}

p.faq-q
{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

p.faq-a
{
	margin-top: 2px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}

p.text-page-heading
{
	font-family: 'Bebas Neue';
	font-size: 42px;
	text-align: center;
}

p.text-page-heading-shop-na
{
	font-family: 'Bebas Neue';
	font-size: 42px;
	text-align: center;
	width: 1600px;
}

p.reg-form-heading
{
	font-family: 'Bebas Neue';
	font-size: 42px;
	text-align: center;
	margin: 10px 0 10px 0;
}

p.text-page-subheading
{
	font-family: 'Bebas Neue';
	font-size: 30px;
	margin-bottom: 0px;
}

img.pack-sub-thumb
{
	max-width: 250px;
	max-height: 250px;
	display: block;
	margin: 0 auto;
}

p.text-generic-small
{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}

p.text-generic-smallish
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

p.text-generic
{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}

p.text-generic-slightly-bigger
{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
}

p.text-generic-bigger
{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}

p.currency-menu-selection-symbol
{
	font-family: 'Bebas Neue';
	font-size: 48px;
	text-align: center;
	color: white;
	margin: 0;
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

p.currency-menu-selection-text
{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 0;
	font-size: 20px;
	color: white;
}

p.footer-heading
{
	font-family: 'Bebas Neue';
	font-size: 30px;
	margin: 5px 0 0 20px;
}

p.footer-text
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin: 0 0 0 20px;
}

p.basket-heading
{
	font-family: 'Bebas Neue';
	font-size: 36px;
	text-align: center;
    width: 350px;
    margin-left: 50px;
}

p.banner-text
{
	font-family: 'Bebas Neue';
    line-height: 0.86;
    color: white;
    font-size: 94px;
    width: 360px;
    margin: 0;
    text-align: center;
}

p.testimonials-text
{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 20px;
	width: 75%;
	margin: 0;
}

p.testimonials-author
{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

p.testimonials-author-social
{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 24px;
}

p.testimonials-heading
{
	font-family: 'Bebas Neue';
	font-size: 36px;
	margin: 45px auto 45px auto;
	text-align: center;
}

p.nav-menu-main
{
	font-family: 'Bebas Neue';
	font-size: 26px;
	color: white;
	cursor: pointer;
	text-align: center;
	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

p.nav-menu-main-smaller
{
	font-family: 'Bebas Neue';
	font-size: 24px;
	color: white;
	cursor: pointer;
	text-align: center;
	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

p.tm-menu-currency-symbol
{
	font-family: 'Bebas Neue';
	font-size: 40px;
	color: white;
	cursor: pointer;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

p.top-bar-upper-text
{
	padding: 0;
	margin: 0;
	font-family: 'Bebas Neue';
	font-size: 24px;
}

p.home-thumb-text
{
	padding: 0;
	margin: 0;
	font-family: 'Bebas Neue';
	font-size: 36px;
}

p.mailing-list-quick-join-heading
{
	font-family: 'Bebas Neue';
	font-size: 48px;
	color: #FFFFFF;
	margin: 25px auto;
}

p.mailing-list-quick-join-text
{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin-left: 30px;
    margin-right: 30px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 0px 30px 15px;
}

p.footer-text-line
{
	margin: 2px 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
}

p.footer-text-bottom-line
{
	margin: 20px 0 50px 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
}

p.slide-text-left
{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 25px;
    margin-left: 25px;
}

p.slide-text-right
{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: right;
	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 25px;
    margin-left: 25px;
}

p.slide-text-heading
{
	font-family: 'Bebas Neue';
	margin: 15px 0 0 0;
	color: #FFFFFF;
	font-size: 48px;
	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

p.new-product-bar-text
{
	font-family: 'Bebas Neue';
	color: #000000;
	margin: 0;
	font-size: 28px;
}

/*#Images #Imgs*/

img.ei_del_thumb
{
	width: 200px;
	margin:25px;
}

img.ei_order_thumb
{
	width:90%;
}

img.ep-image
{
	width: 150px;
	border: 1px solid white;
	margin: 2px;
}

img.ep-image-main
{
	border: 1px solid red !important;
}

img.care-img-mobile
{
	display: none;
}

img.hw-colours
{
	display: block;
	margin: 0 auto;
}

img.co-image
{
	max-width: 1200px;
	margin: 20px 75px;
}

img.sold-out-overlay
{
	position: absolute;
	width: 300px;
    height: 400px;
    object-fit: cover;
	opacity: 75%;
	z-index: 2;
}

img.paypal-checkout-button
{
	width: 100%;
}

img.basket-menu-item-thumb
{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

img.basket-page-product-thumb
{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

img.product-curtain-img
{
	margin: 0 auto;
	opacity: 0;
}

img.product-page-thumb
{
	max-width: 100%;
	max-height: 100%;
}

img.quantity-toggle-icon
{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

img.product-main-img
{
	width: calc(100% - 100px);
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 16px;
	cursor: pointer;
}

img.a-mng-thumb
{
	max-width: 120px;
	max-height: 120px;
	margin: 0 auto;
    display: block;
}

img.customs-design-prev-pic
{
	max-width: 200px;
	max-height: 200px;
}

img.reg-captcha
{
	width: 230px;
    margin: 6px auto 12px auto;
	display: block;
}

img.contact-captcha
{
	width: 230px;
	margin: 20px 0 0 0;
}

img.socials-page-icon
{
	width: 70px;
	border-radius: 10px;
}

img.coi-single-image
{
	width: 600px;
    margin: 20px auto;
    display: block;
}

img.coi-ear-style-pic
{
	margin: 20px;
	width: 560px;
}

img.cdg-style-pic
{
	margin: 20px auto;
    width: 450px;
    display: block;
}

img.care-img
{
	width: 1200px;
}

img.footer-logo
{
	width: 220px;
	height: 220px;
}

img.top-bar-logo
{
	height: 150px;
    margin-left: 32px;
}

img.testimonials-rating
{
    height: 24px;
    margin: 20px auto 20px auto;	
}

img.testimonials-image
{
	width: 65%;
	border-radius: 50%;
}

img.top-menu-icon
{
	height: 30px;
	width: 30px;
}

img.swiper-image
{
	width: 100%;
}

img.home-thumb
{
	min-height: 320px;
    object-fit: cover;
	height: 450px;
}

img.footer-social-media-icon
{
	width: 40px;
    height: 40px;
    margin-right: 4px;
    border-radius: 10px;
}

/*#Forms, #Input and #Buttons*/

button.the-pack-page-select
{
	height: 40px;
	width: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-left: 6px;
	margin-right: 6px;
}

button.the-pack-page-select-arrow
{
	height: 40px;
	width: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-left: 6px;
	margin-right: 6px;
}

button.age-verification
{
	width: 24%;
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid black;
    /*height: 4vh;*/
	height: auto;
    font-size: 1.2rem;
    border-radius: 5px;
	cursor: pointer;
	-webkit-appearance: none
}

input.iphone-button-fix
{
	/*-webkit-appearance: none;*/
}

input[type=checkbox].customs-ears
{
	margin-top: 12px;
	margin-bottom: 12px;
}

textarea.checkout-instructions
{
	margin: 0px 58px;
    width: 602px;
    height: 120px;
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

input.checkout-form
{
	width: 290px;
	height: 50px;
	margin: 8px 25px 8px 0px;
	font-family: 'Bebas Neue';
	background-color: #FFFFFF;
	font-size: 37px;
	border: 2px solid black;
	cursor: pointer;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none;
	color: black;
	font-weight: 400;
}

button.checkout-form-return
{
	width: 290px;
	height: 50px;
	margin: 10px 0px 8px 0px;
	font-family: 'Bebas Neue';
	font-size: 37px;
	border: none;
	cursor: pointer;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none;
	background-color: transparent;
	color: black;
}

button.checkout-form-return::before
	{
		content: url("data:image/svg+xml,%3Csvg%20focusable%3D%22false%22%20aria-hidden%3D%22true%22%20class%3D%22icon-svg%20icon-svg--color-accent%20icon-svg--size-10%20previous-link__icon%20mobile-svg-back-scale%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2225%22%20height%3D%2225%22%3E%3Cpath%20d%3D%22M8%201L7%200%203%204%202%205l1%201%204%204%201-1-4-4%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")" Return to Basket";
		display: inline-block;
	}

input.checkout-full-row
{
	width: calc(100% - 50px) !important;
    margin: 0px 25px !important;
}

input.checkout-full-row-addr
{
	width: calc(100% - 50px) !important;
    margin: 18px 25px 0px !important;
}

input.checkout-half-row
{
	width: calc(45% - 25px) !important;
    margin: 0px 25px !important;
}

select.checkout-select-full-row-with-label
{
	width: calc(100% - 43px) !important;
    margin: 0 25px !important;
    position: relative;
    top: -18px;
    left: 0px;
    height: 50px !important;
    padding-top: 20px;
}

label.checkout-select-label
{
	position: relative;
    left: 27px;
    z-index: 10;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 4px 0 0px 4px;
	top: 2px;
}

label.text-input-label
{
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}

input.add-to-basket
{
	border: 2px solid #000000;
	font-family: 'Bebas Neue';
	font-size: 32px;
	height: 56px;
	width: 250px;
	margin: 0 40px;
	cursor: pointer;
	background-color: #FFFFFF;
	color: black;
	font-weight: 400;
}

input.text-box-product
{
	text-align: center;
    width:28px;
    margin: 0px 10px 0 10px;
	background-color: #f5f5f5;
	border: 0;
}

input[type=checkbox].big {
    transform: scale(1.8);
}

input.text-box-generic, select.select-box-generic
{
	height: 24px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: black;
}

input.reg-form-text-input
{
	margin: 0px 50px;
    width: 410px;
}

input.login-form-box
{
	margin-left: 50px;
	margin-bottom: 10px;
	width: 280px;
}

input.contact-submit
{
	width: 230px;
	height: 50px;
	margin: 0 0 50px 0;
	font-family: 'Bebas Neue';
	background-color: #FFFFFF;
	font-size: 37px;
	border: 2px solid black;
}

button.unsub-submit
{
	width: 230px;
	height: 50px;
	margin: 20px 0 50px 0;
	font-family: 'Bebas Neue';
	background-color: #FFFFFF;
	font-size: 37px;
	border: 2px solid black;
	display:block;
}

input.simple-submit, button.simple-submit
{
	display: block;
    margin: 20px 0 50px 0;
    font-size: 18px;
    padding: 8px 20px;
}

input.customs-submit
{
	width: 230px;
    height: 50px;
    margin: 40px auto 25px auto;
    font-family: 'Bebas Neue';
    background-color: #FFFFFF;
    font-size: 37px;
    border: 2px solid black;
    display: block;
}

input.pack-submit
{
	width: 230px;
    height: 50px;
    margin: 40px 0 25px 0;
    font-family: 'Bebas Neue';
    background-color: #FFFFFF;
    font-size: 37px;
    border: 2px solid black;
    display: block;
}

img.pack-upload-prev
{
	max-width: 800px;
}

input.reset-pw-submit
{
	width: 310px;
    height: 50px;
    margin: 25px 0 50px 0;
    font-family: 'Bebas Neue';
    background-color: #FFFFFF;
    font-size: 37px;
    border: 2px solid black;
}

input.password-reset-submit
{
	width: 400px;
    height: 50px;
    margin: 0 0 50px 0;
    font-family: 'Bebas Neue';
    background-color: #FFFFFF;
    font-size: 37px;
    border: 2px solid black;
}

input.lf-submit
{
	width: 290px;
	height: 50px;
	margin: 20px 0px 0px 50px;
	font-family: 'Bebas Neue';
	background-color: #FFFFFF;
	font-size: 37px;
	border: 2px solid black;
	cursor: pointer;
	color: black;
}

textarea.contact-textarea
{
	width: 1000px;
    height: 250px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}

textarea.customs-form-address
{
	width: 100%;
    height: 280px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin: 16px 0 0 0;
	padding: 10px;
}

textarea.customs-form-smaller
{
	width: 100%;
    height: 160px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin: 16px 0 0 0;
	padding: 10px;
}

button.basket-menu-button
{
	width: 290px;
	height: 50px;
	margin: 8px 0px 8px 0px;
	font-family: 'Bebas Neue';
	background-color: #FFFFFF;
	font-size: 37px;
	border: 2px solid black;
	cursor: pointer;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none;
	color: black;
	
}

button.basket-page-checkout
{
	width: 290px;
    height: 50px;
    margin: 40px auto 48px auto;
    font-family: 'Bebas Neue';
    background-color: #FFFFFF;
    font-size: 37px;
    border: 2px solid black;
    cursor: pointer;
    display: block;
	color: black;
}

button.lf-register
{
	width: 290px;
	height: 50px;
	margin: 5px 0px 40px 50px;
	font-family: 'Bebas Neue';
	background-color: #FFFFFF;
	font-size: 37px;
	border: 2px solid black;
	cursor: pointer;
	color: black;
}

button.user-menu, input.user-menu
{
	width: 290px;
	height: 50px;
	margin: 20px 0px 20px 50px;
	font-family: 'Bebas Neue';
	background-color: #FFFFFF;
	font-size: 37px;
	border: 2px solid black;
	cursor: pointer;
}

input.reg-form-submit
{
	width: 290px;
    height: 50px;
    margin: 20px auto 50px auto;
    font-family: 'Bebas Neue';
    background-color: #FFFFFF;
    font-size: 37px;
    border: 2px solid black;
    cursor: pointer;
    display: block;
}

input.changepw-form-submit
{
	width: 290px;
    height: 50px;
    margin: 20px 0 50px 0;
    font-family: 'Bebas Neue';
    background-color: #FFFFFF;
    font-size: 37px;
    border: 2px solid black;
    cursor: pointer;
    display: block;
}


form.home-mailing-list, div.home-mailing-list-wrap
{
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

form.order-lookup
{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	margin-bottom: 50px;
}

input.home-mailing-list-email-field
{
	width: 460px;
    height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	padding-left: 20px;
    padding-right: 20px;
    padding-right: 20px;
}

input.home-mailing-list-submit, button.home-mailing-list-submit
{
	background-color: #000000;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    height: 50px;
    font-size: 36px;
	font-family: 'Bebas Neue';
	cursor: pointer;
}

input.reg-form-captcha
{
	width: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

input.currency-input-gbp
{
	background-image: url("pounds-icon-24px.png");
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #787878;
    border-radius: 3px;
	background-size: 16px 16px;
	padding-left: 17px;
}

textarea.ap_desc
{
	width:800px;
	height: 400px;
	margin-bottom:30px;
}

textarea.ml-textbox
{
	width: 99%;
    height: 95%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    display: block;
    margin: 0 auto;
}

/*MOBILE-PORTRAIT #mobile*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){ 

	button.age-verification
	{
		width: 42%;
		background-color: #000000;
		color: #FFFFFF;
		font-family: 'Montserrat', sans-serif;
		border: 2px solid black;
		height: 5.4vh;
		font-size: 0;
		border-radius: 5px;
		cursor: pointer;
	}

	span.age-verification-button-text
	{
		font-size: 3.6rem;
	}

	p.age-verification
	{
		font-family: 'Montserrat', sans-serif;
		font-size: 3.5rem;
		margin: 1vh 0;
	}

	p.age-verification-heading
	{
		font-family: 'Bebas Neue';
		color:#000000;
		font-size: 5.25rem;
		margin:0;
		padding:0;
	}

	div.age-verification-prompt
	{
		width: 96vw;
		height: auto;
		padding-top: 64px;
		padding-bottom: 64px;
		/*left: calc(50% - 48vw);*/
		/*top: calc(50% - 25vh);*/
	}

	input[type=submit].customs-submit
	{
		width: 600px;
		height: 142px;
		font-size: 100px;
	}

	textarea.customs-large-text-field
	{
		width: calc(100% - 22px) !important;
		height: 672px !important;
		font-size: 60px !important;
		border: 2px solid black;
	}

	img.customs-design-prev-pic
	{
		max-width: 100%;
    	max-height: 100%;
	}

	div.customs-design-previews-cont
	{
		width: 100%
	}

	div.customs-design-preview
	{
		width: 24%;
	}

	input[type=file].mob-customs-img-upload
	{
		transform: scale(4);
		margin-left: 32%;
		margin-top: 4%;
	}

	label.customs-ears
	{
		font-family: 'Montserrat', sans-serif;
		font-size: 60px;
		margin-left: 16px;
		position: relative;
		top: 12px;
	}

	input[type=checkbox].mob-customs-checkbox
	{
		transform: scale(7.5) !important;
		margin: 50px !important;
	}

	p.mob-customs-form-subheading
	{
		font-size: 40px;
		margin-top: 0px;
	}

	input.mob-customs-form-text-field
	{
		width: calc(100% - 4px);
		height: 96px !important;
		font-size: 60px !important;
		border: 2px solid black;
	}

	div.customs-form-row
	{
		flex-direction: column;
		align-items: normal;
	}

	select.mob-customs-form-dropdown
	{
		width: 500px !important;
		height: 96px !important;
		font-size: 60px !important;
		border: 2px solid black;
	}

	div.customs-form-row-text-cont
	{
		width: 100%;
	}

	div.customs-form-row-input-cont
	{
		padding-left: 0px;
		width: 100%;
	}

	p.mob-customs-heading
	{
		width: 850px !important;
		margin: 50px auto 20px !important;
	}

	p.cdg-desc
	{
		width: 900px;
		margin: 0px auto 40px;
		text-align: justify;
	}

	img.cdg-style-pic
	{
		width: 1000px;
	}

	div.cdg-style
	{
		width: 100% !important;
	}

	img.p-and-p
	{
		width: 1270px;
		height: auto;
		max-width: none;
		margin-bottom: 40px;
	}

	div.portrait-and-portrait
	{
		flex-direction: column;
	}

	img.l-and-p-landscape
	{
		width: 1270px;
		height: auto;
		max-width: none;
		margin-bottom: 40px;
	}

	img.l-and-p-portrait
	{
		width: 1270px;
		height: auto;
		max-width: none;
		margin-bottom: 40px;
	}

	div.landscape-and-portrait
	{
		flex-direction: column;
	}

	img.full-page-landscape-image
	{
		width: 1270px;
	}

	img.maintenance-heading
	{
		display: block;
		margin: 180px auto 80px;
		transform: scale(1.8);
	}

	img.maintenance-icon
	{
		display: block;
		margin: 250px auto;
		transform: scale(1.6);
	}

	p.maintenance-text
	{
		width: 90%;
		margin: 80px auto;
		font-family: 'Montserrat', sans-serif;
		font-size: 56px;
		color: black;
		text-align: center;
	}
	
	p.product-name
	{
		font-size: 80px;
	}
	
	div.product-page-info-side
	{
		width: 100%;
	}
	
	div.thumb-container
	{
		height: 390px;
	}
	
	div.product-page-gallery-side
	{
		width: 100%;
	}
	
	div.product-wrapper
	{
		flex-direction: column;
	}
	
	p.product-back-menu
	{
		font-size: 48px;
	}
	
	div.product-page-top-menu
	{
		height: auto;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	div.product-text-container
	{
		width: 100% !important;
		height: 350px !important;
		margin: 8px 0 !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: space-between !important;
		align-items: center !important;
	}
	
	p.shop-product-name
	{
		font-size: 56px !important;
		margin-top: 20px !important;
	}
	
	p.shop-product-price
	{
		font-size: 80px !important;
	}
	
	img.sold-out-overlay
	{
		width: 600px;
		height: 800px;
	}

	div.product-thumb-container
	{
		height: 800px !important;
	}
	
	div.product-container
	{
		width: 600px !important;
		margin-bottom: 120px !important;
	}
	
	div.shop-main
	{
		justify-content: center !important;
	}
	
	p.text-page-heading
	{
		font-family: 'Bebas Neue';
		font-size: 120px;
		text-align: center;
		width: 1366px;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	
	div.footer-left
	{
		width: 450px;
		height: 520px;
		display: flex;
		align-items: center;
	}
	
	div.footer-right
	{
		width: 800px;
		height: 520px;
	}
	
	p.footer-heading
	{
		font-size: 90px;
	}
	
	p.footer-text
	{
		font-size: 34px;
	}
	
	img.footer-social-media-icon
	{
		width: 140px;
		height: 140px;
		margin-right: 12px;
		border-radius: 10px;
	}
	
	img.footer-logo
	{
		width: 450px;
		height: 450px;
	}
	
	input.home-mailing-list-submit, button.home-mailing-list-submit
	{
		height: 120px;
		font-size: 72px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	input.home-mailing-list-email-field
	{
		width: 1200px;
		height: 100px;
		font-size: 60px;
	}
	
	div.mailing-list-quick-join
	{
		flex-direction: column;
		height: auto;
	}
	
	div.mailing-list-quick-join-left
	{
		width: 100%;
		height: auto;
	}
	
	div.mailing-list-quick-join-right
	{
		width: 100%;
		height: auto;
	}
	
	p.mailing-list-quick-join-heading
	{
		font-size: 96px;
	}
	
	p.mailing-list-quick-join-text
	{
		font-size: 44px;
	}
	
	p.testimonials-text
	{
		font-size: 56px;
		width: calc(100% - 60px);
		padding: 10px 30px 0px 30px;
		min-height: 820px;
	}
	
	p.testimonials-author
	{
		font-size: 60px;
		margin-bottom: 180px;
	}
	
	img.testimonials-rating
	{
		height: 80px;
		display: block;
	}
	
	img.testimonials-image
	{
		width: 80%;
		border-radius: 50%;
		display: block;
		margin: 0 auto;
	}
	
	div.mobile-testimonials-container
	{
		display: flex !important;
		flex-wrap: wrap;
	}
	
	div.mobile-testimonial
	{
		width: 50%;
	}
	
	.mobile-hide
	{
		display: none !important;
	}
	
	p.testimonials-heading
	{
		font-size: 72px;
	}
	
	p.home-thumb-text
	{
		font-size: 62px;
	}
	
	div.home-thumbs-container
	{
		flex-wrap: wrap;
		height: auto;
	}
	
	div.home-thumb-image-container
	{
		height: auto;
	}
	
	div.home-thumb
	{
		width: 50%;
		height: auto;
	}
	
	img.home-thumb
	{
		width: 95%;
		height: auto;
	}
	
	p.slide-text-heading
	{
		font-size: 108px;
	}
	
	p.slide-text-right
	{
		font-size: 60px;
		text-align: center;
	}
	
	p.slide-text-left
	{
		font-size: 60px;
		text-align: center;
		margin-top: 0px;
	}
	
	div.slide-half-right
	{
		width: 100%;
		justify-content: flex-end;
		margin-top: 0px;
	}
	
	div.slide-half-left
	{
		width: 100%;
		justify-content: flex-end;
	}
	
	div.slide-text-shadow-right
	{
		margin-right: 0px;
		margin-bottom: 40px;
	}
	
	div.slide-text-shadow-left
	{
		margin-left: 0px;
		margin-bottom: 40px;
	}
	
	.swiper
	{
		height: 1600px;
	}
	
	input.contact-submit
	{
		margin: 40px auto 80px;
		width: 460px;
		height: 120px;
		font-size: 96px;
	}
	
	.mobile-no-margin
	{
		margin: 0;
	}
	
	.mobile-nowrap
	{
		flex-wrap: nowrap !important;
	}
	
	div.top-wrapper
	{
		background-color: black;
		display: inline-table;
	}
	
	div.top-banner-container
	{
		height: 280px;
	}
	
	img.top-bar-logo
	{
		height: 280px;
	}
	
	div.tm-nav-section, div.tm-nav-section-social
	{
		width: 200px;
		height: 150px;
	}
	
	div.tm-nav
	{
		margin-left: 25px;
		height: 150px;
	}
	
	div.tm-nav-section
	{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		cursor: pointer;
		flex-wrap: wrap;
		flex-direction: column;
		height: 150px;
	}
	
	p.nav-menu-main
	{
		font-size: 64px;
	}
	
	div.top-menu-container
	{
		height: 150px;
	}
	
	div.tm-menu
	{
		height: 150px;
		justify-content: space-around;
	}
	
	img.top-menu-icon
	{
		height: 88px;
		width: 88px;
	}
	
	p.tm-menu-currency-symbol
	{
		font-size: 115px;
		margin: 10px 0 0 0;
	}
	
	div.tm-menu-button-container
	{
		height: 150px;
		width: 100px
	}
	
	div.curr-menu-container
	{
		margin-left: 0px;
	}
	
	div.curr-menu-container
	{
		height: 150px;
		width: 100px;
	}
	
	.mobile-arrow
	{
		transform: scale(2.6);
		margin-left: 14px;
	}
	
	.mobile-gallery-button-spacing
	{
		width: 250px !important;
	}
	
	div.shop-menu
	{
		width: 420px;
		top: 27px;
		left: 110px;
		padding-top: 2px;
	}
	
	p.nav-menu-main-smaller
	{
		font-size: 64px;
	}
	
	div.dropdown-menu-section
	{
		width: 420px;
		height: 200px;
		top: 30px;
	}
	
	div.sub-menu-wrap
	{
		display: flex;
		height: 90px;
		align-items: center;
		margin-top: 32px;
	}
	
	div.tm-nav-section-social
	{
		height: 150px;
		align-items: normal;
	}
	
	div.home-button-mobile-padding
	{
		justify-content: center;
		margin-top: 4px;
		height: 146px !important;
	}
	
	div.info-menu
	{
		width: 420px;
		height: auto;
		top: 26px;
		padding-top: 2px;
		left: 110px;
	}
	
	div.gallery-menu
	{
		width: 420px;
		height: auto;
		top: 26px;
		padding-top: 2px;
		left: 85px;
	}
	
	div.currency-menu
	{
		top: 148px;
		padding-top: 2px;
		width: 100px;
		height: 670px;
	}
	
	p.currency-menu-selection-symbol
	{
		font-size: 70px;
		width: 100px;
	}
	
	div.currency-menu-selection-symbol-container
	{
		width: 100px;
		height: 78px;
	}
	
	div.currency-menu-selection-text-container
	{
		width: 100px;
	}
	
	div.currency-menu-selection
	{
		width: 100px;
		height: 120px;
		padding: 6px 0 6px 0;
	}
	
	p.currency-menu-selection-text
	{
		font-size: 34px;
	}
	
	div.user-tab
	{
		width: 850px;
		right: -850px;
	}
	
	p.user-menu-heading
	{
		font-size: 120px;
	}
	
	div.user-menu
	{
		width: 850px;
	}
	
	p.sign-in-form-label
	{
		font-size: 72px;
	}
	
	input.login-form-box
	{
		width: 740px;
		height: 96px !important;
		font-size: 56px !important;
		border: 2px solid black;
	}
	
	input.lf-submit
	{
		width: 750px;
		height: 100px;
		font-size: 72px;
	}
	
	button.lf-register
	{
		width: 750px;
		height: 100px;
		font-size: 62px;
		margin-top: 24px;
	}
	
	div.login-fail-box
	{
		width: 740px;
		border: 2px solid red;
		background-color: #ffeded;
	}
	
	button.user-menu
	{
		width: 750px;
		height: 100px;
		font-size: 62px;
	}
	
	input.user-menu
	{
		width: 750px;
		height: 100px;
		font-size: 62px;
	}
	
	.close-basket-menu-icon
	{
		transform: scale(3.6);
		margin-top: 196px;
		margin-left: -110px;
	}
	
	div.basket-tab
	{
		width: 850px;
		right: -850px;
	}
	
	p.basket-heading
	{
		font-size: 110px;
		margin: 62px 0 0 50px;
		width: 100%;
		text-align: left;
	}
	
	div.basket-menu-item-list-container
	{
		width: 780px;
	}
	
	div.basket-menu-basket-contents
	{
		width: 780px;
		height: auto;
		max-height: 1500px;
		margin-top: 30px;
		display: inline-table;
	}
	
	div.basket-menu-item
	{
		width: 780px;
		height: 280px;
	}
	
	div.basket-menu-item-thumb-container
	{
		height: 280px;
		width: 280px;
	}
	
	p.basket-menu-subtotal
	{
		width: 780px;
		font-size: 64px;
	}
	
	button.basket-menu-button
	{
		width: 750px;
		height: 120px;
		margin: 30px 0px 8px 0px;
		font-family: 'Bebas Neue';
		background-color: #FFFFFF;
		font-size: 75px;
	}
	
	div.basket-menu-item-text-container
	{
		height: 281px;
		width: 100%;
	}
	
	p.basket-item-title
	{
		height: 93px;
		font-size: 64px;
		width: 500px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		margin-top: 7px;
	}
	
	p.basket-item-vars
	{
		height: 93px;
		font-size: 48px;
		width: 500px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		margin-top: 7px;
	}
	
	p.basket-item-price
	{
		height: 93px;
		font-size: 48px;
		width: auto;
	}
	
	img.quantity-toggle-icon
	{
		width: 100px;
		height: 100px;
		cursor: pointer;
	}
	
	input.text-box-product
	{
		height: 88px;
		width: 88px;
		font-size: 78px;
	}
	
	p.available
	{
		font-size: 64px !important;
	}
	
	p.product-price
	{
		font-size: 96px;
	}
	
	p.price-info
	{
		font-size: 56px;
	}
	
	input.add-to-basket
	{
		/*
		font-size: 72px;
		height: 106px;
		width: 520px;
		*/
		
		font-size: 88px;
		height: 150px;
		width: 640px;
		display: block;
		margin: 0 auto;
	}
	
	div.product-description-container
	{
		width: 95%;
	}
	
	p.product-description-text
	{
		font-size: 56px;
	}
	
	div.text-page-container
	{
		width: 1366px;
	}
	
	div.success-box
	{
		width: 1280px;
	}
	
	div.error-box
	{
		width: 1280px;
	}
	
	.mobile-basket-remove
	{
		margin-left: 0;
		margin-top: 0;
	}
	
	div.basket-page-item
	{
		height: 350px;
		width: 1200px;
	}
	
	div.basket-page-item-thumb-container
	{
		width: 350px;
		height: 350px;
	}
	
	div.basket-page-item-text-area
	{
		width: 750px;
		height: 350px;
	}
	
	div.basket-page-item-remove-area
	{
		height: 350px;
	}
	
	p.product-var-title
	{
		font-size: 64px !important;
	}
	
	p.var-selection-text
	{
		font-size: 60px !important;
	}
	
	div.var-button
	{
		padding-left: 24px;
		padding-right: 24px;
	}
	
	p.basket-page-item-heading
	{
		height: 125px;
		font-size: 50px;
	}
	
	p.basket-page-item-vars
	{
		height: 125px;
		font-size: 48px;
	}
	
	p.basket-page-item-price
	{
		height: 100px;
		font-size: 48px;
	}
	
	div.basket-page-bottom-text-container
	{
		width: 1200px;
	}
	
	p.basket-page-subtotal
	{
		font-size: 56px;
	}
	
	button.basket-page-checkout
	{
		width: 570px;
		height: 121px;
		font-size: 80px;
	}
	
	div.checkout-container
	{
		flex-direction: column-reverse;
	}
	
	div.checkout-basket-side
	{
		width: 100%;
	}
	
	div.checkout-form-side
	{
		width: 100%;
	}
	
	div.checkout-basket-item
	{
		height: 350px;
	}
	
	div.checkout-basket-item-thumb-container
	{
		width: 350px;
		height: 350px;
	}
	
	div.checkout-basket-item-text-container
	{
		height: 350px;
	}
	
	p.checkout-basket-item-title
	{
		height: 125px;
		font-size: 50px;
		white-space: normal;
	}
	
	p.checkout-basket-item-vars
	{
		height: 125px;
		font-size: 50px;
		white-space: normal;
	}
	
	p.checkout-basket-item-price
	{
		height: 100px;
		font-size: 50px;
	}
	
	p.checkout-form-text-half-row-left
	{
		font-size: 56px;
	}
	
	input.text-box-generic
	{
		height: 100px;
		font-size: 60px;
	}
	
	select.select-box-generic
	{
		height: 100px !important;
		font-size: 60px;
	}
	
	div.checkout-form-double-input-row
	{
		width: 90.5%;
		margin: 2px 67px;
	}
	
	textarea.checkout-instructions
	{
		margin: 0px 86px;
		font-size: 60px;
		width: 1185px;
		height: 400px;
	}
	
	button.checkout-form-return
	{
		width: 500px;
		height: 120px;
		font-size: 72px;
	}

	button.checkout-form-return::before
	{
		content: url("data:image/svg+xml,%3Csvg%20focusable%3D%22false%22%20aria-hidden%3D%22true%22%20class%3D%22icon-svg%20icon-svg--color-accent%20icon-svg--size-10%20previous-link__icon%20mobile-svg-back-scale%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2225%22%20height%3D%2225%22%3E%3Cpath%20d%3D%22M8%201L7%200%203%204%202%205l1%201%204%204%201-1-4-4%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")" Return";
		display: inline-block;
	}
	
	.mobile-svg-back-scale
	{
		transform: scale(2.5);
		margin-bottom: 11px;
	}
	
	input.checkout-form
	{
		width: 600px;
		height: 121px;
		font-size: 72px;
	}
	
	p.checkout-order-review-text
	{
		font-size: 46px;
		margin-left: 40px !important;
		margin-right: 40px !important;
	}
	
	div.mobile-order-review-container
	{
		flex-direction: column !important;
	}
	
	div.checkout-white-text-bg
	{
		background-color: #FFFFFF;
		width: calc(100% - 136px);
		margin: 25px 68px;
		border: 1px solid black;
	}
	
	p.text-page-subheading
	{
		font-size: 72px;
		margin-left: 50px;
	}
	
	p.reg-form-label
	{
		font-size: 64px;
	}
	
	input.reset-pw-submit
	{
		margin: 25px 0px 50px 50px;
		width: 500px;
		height: 120px;
	    font-size: 72px;
	}
	
	div.order-display-top
	{
		width: 1200px;
		border: 3px solid black;
	}
	
	div.order-display-bottom
	{
		width: 1200px;
		border: 3px solid black;
		border-top: none;
	}
	
	div.order-display-section-top-section
	{
		width: 400px;
	}
	
	div.order-display-section-top-section-half
	{
		width: 200px;
	}
	
	p.order-display-text
	{
		font-size: 40px;
	}
	
	div.order-page-item-row
	{
		width: 1200px;
	}
	
	div.order-page-item-row-thumb-container
	{
		width: 350px;
		height: 350px;
	}
	
	div.order-page-item-row-text-container
	{
		width: 850px;
		height: 350px;
	}
	
	p.reg-form-heading
	{
		font-size: 96px;
	}

	div.registration-form
	{
		width: 1280px;
	}
	
	input.reg-form-text-input
	{
		width: 1170px;
	}
	
	label.reg-checkbox-label
	{
		font-size: 48px;
	}
	
	input[type=checkbox].big
	{
		transform: scale(4.8);
		margin-right: 40px;
	}
	
	img.reg-captcha
	{
		width: 1000px;
		margin-bottom: 40px;
	}
	
	input.reg-form-captcha
	{
		width: 640px;
	}
	
	input.reg-form-submit
	{
		width: 600px;
		height: 120px;
		margin: 50px auto 50px auto;
		font-size: 64px;
	}
	
	p.sm-page-top-text
	{
		font-size:54px;
		text-align: center;
		margin-left: 50px;
		margin-right:50px;
		width:90%;
	}
	
	div.sm-page-social
	{
		height: 150px;
		width: 81vw;
	}
	
	img.socials-page-icon
	{
		width: 150px;
		border-radius: 28px;
	}
	
	p.socials-page-label
	{
		font-size: 84px;
	}
	
	div.coi-ear-styles-container
	{
		margin: 0 auto;
		width: 100%;
	}
	
	div.coi-ear-style
	{
		width: 50%;
	}
	
	img.coi-ear-style-pic
	{
		width: 94%;
	}
	
	p.coi-title
	{
		font-size: 56px;
	}
	
	img.hw-colours
	{
		width: 95%;
	}
	
	img.coi-single-image
	{
		width: 92%;
	}
	
	p.faq-q
	{
		font-size: 56px;
		margin-left: 50px;
		margin-right: 50px;
	}
	
	p.faq-a
	{
		font-size: 56px;
		margin-left: 50px;
		margin-right: 50px;
	}

	img.care-img
	{
		display: none;
	}
	
	img.care-img-mobile
	{
		width: 92%;
		display: block;
		margin: 0 auto;
	}
	
	p.contact-form-label
	{
		width: 326px;
	}
	
	textarea.contact-textarea
	{
		width: 860px;
		border: 1px solid black;
		font-size: 56px;
		height: 500px;
	}
	
	img.contact-captcha
	{
		width: 600px;
	}
	
	input.password-reset-submit
	{
		margin: 0 auto;
		display: block;
		margin-bottom: 75px;
		width: 750px;
		height: 130px;
		font-size: 80px;
	}
	
	input.changepw-form-submit
	{
		margin: 35px auto 80px;
		display: block;
		margin-bottom: 75px;
		font-size: 80px;
		width: 600px;
		height: 130px;
	}
	
	div.pagination-container
	{
		width: 1366px;
	}
	
	p.pagination
	{
		width: 120px;
	}
	
	.pagination-arrow-symbol
	{
		margin: 0px 20px 14px !important;
		transform: scale(4) !important;
	}
	
	/* Text sizes */
	.mobile-text-side-margins
	{
		margin-left:50px !important;
		margin-right:50px !important;
	}
	
	.mobile-no-top-margin
	{
		margin-top: 0 !important;
	}
	
	.mobile-nowrap
	{
		flex-wrap: nowrap !important;
	}
	
	.mobile-border
	{
		border: 1px solid black;
	}
	
	.mobile-w860
	{
		width: 860px;
	}
	
	p.mobile-font-40
	{
		font-size: 40px;
	}
	
	p.mobile-font-48
	{
		font-size: 48px;
	}
	
	p.mobile-font-52
	{
		font-size: 52px !important;
	}
	
	p.mobile-font-56
	{
		font-size: 56px !important;
	}
	
	p.mobile-font-60
	{
		font-size: 60px;
	}
	
	p.mobile-font-64
	{
		font-size: 64px;
	}
	
	p.mobile-font-66
	{
		font-size: 66px;
	}
	
	p.mobile-font-80
	{
		font-size: 80px;
	}
	
	p.mobile-font-96
	{
		font-size: 96px;
	}
	
	div.new-product-notification-container
	{
		/*height: 170px;  previous, changed to allow for larger paragraphs*/
		height: 100%;
	}
	
	p.new-product-bar-text
	{
		/*
		--pre iphone fix--
		font-size: 60px;
		text-align: center;
    	width: 85%;
		*/

		font-size: 64px;
		text-align: center;
    	width: 85%;
		height: 100%;
	}
}