/* WooCommerce */

@font-face {
	font-family: 'star';
	src: url('../assets/wc-star-font/star.eot');
	src: url('../assets/wc-star-font/star.eot?#iefix') format('embedded-opentype'),
		url('../assets/wc-star-font/star.woff') format('woff'),
		url('../assets/wc-star-font/star.ttf') format('truetype'),
		url('../assets/wc-star-font/star.svg#star') format('svg');
	font-weight: normal;
	font-style: normal;
}

/**
 * Animations
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
    -ms-transform: rotate(180deg);
    /* IE9 */
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}

/**
 * Global styles
 */

/*.woocommerce .loader:before,
.woocommerce .blockUI.blockOverlay:before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	display: block;
	-webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    content: "";
    background: url(../images/loader.svg) center center;
    background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(#000,0.75);
}*/

.woocommerce table,
.woocommerce .table {
	background: transparent;
}

a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-indent: -9999px;
    position: relative
}

.blockUI:before,
a.remove:before {
    font: normal normal normal 1em/1 FontAwesome;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}

a.remove:before {
    content: "\f057";
    display: inline-block;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #d59b39;
    line-height: 1.618;
    text-indent: 0;
    text-align: center
}

form.checkout > .blockUI {
    position: fixed!important
}

.blockUI:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    content: "\f110";
    -webkit-animation: fa-spin .75s linear infinite;
    -moz-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px
}

.woocommerce .wishlist_table .blockUI {
	background: #fff !important;
}

p.demo_store {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #000;
	color: #fff;
	z-index: 99998;
}

.out-of-stock {
	color: #e71111;
}

p.form-row {
	margin-bottom: 30px;
}

/**
 * Star ratings
 */
.star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: 'star';
}

.star-rating:before {
	content: "\73\73\73\73\73";
	color: #ccc;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce-product-rating {
	line-height: 2;
	display: block;
}

.woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}

.products .star-rating {
	display: block;
	margin: 0 0 .5em;
	float: none;
}

.hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}

#reviews #comments {
  margin: 0;
}

#reviews #comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#reviews #comments .comment {
	border-top: none;
    margin-top: 0;
    padding-top: 0;

	border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 25px;	
}

#reviews #comments h2 {
	font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0 45px 0;
    line-height: normal;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}


#reviews #respond h3#reply-title {
	margin: 25px 0 0 0;
}


#reviews #comments .comment img.avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;

	float: left;
	margin-right: 20px;
}

#reviews #comments .comment .description {
	margin-bottom: 0;
}

#reviews #comments .comment p:last-child {
	margin-bottom: 0;
}

#reviews #comments .comment p.meta strong {
	text-transform: uppercase;
	color: #000;
}

#reviews #comments .comment .star-rating {
	color: #000;
}


#review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	padding: 0 0 0;
	background: transparent none;
	border: 0;
}

#review_form #respond p {
	margin: 0 0 10px;
}

#review_form #respond .form-submit input {
	left: auto;
}

#review_form #respond .form-submit textarea {
	width: 100%;
}

p.stars {
	position: relative;
	font-size: 1em;
}
p.stars	a {
	display: inline-block;
	font-weight: 700;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
	border-bottom: 0 !important;
	outline: 0;
}

p.stars	a:last-child {
	border-right: 0;
}

