/* Simplart WooCommerce Style */

/* Basic Styles */
.woocommerce .sst-content-box {
	padding: 50px 50px 40px;
}

/* Products Archive */
ul.products {
	list-style: none;
	margin-bottom: 0;
}
.product {
	position: relative;
}
.product .page-title {
	margin: 20px 0 4px;
}
.product h3 {
	text-align: center;
	margin: 24px 0 0;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.product-thumb {
	position: relative;
}
.product-thumb-hover {
	background: rgba(0,0,0,0.497);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-thumb:hover .product-thumb-hover {
	opacity: 1;	
}
.product-thumb-hover > div {
	position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 0;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.product-thumb:hover .product-thumb-hover > div {
	
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.product-thumb-hover > div > a {
	display: block;
}
.product-thumb-hover .add_to_cart_button {
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 20px;
    overflow: hidden;
    display: block;
    position: relative;
}
.product-thumb-hover .add_to_cart_button:hover {
	background: #323232;
}
.add_to_cart_button .cart-text {
	display: none;
	margin-right: 7px;
}
.add_to_cart_button .cart-icon {
	background-image: url( '../images/shopping-bag.png' );
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
}
.product-thumb-hover .add_to_cart_button.loading {
	opacity: 0.92;
	pointer-events: none;
	cursor: default;	
}
.product-thumb-hover .added_to_cart {
	margin: 0;
	text-decoration: underline;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #232323;
	padding: 4px 12px;
	color: #fff;
	display: inline-block;
}
.product-thumb-hover .added_to_cart:hover {
	background: #454545;
}
.product-thumb-hover .add_to_cart_button:hover {
	color: #fff;
}
.onsale {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	padding: 7px 10px;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #676767;
	width: 64px;
    text-align: center;
}
.price {
	display: block;
	text-align: center;
	opacity: 0.67;
}
.price .amount {
	font-size: 13px;
}

/* Select Ordering drop-down */
select.orderby {
	width: 100%;
	margin-bottom: 20px;
}

/* Breadcrumb */
.woocommerce-breadcrumb {
	margin: 0 0 10px;
    display: inline-block;
    /* border: 1px solid #dedede; */
    /* padding: 2px 20px; */
    font-size: 13px;
    letter-spacing: 2px;
    border-bottom: 1px solid;
}
.woocommerce-breadcrumb a {
    display: inline-block;
}
.woocommerce-result-count {
	margin-bottom: 40px;
	opacity: 0.4;
}

/* Pagination */
.woocommerce-pagination ul.page-numbers {
	margin: 0 0 20px;
}

/* Single Products */
.single-product .sst-content-box .product {
	position: relative;
	margin-top: 30px;
}
.single-product .product .onsale {
	left: 0;
}
.product .product_title {
	font-size: 23px;
	line-height: 32px;
	text-align: left;
	margin: 0;
}
.product .images {
	margin-bottom: 30px;
}
.product .images .thumbnails {
	margin-top: 1em;
}
.woocommerce-tabs {
	margin-top: 30px;
}
.woocommerce-tabs .entry-content {
	padding: 0;
}
.entry-summary {
	margin-bottom: 30px;
}
.entry-summary .price {
	text-align: left;
	opacity: 1;
	font-size: 24px;
	line-height: 35px;
}
.entry-summary .price .amount {
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 1.4px;
}
.entry-summary .quantity {
	display: inline-block;
	float: left;
	margin-right: 6px;
}
.entry-summary .quantity .qty {
	border: 1px solid #e6e6e6;
    padding: 0;
    text-align: center;
    width: 60px;
    height: 38px;
    display: inline;
    margin-top: 1px;
}
.entry-summary .quantity .qty:focus {
	outline: 0;
}
.single_add_to_cart_button  {
	display: inline-block;
}
.entry-summary .cart {
	margin: 40px 0 20px;
}
.entry-summary .product_meta .posted_in a {
	text-decoration: underline;
}

/* Tabs for Product Description and Product Review */
.woocommerce-tabs {
	border-bottom: 1px solid #efefef;
}
.woocommerce-tabs .tabs {
	list-style: none;
	margin: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
	border-bottom: 1px solid #efefef;
}
.woocommerce-tabs .tabs li {
	float: left;
    margin: 0 30px 0 0;
}
.woocommerce-tabs .tabs li a {
	display: block;
	padding: 10px 0;
	font-size: 13px;
	text-decoration: none;
	color: #a1a1a1;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 2px solid transparent;
}
.woocommerce-tabs .tabs li.active a {
	color: inherit;
    text-shadow: inherit;
    background-color: #ffffff;
}
.woocommerce-tabs .panel {
	margin: 0 0 15px;
    text-align: left;
    overflow: hidden;
    padding: 30px 0 0;
}
.woocommerce-tabs h2 {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px;
}

/* Product Reviews */
#reviews .commentlist {
	list-style: none;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#reviews .commentlist li {
	padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0;
}
.woocommerce #content div.product #reviews .comment img {
	padding: 10px;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fafafa;
}
#reviews .commentlist li {	
    border-bottom: 1px solid #efefef;
}
#reviews .commentlist li:last-child {	
    border-bottom: 0;
}
#reviews .commentlist li .comment_container {
}
#reviews .commentlist li .comment-text {
    border-radius: 0;
    position: relative;
    margin: 16px 0 0 100px;
    padding: 0px 20px 10px 0;
    overflow: hidden;
}
#reviews .commentlist li .comment-text .meta {
	margin-bottom: 20px;
}
#reviews .commentlist li .comment-text .meta strong {
	font-weight: normal;
	text-transform: uppercase;
}
#reviews .commentlist li .comment-text .meta time {
	opacity: 0.4;
}
#reviews .comment-reply-title {
	font-size: 18px;
    line-height: 26px;
    text-transform: none;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 0;
}

