/*
## Woocommerce
- Product Archives
	- Grid

- Single Product
	- Page Title
	- Title
	- Star Rating
	- Price
	- Button
	- Sale Flash
	- Review Form
	- Variations
	- Tab
	- Wishlist Button

- Widgets
	- Recent Product Carousel
	- Price Filter
	- Product Search
	- Products
	- Top Rated Products
	- Product List
	- Variations
	- Woocommerce Pagination
*/

/* - WooCommerce Order Received */
.woocommerce-order-received .woocommerce-thankyou-order-received {
	margin-bottom: 15px;
}
.woocommerce-order-received .woocommerce .title h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-details.order_details {
	border: 1px solid #000;
	padding: 15px;
	margin-bottom: 15px;
}
.woocommerce-order-received .woocommerce .order_details li {
	border-right: 1px solid #000;
	float: left;
	font-size: 14px;
	line-height: 1;
	list-style-type: none;
	margin-left: 0;
	margin-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 20px;
	text-transform: uppercase;
}
.woocommerce-order-received .woocommerce .order_details li:last-of-type {
	border: none;
	margin-right: 0;
	padding-right: 0;
}
.woocommerce .order_details li strong {
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 5px;
}
.woocommerce-order-received p {
	line-height: 24px;
}
.woocommerce-order-received h2 {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;	
}
.woocommerce-order-received .shop_table.order_details .product-name a {
	color: #000;
	text-decoration: none;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
	font-size: 14px;
	font-weight: 500;
}

/* ## Woocommerce */
.woocommerce a.remove {
	display: inline-block;
}
.woocommerce table.shop_table {
	text-align: center;
}
.woocommerce table.shop_table .product-name a {
	color: #000;
	font-size: 14px;
}
.woocommerce table.shop_table td {
	padding: 5px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
}
.woocommerce a.added_to_cart {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 13px;
	color: #000;
	position: relative;
	z-index: 1;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	display: block;
	font-weight: 600;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
	line-height: 21px;
}
.woocommerce ul.products li.product:hover  a.added_to_cart {
	color: #fff;
}
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
	background: transparent;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}
.woocommerce .page-title {
	font-size: 30px;
	margin-top: 0;
}
.reset_variations {
	color: #000;
}
.woocommerce div.product div.images img {
	width: auto;
}
.woocommerce .wishlist-title h2,
.woocommerce-billing-fields h3 {
    color: #030303;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
    line-height: 30px;
    margin-top: 0;
    word-wrap: break-word;
    text-transform: uppercase;
}
.woocommerce-LostPassword,
.woocommerce .woocommerce-LostPassword a {
    color: #000;
    text-decoration: none;
}

/*  [ - Grid ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid #ebebeb;
	float: left;
	padding-bottom: 15px;
	width: 30.8%;
	position: relative;
	text-align: center;
}
.woocommerce ul.products li.product::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	display: inline-block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.woocommerce ul.products li.product:hover::before {
	opacity: 1;
}

/*  [ - Widgets ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce-account .woocommerce.widget {
	padding: 0;
}
.widget.woocommerce ul.product-categories li > a {	
	color: #777;
	font-size: 13px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.65px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	word-wrap: break-word;	
	position: relative;
	font-weight: 400;
	padding-left: 15px;
	display: inline-block;
	margin-bottom: 6px;
}
.widget.woocommerce ul.product-categories li > a::before {	
	content: "\f105";
	font-family:'FontAwesome';
	left: 0;
	top: -2px;
	position: absolute;
}
.widget.woocommerce > ul.product-categories > li:last-child > a {	
	margin-bottom: 0;
}
.widget.woocommerce ul.product-categories li > a:hover {	
	text-decoration: none;
	color: #000;
	margin-left: 10px;
}
.widget.woocommerce ul li a  {
	padding-left: 0;
}
.widget.woocommerce ul li a::before  {
	content: "";
}
.widget.woocommerce ul li a:hover {
	margin-left: 0;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	padding-bottom: 15px;
}
.widget.woocommerce ul li a {
	text-transform: capitalize;
	font-size: 13px;
	color: #777;
}
.widget.woocommerce ul li a:hover {
	color: #000;
}
.woocommerce  .widget-area .widget ul li::before {
	background: none;
}
.woocommerce .widget_rating_filter ul li a{
	float: right;
	line-height: 28px;
	text-align: right;
	width: 100%;
}
.woocommerce .widget_rating_filter ul li .star-rating {
    float: left;
    height: 18px;
    position: relative;
    top: 4px;
}

/* - Recent Product Carousel */
.widget.widget_recent_products_carousel ul {
    padding: 0;
	list-style: none;
}
.widget.widget_recent_products_carousel .carousel-inner > .item {
	margin-bottom: 5px;
}
.sidebar  .widget.widget_recent_products_carousel ul,
.sidebar  .widget.widget_recent_products_carousel li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.widget_recent_products_carousel li.item h4,
.widget_recent_products_carousel li.item .amount {
    margin-bottom: 5px;
}
.widget_recent_products_carousel > ul > li > a {
	margin-top: 5px;
}
.widget_recent_products_carousel img{
	margin-bottom: 10px;
}
.widget_recent_products_carousel > ul > li > a span {
	margin-left: 5px;
}
.widget_recent_products_carousel li.item h4 a {
	color: #333;
	text-transform: capitalize;
}

