/* Scarlett WooCommerce
Loaded on WooCommerce pages */

/* WooCommerce Globals
---------------------------------------------------------------------------------------------------- */

.woocommerce.full-width-content .content,
.woocommerce-page.full-width-content .content {
	max-width: 1280px;
	width: 100%;
}

.woocommerce abbr.required,
.woocommerce ins {
	text-decoration: none;
}

.woocommerce span.onsale {
	line-height: 2.5;
	min-height: auto;
	border-radius: 0;
	padding: 2px 22px;
	text-transform: uppercase;
	margin:0;
 	top: 20px;
	left: 20px;
	font-weight: normal;
	box-shadow: 0 0 5px rgba(100, 100, 100, 0.1);	
}

.woocommerce ul.products li.product .onsale {
 	top: 20px;
	left: 20px;
	right: auto;
	margin: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-bottom: 0!important;
}

.woocommerce fieldset {
	margin-bottom: 20px;
}

.woocommerce .products .star-rating {
	padding: 10px;
	margin: 10px auto 5px;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce .star-rating {
	padding: 0.5em 0 0.8em;
	margin-bottom: 10px;
}

.woocommerce p.stars a,
.woocommerce p.stars a:focus,
.woocommerce p.stars a:hover {
	outline: 0;
}

.woocommerce .page-description {
	margin-bottom: 30px;
	margin-top: -10px;	
}

.woocommerce .woocommerce-ordering {
	margin-bottom: 0;
}

/* WooCommerce Product Gallery
---------------------------------------------------------------------------------------------------- */

.woocommerce .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce .woocommerce-product-gallery__trigger {
	border-width: 0;
}

.woocommerce .woocommerce-product-gallery {
	overflow: hidden;
}

.woocommerce .woocommerce-product-gallery .flex-control-nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* WooCommerce Shop Page
---------------------------------------------------------------------------------------------------- */

.woocommerce .page-title {
	margin: 0 0 45px;
}

.woocommerce .page-description,
.woocommerce .page-title {
	text-align: center;
}

.woocommerce ul.products {
	padding-top: 45px;
	margin-bottom: 0!important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding-bottom: 40px;
	margin-bottom: 0;
}

.woocommerce .content .entry {
	border-bottom: 0;
}

.woocommerce .single-product .site-inner {
	padding: 65px 30px 20px;
}

.woocommerce-page.post-type-archive-product .site-inner {
	padding: 50px 30px 35px;
}

.woocommerce .woocommerce-account .site-inner {
	padding-bottom: 10px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
	
.woocommerce ul.products li.product a img {
	margin: 0 0 15px;
}
 
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
    border-radius: 2px;
    display: inline-block;
	padding: 12px 35px;	
    text-decoration: none;
    text-transform: uppercase;
	margin-top: 18px;
}

.woocommerce a.added_to_cart {
	margin-left: 10px;
}

.woocommerce ul.products li.product .price del {
	display: inline;
	margin-right: 5px;
}

.woocommerce ul.products li.product .price ins {
	font-weight: normal;
}

.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
	top: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h2 {
    margin: 0;
	padding: 10px 5px;
}

.woocommerce ul.products li.product h3:hover,
.woocommerce ul.products li.product .price {
	   margin: 0;
}

/* MS Edge Bug Fix */
.woocommerce ul.products li.product a {
	-webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
	-ms-transition:     color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition:         color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select {
	margin: 0;
}
 
.woocommerce .woocommerce-result-count {
	line-height: 2;
	padding-top: 10px;
	padding-bottom: 8px;
}

/* Woo Page Title Archive
-------------------------------------------------- */

.archive.woocommerce.tax-product_cat .page-title,
.archive.woocommerce.tax-product_tag .page-title {
	display: none;
}

/* Woo Pagination
-------------------------------------------------- */

.woocommerce nav.woocommerce-pagination {
	clear: both;
	margin: 20px 0;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 8px;	
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;	
	border-radius: 2px;	
	padding: 15px 20px 15px;
	border: 1px solid transparent;
}

.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;
}

/* WooCommerce Product
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	line-height: 1.5;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 35px;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
    line-height: 2.5em;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-variation-price {
	margin-bottom: 35px;
}

.woocommerce .woocommerce-review-link {
	margin: 3px 0 0 8px  ;
	display: inline-block;
}

.woocommerce.single ul.products {
	padding-top: 0;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 18px 0 0;
}

.woocommerce .summary .product_meta span {
	display: block;
	margin: 10px 0;
}

.woocommerce div.product form.cart .reset_variations {
    margin: 15px 0 0;
}

/* WooCommerce Product Tabs
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product .woocommerce-tabs ul.tabs {
	font-size: 0;
	padding-left: 25px;	
}

.woocommerce-tabs ul.tabs {
	display: flex;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	padding: 0;
	margin: 0 0 0 -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    font-weight: 500;
    letter-spacing: 1.8px;
    padding: 20px 35px;
    text-decoration: none;
    text-transform: uppercase;
	line-height: 1;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 40px 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper:last-child .panel,
.woocommerce-tabs.wc-tabs-wrapper #tab-reviews {
	border-bottom: none;
	padding-bottom: 0;	
}

.woocommerce-tabs.wc-tabs-wrapper:last-child {
	border-bottom: none;
}
 
.woocommerce-tabs.wc-tabs-wrapper #tab-reviews {
	margin: 40px 0 55px;
}

.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
	content: "\f147";
	float: right;
	font-family: "dashicons";
}

/* WooCommerce Checkout
---------------------------------------------------------------------------------------------------- */

.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
	list-style-type: none;
}

