* {}

html,
body {
	font-family: 'HelveticaNeueLTPro-Th', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 16px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	color: rgba(50, 50, 50, 0.78);
}

p {
	font-size: 1.25em;
}

th {
	background: #fff;
}

#top {
	display: none;
}

.no-pads {
	padding: 0;
}

#top_container {
	background-image: url('../img/top_bg.jpg');
	background-size: cover;
	background-position: top;
	display: none;
}

#top_mobile {
	display: block;
	text-align: center;
	background-image: url('../img/top_mobile_bg.jpg');
	background-size: 100%;
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 8%;
}

#bottom_container {
	background-image: url('../img/media_bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	display: none;
	text-align: center;
}


.img-responsive-what.mobilewhat {
  display: none !important;
}

@media only screen and (max-device-width: 480px) {
  .img-responsive-what {
    display: none !important;
  }
  .img-responsive-what.mobilewhat {
    padding-top: 150px !important;
    display: block !important;
  }
}


.pay_page table {
	width: auto;
	margin: 0 auto;
	margin-bottom: 1rem;
}

#bottom_mobile {
	display: block;
	text-align: center;
	background-image: none;
	background-size: 100%;
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 7%;
}

#top_mobile #top_mobile_logo {
	margin-bottom: 56%;
	max-width: 50%;
}

#top_mobile h2 {
	font-family: 'HelveticaNeueLTPro-Lt', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #7b7c7b;
	line-height: 1;
	font-size: 1.6em;
	letter-spacing: 3px;
	margin-bottom: 14%;
}

@media (min-width: 390px) {
	#top_mobile #top_mobile_logo {
		margin-bottom: 56%;
	}
	#top_mobile h2 {
		font-size: 1.8em;
	}
}

@media (min-width: 450px) {
	#top_mobile h2 {
		font-size: 2.1em;
	}
}

@media (min-width: 550px) {
	#top_mobile h2 {
		font-size: 2.4em;
	}
}

@media (min-width: 620px) {
	#top_mobile h2 {
		font-size: 2.6em;
	}
}

@media (min-width: 690px) {
	#top_mobile h2 {
		font-size: 2.9em;
	}
}

@media (min-width: 730px) {
	#top_mobile #top_mobile_logo {
		margin-bottom: 58%;
	}
}

@media (min-width: 810px) {
	#top_mobile #top_mobile_logo {
		margin-bottom: 60%;
	}
}

@media (min-width: 890px) {
	#top_mobile #top_mobile_logo {
		margin-bottom: 62%;
	}
}

.centre {
	text-align: center;
	margin-top: 24px;
}

#top_mobile h3 {
	margin: 0 auto;
	max-width: 90%;
	font-family: 'HelveticaNeueLTPro-Th', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #626564;
	font-size: 1.25em;
	margin-bottom: 14%;
}

#top .left_pane {
	padding-left: 60px;
	padding-top: 60px;
}

#top_logo {
	max-width: 240px;
	margin-bottom: 63px;
}

#top h2 {
	font-family: 'HelveticaNeueLTPro-Lt', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #7b7c7b;
	font-size: 30pt;
	line-height: 32pt;
	letter-spacing: 3px;
	margin-bottom: 70px;
}

#top h3 {
	font-family: 'HelveticaNeueLTPro-Th', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #626564;
	font-size: 14pt;
	margin-bottom: 69px;
	margin-top: 101px;
	letter-spacing: 0.5px;
}

#video_pane {
	display: none;
}

.title {
	font-family: 'HelveticaNeueLTPro-BdCn', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	display: block;
	color: rgba(40, 40, 40, 1);
}

.button {
	font-family: 'HelveticaNeue-Medium', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	background-color: rgba(230, 65, 151, 1);
	color: #fff;
	margin: 0;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.button:hover,
.button:focus {
	background-color: rgba(233, 82, 162, 1);
	color: #fff;
}

#floating_nav {
	font-family: 'HelveticaNeueLTPro-Lt', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	width: 100%;
	height: 80px;
	vertical-align: middle;
	line-height: 80px;
	font-size: 13px;
	letter-spacing: 0.5px;
}

#floating_nav .social__icons {
	padding: 18px 0;
}

#floating_nav .social__icons a {
	color: rgba(0, 0, 0, 0.5);
}

#floating_nav .social__icons a:hover {
	color: rgba(0, 0, 0, 0.8);
}

#floating_nav_container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.85);
	width: 100%;
	height: 80px;
	z-index: 999999;
}

#basket {
	font-family: 'HelveticaNeueLTPro-Th', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.85);
	display: none;
	z-index: 999999;
	vertical-align: middle;
	font-size: 15px;
}

