/*
 * Theme Main Style
 * @package Genesis
 */
body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #666666;
	background-color: #f5f5f5;
}

a {
	-webkit-transition: all .3s ease-out;
	 	 -moz-transition: all .3s ease-out;
			  	transition: all .3s ease-out;
}

a,
a:hover {
	color: inherit;
}

a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}

h1, h2, h3, h4, h5 ,h6 {
	margin-top: 0;
}

p {
	margin-top: 0;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.text-danger {
	color: #e84c3d;
}

.important {
	color: #00adb5;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

table th {
	text-transform: uppercase;
	text-align: left;
	font-size: 12px;
}

table th,
table td {
	padding: 10px 0;
}

.tableHeading {
	border-bottom: 1px solid #eee;
}

.amount.forward,
.lineTitle.forward, 
.totalBox.forward {
	float: right;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.amount.forward, 
.totalBox.forward {
	margin-left: 10px;
	text-transform: none;
	font-weight: 400;
	color: #00adb5;
}

.clearBoth {
	clear: both;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	display: inline-block;
	padding: 12px 24px;
	letter-spacing: 1px;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	color: #eee;
	background-color: #00adb5;
	border: 1px solid #00adb5;
}

.button.button-inverse {
	background-color: transparent;
	color: #00adb5;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
button:focus:hover,
input[type="button"]:focus:hover,
input[type="reset"]:focus:hover,
input[type="submit"]:focus:hover,
.button:focus:hover {
	background-color: transparent;
	color: #00adb5;
}

.button.button-inverse:hover,
.button.button-inverse:focus:hover {
	background-color: #00adb5;
	border-color: #00adb5;
	color: #eee;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active {
	background-color: #00adb5;
	border-color: #00adb5;
	color: #eee;
}

.button.add-to-cart {
	color: #444;
	background-color: #ddd;
	border-color: #ddd;
}

.button.add-to-cart:hover {
	color: #fff;
	border-color: #00adb5;
	background-color: #00adb5;
}

.button.add-to-cart:focus, 
.button.add-to-cart:active, 
.button.add-to-cart:focus:hover {
	color: #fff;
}

.button.button-large {
	padding: 14px 30px;
	font-size: 13px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	max-width: 100%;
	margin-bottom: 24px;
	padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #8f8f8f;
  outline: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #00adb5;
}

button[disabled], html input[disabled] {
	display: none;
}

.cart-qty {
	display: inline-block;
	position: relative;
}
.cart-qty-input {
	margin-bottom: 0 !important;
	padding: 10px 5px !important;
	border: 1px solid #ddd;
	text-align: center;
}
.cart-qty-control {
	display: inline-block;
	vertical-align: top;
}
.cart-qty-control a {
	display: block;
	width: 21px;
	height: 21px;
	line-height: 18px;
	text-align: center;
	font-weight: 700;
	border: 1px solid #ddd;
	border-left: none;
	-webkit-border-radius: 0 0 2px 0;
	   -moz-border-radius: 0 0 2px 0;
			border-radius: 0 0 2px 0;
}
.cart-qty-control .cart-qty-inc {
	border-bottom: none;
	-webkit-border-radius: 0 2px 0 0;
	   -moz-border-radius: 0 2px 0 0;
			border-radius: 0 2px 0 0;
}
.cart-qty-control a:hover {
	color: #00adb5;
}

.inputLabel {
	display: block;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
}

.messageStack {
	margin-bottom: 20px;
	padding: 12px 18px;
	border: 1px solid #333;
}

.messageStackError {
	border-color: #E84C3D;
	color: #E84C3D;
}

.messageStackSuccess {
	border-color: #4CAF50;
	color: #4CAF50;
}

.messageStackCaution {
	border-color: #02A8F3;
	color: #02A8F3;
}

.messageStackWarning {
	border-color: #00adb5;
	color: #00adb5;
}

.tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}

.tabs-nav li {
	float: left;
	display: inline-block;
}

.tabs-nav li a {
	display: block;
	padding: 12px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	border-bottom: 2px solid transparent;
}

.tabs-nav li a.active,
.tabs-nav li a:hover {
	color: #00adb5;
	border-color: #00adb5;
}

.tab-content {
	display: none;
	padding: 20px 0;
}

.tab-content.active {
	display: block;
}

.information {
	font-style: italic;
	color: #9f9f9f;
}

.inner-container {
	padding-left: 25px;
	padding-right: 25px;
}

#main-container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.site-header {
}

.site-content {
	background-color: #fff;
  box-shadow: 0px 0px 10px #eee;
}

.top-navigation {
	line-height: 32px;
	font-size: 12px;
	background-color: #00adb5;
	color: #fff;
}

.main-navigation {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #eee;
}

#site-navigation.nav-fixed {
	position: fixed;
	top: -1px;
	right: auto;
	left: auto;
	width: 1140px;
	background-color: #fff;
	z-index: 9998;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);  
}