.woocommerce-cart table.cart td.actions .coupon input.input-text,
.woocommerce-checkout table.cart td.actions .coupon input.input-text,
#add_payment_method table.cart td.actions .coupon input.input-text {
	width: auto;
}

.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
	margin-bottom: 0;
}

.woocommerce #customer_details {
	margin: 0 0 15px;
}

/* WooCommerce Cart Page
---------------------------------------------------------------------------------------------------- */

.woocommerce-cart table.cart td {
	/*font-size: 16px;*/
	font-size: 110%;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
	border-radius: 0;
	line-height: 1.75;
	word-break: normal;
}

.woocommerce a.remove {
    margin: 0 auto;
	font-size: 15px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: inherit !important;
}

.woocommerce a.remove:hover {
	background-color: #000;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 15px 25px;
}

.woocommerce table.my_account_orders .button {
	display: block;
	margin-bottom: 10px;
}

.woocommerce table.my_account_orders .button:last-of-type {
	margin-bottom: 0;
}

.woocommerce table.shop_table {
	border: 1px solid transparent;
	margin-bottom: 35px;	
}

.woocommerce-cart table.cart {
	line-height: 1.75;
}

.woocommerce-cart table.cart td {
	padding: 10px 12px;
}

.woocommerce table.shop_table .order-number {
	min-width: 75px;
}

.woocommerce-cart table.cart .product-thumbnail {
	min-width: 56px;
}

.woocommerce-cart table.cart th.product-name {
	min-width: 140px;
}

.woocommerce-cart table.cart img {
    width: 100px;
}

.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-checkout-review-order-table th.product-total {
	min-width: 110px;
}

.woocommerce table.shop_table td.actions {
	padding: 12px 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	text-transform: uppercase;
	margin-right: 10px;
}

.woocommerce-cart td.product-name dl.variation dd {
	margin-left: 20px;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
	vertical-align: middle;
}

.woocommerce .cart-collaterals {
	margin-top: 50px;
}

.woocommerce .cart-collaterals ul.products {
	padding-top: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 12px 15px;
}

.woocommerce .cross-sells > h2,
.woocommerce .cart_totals > h2 {
	margin-bottom: 45px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	display: inline-block;
}

.woocommerce .product.entry {
	border: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {	
	margin-bottom: 60px;	
}

.woocommerce-cart .entry-content a {
	text-decoration: none;
}

.woocommerce table.shop_table {
	border-collapse: collapse;
}

/* WooCommerce Payment
---------------------------------------------------------------------------------------------------- */

.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
	background: rgba(0, 0, 0, 0.05);	
}

.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
	display: none;
}

.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
	padding: 20px 22px;	
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 20px 22px;
}

/* WooCommerce Forms
---------------------------------------------------------------------------------------------------- */

.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,

.woocommerce div.product form.cart .reset_variations {
	display: inline-block;
	border-radius: 2px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	padding: 12px 35px;	
	text-transform: uppercase;
}

.woocommerce div.product form.cart .reset_variations {
	width: 100%;
}

.woocommerce #reviews #comment {
	height: 150px;
}

.woocommerce .quantity .qty {
	padding: 12px 5px;
	width: 50px;
	border-radius: 2px;	
}

