/* Fonts */
@font-face {
	font-family: 'UbuntuMedium';
	src: url('ubuntu/ubuntu-medium.eot');
	src: url('ubuntu/ubuntu-medium.eot?#iefix') format('embedded-opentype'),
		url('ubuntu/ubuntu-medium.woff2') format('woff2'),
		url('ubuntu/ubuntu-medium.woff') format('woff'),
		url('ubuntu/ubuntu-medium.ttf') format('truetype'),
		url('ubuntu/ubuntu-medium.svg#ubuntumedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UbuntuLight';
	src: url('ubuntu/ubuntu-light.eot');
	src: url('ubuntu/ubuntu-light.eot?#iefix') format('embedded-opentype'),
		url('ubuntu/ubuntu-light.woff2') format('woff2'),
		url('ubuntu/ubuntu-light.woff') format('woff'),
		url('ubuntu/ubuntu-light.ttf') format('truetype'),
		url('ubuntu/ubuntu-light.svg#ubuntulight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UbuntuRegular';
	src: url('ubuntu/ubuntu-regular.eot');
	src: url('ubuntu/ubuntu-regular.eot?#iefix') format('embedded-opentype'),
		url('ubuntu/ubuntu-regular.woff2') format('woff2'),
		url('ubuntu/ubuntu-regular.woff') format('woff'),
		url('ubuntu/ubuntu-regular.ttf') format('truetype'),
		url('ubuntu/ubuntu-regular.svg#ubunturegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UbuntuBold';
	src: url('ubuntu/ubuntu-bold.eot');
	src: url('ubuntu/ubuntu-bold.eot?#iefix') format('embedded-opentype'),
		url('ubuntu/ubuntu-bold.woff2') format('woff2'),
		url('ubuntu/ubuntu-bold.woff') format('woff'),
		url('ubuntu/ubuntu-bold.ttf') format('truetype'),
		url('ubuntu/ubuntu-bold.svg#ubuntubold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/******************************
******** GLOBAL STYLES ********
******************************/
.br {
	display: inline;
}

.br:after {
    content:"\a";
    white-space:pre;
}
.no-display {
	display: none !important;
}

strong {
	font-family: UbuntuMedium;
	font-weight: normal;
	color: #686564;
}

strong > a {
	color: inherit;
}

a:hover {
	color: #ff5000;
}

input[type=email], input[type=number], input[type=tel], input[type=text] {
	border-radius: 0px;
}

/* Main Wrappers */
body {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	font-family: "UbuntuLight", Arial, sans-serif;
	color: #696969;
	font-size: 18px;
	background-color: white;
}

#fixed {
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: #FF5000;
}

#wrap {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: white;
}

#master {
	position: relative;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

#master-scroll {
	position: relative;
	height: 100%;
	overflow-y: scroll;
	top: 0px;
	z-idnex: 1;
	backface-visibility: visible;
}

#master-content {
	padding-top: 7.3%;
	-webkit-transform: tranzlateZ(0);
	overflow: hidden;
}

#master-content p {
	margin: 4px 0px 12px 0px;
}

#overlay {
	background: url("../images/bg-overlay.png");
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 13;
	top: 0px !important;
	cursor: pointer;
	opacity: 0;
}

/* Top */
#top_inner {
	background-color: #FF5000;
	position: relative;
	width: 100%;
	top: 0px;
	z-index: 12;
	padding-left: 310px;
	left: -310px;
}

#nav-trigger {
	width: 3%;
	margin: 0% 10% 0% 3%;
	padding: 2% 0%;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
}

#nav-trigger img, #social-trigger img {
	width: 100%;
}

/* Social */
#social-trigger {
	width: 2%;
	margin: 0% 3% 0% 10%;
	padding: 2% 0%;
	display: inline-block;
	z-index: 2;
	vertical-align: middle;
}

#social-trigger img {
	width: 140%;
	margin-right: 20px;
}

#social-links {
	padding: 5px;
	right: 20px;
	margin-top: 10px;
	display: none;
	z-index: 3;
	position: absolute;
	background-color: #ececec;
}

#social-links a {
	display: block;
	padding: 4px 5px;
}

#social-wts, #social-msg {
	display: none !important;
}

/* Share item form */
#share-wrap .divider-grey {
	margin: 15px 0px;
}

#share-wrap textarea {
	width: 96%;
	padding: 2%;
	border: 1px solid #b7b7b7;
	resize: none;
	height: 35px;
	margin-top: 12px;
	font-family: "UbuntuRegular";
	font-size: 15px;
	color: #bebebe;
}

#share-wrap textarea:nth-child(2) {
	height: 110px;
	color: #686564;
}

#share-wrap input[type="submit"] {
	margin: 20px auto 0px auto;
	position: relative;
	display: block;
}

/* Logo */
#logo {
	width: 68%;
	display: inline-block;
	text-align: center;
	z-index: 1;
	vertical-align: middle;
}

#logo img {
	width: 44.8%;
	vertical-align: middle;
}

/* Left */
aside {
	position: relative;
	width: 310px;
	left: -310px;
	height: 100%;
	background-color: white;
	z-index: 4;
	top: 0px !important;
	box-sizing: content-box;
}

#aside-top {
	background-color: #FF5000;
	pointer-events: none;
}

/* Navigation */
#navigation-lists {
	padding: 0px 20px;
	overflow-y: auto;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

#navigation-lists ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	-webkit-transform: tranzlateZ(0);
}

#navigation-lists h2 {
	margin: 4px 0;
	padding: 0;
}


#navigation-lists .display-iblock {
	margin: 0;
}

#navigation-lists h2 img {
	height: 20px
}

.section {
	margin-top: 5px;
}

.section-title {
	padding: 5% 0%;
	background: url("../images/arrow-up.png") no-repeat center right;
	color: #FF5000;
	font-family: "UbuntuMedium";
	cursor: pointer;
}

.section-title.opened {
	background: url("../images/arrow-down.png") no-repeat center right;
}

.section.special .section-list a {
	padding: 2px 0% 2px 29px;
}

.section-list {
	overflow: hidden;
	height: auto;
}

.section-list a {
	padding: 2px 0%;
	display: block;
	color: #686564;
}

.section-list li:hover a {
	color: #FF5000;
}

.section-list li.active a {
	color: #6f6f6e;
	font-family: "UbuntuMedium";
}

/* Content */
.wrap {
	width: 100%;
	position: relative;
	min-height: 100%;
}

.content {
	width: 98%;
	position: relative;
	margin: 0 auto;
	max-width: 1280px;
	z-index: 2;
}

#extra-content {
	padding: 1.5% 0%;
	margin: 20px 0%;
}

#extra-content img[src*="icon"] {
	display: block;
	margin: 0 auto;
}

/* Footer */
footer {
	padding: 20px 0px 20px 0px;
	margin-top: 20px;
  bottom: 0;
  left: 0;
	width: 100%;
}

.download-icons {
	height: 35px;
	padding-bottom: 20px;
}

.download-icons a:first-child {
	margin-right: 25px;
}

.download-icons img {
	width: 123px;
	height: auto;
}

footer a:hover {
	color: #686564 !important;
}

#footer-social {
	margin-top: 20px;
}

#master-content footer p {
	margin: 0px;
}

/* Shared elements */
.divider {
	margin: 20px 0px;
	display: block;
	border: none;
	border-top: 1px solid #FF5000;
	height: 0px;
}

.divider:last-child {
	display: none;
}

.divider-grey {
	margin: 20px 0px;
	display: block;
	border: none;
	border-top: 1px solid #9c9b9b;
	height: 0px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

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

/******************************
********* PAGE STYLES *********
******************************/

/** home **/
.home-steps {
	padding: 50px 0px;
	overflow: hidden;
}

#extra-content .home-steps {
	padding: 0px;
}

#extra-content .home-steps p {
	margin-bottom: 0px
}

.home-step {
	float: left;
	width: 32%;
	padding: 0px 1%;
}

.home-step:first-child {
	padding-left: 0%;
}

.home-step:last-child {
	padding-right: 0%;
}

.home-step-inner {
	width: 260px;
	margin: 0px auto;
	position: relative;
}

.home-step-inner .colour-orange {
	padding: 15px 0px 0px 0px;
}

.home-step-arrow {
	position: absolute;
	left: 93%;
	top: 15px;
}

.home-slider {
	clear: both;
	background-color: #dadada;
	padding: 40px 0px;
	margin-bottom: 20px;
}

.checkout-onepage-success .home-slider {
	margin-bottom: 30px;
}

.product-primary {
    padding: 25px 0px;
    width: 98%;
    margin: 0px auto;
}

.product-primary img {
    width: 100%;
    max-width: 960px;
    height: auto;
}