.main-navigation .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation .menu li {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: top;
}

.main-navigation .menu li a {
	display: block;
	padding: 0 15px;
	letter-spacing: 1px;
	line-height: 48px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	color: #666;
}

.main-navigation > .menu > li:hover > a, 
.main-navigation > .menu > li > a:hover {
	color: #00adb5;
}

.main-navigation .menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 10px;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	border-top: 3px solid #00adb5;
	box-shadow: 0px 2px 6px #eee;
	transition: all .3s ease-out;
	z-index: 9998;
}

.main-navigation .menu ul ul {
	top: -3px;
	left: 100%;
	opacity: 0;
	visibility: hidden;
}

.main-navigation .menu li:hover > ul {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.main-navigation .menu ul li {
	display: block;
	margin-right: 0;
}

.main-navigation .menu ul li a {
	padding: 5px 12px;
	line-height: 24px;
}

.main-navigation .menu ul li.has-child > a:after {
	float: right;
  font-family: "FontAwesome";
  content:"\f105";
}

.main-navigation .menu ul li a:hover {
	background-color: #00adb5;
	color: #fff;
}

.main-navigation .cart-header {
	margin-left: 0;
	line-height: 24px;
}

#main-menu {
	float: left;
}

/* Aux Menu ( Cart Header, Search Header and Currency-Language ) */
.aux-menu-wrap {
	text-align: right;
}

#aux-menu {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

#aux-menu ul {
	position: absolute;
	top: 100%;
	right: 0;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style: none;	
	background-color: #fff;
	opacity: 0;
	visibility: hidden;	
	min-width: 170px;
	box-shadow: 0px 2px 5px #eee;
	transition: all .3s ease-out;
	z-index: 9998;	
}

#aux-menu ul:before {
	position: absolute;
	content: '';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	top: 0;
	right: 0;
	margin-top: -5px;
	margin-right: 15px;
}

#aux-menu li:hover > ul {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

#aux-menu > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	margin-left: 20px;
}

#aux-menu li a {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

#aux-menu ul li a {
	display: block;
	padding: 5px 8px;	
	line-height: 1.5em;
	color: #666;
}

#aux-menu ul li a:hover {
	color: #00adb5;
}

#aux-menu .account-link {
	margin-left: 0;
}

#aux-menu .account-avatar {
	display: inline-block;
	width: 28px;
	margin-right: 8px;
	vertical-align: middle;
}

#aux-menu .account-avatar img {
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
}

#aux-menu .cart-header {
	width: 260px;
	left: auto;
	right: 0;
}

#aux-menu .cart-wrap {
	padding: 8px 15px;
	margin-left: 0;
	line-height: 24px;
}

.cart-header .cart-total {
	margin-bottom: 16px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
}

.cart-header .cart-content {
	position: relative;
	max-height: 290px;
	padding-right: 10px;
	overflow: hidden;
}

.cart-header .cart-product + .cart-product {
	margin-top: 16px;
}

.cart-header .cart-content img {
	float: left;
	width: 50px;
	margin-right: 10px;
}

.cart-header .cart-content h4 {
	margin-bottom: 0;
	letter-spacing: 1px;
	font-size: 11px;
	font-family: 'Playfair Display';
	font-weight: 400;
	text-transform: none;
	-webkit-transition: color .3s ease-out;
	 	 -moz-transition: color .3s ease-out;
			  	transition: color .3s ease-out;
}

.cart-header .cart-content span {
	font-weight: 400;
	color: #00adb5;
}

#aux-menu .cart-header .cart-content a {
	padding: 0;
	line-height: 20px;
}

#aux-menu .cart-header .cart-content a:hover {
	background-color: transparent;
}

#aux-menu .cart-header .cart-content a:hover h4 {
	color: #00adb5;
}

#aux-menu .cart-header .cart-action {
	margin: 16px 0 8px;
	text-align: center;
}

#aux-menu .cart-header .cart-action .button.button-inverse {
	margin-bottom: 8px;
	color: #00adb5;
}

#aux-menu .cart-header .cart-action .button.button-inverse:hover {
	background-color: #00adb5;
	color: #eee;
}