.woocommerce .quantity .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 15px 16px;
	line-height: 1;
}
.woocommerce form .form-row label {
	margin-bottom: 5px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
	width: 150px;
	padding: 14px 15px;	
	
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form .form-row .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container {
	border-color: transparent;
	border-radius: 0;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 49%;
}
 
.woocommerce form .form-row {
	margin: 0 0 10px;	
}

.woocommerce form.checkout_coupon .form-row {
	margin: 0;
}

.woocommerce .showcoupon {
	margin-left: 10px;
}

.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
	vertical-align: top;
}

.woocommerce .coupon {
	line-height: 1;
}

.woocommerce .woocommerce-form-login button.button,
.woocommerce .lost_reset_password button.button {
	margin-top:10px;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: collapse;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
		border: 1px solid transparent;
}

/* WooCommerce Disabled Buttons
---------------------------------------------------------------------------------------------------- */

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled] {
	background-color: #000;
	color: #fff;
	border-radius: 2px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border: 1px solid transparent;	
	padding: 12px 35px;		
}

.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover {
	background-color: #eee;
	color: #000;
}

/* WooCommerce Account Page
---------------------------------------------------------------------------------------------------- */

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 28.5%;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;	
}

.woocommerce nav.woocommerce-MyAccount-navigation li {
	list-style-type: none;
}

.woocommerce nav.woocommerce-MyAccount-navigation li a {
	border: 1px solid transparent;
	display: block;	
	list-style-type: none ;
	margin: -1px 0 0 ;
	padding: 15px 25px ;
	text-transform: uppercase ;
	text-decoration: none;	
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
	margin-bottom: 35px;
}

.woocommerce-account .woocommerce > h2 {
    margin: 0 auto;
    padding-top: 45px;
    text-align: center;
    width: 50%;
	border-radius: 2px 2px 0 0;
	background: #eee;
}

.woocommerce-account .woocommerce form.login {
    border: 0;
    margin:  0 auto;
    padding: 25px 30px 40px;
    width: 50%;
	border-radius: 0 0 2px 2px;
}

.woocommerce-account .woocommerce form.login a {
	text-decoration: none;
}

.woocommerce-account .woocommerce form.login button {
	width: 100%;
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce form.login input.button {
	margin: 5px 10px 10px 0;
}

.woocommerce-account .woocommerce form.login .lost_password {
	margin-bottom: 10px;
	margin-top: -41px;
	text-align: right;
}

.woocommerce .woocommerce-address-fields input.button {
	margin-top: 12px;
}

.woocommerce address {
    padding: 16px 22px;
	border-radius: 2px;
}

.woocommerce .woocommerce-order-received p {
	text-align: center;
}

.woocommerce ul.order_details {
	border: 1px solid;
}

.woocommerce ul.order_details li {
	border-bottom: 1px solid;
	border-right: none;
	width: 100%;
	text-align: center;
	padding: 12px;	
}

.woocommerce-account .lost_reset_password p:first-of-type {
	text-align: center;
}

.woocommerce-account .lost_reset_password .woocommerce-form-row {
	width: 100%!important;
}

.woocommerce-account .lost_reset_password {
	padding: 45px 30px 40px;
	width: 400px;
	width: 50%;
	margin: 0 auto;
}

.woocommerce .woocommerce-order {
	text-align: center;
	
}

/* WooCommerce Breadcrumb
---------------------------------------------------------------------------------------------------- */

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 40px;
}

.woocommerce .woocommerce-breadcrumb a {
	text-decoration: none;
}

/* WooCommerce Reviews
---------------------------------------------------------------------------------------------------- */

.woocommerce-Reviews{
	margin:0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	background: transparent;
	border: 0;
	margin: 0 16px 24px 0;
	padding: 0;
	position: relative;
	width: 60px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 80px;
	border: none;
	padding: 0;	
}

.woocommerce .entry-content #reviews ol > li {
	list-style-type: none;
}

.woocommerce .comment_container {
	border: 1px solid transparent;	
	border-radius: 2px;
	margin-bottom: 25px;
	padding: 40px 40px 15px;
	position: relative;
	text-align: left;
}

.woocommerce .comment-list article {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 40px 40px 20px;
    position: relative;
}

.woocommerce #review_form #respond,
.woocommerce #respond.comment-respond {
	padding: 50px 40px 40px;
	margin-bottom: -1px;
	text-align: center;
}

.woocommerce .comment-respond .form-submit{
	text-align: left;
}

.woocommerce .woocommerce-Tabs-panel  h2,
.woocommerce-Reviews-title {
	margin: 10px 0 35px 0;
	text-align: center;
}