#home-slider {
	padding: 25px 0px;
}

#home-slider .img-responsive{
	width: 100%;
	height: auto;
	max-width: 320px;
	max-height: 320px;
}

.home-subscribe {
	clear: both;
	background-color: #dadada;
	padding: 40px 0px;
	margin: 50px 0px 30px 0px;
}

.home-app-box {
	display: table;
	margin: 0 auto;
	text-align: left;
}

.home-app-text {
 vertical-align: middle;
	display: table-cell;
	padding-left: 70px;
}

#iphone-slider {
	display: block;
  vertical-align: middle;
	max-width: 240px;
	height: auto;
	max-height: 491px;
	width: 240px;
}

#iphone-slider .img-responsive{
  width: 100%;
  height: auto;
  max-width: 240px;
	max-height: 491px;
}

#download-icons-2 {
	display: none;
	margin: 0px auto;
	padding-top: 25px;
}

.list-orange-squares {
	list-style: none;
	padding-left: 0px;
}

.list-orange-squares li {
	 background: url(/skin/frontend/absolute/responsive/images/list-orange-square.png) no-repeat left 6px;
  padding: 0px 0px 10px 25px;
  list-style: none;
  margin: 0;
}

.home-subscribe .content {
	max-width: 620px;
}

.home-subscribe #launch-mode form {
	width: 85%;
}

.home-subscribe #launch-mode-submit {
	top: 1px;
	background-color: #686564;
}

.home-subscribe .messages {
	margin-bottom: 0px;
}

.home-wiki {
	margin-bottom: 30px;
}

#home-chat-content {
    margin-top: 3%;
}


/* Product Page */
#product-title {
	color: #FF5000;
	font-family: "UbuntuMedium";
	font-size: 36px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 25px;
}

#product-title-alt {
	color: #686564;
	text-align: left;
}

#product-description {
	text-align: center;
}

#awesome-description {
	margin: 3px auto 12px auto;
}

#variationID {
	width: initial;
}

.feature h2 {
	font-family: "UbuntuRegular";
	font-size: 32px;
}

.catalog-product-view p {
	margin: 0px;
}

#rich-snippet-offer {
	display: inline;
}

#product-description .price-box {
	display: inline;
}

.delivery-description-text {
	display: inline;
}

#specification h2 {
  font-family: "UbuntuRegular";
  font-size: 24px;
  margin: 0 10px;
}

#specification {
  padding: 1%;
}

#specification p {
  margin: 3px 10px 3px 10px;
}


#customer-reviews h2 {
	font-family: "UbuntuRegular";
	font-size: 24px;
}

#customer-reviews > h2 {
  color: #ff5000;
	margin-bottom: 3px;
}

#customer-reviews p {
	margin: 3px 10px 3px 10px;
}
.customer-review {
	padding-bottom: 15px
}

.customer-review-star {
	color: #ff5000;
	font-size: 20px;
}

.customer-review-text {
	font-style: italic;
}

#customer-reviews .product-code {
	 white-space: nowrap;
}

.product-code {
	font-size: 16px;
}

#informed {
	text-align: center;
}

.scroll-down {
	text-align: center;
	display: block;
	font-size: 20px;
	color: #6f6f6e;
	margin: 20px auto;
	font-family: "UbuntuRegular";
}

.scroll-down img[src*="down2.png"] {
	display: none;
}

.scroll-down:hover img[src*="b.png"] {
	display: none;
}

.scroll-down:hover img[src*="down2.png"] {
	display: inline;
}

#app-download {
	padding: 30px;
	display: none;
}

#ingredients {
	padding: 2%;
}

/* Product page code overlay */
.view-cart {
	background-color: #FF5000;
	color: white;
	display: inline-table;
	width: auto;
	padding: 10px;
	margin: 20px auto;
	position: relative;
	text-align: center;
}

.buy-now {
	background-color: #FF5000;
	color: white;
	display: inline-table;
	width: auto;
	padding: 10px;
	margin: 20px auto 10px auto;
	font-size: 15px;
	font-family: "UbuntuLight";
	border: 0;
}

.buy-now img {
	width: 17px;
	height: 17px;
	vertical-align: sub;
}

.buy-now:hover, .view-cart:hover {
	color: #686564;
}

.buy-wrap {
	background: url("../images/bg-overlay.png");
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 99999;
}

.buy-wrap-code {
	width: 80%;
	max-width: 400px;
	padding: 2%;
	margin: 0 auto;
	position: relative;
	box-shadow: 0px 0px 30px white;
}

.buy-wrap-code input[type="text"] {
	width: 80%;
	padding: 2%;
	border: 1px solid #cccccc;
	font-size: 15px;
	color: #6f6f6e;
	font-family: "UbuntuLight";
}

.buy-wrap-code input[type="text"]:focus, .buy-wrap-code input[type="text"]:active
	{
	border-color: #FF5500;
	outline: 0;
}

.buy-wrap-code input[type="submit"] {
	color: white;
	font-size: 18px;
	text-align: center;
	padding: 5px 15px;
	display: inline-block;
	background-color: #FF5500;
	font-family: "UbuntuLight";
	border: 0px;
	margin-top: 20px;
	cursor: pointer;
}

.buy-wrap-code input[type="submit"]:hover {
	background-color: #6f6f6e;
}

.buy-close {
	color: white;
	background-color: #FF5500;
	padding: 7px 10px 5px 10px;
	position: absolute;
	top: -15px;
	right: -15px;
	font-weight: bold;
}

.buy-close:hover {
	color: white !important;
}

/* Launch mode */
#launch-mode {
	width: 100%;
}

#launch-mode .download-icons {
	padding-bottom: 0px;
}

#launch-mode form {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	text-align: left;
}

#launch-mode img {
	display: inline-block;
	vertical-align: middle;
}

#launch-mode-button {
	background-color: #9b9b9b;
	color: white;
	display: block;
	width: 140px;
	padding: 10px;
	margin: 0px auto 20px auto;
	position: relative;
	text-align: center;
}

#launch-mode-email {
	background-color: #ececeb;
	border: 1px solid #b9b9b9;
	font-size: 15px;
	font-family: "UbuntuBold";
	color: #6f6f6e;
	padding: 8px 10px;
	width: 65%;
	margin: 0px 2%;
}

#launch-mode-submit {
	background-color: #FF5000;
	color: white;
	display: inline-block;
	width: 70px;
	height: 38px;
	top: -1px;
	padding: 0px 10px 0px 10px;
	margin: 20px auto;
	position: relative;
	text-align: center;
	border: 0px;
	font-family: "UbuntuMedium";
	font-size: 14px;
	cursor: pointer;
}

/* Product slideshow */
#product-slide {
	width: 60%;
	margin: 0 auto;
	padding-top: 15px;
}

#product-slide .cycle-slideshow {
	width: 100% !important;
	height: 0%;
	text-align: center;
}

#product-slide .cycle-slideshow img {
	width: 100.5%;
	border: 1px solid white;
	position: relative;
}

#slide-nav {
	text-align: center;
	position: relative;
	top: 5px;
	height: 26px;
}

#slide-pager {
	position: relative;
}

#slide-pager span {
	font-size: 41px;
	line-height: 20px;
	top: 3px;
	position: relative;
	cursor: pointer;
}

#slide-pager span.cycle-pager-active {
	color: #FF5000;
}

/* Contact Page */
.clean-template h2 {
	font-size: 24px;
	color: #FF5000;
	font-family: "UbuntuMedium";
	margin-bottom: 5px;
}

.clean-template hr {
	margin: 20px 0px;
	display: block;
	border: none;
	border-top: 1px solid #FF5000;
	height: 0px;
}

.clean-template .img-responsive {
	width: auto;
	max-width: 100%;
}

#master-content p.contact-point {
	margin: 20px 0px;
}


ul.messages {
	list-style-type: none;
	padding: 0;
}

#messages_product_view, .messages {
	text-align: center;
}

#messages_product_view ul, .messages ul {
	list-style-type: none;
	padding: 0;
}

#messages_product_view li.success-msg, .messages li.success-msg {
	color: #FF5500;
	font-family: "UbuntuMedium";
}

.messages li.error-msg, .validation-advice {
	color: #FF0000;
	font-family: "UbuntuMedium";
}

#contact {
	padding: 30px 0px 20px 0px;
	border-top: 1px solid #ff5500;
	border-bottom: 1px solid #ff5500;
}

#contact .w-33 {
	margin-right: 1%;
}

#contact .w-70 {
	width: 66%;
}

#contact .w-70 .w-50 {
	width: 50%;
}

#contact .border-top-grey {
	border-top: 2px solid #bfbfbf;
}

