/* button */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
	background-color: #1abbc5;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: none;
	padding: .7em 1em;
	letter-spacing: .05em;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
	background-color: #000;
	color: #fff;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	border: 1px solid #c9caca;
}

/* add to cart button in product archive */
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button[data-product_id] {
	font-size: .65em;
	color: #fff;
}

/* pagination */
.woocommerce nav.woocommerce-pagination {
	clear: both;
}
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 1.05em;
	background-color: #1abbc5;
	color: #fff;
	padding: 0;
	border: none;
}
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	border: none;
	margin: 0 2px;
	overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
	border: none;
	color: inherit;
	font-size: 0.9em;
	padding: 1.7em 0;
	line-height: 1.9em;
	min-width: 1.65em;
}
.woocommerce nav.woocommerce-pagination ul li a:after,
.woocommerce nav.woocommerce-pagination ul li a:after,
.woocommerce nav.woocommerce-pagination ul li span.current:after {
	content: '';
	border-bottom: 2px solid transparent;
	width: 100%;
	display: block;
	color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li a:focus:after,
.woocommerce nav.woocommerce-pagination ul li a:hover:after,
.woocommerce nav.woocommerce-pagination ul li span.current:after,
.woocommerce-page nav.woocommerce-pagination ul li a:focus:after,
.woocommerce-page nav.woocommerce-pagination ul li a:hover:after,
.woocommerce-page nav.woocommerce-pagination ul li span.current:after {
	border-bottom-color: inherit;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: transparent;
    color: inherit;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
	position: relative;
    padding-left: 3em;
	color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:after,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
	content: '';
	border-right: 1px solid #e7f6f7;
	position: absolute;
	height: 100%;
	top: 0;
	right: 55%;
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before {
    content: '\e629';
    font-family: themify;
    position: absolute;
    left: 6px;
    top: 7px;
    font-size: 1.95em;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a.next:after {
	content: '\e628';
	font-family: themify;
	font-size: 1.95em;
	position: absolute;
	right: 6px;
	bottom: 6px;
	border-bottom: none;
	width: auto;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover:before {
 	-webkit-animation: pagenav-prev-arrow 1s infinite;/* Chrome, Safari, Opera */
	-webkit-animation-timing-function: linear;/* Chrome, Safari, Opera */
	animation: pagenav-prev-arrow 1s infinite;
	animation-timing-function: linear;
}
.woocommerce nav.woocommerce-pagination ul li a.next:hover:after {
 	-webkit-animation: pagenav-next-arrow 1s infinite;/* Chrome, Safari, Opera */
	-webkit-animation-timing-function: linear;/* Chrome, Safari, Opera */
	animation: pagenav-next-arrow 1s infinite;
	animation-timing-function: linear;
}
.woocommerce nav.woocommerce-pagination ul li:first-child > a:not(.prev),
.woocommerce nav.woocommerce-pagination ul li:first-child > span.current {
	padding-left: 3em;
}
.woocommerce nav.woocommerce-pagination ul li:last-child > a:not(.next),
.woocommerce nav.woocommerce-pagination ul li:last-child > span.current {
	padding-right: 3em;
}

/* CART
================================================ */
.woocommerce table.shop_table {
	border-radius: 0;
	border: 1px solid #c9caca;
	border-collapse: collapse;
}
.woocommerce table.shop_table td {
	border-top: 1px solid #c9caca;
	padding: 1em 1.5em;
}
.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
	color: inherit !important;
}
.woocommerce #content table.cart a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
	background-color: #1abbc5;
	color: #fff !important;
}

/* coupon */
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
	border: 1px solid #c9caca;
	padding: 0.275em 0.45em;
	width: 6.5em;
}

/* quantity */
.woocommerce .quantity .qty {
	padding: 0.7em 0.75em;
	margin: 0;
	width: 5em;
}
.woocommerce div.product form.cart div.quantity {
	margin-right: 0.35em;
}
.woocommerce div.product form.cart .button {
	padding: 1.2em 2.3em;
}

/* price */
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
	color: inherit;
}

/* proceed */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
}

/* cart totals */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	text-align: right;
}

/* cart collaterals */
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #c9caca;
	width: 17%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	text-align: right;
}

/* cart table h2 */
.cart-collaterals h2 {
	font-size: 1.3em;
}

/* cart update button */
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
	display: inline-block;
	width: auto;
}

/* cart live css */
.woocommerce .cart .button,
.woocommerce .cart input.button {
	margin: 0 .1em;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button span,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	display: none;
}

/* CHECKOUT
================================================ */
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top: 1px solid #c9caca;
}