.woocommerce-noreviews {
	text-align: center;
	margin: -25px 0 45px;
}

.woocommerce #reviews #comments ol.commentlist {
	margin-top: 45px;
	padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 0;
}

.woocommerce .comment-text .meta {
	text-transform: uppercase;
}

.woocommerce .comment-reply-title {
	display: inline-block;
}

.woocommerce #review_form #respond p.comment-notes {
	margin: 0 0 25px;
}

.woocommerce .comment-form-rating label {
	text-align: center;
	margin: 0;
}

.woocommerce #review_form #respond  .comment-form-comment {
	margin-bottom: 18px;
}

.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email,
.woocommerce #review_form #respond .comment-form-url {
	width: 100%;
	margin-bottom: 22px;
}

.woocommerce #review_form #respond .comment-form-email {
	margin-right: 0;
}

/* WooCommerce Misc
---------------------------------------------------------------------------------------------------- */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border: none;	
	line-height: 40px;
	border-radius: 2px;
	margin: 0 0 2.5em;
}

div.woocommerce-info.wc-memberships-restriction-message.wc-memberships-restricted-content-message {
	width: 48%;
}

/* WooCommerce Widgets
---------------------------------------------------------------------------------------------------- */

/* Woo Search
-------------------------------------------------- */

.woocommerce-product-search {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.woocommerce-product-search input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    clip: inherit;
    font-family: dashicons;
    font-size: 15px;
    font-weight: 400;
    height: 15px;
    line-height: 15px;
    margin-top: -7.5px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 15px;
	padding: 0;
}

/* Woo Shopping Cart Widget
-------------------------------------------------- */

.woocommerce .widget_shopping_cart ul.cart_list li,
.woocommerce.widget_shopping_cart ul.cart_list li {
	padding-top: 15px;
	margin-left: 0;	
	padding-left: 40px;	
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 15px;
}

.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid transparent;
	padding: 20px 0 0;
	margin-top: 20px;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-bottom: 5px;
}

.woocommerce .widget_shopping_cart .cart_list li.empty,
.woocommerce.widget_shopping_cart .cart_list li.empty {
	padding-left: 0;
}

.woocommerce .widget_shopping_cart ul.cart_list li,
.woocommerce.widget_shopping_cart ul.cart_list li {
	width: 100%;
	float: none;
}

.woocommerce .widget_shopping_cart ul.cart_list li img,
.woocommerce.widget_shopping_cart ul.cart_list li img {
 	width: 80px;
}

/* Woo Product Lists
-------------------------------------------------- */

.sidebar ul.product_list_widget {
	text-align: left;	
}

.genesis-footer-main ul.product_list_widget {
	text-align: left;	

}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 80px;
}

.sidebar ul.product_list_widget li {
	line-height: 1.4;
	width: 48%;
	float: left;
	padding: 0 0 0 0;
	margin-left: 4%;
	margin-bottom: 12px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-weight: normal;
	text-decoration: none;
}

.sidebar ul.product_list_widget li:nth-child(2n+1) {
	margin-left: 0;	
	clear: left;
}

.sidebar ul.product_list_widget li a {
	margin-bottom: 5px;
}

.sidebar ul.product_list_widget .star-rating {
	margin: 0;	
	font-size: 12px;
}

.sidebar ul.product_list_widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Woo Filter
-------------------------------------------------- */

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
	top: -.28em;
}

/* Woo Active Filters
-------------------------------------------------- */

.woocommerce.widget_layered_nav_filters ul li {
	margin: 0 20px 20px 0;
}

/* Woo Recent Reviews
-------------------------------------------------- */

.woocommerce.widget_recent_reviews .reviewer {
	text-transform: uppercase;
}

/* Woo Products
-------------------------------------------------- */

.widget_product_categories ul > li{
	padding: 0;
	margin: 0;
}

.sidebar .product-categories .cat-item a {
	border: 1px solid transparent;
	display: block;
	padding: 12px 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sidebar .product-categories > li:last-child a {
	margin-bottom: 0;
}

.sidebar .widget_product_categories ul > li a:hover {
    border-color: transparent;
}

/* Woo Related Products
-------------------------------------------------- */

.woocommerce .related.products ul.products li.product {
	margin-bottom: 0;
}

.related.products,
.up-sells {
	margin-top: -1px;
	margin-bottom: -25px;
}

.related.products > h2,
.up-sells > h2 {
	margin: 50px 0 45px 0;
	text-align: center; 
}

.related.products > h2 {
    margin-bottom: 50px;
    text-align: center;
    line-height: 2em;
}

.related.products > h2::after {
	content: "";
	display: block;
	margin: 0 auto;
	margin-bottom: 0px;
	width: 75px;
	border-bottom: 2px solid transparent;
}

/* Woo Product Sllider
-------------------------------------------------- */

.woocommerce .flex-viewport {
	margin-bottom: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 5px;
}

/* Select2 
-------------------------------------------------- */

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .select2-container .select2-selection--single {
	height: 38px;
	line-height: 38px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 13px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;	
	right: 6px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: inherit;
}

.woocommerce .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: inherit;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
	color: inherit;
}