/* Star Rating */
.woocommerce .star-rating,
.woocommerce-page .star-rating {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 22px;
	width: 4.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	content: "\2606\2606\2606\2606\2606";
	color: #e0dadf;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 0.1em;
	letter-spacing: 0\9;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
	content: "\2605\2605\2605\2605\2605";
	top: 0;
	position: absolute;
	left: 0;
	letter-spacing: 0.1em;
	letter-spacing: 0\9;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	display: block;
	margin: 0 0 .5em;
	float: none;
}
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}

.comment-form-rating .stars {
	position: relative;
    font-size: 1em;
    display: inline-block;
    background-color: #fcfcfc;
    padding: 10px 20px;
	margin-bottom: 0;
}
p.stars a {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
	color: #aaa;
}
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 #efefef;
}
p.stars a:last-child {
	border-right: 0;
}
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: FontAwesome;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
}
p.stars a.star-1 {
    width: 2em;
}
p.stars a.star-1:after {
    content: "\f005";
}
p.stars a.star-2 {
    width: 3em;
}
p.stars a.star-2:after {
    content: "\f005\f005";
}
p.stars a.star-3 {
    width: 4em;
}
p.stars a.star-3:after {
    content: "\f005\f005\f005";
}
p.stars a.star-4 {
    width: 5em;
}
p.stars a.star-4:after {
    content: "\f005\f005\f005\f005";
}
p.stars a.star-5 {
    width: 5em;
	margin-right: 0;
}
p.stars a.star-5:after {
    content: "\f005\f005\f005\f005\f005";
}

/** Related Products **/
.related.products > h2, .upsells > h2,
.cross-sells > h2, .cart_totals > h2 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}

/* WooCommerce Message */
.woocommerce-message {
	padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    margin: 16px 0 30px;
}
.woocommerce-message a.wc-forward {
	display: inline-block;
	margin-right: 20px;
	border-bottom: 1px solid #ddd;
}

/* Cart Page */
.shop_table {
	margin: 0 0 10px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
}
.shop_table thead th {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.shop_table, .shop_table th, .shop_table td {
	border: 1px solid #ededed;
}
.shop_table th, .shop_table td {
	padding: 10px 12px;
}
.shop_table td {
	border-width: 0 1px 1px 0;
}
.shop_table th {
	vertical-align: middle;
	line-height: 18px;
    padding: 10px 12px;
    background: #fcfcfc;
	border-width: 0 1px 1px 0;
}
.shop_table {
	border-width: 1px 0 0 1px;
}
.shop_table .product-thumbnail img {
	max-width: 60px;
	height: auto;
}
.shop_table .input-text.qty {
	border: 1px solid #efefef;
    padding: 0;
    text-align: center;
    width: 48px;
    height: 33px;
    display: inline;
}
.shop_table .cart_item .product-remove {
	text-align: center;
}
.woocommerce #content table.shop_table td.actions .coupon > .input-text,
.woocommerce-page #content table.shop_table td.actions .coupon > .input-text {
	float: left;
	height: 39px;
	width: 120px;
	max-width: 100%;
}
.checkout-button:hover {
	color: #fff;
}
.cart-collaterals {
    width: 100%;
}
.cart_totals {
	text-align: right;
}
.cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
	border-spacing: 0;
    border-width: 1px 0 0 1px;
	width: 100%;
	border: 1px solid #EDEDED;
}
.cart-collaterals .cart_totals tr th,
.cart-collaterals .cart_totals tr td {
	border-top: 1px solid #f7f6f7;
}
.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td {
    padding: 8px 14px 8px 12px;
    width: 50%;
	vertical-align: middle;
}
.cart-collaterals .cart_totals table tr:first-child th,
.cart-collaterals .cart_totals table tr:first-child td {
	border-top: 0;
}