p.stars	a.star-1,
p.stars	a.star-2,
p.stars	a.star-3,
p.stars	a.star-4,
p.stars	a.star-5 {
	border-right: 1px solid #ccc;
}
p.stars	a.star-1:after,
p.stars	a.star-2:after,
p.stars	a.star-3:after,
p.stars	a.star-4:after,
p.stars	a.star-5:after {
	font-family: "WooCommerce";
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

p.stars	a.star-1 {
	width: 2em;
}
p.stars	a.star-1:after {
	content: "\e021";
}

p.stars	a.star-1:hover:after,
p.stars	a.star-1.active:after {
	content: "\e020"
}

p.stars	a.star-2 {
	width: 3em;
}
p.stars	a.star-2:after {
	content: "\e021\e021";
}

p.stars	a.star-2:hover:after,
p.stars	a.star-2.active:after {
	content: "\e020\e020"
}

p.stars	a.star-3 {
	width: 4em;
}
p.stars	a.star-3:after {
	content: "\e021\e021\e021";
}

p.stars	a.star-3:hover:after,
p.stars	a.star-3.active:after {
	content: "\e020\e020\e020"
}

p.stars	a.star-4 {
	width: 5em;
}
p.stars	a.star-4:after {
	content: "\e021\e021\e021\e021";
}

p.stars	a.star-4:hover:after,
p.stars	a.star-4.active:after {
	content: "\e020\e020\e020\e020"
}

p.stars	a.star-5 {
	width: 6em;
	border: 0;
}
p.stars	a.star-5:after {
	content: "\e021\e021\e021\e021\e021";
}

p.stars	a.star-5:hover:after,
p.stars	a.star-5.active:after {
	content: "\e020\e020\e020\e020\e020"
}


.woocommerce input::-webkit-outer-spin-button,
.woocommerce input::-webkit-inner-spin-button {
	display: none;
}

/* Sale badge */
span.onsale,
span.soldout {
	background: #d59b39;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 15px;
	z-index: 1;

	font-family: 'Nothing You Could Do',cursive;
}

ul.products .product span.onsale,
ul.products .product span.soldout {
	left: 15px;
}

/* Sold out badge */
span.soldout {
    background: #000;
}

.woocommerce.single-product .product .col-md-6 span.onsale,
.woocommerce.single-product .product .col-md-6 span.soldout {
	position: relative;
	background: none;
	color: #d59b39;
	padding: 0;
	font-size: 18px;
}

.woocommerce .gg-wc-ordering-wrapper {
	float: left;
	width: 100%;
	
	margin-bottom: 30px;
}

.woocommerce .woocommerce-result-count {
	float: left;
	margin-bottom: 0;
}

.woocommerce form.woocommerce-ordering,
.woocommerce .products-per-page {
	float: right;
	width: auto;
	margin-bottom: 0;
	margin-left: 30px;
}

.woocommerce .products-per-page form.woocommerce-products-per-page {
	margin-bottom: 0;
	float: right;
	width: auto;
	margin-left: 15px;
}

.woocommerce form.woocommerce-ordering select,
.woocommerce .products-per-page select {
	background: transparent;
	border: 0;
	padding: 0;
	height: auto;
}

.woocommerce form.woocommerce-ordering select {
	width: 135px;
}

.woocommerce form.woocommerce-ordering .bootstrap-select > .btn {
	background: transparent;
	height: auto;
    padding: 0 0 0 30px;
    box-shadow: none;
    transition: none;
}

.woocommerce form.woocommerce-ordering .bootstrap-select.open > .btn {
	background: #e7e7e7;
	color: #000;
}

.woocommerce form.woocommerce-ordering .bootstrap-select.btn-group .dropdown-menu {
    box-shadow: none;
    border: 0;
    margin: 0;
    padding-bottom: 2px;
}

.woocommerce form.woocommerce-ordering .bootstrap-select.btn-group .dropdown-menu li a {
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce ul.products {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.products li,
.woocommerce .el-grid.products div.product {
	margin-bottom: 90px;
}

.woocommerce ul.products li.first {
	clear: both;
}

.woocommerce ul.products li.clearfix.visible-md.visible-lg,
.woocommerce ul.products li.clearfix.invisible-xs {
	margin: 0;
	padding: 0;
}

.woocommerce ul.products li .price ins,
.woocommerce .el-grid.products div.product .price ins,
.el-grid li.product .price ins {
	text-decoration: none;
}

.woocommerce ul.products li .price del,
.woocommerce .el-grid.products div.product .price del,
.el-grid li.product .price del {
	font-size: 80%;
}

/* Single product */
.woocommerce.single-product .product .summary,
.woocommerce.single-product .product .images {
	margin-bottom: 140px;
	float: left;
	width: 100%;
}

.woocommerce.single-product .product .images,
.woocommerce.single-product .product .summary {
	padding-left: 15px;
	padding-right: 15px;

	margin-bottom: 35px;
}

@media (min-width: 768px) {
	.woocommerce.single-product .product .images,
  	.woocommerce.single-product .product .summary {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 70px;
	}
}

@media (min-width: 1200px) {
  	.woocommerce.single-product .product .summary {
		padding-left: 30px;
		padding-right: 0;
		margin-bottom: 140px;
	}
	.woocommerce.single-product .product .images {
		padding-right: 30px;
		padding-left: 0;
		margin-bottom: 140px;
	}
}

.woocommerce.single-product.wpb-is-on #content {
	padding: 150px 0; 
}

/*Product images*/

.woocommerce.single-product .images {
	margin-top: 0;
	margin-bottom: 30px;
}

.woocommerce.single-product .images .thumbnails {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.woocommerce.single-product .images .thumbnails a.zoom {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.woocommerce.single-product .images .woocommerce-main-image {
	float: left;
	width: 100%;
	text-align: center;
}
.woocommerce.single-product .images .woocommerce-main-image img {
	-webkit-animation: fadeIn .5s;
	animation: fadeIn .5s;
}

.woocommerce .product .summary form.cart {
	width: 100%;
	float: left;
	margin: 0 0 55px 0;  
}

.woocommerce .product .summary h1.product_title {
	margin: 0 0 15px 0;
	font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 24px;
}

@media (min-width: 768px) {
  	.woocommerce .product .summary h1.product_title {
		margin: 0 0 25px 0;
		letter-spacing: 7px;
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
  	.woocommerce .product .summary h1.product_title {
		margin: 0 0 45px 0;
		letter-spacing: 10px;
		font-size: 48px;
	}
}

.woocommerce .wc-proceed-to-checkout input[type="submit"] {
	height: auto;
}

.woocommerce .product .summary p.cart {
	float: left;
	margin-right: 30px;
}

.woocommerce .product .summary p.cart .single_add_to_cart_button.button {
	height: auto;
}

.woocommerce .button.wc-forward {
	height: auto;
}

.woocommerce .cart .quantity {
	position: relative;
	float: left;
}
.woocommerce .product .summary .cart .quantity {
	width: 40%;
}

@media (max-width: 768px) {
  	.woocommerce .product .summary .cart .quantity {
		width: 100%;
	}
}

.woocommerce .cart .quantity input.qty {
	width: 100%;
	text-align: center;
	padding-left:25px;
	padding-right: 25px;

	background: #fff;
	border: 1px solid #f1f1f1;
	color: #000;

	font-size: 18px;

	height: 70px;
}


.woocommerce-cart .cart  .quantity input.qty {
	width: 100px;
}
.woocommerce .cart .quantity input.minus,
.woocommerce .cart .quantity input.plus {
	width: 25%;
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: normal;
	padding: 0;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	color: #000;

	font-size: 18px;
}

.woocommerce .cart .quantity input.minus:hover,
.woocommerce .cart .quantity input.plus:hover {
	background: #000;
	color: #fff;
}

.woocommerce .cart .quantity input.minus {
	right: auto;
	left: 0;
}

.woocommerce .cart button[type="submit"] {
	width: 50%;
	float: right;
	background: #d59b39;
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 768px) {
  	.woocommerce .cart button[type="submit"] {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
}

.woocommerce .cart button[type="submit"]:hover {
	background: #000;
}

.woocommerce .product .summary div[itemprop="description"] {
	margin-bottom: 55px;
}

.woocommerce .product .summary div[itemprop="offers"] {
	margin-bottom: 45px;
}

.woocommerce .product .upsells.products,
.woocommerce .product .related.products {
	float: left;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 20px;
	background: #f1f1f1;
}

@media (min-width: 768px) {
  	.woocommerce .product .upsells.products,
	.woocommerce .product .related.products {
		padding-top: 75px;
		padding-bottom: 60px;
	}
}
@media (min-width: 1200px) {
  	.woocommerce .product .upsells.products,
	.woocommerce .product .related.products {
		padding-top: 150px;
		padding-bottom: 120px;
	}
}

.woocommerce .product .upsells.products h2,
.woocommerce .product .related.products h2 {
    margin: 0 0 35px 0;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 24px;
}

@media (min-width: 768px) {
  	.woocommerce .product .upsells.products h2,
	.woocommerce .product .related.products h2 {
		margin: 0 0 75px 0;
		letter-spacing: 7px;
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
  	.woocommerce .product .upsells.products h2,
	.woocommerce .product .related.products h2 {
		margin: 0 0 150px 0;
		letter-spacing: 10px;
		font-size: 48px;
	}
}

.woocommerce .product .upsells.products .toptitle,
.woocommerce .product .related.products .toptitle {
    margin: 0;
    color: #d59b39;
    font-size: 18px;
    position: relative;
    font-family: 'Nothing You Could Do', cursive;
    display: inherit;

    text-align: center;
}

.woocommerce .product .upsells.products li,
.woocommerce .product .related.products li {
	padding-top: 0;
	margin-bottom: 30px;
}

.woocommerce .product .upsells.products ul.products,
.woocommerce .product .related.products ul.products {
	margin:0;
	padding: 0;
}

@media (min-width: 768px) {
  	.woocommerce .product .upsells.products ul.products,
	.woocommerce .product .related.products ul.products {
		padding: 0 5%;
		margin:0 15px;
	}
}
@media (min-width: 1200px) {
  	.woocommerce .product .upsells.products ul.products,
	.woocommerce .product .related.products ul.products {
    	padding: 0 10%;
    	margin:0 30px;
	}
}


.woocommerce .product .upsells.products li .product-wrapper-effect,
.woocommerce .product .related.products li .product-wrapper-effect {
	background: #fff;
	padding: 30px;
}

.woocommerce .product .summary .price {
	color: #d59b39;
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: 600;
}

.woocommerce .product .summary .price ins {
	text-decoration: none;
}

.woocommerce .product .summary .price del {
	font-size: 14px;
    font-style: italic;
    color: #ccc;
	line-height: normal;
	font-weight: normal;
	margin-right: 10px
;}

.woocommerce .product .summary .single_variation {
	margin: 30px 0;
}

.woocommerce .product .summary .variations {
	width: 100%;
}

.woocommerce .product .summary .single_variation_wrap {
	margin-top:60px;
}

.woocommerce .product .summary .variations tr {
	
}

.woocommerce .product .summary .variations td.label {
    padding: 30px;
    vertical-align: middle;
    display: block;
    text-align: left;
    line-height: normal;

    background: #f1f1f1;
}

.woocommerce .product .summary .variations td.label label {
	margin: 0;
	color: #000;
}

.woocommerce .product .summary .variations td.value {
    padding: 0;
    vertical-align: middle;

    width: 60%;
    position: relative;
}
.woocommerce .product .summary .variations td.value select {
	width: 100%;
	border-color: #f1f1f1;
	height: 77px;
}

.woocommerce .product .summary .variations tr:last-child td.value {
	padding-bottom: 0;
}

.woocommerce .product .summary .variations .reset_variations {
	margin-left: 15px;
	position: absolute;
	right: 0;
	top: -35px;

	color: #d59b39;
    font-size: 18px;
    font-family: 'Nothing You Could Do', cursive;
}

/* Single product - Review tabs */
#review_form h3#reply-title {
	font-size: 15px;
    line-height: normal;
    margin: 30px 0;
}

/* Single product - Tabs */
.woocommerce .product .woocommerce-tabs {
	float: left;
	margin-bottom: 150px;
	width: 100%;
}


/*Social*/
.woocommerce.single-product .product  .post-social {
	position: absolute;
	right: 15px;
	border: 1px solid #ccc;
}

.woocommerce.single-product .product  .post-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce.single-product .product  .post-social ul li {
	float: left;
	border-left: 1px solid #ccc;
	text-align: center;
	border-right: 0;
}

.woocommerce.single-product .product  .post-social ul li:first-child {
	border-left: 0;
}

.woocommerce.single-product .product  .post-social ul li a {
	float: left;
	min-width: 40px;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 13px;
}



/* Category hover */

.product-image-wrapper.inverse:hover img {
	opacity: .1;
}

.product-image-wrapper.inverse h3 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

.product-image-wrapper.inverse:hover h3,
.product-image-wrapper.inverse:focus h3 {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.product-image-wrapper.inverse h3 span {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 15px 50px;
}

.product-image-wrapper.inverse h3 span mark {
	background: transparent;
	padding: 0;
	color: #fff;
}

/* Plugin styles overwrite */

/* Wishlist */
.yith-wcwl-add-to-wishlist {
	margin: 0;
}

/* General - Tabs */

.woocommerce .product .summary .woocommerce-tabs {
	margin-top: 60px;
	margin-bottom: 0;
	float: left;
	width: 100%;
}

.woocommerce-tabs .tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;

	font-size: 0; /*Fight the inline space*/
}

.woocommerce-tabs .tabs li {
	display: inline-block;
}

.woocommerce-tabs .tabs li a {
	padding: 30px 90px;
	float: left;
	border: 1px solid #f1f1f1;
	margin-bottom: -1px;
	background: #fff;
	color: #000;

	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 600;
}

.woocommerce-tabs .tabs li.active a {
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #f1f1f1;
	color: #000;
}

.woocommerce .col-md-9 .product .col-md-6 .summary .woocommerce-tabs .tabs li a {
	padding-left: 15px;
	padding-right: 15px;
}



.woocommerce-tabs .panel {
	border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 60px;
    margin: 0;

    background: #f1f1f1;

    float: left;
	width: 100%;
}

.woocommerce-tabs .panel p:last-child {
	margin-bottom: 0;
}


/* Widgets */

/* General styles regarding wc widgets with thumbs */

.gg-widget.widget_products ul li a,
.gg-widget.widget_recent_reviews ul li a,
.gg-widget.widget_recently_viewed_products ul li a,
.gg-widget.widget_top_rated_products ul li a {
	display: block;
}

.gg-widget.widget_products ul li a img,
.gg-widget.widget_recent_reviews ul li a img,
.gg-widget.widget_recently_viewed_products ul li a img,
.gg-widget.widget_top_rated_products ul li a img {
	width: 32px;
	margin-left: 15px;
	float: right;
    height: auto;
}

.gg-widget .tagcloud a {
    font-family: 'Lato';
    font-weight: normal;
    text-transform: uppercase;
}

/* Widget - Product categories  */

.gg-widget.widget_product_categories select {
	width: 100%;
}

.gg-widget.widget_product_categories ul.product-categories li.cat-parent {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}

.gg-widget.widget_product_categories ul.product-categories li .count {
	float: right;
}

.gg-widget.widget_product_categories ul.product-categories li:last-child {
	padding-bottom: 5px; 
}

.gg-widget.widget_product_categories ul.product-categories li.cat-parent ul.children li > a {
  color: #ababab;
  font-weight: normal;
}

.gg-widget.widget_product_categories ul.product-categories li.cat-parent ul.children {
  margin: 5px 0;
}

.gg-widget.widget_recent_reviews .star-rating {
	float: none;
}

/* Widget - Top Rated  */
.gg-widget.widget_top_rated_products .star-rating {
	float: none;
}


/* Widget - Product Tag cloud  */
.gg-widget.widget_product_tag_cloud a {
	text-transform: uppercase;
    font-family: "Lato";
    font-size: 12px !important;
    letter-spacing: 2px;
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

/* Widget - Shopping cart  */
.widget_shopping_cart .product_list_widget {
    margin-bottom: 0
}

.product_list_widget li img {
    max-width: 2.617924em;
    float: right;
}

.widget_shopping_cart .product_list_widget li {
    padding-left: 2em;
    position: relative;
    border: 1px solid #f1f1f1;
}

.gg-widget.widget_shopping_cart .product_list_widget li {
	border: 1px solid #f1f1f1;
}

.widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    top: 1em;
    left: 0;
    opacity: 1
}


.widget_shopping_cart p.total {
    background: #f1f1f1;
    padding: 1em 0;
    text-align: center;
    margin: 0;
}

.product_list_widget li>a,
.widget_products a,
.widget_shopping_cart .buttons .button {
    display: block;
}

.widget_shopping_cart p.buttons {
    padding: 0;
    margin: 0;
    text-align: center;   
}

.widget_shopping_cart .button.wc-forward {
	padding-left: 20px;
	padding-right: 20px; 
}
.widget_shopping_cart .button.wc-forward.checkout {
	padding-left: 20px;
	padding-right: 20px; 
}

.widget_product_categories ul {
    margin: 0
}

.widget_layered_nav li:before,
.widget_layered_nav_filters ul li.chosen a:before,
.widget_product_categories ul li:before {
    display: inline-block;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5407911001em
}

.widget_product_categories ul li {
    list-style: none;
    margin-bottom: .6180469716em
}

.widget_product_categories ul li:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    opacity: .25;
    content: "\f114"
}

.widget_product_categories ul li.current-cat:before {
    content: "\f115"
}

.widget_product_categories .children {
    margin-top: .6180469716em;
    margin-left: 1.618em
}

.widget_layered_nav li {
    margin-bottom: .6180469716em
}

.widget_layered_nav li:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    opacity: .35;
    content: "\f0c8"
}

.widget_layered_nav .chosen:before {
    content: "\f14a"
}

.widget_layered_nav_filters ul li.chosen a:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
    color: #e2401c
}

.widget.woocommerce li .count {
    font-size: 1em;
    float: right
}

.widget_price_filter .price_slider {
    margin-bottom: 1em
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em
}

.widget_price_filter .price_slider_amount .button {
    float: left
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: 0;
    background: #2c2d33;
    box-sizing: border-box;
    margin-top: -.25em;
    opacity: 1;
    border-radius: 1em
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em
}

.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
.widget_price_filter .ui-slider .ui-slider-handle:hover {
    box-shadow: 0 0 0 .236em rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #2c2d33;
    border-radius: 1em
}

table.cart .product-quantity .minus,
table.cart .product-quantity .plus,
table.cart .product-thumbnail:before {
    display: none
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, .1);
    border-radius: 1em
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

/* Widget - Recently viewed  */


/* Widget - Layered navigation  */

.gg-widget.widget_layered_nav .count {
	float: right;
}


/* Widget - Price filter  */

.gg-widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #000000;
	margin-right: 17px;
}

footer.site-footer .gg-widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #fff;
}

.gg-widget.widget_price_filter .price_slider_amount .price_label {
	float: right;
}

.gg-widget.widget_price_filter .price_slider_amount button {
	border: 0;
	background: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0;
}

footer.site-footer .gg-widget.widget_price_filter .price_slider_amount button {
	color: #fff;
}

.gg-widget.widget_price_filter .ui-slider {
	position: relative;
	margin-bottom: 30px;
}

.gg-widget.widget_price_filter .ui-slider-horizontal {
    height: 5px;
}

.gg-widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    background: #ccc;
    cursor: pointer;
    height: 100%;
    top: 0;
}
.gg-widget.widget_price_filter .ui-slider .ui-slider-range {
    border: 0 none;
    display: block;
    font-size: 1.5rem;
    position: absolute;
    z-index: 1;
}