/* Woocommerce Quantity Spinner
--------------------------------------------- */

.woocommerce .quantity span.spinner > .sub,
.woocommerce .quantity span.spinner > .add {
	border-radius: 2px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.2s linear 0s;
	width: 40px;
	cursor: pointer;
	display: inline-block;
}

.woocommerce .quantity input[type=number] {
	border: none;
	display: inline-block;
	height: 40px;
	outline: medium none;
	padding: 0;
    -moz-appearance: textfield;
}

.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Woocommerce Misc
--------------------------------------------- */

.woocommerce .return-to-shop {
	text-align: center;
}

.woocommerce .return-to-shop {
	margin: 0;
	padding: 0;
}

.cgc-archive .content .product {
	border-bottom: 1px solid transparent;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background: transparent;
}

/* Custom Select Element  
--------------------------------------------- */

.woocommerce .woocommerce-ordering {
	position: relative;
}

.woocommerce .woocommerce-ordering select {
	display: none; 
}

.woocommerce .woocommerce-ordering .select-selected {
	position: relative;
    border-radius: 2px 2px 0 0 ;
}

.woocommerce .woocommerce-ordering .select-items {
    border-radius:  0 0 2px 2px ;
}

.woocommerce .woocommerce-ordering .select-selected:after {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -2px;
	right: 18px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-color: transparent transparent transparent transparent;
}

.woocommerce .woocommerce-ordering .select-selected.select-arrow-active:after {
	border-color: transparent transparent transparent transparent;
	top: 50%;
	margin-top: -7px;
}

.woocommerce .woocommerce-ordering .select-items div,
.woocommerce .woocommerce-ordering .select-selected {
	padding: 10px 40px 10px 20px;
	cursor: pointer;
}

.woocommerce .woocommerce-ordering .select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

.woocommerce .woocommerce-ordering .select-selected,
.woocommerce .woocommerce-ordering .select-items {
	min-width: 250px;
}

.woocommerce .woocommerce-ordering .select-hide {
	display: none;
}

.woocommerce .woocommerce-ordering .select-items div:hover,
.woocommerce .woocommerce-ordering .same-as-selected {
	background-color: rgba(0, 0, 0, 0.05);
} 

.woocommerce .woocommerce-ordering .select-selected:after {
	border-top-color: inherit;
}

.woocommerce .woocommerce-ordering .select-selected.select-arrow-active:after {
	border-bottom-color: inherit;
}

/* Misc
---------------------------------------------------------------------------------------------------- */

.woocommerce .woocommerce-customer-details address {
	border: none;
	padding: 20px 28px;
}

.front-page-featured .woocommerce .star-rating {
	margin: 10px auto 0;	
}

/* cart
--------------------------------------------- */

.woocommerce div.product form.cart .group_table td:first-child {
	min-width: 110px;
	text-align: left;	
}

.woocommerce div.product form.cart .group_table  .quantity .qty {
	width: 35px;
}

.woocommerce div.product form.cart .group_table {
	margin-bottom: 30px;
}

.woocommerce div.product form.cart .group_table .quantity span.spinner > .sub,
.woocommerce div.product form.cart .group_table .quantity span.spinner > .add {
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td p {
    padding: 8px 16px;
}

/* Misc
--------------------------------------------- */

.woocommerce .product .price {
	opacity: 0.9;
}
 
ul.woocommerce-error, 
ul.woocommerce-info,
ul.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
}

/* WooCommerce CSS Colors
---------------------------------------------------------------------------------------------------- */

/* 01. Site Title Color */
.woocommerce .site-title a,
.woocommerce .site-title a:hover,
.woocommerce .site-title a:focus {
	color: #333333;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #333333;
}

/* 04. Body Background Color */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,

.woocommerce .coupon .input-text,
 
.woocommerce #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	border-bottom-color: #ffffff;
}

.woocommerce nav.woocommerce-MyAccount-navigation li a,

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,