#aux-menu .setting-header {
	width: 240px;
	left: auto;
	right: 0;
	opacity: 0;
	visibility: hidden;
}

#aux-menu .setting-header {
	width: 180px;
}

#aux-menu .setting-header ul {
	padding-left: 0;
}

#aux-menu .setting-header li {
	margin-left: 0;
}

#aux-menu .setting-header.active {
	opacity: 1;
	visibility: visible;
}

.search-header input {
	width: 100%;
	margin: 0;
	padding: 0 14px;
	line-height: 36px;
	background-color: transparent;
	border: 1px solid #eee;
	font-size: 12px;
}

#setting-header-btn > a {
	font-size: 14px;
}

.site-branding {
	padding: 36px 0;
}

#indexHomeBody .site-branding {
	border: none;
}

.logo {
	margin: 0;
}

.logo a {
	display: block;
}

.logo img {
}

.main-slider .slides {
	visibility: hidden;
}

.main-slider .flex-viewport .slides {
	visibility: visible;
}

.slide-wrap, 
.banner-item-inner {
	position: relative;
	display: table !important;
	min-height: 460px;
	height: 460px;
	width: 100%;
	background-color: #eee;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}

.banner-item-inner {
	position: relative;
	min-height: 180px;
	height: 180px;
}

.slide-wrap .slide-link, 
.banner-item-inner .banner-link {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide-inner, 
.banner-item-overlay {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.slide-link .slide-inner, 
.banner-link .banner-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.slide-content, 
.banner-item-content {
	max-width: 60%;
	margin: 0 auto;
	color: #fff;
}

.slide-content h1, 
.slide-content h2, 
.slide-content h3, 
.banner-item-content h1, 
.banner-item-content h2, 
.banner-item-content h3 {
	letter-spacing: 2px;
}

.slide-content * {
	margin-bottom: 15px;
}

.genesis-section {
	position: relative;
	margin-bottom: 30px;
}

.genesis-section:last-of-type {
	margin-bottom: 0;
}

.section-title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

#indexHomeBody .section-title {
	margin-bottom: 25px;
}

.section-title span {
	display: inline-block;
}

.section-title:after {
	content: '';
	position: absolute;
	top: 100%;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #eee;
}

#navBreadCrumb {
	padding: 25px 0;
	text-align: center;
	background-color: #eee;
	color: #333;
}

.breadcrumb-title {
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 24px;
}

.breadcrumb > a,
.breadcrumb > span {
	position: relative;
	margin: 0 10px;
	font-size: 14px;
}

.breadcrumb a:hover {
	color: #00adb5;
}

/* Products */
.grid {
	margin: 0 -15px;
}
.grid > div {
	padding: 0 15px;
}
.grid[data-items="2"] .column:nth-child(2n+1),
.grid[data-items="3"] .column:nth-child(3n+1),
.grid[data-items="4"] .column:nth-child(4n+1),
.grid[data-items="5"] .column:nth-child(5n+1),
.grid[data-items="6"] .column:nth-child(6n+1) {
	clear: both;
}

.grid .column {
	float: left;
	width: 25%;
	padding: 0 15px;
}

.grid[data-items="2"] .column {
	width: 50%;
}
.grid[data-items="3"] .column {
	width: 33.33%
}
.grid[data-items="4"] .column {
	width: 25%;
}
.grid[data-items="5"] .column {
	width: 20%;
}
.grid[data-items="6"] .column {
	width: 16.66%;
}

.products {
	position: relative;
	padding: 0;
	list-style: none;
}

#productListing {
	margin-bottom: 30px;
}

.products .product,
.category {
	position: relative;
	margin-bottom: 40px;
}

.products .product-images {
	position: relative;
}

.category .category-images {
	text-align: center;
}

.products .product-images img,
.category .category-images img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.product-images .product-main-images {
	position: relative;
	z-index: 2;
	-webkit-transition: opacity .3s ease-out;
		 -moz-transition: opacity .3s ease-out;
				  transition: opacity .3s ease-out;
}

.product-images.has_additional:hover .product-main-images {
	opacity: 0;
	visibility: hidden;
}

.product-images .product-additional-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.additionalImages img {
	margin-right: auto;
	margin-left: auto;
}

.products .product-category {
	margin-top: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	color: #00adb5;
}

.products .product-category a:hover {
	text-decoration: underline;
}

