/*
blue color: #34349E;
pink color: #FF5791;	
*/


html {
	scroll-behavior: smooth;
}
		
html, body {
	background-color: #fff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #34349E;
	font-size: 18px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
}


@media (min-width: 768px) {
	body {
	  display: flex;
	  flex-direction: column;
	  min-height: 100vh;
	}
	.page_wrapper {
	  flex:1;
	}
}

a:link, a:visited {
	color: #34349E;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF5791;
	text-decoration: none;
}

.img_full {
	display: block;
	width: 100%;
	height: auto;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 1.5px;
}

header {
	letter-spacing: 1.5px;
}

h1 {
	font-size: 24px;
	line-height: 26px;
}
h4 {
	font-size: 18px;
	line-height: 20px;
}

.semi {
	opacity: 0.5;
}
.grey {
	color: #bdbdbe;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

.space_top_big {
	margin-top: 90px;
}
.space_top {
	margin-top: 40px;
}
.space_top_small {
	margin-top: 20px;
}
.space_bot_big {
	margin-bottom: 90px;
}
.space_bot {
	margin-bottom: 40px;
}

.relative {
	position: relative;
}
.abs_100 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.flex_centered {
	display: flex;
	justify-content: center;
	align-items: center;
}
.white {
	color: #fff;
}
@media (max-width: 767px) {
	.hero_h1 {
		font-size: 26px;
		font-weight: bold;
		text-transform: initial;
	}
	.about_image {
		width: 95%;
		margin-bottom: 30px;
	}
	.about_image_odd {
		margin-left: 5%;
	}
	.about_text {
		position: absolute;
		left: 20%;
		width: 60%;
		top:  20px;
		font-size: 18px;
		line-height: 18px;
	}
}
@media (min-width: 768px) {
	.hero_h1 {
		font-size: 40px;
		font-weight: bold;
		text-transform: initial;
	}
	.about_image {
		width: 70%;
		margin-bottom: 100px;
	}
	.about_image_odd {
		margin-left: 30%;
	}
	.about_text {
		position: absolute;
		left: 5%;
		width: 35%;
		top:  100px;
		font-size: 30px;
		line-height: 30px;
	}
	.about_text_odd {
		left: 35%;
	}
}

.phil_top {
	border-bottom: 1px solid #343498;
}
.phil_block {
	padding-top: 30px;
	border-bottom: 1px solid #343498;
}
.accordion_open_parent {
	position: relative;
	z-index: 100;
}
.accordion_open_css {
	font-weight: bold;
	line-height: 1.3;
	font-size: 30px;
	cursor: pointer;
}
.accordion_open_css:hover {
	color: #FF5791;
}
.accordion_open_css_subheader {
	font-size: 18px;
}
.accordion_content {
	overflow: hidden;
	visibility: hidden;
	height: 0;
	opacity: 0;	
	transition: visibility 0s, opacity 0.5s , height 0.1s linear;
}
.accordion_content_show {
	visibility: visible;
	height: 100%;
	opacity: 1;	
}
.accordion_content h2 {
	text-transform: none;
	font-weight: bold;
	letter-spacing: 1;
}

@media (max-width: 767px) {
	.phil_block {
		padding-bottom: 10px;
	}
	.accordion_open_css {
		
	}
	.accordion_content {
		padding-top: 20px;
	}
	
	.phil_100_logo {
		margin-top: 30px;	
	}
	.phil_nhs_raised {
		font-size: 30px;
		font-weight: bold;
	}
	
	.phil_tuktuk_logo_m {
		margin-top: 30px;	
	}
	.phil_tuktuk_logo_d {
		display: none;
	}
	.phil_tuktuk_text {
		font-size: 12px;
		width: 70%;
	}
}
@media (min-width: 768px) {
	
	.phil_block {
		padding-bottom: 30px;
	}
	.accordion_open_css {
		
	}
	
	.accordion_open_css_opened {
		width: 50%;
	}
	.accordion_open_css_subheader {
		display: inline-block;
		margin-left: 10px;
	}
	.accordion_open_css_opened .accordion_open_css_subheader {
		display: block;
		margin-left: 0px;
	}
	
	.accordion_content {
		position: relative;
		top: -30px;
	}
	
	.phil_row_1 {
		display: flex;
	}
	.phil_100_logo {
		margin-top: auto;
	}
	.phil_nhs_logo {
		margin-top: 60px;
	}
	.phil_nhs_raised {
		font-size: 50px;
		font-weight: bold;
	}
	
	.phil_tuktuk_logo_m {
		display: none;
	}
	.phil_tuktuk_logo_d {
		position: absolute;
		width: 10%;
		bottom: 100px;
		left: 10%;
	}
	
}


.container-fluid_nopad {
	padding: 0;
}
.row_nopad {
	margin-left: 0;
	margin-right: 0;
}


.page_formatting img {
	max-width: 100%;
}

.center_text {
	text-align: center;
}

.sessionMessage {
	color: #0066ff;
	margin-bottom: 30px;
}

header {
	z-index: 100;
	position: relative;
}
.main_holder_desktop {
	position: relative;
	margin-top: -104px;
	z-index: 99;
}
.main_holder_mobile {
	position: relative;
	margin-top: -105px;
	z-index: 99;
}


.yellow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33%;
  overflow: hidden;
  background: #fffaae;
}
.yellow_slant {
  position: absolute;
  top: 0;
  left: 33%;
  width: 33%;
  height: 100%;
  background: #fffaae;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-33deg);
  -ms-transform: skew(-33deg);
  transform: skew(-33deg);
}
.home_info_box {
	text-align: center;
	border: 1px solid #FBE294;
	padding: 30px;
}
.home_product_holder {
	position: relative;
	display: block;
	margin-bottom:30px;
}
.home_product_text {
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	color: #fff;

	font-size: 32px;
	line-height: 32px;
}
.home_product_text_1 {
	color: #34349E;
	background-color:rgba(255,255,255,0.8);
	top: 20%;
	left: 20%;
	right: 20%;
	bottom: 20%;
	padding: 20px;
	
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
	
}
@media (max-width: 768px) {
	.home_product_text_1 {
		/* to make the text smaller for mundial */
		font-size: 16px;
		line-height: 16px;
	}
}
.home_product_text_2,.home_product_text_0  {
	color: #34349E;
	background-color:rgba(255,255,255,0.8);
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 30%;
	padding: 20px;
	
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  
  font-size: inherit;
  line-height: inherit;
}
.home_product_button {
	text-align: center;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
}
.free_shipping_header {
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #d8d8d8;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 300;
	font-size: 16px;
}