.woocommerce span.onsale {
	background-color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	background: #ffffff;
}

/* 05. Link Color */
body.woocommerce a {
	color: #333;
}

/* 06. Link Hover Color */
body.woocommerce a:hover,

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,

span.spinner > .sub:hover, 
span.spinner > .add:hover {
	color: #d9a76e;
}

/* 07. Icon Color */
.woocommerce .star-rating,

.woocommerce-product-search input[type="submit"] ,
 
.woocommerce .widget_layered_nav ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before,
.woocommerce .widget_rating_filter ul li.chosen a::before {
	color: #da9b54;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
	background-color: #da9b54;
}

/* 08. Icon Hover Color */
.woocommerce .star-rating:hover,

.woocommerce-product-search input[type="submit"]:hover {
	color: #d5b490;  	
}	

/* 09. Border Color */
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li,

.woocommerce nav.woocommerce-MyAccount-navigation li a,

.woocommerce table.shop_table,

.woocommerce #add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,

.woocommerce ul.order_details li,
.woocommerce ul.order_details,

.woocommerce #tab-description,
.woocommerce #tab-additional_information,

.woocommerce.widget_shopping_cart .total,

.woocommerce tbody,
.woocommerce table.shop_table td,

.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
  
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tbody th,

.woocommerce .comment_container,

.woocommerce .product-categories .cat-item a,

.woocommerce form.checkout_coupon,
.woocommerce div.product .woocommerce-tabs ul.tabs ,

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,

.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .select2-dropdown,

.cgc-archive .content .product {
	border-color: #F5EBDF;	
}

/* 13. Secondary Background Color */
.woocommerce nav.woocommerce-pagination ul li a,

.woocommerce #review_form #respond,

.woocommerce-account .woocommerce > h2,
.woocommerce-account .woocommerce form.login,
.woocommerce-account .lost_reset_password, 

.woocommerce address,

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,

.woocommerce span.spinner > .sub,
.woocommerce span.spinner > .add, 

.woocommerce #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,

.sidebar .woocommerce .product-categories .cat-item a:hover,

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content,

.woocommerce .woocommerce-ordering .select-selected,
.woocommerce .woocommerce-ordering .select-items {
	background-color: #fbf2e8;  
}

/* 14. Secondary Links or Text Color */
.woocommerce span.spinner > .sub,
.woocommerce span.spinner > .add,

.woocommerce span.onsale,

.woocommerce .select-selected,
.woocommerce .select-items,

.sidebar .woocommerce .product-categories .cat-item a:hover,

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #df994b ;
}

/* 30. Headings Color */
.woocommerce .product_list_widget .product-title,
.woocommerce .product_list_widget a ,

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #333333;						
}

/* 31. Headings Hover Color */
.woocommerce .product_list_widget .product-title:hover,
.woocommerce .product_list_widget a:hover {
	color: #777777;				
}

/* 32. Button Background Color, 33. Button Text Color */
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,

.genesis-footer-main .woocommerce a.button,
 
.sidebar .woocommerce a.button,

.woocommerce a.added_to_cart,

.woocommerce div.product form.cart a.reset_variations ,

.woocommerce .to-top {
	background: #eab48e;
	color: #fff;
	transition: all 0.2s ease-in-out!important;
}

/***/
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,

.woocommerce .to-top:hover,
.sidebar .woocommerce a.button:hover,

.genesis-footer-main .woocommerce a.button:hover {
	background: #eab48e;
	color: #fff;
	box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.25);
}	

/* 34. Input Border Color */
.woocommerce input,
.woocommerce select,
.woocommerce textarea,

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
	border-color: #f5ebdf ;
}

/* 35. Input Focus Border Color */
.woocommerce input:focus,
.woocommerce select:focus,

.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus,
#add_payment_method table.cart td.actions .coupon .input-text:focus {
	border-color: #c8b399!important;
}

/* 36. Sidebar Links Color */
.sidebar .woocommerce .product_list_widget .product-title,
.sidebar .woocommerce .product_list_widget a,
.sidebar .woocommerce a {
	color: #333333;
}

/* 37. Sidebar Links Hover Color */
.sidebar .woocommerce .product_list_widget .product-title:hover,
.sidebar .woocommerce .product_list_widget a:hover,
.sidebar .woocommerce a:hover {
	color: #d9a76e;
}

/* 39. Widget Title Bottom Border Color */
.related.products > h2::after {
	border-color: #e0b995;
}