.products .product-name,
.category-name, 
.upcoming-products .product-name {
	margin: 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.products .product-name {
	min-height: 40px;
}

.media.products .product-name {
	margin-top: 0;
	margin-bottom: 5px;
	min-height: 0;
	text-align: left;
}

.upcoming-products .product-date {
	margin-left: 8px;
	color: #9f9f9f;
	font-size: 13px;
}

.products .product-name a:hover,
.category-name a:hover {
	color: #00adb5;
}

.products .product-price {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #00adb5;
}

.media.products .product-price {
	text-align: left;
}

.products .product-price del,
.normalprice {
	margin-right: 8px;
	text-decoration: line-through;
	font-size: 14px;
	font-weight: 400;
	color: #999;
}

.productPriceDiscount {
	display: none;
}

.products .product-action {
	display: block;
	width: 100%;
	margin-top: 15px;
	text-align: center;
	-webkit-transition: opacity .3s ease-out;
		 -moz-transition: opacity .3s ease-out;
				  transition: opacity .3s ease-out;
}

.product:hover .product-action {
	opacity: 1;
	visibility: visible;
}

.product-carousel-nav {
	position: absolute;
	top: -3px;
	right: 0;
	z-index: 1;
}

.owl-prev,
.owl-next {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 24px;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #999;
	color: #999;
	cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
   -khtml-user-select: none;
  	 -moz-user-select: none;
  		-ms-user-select: none;
  				user-select: none;
	-webkit-border-radius: 2px;
		 -moz-border-radius: 2px;
					border-radius: 2px;
	-webkit-transition: all .3s ease-out;
		 -moz-transition: all .3s ease-out;
				  transition: all .3s ease-out;
}

.owl-prev:hover,
.owl-next:hover {
	color: #fff;
	border-color: #00adb5;
	background-color: #00adb5;
}

.owl-prev.disabled,
.owl-next.disabled,
.owl-prev.disabled:hover,
.owl-next.disabled:hover {
	color: #ddd;
	border-color: #ddd;
	background-color: transparent;
}

.noProductsText {
	text-align: left;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

.categoryImg,
#productListing form[name="filter"] {
	margin-bottom: 25px;
}

.catDescContent {
	margin-bottom: 30px;
	font-style: italic;
	color: #9f9f9f;
}

#productListing form[name="filter"] label,
.navSplitPagesResult {
	position: relative;
	top: 9px;
	float: left;
	font-size: 11px;
	color: #9f9f9f;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#productListing .select2 {
	float: right;
	margin-left: 10px;
	margin-bottom: 0;
}

.product-action input[type="number"] {
	width: 70px;
	padding: 8px;
	border: 1px solid #eee;
	text-align: center;
}

.before-product-listing .navSplitPagesLinks,
.before-product-listing .buttonRow, 
.after-product-listing .navSplitPagesLinks,
.after-product-listing .buttonRow {
	margin-bottom: 25px;
}

.navSplitPagesLinks .current,
.navSplitPagesLinks a,
.prev-next a {
	float: left;
	padding: 8px 12px;
	margin-right: 8px;
	background-color: #ddd;
}

.navSplitPagesLinks .current {
	background-color: #00adb5;
	color: #fff;
}

.prev-next {
	margin-bottom: 25px;
	text-align: right;
}

.navSplitPagesLinks a:hover,
.prev-next a:hover {
	background-color: #00adb5;
	color: #fff;
}

.prev-next a {
	float: none;
}

.product-info-wrap .row {
	margin-bottom: 50px;
}

.product-header {
}

#productName {
	position: relative;
	margin-bottom: 10px;
	color: #333;
}

.product-details .product-rating {
	margin-bottom: 20px;
}

#productDescription {
	color: #333;
}

#productDetailsList {
	margin-bottom: 30px;
	padding-left: 14px;
	list-style-type: circle;
}

#productDetailsList li {
	padding: 5px 0;
	font-size: 13px;
}

#productAttributes {
	margin: 0 -15px;
}

#productAttributes .wrapperAttribsOptions {
	float: left;
	width: 50%;
	margin-bottom: 30px;
	padding: 0 15px;
	vertical-align: top;
}

#productAttributes .wrapperAttribsOptions:nth-child(2n+1){
	clear: both;
}

.optionName {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

#productPrices {
	margin: 0;
	color: #00adb5;
}

#productPrices .normalprice {
	font-size: 16px;
}

.star {
	color: #ffc200;
}

.star.off {
	color: #ccc;
}

.star + .star {
	margin-left: 2px;
}

.rating-detail {
	margin-left: 12px;
}

.no-review .rating-detail {
	margin-left: 0;
}

.review-write {
	position: relative;
	margin-left: 20px;
}

.no-review .review-write {
	margin-left: 0;
}