.square-box{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.square-box:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.square-content{
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}




.hello {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #F5E8ED;
  text-align: center;
}

.button {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	padding: 10px 60px;
	border: none;
	border-radius: 9px;
	color: #34349E;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 11px 0 rgba(24,0,91,0.27);
}

.button:hover {
	text-decoration: none;
	color: #FFFFFF!important;
	background-color: #34349E;
}

.button_yellow {
	background-color: #FFFFDC;
}
.button_yellow:hover {
	background-color: #A6A6D2;
}
.button_checkout {
	width: 100%;
	height: 40px;
	padding-top: 7px;
	background-color: #D8FFEC;
}
.button_product {
	width: 100%;
	background-color: #FFFFDC;
}
.button_paypal {
	display: inline-block;
	padding: 15px 30px;
	text-align: center;
	background: #fac97a;
	width: 100%;
}
.button_paypal:hover {
	text-decoration: none;
	color: #fff;
	background: #ff7722;
}







.menu_divider {
	display: inline-block;
	height: 30px;
	border-left: 1px solid #F1F1F1;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: -8px;
}

.subnav_holder_contents a {
	display: block;
	text-transform: uppercase;
	color: #fff;
}
.subnav_link {
	color: #8686C0;
	font-size: 12px;
}
.subnav_holder_contents a.active {
	color: #FF5791;
}
.subnav_holder_contents a:hover {
	color: #FF5791;
}

.wedgie_logo_holder {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wedgie_logo {
	display: inline-block;
}
.wedgie_logo_holder_animation {
	padding-top: 0px;
}
.wedgie_logo_animation {
	width: 145px;
}

.header_right {
	position: absolute;
	top: 30px;
	right: 50px;
}


.press_block {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #343498;
	color: #fff;
	margin-top: 80px;
}


.footer_block {
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #343498;
	color: #A6A6D2;
	margin-top: 80px;
}


.footer_links a {
	display: block;
	color: #A6A6D2;
}
.footer_links a:hover {
	text-decoration: none;
	color: #ffffff;
}


.footer_address {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	color: #fff;
	margin-top: 50px;
}

@media (min-width: 768px) {
	.footer_address_row {
		display: flex;
		flex-direction: row;
	}
	.footer_address_right {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}
}


.footer_icons, .footer_links {
	font-size: 18px;
	line-height: 36px;
}
.footer_icons a {
	color: #A6A6D2;
}
.footer_icons a:hover {
	text-decoration: none;
	color: #ffffff;
}
.footer_icon_svg {
	margin-right: 10px;
	vertical-align: text-bottom;
}



.background_1 {
	background-color: #FFFFDC;
	display: block;
}
.background_2 {
	background-color: #EDF3FC;
	display: block;
}
.background_3 {
	background-color: #F1F1F1;
	display: block;
}
.background_4 {
	background-color: #F5E8ED;
	display: block;
}
.background_5 {
	background-color: #FFFFFF;
	display: block;
}


.background_grey {
	background-color: #F6F0F2;
	display: block;
}
.background_grey_overlap {
	width: 100%;
	height: 80px;
	margin-bottom: -80px;
}








.category_header {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}

.product_block {
	margin-bottom: 20px;
}
.product_info {
	text-align: center;
	padding: 10px;
}
.product_brand {
	font-size: 12px;
	line-height: 14px;
	opacity: 0.5;
}
.product_title {
	text-transform: uppercase;
}




.filter_toggle {
	cursor: pointer;
	margin-bottom: 40px;
	margin-left: 50px;
	background-color: #F5E8ED;
	border-radius: 18px;
}


.filter_holder {
	top: 0px;
  left: -440px;
  width: 0px;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  padding: 20px;
  
  background-color: #F6F0F2;
	box-shadow: 0px 0px 11px 0px rgba(24,0,91,0.27);
  
  transition: all 0.35s ease-in 0s;
  -webkit-transition: all 0.35s ease-in 0s;
  -moz-transition: all 0.35s ease-in 0s;
  -ms-transition: all 0.35s ease-in 0s;
  -o-transition: all 0.35s ease-in 0s;
}
.filter_holder.active {
	top: 0px;
  left: 0px;
  width: 440px;
  
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
  -moz-transition: all 0.35s ease-out 0s;
  -ms-transition: all 0.35s ease-out 0s;
  -o-transition: all 0.35s ease-out 0s;
}


.filter_controls {
	width: 400px;
}

.filter_controls label {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #D5BEC7;
}
.filter_controls button {
	border: none;
	border-radius: 18px;
	padding: 9px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	outline: none;
	text-transform: uppercase;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 11px 0 rgba(24,0,91,0.27);
	margin-right: 10px;
	margin-bottom: 10px;
}
.filter_controls button.active, .filter_controls button:hover {
	background-color: #F5E8ED;
}
.filter_controls_blog button {
	padding-left: 15px;
	padding-right: 15px;
}














.product_details h1 {
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}

.product_details h2 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	text-transform: none;
}

.product_details h3 {
	font-size: 24px;
	line-height: 26px;
}

.product_details_text {
	margin-bottom: 20px;
}
.product_details_text_more {
	display: block;
}
.product_size_quant {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.product_quantity_style {
	float: left;
	height: 40px;
	border: 2px solid #F1F1F1;
	text-align: center;
}
.product_quantity_text {
	width: 50%;
}
.product_quantity_button {
	width: 25%;
	padding-top: 6px;
}
.product_quantity_button:hover {
	background-color: #F6F0F2;
}
.product_quantity_button_minus {
	border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.product_quantity_button_plus {
	border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}


.product_details button {
	background-color: #fff;
	border: 1px solid #5a5a5d;
	border-radius: 22px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	line-height: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product_details button.active, .product_details button:hover {
	background-color: #ff7722;
	border: 1px solid #ff7722;
	color: #fff; 
}
.product_details button.nostock {
	background-color: #f1f1f3;
}
.product_details button.nostock:hover, .product_details button.nostock.active {
	background-color: #5a5a5d;
	border: 1px solid #5a5a5d;
	color: #fff;
}
.product_details button:focus {
	outline: 0;
}
.sizeguide_link {
	font-size: 80%;
	display: inline-block;
	margin-top: 10px;
}
.ymal {
	text-align: center;
	text-transform: uppercase;
}


.owl-stage-outer {
  position:relative;
  z-index:10;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  position:relative;
  z-index:99;
  margin-top:-50px;
}
.owl-theme .owl-dots .owl-dot span {
	background: #ffffff;
	box-shadow: 2px 2px 3px 0 rgba(24,0,91,0.14);
	border: 2px solid #9B9B9B;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #FF93A9;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	height: 40px;
	position: absolute;
	top: 40%;
	display: block!IMPORTANT;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: none;
	color: #FFF;
	text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next {
	right: -50px;
}
.owl-carousel .owl-nav button.owl-prev {
	margin-left: -50px;
}


@media (max-width: 767px) {
	.owl-thumbs {
		display: none;
	}
}
@media (min-width: 768px) {

	.owl-thumbs {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    display: table;
	    width: 100%;
	    text-align: center;
	    padding: 5%;
	    z-index: 100;
	}
	
	.owl-thumb-item {
	    display: table-cell;
	    border: none;
	    border-radius: 10px;
	    background: none;
	    padding: 0;
	    margin: 10px;
	    opacity: .6;
	    box-shadow: 3px 3px 11px 0 rgba(24,0,91,0.27);
	}
	.owl-thumb-item img {
		width: 80px;
		height: auto;
		
	}
	
	.owl-thumb-item.active {
	    opacity: 1;
	}


}













.basket_header {
	text-align: center;
}


.basket_divider {
	border-top: 1px solid #bdbdbe;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.basket_table {
	width: 100%;
}
.table_image {
	width: 120px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.table_text {
	font-size: 16px;
  line-height: 20px;
}
.table_price_individual {
	font-size: 16px;
  line-height: 20px;
}
.table_price {
	width: 150px;
	position:relative;
}
.table_remove_item {
	position: relative;
}


.wedding_message_limit {
	font-size: 16px;
  line-height: 16px;
	color: #bdbdbe;
}
.wedding_message_limit_alert {
	color: #FF5791;
}
.basket_label {
	font-size: 16px;
  line-height: 16px;
	text-transform: uppercase;
	color: #bdbdbe;
}
.basket_remove_item {
	font-size: 14px;
  line-height: 16px;
	color: #FF5791;
	position: absolute;
  bottom: 0;
}
.basket_remove_item a {
	color: #FF5791;
}
.basket_item_details {
	padding-top: 10px;
	padding-left: 120px;
}
.product_quantity_price_output_holder {
	position: absolute;
	bottom: 0;
	right: 0;
}
.product_quantity_total_holder {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
  line-height: 16px;
	color: #bdbdbe;
}


.basket label {
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
  line-height: 16px;
  color: #bdbdbe;
}
.basket input[type=checkbox] {
	vertical-align: top;
}

.basket input[type=button], .basket input[type=text], .basket input[type=password], .basket input[type=submit] {
	height: 40px;
}
.basket input[type=button], .basket input[type=text], .basket input[type=password], .basket input[type=submit], .basket textarea {
	background-color: transparent;
	font-size: 16px;
  line-height: 16px;
}
.basket input[type=text], .basket input[type=password], .basket textarea {
	border-radius: 9px;
	box-shadow: inset 2px 2px 3px 0 rgba(24,0,91,0.14);
  border: none;
	width: 100%;
	padding-left: 10px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	color: #34349E;
}
.basket textarea {
	padding-top: 10px;
	height: 100px;
}

.basket input::placeholder, .basket textarea::placeholder  {
  color: #bdbdbe;
  text-transform: uppercase;
}

.basket input[type=button], .basket input[type=submit] {
	background-color: #D8FFEC;
  padding-top: 0px;
  padding-bottom: 0px;
}
.basket input.error, .basket select.error {
  border: 1px solid #f15a47;
	background-image: url(../images/basket_error.png);
	background-repeat: no-repeat;
  background-position: right 10px center;
}
.basket input[type=button].button_error {
	color: #fff;
	border: 1px solid #f15a47;
	background: #f15a47;
}

label.error {
  color: #d0021b;
  font-size: 80%;
  font-weight: 600;
  text-align: right;
  margin-top: 5px;
}


#country_ship-error {
	color: #d0021b;
	padding-top: 5px;
}
#terms-error {
	display: inline-block;
	padding-left: 10px;
}
.errormessage {
	text-align: right;
	margin-top: 10px;
}
.sessionMessage {
	background: #d0021b;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}



.discount_holder {
	display: table;
  width: 100%;
}
.discount_input_holder {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-right: 10px;
}
.discount_input {
  color: #4F4F87;
}
.discount_button_holder {
  display: table-cell;
  vertical-align: top;
}
.country_ship_holder {
	margin-bottom: 20px;
}
.basket_total_row {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 16px;
  line-height: 16px;
	color: #bdbdbe;
}
.basket_total_row_price {
	float: right;
	color: #34349E;
}
.basket_terms {
	text-transform: uppercase;
	font-size: 16px;
  line-height: 18px;
	color: #bdbdbe;
	display: inline-block;
	margin-left: 4px;
}


.account_order_details {
	display: none;
}

.receipt_product {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f3;
}


.dropdown_style {
	-webkit-appearance:none;	
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
 	appearance: none;
    
	width: 100%;
 	background: #f9f9f9 url('../images/Dropdown arrow.svg') no-repeat right 10px center;
	color: #34349E;

 	border: none;
	border-radius: 9px;
	box-shadow: 2px 2px 3px 0 rgba(24,0,91,0.14);
 	
 	padding-left: 10px;
 	padding-top: 8px;
 	padding-bottom: 8px;
 	padding-right: 20px;
}
.dropdown_style .sold_out_option {
	color: #34349E;
	opacity: 0.5;
}



.modal-backdrop {
	background-color: #bdbdbe;
}
.vertical-alignment-helper {
	display:table;
	height: 100%;
	width: 100%;
	pointer-events:none;
}
.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
	pointer-events:none;
}
.modal-content {
	width:inherit;
	height:inherit;
	margin: 0 auto;
	pointer-events: all;

	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
  -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
  -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
  box-shadow: 0 5px 15px rgba(0,0,0,0);
  padding: 30px;
}
.modal-header {
	padding: 0px;
	border-bottom: none;
}
.modal-title {
	text-align: center;
	text-transform: uppercase;
}



.homepage_header {
	position: relative;
	text-align: center;
}
.homepage_header_centerer {
	color: #fff;
	display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage_ship_whole_holder {
	width: 100%;
	margin-bottom: -80px;
	margin-top: 50px;
}
.homepage_ship_whole {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.homepage_shipping {
	background-color: #C2E0FF;
}
.homepage_wholesale {
	background-color: #7971B1;
	color: #ffffff;
}



@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
	.space_top_big {
		margin-top: 50px;
	}
	.space_top {
		margin-top: 30px;
	}
	.space_bot_big {
		margin-bottom: 50px;
	}
	.space_bot {
		margin-bottom: 30px;
	}

	
	.main_holder_mobile {
		display: block;
	}
	.main_holder_desktop {
		display: none;
	}
	.coming_soon {
	  position: absolute;
	  top: 30%;
	  left: 10%;
	  width: 80%;
	  text-align: center;
	  text-transform: uppercase;
	}
	.coming_soon h1 {
	  font-size: 24px;
	  letter-spacing: 2px;
	  line-height: 30px;
	}
	
	.header_basket_mobile {
		position: absolute;
		top: 30px;
		right: 30px;
	}
	.header_basket_desktop {
		display: none;
	}
	.header_login_desktop {
		display: none;
	}
	.header_login_mobile {
	}
	.menu_close {
	}
	.menu_toggle_mobile {
	}
	.menu_toggle_desktop {
		display: none;
	}
	.search_desktop {
		display: none;
	}
	
	
	#header_dropdowns {
		top: 0px;
    left: -300px;
    width: 0px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    padding: 20px;
    
		background-color: #34349e;
		box-shadow: 0px 0px 11px 0px rgba(24,0,91,0.27);
    
    transition: all 0.35s ease-in 0s;
    -webkit-transition: all 0.35s ease-in 0s;
    -moz-transition: all 0.35s ease-in 0s;
    -ms-transition: all 0.35s ease-in 0s;
    -o-transition: all 0.35s ease-in 0s;
	}
  #header_dropdowns.active {
		top: 0px;
    left: 0px;
    width: 300px;
    
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
    -moz-transition: all 0.35s ease-out 0s;
    -ms-transition: all 0.35s ease-out 0s;
    -o-transition: all 0.35s ease-out 0s;
  }	
  .subnav_holder.collapse {
  	display: block;
  	height: inherit;
  }
  .subnav_holder_contents {
		margin-bottom: 15px;
	}
  .subnav_holder_contents a {
		font-size: 16px;
		font-weight: 300;
		line-height: 26px;
	}
	
	.homepage_ship_whole {
		width: 100%;
	}

}

@media (min-width: 768px) {

	.main_holder_mobile {
		display: none;
	}
	.main_holder_desktop {
		display: block;
	}
	.coming_soon {
	  position: absolute;
	  top: 40%;
	  left: 10%;
	  width: 30%;
	  text-align: center;
	  text-transform: uppercase;
	}
	.coming_soon h1 {
	  font-size: 36px;
	  letter-spacing: 3px;
	  line-height: 45px;
	}
	
	.header_basket_mobile {
		display: none;
	}
	.header_basket_desktop {
		position: absolute;
		top: 30px;
		right: 120px;
	}
	.header_login_desktop {
		position: absolute;
		top: 30px;
		right: 250px;
	}
	.header_login_mobile {
		display: none;
	}


	.menu_close {
		display: none;
	}
	.menu_toggle_mobile {
		display: none;
	}
	.menu_toggle_desktop {
		position: absolute;
    top: 30px;
    left: 50px;
	}
	.search_mobile {
		display: none;
	}
	.search_desktop {
		position: absolute;
		top: 25px;
		right: 50px;
	}


	#header_dropdowns {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		background-color: #34349e;
		box-shadow: 3px 3px 11px 0 rgba(24,0,91,0.27);

    transition: all 0.5s ease-in 0s;
	}
  #header_dropdowns.active {
  	max-height: 500px;
    
    transition: all 0.5s ease-out 0s;
  }	
	.header_dropdown_holder {
		display: block;
		position: relative;
		float: left;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: 20px;
		width: 10%;
	}
	.header_dropdown_holder:nth-child(1) {
		margin-left: 50px;
	}
	
	.header_dropdown_holder_wedgie {
		border-right: 1px solid #fff;
		margin-right: 30px;
	}
	.subnav_holder {
	}
  .subnav_holder_contents a {
		font-size: 14px;
		font-weight: 300;
		line-height: 19px;
	}
	
	.homepage_ship_whole_holder {
		display: flex;
	}
	.homepage_ship_whole {
		width: 50%;
		float: left;
	}
}



.svg_hamburger {
	position: absolute;
	top: 30px;
	left: 30px;
  width: 30px;
  height: 30px;
}
.svg_search {
  width: 30px;
  height: 30px;
}
.svg_search_white {
  width: 30px;
  height: 30px;
}
.svg_close {
  width: 30px;
  height: 30px;
  float: right;
}
.svg_close_white {
  width: 20px;
  height: 20px;
  float: right;
}
.svg_close_filter {
  width: 20px;
  height: 20px;
  float: right;
}
.svg_cart {
  width: 30px;
  height: 30px;
}
.svg_wedgies-logo {
	display: inline-block;
	height: 60px;
}
.svg_instagram {
  width: 20px;
  height: 20px;
}
.svg_facebook {
  width: 20px;
  height: 20px;
}
.svg_twitter {
  width: 20px;
  height: 20px;
	fill: #fff;
}
.svg_newsletter {
  width: 20px;
  height: 20px;
}
.svg_arrow {
  width: 30px;
  height: 30px;
}
.svg_menu_open {
  width: 12px;
  height: 8px;
  margin-left: 8px;
}
.svg_menu_close {
  width: 12px;
  height: 8px;
  margin-left: 8px;
}
.svg_dropdown-arrow {
  width: 12px;
  height: 8px;
  margin-left: 8px;
}
.svg_paypal_logo {
	display: inline-block;
	vertical-align: bottom;
  width: 80px;
  height: 20px;
}

#paypal_logo .cls-1{fill:#009ce0;}
#paypal_logo .cls-2{fill:#5a5a5d;}

.owl_video {
	width: 100%;
}



.ps_header {
	padding: 10px 0;
	background-color: #34349e;
	box-shadow_: 3px 3px 11px 0 rgba(24,0,91,0.27);
	color: #fff;
}
a.ps_header_link {
	color: #fff;
}
a.ps_header_link:hover, .ps_header_link.selected {
	color: #FF5791;
}

.ps_order_product_row {
	display:flex;
	justify-content:space-between;
	margin-bottom:40px;
}
.ps_order_product_image {
	width:300px;
	margin-right:20px
}
.ps_order_product_text {
	text-align:right;
}
.ps_order_product_subtitle {
	font-size:120%;
	margin-top:10px;
	margin-bottom:5px;
}

.ps_order_basket_fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 1;
}
.ps_order_basket_holder {
	padding: 10px 10px;
	color: #fff;
	background-color: #34349e;
	
}
.ps_order_basket_row {
	display:flex;
	justify-content:space-between;
}
.ps_order_basket_text {
	text-align:right;
}
.ps_order_button_row {
	display:flex;
	justify-content:space-between;
}
.ps_order_button {
	width: 260px;
}
.ps_order_button:hover {
	color: #FF5791!important;
}