.gg-widget.widget_price_filter .ui-slider .ui-slider-handle {
    background: #000;
    border:3px solid #fff;
    cursor: pointer;
    height: 17px;
    position: absolute;
    top: -6px;
    width: 17px;
    z-index: 2;
}

/* Cart page */

body.woocommerce-cart #content > form {
	margin: 0;
}

body.woocommerce-cart header.site-header .page-meta .page-meta-wrapper {
	border-bottom: 0;
}

.woocommerce .shop_table.cart {
	border: 1px solid #f1f1f1;
	width: 100%;
}

.woocommerce .shop_table.cart tr.cart_item {
	border-bottom: 1px solid #f1f1f1;
}

.woocommerce .shop_table.cart td {
	vertical-align: middle;
	padding: 10px;
}

@media (min-width: 768px) {
  	.woocommerce .shop_table.cart td {
		padding: 15px;
	}
}

@media (min-width: 1200px) {
  	.woocommerce .shop_table.cart td {
		padding: 30px;
	}
}

.woocommerce .shop_table.cart td.product-price,
.woocommerce .shop_table.cart td.product-subtotal {
	color: #d59b39;
    /*font-size: 18px;*/
    font-family: "Open Sans";
    font-weight: 600;
}

.woocommerce .shop_table.cart td.product-thumbnail {
	text-align: center;
}