.review-write:before {
	content: '.';
	position: absolute;
	top: -14px;
	left: -13px;
	font-size: 24px;
	font-weight: 700;
	color: #00adb5;
}

.no-review .review-write:before {
	display: none;
}

.review-write a {
}

.review-write a:hover {
	color: #00adb5;
}

#cartAdd {

}

#cartAdd input[name="cart_quantity"] {
	margin-bottom: 0;
	padding: 10px 15px;
	max-width: 80px;
	border: 1px solid #eee;
	color: #333;
}

#cartAdd input[name="cart_quantity"]:focus {
	border-color: #00adb5;
}

#cartAdd .button {
	margin-left: 15px;
	height: 42px;
}

.qty-in-cart {
	margin: 5px 0;
	font-size: 12px;
	color: #9f9f9f;
	font-style: italic;
}

.product-share {
}

.product-share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-share ul li {
	display: inline-block;
	vertical-align: top;
}

.product-share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #00adb5;
  -moz-border-radius: 2px;
       border-radius: 2px;
}
.product-share li + li {
	margin-left: 5px;
}
.product-share a:hover {
	background-color: #00adb5;
  color: #fff;
}
.product-share .facebook-share {
  background-color: #3b5998;
}
.product-share .twitter-share {
  background-color: #55acee;
}
.product-share .pinterest-share {
  background-color: #cc2127;
}
.product-share .google-plus-share {
  background-color: #dd4b39;
}

.product-images-wrap {
	text-align: center;
}

.product-main-image {
	margin-bottom: 30px;
}

.product-main-image a {
	display: block;
}

.product-main-image, 
.product-additional-image {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	padding: 4px;
	border: 1px solid #eee;

}

#productAdditionalImages {
	position: relative;
}

#productAdditionalImages .owl-prev,
#productAdditionalImages .owl-next {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
	z-index: 2;
	background-color: rgba(0,0,0,.6);
	color: rgba(255,255,255,.6);
	border: none;
}

#productAdditionalImages .owl-next {
	right: 10px;
	left: auto;
}

#productAdditionalImages .owl-prev:hover,
#productAdditionalImages .owl-next:hover {
	background-color: #333;
	color: #fff;
}

#productAdditionalImages .owl-prev.disabled,
#productAdditionalImages .owl-next.disabled {
	opacity: .2;
}

#productDescription {
	margin-bottom: 30px;
}

#productDateAdded,
#productInfoLink {
	font-style: italic;
	color: #00adb5;
}

#productInfoLink {
	margin-top: 20px;
}

.reviews {
	margin: 0;
	padding: 0;
	list-style: none;
}

.review-item {
	margin-bottom: 30px;
}

.review-avatar {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.review-avatar img {
	-moz-border-radius: 50%;
			 border-radius: 50%;
}

.review-by {
	margin-bottom: 12px;
	font-size: 14px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	color: #00adb5;
	overflow: hidden;
}

.review-by .review-date {
	font-size: 12px;
	font-family: 'Josefin Sans', sans-serif;
	color: #9f9f9f;
}

.review-text {
	margin-bottom: 5px;
	color: #9f9f9f;
	overflow: hidden;
}

.view-all-review .button {
	margin-left: 10px;
}


/* Footer */
.site-footer {
	background-color: #333;
	color: #aaa;
}

.top-footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bottom-footer {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #2e2e2e;
}

.social-footer ul,
.links-footer ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-module-title {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

.footer-module-about ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-module-content {
	font-size: 14px;
	line-height: 1.6em;
}

.footer-module-content .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-module-content .menu li + li {
	margin-top: 5px;
}

.footer-module-content .menu a {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-module-content .menu a:hover {
	color: #00adb5;
}

.social-footer .menu a i {
	margin-right: 4px;
	font-size: 14px;
}

.copyright-footer {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	line-height: 2em;
}

#back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  background-color: #00adb5;
  -moz-border-radius: 20px;
       border-radius: 20px;
  -moz-transition: all .3s ease-out;
  		 transition: all .3s ease-out;
}
#back-top.active {
  opacity: 1;
  visibility: visible;
}
#back-top:hover {
  color: #fff;
  -moz-transform: rotate(360deg);
       transform: rotate(360deg);
}