/* 43. Footer Links Color */
.genesis-footer-main a,
.woocommerce .genesis-footer-main a {
	color: #333333;
} 

.genesis-footer-main .woocommerce .product_list_widget .product-title,
.genesis-footer-main .woocommerce .product_list_widget a {
	color: #333333;
}
		
/* 44. Footer Links Hover Color */
.woocommerce .genesis-footer-main a:hover {
	color: #d9a76e;
}

.genesis-footer-main .woocommerce .product_list_widget .product-title:hover,
.genesis-footer-main .woocommerce .product_list_widget a:hover,
.genesis-footer-main .woocommerce a:hover {
	color: #d9a76e;
}

/* 45. Footer Icons Color */
.genesis-footer-main .woocommerce-product-search input[type="submit"],
.genesis-footer-main .woocommerce .star-rating {
	color: #da9b54; 
}

/* 46. Footer Icons Color */
.genesis-footer-main .woocommerce-product-search input[type="submit"]:hover,
.genesis-footer-main .woocommerce .star-rating:hover {
	color: #d5b490; 
}

/* 49. Secondary Footer Background Color */

/* 50. Secondary Footer Text Color */
.woocommerce .site-footer {
	color: #444444;
}
/* 51. Secondary Footer Link Color */
.woocommerce .site-footer a {
	color: #333333;
}
/* 52. Secondary Footer Link Hover Color */
.woocommerce .site-footer a:hover {
	color: #d9a76e;
}

/* Font Sizes // Typography 2
--------------------------------------------- */

/* 03 */
.woocommerce #add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box,

.woocommerce table.my_account_orders {
	font-size: 15px;
}

/* 04 */
.woocommerce div.product .woocommerce-tabs ul.tabs li a,

.woocommerce nav.woocommerce-MyAccount-navigation li a,

.sidebar .woocommerce .product-categories .cat-item a ,

.woocommerce.widget_recent_reviews .reviewer {
	font-size: 11px ;
}	

/* 07 */
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart,
 
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,

.woocommerce div.product form.cart .reset_variations,

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],

.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce.widget_price_filter .price_slider_amount .button {
	font-size: 10px;
}

/* 08 h1 */
.woocommerce .page-title {
	font-size: 33px;
}

/* 10 h3 */
.cgc-front-page .front-page-featured .woocommerce ul.product_list_widget li .product-title,

.woocommerce .comment-reply-title,
 
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h2,

.woocommerce-account .woocommerce > h2,
 
.woocommerce .comment-reply-title

/*
.single-product.woocommerce   p.price*/ {
	 font-size: 26px;		 
}

/* 13 h6 */
.cgc-front-page .front-page-featured .woocommerce ul.product_list_widget li .amount,

.woocommerce .single-product.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating,
.woocommerce .star-rating {
	font-size: 18px; /* 20*.9 */
}

/* 10 h3 */
.woocommerce div.product p.price {
	font-size: 22px;		 
}

/* // Typography  3
--------------------------------------------- */

/* 4. Navigation Letter Spacing. */
.woocommerce nav.woocommerce-MyAccount-navigation li a {
	letter-spacing: 2.2px ;
}

.sidebar .product-categories .cat-item a {
	letter-spacing: 2.2px ;
}

/* 6. Button Letter Spacing. */
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
	letter-spacing: 2.2px;
}

.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,

.woocommerce div.product form.cart .reset_variations {
	letter-spacing: 2.2px;
}

/* // Typography 4
--------------------------------------------- */

/* 6. Button Line Height. */
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
	line-height: 1.6;
}

.woocommerce div.product form.cart .button {
	line-height: 1.6;
}
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,

.woocommerce div.product form.cart .reset_variations {
	line-height: 1.6;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
	
	/* ## Woo Navigation 
	--------------------------------------------- */
	
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content{
		width: 100%;
		margin-top: 40px;
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		float: none;
		width: 100%;
	}

	nav.woocommerce-MyAccount-navigation li a {
		text-align: center;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		padding-left: 0;
	}
	
	/* ## Single Product
	--------------------------------------------- */
	
	.single-product div.product div.images {
		margin-bottom: 30px;
	}
	
	.single-product div.product .price {
		margin-bottom: 22px;
		text-align: center;
	}

	.single-product .product_title.entry-title {
		text-align: center;
	}	
}
	
@media only screen and (max-width: 960px) {
	
	/* ## Account Misc
	--------------------------------------------- */	
	
	.woocommerce-account .woocommerce > h2,
	.woocommerce-account .woocommerce form.login,
	.woocommerce-account .lost_reset_password {
		width: 80%;
		min-width: 400px;
	}
	
	.woocommerce-account .woocommerce > h2 {
		padding-top: 35px;
	}
}
	