/* - Product Categories */
 .widget_product_categories > ul:first-of-type {
	padding-left: 0;
}
.widget.widget_product_categories li {
    margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.widget_product_categories .children {
    padding-left: 10px;
}
.widget_product_categories a {
    display: inline-block;
	text-decoration: none;
}

/* - Layred Nav */
.woocommerce .widget_layered_nav ul li {
	display: inline-block;
	width: 100%;
}
.woocommerce .widget_layered_nav ul li:hover a,
.woocommerce .widget_layered_nav ul li:hover span {
	color: #000;
}

/* - Price Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 6px;
	background: #cfcfcf;
	border: 0;
	position: relative;
	border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
	background: #ebebeb ;
	z-index: 1;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default {
	cursor: move;
	height: 12px;
	width: 12px;
	border: 1px solid #0082ca;
	color: #555;
	position: absolute;
	z-index: 2;
	top: -3px;
	transition: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
	display: inline-block;
	text-align: left;
	color: #a9a9a9;
	font-size: 12px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label span {
	color: #353533;
	font-weight: 700;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
	margin: 20px 0 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	padding: 0 25px;
	text-shadow: none;
	border-radius: 0;
	height: auto;
	line-height: 33px;
	font-weight: 400;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	background: #353533;
}

/* - Product Search */
.widget_product_search input#s {
	width: 100%;
}
.widget_product_search input#searchsubmit {
	display: none;
}

/* - Products */
.widget.widget_products > ul {
    padding-left: 0;
}
.widget.widget_products .product_list_widget li > a {
	display: block;
}

/* - Top Rated Products */
.sidebar .widget.widget_top_rated_products > ul {
	padding-left: 0;
}
.widget_top_rated_products .star-rating {
	margin-bottom: 5px;
	height: 18px;
}
.widget.widget_top_rated_products ul li a {
    display: block;
}