/* Select2 Override */
.select2-container {
	margin-bottom: 24px;
	min-width: 180px;
	max-width: 100%;
  -webkit-user-select: none;
   -khtml-user-select: none;
  	 -moz-user-select: none;
  		-ms-user-select: none;
  				user-select: none;
}
.wrapperAttribsOptions .select2-container {
	min-width: 160px;
}
.select2-container--default .select2-selection--single {
	height: 38px;
	border-color: #ddd;
	-moz-border-radius: 0;
			 border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
	color: #9f9f9f;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	width: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #9f9f9f transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #9f9f9f;
}
.select2-dropdown {
	border-color: #ddd;
	-moz-border-radius: 0;
			 border-radius: 0;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #fff;
	color: #00adb5;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #00adb5;
	color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
	color: #fff !important;
}
.select2-results__option {
	padding: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
	color: #9f9f9f;
}

.stacked-layout {
	width: 750px;
	margin: 0 auto;
}

.split-layout input[type="text"],
.split-layout input[type="password"],
.split-layout input[type="email"],
.split-layout textarea,
.stacked-layout input[type="text"],
.stacked-layout input[type="password"],
.stacked-layout input[type="email"],
.stacked-layout textarea {
	width: 100%;
}

.stacked-layout #loginForm {
	margin-bottom: 50px;
}

.account-radio input[type="radio"] {
	margin-right: 5px;
}

.account-radio .radio-inline {
	margin-right: 20px;
}

#cartContentsDisplay {
	margin-bottom: 30px;
}

#cartContentsDisplay .rowEven td,
#cartContentsDisplay .rowOdd td {
	padding: 20px 0;
}

.cartProductDisplay .products-link {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.cartProductDisplay .products-detail {
	display: inline-block;
	vertical-align: middle;
}

.cartProductDisplay .products-name {
	font-size: 14px;
	font-weight: 400;
}

.cartQuantity .cart-qty {
	top: 8px;
}

.markProductOutOfStock {
	margin-left: 10px;
}

.cartAttribsList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cartAttribsList ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 6px;
	font-size: 12px;
	background-color: #00adb5;
	color: #fff;
}

.cartRemoveItemDisplay a {
	font-size: 22px;
}

.ship-estimator-button {
	margin-right: 10px;
}

.paypal-button {
	margin-left: 10px;
}

.shippingEstimatorWrapper {
	padding: 20px;
}

#shippingEstimatorContent {
	margin-top: 40px;
}

.shipping-detail input[type="checkbox"], 
.shipping-detail input[type="radio"] {
	float: left;
	margin-right: 10px;
}

.shipping-info {
	overflow: hidden;
	line-height: 1;
}

.shipping-module-title, 
.checkout-module-title, 
.checkout-address-title {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.shipping-module-subtitle, 
.shipping-module-quote {
	line-height: 1.5;
	font-size: 14px;
}

.checkout-payment-conditions, 
.bill-to, 
.checkout-section, 
.checkout-address, 
#confirmation-tabs {
	margin-bottom: 30px;
}

#checkoutconfirmationBody #orderTotals {
	margin-bottom: 20px;
}

#sorter {
	float: right;
}

#sorter label {
	display: none;
}

/* Sidebar */
.widget {
	margin-bottom: 40px;
}

.widget-title {
	padding: 10px 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	border: 1px solid #666;
}

.widget .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget .menu .menu {
	padding-left: 15px;
}

.widget .menu li {
	position: relative;
}

.widget .menu li + li, 
.widget .menu ul li {
	border-top: 1px solid #f1f1f1;
}