.woocommerce .shop_table.cart td.product-remove {
	width: 10px;
}

.woocommerce .shop_table.cart td.product-remove a {
	font-size: 21px;
}

.woocommerce .shop_table.cart td.product-remove a:hover {
	-webkit-font-smoothing: antialiased;

    -webkit-animation: fa-spin 2s infinite linear;
  	animation: fa-spin 2s infinite linear;
}


.woocommerce .shop_table.cart .product-name a {
	font-size: 18px;
	font-family: "Open Sans";
	line-height: normal;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 600;

	margin-bottom: 0;
	display: block;
}

.woocommerce dl.variation {
	margin-bottom: 0;
}

.woocommerce dl.variation dd {
	margin-bottom: 5px;
}

.woocommerce dl.variation p {
	margin: 0;
}

.woocommerce dl.variation dt {
	float: left;
	margin-right: 5px;
	color: #000;
}

footer.site-footer .woocommerce dl.variation dt {
	color: #fff;
}

.woocommerce .cart-collaterals {
	border: 1px solid #f1f1f1;
	padding: 0;
	border-top:0px;

	margin-top: -30px;
	float: left;
	width: 100%;
}

.woocommerce .cart-collaterals .coupon {
	padding: 60px 30px;
	border-bottom: 1px solid #ccc;
}

.woocommerce .cart-collaterals .coupon label {
	margin: 0;
}


.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells {
	padding: 60px 30px;
	float: left;
	width: 100%;

	background: #f1f1f1;
}

.woocommerce .cart-collaterals .cross-sells {
	padding: 60px 30px 0 30px;
}

.woocommerce ul#shipping_method {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr th {
	padding-right: 30px;
	vertical-align: top;
	width: 1%;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cross-sells h2 {
	padding: 0;
	margin: 0;

	text-transform: uppercase;
	letter-spacing: 8px;
	font-weight: 600;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	margin-bottom: 50px;
}

.woocommerce .cart-collaterals .cross-sells h2 {
	padding: 0;
	margin: 90px 0;
    text-align: center;
    color: #d59b39;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.woocommerce .cart-collaterals .cart_totals {
	text-align: center;
}

.woocommerce .cart-collaterals .cart_totals hr.has-topline {
    margin-bottom: 55px;
    display: inline-block;
}

.woocommerce .cart-collaterals .cart_totals table {
	margin: 0 auto;
	color: #000;
	table-layout: fixed;
  	width: 90%; /* must have this set */
  	margin-bottom: 15px;

  	background: transparent;
}

@media (min-width: 768px) {
  	.woocommerce .cart-collaterals .cart_totals table {
		width: 60%;
		margin-bottom: 25px;
	}
}