#contact img[src*="map"] {
	margin-bottom: 10px;
	width: 100%;
}

#contact .divider-grey {
	margin-top: 15px;
}

.contact img[src*="logosmall2"] {
	margin-bottom: 15px !important;
}

.contact img[src*="icon-phone"] {
	margin-top: 3px;
}

.contact-whatsapp {
	line-height: 34px;
	vertical-align: middle;
}

.contact img[src*="icon-whatsapp-small"] {
	margin-top: 0px;
}

#contact img[src*="icon-face"], #contact img[src*="icon-phone"] {
	margin-right: 10px;
}

.contact-icon {
	padding-right: 15px;
	float: left;
	margin-top: 5px;
	margin-bottom: 0px !important;
}

#contact img[src*="icon-face"] {
	margin-bottom: 15px;
}

#contact img[src*="icon-mail2"] {
	margin-right: 5px;
	margin-top: 3px;
}

.caption {
	
}

.about-social-icons img {
	width: 30px;
	height: 30px;
}

.about-us-profile-image {
	max-width: 250px;
	width: auto;
	display: block;
	margin: 0px auto;
}

/* Contact transport tables */
.transport {
	font-size: 11px;
	font-family: "UbuntuRegular";
	color: black;
	line-height: 21px;
}

.transport>img {
	display: inline-block;
	width: 12%;
	margin-right: 1%;
	vertical-align: middle;
}

.transport .transport-table {
	display: inline-block;
	vertical-align: middle;
	width: 87%
}

.transport .transport-left {
	display: inline-block;
	width: 79%;
	vertical-align: middle;
}

.transport .transport-right {
	displaY: inline-block;
	width: 21%;
	vertical-align: middle;
	text-align: right;
}

img[src*="cart2"] {
	width: 50px;
	margin-right: 15px;
}

/* Cart page */
.please-wait {
	color: #ff5000;
}

.please-wait img {
  padding-right: 5px;
}

.checkout-head {
	margin-top: 20px;
}

.checkout-header {
	position: relative;
	background: url('../images/orange-line.png') repeat-x center center;
}

.checkout-steps {
	float: right;
	padding-right: 25px;
}

.checkout-header>span {
	position: relative;
	z-index: 2;
	padding-right: 20px;
}

.checkout-header h1 {
	padding-right: 20px;
	display: inline-block;
	background-color: white;
	font-size: 31px;
	margin: 0;
}

.checkout-onepage-failure .checkout-header h1 {
  color: #FF0000;
}

.checkout-step {
	text-align: center;
	font-size: 12px;
	color: #686564;
	padding-left: 75px;
	float: left;
	width: auto;
}

.checkout-step:first-child {
	padding-left: 0px;
}

.checkout-step-active {
	color: #FF5000;
	font-family: "UbuntuMedium";
}

.checkout-step-active .checkout-step-no, .checkout-step-no {
	background-color: #FF5000;
}

.checkout-step-no {
	padding: 6px 13px;
	font-size: 21px;
	background-color: #ececec;
	color: white;
	font-family: "UbuntuMedium";
	display: inline-block;
	margin-bottom: 3px;
}

.variant-wrapper.error {
	color: #FF0000;
}

.variant-wrapper.error select {
	background-color: #FF0000;
	color: #ffffff;
}

.regular-price, .delivery-description-text {
	font-weight: bold;
	color: #686564;
}

.basket {
	margin: 35px 0px 30px 0px;
	font-size: 17px;
	font-family: "UbuntuMedium";
}

.basket-head {
	background-color: #FF5000;
	padding: 15px 0px;
	margin-bottom: 0.5%;
}

.basket-head>div {
	color: white;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

#order-complete .basket-head {
	margin-bottom: 35px;
}

.checkout-onepage-failure #order-complete {
	margin-top: 10px;
}

.checkout-onepage-failure .view-cart {
	margin: 31px 0px 0px 0px;
}

#order-complete .home-app-box {
	margin-top: 35px;
}

.field-options {
	width: 12%;
	margin-right: 0.5%;
}

.field-img {
	width: 17%;
	margin-right: 0.5%;
}

.field-desc {
	width: 38%;
	margin-right: 0.5%;
}

.field-qty {
	width: 8%;
	margin-right: 0.5%;
}

.field-price {
	width: 23%;
}

.basket-body {
	background-color: #cccccc;
	position: relative;
}

.basket-body>div[class*="field"] {
	background-color: #cccccc;
	color: #585957;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 20px 0px;
}

.basket-body .field-desc {
	text-align: left !important;
	padding-left: 2% !important;
	width: 36%;
}

.basket-body .field-desc .remove-mobile {
	display: none;
}

.basket-body .field-price {
	text-align: right !important;
	padding-right: 2% !important;
	width: 21%;
}

.basket-body .field-img img {
	width: 80%;
	margin: 0 auto;
}

.basket-divider {
	width: 0.5%;
	background-color: white;
	height: 100%;
	top: 0px;
	position: absolute;
}

.basket-divider-1 {
	left: 12%;
}

.basket-divider-2 {
	left: 29.5%;
}

.basket-divider-3 {
	left: 68%;
}

.basket-divider-4 {
	left: 76.5%;
}

.basket-totals {
	
}

.total-label, .total-value {
	background-color: #cccccc;
	display: inline-block;
	margin-left: 0.5%;
	margin-top: 0.5%;
	vertical-align: top;
	padding: 10px 0px;
	padding-right: 2%;
}

.total-label {
	width: 13%;
}

.total-value {
	width: 21%;
}

.checkout-pay-now {
	background-color: #FF5500;
	font-size: 20px;
	color: white;
	font-family: "UbuntuMedium";
	text-align: center;
	width: 23%;
	display: inline-block;
	border: 0px;
	margin-top: 0.5%;
	padding: 10px 0px;
	cursor: pointer;
}

.checkout-pay-now:hover {
	background-color: #6f6f6e;
}

#discount-coupon-form input[type=text] {
	border: 0px;
	height: 30px;
	display: inline;
	vertical-align: middle;
	padding: 0px 5px;
	font-size: 14px;
	width: 115px;
}

#discount-coupon-form input[type=submit] {
	background-color: #6f6f6e;
  font-size: 14px;
  color: white;
  font-family: "UbuntuMedium";
  text-align: center;
  display: inline;
  vertical-align: middle;
  border: 0px;
  padding: 5px 7px;
}

#discount-coupon-form input[type=submit]:hover {
  background-color: #FF5500;
}

/* Checkout Page */
#checkout-one-page .remember-me-popup {
	display: none;
}

#billing-new-address-form {
	margin-bottom: 5px;
}

#checkout-one-page input[type="text"], #checkout-one-page input[type="number"], #checkout-one-page input[type="tel"], #checkout-one-page input[type="email"]
	{
	background-color: #ececeb;
	border: 1px solid #b9b9b9;
	font-size: 15px;
	font-family: "UbuntuLight";
	color: #6f6f6e;
	padding: 8px 10px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
  border-radius: 0px;
}

.stripe-box {
    background-color: #ececeb;
    border: 1px solid #b9b9b9;
    font-size: 15px;
    font-family: "UbuntuLight";
    color: #6f6f6e;
    padding: 8px 10px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0px;
}

#checkout-one-page dd {
	margin-left: 0px;
}

#checkout-one-page .input-box {
	overflow: hidden;
}

#checkout-one-page #dt_method_cardpayment label {
	display: none;
}

#checkout-one-page #dt_method_cardpayment p.required {
	top: 4px;
	left: 205px;
}

select {
	background-color: #ececeb;
	border: 1px solid #b9b9b9;
	font-size: 15px;
	font-family: "UbuntuLight";
	color: #6f6f6e;
	padding: 8px 10px;
	width: 100%;
	margin: 0;
}

#checkout-one-page #payment_expiry_month, #checkout-one-page #payment_start_month {
	float: left;
	width: 240px;
}

#checkout-one-page #payment_expiry_year, #checkout-one-page #payment_start_year {
	float: right;
	width: 140px;
}

#checkout-one-page button, #checkout-one-page input[type=submit] {
	background-color: #FF5000;
	color: white;
	display: block;
	width: 100%;
	padding: 10px;
	margin: 20px 0px 10px 0px;
	font-size: 15px;
	font-family: "UbuntuLight";
	border: 0;
}

#checkout-one-page button:hover {
	color: #686564;
}

#shipping-buttons-container button {
	float: right;
	width: 300px;
}

#checkout-one-page button.back-button {
	background-color: #cfcfcf;
	width: 80px;
	float: left;
}

#checkoutSteps > li {
	margin-top: 30px;
}