/* - Product List */
.widget.woocommerce ul.product_list_widget li {
	padding: 10px 0;
}
.widget.woocommerce ul.product_list_widget li:last-of-type {
	padding-bottom: 0;
}
.widget.woocommerce ul.product_list_widget li a {
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 5px;	
}
.widget.woocommerce ul.product_list_widget li a:hover span {
    color: #0082ca;
}
.widget.woocommerce ul.product_list_widget li:before {
	display: none;
}
.widget.woocommerce ul.product_list_widget li img {
	box-shadow: none;
	margin: 0 10px 0 0;
	width: 80px;
	height: auto;
	float: left;
}
.widget.woocommerce ul.product_list_widget li img:hover {
    opacity: 0.6;
}
.woocommerce .cross-sells > h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	color: #030303;
	font-family: "Poppins",sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.64px;
	line-height: 30px;
	margin-top: 0;
	word-wrap: break-word;
	text-transform: uppercase;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	left: auto;
	right: 0;
	top: auto;
	border-radius: 2px;
	color: #333;
	line-height: 13px;
	text-align: center;
}
.widget.woocommerce ins {
	background: none;
}
.widget.woocommerce del .amount {
	color: #979797;
}
.widget.woocommerce .total {
	margin-bottom: 12px;
	text-align: center;
}
.widget.woocommerce .buttons {
	margin: 0;
	padding: 0;
	text-align: center;
}
.widget.woocommerce .buttons a {
	font-size: 13px;
	font-weight: 400;
	height: 33px;
	line-height: 33px;
	margin: 0 10px 5px;
	padding: 0 10px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.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 {
	opacity: 1;
	color: #fff;
}
/* .woocommerce .cross-sells ul.products li.product .product_type_simple.add_to_cart_button{
	position: relative;
	right: 0;
	float: left;
	display: block;
} */

.woocommerce .cart-collaterals .star-rating span::before,
.woocommerce .cart-collaterals .star-rating::before {
	right: 0;
}

/* - Variations */
.woocommerce .summary.entry-summary .variations .label {
	color: #979797;
	font-size: 15px;
	line-height: 31px;
	float: left;
	text-transform: capitalize;
}

/* - Product Search */
.woocommerce-product-search input[type="search"] {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px 10px;
	width: 68%;
}
.search-field {
	height: 35px;
	padding: 5px;
}
.woocommerce-product-search input[type="submit"] {
	border: 1px solid transparent;
	border-radius: 0;
	padding: 5px 7px;
	background-color: #0082ca;
	color: #fff;
	width: 30%;
	height: 35px;
}

/*  [ - Woocommerce Pagination ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce nav.woocommerce-pagination ul {
	border: 0 none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0 none;
	margin: 0 10px 0 0;	
	background-color: #0082ca;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #fff;
	padding: 5px 10px;
}

/*  [ - Page Title ]
- - - - - - - - - - - - - - - - - - - - */
.ow-woocommerce > .page-title {
	display: none;
}

/*  [ - Title ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product a img {
	width: auto;
}
.woocommerce ul.products li.product h3 {
    color: #000;
    font-size: 13px;
	line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;	
	outline: 0 none;
}
.woocommerce ul.products li.product h3:hover {
	color: #0082ca ;
}
.woocommerce div.product .product_title {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
}

/*  [ - Star Rating ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce .star-rating {
	height: 18px;
}
.woocommerce .star-rating span::before {
	color: #0082ca 
}
.woocommerce ul.products li.product:hover .star-rating span::before {
	color: #fff;
}
.woocommerce ul.products li.product .star-rating {
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	margin: 0 auto;
}

.woocommerce form .form-row .input-checkbox {
	position: relative;
}

/*  [ - Price ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product .price del {
	opacity: 1;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product > a span.price {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	font-size: 16px;
	letter-spacing: 0.64px;
	text-transform: capitalize;
	margin-bottom: 0;
}

.woocommerce ul.products li.product:hover h3,
.woocommerce ul.products li.product:hover h2 {
	color: #fff;
}

.woocommerce ul.products li.product:hover .woocommerce-Price-amount .amount{
	color: #fff;
}

/*  [ -- Button ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
	top: 0;
}
.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,
.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 {
	background: #0082ca;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	text-shadow: none;
	text-transform: uppercase;
}
.woocommerce-checkout table.shop_table {
	text-align: left;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #0082ca ;
}
.woocommerce ul.products li.product:hover .price {
	color: #fff;
}
.yith-wcwl-add-button.yith-wcwl-add-button .add_to_wishlist:hover {
	text-decoration: none;
}

.yith-wcwl-add-button.yith-wcwl-add-button .add_to_wishlist:hover,
.woocommerce-product-search input[type="submit"]:hover,
.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 {
	background-color: #000;
	color: #fff;
}
.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {  
    position: relative;
	top: auto;
	color: #fff;
	word-wrap: break-word;
	white-space: normal;
	font-weight: 500;
	line-height: 20px;
	font-size: 13.5px;
	margin-top: 10px;
}
.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {
	word-wrap: break-word;
	white-space: normal;
	font-weight: 500;
	font-size: 13.5px;
	margin-top: 10px;
}
.woocommerce ul.products li.product .button {
    margin-left: 15px;
    margin-right: 15px;
	margin-top: 10px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 1;
}
.posted_in a,
.woocommerce-review-link {
	color: #000;
}

/*  [ - Sale Flash ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce span.onsale {
	color: #fff;
	left: 15px;
	line-height: 53px;
	margin: 0 !important;
	min-height: 1px;
	padding: 3px 10px;
	position: absolute;
	right: auto !important;
	text-transform: uppercase;
	top: 15px !important;
	width: 55px;
	height: 55px;
	font-family: 'Poppins', sans-serif;	
	border-radius: 100%;
	display: inline-block;
    font-weight: 700;
    text-align: center;	
    background-color: #444;
    font-size: 12px;
	-webkit-font-smoothing: antialiased;
	z-index: 2;
}
.woocommerce ul.products li.product .onsale {
	left: 18px;
	top: 30px !important;
	background-color: #0082ca;	
}

/*  [ - Review Form ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
	border-left: 1px solid #666;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
	border-style: solid;
	background: #fff;
	margin-bottom: 0;
}
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th {
	border-left-color: rgba(0, 0, 0, 0.1);
	border-right-color: rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
	padding: 10px;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
	padding-left: 20px;
}
.woocommerce #reviews #comments,
.woocommerce-page #reviews {
	background: #fff;
	padding: 20px;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
	margin-bottom: 20px;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
	margin-bottom: 20px;
}

/*  [ - Variations ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content div.product form.cart .variations,
.woocommerce div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
	border: 0;
	padding: 0;
}
.woocommerce #content div.product form.cart .variations .value,
.woocommerce div.product form.cart .variations .value,
.woocommerce-page #content div.product form.cart .variations .value,
.woocommerce-page div.product form.cart .variations .value {
	position: relative;
}

table.variations {
	table-layout: inherit;
}

.woocommerce #content div.product form.cart .variations .value .reset_variations,
.woocommerce div.product form.cart .variations .value .reset_variations,
.woocommerce-page #content div.product form.cart .variations .value .reset_variations,
.woocommerce-page div.product form.cart .variations .value .reset_variations {
	clear: both;
}
.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
	margin-right: 10px;
}

.woocommerce .quantity .qty {
	line-height: 27px;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #a3a3a3;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus
.woocommerce .quantity .minus
.woocommerce-page #content .quantity .minus
.woocommerce-page .quantity .minus {
	border-top: 0;
}
.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
	width: 29px;
	height: 29px;
	font-size: 15px;
	color: #fff;
	text-shadow: none;
}

.woocommerce #content .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover {
	background: #ff6766;
}

.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,
.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 {
	background-color: #999;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}
.woocommerce-variation-price {
	margin-bottom: 15px;
}
.woocommerce-ordering {
	position: relative;
}

/*  [ - Tab ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.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,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	border-radius: 0;
	margin: 0;
	border: 0;
	padding: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #777;
	font-weight: 500;
	text-shadow: none;
	padding: 12px 18px;
	border-top: 2px solid transparent;
	outline: 0 none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #383838;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #0082ca;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #383838 !important;
	border-color: #0082ca;
	background-color: #ddd;
	font-weight: 500;
}
.woocommerce #content div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h2 {
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content,
.woocommerce div.product .woocommerce-tabs .entry-content {
	background-color: #ededed;
	border-radius: 0;
	border-top: 0 none;
	color: #4a4a4a;
	margin-bottom: 35px;
	padding: 30px !important;
	position: relative;
}
.woocommerce p.stars a {
	color: #0082ca;
}

/*  [ - Wishlist Button ]
- - - - - - - - - - - - - - - - - - - - */
.summary .yith-wcwl-add-to-wishlist .add_to_wishlist,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.single-share .social li a {
    background-color: #ededed;
    border-radius: 0;
    color: #383838;
    line-height: 34px;
    margin: 0;
    padding: 5px 12px;
    position: relative;
    text-align: center;
}
.yith-wcwl-wishlistaddedbrowse.show > a,
.yith-wcwl-wishlistexistsbrowse.show > a{
	text-decoration: none;
	color: #0082ca;
	margin-left: 5px;
	display: block;
}

/*  [ - Product Categories ]
- - - - - - - - - - - - - - - - - - - - */
.single-product .product_meta .tagged_as,
.single-product .product_meta .posted_in {
	color: #0082ca;
	font-size: 16px;
	display: block;
	margin-top: 10px;
}
.single-product .product_meta .tagged_as a,
.single-product .product_meta .posted_in a {
	color: #000;
	font-size: 13.5px;
	margin-left: 5px;
	margin-right: 0;
}
.single-product .product_meta .tagged_as a:last-of-type,
.single-product .product_meta .posted_in a:last-of-type {
	margin-right: 0;
}

/*  [ - Woocommerce Form ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #ccc;
	line-height: 20px;
	padding: 5px 10px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}

/*  [ - Upsells Products ]
- - - - - - - - - - - - - - - - - - - - */
.upsells.products > h2,
.related.products > h2 {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.woocommerce-info > a.showlogin,
.woocommerce-info > a.showcoupon {
	color: #0082ca ;
	text-decoration: none;
	margin-left: 5px;
}
.woocommerce-message,
.woocommerce-info {
	border-top-color: #0082ca;
}
.woocommerce-message::before,
.woocommerce-info::before {
	color: #0082ca;
}

/*  [ - Woocommerce Account ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce-account .woocommerce > h2 {
	margin-top: 0;
}
.woocommerce-account .woocommerce {
	padding: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	width: 100%;
	background-color: #0082ca;
	border-bottom: 1px solid #fff;
	padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
	position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active::after {
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "\f105";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.woocommerce-MyAccount-content {
	width: 100%;
	padding: 15px;
	border: 1px solid #0082ca;
}
.woocommerce-account .woocommerce-MyAccount-content p {
	font-size: 15px;
	margin-bottom: 5px;
}
.woocommerce-account .woocommerce-Address-title h3 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
}
.woocommerce-Address-title .edit {
	color: #000;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	float: none;
}
.woocommerce-Address-title .edit:hover {
	color: #0082ca;
}
.woocommerce-Address-title .edit {
    background-color: #0082ca;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 14px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: capitalize;
    width: auto;
	border: 1px solid transparent;
}
.woocommerce-MyAccount-content legend {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
}
.woocommerce-Address-title .edit:hover {
	color: #0082ca;
	border-color: #0082ca;
	background-color: transparent;
}
.woocommerce-Addresses address {
	font-size: 14px !important;
	color: #000;
	line-height: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	text-transform: capitalize;
	color: #fff;
	line-height: 26px;
	word-wrap: break-word;
	text-decoration: none;
	font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #000;
}
.woocommerce-account .woocommerce-MyAccount-content {
	color: #555;
	font-size: 18px;
	line-height: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p strong {
	color: #000;
	text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
	color: #000;
	font-weight: 500;
}
.woocommerce table.my_account_orders .order-actions {
	text-align: center;
}

/* ## Res. Max Width 1200px */
@media (max-width:1200px) {

	.woocommerce ul.products li.product .button.product_type_variable.add_to_cart_button {
		bottom: auto;
		left: 0;
		position: relative;
	}

	.woocommerce ul.products li.product .product_type_simple.add_to_cart_button {
		bottom: auto;
		float: none;
		position: relative;
		right: auto;
	}
}

/* ## Res. Min Width 992px */
@media (min-width: 992px) {

	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt2:after {
		clear: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.woocommerce-product-search input[type="search"] {
		width: 63%;
	}
	.woocommerce-product-search input[type="submit"] {
		width: 34%;
	}
	.woocommerce-account .woocommerce {
		padding: 0;
	}
}

/* ## Res. Min Width 992px */
@media (min-width: 992px) {

	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt2:after {
		clear: none;
	}
}

@media only screen and (min-width: 481px) and (max-width: 991px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product.first,
	.woocommerce-page ul.products li.product.last {
		clear: none;
	}
	.woocommerce-page ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
}

/* ## Res. Max Width 991px */
@media (max-width: 991px) {
	
	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt3:after {
		clear: none;
	}

	/*  [ - Products Grid ]
	- - - - - - - - - - - - - - - - - - - - */
	.woocommerce ul.products {
		margin-left: -2%;
		margin-right: -2%;
	}

	.woocommerce-account .woocommerce {
		padding: 0;
	}
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		margin: 0 2% 20px;
		width: 46%;
	}

	/*  [ - Related Products ]
	- - - - - - - - - - - - - - - - - - - - */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		max-width: 260px;
	}
	.woocommerce .related.products > .products > li {
		float: left !important;
	}
	
	.woocommerce-product-search input[type="search"] {
		width: 60%;
	}
	.woocommerce-product-search input[type="submit"] {
		width: 30%;
	}
}

/* ## Res. Max Width 767px */
@media (max-width: 767px) {

	.woocommerce div.product .product_title {
		font-size: 22px;
	}	
	.woocommerce-product-search input[type="search"] {
		width: 72%;
	}
	.woocommerce-product-search input[type="submit"] {
		width: 26%;
	}

	/* ## Woocommerce */
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		max-width: 260px;
	}
	.woocommerce ul.products {
		margin: 0 auto;
		max-width: 565px;
	}
	
	/* - Woocommerce Wishlist Table */	
	.woocommerce-page table.wishlist_table .product-thumbnail{
		display: inline-block;
		width: 100%;
		float: right;
		border: none;
	}
	.woocommerce-page table.wishlist_table .product-thumbnail a{
		float: right;
	}
	.woocommerce-page table.wishlist_table tr td.actions::before, 
	.woocommerce-page table.wishlist_table tr td.product-remove::before {
		display: block;
	}
	.woocommerce table.wishlist_table tbody th, 
	.woocommerce table.wishlist_table thead,
	.woocommerce-page table.wishlist_table tbody th,
	.woocommerce-page table.wishlist_table thead {
		display: none;
	}
	.woocommerce table.wishlist_table tr,
	.woocommerce-page table.wishlist_table tr {
		display: block;
	}
	.woocommerce table.wishlist_table tr td{
		position: relative;
	}
	.woocommerce table.wishlist_table tr td::before {
		float: left;
		font-weight: 700;
		top: 50%;
		left: 15px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(2)::before {
		content: "Product Img";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(3)::before {
		content: "Product Name";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(4)::before {
		content: "Product Price";
	}
	.woocommerce table.wishlist_table tr td:nth-of-type(5)::before {
		content: "Product Status";
	}
	.woocommerce .wishlist_table thead th,
	.woocommerce .wishlist_table tbody td {
		font-size: 14px !important;
	}
	.woocommerce table.wishlist_table tr td,
	.woocommerce-page table.wishlist_table tr td {
		display: inline-block;
		width: 100%;
		text-align: right !important;
	}
	.woocommerce table.wishlist_table tr td.product-remove {
		text-align: center !important;
		padding: 5px !important;
	}
	.yith-wcwl-share {
		float: left;
		margin-bottom: 35px;
		margin-left: 10px;
		text-align: left;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	
	/* - Woocommerce */	
	.orderby,
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count {
		width: 100%;
		float: none;
	}
	.woocommerce #reviews #comments,
	.woocommerce-page #reviews {
		padding: 10px;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {	
		font-size: 14px;
		padding: 12px 10px;
	}
	.upsells.products > h2, 
	.related.products > h2 {
		font-size: 22px;
		letter-spacing: 1px;
	}
	.woocommerce .star-rating {
		float: left;
		width: 100%;
	}
	.description {
		padding: 0 5px;
	}
	.woocommerce #content div.product .woocommerce-tabs .entry-content,
	.woocommerce div.product .woocommerce-tabs .entry-content {
		padding: 15px !important;
	}	
	.woocommerce .order_details li {
		width: 100%;
		border-bottom: 1px dashed #d3ced2;
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
}

/* ## Res. Max Width 400px */
@media (max-width: 400px) {

	/* ## Woocommerce */
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100% !important;
		float: none !important;
		margin: 0 auto 35px;
	}
	.woocommerce .related.products > .products > li {
		float: none !important;
	}
}

.wishlist_table > tfoot {
    display: none;
}