.pink {
	color: #FF5791;
}

.ps_pagelinks {
	text-transform:uppercase;
	font-size: 75%;
}
.ps_pagelinks.active {
	color: #FF5791;
}

.heartcheck {
	position: absolute;
	left: -100vw;
}

.basket label.heartlabel {
	color: #cccccc;
	cursor: pointer;
	font-size: 50px;
	align-self: center;  
	transition: color 0.2s ease-in-out;
}
.basket label.heartlabel:hover {
	color: grey;
}
.basket label.heartlabel::selection {
	color: none;
	background: transparent;
}
.basket label.heartlabel::moz-selection {
	color: none;
	background: transparent;
}

.heartcheck:checked + label.heartlabel {
	color: #e2264d;
	will-change: font-size;
	animation: heart 1s cubic-bezier(.17, .89, .32, 1.49);
}

@keyframes heart {0%, 17.5% {font-size: 0;}}

.owl-carousel-press-fade {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5%;
	z-index: 1;
}

.owl-carousel-press-fade-start {
	left: 0;
	background-image: linear-gradient(to left, rgba(52,52,152,0), rgba(52,52,152,1));
}

.owl-carousel-press-fade-end {
	right: 0;
	background-image: linear-gradient(to right, rgba(52,52,152,0), rgba(52,52,152,1));
}

.customer_review_star {
	height: 10px;
	margin-right: 3px;
}
.customer_review_thumb {
	height: 100px;
}