#basket_inner {
	margin: 18px;
	margin-top: 14px;
	margin-right: 20px;
}


/*<section id="basket">*/


/*<h3 class="title">YOUR BASKET</h3>*/


/*<div class="line 100"></div>*/


/*<span class="basket_empty_text">Your basket is currently empty</span>*/


/*<button class="cta button">CHOOSE & BUY</button>*/


/*</section>*/

#basket .title {
	font-size: 24px;
	opacity: 0.88;
	margin-bottom: 0;
}

.cta.button {
	margin-top: 9px;
	position: relative;
	left: -2px;
}

#basket .basket_empty_text {
	display: block;
}

#basket .line {
	margin-bottom: 12px;
}

.basket_thumb {
	max-height: 50px;
	margin-right: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.product_title {
	font-family: 'HelveticaNeue', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	opacity: 0.9;
	display: block;
	color: rgba(40, 40, 40, 1);
	line-height: 1;
	position: relative;
	top: -2px;
}

.product_options {
	display: block;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 13px;
}

.product_price {
	vertical-align: middle;
	margin-left: 50px;
	display: inline-block;
	font-size: 14px;
	color: rgba(40, 40, 40, 0.9);
}

.button.checkout {
	margin-top: 0;
}

table tbody th,
table tbody td {
	padding: 0;
}

#basket table thead,
#basket table tbody,
#basket table tfoot {
	border: none;
	background-color: transparent;
}

table tbody tr:nth-child(2n) {
	background-color: transparent;
}

.line,
.line100 {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.14);
	width: 100%;
	font-size: 0;
	margin-top: 1px;
	margin-bottom: 8px;
}

.line80 {
	width: 80%;
}

.line70 {
	width: 70%;
}

#basket_icon {
	max-height: 13px;
	position: relative;
	line-height: 80px;
	cursor: pointer;
	opacity: 0.55;
	top: -2px;
	margin-left: 3px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

#basket_icon:hover {
	opacity: 0.68;
}

#nav_logo,
#nav_link_area,
#nav_social {
	text-align: center;
	transition: 0.2s ease-in-out;
}

#nav_logo_img {
	max-height: 36px;
}

#nav_link_area .nav_link {
	line-height: 30px;
	display: inline-block;
	height: 30px;
	color: rgba(0, 0, 0, 0.8);
	padding-left: 12px;
	padding-right: 12px;
	vertical-align: middle;
}

#nav_link_area .nav_link:hover {
	color: rgba(0, 0, 0, 1);
}

#nav_link_area .nav_sep {
	display: inline-block;
	width: 1px;
	height: 15px;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
	top: 3px;
	margin-left: 6px;
	margin-right: 6px;
}

#drip {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #e4e4e4;
}

@media (max-width: 1023px) {
	.mobile_width {
		padding-left: 5%;
		padding-right: 5%;
	}
	.mobile_width_extra {
		padding-left: 5%;
		padding-right: 5%;
	}
	.x1 {
		margin-top: 37px;
	}
}

@media (min-width: 700px) {
	.mobile_width {
		padding-left: 14%;
		padding-right: 14%;
	}
}

@media (min-width: 850px) {
	.padded.row {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.mobile_width {
		padding-left: 14%;
		padding-right: 14%;
	}
}

@media (min-width: 1024px) {
	#drip,
	#top_mobile,
	#bottom_mobile {
		display: none;
	}
	#basket,
	#floating_nav_container,
	#video_pane,
	#top,
	#top_container,
	#bottom_container {
		display: block;
	}
	#products {
		margin-bottom: 6px;
	}
}

.force_show_basket {
	display: block !important;
}

.side_image {
	width: 100%;
}

.cycle-slideshow img {
	width: 100%;
}

.main_title {
	margin-bottom: 30px;
}

.main_title .title {
	font-size: 2.7em;
	color: rgba(55, 55, 55, 0.88);
	letter-spacing: 1px;
	margin: 0;
	line-height: 1;
	margin-bottom: 4px;
}

.main_title .title_sub {
	color: rgba(70, 70, 70, 0.8);
	font-size: 1.25em;
	line-height: 1;
	margin: 0;
	display: block;
	font-family: 'HelveticaNeueLTPro-Lt', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	margin-bottom: 12px;
}

.main_title .line {
	line-height: 1;
	margin: 0;
}

.big_text {
	display: none;
	margin-bottom: 22px;
}

.big_text_mobile {
	display: block;
	margin-bottom: 40px;
}