#checkout-one-page label {
	font-family: "UbuntuMedium";
	font-size: 15px;
	display: block;
	margin-top: 10px;
}

#checkout-one-page p {
    font-size: 15px;
    display: block;
}


#checkout-one-page label.required:after {
	content: ' *';
	color: #FF5000;
}

#checkout-one-page .cvv-what-is-this {
	font-family: "UbuntuMedium";
	font-size: 15px;
	float: right;
}

#checkout-one-page .sz_card_payment, #checkout-one-page .sz_logo {
	display: none !important;
}

#checkout-one-page label[for="billing:use_for_shipping_yes"],
	#checkout-one-page label[for="billing:use_for_shipping_no"] {
	display: inline;
	margin-left: 10px;
}

#checkout-one-page label[for="shipping:same_as_billing"] {
	display: none;
}

#checkout-one-page #shipping\:same_as_billing {
	margin-left: 16px;
	margin-right: -16px;
	display: none;
}

#checkout-one-page .back-link {
	padding-top: 5px;
	font-family: "UbuntuMedium";
}

#checkout-one-page label[for="billing:country_id"], #checkout-one-page select[name="billing[country_id]"],
	#checkout-one-page select[name="shipping[country_id]"],
	#checkout-one-page label[for="shipping:country_id"] {
	display: none;
}

#checkout-one-page label[for="p_method_cardpayment"] {
	margin-left: 12px;
}

#billing\:use_for_shipping_yes, #billing\:use_for_shipping_no {
	
}

#checkoutSteps {
	list-style: none;
	padding: 0;
}

#checkout-one-page .required em {
	margin-left: -13px;
	color: #FF5000;
	margin-right: 4px;
	display: none;
}

#checkout-one-page p.required {
	font-family: "UbuntuMedium";
	font-size: 15px;
	margin: 0px;
}

#checkout-one-page p.required em {
	display: inline-block;
}

#checkout-one-page ul {
	list-style-type: none;
	border: 0;
	padding: 0;
}

#checkout-one-page fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	width: 400px;
}

#checkout-one-page h2 {
	margin-top: 40px;
}

div.step-title {
	padding-left: 10px;
}

.step-title {
	background-color: #FF5000;
	padding: 7px 0px;
}

.step-title, .step-title a:hover {
	color: white;
	text-decoration: none;
}

.step-title a {
	color: white;
	text-decoration: underline;
}

.step-title h2 {
	display: inline;
	font-weight: bold;
}

.checkout-top {
	margin: 60px 0px 20px 0px;
	padding: 10px;
}

.checkout-column {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	padding: 1%;
}

.checkout-column-left {
	border-right: 1px solid #ff5500;
}

.checkout-column-center {
	border-right: 1px solid #ff5500;
}

.checkout-column-right {
	
}

.checkout-mini-step {
	display: block;
	color: #ff5000;
	font-family: "UbuntuMedium";
	margin-bottom: 20px;
}

.checkout-mini-step span {
	display: inline-block;
	background-color: #FF5500;
	color: white;
	padding: 1px 0px;
	margin-right: 5px;
	width: 23px;
	text-align: center;
}

.checkout input[type="text"], .checkout input[type="email"], .checkout input[type="phone"],
	.checkout select {
	background-color: #ecebeb;
	width: 95%;
	padding: 3% 2%;
	border: 1px solid #c1c1c0;
	font-family: "Ubuntu";
	display: block;
	margin: 0 auto 15px auto;
		border-radius: 0px;
}

.checkout select {
	width: 100%;
	line-height: 35px;
	border-radius: 0px !important;
}

.checkout-one-page input[type="checkbox"], .checkout input[type="radio"] {
	opacity: 0;
	width: 0px;
	margin: 0;
	padding: 0;
}

.checkout input[type="checkbox"]+label span, .checkout input[type="radio"]+label span
	{
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle;
	background-color: #ff5500;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	position: relative;
	top: -1px;
}

.checkout input[type="checkbox"]:checked+label span, .checkout input[type="radio"]:checked+label span
	{
	background: url("../images/tick.png") no-repeat center center #ff5500;
}

#checkout-one-page label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
#checkout-one-page label > input + span{ /* IMAGE STYLES */
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  border:2px solid #ff5000;
  margin-right: 10px;
}
#checkout-one-page label > input:checked + span{ /* (RADIO CHECKED) IMAGE STYLES */
  background: #ff5000 url("../images/tick.png") no-repeat center center;
}

.checkout label {
	display: block;
	font-family: "UbuntuMedium";
	margin-bottom: 5px;
}

.checkout .checkbox-label {
	display: inline-block;
}

.checkout-shipping-option {
	margin: 15px 0px;
}

.checkout select.checkout-exp-1 {
	width: 60%;
	display: inline-block;
	vertical-align: top;
}

.checkout select.checkout-exp-2 {
	width: 33.5%;
	margin-left: 5%;
	display: inline-block;
	vertical-align: top;
}

.order-summary-head>div, .order-summary-body>div, .order-summary-totals .w-70,
	.order-summary-totals .w-30 {
	display: inline-block;
	vertical-align: top;
}

.order-summary-body {
	margin-bottom: 87px;
}

.order-summary-totals .divider {
	margin: 10px 0px !important;
}

.checkout-terms {
	margin-top: 89px;
}

.checkout-confirm {
	padding: 7px 0px;
	margin-top: 44px;
	border: 0px;
	cursor: pointer;
}

.checkout-confirm:hover, .checkout-confirm:active {
	background-color: #6f6f6e;
}

.checkout .divider {
	margin: 14px 0px;
}

/* Terms & Conditions */
.tc {
	padding-left: 35px;
	position: relative
}

.tc-in {
	position: absolute;
	left: 0px;
}

/* Delivery */
#delivery-options {
	border-collapse: collapse;
	width: 100%;
}

#delivery-options td {
	border: 1px solid #fd7233;
	width: 21%;
	padding: 2%;
}

/** feedback **/
.signature {
	max-width: 200px;
	vertical-align: middle;
}

/* 404 */
#page-404 {
	width: 100%;
}

#page-404 .w-70 {
	margin: 0px 10%;
}

#page-404 .clear-overflow {
	margin-bottom: 75px;
}

/* Sitemap */
#sitemap a, #sitemap strong {
	line-height: 35px;
	display: block;
	text-align: left;
}

#sitemap strong {
	padding-top: 10px;
	font-family: "UbuntuMedium";
	font-weight: normal;
}

#sitemap strong:first-child {
	padding-top: 0px;
}

#sitemap {
	width: auto;
	display: table;
	overflow: hidden;
}

.sitemap-column {
	width: 270px;
	float: left;
	padding-top: 10px;
}

.sitemap-column:last-child {
	width: auto;
}

/* Propose a product */
#page-propose img[src*="propose"] {
	vertical-align: middle;
}

/* all pages */
.main-page-icon {
	vertical-align: middle;
	width: 50px;
	margin-right: 15px;
}


/** success page **/
#order-complete {
	margin-bottom: 40px;
}

/** help pages **/
.help-questions ol {
	list-style: none; 
	counter-reset: li;
	padding-left: 0px;
}

.help-questions ol li::before {
	content: counter(li) ".";
	color: #ff5000;
	display: inline-block;
	width: 1em;
	font-family: "UbuntuMedium";
}

.help-questions ol li {
	counter-increment: li;
}

.help-questions ol li > div {
	display: inline;
}

/** Article content **/

.article-content h2 {
	font-family: "UbuntuMedium";
	color: #ff5000;
}


/******************************
******* GENERAL CLASSES *******
******************************/
.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear-overflow {
	overflow: hidden;
}

.w-100 {
	width: 100%;
}

.w-90 {
	width: 90%;
	margin: 0 auto;
}

.w-94 {
	width: 94%;
	margin: 0 auto;
}

.w-70 {
	width: 70%;
}

.w-60 {
	width: 60%;
}

.w-40 {
	width: 40%;
}

.w-55 {
	width: 50%;
}

.w-50 {
	width: 50%;
}

.w-33 {
	width: 33%;
}

.w-35 {
	width: 35%;
}

.w-30 {
	width: 30%;
}

.w-25 {
	width: 25%;
}

.w-20 {
	width: 20%;
}

.w-16 {
	width: 16%;
}

.w-10 {
	width: 10%;
}

.w-5 {
	width: 5%;
}

.bg-orange {
	background-color: #FF5000;
}

.bg-white {
	background-color: white;
}

.bg-grey {
	background-color: #ececec;
}

.bg-grey2 {
	background-color: #cfcfcf;
}

.font-ubuntu {
	font-family: "UbuntuRegular";
}

.font-ubuntu-light {
	font-family: "UbuntuLight";
}