.cart-collaterals .cart_totals tr th {
	border-right: 1px solid #EDEDED;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
}
.cart-collaterals .cart_totals .cart-subtotal {
	opacity: 0.6;
}

.cart-collaterals .cart_totals .order-total strong {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
}

/* Checkout Page */
.woocommerce-billing-fields .form-row {
	margin-bottom: 18px;
}
.woocommerce-billing-fields .form-row > label {
	margin-bottom: 10px;
}

.woocommerce-checkout-payment .payment_methods {
	list-style: none;
}
.woocommerce-checkout-payment .payment_methods li {
	border: 1px solid #efefef;
	background: #fafafa;
	margin: 10px 0;
	padding: 10px 20px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
	display: inline;
	max-height: 52px;
}
ul.payment_methods .payment_box {
    background-color: #f1f1f1;
    border-radius: 2px;
    margin: 1em 0;
    padding: 1em 2%;
    position: relative;
}
ul.payment_methods .payment_box p {
    padding: 0;
    margin: 0;
}
ul.payment_methods .payment_box:after {
    content: "";
    display: block;
    border: 8px solid #f1f1f1;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -2px;
    left: 0;
    margin: -1em 0 0 2em;
}

/* -------- Widgets --------- */
.widget.woocommerce ul {
	margin-bottom: 0;
}
.widget.woocommerce ul li {
	margin-bottom: 12px;
}
.widget.woocommerce ul li a {
	font-size: 13px;
	letter-spacing: 1px;
}
.product_list_widget {
	list-style: none;
	margin: 0;
}
ul.product_list_widget li {
	padding: 0 0 12px 0;
    position: relative;
	border-bottom: 1px dashed #efefef;
	margin-bottom: 12px;
}
ul.product_list_widget li:hover {
	opacity: 0.8;
}
ul.product_list_widget li a:not(.remove) {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 20px;
}
ul.product_list_widget li .amount {
	font-size: 12px;
	opacity: 0.7;
}
ul.product_list_widget li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.product_list_widget li:after, 
ul.product_list_widget li:before {
    content: " ";
    display: table;
}
ul.product_list_widget li a {
    display: block;
}
.widget_shopping_cart_content .total {
	margin-top: 24px;
}
.widget_shopping_cart_content .total strong {
	font-weight: normal;
}
.widget_shopping_cart_content .buttons {
	margin: 0 0 12px;
}
.woocommerce-page ul.product_list_widget li img {
    float: left;
    margin: 0;
    width: 70px;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	margin-right: 20px;
}
ul.product_list_widget li .remove {
	float: right;
	font-size: 21px;
	line-height: 1;
}
/* Price Filter Widget */
.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #aaa;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -.3em;
  margin-left: -.5em;
  background-color: #ddd;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #bb0000;
  border: 0;
}
.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_price_filter .price_slider_amount .button {
	font-size: 11px;
}
.widget_price_filter .price_slider_amount .price_label {
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Product Search */
.widget_product_search .search-field {
    height: 39px;
    vertical-align: top;
    display: inline;
    max-width: 100%;
}
.widget_product_search input[type="submit"] {
	display: inline;
    vertical-align: top;
	height: 39px;
}

/* Header Cart Icon */
.main-navigation .cart-icon {
	display: inline-block;
	float: right;
	margin-left: 10px;
	width: 40px;
	text-align: center;
	background-color: #777;
}
.main-navigation .cart-icon a {
	display: block;
}