@media (min-width: 1200px) {
  	.woocommerce .cart-collaterals .cart_totals table {
		width: 40%;
		margin-bottom: 55px;
	}
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th {
	border: 0;
	padding: 0 0 15px 0;
}

.woocommerce .cart-collaterals .cart_totals table td {
	text-align: right;
}

.woocommerce .cart-collaterals .cart_totals p {
	margin: 15px 0 0 0;
}

.woocommerce .cart-collaterals input[type="text"] {
	/*width: auto;*/
}

.woocommerce .cart-collaterals .cross-sells ul.products {
	margin-top: 50px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li {
	margin-bottom: 0;
}

.gg-shop-style4 .woocommerce .cart-collaterals .cross-sells ul.products li {
	border: 0;
}

.woocommerce .shop_table.cart td.actions {
	vertical-align: top;
	padding: 60px 30px;
}

.woocommerce .shop_table.cart td.actions .coupon {
	float: left;

	display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    align-items: stretch;

    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
	.woocommerce .shop_table.cart td.actions .coupon {
		width: 45%;
		margin-bottom: 0px;
	}
}

.woocommerce .shop_table.cart td.actions .coupon label {
	display: none;
}

.woocommerce .shop_table.cart td.actions input {
	border-color: #f1f1f1; 
}

.woocommerce .shop_table.cart td.actions input[type="submit"] {
	float: right;
	background: #f1f1f1;
	color: #000;
	width: 100%;
}

.woocommerce .shop_table.cart td.actions input[type="submit"]:hover {
	background: #d59b39;
	color: #000;
}

@media (min-width: 992px) {
	.woocommerce .shop_table.cart td.actions input[type="submit"] {
		width: 45%;
	}
}

.woocommerce .shop_table.cart td.actions .coupon input[type="submit"] {
	padding-left: 45px;
	padding-right: 45px;
}

.woocommerce .shop_table.cart td.actions .cross-sells h2 {
	font-size: 14px;
    margin: 50px 0 25px;
    padding: 0;
    text-transform: uppercase;
}

.woocommerce .cart_totals .wc-proceed-to-checkout {
	display: inline-block;
	width: 90%;
}

@media (min-width: 768px) {
  	.woocommerce .cart_totals .wc-proceed-to-checkout {
		width: 60%;
	}
}

@media (min-width: 1200px) {
  	.woocommerce .cart_totals .wc-proceed-to-checkout {
		width: 40%;
	}
}

.woocommerce .wc-proceed-to-checkout {
	display: inline-block;
	width: 50%;
}

.woocommerce .wc-proceed-to-checkout a {
	background: #d59b39;
	border-color: #d59b39;

	width: 100%;
}

.woocommerce .wc-proceed-to-checkout a:hover {
	background: #000;
	border-color: #000;
}

/* Checkout page */

body.woocommerce-checkout .woocommerce-info {
	border: 0;
    margin: 0 0 60px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

body.woocommerce-checkout form.checkout_coupon {
	margin:0 auto 60px auto;
	width: 80%;
}

.woocommerce form.checkout {
	border: 1px solid #f1f1f1;
	float: left;
	width: 100%;
}

.woocommerce form.checkout #customer_details {
	border-right: 1px solid #f1f1f1;
}
@media (max-width: 992px) {
	.woocommerce form.checkout,
	.woocommerce form.checkout #customer_details {
		border:0;
	}
}

body.woocommerce-checkout h2,
body.woocommerce-checkout h3,
.woocommerce form.checkout #customer_details h3,
.woocommerce form.checkout #order_review header.title h3 {
	margin: 50px 0 50px 0;
	padding: 0;
	
	position: relative;
	/*display: inline-block;*/

	text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 600;
}

.woocommerce form.checkout #customer_details .woocommerce-shipping-fields h3 {
	margin-top: 50px;
}


.woocommerce form.checkout #order_review .shop_table tbody {
	border-bottom: 1px solid #f1f1f1;
}

.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table {
	margin-bottom: 50px;
	width: 100%;
}

.woocommerce form.checkout .woocommerce-checkout-payment {
	
	border-top: 1px solid #f1f1f1;
	padding-top: 55px;
}

.woocommerce form.checkout ul.payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce form.checkout ul.payment_methods li {
	padding: 8px 0;
}
.woocommerce form.checkout ul.payment_methods li label {
	display: inline;
}

.woocommerce form.checkout .place-order #place_order {
	margin-top: 30px;
	border: 0;
	width: 100%;
}

.woocommerce form.checkout #customer_details .shipping_address {
	padding-top: 50px;
}

.woocommerce form.checkout #customer_details h3#ship-to-different-address:after {
	content: "";
	display: none;
}

.woocommerce form.checkout #customer_details h3#ship-to-different-address {
	margin: 0;
	background: #f1f1f1;
	padding: 30px;

	margin-bottom: 30px;
}

.woocommerce form.checkout #customer_details h3#ship-to-different-address label {
	color: #000;
	display: inline-block;
	margin: 0;
}

/* Checkout page new */
.woocommerce .col2-set {
    width: 60%;
    float: left;
    margin-right: 4.5%;
    padding-right: 4.5%;
    padding-left: 4.5%;
    padding-bottom: 4.5%;
}

@media (max-width: 992px) {
	.woocommerce .col2-set {
		width: 100%;
		margin-right: 0;
		padding: 0;
	}
}

.woocommerce .col2-set .form-row-first {
    width: 47.75%;
    float: left;
    margin-right: 4.5%
}
.woocommerce .col2-set .form-row-last {
    width: 47.75%;
    float: right;
    margin-right: 0
}

.woocommerce #customer_details+#wc_checkout_add_ons,
.woocommerce #order_review,
.woocommerce #order_review_heading,
.woocommerce .col2-set.addresses .col-2 {
    width: 35.5%;
    float: right;
    margin-right: 0;
    padding-right: 4.5%;
    padding-left: 0;
}

@media (max-width: 992px) {
	.woocommerce #customer_details+#wc_checkout_add_ons,
	.woocommerce #order_review,
	.woocommerce #order_review_heading,
	.woocommerce .col2-set.addresses .col-2 {
		width: 100%;
		padding:0;
	}
}

#order_review,
#order_review_heading,
.cart-collaterals .shipping_calculator {
	clear: right;
}

/* Account page */

body.woocommerce-account h2,
body.woocommerce-account h3 {
	margin: 0 0 40px 0;
	padding: 0;
}

body.woocommerce-account .myaccount_user,
body.woocommerce-account .myaccount_address,
body.woocommerce-account .my_account_orders {
	margin-bottom: 60px;
}

body.woocommerce-account .address {
	position: relative;
}

body.woocommerce-account .address .edit {
	position: absolute;
	right: 15px;
	top: 0;
}

/* Order received page */
body.woocommerce-order-received h2,
body.woocommerce-order-received header.title h3 {
	margin: 0 0 50px 0;
	padding: 0;
}

body.woocommerce-order-received p + h2 {
	margin-top: 40px;
}

body.woocommerce-order-received .order_details,
body.woocommerce-order-received .customer_details {
	margin-bottom: 50px;
}

body.woocommerce-order-received ul.order_details {
	list-style: none;
	margin: 30px 0;
	padding: 0;
	background: #f3f3f3;
}


body.woocommerce-order-received ul.order_details li {
	display: inline-block;
	border-right: 1px solid #f1f1f1;
	padding: 30px 60px;
}

body.woocommerce-order-received ul.order_details li strong {
	display: block;
	color: #000;
}

body.woocommerce-order-received ul.order_details li:last-child {
	border: 0;
}

/* Login/Register page */

body.woocommerce-account .col2-set {
	width: 100%;
	padding: 0;
}