.font-ubuntu-medium {
	font-family: "UbuntuMedium";
}

.font-ubuntu-bold {
	font-family: "UbuntuBold";
}

.colour-grey {
	color: #686564;
}

.colour-orange {
	color: #FF5000;
}

.colour-grey-dark {
	color: #6f6f6e;
}

.colour-white {
	color: white;
}

.colour-black {
	color: black;
}

.colour-red {
	color: #c9471b;
}

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

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.display-block {
	display: block;
}

.display-iblock {
	display: inline-block;
}

.display-inline {
	display: inline;
}

.display-none {
	display: none;
}

.z-1 {
	z-index: 1;
}

.z-2 {
	z-index: 2;
}

.z-3 {
	z-index: 3;
}

.z-4 {
	z-index: 4;
}

.z-5 {
	z-index: 5;
}

.pos-fix {
	position: fixed;
}

.pos-abs {
	position: absolute;
}

.pos-rel {
	position: relative;
}

.va-top {
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.cursor-p {
	cursor: pointer;
}

.c {
	clear: both !important;
	float: none !important;
}

.size-10 {
	font-size: 10px;
}

.size-11 {
	font-size: 11px;
}

.size-12 {
	font-size: 12px;
}

.size-14 {
	font-size: 14px;
}

.size-15 {
	font-size: 15px;
}

.size-17 {
	font-size: 17px;
}

.size-19 {
	font-size: 19px;
}

.size-20 {
	font-size: 20px;
}

.size-21 {
	font-size: 21px;
}

.size-22 {
	font-size: 22px;
}

.size-23 {
	font-size: 23px;
}

.size-24 {
	font-size: 24px;
}

.size-25 {
	font-size: 25px;
}

.size-26 {
	font-size: 26px;
}

.size-27 {
	font-size: 27px;
}

.size-28 {
	font-size: 28px;
}

.size-31 {
	font-size: 31px;
}

.size-32 {
	font-size: 32px;
}

.size-34 {
	font-size: 34px;
}

.size-38 {
	font-size: 38px;
}

.bold {
    font-weight: bold;
}

.no-mar-top {
	margin-top: 0px !important;
}

a, a.img {
	text-decoration: none;
	color: #6f6f6e;
}

a:hover {
	color: #ff5000;
}

h1 {
	font-weight: normal;
}

h2 {
	margin: 0;
	font-weight: normal;
	font-size: inherit;
}

.mobile-only {
	display: none;
}

.awesome-app-page h1 {
    margin-bottom: 0;
    margin-top: 12px;
}

.awesome-app-page h3 {
	padding: 5px 0px;
}

.awesome-app-page .video {
	margin: 0px auto;
}

.awesome-app-page .embed-container {
	margin-top: 9px;
}

.awesome-app-page .feature h2 {
	color: #e9540d;
	padding-left: 60px;
}

.awesome-app-page .feature img {
	width: 100%;
	max-width: 240px;
}

.awesome-app-page .google-review {
	display: none;
}

.header-a {
	background: url(../images/header-a.png) no-repeat left center;
}

.header-hash {
  background: url(../images/header-hash.png) no-repeat left center;
}

.header-book {
  background: url(../images/header-book.png) no-repeat left center;
}


.header-headphones {
  background: url(../images/header-headphones.png) no-repeat left center;
}


.header-man {
  background: url(../images/header-man.png) no-repeat left center;
}


.header-profile {
  background: url(../images/header-profile.png) no-repeat left center;
}


/* Remove default browser styling for inputs */
input[type="button"], input[type="text"], input[type="submit"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	border-radius: 0 !important;
}

/* Disable pointer events, like highlighting text as a phone number */
.no-p-events {
	pointer-events: none;
}


/** Where we are page **/
.continents {

	margin: 15px 0px;
	padding: 15px 0px;
	border-top: 1px solid #ff5000;
	border-bottom: 1px solid #ff5000;
}

.continents ul {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.continents li {
	cursor: pointer;
	display: inline;
	float: left;
	text-align: center;
	width: 15%;
	padding-left: 2%;
	opacity: 0.7;
}

.continents li img {
	max-height: 120px;
	width: auto;
}

.continents li.active {
	opacity: 1;
	font-weight: bold;
}

.continents li:hover {
	opacity: 1;
	color: #ff5000;
}

.continents li:first-child {
	padding-left: 0px;
}

.continent {
	display: none;
	background-color: #ececec;
	padding: 20px 20px 1px 20px;
}

.continent ul {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
}

.continent li {
	list-style: none;
	margin-bottom: 14px;
	float: left;
	width: 33%;
}

.continent li a {
	display: table;
}

.continent li a.active {
	font-weight: bold;
}

.continent img {
	padding-right: 10px;
	width: 50px;
}

.continent li span {
	display: table-cell;
	vertical-align: middle;
}

.stores-stats {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

.stores-stats .stat {
	float: left;
	width: 32%;
	padding-left: 1%;
	padding-right: 1%;
}

.stores-stats .stat:first-child {
	padding-left: 0px;
}

.stores-stats .stat:last-child {
	padding-right: 0px;
}

.stores-stats .stat  span {
	display: block;
}

#conversation-intro {
}

#conversation-intro img {
	margin: 0 auto;
	display: block;
}

#conversation {
	width: 60%;
	min-height: 60px;
	margin: 25px auto;
	overflow: hidden;
	font-size: 16px;
	display: block;
    text-align: left;
}

.conversation-box {
	border-radius: 10px;
	overflow: hidden;
	display: table;
	clear: both;
	margin-bottom: 5px;
	padding: 5px;
}

.conversation-box-left {
	background-color: #f4f4f4;
	float: left;
}

.conversation-box-right {
    background-color: #0077e5;
    color: #ffffff;
    float: right;
}

.conversation-box-right strong {
	color: inherit;
}

.conversation-box img {
	width: 100%;
	height: auto;
	background-color: #ffffff;
}

.conversation-message {
	margin: 5px;
}

.conversation-input {
	clear: both;
}

.conversation-input input {
	border: 0px;
	font-size: inherit;
	padding: 5px;
	width: 81%;
	border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
	-webkit-appearance:none;
	-moz-appearance:none;
}

#conversation .conversation-input button {
	margin: 0px 0px 0px 5px;
	box-sizing: border-box;
    width: auto;
    min-width: initial;
    display: inline;
	cursor: pointer;
}

.conversation-typing {
  font-size: 30px;
  width: 1.25em;
}

.conversation-typing:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 700ms infinite;      
  animation: ellipsis steps(4,end) 700ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

#conversation button, #conversation a {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #0077e5;
	border-radius: 10px;
	padding: 5px 10px;
	margin: 5px;
	min-width: 140px;
	color: #696969;
	font-size: inherit;
	box-sizing: border-box;
	cursor: pointer;
}

.php-page ul {
	list-style: none;
	padding: 0px;
}

.php-page ul li {
	margin-bottom: 10px;
}

.php-page .conversation-name {
	display: inline-block;
	width: 40%;
}

.php-page .conversation-order-details {
	display: inline-block;
	width: 50%;
}

.php-page ul a {
	background-color: #ff5000;
	color: white;
	display: inline-block;
	width: 28%;
	max-width: 150px;
	padding: 3px 0px;
	text-align: center;
}

.php-page ul a.not-active {
	opacity: 0.7;
}

/******************************
******** MEDIA QUERIES ********
******************************/
@media ( max-width : 1440px) {
	#product-slide {
		width: 60%;
	}
}

@media ( max-width : 1250px) {
	#contact .transport {
		line-height: 19px;
	}
}

@media ( max-width : 1200px) {
	/* Change font sizes */
	.size-23 {
		font-size: 20px;
	}
	#map-left {
		width: 55%;
	}
	#map-right {
		width: 36%;
	}
	#map-left-border {
		font-size: 18px;
	}
	
	.home-step-arrow {
	 left: 89%;
}

#home-slider {
	width: 100%;
}
}

@media ( max-width : 1100px) {
	.transport {
		line-height: 16px;
	}
	#contact .w-70 .w-50:nth-of-type(3) .transport:nth-of-type(2) .l-1 {
		display: none;
	}
	#launch-mode-email {
		width: 60%;
	}
	
 .home-step-arrow {
   left: 88%;
 	width: 52%;
 	height: auto;
}
  
 
  #page-404 {
    width: 100%;
  }
  
  #page-404 .w-70 {
	 width: 80%;
  }


    #conversation {
        width: 80%;
    }

    .w-90 #product-slide {
        width: 80%;
    }
}

@media ( max-width : 1070px) {
	#contact .w-70 .w-50:nth-of-type(3) .transport:nth-of-type(3) .l-2 {
		display: none;
	}

}