.size_table {
	font-family: 'HelveticaNeueLTPro-Lt', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	text-wrap: none;
	font-size: 14px;
}

.padded.row {
	padding-top: 55px;
	padding-bottom: 55px;
}


/*Only mobile*/

@media (max-width: 1023px) {
	.size_table {
		position: relative;
		top: -0px;
	}
}


/*Only desktop*/

@media (min-width: 1024px) {
	.side_image {
		width: 80%;
	}
	.cycle-slideshow img {
		width: 85%;
	}
	.big_text {
		display: block;
		max-width: 88%;
	}
	.big_text_mobile {
		display: none;
	}
	.main_title .line {
		width: 78%;
		margin-left: 11%;
		margin-right: 11%;
	}
	.padded.row {
		padding: 40px;
	}
	.main_title {
		text-align: center;
	}
}

.how_text_1 {
	display: block;
	margin-bottom: 24px;
	font-size: 17px;
}

html,
body {}

.how_title {
	font-family: 'HelveticaNeue', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	display: block;
	font-size: 1.63em;
	margin-top: 15px;
}

.how_text {
	display: block;
	font-size: 1.25em;
}

.swatch_table td {
	width: 33.33%;
}

.grey {
	background-color: #F8F8F9;
}

.white {
	background-color: white;
}

.swatch {
	width: 100%;
	cursor: pointer;
}

.swatch.selected {
	box-shadow: 0 0 10px rgba(230, 65, 151, 1);
}

.pink_box {
	background-color: #E64097;
	padding: 14px;
	color: white;
	padding-bottom: 1px;
}

.pink_box.inverted {
	background-color: transparent;
	color: black;
}

.swatch_table {
	margin-top: 20px;
	margin-bottom: 20px;
}

.swatch_table table,
.swatch_table tbody,
.swatch_table thead,
.swatch_table tr,
.swatch_table td {
	padding: 0;
	margin: 0;
}

.swatch_table table,
.swatch_table tbody,
.swatch_table thead,
.swatch_table tr,
.swatch_table td,
.pink_box table,
.pink_box tbody,
.pink_box thead,
.pink_box tr,
.pink_box td {
	background: transparent;
	border: none;
}

.pink_box select {
	height: 2.4375rem;
	padding: 0.5rem;
	border: none;
	margin: 0;
	font-size: 1rem;
	font-family: inherit;
	line-height: normal;
	color: #0a0a0a;
	background-color: #fefefe;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
	background-size: 9px 6px;
	background-position: right center;
	background-origin: content-box;
	background-repeat: no-repeat;
}

.pink_box.inverted select {
	color: #313131;
	background-color: #F8F8F9;
	border: 1px solid #313131;
}

.x2 {
	margin-top: 28px;
}

.add_button {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(50, 50, 50, 0.7);
	font-family: 'HelveticaNeueLTPro-Lt', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	height: 40px;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: normal;
	color: #0a0a0a;
}

.add_button:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: #0a0a0a;
}

.x3 {
	font-family: 'HelveticaNeueLTPro-Lt', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.preview {}

#buy .span1 {
	font-size: 1.25em;
}


/*Only mobile*/

@media (max-width: 1023px) {}


/*Only desktop*/

@media (min-width: 1024px) {
	.swatch_table {
		margin-top: 0px;
	}
	.desktop_width,
	.desktop_width_centered {
		padding-left: 11%;
		padding-right: 11%;
		display: inline-block;
	}
	.desktop_width_centered {
		text-align: center;
	}
	#buy .span1 {
		font-size: 19px;
	}
	.swatch_table,
	.pink_box {
		width: 83%;
	}
}

.swatch {
	max-width: 100%;
	display: inline-block;
}

.swatch_table .sw_t {
	padding-bottom: 6px;
}

.swatch_table .sw_l {
	padding-top: 7px;
}

.swatch_table .sw_a {
	padding-right: 10px;
}

.swatch_table .sw_b {
	padding-right: 5px;
	padding-left: 5px;
}

.swatch_table .sw_c {
	padding-left: 10px;
}

.review_table table,
.review_table tbody,
.review_table thead,
.review_table tr,
.review_table td {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
}

.review_column {
	margin-bottom: 28px;
}

.review_column:nth-child(3) {
	margin-bottom: 0;
}

.review_table .review_thumb {
	width: 25%;
}

.review_table .review_content {
	width: 75%;
}

.review_table .review_thumb img {
	max-height: 70px;
	width: 70px;
	height: auto;
	margin-right: 26px;
}

.review_table {
	width: 100%;
}