body.woocommerce-account .col2-set .col-1,
body.woocommerce-account .col2-set .col-2 {
	width: 50%;
	padding: 0 5%;
	float: left;
}

body.woocommerce-account .col2-set .col-1 {
	padding-left: 0;
}

body.woocommerce-account .col2-set .col-2 {
	padding-right: 0;
}

body.woocommerce-account .col2-set h2 {
	letter-spacing: 5px;
	text-transform: uppercase;
}

body.woocommerce-account label[for="rememberme"] {
	float: right;
}

body.woocommerce-account p.lost_password a {
	font-family: 'Nothing You Could Do',cursive;
}

/* Notifiations */

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	padding: 30px 45px;
	border: 1px solid #f1f1f1;
	margin: 0 0 60px 0;
	color: #000;
	list-style: none;

	background: #fff;
}

.woocommerce-info {
	border-color:#ccc;
}
.woocommerce-error {
	border-color:#e71111;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-noreviews .button,
p.no-comments .button {
	float: right;
    padding: 0 0 0 1em;
    background: 0 0;
    color: #d59b39;
    box-shadow: none;

    background: transparent;
    border-color: transparent;
}

.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
	background: transparent;
    border-color: transparent;
    color: #000;
}

.woocommerce-error .button:focus,
.woocommerce-info .button:focus,
.woocommerce-message .button:focus,
.woocommerce-noreviews .button:focus,
p.no-comments .button:focus {
	background: transparent;
    border-color: transparent;
    color: #000;
}



/*Shop styles*/
/*---------------------------------------------*/

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

ul.products {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    align-items: stretch;
}

ul.products .product {
	text-align: center;
}

.upsells.products ul.products .product {
	flex:1;
}

ul.products .product img {
	width: auto;
	height: auto;
	margin-bottom: 30px;
}

ul.products .product .gg-product-image-wrapper {
	background: #f2f2f2;
	margin-bottom: 30px;
	padding: 50px;
	position: relative;
}

ul.products .product .add_to_cart_button {
	position: relative;
	margin-top: 30px;
	display: inline-block;
	background: transparent;
	border:1px solid #ccc;
	color: #000;
}

ul.products .product .add_to_cart_button:hover {
	border-color: #d59b39;
}

ul.products .product .add_to_cart_button.product_type_variable {
	padding-left: 25px;
	padding-right: 25px;
}

ul.products .product .add_to_cart_button:after {
	font-family: 'FontAwesome';
 	display: inline-block;
	margin-left: .618em;
	width: 0;
	content: "";
	text-align: right;
	font-size: 100%;
	line-height: 20px;
	position: absolute;


	-webkit-transition: all ease-in-out 0.1s;
	-moz-transition: all ease-in-out 0.1s;
	-ms-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}

ul.products .product .add_to_cart_button.loading:after {
  margin-left: .618em;
  width: 1em;
  
  content: "\f021";
  -webkit-animation-name: spin-360;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
}


ul.products .product .add_to_cart_button.added:after {
  margin-left: .618em;
  width: 1em;
  content: "\f00c";
}


/*---------------------------------------------*/

/*Shop style*/

ul.products .product h3 {
	text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 18px;

	margin: 10px 0 0 0;
	padding: 0;
}

ul.products .product .loop-title-cats {
    color: #cccccc;
    text-align: left;
    font-family: 'Nothing You Could Do',cursive;
    font-weight: 400;
    font-style: normal;

    display: block;
    width: 100%;
    text-align: center;
}

ul.products .product  .price {
	color: #d59b39;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 600;

    margin-top: 10px;
    display: block; 
}

ul.products .product .woocommerce-LoopProduct-link {
	float: left;
	width: 100%;
}

.gg-shop-style1 .col-md-9 .products .product.col-md-3  h3 {
	font-size: 21px;
}

.gg-shop-style1 .col-md-9 .products .product.col-md-4 .gg-product-image-wrapper,
.gg-shop-style1 .col-md-9 .products .product.col-md-3 .gg-product-image-wrapper {
	padding: 25px;
}

.gg-shop-style1 .products .product .gg-product-meta-wrapper {
	background: #f2f2f2;
	padding: 60px 70px 70px 70px;
}

.gg-shop-style1 .products .product.col-md-4 .gg-product-meta-wrapper,
.gg-shop-style1 .products .product.col-md-3 .gg-product-meta-wrapper {
	padding: 35px;
}

.gg-shop-style1 .col-md-9 .products .product.col-md-3 .gg-product-meta-wrapper {
	padding: 25px;
}

.gg-shop-style1 .products .product .gg-product-meta-wrapper .add_to_cart_button {
	margin: 30px 0 0 0;
	width: 100%;
	display: block;
}

.gg-shop-style1 .col-md-9 .products .product.col-md-3 .gg-product-meta-wrapper .add_to_cart_button {
	padding-left: 15px;
	padding-right: 15px;
}

.gg-shop-style1 .products .product .gg-product-meta-wrapper dl {
  width: 100%;
  overflow: hidden;
  margin:0;
  text-align: left;
}

.gg-shop-style1 .products .product .gg-product-meta-wrapper dt {
  font-size: 12px;
  font-weight: bold;
  padding-right: 30px;
  letter-spacing: 2px
}

.gg-shop-style1 .products .product .gg-product-meta-wrapper dd {
  font-size: 16px;
  text-align: right;
  padding-left: 30px;
}

.gg-shop-style1 .col-md-9 .products .product.col-md-3  .gg-product-meta-wrapper dd {
	font-size: 14px;
}

.gg-shop-style1 .products .product .gg-product-meta-wrapper dt, 
.gg-shop-style1 .products .product .gg-product-meta-wrapper dd {
  line-height: 30px;
  position: relative;
  width: 50%;
  float: left;
  text-transform: uppercase;
}

.gg-shop-style1 .products .product .gg-product-meta-wrapper dt:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #d59b39;
  right: -15px;
  top: 15px;
}

/*Shop style 2*/

.gg-shop-style2 .products .product {
	align-self: flex-start;
}

.gg-shop-style2 .products .product .gg-product-image-wrapper {
	margin-bottom: 0;
}
.gg-shop-style2 .col-md-9 .products .product.col-md-4 .gg-product-image-wrapper,
.gg-shop-style2 .col-md-9 .products .product.col-md-3 .gg-product-image-wrapper {
	padding: 25px;
}

.gg-shop-style2 .products .product  h3 {
	font-size: 24px;
	line-height: normal;
	margin: 40px 0 30px 0;
	padding: 0 15px;
}

.gg-shop-style2 .products .product .gg-product-meta-wrapper .add_to_cart_button {
	margin: 30px 0 0 0;
	width: 100%;
	display: block;
}

.gg-shop-style2 .col-md-9 .products .product.col-md-3 .gg-product-meta-wrapper .add_to_cart_button {
	padding-left: 15px;
	padding-right: 15px;
}

.gg-shop-style2 .products .product .gg-product-meta-wrapper dl {
  width: 100%;
  overflow: hidden;
  margin:0;
  text-align: left;
  text-transform: uppercase;

  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #d59b39;
}