@media ( max-width : 1038px) {
	#contact .w-70 .w-50:nth-of-type(3) .transport:nth-of-type(1) .l-1 {
		display: none;
	}
}

@media ( max-width : 1000px) {
	/* Contact Page */
	#contact .w-33, #contact .w-70 {
		width: 100%;
	}
	#contact .mobile-hide {
		display: none;
	}
	#contact .l-1, #contact .l-2 {
		display: block !important;
	}
	#contact .divider-grey {
		display: none;
	}
	#contact {
		border-bottom: 0px;
	}
	.mobile-full {
		width: 100% !important;
		text-align: center;
		margin-top: 10px;
	}
	.mobile-full img {
		display: none;
	}
	.size-20 {
		font-size: 18px;
	}
	.size-24 {
		font-size: 20px;
	}
	.contact img[src*="icon-phone"] {
		margin-top: 0px;
	}
	.contact img[src*="icon-mail2"] {
		margin-top: 1px;
	}
	.contact img[src*="icon-whatsapp-small"] {
		margin-top: 0px;
	}


}

@media (max-width: 921px) {
	.home-step-arrow {
	 left: 80%;
	}
	
	.continents img {
		height: 90px;
		width: auto;
	}

}

@media ( max-width : 900px) {
	/* Contact Page */
	#map-left {
		font-size: 18px;
	}

	/* Change font sizes */
	.size-27 {
		font-size: 22px;
	}
	.size-24 {
		font-size: 19px;
	}
	.size-23 {
		font-size: 18px;
	}
	.size-21 {
		font-size: 18px;
	}
	.size-20 {
		font-size: 17px;
	}

	/* Launch mode */
	#launch-mode form {
		width: 60%;
	}

	/* step-title page total label */
	.total-label {
		width: 24%;
	}

	/* Checkout page fonts */
	.checkout {
		font-size: 14px;
	}

	/* 404 */
	#page-404 .w-70 {
		width: 85%;
		margin: 0 auto !important;
		display: block;
	}
	#page-404 img {
		height: 80px;
	}
	#page-404 .clear-overflow {
		margin-bottom: 40px;
	}
}

@media ( max-width: 850px)  {
	.home-step-arrow {
	 width: 45%;
	}
	
	.home-step-inner {
	 width: 100%;
	}
}

@media ( max-width : 800px) {
	/* Contact Page */
	#map-left {
		font-size: 16px;
	}

	/* Hide transport icons to make more space for details */
	#map-right .transport>img {
		display: none;
	}
	#map-right .transport .transport-table {
		width: 100%;
	}

	/* Logo bigger */
	#logo {
		width: 66%;
	}
	#logo img {
		width: 53%;
	}

	/* Product Page Launch mode */
	#launch-mode-submit {
		width: 20%;
	}
	#launch-mode-email {
		width: 54%
	}

	/* Nav trigger bigger */
	#nav-trigger {
		width: 4%;
	}

	/* Social trigger bigger */
	#social-trigger {
		width: 3%;
	}

	/* Apearance of the navigation */
	aside {
		width: 240px;
		left: -240px;
	}
	#navigation-lists {
		padding: 0px 10px;
	}

	/* Re-position the top */
	#top_inner {
		left: -240px;
		padding-left: 240px;
		background-color: #ff5500;
	}

	/* Navigation */
	.section-title {
		font-size: 17px;
	}
	.section-list li a {
		font-size: 15px;
	}
	.section-title img {
		width: 20px;
	}

	/* Master Content */
	#master-content {
		padding-top: 8.6%;
	}

	/* Cart Page header smaller */
	.size-31 {
		font-size: 25px;
	}

	/* Cart page checkout steps */
	.checkout-step-no {
		font-size: 17px;
		padding: 6px 12px;
	}

	/* Pay now button */
	.checkout-pay-now {
		font-size: 16px;
	}

	/* Basket font size */
	.basket {
		font-size: 15px;
	}

	/* Sitemap */
	#sitemap {
		display: block;
		width: 98%;
	}
 
  #iphone-slider {
   width: 200px;
  }
  
  .home-app-text {
	padding-left: 10px;
  }
  
  .home-app-text .download-icons a:first-child {
	 margin-right: 10px;
  }
  
  #checkout-one-page #checkoutSteps {
	 margin-top: 25px;
  }
  
  .basket {
	margin-top: 25px;
  }
  
  #master-content p.contact-point {
	margin: 15px 0px;
  }
  
  #conversation {
	width: 98%;
  }

    .w-90 #product-slide {
        width: 98%;
    }
  
  #conversation button, #conversation a {
	width: 100%;
  	font-size: 17px;
  	text-align: center;
  	margin: 5px 0px;
  }
  
  #conversation .conversation-input button {
	width: auto;
  	min-width: initial;
  	display: inline;
  }
}

@media ( max-width : 750px) {
	#contact .w-70 .w-50:nth-of-type(3) .transport:nth-of-type(2) .l-1 {
		display: none !important;
	}
	
	 .awesome-app-page .w-70 {
   width: 96%;
  }
  
  .feature {
	flex-wrap: wrap;
	display: flex;
  }
  
  .about-us-page .feature-spacer {
	display: none;
  }
  
  .about-us-page .w-60 {
	width: 100%;
  	order: 2;
  }
  
  .about-us-page .w-33 {
  	width: 100%;
  	order: 1;
  	padding-bottom: 10px;
  }
  

}

@media ( max-width : 710px) {
	#contact .w-70 .w-50:nth-of-type(3) .transport:nth-of-type(3) .l-2 {
		display: none !important;
	}
	.contact img[src*="logosmall2"] {
		margin-bottom: 35px !important;
	}
	
	.continent {
		padding: 8px 8px 0px 8px;
	}
	
	.continents li {
		width: 32%;
		padding-left: 1%;
		padding-bottom: 15px;
	}
	
	.continents {
		padding-bottom: 0px;
	}
}

@media ( max-width : 700px) {
	/* Change font sizes */
	.size-23 {
		font-size: 16px;
	}
	.size-27 {
		font-size: 21px;
	}
	.size-26 {
		font-size: 20px;
	}
	.size-25 {
		font-size: 19px;
	}

	/* Launch mode */
	#launch-mode form {
		width: 100%;
	}

	/* Checkout page layout shift */
	.checkout-column-left {
		width: 47.5%;
	}
	.checkout-column-center {
		width: 48%;
		border-right: 0px;
	}
	.checkout-column-right {
		width: 98%;
		border-top: 1px solid #ff5500;
		padding-top: 20px;
	}
	.order-summary-body {
		margin-bottom: 20px;
	}
	.checkout-terms, .checkout-confirm {
		margin-top: 20px;
	}
	.sitemap-column:last-child {
		clear: both;
	}
	
	 .checkout-onepage-success .checkout-step {
	   padding-left: 35px;
	 }
	 
	 .checkout-onepage-success .checkout-step:first-child {
	 padding-left: 0px;
	 }
}

@media ( max-width : 650px) {
	#contact .l-1 {
		display: none !important;
	}
	#contact .w-70 .w-50:nth-of-type(3) .transport:nth-of-type(3) .l-2 {
		display: block !important;
	}
	
	.home-step-arrow {
	 display: none;
	}
	
	.checkout-onepage-success .checkout-steps {
	 padding-right: 0px;
	}
	.checkout-onepage-success .checkout-step {
	 padding-left: 5px;
	}
	
  .checkout-onepage-success .checkout-step:first-child {
   padding-left: 0px;
   }
   
 
  #iphone-slider {
   width: 150px;
  }
}