.review_table .review_name {
	font-size: 14pt;
	font-family: 'HelveticaNeue', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	margin-right: 20px;
}

.review_table .review_age {
	display: none;
}

.review_table .review_quote {
	display: block;
	font-size: 12pt;
	font-style: italic;
	padding-right: 20px;
}

.how_title,
.sizes_title {
	font-family: 'HelveticaNeue', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	display: block;
	font-size: 1.63em;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 8px;
}

.how_text,
.why_text,
.sizes_text {
	display: block;
	font-size: 1.25em;
}

.sizes_table img {
	width: 15px;
	margin-right: 3px;
}


/*Only mobile*/

@media (max-width: 1023px) {
	.review_column:nth-child(1) {
		margin-top: 10px;
	}
	.review_column:nth-child(4),
	.review_column:nth-child(5),
	.review_column:nth-child(6) {
		display: none;
	}
	.review_table .review_thumb {
		width: 15%;
	}
	.review_table .review_content {
		width: 85%;
	}
}


/*Only mobile*/

@media (max-width: 813px) {
	.review_table .review_thumb {
		width: 20%;
	}
	.review_table .review_content {
		width: 80%;
	}
}


/*Only mobile*/

@media (max-width: 680px) {
	.review_table .review_thumb {
		width: 18%;
	}
	.review_table .review_content {
		width: 84%;
	}
}


/*Only mobile*/

@media (max-width: 620px) {
	.review_table .review_thumb {
		width: 22%;
	}
	.review_table .review_content {
		width: 78%;
	}
}


/*Only desktop*/

@media (min-width: 1024px) {
	.review_column {
		margin-bottom: 0;
	}
	#video_pane {
		max-height: 700px;
		overflow: hidden;
	}
	.review_column:nth-child(1),
	.review_column:nth-child(2),
	.review_column:nth-child(3) {
		margin-bottom: 28px;
		margin-top: 23px;
	}
	.how_title,
	.sizes_title {
		font-size: 19px;
		margin-top: 0;
	}
	.how_title.two {
		margin-top: 22px;
	}
	.sizes_text,
	.why_text,
	.how_text {
		font-size: 17px;
	}
	p {
		font-size: 17px;
	}
}

video.pane_pane_video {
	width: 100%;
	height: auto;
}

#video_pane {
	max-height: 400px;
	overflow: hidden;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table tbody th,
table tbody td {
	padding: 0.4rem 0.525rem 0.525rem;
}

.media_icon {
	max-height: 100px;
	max-width: 200px;
	display: inline-block;
	margin: 20px;
}

.media_icon.small {
	max-height: 75px;
	max-width: 165px;
}

.media_icon.large {
	max-height: 140px;
	max-width: 220px;
}

.pedi_rescue {
	font-family: 'Maven Pro', 'HelveticaNeueLTPro-BdCn', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: italic;
	color: rgba(55, 55, 55, 0.88);
	font-size: 3rem;
	display: block;
        margin-top: -10px;
	margin-bottom: 10px;
}

.pedi_rescue2 {
	font-family: 'Maven Pro', 'HelveticaNeueLTPro-BdCn', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: italic;
	color: rgba(55, 55, 55, 0.88);
	font-size: 1.5rem;
	display: block;
        margin-top: -30px;
	margin-bottom: 20px;
}

.desktop .media_icon {
	max-height: 40px;
	max-width: 120px;
	display: inline-block;
	margin: 10px;
}

.desktop .media_icon.small {
	max-height: 45px;
	max-width: 100px;
}

.desktop .media_icon.large {
	max-height: 90px;
	max-width: 120px;
}


/*Only desktop*/

@media (min-width: 1024px) {
	#bottom .main_title {
		margin-top: 165px;
		max-width: 70%;
		margin-left: 15%;
	}
	.pedi_rescue {
		margin-top: 10px;
		font-size: 3rem;
	}
}

.dark {
	background-color: #2f3030;
}

#footer {
	font-family: 'HelveticaNeueLTPro-Th', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	color: white;
	margin-top: 80px;
}

.home_page #footer {
	padding-bottom: 160px;
}

.footer_space {
	line-height: 1.6;
}

.footer_space a {
	color: #fff;
	font-weight: bold;
}

.footer_space a:hover {
	color: #e64097;
}

.seo {
	font-size: 0;
	height: 0;
	opacity: 0;
	top: -9999999px;
	left: -9999999px;
	position: absolute;
	z-index: -999999;
	width: 0;
	display: inline;
}

#footer_logo {
	max-width: 160px;
	margin-bottom: 28px;
}

.footer_space {
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
}

.hide_mobile_inline {
	display: none;
}