.widget .menu a {
	display: block;
	padding: 12px 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.widget .menu a:hover {
	color: #00adb5;
}

.widget .menu .has-products {
	margin-left: 5px;
}

.widget .menu .expand-btn {
	float: right;
}

.widget .menu .expand-btn {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 0;  
  text-align: center;  
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;                      
}
.widget .menu .expand-btn:after {
  font-family: "FontAwesome";
  content:"\f147";
}       
.widget .menu .expand-btn.collapsed:after {
  font-family: "FontAwesome";
  content:"\f196";
}
.widget .menu .expand-btn:hover {
  color: #00adb5;
}

.products .media-left {
	min-width: 70px;
	max-width: 70px;
}
.widget .products .product-name {
	margin-top: 0;
	text-align: left;
	font-size: 13px;
}

.widget .products .product-price {
	text-align: left;
	font-size: 14px;
}

.widget-bannerbox img, 
.widget-bannerboxall img, 
.widget-bannerbox2 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.widget input, 
.widget select {
	width: 100%;
	margin-bottom: 10px;
}

.main-navigation .collapse {
	display: inherit;
	height: auto !important;
}

.payment-footer img {
	display: inline-block;
	vertical-align: middle;
}

.mailchimp-footer {
	padding: 20px 25px;
	text-align: center;
	background-color: #00adb5;
}

.mailchimp-footer input[type="email"] {
	margin-bottom: 0;
	margin-right: 5px;
	width: 70%;
	line-height: 30px;
	border: none;
	border-radius: 2px;
}

.mailchimp-footer .button {
	line-height: 26px;
	background-color: #fff;
	color: #333;
	border: none;
	border-radius: 2px;
}

.mailchimp-footer .button:hover, 
.mailchimp-footer .button:focus:hover, 
.mailchimp-footer .button:focus, 
.mailchimp-footer .button:active {
	background-color: #fff;
	color: #00adb5;
}


@media (min-width: 992px) {
	.left-enabled #primary.col-md-push-3 {
		left: 30%;
	}
	.left-enabled #primary.col-md-9 {
		width: 70%;
	}
	.left-enabled #secondary-left.col-md-pull-9 {
		right: 70%;
	}
	.left-enabled #secondary-left.col-md-3 {
		width: 30%;
		padding-right: 30px;
	}
	.left-enabled.right-enabled #primary.col-md-push-3 {
		left: 25%;
	}
	.left-enabled.right-enabled #primary.col-md-9 {
		width: 75%;
	}
	.left-enabled.right-enabled #secondary-left.col-md-pull-9 {
		right: 75%;
	}
	.left-enabled.right-enabled #secondary-left.col-md-3 {
		width: 25%;
	}

	.right-enabled #primary.col-md-9 {
		width: 70%;
	}
	.right-enabled #secondary-right.col-md-3 {
		width: 30%;
		padding-left: 30px;
	}
	.right-enabled.left-enabled #primary.col-md-9 {
		width: 75%;
	}
	.right-enabled.left-enabled #secondary-right.col-md-3 {
		width: 25%;
	}
}

@media (max-width: 1199px) {
	.slide-wrap {
		min-height: 460px;
		height: 460px;
	}
	.banner-item-inner {
		min-height: 160px;
		height: 160px;
	}
	.wrapperAttribsOptions .select2-container {
		min-width: 130px;
	}
	#site-navigation.nav-fixed {
		width: 940px;
	}
}