.gg-shop-style2 .products .product .gg-product-meta-wrapper dt {
  padding-right: 30px;
  text-align: right;
}

.gg-shop-style2 .products .product .gg-product-meta-wrapper dd {
  text-align: left;
  padding-left: 30px;
}

.gg-shop-style2 .products .product .gg-product-meta-wrapper dt, 
.gg-shop-style2 .products .product .gg-product-meta-wrapper dd {
  line-height: 30px;
  position: relative;
  width: 50%;
  float: left;
}

.gg-shop-style2 .products .product .gg-product-meta-wrapper dt:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #d59b39;
  right: -15px;
  top: 15px;
}

/*Shop style 3*/
.gg-shop-style3 .products .product  h3 {
	font-size: 30px;
	line-height: normal;
	margin: 0 0 40px 0;
	padding: 0 15px;
	color: #fff;
}

.gg-shop-style3 .col-md-9 .products .product.col-md-3  h3 {
	font-size: 18px;
}

.gg-shop-style3 .year {
	color: #d59b39;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.gg-shop-style3 .col-md-9 .products .product.col-md-3  .year {
	font-size: 12px;
}

.gg-shop-style3 .price {
	color: #d59b39;
	display: block;
	width: 100%;

	font-size: 36px;
	font-family: "Playfair Display";

	margin-bottom: 40px;
}

.gg-shop-style3 .col-md-9 .products .product.col-md-3  .price {
	font-size: 18px;
}

.gg-shop-style3 .add_to_cart_button {
	margin: 0;
	display: inline-block;
	background: #d59b39;
	color: #fff;
	z-index: 55;
}

.gg-shop-style3 .col-md-9 .products .product.col-md-4 .gg-product-image-wrapper,
.gg-shop-style3 .col-md-9 .products .product.col-md-3 .gg-product-image-wrapper {
	padding: 25px;
}

.gg-shop-style3 .col-md-9 .products .product.col-md-3 .product-overlay-meta .add_to_cart_button {
	padding-left: 15px;
	padding-right: 15px;

	font-size: 12px;
}

.gg-shop-style3 .col-md-9 .products .product.col-md-4 .gg-product-image-wrapper .product-image-overlay .product-overlay-meta,
.gg-shop-style3 .col-md-9 .products .product.col-md-3 .gg-product-image-wrapper .product-image-overlay .product-overlay-meta {
	padding-left: 15px;
	padding-right: 15px;
}


/* Product hover */
.gg-shop-style3 .gg-product-image-wrapper {
	position: relative;
	overflow: hidden;
}
.gg-shop-style3 .gg-product-image-wrapper img {
	opacity: 1;

	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

.gg-shop-style3 .gg-product-image-wrapper:hover img,
.gg-shop-style3 .gg-product-image-wrapper:focus img {
	opacity: 0;
}

.gg-shop-style3 .gg-product-image-wrapper a.product-link-wrapper,
.gg-shop-style3 .gg-product-image-wrapper a.woocommerce-LoopProduct-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}

.gg-shop-style3 .gg-product-image-wrapper .product-image-overlay {
    top: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	height: 100%;

	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;

	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);

	position: absolute;
	text-align: center;
	z-index: 50;

	background: #000;
}

.gg-shop-style3 .gg-product-image-wrapper:hover .product-image-overlay,
.gg-shop-style3 .gg-product-image-wrapper:focus .product-image-overlay {
    -webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.gg-shop-style3 .gg-product-image-wrapper:hover .product-image-overlay .price,
.gg-shop-style3 .gg-product-image-wrapper:focus .product-image-overlay .price {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.gg-shop-style3 .gg-product-image-wrapper:hover .product-image-overlay .add_to_cart_button,
.gg-shop-style3 .gg-product-image-wrapper:focus .product-image-overlay .add_to_cart_button {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.gg-shop-style3 .gg-product-image-wrapper .product-image-overlay .product-overlay-meta {
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	width: 100%;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
}

/*Shop style 4*/
.post-type-archive.wpb-is-on.gg-shop-style4.archive #content,
.gg-shop-style4.archive #content {
	background: #f2f2f2;
	padding: 0;
}

.gg-shop-style4 ul.products .product {
	align-self: flex-start;

	border-right: 1px solid #ccc;
	padding: 75px 0;
	margin: 0;
}

.gg-shop-style4 .col-md-9 ul.products .product.first {
	border-left: 1px solid #ccc;
}

.gg-shop-style4 ul.products .product.last {
	border: 0;
}

.gg-shop-style4 ul.products .product  h3 {
	font-size: 24px;
	line-height: normal;
	margin: 0 0 30px 0;
	padding: 0 15px;
}

.gg-shop-style4 .col-md-9 ul.products .product.col-md-4 .gg-product-image-wrapper,
.gg-shop-style4 .col-md-9 ul.products .product.col-md-3 .gg-product-image-wrapper {
	padding: 25px;
}

.gg-shop-style4 .gg-product-meta-wrapper {
	padding-left: 50px;
	padding-right: 50px;
}

.gg-shop-style4 .col-md-9 ul.products .product.col-md-4 .gg-product-meta-wrapper,
.gg-shop-style4 .col-md-9 ul.products .product.col-md-3 .gg-product-meta-wrapper {
	padding-left: 25px;
	padding-right: 25px;
}

.gg-shop-style4 .col-md-9 ul.products .product.col-md-3 .gg-product-meta-wrapper .add_to_cart_button {
	padding-left: 15px;
	padding-right: 15px;

	font-size: 12px;
}

.gg-shop-style4 .gg-product-meta-wrapper .year {
	color: #d59b39;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.gg-shop-style4 .gg-product-meta-wrapper .price {
	color: #d59b39;
	display: block;
	width: 100%;

	font-size: 36px;
	font-family: "Playfair Display";

	margin-bottom: 30px;
}

.gg-shop-style4 ul.products .product .gg-product-meta-wrapper .add_to_cart_button {
	margin: 0 0 0 0;
	width: 100%;
	display: block;
}

.gg-shop-style4 ul.products .product .gg-product-image-wrapper img {
	-moz-transition:-moz-transform .2s ease-in-out; 
	-webkit-transition:-webkit-transform .2s ease-in-out; 
	-o-transition:-o-transform .2s ease-in-out;

	-webkit-backface-visibility: hidden;
}

.gg-shop-style4 ul.products .product .gg-product-image-wrapper:hover img {
	-moz-transform:scale(1.1); 
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);

	-webkit-backface-visibility: hidden;
}

/*Single product - Meta*/
.woocommerce .product .product_meta {
	margin-bottom: 0;
}

.woocommerce .product_meta > span {
	margin-right: 15px;
	display: block;
}


/*Single product - Attributes*/
.woocommerce .shop_attributes {
	font-size: 16px;
	width: auto;
	margin: 0;
}

.woocommerce .shop_attributes th,
.woocommerce .shop_attributes td {
	border: 0;
	padding: 5px 0;
	vertical-align: middle;
}

.woocommerce .shop_attributes td p {
	margin: 0;
}

.woocommerce .shop_attributes th {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;

	min-width: 185px;
	padding-right: 60px
}

.woocommerce .shop_attributes td {
	font-style: italic;
	padding-left: 60px
}

.woocommerce .shop_attributes th:after {
	content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #d59b39;
    right: -15px;
    top: 20px;
}

.woocommerce .added_to_cart.wc-forward {
	position: absolute;
	left: 0;
	width: 100%;
    margin-top: 10px;
    display: block;

    color: #d59b39;
    font-size: 18px;
    position: relative;
    font-family: 'Nothing You Could Do', cursive;
}


.woocommerce .shop_table.cart th {
    color: #ccc;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    font-family: "Open Sans";
}

@media (min-width: 768px) {
  	.woocommerce .shop_table.cart th {
		padding: 15px;
	}
}

@media (min-width: 1200px) {
  	.woocommerce .shop_table.cart th {
		padding: 30px;
	}
}

.woocommerce .wc-update-cart {
	display: inline-block;
	margin-right: 30px;
}

#shipping_method input[type="radio"],
.wc_payment_methods input[type="radio"] {
	margin-top: 10px;
}

.wc_payment_methods .about_paypal,
.wc_payment_methods img {
	display: block;
}


.woocommerce-page .addresses .col-1,
.woocommerce-page .addresses .col-2 {
	width: 50%;
	float: left;
}

.woocommerce-page .addresses .col-1 {
	padding-right: 30px;
}
.woocommerce-page .addresses .col-2 {
	padding-left: 30px;
}

/* WC 2.6.1*/
.woocommerce-password-strength {
    font-weight: 600;
    padding: .5407911001em 0;
    text-align: right;
    font-size: .875em
}

.woocommerce-password-strength:after {
    display: inline-block;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f119";
    margin-left: .5407911001em
}

.woocommerce-password-strength.strong {
    color: #0f834d
}

.woocommerce-password-strength.strong:after {
    content: "\f118"
}

.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
    color: #e2401c
}