/*Only desktop*/

@media (min-width: 1024px) {
	.hide_mobile_inline {
		display: inline;
	}
	#footer_logo {
		margin-bottom: 14px;
	}
	.home_page #footer {
		padding-bottom: 40px;
	}
}

#choose {
	position: relative;
	top: -44px;
}

.video-container {
	margin-bottom: 14px;
}

.how_title.one {
	margin-top: 26px;
}

.how_title.two {
	margin-top: 22px;
}

#buy .span1 {
	font-size: 1.25em;
	margin-bottom: 36px;
	display: block;
}

#buy {
	padding-bottom: 80px;
}

.how_text_1 {
	margin-bottom: 34px;
	font-size: 1.25em;
}

.sizes_text {
	margin-bottom: 27px;
}


/*Only desktop*/

@media (min-width: 1024px) {
	#buy .span1 {
		font-size: 19px;
		margin-bottom: 5px;
	}
	#buy {
		padding-bottom: 65px;
	}
	.how_text_1 {
		margin-bottom: 34px;
		font-size: 17px;
	}
	.how_title.one {
		margin-top: 0;
	}
	#how {
		padding-bottom: 65px;
	}
	#why {
		padding-bottom: 65px;
	}
	#footer {
		margin-top: 28px;
		padding-bottom: 36px;
	}
}

.basket_page #top_mobile h2 {
	margin-bottom: 7%;
}

.basket_page #footer {
	margin-top: 0;
}

.basket_page .basket_buttons {
	text-align: center;
}

.basket_page .cta.button.checkout,
.basket_page .back.button {}

.basket_page .cta.button.checkout {
	margin-top: 20px;
	font-size: 1.6rem;
}

.basket_page .back.button {
	background-color: #EFEEEE;
	color: #929292;
	margin-top: 22px;
	font-size: 1rem;
	font-family: 'HelveticaNeueLTPro-Lt', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.basket_page .basket_thumb {
	max-height: 90px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.basket_page .product_title {
	font-family: 'HelveticaNeue', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	opacity: 0.65;
	display: block;
	color: rgba(40, 40, 40, 1);
	line-height: 1;
	position: relative;
	top: -2px;
	font-size: 1.5rem;
}

.basket_page .product_options {
	display: block;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 15px;
	margin-top: 4px;
}

.basket_page .product_price {
	vertical-align: middle;
	margin-left: 50px;
	display: inline-block;
	font-size: 16px;
	color: rgba(40, 40, 40, 0.9);
}

@media (max-width: 714px) {
	.pedi_rescue {
		font-size: 5.5rem;
	}
}

@media (max-width: 660px) {
	.pedi_rescue {
		font-size: 5rem;
	}
}

@media (max-width: 610px) {
	.pedi_rescue {
		font-size: 4rem;
	}
}

@media (max-width: 450px) {
	.pedi_rescue {
		font-size: 3rem;
	}
}

@media (max-width: 570px) {
	.basket_page .basket_thumb {
		max-height: 50px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.basket_page .product_title {
		font-size: 1.2rem;
	}
}

@media (max-width: 450px) {
	.basket_page .basket_thumb {
		max-height: 50px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.basket_page .product_title {
		font-size: 1rem;
	}
	.basket_page .cta.button.checkout {
		margin-top: 20px;
		font-size: 1.3rem;
	}
	.basket_page .back.button {
		font-size: 0.8rem;
	}
}

#drip {
	z-index: 99999;
}

.drip_buttons a {
	font-family: 'HelveticaNeue', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1rem;
}

body {
	overflow-x: hidden;
}

select {
	letter-spacing: 1px;
}


/*Only desktop*/

@media (min-width: 1024px) {}


/*Only desktop*/

@media (min-width: 1300px) {
	#video_pane {
		height: 550px;
		max-height: 550px;
	}
}

@media (min-width: 1650px) {
	#video_pane {
		height: 650px;
		max-height: 650px;
	}
}

.social__icons ul {
	margin: 0;
	list-style: none;
}

.social__icons ul li {
	width: auto;
	display: inline-block;
	padding: 5px;
}

.social__icons ul li a {
	color: #fff;
	font-size: 1.4em;
}

.social__icons ul li a:hover {
	color: #e64097;
}

iframe {
	border: 0;
}

.pink_box.inverted .add_button {
	background-color: #E64097;
	color: #fff;
}

ul.share-buttons {
	list-style: none;
	padding: 0;
	font-size: 0.6em;
	margin-top: 10px;
}

ul.share-buttons li {
	display: inline;
}

ul.share-buttons .sr-only {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}