/* payment */
.woocommerce-checkout #payment {
	background-color: #f7f7f7;
	border-radius: 0;
}
/* payment box */
.woocommerce-checkout #payment div.payment_box {
	background-color: #1abbc5;
	color: #fff;
	text-shadow: none;
}
.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #1abbc5;
}
.woocommerce-checkout #payment div.payment_box:after {
	border-bottom-color: #1abbc5;
	top: -1px;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid #c9caca;
}

/* message, info, error */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
	border-top: 5px solid #1abbc5;
	background-color: #FFF;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	color: inherit;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.woocommerce form .form-row .input-text:focus,
.woocommerce-page form .form-row .input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce-page form .form-row select:focus {
	border-color: #000;
	outline: 0;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
	font-size: 1.3em;
}

/* ARCHIVE PRODUCTS
================================================ */
/* Sale */
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	box-shadow: none;
	text-transform: Uppercase;
	text-shadow: none;
	border-radius: 100%;
	background-color: #1abbc5;
	font-size: .675em;
	right: 0;
	left: auto;
	top: 0;
	letter-spacing: .1em;
	line-height: 3.4em;
	min-height: 3.4em;
	min-width: 3.4em;
	padding: .44em;
	color: #fff;
}

/* archive product */
.woocommerce .products {
	clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .star-rating {
	margin: 0 auto 0.5em;
}

/* archive product title */
.woocommerce ul.products li.product h3 {
	font-size: 1.1em;
	font-weight: 500;
	font-style: normal;
}

/* product image */
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce ul.products li.product a img:hover,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	box-shadow: none;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
	box-shadow: none;
}
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product .price {
	color: #000;
}
.woocommerce ul.products li.product .price {
	font-family: 'Playfair Display';
	font-size: 1.25em;
}

/* SINGLE PRODUCTS
================================================ */
/* single title */
.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
	font-size: 4em;
}

/* single price */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: inherit;
}

/* tabs */
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #c9caca;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border-radius: 0;
	border: 1px solid #c9caca;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	background-color: #FFF;
	color: #000;
	padding: .8em 1.9em;
	text-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: #fff;
	color: #1abbc5;
}

/* single product tabs h2 */
.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h2,
.woocommerce-page #content div.product .woocommerce-tabs h2,
.woocommerce-page div.product .woocommerce-tabs h2,
.woocommerce .related h2,
.woocommerce-page .related h2,
.woocommerce .upsells h2,
.woocommerce-page .upsells h2 {
	font-size: 1.08em;
	font-family: 'Poppins';
	font-weight: 600;
	font-style: normal;
	letter-spacing: -0.007em;
	text-transform: uppercase;
}

/* single product review */
.woocommerce #reviews #comments ol.commentlist li {
	padding: 3.45em 0 0.8em;
}
.woocommerce #content div.product #reviews .comment:first-child:before,
.woocommerce .woocommerce-pagination ul.page-numbers:first-child:before,
.woocommerce div.product #reviews .comment:first-child:before,
.woocommerce ul.products:after, .woocommerce ul.products:first-child:before,
.woocommerce-page #content div.product #reviews .comment:first-child:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:first-child:before,
.woocommerce-page div.product #reviews .comment:first-child:before,
.woocommerce-page ul.products:first-child:before {
	display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
	position: static;
	width: 49px;
	border: none;
}
.woocommerce #reviews #comments ol.commentlist li img + .comment-text {
	margin: 0 0 0 73px;
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	border: none;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
	color: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	margin: auto;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-weight: normal;
	font-size: 1.5em;
	font-family: 'Playfair Display', serif;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
	font-size: 0.85em;
	font-style: normal;
	text-transform: uppercase;
}
.woocommerce.single-product span.onsale,
.woocommerce-page.single-product span.onsale,
.woocommerce.single-product ul.products li.product .onsale,
.woocommerce-page.single-product ul.products li.product .onsale {
	right: auto;
	left: 0;
	margin: -.5em 0 0 -.5em;
}

/* products widget */
.woocommerce ul.product_list_widget li {
	margin: 0 0 1em;
}
.woocommerce ul.product_list_widget li a {
	font-weight: inherit;
	font-size: 1.1em;
}

/************************************************************************************
RESPONSIVE
*************************************************************************************/
@media screen and (max-width: 680px) {
	.woocommerce #content div.product .product_title,
	.woocommerce div.product .product_title,
	.woocommerce-page #content div.product .product_title,
	.woocommerce-page div.product .product_title {
		font-size: 2.5em;
	}
}