/* General styling */
html {
	min-height: 100%;
	position: relative;
}

body {
	background-color: #fff;
	color: #000;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   overflow-x: hidden;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

form .field,
form .control-group,
form .form-group {
	display: block;
	float: left;
	width: 100%;
}

	.checkout-page form input.text,
	.checkout-page form textarea,
	.checkout-page form .textajaxuniquetext,
	.checkout-page form select,
	.account-page_profile form input.text,
	.account-page_profile form textarea,
	.account-page_profile form .textajaxuniquetext,
	.account-page_profile form select {
		max-width: 360px;
	}

textarea {
-webkit-resize: vertical;
   -moz-resize: vertical;
		resize: vertical;
	height: auto;
	min-height: 120px;
}

.Actions input.action {
	border: 2px solid transparent;
	border-radius: 0;
	background-color: transparent;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
	min-width: 12em;
	display: inline-block;
	color: #000;
	white-space: inherit;
}

.Actions input.action { border-color: #000; }

.Actions input.action:hover,
.Actions input.action:focus {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

form input.checkbox {
	height: auto;
	margin-top: 3px;
	margin-left: 0 !important;
	width: auto;
}

.control-group#Url,
.control-group#Comment,
.form-group#Url,
.form-group#Comment  {
	display: none;
}

.trans-col,
.breadcrumbs a {
	-webkit-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}

.trans-bg {
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}

.trans-all {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a,
a:hover,
a:focus {
	color: #4b30e0;
}

.bg-img-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.btn {
	border: 2px solid transparent;
	border-radius: 0;
	background-color: transparent;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
	min-width: 12em;
}

.btn-default { border-color: #adadad; }

.btn-primary {
	border-color: #4b30e0;
	color: #4b30e0;
}

.btn-primary.checkoutlink,
.order-form .Actions .action,
.account-page .Actions .action,
.account-page .create-address-title a {
	background-color: #4b30e0;
	font-weight: 700;
	color: #fff;
}

.cart-page .btn-primary.checkoutlink,
.order-form .Actions .action,
.account-page .Actions .action,
.account-page .create-address-title a {
	text-transform: initial;
	border-color: #4b30e0!important;
	border-radius: 5px;
	padding: 10px 60px!important;
}

.order-form .Actions .action:hover,
.order-form .Actions .action:focus,
.account-page .Actions .action:hover,
.account-page .Actions .action:focus,
.account-page .create-address-title a:hover,
.account-page .create-address-title a:focus {
	border-color: #4b30e0!important;
	background-color: transparent!important;
	color: #4b30e0!important;
	text-decoration: none;
}

	.account-page .Actions .action  { float: right; }

.btn-primary:hover,
.btn-primary:focus {
	color: #fff!important;
	background-color: #4b30e0!important;
	border-color: #4b30e0!important;
}

.header { background-color: #3853d8; }

	.navbar {
		border: none;
		border-radius: 0;
		min-height: 1px;
		margin: 0;
	}

	.header > .navbar {
    padding-top: 2em;
    padding-bottom: 2em;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		position: relative;
		z-index: 1;
	}

		.navbar-header { float: left; }

		.navbar-brand {
			height: 24px;
			margin: 0 !important;
			padding: 0;
			font-size: 24px;
			font-family: 'Josefin Sans', sans-serif;
			font-weight: 700;
			letter-spacing: -0.1rem;
			color: #fff;
			line-height: 35px;
			font-style: italic;
		}

		.header .navbar-brand:hover,
		.header .navbar-brand:focus {
			color: #b7c0f1;
		}

		.footer .navbar-brand,
		.footer .navbar-brand:hover,
		.footer .navbar-brand:focus {
			color: #ccc;
		}

		.navbar-brand > img { width: 125px; }

		.navbar-toggle {
			border: 0 none;
			float: left;
			height: 44px;
			margin-bottom: 0;
			margin-top: 0;
			margin-left: 45px;
			padding-left: 7px;
			padding-right: 7px;
			width: 44px;
			background-color: #fff;
		}

			.navbar-toggle > .icon-bar {
				background-color: #0021c4;
				height: 4px;
				width: 30px;
			}

			.navbar-toggle > .icon-bar + .icon-bar { margin-top: 5px; }

		.main-nav {}

		.main-nav > .navbar-nav {
			float: none;
			text-align: center;
		}

			.main-nav > .nav > li {
				margin-left: 40px;
				display: inline-block;
				float: none;
			}

			.main-nav > .nav > .first { margin-left: 0; }

				.main-nav .main-nav-link {
					font-size: 12px;
					font-family: 'Montserrat', sans-serif;
					font-weight: 400;
					color: #fff;
					padding: 0;
					text-transform: uppercase;
					line-height: 24px;
					padding: 5px 0;
					position: relative;
					letter-spacing: 3px;
				}

				.main-nav .main-nav-link::before,
				.main-nav .main-nav-link::after {
					content: "";
					position: absolute;
					height: 2px;
					width: 33%;
					background-color: #fff;
					opacity: 0;
				}

				.main-nav .main-nav-link::before {
					top: 0;
					left: 0;
				}

				.main-nav .main-nav-link::after {
					bottom: 0;
					right: 0;
				}

				.main-nav .main-nav-link:hover::before,
				.main-nav .main-nav-link:hover::after,
				.main-nav .main-nav-link.current::before,
				.main-nav .main-nav-link.current::after,
				.main-nav .main-nav-link.section::before,
				.main-nav .main-nav-link.section::after {
					opacity: 1;
				}

				.main-nav .main-nav-link:hover,
				.main-nav .main-nav-link:focus,
				.main-nav .main-nav-link.current,
				.main-nav .main-nav-link.section {
					background-color: transparent !important;
				}

			.nav-cart,
			.search-area {
				margin-left: 40px;
				float: right;
			}

			.dropdown-toggle-user {
				margin: 0;
				font-size: 23px;
				height: 35px;
				min-width: 1px;
				border: none;
				padding: 5px;
			}

			.open .dropdown-toggle-user {
				box-shadow: 5px 10px 15px rgba(0, 0, 0, .075);
			}

					.icon-user {
						position: relative;
						top: -1px;
						fill: #000;
					}

						.search-area .dropdown .caret {
							margin-top: -10px;
							color: #555;
						}

				.open > .dropdown-toggle.btn-default {
					background-color: #f5f5f5;
				}

				.dropdown-menu-right {
					border: 1px solid rgba(0, 0, 0, .015);
					-webkit-box-shadow: -5px 10px 15px rgba(0, 0, 0, .15);
					box-shadow: -5px 10px 15px rgba(0, 0, 0, .15);
				}

			.nav-cart-link {
				background-image: url(../img/cart.png);
				background-color: transparent;
				background-repeat: no-repeat;
				position: relative;
				height: 35px;
				display: block;
				font-size: 20px;
				padding: 5px;
				width: 35px;
			}

			.nav-cart-link:before {}

			.nav-search {
				background-image: url(../img/search.png);
				background-color: transparent;
				background-repeat: no-repeat;
				position: relative;
				height: 35px;
				display: block;
				font-size: 20px;
				padding: 5px;
				width: 35px;
				border: none;
			}

			.nav-cart-link:hover:before,
			.nav-cart-link:focus:before {
				opacity: 1;
			}

				.icon {
				  display: inline-block;
				  width: 1em;
				  height: 1em;
				  stroke-width: 0;
				  stroke: currentColor;
				  fill: currentColor;
				}

				.icon-shopping-cart {
				    fill: #000;
						position: relative;
				}

				.icon-triangle-right {
				  width: 0.3740234375em;
					margin: 0 5px;
				}

				.product-count {
					position: absolute;
					right: 5px;
					top: 15px;
					font-size: 11px;
					color: #3853d8;
					padding: 0px;
					height: 17px;
					width: 17px;
					font-weight: 700;
					text-align: center;
					background-color: #fff;
					border-radius: 50%;
				}

				.product-count.zero { background-color: #fff; }

	.social-nav {
		padding: 0;
		margin-top: 28px;
		list-style: none;
	}

	.social-nav-item {
		display: block;
		float: left;
		margin-right: 1em;
  }

		.social-nav li:last-child,
		.social-nav li.last {
			margin-right: 0;
		}

		.social-icon {
			display: block;
			height: 2em;
			padding: 0.25em;
			-webkit-transition: border 0.3s ease-in-out 0s;
			transition: border 0.3s ease-in-out 0s;
			width: 2em;
		}

		.social-icon svg {
			width: 100%;
			height: 100%;
		}

		.social-icon svg path {
			-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
		}

		.social-icon:hover svg path,
		.social-icon:focus svg path {
			fill: #4b30e0;
		}

.section { position: relative; }

.section .container {
	position: relative;
	z-index: 3;
}

	.section-title {
		font-size: 36px;
		line-height: 1;
	}

		.page-header {
			padding: 0;
			border: none;
			margin-bottom: 4em;
			margin-top: 3em;
		}

			.breadcrumbs {
				font-size: 14px;
				margin-bottom: 10px;
				color: #444;
			}

			h2, h3, h4 {
				font-family: 'Playfair Display', serif;
				letter-spacing: -0.05rem;
			}

			.page-subtitle { font-size: 30px; }

		.subtitle {
			display: block;
			font-size: 14px;
		}

		.cart .subtitle {
			display: inherit;
			margin: 0;
			font-size: 13px;
		}

		.page-title .subtitle {
			font-size: 16px;
			margin-bottom: 0.5em;
			letter-spacing: 0;
		}

.footer {
	color: #fff;
	background-color: #363637;
	padding: 38px;
}

	.footer .navbar-nav {
		float: none;
		margin-bottom: 67px;
	}

	.copyright { margin-bottom: 0; }

		.footer-link { color: #4b30e0; }

		.footer-link:hover,
		.footer-link:focus {
			color: #4b30e0;
			text-decoration: underline;
		}

	.footer-title,
	.footer .main-nav-link {
		font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
		letter-spacing: 0.9px;
		text-transform: uppercase;
		color: #fff;
	}

	.footer-title {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.66667;
	}

	.footer-title.social { margin-top: 1.5em; }

	.copyright { margin-top: 78px; }

	.footer .main-nav-item {
		margin-bottom: 5px;
		display: inline;
		float: left;
	}

	.footer .main-nav-link {
		padding: 0;
		margin-right: 40px;
		border-bottom: 1px solid transparent;
		display: inline-block;
	}

	.footer .main-nav-link:hover,
	.footer .main-nav-link:focus,
	.footer .main-nav-link.section,
	.footer .main-nav-link.current {
		background-color: transparent;
		border-bottom-color: #fff;
	}

	.footer .navbar-brand {
		margin-bottom: 30px!important;
		font-size: 18px;
		height: 22px;
		line-height: 22px;
		color: #fff;
	}

	.newsletter-form {
    display: block;
    float: left;
    width: 100%;
		font-family: 'Montserrat',sans-serif;
	}

		.newsletter-form input {
			border: none;
			padding: 5px 30px;
			width: 58%;
			float: left;
			height: 40px;
			border-radius: 0;
			margin-right: 20px;
			font-size: 12px;
		}

		.newsletter-form .btn {
	    width: 25%;
	    display: block;
	    float: left;
	    height: 40px;
	    padding: 5px 10px;
	    border-radius: 0;
	    margin: 0;
			background-color: #fff;
			min-width: 1px;
			font-size: 12px;
			border: none;
			text-transform: initial;
			font-family: 'Montserrat',sans-serif;
			color: #363637;
		}

		.newsletter-form .btn:hover,
		.newsletter-form .btn:focus {
			background-color: #0021c4!important;
		}

	.footer address {
		margin-bottom: 54px;
	}

/*Colors*/
.text-white {
	color: #ffffff;
}

/* Specific styles */

/** Home page **/
.home-page {}

	.home-page .section {}

		.home-page .section-hero {
			height: 690px;
			background-image:url('../../../assets/Uploads/images/slideshow-2.jpg');
			background-size: cover;
			margin-bottom: 0;
		}

		.home-page .section-hero-2 {
			background-image:url('../../../assets/Uploads/images/slideshow.jpg');
		}

		.home-page .section-hero .page-header {
			margin-top: 15.5em;
			color:#fff;
		}

		.home-page .section-hero-2 .page-header {
			margin-top: 0;
			position: absolute;
			top: 50%;
			transform: translate(0px,-50%);
			width: 100%;
		}

		.home-page .section-hero .page-title {
			font-size: 5em;
			font-family: 'Playfair Display', serif;
			font-weight: 700;
			margin: 0 auto 60px;
			max-width: 60%;
			color: #1b1b1b;
		}

		.home-page .section-hero .btn-primary {
			padding: 14px 45px!important;
			font-size: 18px;
			text-transform: uppercase;
			font-family: 'Montserrat', sans-serif;
			font-weight: 400;
			border-radius: 30px;
			border: 1px solid #3853d8;
			color: #fff;
			background-color: #3853d8;
			margin: 0 20px 20px;
		}

			.home-page .section-hero .btn-primary:hover,
			.home-page .section-hero .btn-primary:focus {
				background-color: transparent!important;
				border-color: #fff!important;
			}

		.homepage-wrapper { margin-top: -6.25em; }

		.home-page .elementparallax { padding-bottom: 0; }

		.home-page .product-banner { 	padding: 30px 0; }

		.home-page .features {
			background-color: #fff;
			padding: 35px 0;
	    border: 1px solid #d5d5d6;
	    border-radius: 5px;
	    margin-bottom: 30px;
		}

		.home-page .product-item.big,
		.home-page .product-item.banner {
			border: none;
		}

		.home-page .product-item.banner {
			margin-bottom: 0;
		}

		.home-page .product-item.big .on-hover,
		.home-page .product-item.banner .on-hover {
			position:absolute;
			top: 20%;
			left: 5%;
		}

			.home-page .product-item.big .on-hover .product-title a,
			.home-page .product-item.banner .on-hover .product-title a  {
				font-size: 30px;
			}

			.home-page .product-item.big .product-details,
			.home-page .product-item.banner .product-details {
				margin-top: 30px;
			}

			.home-page .product-item.banner .product-price { color: #000; }

			.home-page .product-item.big .product-price {
				background-color: #fff;
				padding: 8px 40px;
				border-radius: 25px;
				margin-top: 20px;
			}

			.home-page .blog-section { padding-bottom: 30px; }

			.home-page .blog-section .product-item.last img,
			.home-page .blog-section .product-item.last .on-hover {
				width: 49%;
				display: inline-block;
			}

			.home-page .blog-section .product-item.last .on-hover .product-title,
			.home-page .blog-section .product-item.last .on-hover .product-details {
				margin-top: 0;
				padding: 0 10px;
			}

			.home-page .blog-section .product-item.last { border: 0; }

			.home-page .blog-section-wrapper {
				float: left;
				border: 1px solid #d5d5d6;
				padding-bottom: 15px;
			}

				.home-page .blog-section-wrapper .row {
					border-bottom: 1px solid #d5d5d6;
    			margin-bottom: 15px;
				}

				.home-page .blog-section-wrapper .col-xs-10 {
					border-right: 1px solid #d5d5d6;
    			padding: 30px 50px;
				}

				.home-page .blog-section-wrapper .col-xs-2 { padding: 30px 0; }

				.home-page .blog-section-wrapper p {
					margin-bottom: 0;
					font-family: 'Montserrat', sans-serif;
					font-weight: 700;
					text-transform: uppercase;
				}

		.home-page .brand-list { padding: 50px 0; }

		.home-page .brand-list img { margin: 0 auto; }

/** Contact page **/
.message.required,
.error .help-block {
	color: red;
	font-size: 11px;
	line-height: normal;
	letter-spacing: 0.05rem;
}

.message.required {
	color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  position: absolute;
  background-color: #ea4c4c;
	min-width: 120px;
	margin-top: 5px;
}

.message.required::before {
	content:"\A";
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #ea4c4c transparent;
	position: absolute;
	top: -12px;
	left: 15px;
}

.contact .form fieldset {
	margin-left: -5px;
	margin-right: -5px;
}

	.contact .form .form-group {
		display: block;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
		min-height: 1px;
		position: relative;
		width: 100%;
	}

.contact .content {
	margin-bottom: 30px;
	font-size: 16px;
}

	.contact .content.text-left { text-align: left; }

	.sidecontent > h4 {
		margin-top: 0;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 5px;
	}

.parsley-errors-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.parsley-errors-list.filled li {
		margin-top: 5px;
		font-size: 12px;
		font-family: Georgia, serif;
		font-style: italic;
		color: red;
		display: block;
		float: left;
	}

.paddt-12 .block-section-inner { padding-top: 12em; }

.paddb-20 .block-section-inner { padding-bottom: 20em; }

.empty {
	height: 325px;
	position: relative;
}

.contact-wrapper {
	position:absolute;
	top: -240px;
	z-index: 5;
	background-color: #fff;
	padding: 0 15px;
	-webkit-box-shadow: 0px 8px 36px 6px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 8px 36px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 8px 36px 6px rgba(0,0,0,0.05);
}

	.contact-wrapper .page-header {
		float: none;
		margin-top: 0;
		border: none;
		margin-bottom: 50px;
	}

	.contact-wrapper .btn-success {
		background-color: #fe4542;
		float: right;
	}

		.contact-wrapper .btn-success:hover,
		.contact-wrapper .btn-success:focus {
			background-color: #e43e3b;
		}

	.contact-wrapper .contact-info {
		background-color: #fe4542;
		padding: 50px;
		min-height: 526px;
		color: #fff;
	}

	.contact-wrapper .contact-info h3 {
		color: #fff;
		margin-top: 0;
		text-align: left;
		font-weight: 400;
		margin-bottom: 50px;
	}

	.contact-wrapper .contact-info ul {
		list-style: none;
		padding-left: 0;
		color: #fff;
		text-align: left;
		font-size: 16px;
	}

	.contact-wrapper .contact-info ul li { margin-bottom: 30px; }

	.contact-wrapper .contact-info ul li span {
		width: 50px;
		display: block;
		float: left;
	}

	.contact-wrapper .contact-info ul li img {
		display: inline-block;
		padding-right: 15px;
	}

.contact .form { padding: 50px; }

	.contact .form h1 {
		font-size: 26px;
		text-transform: none;
		font-weight: 400;
	}

	.contact .form .form-group { width: 50%; }

	.contact .form .form-group label { color: #666; }

	.contact .form .form-group[id="Description"] {  width: 100%; }

	.contact .form .form-control {
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #ccc;
		box-shadow: none;
		border-radius: 0;
		padding-left: 0;
	}

/** Error page **/
.error-page .padd-30 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.error-code {
	font-size: 110px;
	text-align: center;
	line-height: 1;
	display: block;
	letter-spacing: -5px;
	margin-top: -20px;
}

.error-page .page-title {
	color: #25c6fd;
	font-size: 40px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

	.error-page .content ul {
		list-style: none;
		padding: 0;
		font-size: 13px;
	}

/** Browse happy **/
.browse-happy,
.js-only-msg {
	background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 4px;
    bottom: 20px;
    color: #8a6d3b;
    left: 20px;
    margin-bottom: 0;
    max-width: 400px;
    padding: 15px;
    position: fixed;
    z-index: 999;
}


.btn-success {
	background-color: #5cb85c;
	color: #fff;
}

.btn-success:hover,
.btn-success:focus {
	background-color: #449d44;
}

.btn-contact {
	background-color: #26c9ff;
	color: #fff;
	display: block;
	float: right;
	font-size: 18px;
	padding: 30px 20px;
	text-transform: uppercase;
	white-space: normal;
	width: 240px;
}

.btn-contact:hover,
.btn-contact:focus {
	color: #fff;
}

.btn-return,
.no-padd {
	padding: 0;
}

.padd-10 { padding: 10px; }

.padd-30 { padding: 30px; }

.padd-lr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.padd-lr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.padd-b0 { padding-bottom: 0; }

.padd-t30 { padding-top: 30px; }

.padd-5 { padding: 5em; }

.padd-3 { padding: 3em; }

.padd-2 { padding: 2em; }

.padd-lr2 {
	padding-left: 2em;
	padding-right: 2em;
}

.pos-bottom,
.pos-top,
.pos-center,
.pos-topright {
	position: absolute;
	width: 100%;
	z-index: 99;
}

.pos-bottom {
	bottom: 0;
	padding: 20px;
}

.pos-top {
	top: 0;
	left: 0;
}

.pos-topright {
	top: 10px;
	right: 10px;
	text-align: right;
}

.pos-center {
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

	.table-hover > tbody > tr:hover > td,
	.table-hover > tbody > tr:hover > td a,
	.table-hover > tbody > tr:hover > td .btn-more .plus {
		color: #fff;
	}

	.table-hover > tbody > tr:hover > td .btn-more:hover .plus {
		color: #0d0d0d;
	}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* Colours */


.breadcrumbs a,
.page-header h2 a {
	color: #0d0d0d;
}

.sidebar h3 a { color: #151617; }

.intro-content a:hover,
.intro-content a:focus {
	text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.footer-bottom .footer-menu a:hover,
.footer-bottom .footer-menu a:focus,
.footer-sites li a:hover,
.footer-sites li a:focus,
.article-item .title a:hover,
#ForgotPassword a:hover {
	text-decoration: underline;
}

/* Backrgrounds */
.bg-white { background-color: #fff; }

.newsletter-signup .button:hover,
.newsletter-signup .button:focus {
	background-color: #0097C9;
}


.list-inline > li { display: inline-block; }

.latest-news ul li.first { padding-top: 0; }

.margt-15 {
	margin-top: 15px;
}

.margt-20 { margin-top: 20px; }

.page-title,
.sub-title,
.ingredients ul,
.no-marg {
	margin: 0;
}

.margb-10 {
	margin-bottom: 10px;
}

.margb-15 { margin-bottom: 15px; }

.margb-20,
.section-tags,
.section-body {
	margin-bottom: 20px;
}

.pos-bottom .img-credits,
.margt-0 {
	margin-top: 0;
}

.margb-0,
.home-page .section.last {
	margin-bottom: 0;
}

.margb-30 { margin-bottom: 30px; }

/* Product */


.product-item {
	position: relative;
	margin-bottom: 4em;
}

.product-item-feature {
	background-color: #363637;
	border-color: #363637!important;
	color: #ffffff;
	text-align: center;
	padding: 30px;
}

	.product-item-feature img {
		display: inline-block;
	}

	.product-item-feature h3,
	.product-item-feature p {
		color: #ffffff;
	}

	.product-item-feature p {
		margin-bottom: 0;
		margin-top: 30px;
		text-transform: uppercase;
	}

.product-item.last { margin-bottom: 0; }

	.product-category {
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
	}

	.product-title {
		font-family: 'Josefin Sans', sans-serif;
		font-size: 3.5em;
		letter-spacing: -0.15rem;
		line-height: 1;
		margin-bottom: 0.25em;
		margin-top: 0.25em;
	}

	.product-title > a { color: #000; }

	.product-content {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
	}

	.product-details .btn-primary { margin-top: 1em; }

	.zoomWrapper { position: relative; }

/* Product page */


	.product-page {}

		.product-page .container-fluid { max-width: 1600px; }

		.product-page .page-header,
		.product-group .page-header,
		.account-page .page-header {
			background-color: #0021c4;
			margin: 0;
			padding-top: 50px;
			padding-bottom: 130px;
		}

		.product-page .page-header .page-title,
		.product-group .page-header .page-title,
		.account-page .page-header .page-title {
			font-size: 24px;
			font-weight: 700;
			font-family: 'Montserrat', sans-serif;
			text-transform: uppercase;
			letter-spacing: 2.4px;
			color: #fff;
			margin-bottom: 30px;
		}

		.product-page .breadcrumbs,
		.product-page .breadcrumbs a,
		.product-group .breadcrumbs,
		.product-group .breadcrumbs a {
			color: #fff;
			font-family: 'Montserrat', sans-serif;
			letter-spacing: 2px;
		}

		.product-page .addproductform .message.good { position: static; }

		.product-page .NumItemsInCart {
			position: absolute;
			bottom: -40px;
		}

/* Product category */


	.product-group .sidebar h3,
	.product-group .category .sorter span,
	.product-group .category .sorter span a {
		text-transform: uppercase;
		font-size: 14px;
		font-family: 'Montserrat',sans-serif;
		font-weight: 700;
		letter-spacing: 1.4px;
		margin: 0;
		line-height: 14px;
		color: #232323;
	}

		.product-group .category .sorter span a { text-transform: initial; }

	.product-category-wrapper .sidebar {
		border-right: 1px solid #d5d5d6;
		height: 100%;
	}

	.product-group .sidebar .cart,
	.product-group .category .sorter {
		padding: 35px 30px;
		border-bottom: 1px solid #D5d5d6;
	}

	.product-group .sidebar .cart {
		border-bottom: none;
		min-height: 320px;
	}

	.product-group .sidecart h3 { margin-bottom: 10px; }

	.product-group .sidecart > p { margin-bottom: 20px; }

	.product-group .cart .checkout a {
		background-color: #3853d8;
		color: #fff;
		padding: 5px 25px 7px;
		border-radius: 20px;
		border: 1px solid #3853d8;
		font-weight: 600;
	}

	.product-group .cart .checkout a:hover,
	.product-group .cart .checkout a:focus {
		background-color: transparent;
		color: #3853d8;
		text-decoration: none;
	}

	.product-group .cart .item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.product-group .cart .item:not(.last) {
		border-bottom: 1px solid #d5d5d6;
	}

	.product-group .sidebar .sidebar-title { border-bottom: 1px solid #d5d5d6; }

	.product-group .sidebar .sidebar-title .col-xs-8 { padding: 35px 30px; }

	.product-group .sidebar .sidebar-title .col-xs-4 {
		padding: 33px 0;
		border-left: 1px solid #d5d5d6;
		text-align: center;
	}

		.product-group .category .sorter {
			padding: 0;
			line-height: 14px;
			text-align: center;
		}

		.product-group .category .sorter .col-sm-4 {
			padding: 35px 25px;
			height: 85px;
		 }

		.product-group .category .sorter .col-sm-4:not(:last-of-type) {
			border-right: 1px solid #d5d5d6;
		}

	.product-group .product-list-wrapper {
		display: inline-block;
		padding: 30px 15px 0;
	}

	.product-group .product-item .sale-product {
		position: absolute;
		right: 25px;
		top: 25px;
		margin: 0;
		background-color: #3853d8;
		padding: 6px 10px;
		line-height: 1;
		border-radius: 5px;
		color: #fff;
		font-size: 14px;
		text-transform: lowercase;
	}

	.old-price {
		color: #999;
		text-decoration: line-through;
	}

	.product-group .page-numbers { border-top: 1px solid #d5d5d6; }

	.product-group .page-numbers span { display: inline-block; }

	.product-group .page-numbers .col-xs-1 {
		text-align: center;
		padding: 36px 0;
	}

	.product-group .page-numbers .col-xs-1:first-of-type { border-right: 1px solid #d5d5d6; }

	.product-group .page-numbers .col-xs-1:last-of-type { border-left: 1px solid #d5d5d6; }

		.product-group .page-numbers p {
			margin: 0;
			text-align: center;
		}

		.product-group .page-numbers p span {
			padding: 36px;
			border-right: 1px solid #d5d5d6;
			font-size: 14px;
			font-weight: bold;
		}

		.product-group .page-numbers p span:first-child {
			border-left: 1px solid #d5d5d6;
			border-right: 1px solid #d5d5d6;
		}

		.product-group .page-numbers p span:hover,
		.product-group .page-numbers p span:focus,
		.product-group .page-numbers p span.current {
			color: #fff;
			background-color: #3853d8;
		}

		.product-images {}

		.main-product-images-slider {}

			.flex-viewport {
				float: left;
				width: 380px;
			}

			.main-product-images-slider .slides img { width: auto; }

		.main-product-images-slider .flex-control-thumbs {
			float: right;
			width: 80px;
			margin: 0;
		}

	.product-image-gallery {
		margin-left: -7.5px;
		margin-right: -7.5px;
		margin-top: 15px;
	}

		.product-image-gallery > div {
			padding-left: 7.5px;
			padding-right: 7.5px;
		}

			.product-image-gallery a.active { border-color: #999; }

			.product-image-gallery a {
		    display: inline-block;
				margin: 0;
				border: 1px solid;
			}

			.product-price {
		    font-size: 24px;
		    position: relative;
		    line-height: 1;
		    color: #cc3333;
				margin: 25px 0;
				font-family: 'Montserrat', sans-serif;
			}

		.product-lead {
			margin-bottom: 30px;
			font-size: 16px;
			line-height: 1.5;
		}

		.addproductform {
		}

		.addproductform fieldset {
		}

		.addproductform fieldset > .field  {
			width: auto;
			margin-right: 30px;
			margin-bottom: 15px;
		}

		.addproductform fieldset > .field:last-of-type { margin-right: 0; }

		.addproductform input  {
		}

		.addproductform .Actions {
			float: left;
			margin-top: 15px;
			margin-bottom: 0;
			width: 100%;
		}

		.addproductform .Actions input.action  {
			border: 2px solid #4b30e0;
			border-radius: 0;
			color: #4b30e0;
			background-color: transparent;
			font-family: 'Playfair Display', serif;
			font-size: 16px;
			font-weight: 700;
			padding: 10px 20px!important;
			margin: 0;
		}

		.addproductform .Actions input.action:hover,
		.addproductform .Actions input.action:focus  {
			background-color: #4b30e0;
			color: #fff;
		}

	.product-price .currency {
		font-size: 14px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.product-price .value { font-weight: 600; }

	.product-page .product-title {
		font-size: 2em;
		margin-bottom: 30px;
		margin-top: 0;
		font-family: 'Playfair display',serif;
		letter-spacing: 0px;
		color: #232323;
		line-height: 1.15;
	}

.product-recommended {
	padding-top: 40px;
	padding-bottom: 40px;
}

	.product-recommended-title {
		font-size: 3em;
		font-family: 'Josefin Sans', sans-serif;
    letter-spacing: -0.15rem;
    word-spacing: -0.5rem;
    line-height: 1;
    margin-bottom: 0.5em;
    margin-top: 0;
	}

/* Cart page */


.cart-page { padding-bottom: 3em; }

	.cart-page .page-title {
		display: inline;
		font-size: 3em;
		color: #555;
	}

	.cart-page .page-header .continuelink { float: right; }

	.cart-page .continuelink,
	.cart-page .Actions input.action,
	.checkout-page .back-to-cart {
		background-color: #e6e6e6;
		border-color: #e6e6e6;
		text-transform: initial;
		color: #555;
		border-radius: 5px;
	}

		.cart-page .continuelink:hover,
		.cart-page .continuelink:focus,
		.cart-page .Actions input.action:hover,
		.cart-page .Actions input.action:focus,
		.checkout-page .back-to-cart:hover,
		.checkout-page .back-to-cart:focus {
			background-color: transparent;
			border-color: #e6e6e6;
			color: #333;
		}

	.cart-page .btn-primary.checkoutlink {
		text-transform: initial;
		border-color: #4b30e0;
		border-radius: 5px;
		padding: 10px 60px;
	}

		.cart-page .btn-primary.checkoutlink:hover,
		.cart-page .btn-primary.checkoutlink:focus,
		.order-form .Actions .action:hover,
		.order-form .Actions .action:focus {
			border-color: #4b30e0!important;
			background-color: transparent!important;
			color: #4b30e0!important;
		}


.cart-page form {}

.cart-page form .image,
.cart-page form .image a {
	display: inline-block;
}

.cart-page form h3 {
	margin-top: 0;
	font-size: 17px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.cart-page form h3 a { color: #555; }

.cart-page .cart .subtitle { color: #888; }

.cart-page .table th,
.orderhistory.table th {
	font-weight: 600;
}

.cart-page .table > thead > tr > th { border-bottom: none; }

.cart-page .table > tbody > tr > td { border-top: 1px solid #d5d5d6; }

.cart-page .numeric .middleColumn input {
	border-radius: 0;
	background-color: transparent;
}

.cart-page .table-striped > tbody > tr:nth-of-type(odd) { background-color: transparent; }

.cart-page .cart-big tbody > tr > td,
.cart-page .cart-big tbody > tr > th,
.orderhistory tbody > tr > td {
	padding: 25px 16px;
	color: #555;
}

.cart-page form .Actions { text-align: right; }

.cart-page .cart-big tfoot > tr > th,
.cart-page .cart-big tfoot > tr > td {
	padding: 8px 16px;
	color: #888;
}

.cart-page .cart-big tfoot > tr > td strong { color: #555; }

.cart-page .cart-big tfoot tr.total td strong {
	color: #4b30e0;
	font-size: 22px;
	letter-spacing: 2px;
}

.cart-page .cart-footer { text-align: right; }

	.cart-tfoot { font-size: 20px; }

		.cart-tfoot th,
		.cart-tfoot td {
			text-align: right;
		}

	.change-field {}

	.change-field label { display: inline-block; }

	.change-field input {
		display: inline-block;
		width: auto;
		float: none;
		margin: 0;
	}

.cart-page .alert-warning {
  text-align: center;
  font-size: 1.5em;
	padding: 60px 0;
}

.section-body { padding-bottom: 3em; }

.section-body .content {
	font-size: 16px;
	line-height: 1.5;
	color: #555;
}

.pos-rel { position: relative; }

.product-detail-inner {
}

.product-detail-inner .product-category {
	margin-top: 0;
	margin-bottom: 20px;
}

.product-detail-inner .product-category a {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2.8px;
	color: #3853d8;
	font-weight: 600;
}

.flex-control-thumbs li {
    width: auto;
    float: none;
    display: inline-block;
		margin: 0 3px;
		border: 1px solid #d5d5d6;
}

.flex-control-thumbs img {
	box-shadow: -2px 2px 6px rgba(0,0,0,0.2);
	opacity: 0.5;
}

.flex-control-thumbs .flex-active,
.flex-control-thumbs img:hover {
	box-shadow: -2px 2px 6px rgba(0,0,0,0.3);
}

.product-recommended-list,
.product-group .productList {
  padding: 0;
  margin-bottom: 0;
	list-style-type: none;
}

.product-recommended-listing .product-item,
.product-listing .product-item {
    margin-bottom: 30px;
		border: 1px solid #d3d3d3;
		height: 100%;
}

.product-listing .product-item .image,
.product-recommended-listing .product-item .image {
	padding: 15px 15px 0;
}

.product-recommended-listing .product-title,
.product-listing .product-title,
.product-group .cart .title {
	text-align: left;
	padding: 0 30px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 400!important;
	font-family: 'Playfair display',serif;
	letter-spacing: 0px;
	line-height: 1.2;
	word-spacing: 0px;
}

.product-group .cart .title {
	padding: 0;
	margin-top: 20px;
}

.product-group .cart .title a {
	color: #000;
}

.product-group .cart .title .remove {
	color: #8b8b8b;
  font-size: 16px;
  margin-left: 10px;
}

.product-recommended-listing .product-title a,
.product-listing .product-title a {
	font-size: 18px;
}

.product-recommended-listing .product-details,
.product-listing .product-details {
	text-align: left;
	padding: 0 30px;
	margin-bottom: 30px;
}

.product-recommended-listing .product-details {
	margin-bottom: 0;
}

.home-page .product-recommended-listing .product-details {
	margin-bottom: 30px;
}

.product-recommended-listing .product-price,
.product-listing .product-price,
.sidebar .cart .unitprice {
	font-size: 14px;
	color: #3853d8;
}

/* Account page */


.account-page .sub-title {
	margin-top: 0;
	margin-bottom: 1em;
	font-family: 'Josefin Sans', sans-serif;
}

.account-page .page-header .page-title small { color: #fff; }

.account-page .accountnav .nav {
	display: table;
	margin: 0 auto;
}

.accountnav .nav ul li {
	display: inline;
	float: left;
}

.accountnav .nav ul li:not(:first-of-type) { margin-left: 40px; }

	.accountnav .nav ul li a {
		color: #fff;
		padding: 10px 0;
		border-top: 1px solid transparent;
	}

		.accountnav .nav ul li a:hover,
		.accountnav .nav ul li a:focus {
			background-color: transparent;
			border-top: 1px solid #fff;
		}

	.accountnav .nav ul li .glyphicon { margin-right: 10px; }

.orderhistory > thead > tr > th { border-bottom: none; }

.orderhistory .btn-primary {
	color: #fff;
	background-color: #4b30e0;
	border-radius: 5px;
	padding: 5px 20px;
	min-width: auto;
}

	.orderhistory .btn-primary:hover,
	.orderhistory .btn-primary:focus {
		background-color: transparent!important;
		color: #4b30e0!important;
	}

	.orderhistory .btn-primary:hover svg,
	.orderhistory .btn-primary:focus svg {
		fill: #4b30e0;
	}

	.orderhistory .btn-primary svg { margin-right: 5px; }

.account-page .panel {
	border: 1px solid #d5d5d6;
	border-radius: 0;
	color: #555;
	height: 100%;
}

	.account-page .panel-body {
		padding: 47px 30px 0;
		font-weight: 600;
		text-align: right;
	}

	.account-page .panel-body address { text-align: left; }

	.account-page .panel-footer {
		padding: 30px;
		background-color: transparent;
		border: none;
		font-size: 12px;
	}

		.account-page .panel-footer input[type="checkbox"] {
			border: 1px solid #d5d5d6;
    	padding: 7px;
    	border-radius: 2px;
    	background-color: #fff;
    	margin-right: 5px;
    	-webkit-appearance: none;
    	display: inline-block;
    	position: relative;
			vertical-align: text-bottom;
		}

		.account-page .panel-footer input[type="checkbox"]:active,
		.account-page .panel-footer input[type="checkbox"]:checked:active {
			box-shadow:none;
			-webkit-box-shadow:none;
		}

		.account-page .panel-footer input[type="checkbox"]:checked {
			border: 1px solid #4b30e0;
			color: #4b30e0a7;
		}

		.account-page .panel-footer input[type="checkbox"]:checked:after {
			content: '\2714';
	    font-size: 20px;
	    position: absolute;
	    top: -10px;
	    left: 1px;
	    color: #4b30e0;
		}

		.account-page .panel-footer label { display: inline; }

	.account-page .panel .tag {
		padding: 5px;
    font-size: 12px;
    position: absolute;
    background-color: #e7e7e7;
	}

	.account-page .panel .def-billing { right: 16px; }

	.account-page .panel .remove-address { color: #555; }

	.account-page .create-address-title { margin: 40px 0; }

	.account-page .well {
		background-color: transparent;
		border: 1px solid #d5d5d6;
		box-shadow: none;
		padding: 30px;
	}

	.account-page .well form .field {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.account-page .well form select,
	.account-page .well form input.text {
		max-width: none;
	}

	.account-page .well .Actions { margin-bottom: 56px; }

	.account-page .well .Actions .action {
		padding: 10px!important;
		margin-right: 10px;
	}


table#ShippingTable { width: auto; }

.section-hero {
	height: 750px;
	overflow: hidden;
	position: relative;
	margin-bottom: 4em;
}

.section-hero {
	background-repeat: no-repeat;
	/*background-color: #f5f5f5;*/
	background-position: center;
	/*background-size: contain;*/
	padding: 0 15px;
}

.section-hero img {
	width: 100%;
	padding: 0 15px;
}

	.section-hero .section-caption {
		text-align: center;
    font-size: 4.75em;
    margin: 0.75em auto 0;
    line-height: 1.2;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: -0.1rem;
    max-width: 14em;
	}

	.section-hero .section-caption a {}

	.section-hero.parallax .section-caption {
	    position: absolute;
	    max-width: 1140px;
	    color: #fff;
	    z-index: 2;
	    left: 0;
	    margin: 0 auto;
	    top: 50%;
	    transform: translate(0px,-50%);
	    right: 0;
	}

.section-hero.parallax {
	height: 400px;
	background-attachment: fixed;
}

.feature-box {
  border-radius: 2px;
  padding: 20px 0px;
  text-align: center;
  font-size: 14px;
  text-transform: initial;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	color: #999;
}

.features .col-sm-4:not(:last-of-type) .feature-box {
	border-right: 1px solid #d5d5d6;
}

.feature-box strong {
	font-weight: 700;
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
	color: #000;
}

.feature-box img {
  width: 50px;
	display: inline-block;
	margin-right: 20px;
}

.feature-box p {
	display: inline-block;
	vertical-align: middle;
}

.element { padding-bottom: 4em; }

.product-page .product-content {
  border: 1px solid #d5d5d6;
  border-top: none;
}

.product-content .nav-tabs {padding: 0px 80px;}

.product-content .tab-content {
    padding: 4em 80px;
}

.product-content .nav-tabs > li > a {
	border: 0 none;
	border-bottom: 2px solid transparent;
	padding: 1.5em 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 3em;
	line-height: 1;
	color: #1b1b1b;
}

.product-content .nav-tabs > li.active > a,
.product-content .nav-tabs > li.active > a:hover,
.product-content .nav-tabs > li.active > a:focus {
	background-color: transparent;
	border: 0 none;
	border-bottom: 2px solid #4b30e0;
	color: #4b30e0;
}

.product-page .element.elementvirtuallinked { display: none; }

.elementproducts > h3 {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: -0.1rem;
	line-height: 1;
	font-size: 3em;
}

.home-page .elementproducts > h3 { font-size: 5em; }

.home-page .elementproducts .product-title { font-size: 3em; }

.element_content__content {
	font-size: 16px;
	line-height: 1.5;
}

	.element_content__content > p { margin-bottom: 1em; }

	.element_content__content table {}

	.internal-itemID {}

ul.elementlist {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}

	ul.elementlist > li {
		float: left;
		width: 48%;
		padding-left: 15px;
		padding-right: 15px;
	}

	ul.elementlist .container { width: auto; }

	.nested_element .element { padding: 0; }

	.element_content__content > h2,
	.element_content__content > h3,
	.element_content__content > h4,
	.element_content__content > h5 {
		margin-top: 0;
		margin-bottom: 1em;
		font-family: 'Josefin Sans', sans-serif;
	}

	.element_content__content .panel {
		margin-bottom: 2em;
		box-shadow: none;
		border-bottom: 1px solid #eee;
		border-radius: 0;
		padding-bottom: 15px;
	}

		.element_content__content .panel-heading {
			margin-top: 0;
			margin-bottom: 0;
		}

		.element_content__content .panel-heading .panel-title {
			font-size: 23px;
			margin: 0;
		}

		.element_content__content .panel-body {
			font-size: 16px;
			line-height: 1.5;
			border: none!important;
		}

.product-details-wrapper,
.product-category-wrapper,
.account-page-wrapper {
	margin-bottom: 4em;
	margin-top: -6.25em;
	background-color: #fff;
  border: 1px solid #D5d5d6;
	padding: 140px 80px;
}

.product-details-wrapper { margin-bottom: 0;}

.product-category-wrapper { padding: 0;}

.continuelink { float: left; }

.table th,
.table td {
	vertical-align: middle!important;
}

.section-hero.parallax .section-caption a {
	color: #fff;
	border-bottom: 2px dashed;
}

.section-hero.parallax .section-caption a:hover,
.section-hero.parallax .section-caption a:focus {
	text-decoration: none;
	background-color: transparent;
	color: #000;
}

.section-hero .section-caption .btn-primary {
	color: #fff;
	border: 2px solid #fff;
	font-size: 20px;
}

.section-hero .section-caption .btn-primary:hover,
.section-hero .section-caption .btn-primary:focus {
	color: #000;
	background-color: #fff;
}

.checkout-page,
.account-page .typography {
	color: #555;
}

.order-form {
    margin: 0 auto;
		margin-bottom: 3em;
}

.order-form h3 { margin-bottom: 30px; }

.order-form form {}

.order-form form .field {
	width: 33.3333%;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

.order-form fieldset {
  margin: 0;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.order-form .col {
  float: left;
  width: 100%;
	position: relative;
	padding: 15px;
}

.order-form form .col:first-child {	margin-top: 10px; }

.order-form .col:first-child:before { display: none; }

.order-form form .col > .field:last-child { clear: both; }

.order-form form .col:first-child > .field:last-child { clear: none; }

.order-form input,
.order-form select,
.order-form textarea,
.account-page input.text,
.account-page select {
    max-width: none!important;
    padding: 10px 20px!important;
    border: 2px solid #d5d5d6!important;
		border-radius: 5px;
}

.order-form form .field.textarea {
    width: 66.6666%;
		display: none;
}

.order-form .message.bad { margin-bottom: 10px; }

form span.description {
	display: inherit;
  font-size: 11px;
  width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #888;
}

.addproductform {
}

.addproductform fieldset {
	float: left;
}

.addproductform fieldset > .field  {
	width: auto;
	margin-right: 30px;
	margin-bottom: 35px;
}

.addproductform fieldset > .field:last-of-type { margin-right: 0; }

.addproductform input  {
}

.addproductform .Actions  {
	float: left;
	margin-top: 35px;
	margin-bottom: 0;
	width: auto;
}

.addproductform .Actions input.action {
	border: 1px solid #3853d8;
	border-radius: 25px;
	color: #fff;
	background-color: #3853d8;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 15px!important;
	margin: 0;
	text-transform: initial;
}

.addproductform .Actions input.action:hover,
.addproductform .Actions input.action:focus  {
	background-color: transparent;
	color: #3853d8;
	border: 1px solid #3853d8;
}

.cart-tfoot { font-size: 16px; }

	.cart-tfoot .total { font-size: 20px; }

	.cart-tfoot th,
	.cart-tfoot td {
		text-align: right;
	}

.order-form h4 {
	padding-bottom: 25px;
	margin: 30px 10px 25px;
	border-bottom: 2px dashed #d5d5d6;
}

.order-form .Actions { text-align: right; }

.back-to-cart { margin-top: -110px; }

.cart-big tbody > tr > td,
.cart-big tbody > tr > th {
	padding: 16px;
}

.cart-big thead > tr > td,
.cart-big thead > tr > th,
.cart-big tfoot > tr > td,
.cart-big tfoot > tr > th,
.orderhistory thead > tr > th {
	padding: 8px 16px;
}

.cart-big tfoot > tr > th, .cart-big tfoot > tr > td {
  border: none;
  padding: 4px 16px;
}

.cart-small tbody > tr > td,
.cart-small tbody > tr > th {
	padding: 20px 0;
}

.cart-small thead > tr > td,
.cart-small thead > tr > th,
.cart-small tfoot > tr > td,
.cart-small tfoot > tr > th {
	padding: 5px 0;
}

.cart-small .cart-tfoot > tr > td .value {
	color: #4b30e0;
	letter-spacing: 2px
}

.cart-small h3 {
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 16px;
}

.table th {
	font-weight: normal;
	color: #555;
}

b,
strong {
	font-weight: 500;
}

.total th,
.total td strong {
	font-weight: 700;
	color: #000;
}

.numeric .middleColumn { position: relative; }

.cart-big .numeric .middleColumn { display: inline-block; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] { -moz-appearance: textfield; }

.numeric .middleColumn input {
  /*width: 45px;*/
	height: 35px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	border: 1px solid #ccc;
	/* border-radius: 25px; */
	background-color: #f7f7f7;
}

.numeric .middleColumn input:focus { outline: 0; }

.quantity-nav {
	float: left;
	position: relative;
	height: 35px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ccc;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
	font-weight: bold;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.3;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #ccc;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
}

.cart-wrapper {
  padding: 15px;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  margin-top: 20px;
}

.flex-direction-nav a {
	height: 60px;
	margin: 0;
	margin-top: 200px;
	transform: translate(0px,-50%);
}

.addproductform select {
	border-radius: 25px;
	background-color: #f7f7f7;
}

/* ===================================  */
/** Media querys **/


@media (max-width: 360px) {
	.navbar-header { width: auto !important; }

	.navbar-brand {}

	.right-nav {}

	.navbar-header > .navbar-brand {
		display: block !important;
		float: left !important;
	}

}

@media (max-width: 480px) {

	.container,
	.newsletter-signup.wide {
		width: auto !important;
	}

	.container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.section-banner > .container {
		padding-left: 0;
		padding-right: 0;
	}

	.newsletter-signup.wide {
		margin-left: 10px;
		margin-right: 10px;
	}

	.visible-xxs { display: block !important; }

	.navbar-header { width: 82.5%; }

	.newsletter-signup .button { margin-top: 10px; }

	.flex-control-thumbs li { margin-right: 2px!important; }

	.footer .main-nav-link { margin-right: 20px; }

	.container > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar-collapse.collapse,
	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.in {
		float: none;
		width: 100%;
	}

	.main-nav > .nav > li {
		display: block;
		margin-left: 0;s
	}

	.navbar-toggle { margin-left: 10px; }

	.newsletter-form input {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.newsletter-form .btn { width: 50%;	}

	.search-area { display: none; }

	.accountnav .nav ul li,
	.accountnav .nav ul li:not(:first-of-type) {
		margin-left: 0!important;
		display: block;
		float: none;
	}

}

@media (max-width: 767px) {

	.container,
	.newsletter-signup.wide {
		width: 460px;
	}

	.copyright,
	.footer-menu ul {
		text-align: center;
	}

	.navbar-header { margin-left: 0 !important; }

	.navbar-collapse.collapse { display: none; }

	.navbar-collapse.collapse.in { display: block; }

	.nav-cart,
	.search-area {
		padding: 7px 0;
	}

	.navbar-header > .navbar-brand { margin: 7px 0!important; }

	.mobile-nav .navbar-brand {
		display: block;
		float: none;
		padding-left: 15px;
		height: 85px;
	}

	.mobile-nav .nav {
		margin: 0;
		padding: 0;
	}

	.mobile-nav .nav li {
		border-bottom: 1px solid #e5e5e5;
		display: block;
		margin: 0;
		padding: 10px 15px;
	}

	.mobile-nav .nav li.first { border-top: 1px solid #e5e5e5;}

	.mobile-nav .nav li:hover,
	.mobile-nav .nav li:focus,
	.mobile-nav .nav li.current,
	.mobile-nav .nav li.section {
		background-color: #eee;
	}

	.mobile-nav .nav li a {
		font-size: 18px;
		color: #0d0d0d;
		padding: 0;
		margin: 0;
	}

	.mobile-nav .nav li a:hover,
	.mobile-nav .nav li a:focus {
		background-color: transparent;
	}

	.lead-img .pos-top,
	.lead-img .pos-bottom {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
		text-align: left;
		max-width: none;
	}

	.newsletter-signup .email { max-width: 270px; }

	.newsletter-signup .button { max-width: 130px; }

	.sidecontent,
	.newsletter-signup.box {
		margin-top: 30px;
	}

	.main-nav .social-nav { display: none; }

	.nav-cart { margin-left: 0; }

	.search-area { margin-left: 8px; }

	.newsletter-signup.wide {
		background-image: none;
		height: auto;
		padding: 15px;
	}

	.article-item-left > .image,
	.newsletter-signup .left-wrap {
		text-align: left; margin-bottom: 15px;
	}

	.newsletter-signup div,
	.newsletter-signup .email {
		display: inline-block;text-align: center;
	}

	.margb-sm-10 { margin-bottom: 10px; }

	.navbar-header {
		float: left;
		text-align: center;
		width: 85%;
	}

	.navbar-header > .navbar-brand {
		display: inline-block;
		float: none;
		padding-right: 0;
	}

	.main-nav {
		display: block;
		float: right;
	}

	.page-header > .page-title {
		word-wrap: break-word;
		font-size: 2em;
		line-height: 1.65em;
	}

	.home-page .section-hero .page-title { font-size: 3em; }

	.newsletter-signup .button {
		float: none;
		display: inline-block;
	}

	.section-hero .section-caption { font-size: 3em; }

	.section-hero { height: 450px; }

	.element { padding-bottom: 1em; }

	.section-hero { margin-bottom: 1em; }

	.home-page .elementproducts > h3 { font-size: 3.25em; }

	.elementproducts > h3 { margin-bottom: 0.5em }

	.home-page .elementproducts .product-title,
	.product-title {
		font-size: 2em;
	}

	.product-price { font-size: 28px; }

	.btn,
	.product-content,
	.Actions input.action,
	.cart-page .btn-primary.checkoutlink,
	.order-form .Actions input.action {
		font-size: 15px;
		padding: 10px 18px!important;
	}

	.continuelink { margin-bottom: 20px; }

	.page-title { font-size: 4em; }

	.page-header {
		margin-bottom: 3em;
    margin-top: 2em;
	}

	.product-item { margin-bottom: 30px!important; }

	ul.elementlist > li { width: 100% }

	.navbar-nav { margin: 7.5px 0px; }

	.footer-title.social,
	.footer-title {
		margin-top: 0.5em;
	}
	.footer .social-nav { margin-top: 0; }

	.change-field label { display: block; }

	form .change-field select { width: 172px; }

	.checkout-page form input.text,
	.checkout-page form textarea,
	.checkout-page form .textajaxuniquetext,
	.checkout-page form select,
	.account-page_profile form input.text,
	.account-page_profile form textarea,
	.account-page_profile form .textajaxuniquetext,
	.account-page_profile form select {
		max-width: 460px;
	}

	.cart-tfoot,
	.checkout-page .table h3 { font-size: 17px; }

	.section-hero.parallax { height: 300px; }

	.product-details-wrapper { padding: 70px 40px; }

	.flex-viewport {
		width: auto;
		margin: 0 auto;
		float: none;
	}

	.addproductform .Actions { margin-top: 0; }

	.main-product-images-slider .flex-control-thumbs {
		width: auto;
		float: left;
	}

	.flex-control-thumbs li {
		width: 63px;
		margin-top: 10px;
		margin-left: 0;
    margin-right: 8px;
	}

	.flex-control-thumbs li:last-child { margin-right: 0; }

	.flex-direction-nav a { margin-top: 0; }

	.newsletter-form,
	.footer .navbar-nav {
		margin-bottom: 30px;
	}

	.product-group .sidebar .sidebar-title .col-xs-4 { padding: 33px 0; }

	.product-category-wrapper .col-sm-9 { border: none; }

	.product-group .category .sorter .col-sm-4:not(:last-of-type) {
		border-right : none;
		border-bottom: 1px solid #D5d5d6;
	}

	.product-group .page-numbers .col-xs-1 { padding: 16px 0; }

	.product-group .page-numbers p span  { padding: 16px 11px; }

	.order-form form .field { width: 100%; }

	.cart-wrapper { margin-bottom: 3em; }

	.cart-wrapper .table-responsive { border: none; }

	.account-page-wrapper { padding: 30px 20px; }

	.accountnav .nav ul li:not(:first-of-type) { margin-left: 15px; }

	.account-page .Actions { margin-bottom: 60px; }

	.account-page .well form .field { width: 100%; }

	.home-page .section-hero .page-header { margin-top: 14em; }

	.home-page .blog-section .product-item.last { margin-bottom: 0!important; }

	.home-page .product-item.big .on-hover,
	.home-page .product-item.banner .on-hover {
		top: 0;
		left: 0;
	}

	.home-page .brand-list img { margin-bottom: 30px; }

}

@media (min-width: 768px) {
	body { margin-bottom: 271px; }

	.footer {
		height: 271px;
		position: absolute;
		width: 100%;
		bottom: 0;
	}

	.padd-r15 { padding-right: 15px; }

	.pull-lg-right { float: right; }

	.contact .content {
		margin-bottom: 45px;
	}

	.sidecontent { padding-left: 20px; }

	.contact .form .form-group { width: 50%; }

	.contact .form .form-group[id="Description"] { width: 100%; }

	.search-icon {
		width: 32px;
		height: 32px;
		background-size: 32px 32px;
	}

	.search-wrap { margin-top: 32px; }

	.block-white ul li.last {
		border-bottom: 0 none;
		padding-bottom: 0;
	}

	.pagination > li > a,
	.pagination > li > span {
		width: 40px;
		height: 40px;
		line-height: 29px;
		margin: 0 2.5px;
		text-align: center;
	}

	.padd-l30 { padding-left: 30px; }

	.gallery-slider .item { height: 100%; }

	.owl-carousel,
	.owl-carousel div,
	.owl-carousel figure {
		max-width: none !important;
	}

	.owl-carousel img { max-width: 100% !important; }

	.gallery-slider.owl-theme .owl-controls .owl-buttons div {
		background-size: 50px 50px;
		border-radius: 50%;
		height: 60px;
		margin: -30px 0 0;
		position: absolute;
		top: 50%;
		width: 60px;
	}

	.gallery-slider .owl-prev {
		left: -30px;
		margin: 0;
	}

	.gallery-slider .owl-next { right: -30px; margin: 0; }

	.pull-right-sm { float: right; }

	.pos-abs-sm {
    position: absolute;
    z-index: 1;
	}

	.product-details-wrapper .pos-abs-sm {
    right: 0;
    top: 15px;
	}

	.valign {
		top: 50%;
    transform: translate(0px,-50%);
    right: 0;
    left: 0;
	}

	.account-page .typography > .row:first-of-type { display: flex; }

	.account-page .typography > .row .col-sm-4 { flex: 1; }

}

@media (min-width: 768px) and (max-width: 991px) {

	.main-nav { position: relative; text-align: right; }

	.right-nav {
		height: auto;
		padding-top: 0;
		position: absolute;
		top: 10px;
		right: 0;
	}

	.social-nav li .icon,
	.search-icon {
		height: 24px;
		width: 24px;
		background-size: 24px 24px;
	}

	.search-wrap { margin-top: 24px; }

	.padd-r15 { padding-right: 5px;	}

	.padd-t30 {	padding-top: 20px; }

	.copyright,
	.footer-bottom .footer-menu a {
		font-size: 12px;
	}

	.section-hero .section-caption { font-size: 3.75em; }

	.section-hero { height: 500px; }

	.element { padding-bottom: 2em; }

	.section-hero { margin-bottom: 2em; }

	.home-page .elementproducts > h3 { font-size: 4em; }

	.elementproducts > h3 { margin-bottom: 0.5em; }

	.home-page .elementproducts .product-title,
	.product-title {
		font-size: 2em;
	}

	.product-price {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.addproductform fieldset > .field {}

	.product-details .btn-primary { margin-top: 0; }

	.btn,
	.product-content,
	.Actions input.action {
		font-size: 15px;
	}

	.page-title { font-size: 5em; }

	.addproductform .Actions input.action { min-width: 10em; }

	.product-page .product-title { font-size: 2em; }

	.product-details-wrapper .pos-abs-sm { top: 7px; }

	.section-hero.parallax { height: 300px; }

	.section-hero.parallax .section-caption a {
		color: #fff;
		border-bottom: 2px dashed;
	}

	.product-details-wrapper { padding: 70px 40px; }

	.product-images { margin-top: 40px; }

	.footer .main-nav-link { margin-right: 20px; }

	.flex-direction-nav a { margin-top: 185px; }

	.product-group .sidebar .sidebar-title .col-xs-8 { padding: 43px 30px; }

	.product-group .sidebar .sidebar-title .col-xs-4 { padding: 40px 0; }

	.product-group .sorter_label { display: block; }

	.product-group .page-numbers .col-xs-1 { padding: 20px 0; }

	.product-group .page-numbers p span  { padding: 20px 22px; }

	.order-form form .field { width: 50%; }

	.account-page-wrapper { padding: 30px 20px; }

	.home-page .product-item.big .on-hover,
	.home-page .product-item.banner .on-hover {
		top: 0;
		left: 0;
	}

	.home-page .blog-section .product-item.last img,
	.home-page .blog-section .product-item.last .on-hover {
		width: 100%;
	}

	.home-page .blog-section .product-item.last .on-hover .product-title { margin-top: 10px; }

	.home-page .blog-section .product-item.last .on-hover .product-details,
	.home-page .blog-section .product-item.last {
		margin-bottom: 0;
	}

}
@media (min-width: 992px) {

	.social-nav li .icon,
	.search-icon {
		height: 32px;
		width: 32px;
		background-size: 32px 32px;
	}

.section-hero.parallax .section-caption a:hover,
.section-hero.parallax .section-caption a:focus {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}

.section-hero .section-caption .btn-primary {
	color: #fff;
	border: 2px solid #fff!important;
	font-size: 20px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-details-wrapper { padding: 70px 40px; }

	.flex-viewport { width: 320px; }

	.product-recommended-listing .product-item { min-height: 231px; }

	.product-recommended-listing .product-title,
	.product-listing .product-title,
	.product-recommended-listing .product-details,
	.product-listing .product-details {
		padding: 0 20px;
	}

	.product-group .category .sorter .col-sm-4 { padding: 35px 5px; }

	.product-group .sidebar .sidebar-title .col-sm-4 { padding: 33px 32px; }

	.product-listing .product-item { min-height: 243px; }

	.product-group .page-numbers .col-xs-1 { padding: 30px 0; }

	.product-group .page-numbers p span { padding: 30px 32px; }

}

@media (min-width: 1200px) {
	.block-white .image { padding-bottom: 10px; }
}

.no-list { list-style: none; }

.section-back-to {
	background-color: #f5f5f5;
	padding-top: 2em;
	padding-bottom: 2em;
}

.section-back-to .btn-view-more {
	border-radius: 30px;
	min-width: 160px;
	text-align: center;
	background-color: transparent;
	border: 2px solid #333;
	color: #333;
	display: inline-block;
	padding: 16px 42px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.3s ease-in-out 0s;
}

.section-back-to .btn-view-more:hover,
.section-back-to .btn-view-more:focus {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.next-to-read {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	margin-bottom: 2em;
	display: block;

}

.cart-wrapper {
    padding: 0;
    box-shadow: none;
    margin-top: 0;
}

.inside-shadow {
	position: absolute;
	z-index: 0;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 60px rgba(0,0,0,0.5) inset;
}

.cart-small .cart-tfoot > tr > td, .cart-small .cart-tfoot > tr > th {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: none;
}

.cart-small .cart-tfoot > tr > th {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	color: #555;
}

.cart-small .cart-tfoot > tr:first-child > td, .cart-small .cart-tfoot > tr:first-child > th {
	border-top: 2px solid #ccc;
	padding-top: 12px;
}

.cart-small > thead > tr > th { border-bottom: none; }

.cart-small > tbody > tr:first-child > th,
.cart-small > tbody > tr:first-child > td {
	border-top: none;
}

.account-page_order { padding-bottom: 2em; }

.equal {
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}

.equal-item{
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex
}