@media only screen and (max-width: 860px) {

	/* ## Common
	--------------------------------------------- */
	
	.site-inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.woocommerce .page-title {
		margin-bottom: 20px;
	}
	
	.woocommerce-page.post-type-archive-product .site-inner {
		padding-top:40px;
	}	
	
	
	/* ## Tabs
	--------------------------------------------- */
	
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: block;
		margin: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		display: block;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		border-bottom: 0;
	}
	
	/* Woocommerce Quantity Spinner
	--------------------------------------------- */

	.woocommerce-cart .quantity span.spinner > .sub,
	.woocommerce-cart .quantity span.spinner > .add {
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
		
	.woocommerce-cart .quantity input[type="number"] {
		height: 30px;
		line-height: 30px;
		width: 36px;		
	}

}

@media only screen and (max-width: 768px) {

	/* ## Products Page 
	--------------------------------------------- */
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 48%;
	}
	
	/* ## Reviews 
	--------------------------------------------- */
	
	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		display: none;
	}
	
	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		margin: 0;
	}
	
	.woocommerce .comment_container {
		padding: 30px 30px 10px;
	}

	.woocommerce #review_form #respond,
	.woocommerce #respond.comment-respond {
		padding: 30px;
	}	

	/* ## Tabs
	--------------------------------------------- */
	
	.woocommerce-tabs ul.tabs {
		display: block;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child.active {
		border-bottom: 1px solid transparent;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
		content: "\f347";
		float: right;
		font-family: "dashicons";
	}	
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
		content: "\f343";
	}
	
	/* ## Cancel Extra Table Borders 
	--------------------------------------------- */
	
	.woocommerce-cart table td, 
	.woocommerce-cart table th,

	.woocommerce-account table td, 
	.woocommerce-account table th,

	.woocommerce table.shop_table td,

	#add_payment_method .cart-collaterals .cart_totals table td,
	#add_payment_method .cart-collaterals .cart_totals table th, 
	.woocommerce-cart .cart-collaterals .cart_totals table td, 
	.woocommerce-cart .cart-collaterals .cart_totals table th, 
	.woocommerce-checkout .cart-collaterals .cart_totals table td, 
	.woocommerce-checkout .cart-collaterals .cart_totals table th {
		border-bottom: none;
		border-right: none;
		border-left: none;	
	}
	
	/* ## Account
	--------------------------------------------- */	
	
	.woocommerce-account .woocommerce form.login .lost_password {
		margin-top: 0;
		text-align: left;
		padding-left: 3px;
	}	
	
}

@media only screen and (max-width: 600px) {
	
	/* ## Woocommerce Forms Misc
	--------------------------------------------- */
	
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce #reviews #comments .star-rating,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}

	.woocommerce ul.products li.product,
	.woocommerce ul.products li.product .button,
	.woocommerce .woocommerce-ordering,
	.woocommerce-page ul.products li.product,
	.woocommerce-page ul.products li.product .button,
	.woocommerce-page .woocommerce-ordering {
		margin-right: 0;
		width: 100%;
	}

	.woocommerce input.button,
	.woocommerce input.button[type="submit"],
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .button {
		width: 100% !important;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		background-color: #fff;
		margin-bottom: 10px;
	}

	.woocommerce-message .button.wc-forward {
		margin-bottom: 20px;
		width: 100%;
	}
	
	/* ## Account Misc
	--------------------------------------------- */
	
	.woocommerce-account .woocommerce form.login input.button {
		margin-bottom: 10px;
	}	

	/* ## Misc
	--------------------------------------------- */
	
	.woocommerce .woocommerce-result-count {
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}		
}

@media only screen and (max-width: 480px) { 

	/* ## Products Page 
	--------------------------------------------- */
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce ul.products li.product:nth-child(n),
	.woocommerce-page ul.products li.product:nth-child(n) {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding-bottom: 40px;
		margin-bottom: 0;
	}	
	
	/* ## Account Misc
	--------------------------------------------- */

	.woocommerce-account .woocommerce form.login, 
	.woocommerce-account .woocommerce > h2,
	.woocommerce .lost_reset_password {
		min-width: 100%;
	}	
	
	/* ## Pagination
	--------------------------------------------- */
	
	.woocommerce nav.woocommerce-pagination {
		margin: 0;
	}

}