/* Single Product Page
---------------------------- */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: transparent !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  font-family: Poppins !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  box-shadow: none !important;
  color: #000 !important;
  cursor: pointer !important;
  display: inline-block !important;
  line-height: 1 !important;
  outline: none !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  width: auto !important;
}


.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  text-decoration: none !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

.woocommerce #reviews h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.woocommerce #reviews #comments ol.commentlist li {
    list-style-type: none;
}

.woocommerce .meta strong {
    font-weight: lighter !important;
}

.woocommerce .meta {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: lighter !important;
}

.woocommerce {
    line-height: 1.6em;
}

.woocommerce .quantity .qty {
  width: 50px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: -.01em !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 12px;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
	color: #000 !important;
}

.woocommerce div.product p.price {
  font-style: italic;
  font-size: 30px;
  margin-bottom: .5em;
  line-height: 1;
}

.single-product.woocommerce div.product p.price {
  font-size: 50px;
}

.woocommerce span.onsale {
    display: none !important;
}

.woocommerce-cart table.cart img {
	width: 100px !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	float: left;
	padding: 5px !important;
	width: 50%;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 100% !important;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
	 float: none;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
	 list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
	width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	display: inline !important;
}

.woocommerce #tab-description h2 {
    visibility: hidden;
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce #respond input#submit {
    width: 200px;
}

/**
 * Store demo
 */

p.demo_store {
  background: #000 !important;
  display: none !important;
}

.woocommerce p.demo_store {
  display: block !important;
}

/* Product Archive Page
---------------------------- */

.woocommerce .product-title {
	font-weight: 400;
	text-transform: uppercase;
}

.woocommerce ul.products li.product a {

}
.woocommerce ul.products li.product a:hover {

}
p.woocommerce-result-count {
    display: none;
}
.woocommerce .page-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product a img {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.woocommerce ul.products li.product a img:hover {
	opacity: .65;
}


/* Add to Cart
---------------------------- */


a.button.wc-forward {
    font-weight: 400 !important;
}

.woocommerce .woocommerce-message {
	border: 0; }


/* Checkout
---------------------------- */

.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 8.5px 6px;
    margin: 0 4px 0 0;
    width: 105px;
    outline: 0;
    line-height: 1;
}

.woocommerce table.shop_table th {
    color: #000;
    font-weight: 400 !important;
}

.product-name a {
    color: #000 !important;
}
.product-name a:hover {
	color: #ccc !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    color: #fff !important;
    font-weight: 300 !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	color: #000 !important; }

.cart_totals h2 {
    font-size: 18px !important;
}

.woocommerce .product h2 {
    font-size: 18px !important;
}

.woocommerce .woocommerce-info {
	border: 0 !important; }

.woocommerce-checkout #payment {
	background: #f7f6f7 !important;
	border-radius: 0 !important;
}

.woocommerce .order_details li {
    list-style-type: none !important;
}

.woocommerce table.shop_table {
	border-radius: 0 !important; }