.woocommerce-password-strength.good {
    color: #3D9CD2
}

.woocommerce-password-strength.good:after {
    content: "\f11a"
}

.woocommerce-MyAccount-navigation {
    width: 100%;
    float: left;
    margin-right: 0;
}
.woocommerce-MyAccount-content {
    width: 100%;
    float: right;
    margin-right: 0
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
  	width: 17.6470588235%;
  	margin-right: 5.8823529412%;
  }

  .woocommerce-MyAccount-content {
  	width: 76.4705882353%;
  }
}

.woocommerce-MyAccount-content .form-row-first {
    width: 38.4615384615%;
    float: left;
    margin-right: 7.6923076923%
}
.woocommerce-MyAccount-content .form-row-last {
    width: 53.8461538462%;
    float: right;
    margin-right: 0
}
.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: right;
    margin-right: 0
}
.left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: left;
    margin-right: 5.8823529412%
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    padding: 0;
   
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation ul {
    	display: block;
    	border-top: 1px solid rgba(0, 0, 0, .05);
	}
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    position: relative;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation ul li {
    	display: block;
    	border-bottom: 1px solid rgba(0, 0, 0, .05);
	}
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li a {
    padding: .875em 0;
    display: block;

    font-size:0;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation ul li a {
    	font-size: 16px;
	}
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    line-height: 1.618;
    margin-left: .5407911001em;
    width: 1.41575em;
    text-align: right;
    float: left;
    opacity: .25;
    font-size: 21px;
}

@media (min-width: 768px) {
	.woocommerce-MyAccount-navigation ul li a:before {
    	float: right;
    	font-size: 16px;
	}
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f1c6"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b"
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f021"
}

ul.order_details {
    list-style: none;
    position: relative;
    margin: 3.706325903em 0
}

ul.order_details:after,
ul.order_details:before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%, 16px 16px, 16px 16px
}

ul.order_details:after {
    clear: both;
    top: auto;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

ul.order_details li {
    padding: 1em 1.618em;
    font-size: .8em;
    text-transform: uppercase
}

ul.order_details li:first-child {
    padding-top: 1.618em
}

ul.order_details li:last-child {
    border: 0;
    padding-bottom: 1.618em
}

ul.order_details li strong {
    display: block;
    font-size: 1.41575em;
    text-transform: none
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
    padding: .6180469716em .875em;
    font-size: .875em;
    margin-right: .236em
}

.my_account_orders .button.view:after,
p.order-again .button:after {
    font: normal normal normal 1em/1 FontAwesome;
    display: inline-block;
    margin-left: .5407911001em;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}

.my_account_orders .button.view:after {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f06e"
}

p.order-again .button:after {
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f021"
}

.woocommerce-MyAccount-downloads .button:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    margin-left: .5407911001em
}

.woocommerce-MyAccount-content h2 {
    font-size: 2em;
    font-weight: 600
}

.woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em!important
}

.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
    background-color: rgba(0, 0, 0, .05)
}

.form-row label {
    display: block
}


/*In Stock*/

.single-product p.stock {
	font-size: 18px;
    font-style: italic;
    color: #ccc;
    font-family: 'Nothing You Could Do', cursive;
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 @media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	.woocommerce-page table.shop_table.cart, 
	.woocommerce-page table.shop_table.cart thead, 
	.woocommerce-page table.shop_table.cart tbody,
	.woocommerce-page table.shop_table.cart tfoot, 
	.woocommerce-page table.shop_table.cart th, 
	.woocommerce-page table.shop_table.cart td, 
	.woocommerce-page table.shop_table.cart tr { 
		display: block; 
	}
 
	.woocommerce-page table.shop_table.cart {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.woocommerce-page table.shop_table.cart thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
  
	.woocommerce-page table.shop_table.cart td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}

	.woocommerce-page table.shop_table.cart td.product-thumbnail,
	.woocommerce-page table.shop_table.cart td.product-remove {
		padding-left: 0;
		width: 100%;
	}

	.woocommerce-page table.shop_table.cart td.product-quantity .quantity {
		float: none;
	}
 
	.woocommerce-page table.shop_table.cart td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.woocommerce-page table.shop_table.cart td:before { content: attr(data-title); }

	.woocommerce-page > table.shop_table.cart > tbody > tr:last-child > td {
		padding-left: 10px;
	}

	.woocommerce-page > table.shop_table.cart > tbody > tr:last-child > td input{
		width: 100% !important;
	}

	.woocommerce .shop_table.cart td.product-remove a {
		margin: 0 auto;
	}

	.woocommerce .shop_table.cart td.actions .coupon {
		float: none;
	}

	.woocommerce .cart-collaterals {
		margin-top: 0;
	}

	.woocommerce .shop_table.cart td.actions {
		float: left;
		width: 100%;
	}

	.woocommerce-cart .cart  .quantity input.qty {
		height: auto;
	}
}

/* WooCommerce 3.0 */
.woocommerce div.product div.images {
    margin-bottom: 2em
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}