@media (max-width: 991px) {
	#site-navigation.nav-fixed {
		width: 720px;
	}
	.main-navigation .collapse {
		display: none;
	}	
	.main-navigation .collapse.in {
		display: block;
	}	
	#main-menu {
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		padding-left: 25px;
		padding-right: 25px;
		background-color: #ddd;
		z-index: 9998;
		-webkit-transition: all .3s ease-out;
	 	   -moz-transition: all .3s ease-out;
			  		transition: all .3s ease-out;
	}
	#main-menu.active {
	}
	#main-menu-btn {
		display: inline-block !important;
		float: left;
		margin-left: 25px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 14px;
		font-weight: 500;
		color: #666;
		cursor: pointer;
		-webkit-transition: all .3s ease-out;
	 	   -moz-transition: all .3s ease-out;
			  		transition: all .3s ease-out;	
	  -webkit-user-select: none;
	   -khtml-user-select: none;
	  	 -moz-user-select: none;
	  		-ms-user-select: none;
	  				user-select: none;			  			
	}
	#main-menu-btn:hover {
		color: #00adb5;
	}
	#main-menu li {
		display: block;
		margin: 0 auto;
		width: auto;
	}
	#main-menu ul {
		position: static;
		width: 100%;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		margin-top: 0;
		padding-left: 15px;
		visibility: visible;
		opacity: 1;
		border: none;
		background-color: transparent;
		box-shadow: none;
	}
	#main-menu a {
		padding: 0;
		line-height: 40px;
		color: #444;
	}
	#main-menu a:hover {
		background-color: transparent;
		color: #00adb5;
	}
	#main-menu .expand-btn {
		float: right;
	}
	.main-navigation .menu ul li.has-child > a:after {
		display: none;
	}
	#main-menu .expand-btn {
	  position: absolute;
	  display: block;
	  width: 24px;
	  height: 24px;
	  top: 8px;
	  right: 0;  
	  text-align: center;  
	  font-size: 16px;
	  cursor: pointer;
	  -webkit-transition: all 0.3s ease;
	     -moz-transition: all 0.3s ease;
	          transition: all 0.3s ease;                      
	}
	#main-menu .expand-btn:after {
	  font-family: "FontAwesome";
	  content:"\f147";
	  position: relative;
	  top: -12px;
	  color: #00adb5;
	}       
	#main-menu .expand-btn.collapsed:after {
	  font-family: "FontAwesome";
	  content:"\f196";
	  color: #444;
	}
	#main-menu .expand-btn:hover {
	  color: #00adb5;
	}	
	#aux-menu .setting-header ul {
		left: auto;
		right: 100%;
	}
	.grid[data-items="2"] .column, 
	.grid[data-items="3"] .column, 
	.grid[data-items="4"] .column, 
	.grid[data-items="5"] .column, 
	.grid[data-items="6"] .column {
		width: 33.33%
	}
	.links-footer ul li {
		margin-bottom: 20px;
	}
	.links-footer ul li + li::before {
		display: none;
	}
	.widget {
		display: inline-block;
		width: 48%;
		vertical-align: top;
	}
	.widget:nth-of-type(2n+1){
		margin-right: 2%;
	}
	.login-column {
		margin-bottom: 40px;
	}
	.split-layout, 
	.stacked-layout {
		width: auto;
	}
	.slide-wrap {
		min-height: 352px;
		height: 352px;
	}
	.banner-item-inner {
		min-height: 144px;
		height: 144px;
	}
	.site-tagline, 
	.aux-menu-wrap, 
	.copyright-footer {
		text-align: center;
	}
	#aux-menu {
		float: none;
	}
	.logo img {
		margin: 0 auto;
	}
	.logo-wrap, 
	.search-header {
		float: none !important;
	}
	.search-header, 
	.payment-footer {
		margin-top: 20px;
		text-align: center;
	}
	.search-header input {
		float: none !important;
		width: 70%;
	}
	.footer-module {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	#site-navigation.nav-fixed {
		left: 0;
		width: 100%;
	}
	#productListing form[name="filter"] label, 
	.navSplitPagesResult {
		display: block;
		float: none;
		margin-bottom: 25px;
	}
	#productListing .select2 {
		float: none;
		margin-left: 0;
	}
	.product-main-image img {
		margin: 0 auto;
	}
	.product-details {
		text-align: center;
	}
	#productName:after, 
	#productAttributes .section-title:after {
		left: 50%;
		margin-left: -40px;
	}
	#productAttributes .wrapperAttribsOptions {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}
	.cartTotalsDisplay, 
	.cart-info .pull-right, 
	.cart-buttons .pull-left, 
	.cart-buttons .pull-right {
		float: none !important;
		margin-bottom: 20px;
	}
	#main-menu li {
		width: auto;
	}
	.search-header input {
		width: 60%;
	}
	.product-images-wrap {
		margin-bottom: 30px;
	}
	.mailchimp-footer input[type="email"] {
		width: 50%;
		line-height: 20px;
	}

	.mailchimp-footer .button {
		line-height: 16px;
		border-radius: 2px;
	}
}


@media (max-width: 620px) {
	.grid[data-items="2"] .column, 
	.grid[data-items="3"] .column, 
	.grid[data-items="4"] .column, 
	.grid[data-items="5"] .column, 
	.grid[data-items="6"] .column {
		width: 50%;
		margin-bottom: 30px;
	}
	.grid[data-items="3"] .additionalImages.column {
		width: 33.33%;
		margin-bottom: 0;
	}
	.main-slider, 
	.banner-item {
		margin-bottom: 20px;
	}
	.tabs-nav li {
		float: none;
		display: block;
	}	
	.slide-wrap {
		min-height: 289px;
		height: 289px;
	}
	.slide-content, 
	.banner-item-content {
		font-size: 14px;
	}	
	.slide-content .button.button-large {
		padding: 10px 24px;
		font-size: 11px;
	}
	#main-container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 520px) {
	.widget {
		display: block;
		width: auto;
		vertical-align: top;
	}
	.widget:nth-of-type(2n+1){
		margin-right: 0;
	}
	.footer-module {
		float: none;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.grid[data-items="2"] .column, 
	.grid[data-items="3"] .column, 
	.grid[data-items="4"] .column, 
	.grid[data-items="5"] .column, 
	.grid[data-items="6"] .column {
		float: none;
		width: auto;
	}
	.grid[data-items="3"] .additionalImages.column {
		float: left;
		width: 33.33%;
	}
	.social-footer ul li {
		width: 33.33%;
		margin-bottom: 20px;
	}
	#cart-header-btn {
		display: none;
	}
	#aux-menu .setting-header ul {
    left: auto;
    right: auto;
    z-index: 1;
    top: 100%;
  }
  .main-slider {
  	display: none;
  }
  .main-navigation {
  	border-bottom: 1px solid #eee;
  }
  .search-header input {
		width: 80%;
	}
	.mailchimp-footer input[type="email"] {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.mailchimp-footer .button {
		line-height: 16px;
		border-radius: 2px;
	}
}