@media ( max-width : 600px) {
	/* Hide desktop only  */
	.mobile-hide {
		display: none !important;
	}

	/* Show mobile only */
	.mobile-only {
		display: block;
	}
	
	#master-content footer p {
	   margin-bottom: 10px;
	}
	
	span.mobile-only {
	 display: inline-block;
	}
	.contact-transport, .contact {
		width: 100% !important;
	}
	#contact {
		border-bottom: 0px;
	}
	/* Change font sizes */
	body {
		font-size: 17px;
	}
	.size-34 {
		font-size: 30px;
	}
	.size-32 {
		font-size: 25px;
	}
	.size-28 {
		font-size: 22px;
	}
	.size-17 {
		font-size: 16px;
	}
	.size-20, .scroll-down {
		font-size: 16px;
	}
	.size-15 {
		font-size: 13px;
	}
	.size-23 {
		font-size: 18px;
	}

	/* Containers full width */
	.w-40, .w-55 {
		width: 96%;
		margin: 0 auto;
		display: block;
	}

	/* Slideshow full width */
	#product-slide {
		width: 80%;
		padding-top: 6%;
	}

	/* Change position of social icons */
	#social-links {
		width: 96%;
		right: 0;
		padding: 1% 0%;
		text-align: center;
	}
	#social-links a {
		display: inline-block;
		padding: 1% 2%;
		width: 9%;
	}
	#social-links a img {
		width: 100%;
		max-width: 56px;
	}

	/* Social trigger */
	#social-trigger img {
		width: 117%;
	}

	/* Product title smaller */
	#product-title {
		font-size: 30px;
	}

	/* Product feature spacer */
	.feature-spacer {
		display: none;
	}

	/* Logo bigger */
	#logo {
		width: 70%;
	}
	#logo img {
		padding: 2px 0px;
		width: 84%;
	}

	/* Nav trigger bigger */
	#nav-trigger {
		width: 7%;
		margin-right: 5%;
	}

	/* Social trigger bigger */
	#social-trigger {
		width: 5%;
		margin-left: 6%;
	}
	#social-wts, #social-msg {
		display: inline-block !important;
	}

	/* Master Content */
	/*
	#master-content {
		padding-top: 14%;
	}
	*/
	
	.contact {
		margin: 0px;
	}
	#contact {
		padding: 0px;
		border: 0px;
	}
	#contact img[src*="map"] {
		margin-bottom: 8px;
	}
	#contact+br {
		display: none;
	}
	#contact .w-70 .w-50:nth-of-type(3) .transport:nth-of-type(3) .l-2 {
		display: none !important;
	}

	/* Cart page mobile styles */

	/* Hide columns options, qty*/
	.basket .field-options, .basket .field-qty {
		display: none !important;
	}

	/* Remove not needed dividers */
	.basket-divider-3, .basket-divider-4 {
		display: none;
	}

	/* Re-distribute the widths */
	.field-img {
		width: 25%;
	}
	.field-desc {
		width: 48%;
	}
	.basket-body .field-desc {
		width: 46%;
	}
	.field-price {
		width: 26%;
	}

	/* Re-position other dividers */
	.basket-divider-1 {
		left: 25%;
	}
	.basket-divider-2 {
		left: 73.5%;
	}

	/* Width of totals */
	.total-value {
		width: 24%;
	}

	/* Show alternative remove button */
	.basket-body .field-desc .remove-mobile {
		display: inline;
	}

	/* Checkout button */
	.checkout-pay-now {
		width: 48.5%;
	}
	#checkout-one-page fieldset {
		width: auto;
	}
	#checkout-one-page #payment_expiry_month, #checkout-one-page #payment_start_month {
		width: 70%;
	}
	#checkout-one-page #payment_expiry_year, #checkout-one-page #payment_start_year {
		width: 25%;
	}
	#shipping-buttons-container button {
		width: 70%;
	}

	.checkout-steps {
	 padding-right: 15px;
	}
	
	.checkout-step {
	 padding-left: 45px;
	}
	
 .checkout-step:first-child {
   padding-left: 0px;
  }

	
	/* Divider */
	.divider {
		margin: 10px 0px;
	}
	
	.clean-template hr {
		margin: 10px 0px;
	}

	/* Delivery page - hide logos */
	#delivery-options td.align-center, #delivery-options tr td:nth-of-type(4)
		{
		display: none;
	}
	#delivery-options {
		width: 100%;
	}
	#delivery-options td {
		width: auto;
	}

	/* 404 */
	#page-404 .w-70 {
		width: 96%;
	}
	#page-404 img {
		height: 60px;
	}
	#page-404 .clear-overflow {
		margin-bottom: 60px;
	}
	.contact img[src*="logosmall2"] {
		margin-bottom: 20px !important;
	}

	/** footer **/
	footer {
		padding: 15px 0px;
	}
	
	#master-content footer p {
		margin: 0px 0px 5px 0px;
	}
	
	#master-content footer p:last-child {
		margin-bottom: 0px;
	}
	
	.download-icons {
		padding-bottom: 10px;
	}
	.download-icons img {
	 width: 45%;
		max-width: 123px;
	}
	#footer-social {
		margin-top: 10px;
	}
	#footer-social img {
		width: 25px;
		height: 25px;
	}
	
	.awesome-app-page .feature {
	 flex-wrap: wrap;
		display: flex;
	}
	
	.awesome-app-page .w-50 {
	 width: 100%;
		display: block;
		order: 1;
	}
	
	.awesome-app-page .feature-image {
	 width: 100%;
		text-align: center;
		order: 2;
	}
	
	.awesome-app-page .feature-image img {
	 width: 50%;
		min-width: 175px;
	}
	
	.awesome-app-page h1 {
		margin-top: 19px;
  }

	.continent ul {
		padding-top: 15px;
	}
	
	.continent ul li {
		margin-bottom: 9px;
		width: 50%;
	}
	
	.continent img {
		width: 40px;
	}
}

@media ( max-width : 500px) {
  .checkout-header {
	 overflow: hidden;
  }
  
  .checkout-steps {
	 margin: 0px auto;
  	float: none;
  	display: table;
  	padding-right: 0px;
  }
  
  .checkout-step {
	 padding-left: 50px;
  }
  
  #checkout-one-page #checkoutSteps {
	margin-top: 0px;
  }
  
  .basket {
	 margin-top: 5px;
  }
  
  .checkout-header {
	 background: url("../images/orange-line.png") repeat-x scroll center 16px;
  }
  
	.checkout-header h1 {
		display: none;
	}
	.buy-wrap-code {
		font-size: 12px;
	}
	
	.clean-template h2 {
		font-size: 20px;
	}

	/* Change font sizes */
	body {
		font-size: 16px;
	}
	.size-38 {
		font-size: 32px;
	}
	.size-34 {
		font-size: 30px;
	}
	.size-32 {
		font-size: 22px;
	}
	.size-27 {
		font-size: 18px;
	}
	.size-25 {
		font-size: 17px;
	}
	.size-24 {
		font-size: 16.5px;
	}
	.size-22 {
		font-size: 16px;
	}
	.size-19 {
		font-size: 14px;
	}
	.size-20 {
		font-size: 16px;
	}
	.size-15 {
		font-size: 13px;
	}
	.size-17 {
		font-size: 15px;
	}

	/* Apearance of the navigation */
	aside {
		width: 200px;
		left: -200px;
	}
	#navigation-lists {
		padding: 0px 10px;
		background-color: #f6f6f6;
	}

	/* Re-position the top */
	#top_inner {
		left: -200px;
		padding-left: 200px;
	}
	.section-title {
		font-size: 16px;
		background: url("../images/arrow-down3.png") no-repeat center right;
	}
	.section-title.opened {
		background: url("../images/arrow-up2.png") no-repeat center right;
	}
	.section-list li a {
		/* font-size: 13px; */
	}
	.section-title img {
		width: 20px;
	}
	#product-title {
		margin-top: 15px;
	}

	/* Extra content becomes slideshow */
	#extra-content {
		padding: 4% 0%;
		font-size: 15px;
	}
	#extra-content.mobile-cycle .content {
		width: 100%;
		max-width: 100%;
	}
	#extra-content .w-33 {
		width: 100%;
	}
	#extra-content .cycle-carousel-wrap {
		width: 100% !important;
	}
	.content {
		width: 96%;
	}
	.w-40, .w-55 {
		width: 100%;
	}

	/* Product feature spacer */
	.feature-spacer {
		display: none;
	}

	/* Product descriptions 2 */
	.w-94 {
		width: 100%;
	}
	
	.w-90 {
		width: 100%;
	}

    .product-primary {
        padding: 10px 0px;
    }

	/* Show app download */
	#app-download {
		display: block;
		margin-top: 30px;
	}

	/* Launch mode */
	#launch-mode-email {
		width: 73%;
		margin-left: 0px;
		padding: 6px 5px;
		font-size: 13px;
		font-family: "UbuntuMedium";
	}
	#launch-mode-submit {
		height: 30px;
	}

	/* Contact page icons */
	.contact img {
		width: 30px;
	}

	/* Coffee icon */
	#extra-content img[src*="coffee"] {
		width: 50px;
	}
	#product-slide {
		width: 100%;
		padding-top: 6%;
	}
	#slide-pager span {
		font-size: 29px;
	}
	#slide-prev img, #slide-next img {
		height: 15px;
	}

	/* Cart page */

	/* Basket font size */
	.basket {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	#checkoutSteps > li {
		margin-top: 20px;
	}

	#order-complete .basket-head {
    margin-bottom: 15px;
  }
  
    
  #discount-coupon-form input[type=text] {
   width: 80px;
  }
  
  

#order-complete .home-app-box {
  margin-top: 15px;
}  

	/* Checkout page */
	.checkout-column-left {
		width: 98%;
		border: 0px;
	}
	.checkout-column-center {
		width: 98%;
		border-top: 1px solid #ff5500;
		padding-top: 20px;
		margin-top: 10px;
	}

	/* Help */
	#help {
		font-size: 18px;
	}
	#help .size-26 {
		font-size: 18px;
	}
	#help a {
		display: inline;
	}
	#help a:before {
		content: ": ";
	}
	#help .w-50 {
		width: 100%;
		margin-top: 10px;
	}
	#help img {
		height: 50px;
		width: auto;
	}

	/* 404 */
	#page-404 {
		width: 100%;
	}
	#page-404 .w-50 {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0px !important;
	}
	#page-404 .w-70 {
		width: 85%;
	}
	#page-404 img {
		height: 80px;
	}
	#page-404 .clear-overflow {
		margin-bottom: 0px;
	}

	/* Main Page icon */
	.main-page-icon {
		width: 40px !important;
		height: auto !important;
	}

	/** feedback **/
	.signature {
		width: 48%;
	}
	
	/** home mobile **/
	.home-step-inner .colour-orange {
	 padding-top: 0px;
	}
	
	.home-step-inner {
	font-family: UbuntuMedium;
	}
	
	.home-step-inner img {
	 height: auto;
		width: 60px;
	}
	
	#extra-content .home-step-inner img {
		width: auto;
	}
	
	.home-steps {
	 padding: 0px;
	}
	
	.home-steps .size-22  {
	 font-size: 18px;
	}
	
	#we-deliver {
	 width: 65%;
		text-align: center;
		margin: 0px auto;
		font-family: UbuntuMedium;
	}
	
	#home-slider {
	 padding: 10px 0 5px 0px;
	}
	
	.home-slider {
	 padding: 10px 0px;
		margin-bottom: 10px;
	}
	
	.home-slider .size-28 {
	 font-size: 18px;
font-family: "UbuntuMedium";
	}
	
	.home-slider .size-28 img {
	 width: 20px;
		height: auto;
	}
	
	.home-subscribe {
	  padding: 10px 0px;
    margin-bottom: 10px;
		margin-top: 10px;
	}
	
	#master-content .home-subscribe p {
	 width: 80%;
		diplay: block;
		margin: 5px auto 10px auto;
		font-size: 15px;
	}
	
	.home-subscribe #launch-mode form {
	 width: 100%;
	}
	
	.home-subscribe #launch-mode-submit {
	 margin: 0px;
	}
	
	.home-wiki {
	 margin: 0px auto;
		text-align: left;
		width: 86%;
		display: table;
  }
  
  .home-wiki img {
	 float: left;
  	padding-right: 10px;
  	height: 42px;
  	width: 42px;
  }
	
	.home-step {
	 float: none;
		width: 95%;
		margin: 0px auto;
	}
	
	#extra-content .home-step {
		width: 100%;
		padding: 0%;
	}
	
	#extra-content .home-step:first-child {
		padding-left: 1%;
	}
	
	#extra-content .home-step:last-child {
		padding-right: 1%;
	}
	
.home-step-inner {
   width: 80%;
  }
	
	.home-app-box {
	 text-align: center;
		display: flex;
		flex-wrap: wrap;
	}
	
	#iphone-slider {
	 order: 2;
		margin: 0px auto;
	}
	
	.home-app-text {
		padding-left: 0px;
		display: block;
		margin: 0px auto;
		order: 1;
		width: 100%;
		padding-bottom: 15px;
  }
  
  .home-app-text ul {
	 font-family: UbuntuMedium;
  }
  
  
  #download-icons-1 {
	 display: none;
  }
  
  #download-icons-2 {
	 display: block;
  	padding-top: 15px;
  }
  
  .checkout-onepage-success .list-orange-squares {
	 display: none;
  }
  
  .checkout-onepage-success #download-icons-1 {
   display: block;
  	padding: 10px 0px;
  	
  }
  
  .checkout-onepage-success .home-app-text {
	padding-bottom: 5px;
  }
  
  .checkout-onepage-success #download-icons-2 {
   display: none;
  }
  
  
  .checkout-onepage-success .checkout-steps {
   padding-right: 15px;
  }
  .checkout-onepage-success .checkout-step {
   padding-left: 45px;
  }
  
  .checkout-onepage-success .checkout-step:first-child {
   padding-left: 0px;
   }
  
  .list-orange-squares {
	 margin-bottom: 0px;
  }
  
  .list-orange-squares li {
	 background: none;
  	padding-left: 0px;
  	
  }
  
  #order-complete {
	margin-bottom: 20px;
  }
  
  footer {
	 margin-top: 10px;
  }
  
  
  .awesome-app-page h1 {
    margin-top: 17px;
  }
  
  .awesome-app-page .feature h2 {
	 font-size: 24px;
  	padding-left: 40px;
  }
  
  .header-a {
  background-size: 24px 24px;
}

.header-hash {
  background-size: 24px 24px;
}

.header-book {
  background-size: 24px 24px;
}


.header-headphones {
  background-size: 24px 24px;
}


.header-man {
  background-size: 24px 24px;
}


.header-profile {
  background-size: 24px 24px;
}

    #home-chat-content {
        padding: 10px 0px 2px 0px;
    }


    footer {
        padding: 5px 0px;
    }
  
}

@media ( max-width : 400px) {
	.buy-wrap-code {
		font-size: 12px;
	}
	/* Change font sizes */
	body {
		font-size: 16px;
	}
	.size-38 {
		font-size: 28px;
	}
	.size-34 {
		font-size: 26px;
	}
	.size-32 {
		font-size: 23px;
	}
	.size-27 {
		font-size: 17px;
	}
	#product-title {
		font-size: 29px;
	}
	
	#logo img {
		padding: 2px 0px;
		width: 84%;
	}

	/* Contact Page */
	/* Transport icons smaller */
	#map-right .transport>img {
		width: 10%;
	}
	#map-right .transport .transport-table {
		width: 88%;
	}

	/* Change font of transport details */
	#map-right .transport {
		font-size: 12px;
		font-family: "UbuntuLight";
	}
	#app-download {
		padding: 30px 10px;
	}

	/* Font of the download app */
	.contact a .size-17 {
		font-size: 12px;
		margin-left: 8px;
	}

	/* Contact page remove one <br> */
	.contact-app+br+br {
		display: none;
	}

	/* Cart Page */

	/* Hide image */
	.field-img {
		display: none !important;
	}

	/* Hide one divider */
	.basket-divider-2 {
		display: none !important;
	}

	/* Re-position the other divider */
	.basket-divider-1 {
		left: 76%;
	}

	/* Resize description field */
	.field-desc {
		width: 76%;
	}
	.basket-body .field-desc {
		width: 74%;
	}

	/* Resize price field */
	.field-price {
		width: 23%;
	}
	.basket-body .field-price {
		width: 21%;
	}

	/* Resize totals */
	.total-value {
		width: 21.5%;
	}
	.total-label {
		width: 38%;
	}

	/* Resize pay-now */
	.checkout-pay-now {
		width: 55%;
	}

	/* Little adjustment of the white spaces */
	.total-label, .total-value, .checkout-pay-now {
		margin-top: 0.6%;
	}
	
	.checkout-step {
	 padding-left: 35px;
	}
	
	.checkout-step:first-child {
	 padding-left: 0px;
	}
	
  #discount-coupon-form input[type="text"] {
   width: 110px;
  }
  
  .stores-stats .size-28 {
	font-size: 20px;
  }



}

@media ( max-width: 380px) {

 .home-wiki {
   width: 92%;
  }
  
	.total-label {
		width: 45%;
	}
	
	.continents img {
		height: 75px;
		width: auto;
	}
}

@media ( max-width :350px) {

	.buy-wrap-code {
		font-size: 12px;
	}
	.size-24 {
		font-size: 16px;
	}
	.download-icons a:first-child {
		margin-right: 10px;
	}
	.download-icons img {
		width: 105px;
		height: auto;
	}
	.signature {
		width: 80%;
	}
	
  .checkout-step {
   padding-left: 20px;
  }
  
  .checkout-step:first-child {
   padding-left: 0px;
  }
  
  #we-deliver {
   width: 88%;
   }
   
	.total-label {
		width: 47%;
	}
	
    
    .continents li {
		width: 50%;
    	padding-left: 0px;
    }
    
  .stores-stats .size-28 {
	font-size: 17px;
  }
}

/* IOS zoom fix */
input[type="text"]:focus,
textarea:focus {
    -webkit-text-size-adjust: 100%;
}
 
@media screen and (max-height: 300px) {
    #buy-wrap .buy-wrap-code {
        top: 50px !important;
    }

}
