/*
	[Table of Content]
	- Woocommerce
	- WooCommerce Order Received
	- Grid
	- Widgets
	- Recent Product Carousel
	- Product Categories
	- Layred Nav
	- Price Filter
	- Product Search
	- Products
	- Top Rated Products
	- Product List
	- Woocommerce Pagination
	- Page Title
	- Title
	- Star Rating
	- Price
	- Woocommerce Widgets Setting
	- Button
	- Sale Flash
	- Review Form
	- Variations
	- Tab
	- Wishlist Button
	- Woocommerce Form
	- Upsells Products
	- Woocommerce Account
	- Quatity
	
	- Responsive
		- min-width: 1200
		- min-width: 992
		- min-width: 992 to max-width: 1199
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 479
		- max-width: 400
*/

/* - Woocommerce */
p:empty {
    display: none;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 1;
}
.woocommerce a.remove {
	display: inline-block;
}
.woocommerce table.shop_table {
	text-align: center;
	border-radius: 0;
	margin-bottom: 0;
}
.woocommerce table.shop_table .product-name a {
	color: #444;
	font-size: 16px;
	text-decoration: none;
}
.woocommerce table.wishlist_table th,
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table th {
	text-transform: uppercase;
	text-align: center;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #444;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	border: none;
	line-height: 0;
}
.woocommerce-checkout #place_order {
	font-size: 14px;
	font-weight: 400;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: auto;
	border: 1px solid #ebebeb;
}
.woocommerce-cart-form .shop_table thead {
	position: relative;
}
.shop_table .woocommerce-cart-form__cart-item.cart_item {
    position: relative;
    width: 100%;
}
.woocommerce-cart-form .shop_table thead::after {
	border-width: 2px;
}
/* - WhisList Table */
#yith-wcwl-form {
	border: none;
}
.woocommerce table.wishlist_table td ins,
.woocommerce table.wishlist_table td del {
	color: #717171;
    font-size: 15px;
	display: block;
}
.yith-wcwl-share {
	margin-bottom: 0;
}
.woocommerce-wishlist table.wishlist_table tfoot td {
	padding:16px 12px;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
	margin-top: 0;
}
.woocommerce table.wishlist_table thead th, 
.woocommerce table.wishlist_table tbody td {
	border: 1px solid #e7e7e7;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
	padding: 10px;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
	color: #1e38ae;
}
.wishlist-title h2 {
	padding-top: 0;
}
.woocommerce-product-gallery__image.flex-active-slide {
    background-color: #dddddd;
	margin-bottom: 4px;
}
.woocommerce-product-gallery__image.flex-active-slide > a {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.woocommerce-product-gallery__image.flex-active-slide > a img {
	display: block;
	margin: 0 auto;
}
.single-product .entry-summary .sku_wrapper {
	margin-top: 8px;
	display: block;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist {
	display: inline-block;
	width: auto;
}
.single-product .yith-wcwl-add-button .add_to_wishlist {
	text-decoration: none;
}
.single-product .compare.button {
	background-color: transparent;
	border: none;
	padding: 0;
	color: #717171;
	text-transform: capitalize;
	position: relative;
	text-decoration: none;
}
.single-product  .summary.entry-summary > .clear {
	display: none;
}
.single-product  .summary.entry-summary .compare.button {
	margin-left: 10px;
}

#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 {
	vertical-align: middle;
}
.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;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
}
.woocommerce-cart .woocommerce table.shop_table td {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 12px;
}
.woocommerce a.added_to_cart {
	color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    position: relative;
    white-space: normal;
    z-index: 1;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;	
}
.woocommerce a.added_to_cart.wc-forward {
	display: block;
}
.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
	background: transparent;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 14px;
	margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
	color: #444;
	text-transform: capitalize;
	letter-spacing: 0.56px;
	line-height: 1.85;
	margin-left: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta  .woocommerce-review__dash {
	display: none;
}
.woocommerce .comment_container .star-rating {
	font-size: 10px;
	height: 15px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 89px;
	height: 89px;
	border-radius: 100%;
	padding: 0;
	border: none;
	top: 6px;
}
.comment-text .woocommerce-review__author {
	color: #464646;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16px;
    line-height: 25px;
    text-transform: capitalize;
}
.woocommerce-Tabs-panel .comment_container {
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 10px;
	min-height: 110px;
	padding-bottom: 10px;
	padding-left: 95px;
	position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: none;
	margin: 0;
}
.woocommerce .page-title {
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.woocommerce div.product form.cart .reset_variations{
	color: #464646;
	font-size: 15px;
	float: left;
	margin-top: 5px;
	display: none;
}
select:-moz-focusring {
	 color: transparent !important;	
	 text-shadow: 0 0 0 #000 !important;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce .wishlist-title h2 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    word-wrap: break-word;
    text-transform: uppercase;
}
#order_review_heading,
.woocommerce-additional-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3 {
	color: #464646;
	display: inline-block;
	font-size: 18px;
	margin: 0 0 15px;
	text-transform: uppercase;
	width: 100%;
}
.woocommerce-additional-fields h3 {
	margin-top: 10px;
}
.woocommerce-account-fields .create-account {
	margin-bottom: 20px;
}
#order_review_heading {
	margin-top: 18px;
	margin-bottom: 27px;
}
.woocommerce-LostPassword,
.woocommerce .woocommerce-LostPassword a {
    color: #000;
    text-decoration: none;
	margin-bottom: 0;
}
.woocommerce table.wishlist_table th,
.woocommerce table.wishlist_table tbody td {
	font-size: 12px;
}
#customer_details .form-row label {
	color: #464646;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
	width: 100%;
}
.woocommerce-billing-fields input.input-text,
.woocommerce-additional-fields textarea {
	background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #717171;
    font-size: 15px;
    min-height: 40px;
    outline: medium none;
    padding: 6px 12px;
    width: 100%;
}
.woocommerce-additional-fields textarea  {
	padding: 15px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
	border: none;
	color: #464646;
	font-weight: 700;
	padding-top: 0;
	border-bottom: 1px solid #eeeeee;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
	border: none;
	border-bottom: 1px solid #eeeeee;
}
.shop_table.woocommerce-checkout-review-order-table .cart_item tfoot tr th,
.shop_table.woocommerce-checkout-review-order-table .cart_item td {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #717171;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table th {
	padding-top: 12px;
	padding-bottom: 12px;
}

/* - WooCommerce Review Form */
.woocommerce-Reviews .woocommerce-pagination {
	margin-bottom: 30px;
}
.woocommerce-Reviews .comment-reply-title  {
	border-bottom: 4px solid #eeeeee;
	color: #464646;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0.18px;
	margin: 0 0 15px;
	padding: 0 15px 30px;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	line-height: 1.2;
}
.woocommerce-Reviews .comment-respond .comment-form textarea,
.woocommerce-Reviews .comment-respond .comment-form input {
	background-color: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 0;
    color: #717171;
    font-size: 15px;
	line-height: 18px;
    min-height: 40px;
    outline: none;
    padding: 10px 20px;
    width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.woocommerce-Reviews .comment-respond .comment-form textarea {
	padding: 15px;
}
.woocommerce-Reviews  .comment-form-rating label {
	display: inline-block;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 15px;
}

.woocommerce .woocommerce-Reviews p.stars a {
	color: #1e38ae;
}
.woocommerce #review_form #respond .form-submit input[type="submit"] {
	background-color: #1e38ae;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding: 5px 30px;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	width: auto;
	margin-top: 10px;
}
.woocommerce #review_form #respond .form-submit input[type="submit"]:hover {
	background-color: #000;
    border-color: #000;
	color: #fff;
}
.woocommerce #review_form #respond p {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.woocommerce #review_form #respond p.form-submit {
	margin-bottom: 0;
}
.woocommerce div.product .stock  {
	color: #1e38ae;
}
.woocommerce div.product .out-of-stock {
	margin-bottom: 0;
}
/* - WooCommerce Order Received */
.woocommerce-order-received .woocommerce-thankyou-order-received {
	margin-bottom: 26px;
	font-size: 20px;
}
.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 rgba(0,0,0,.1);
	padding: 15px;
	margin-bottom: 22px;
}
.woocommerce-order-received .woocommerce .order_details li {
	font-size: 14px;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	width: 50%;
	border-right: 0;
	border-bottom: 1px dashed #d3ced2;
}
.woocommerce ul.order_details li strong {
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 5px;
}
.woocommerce-order-received p {
	line-height: 24px;
}
.woocommerce-order-received h2 {
	color: #000;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.45px;
    line-height: 28px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;	
}
.woocommerce-order-details__title {
	margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce-customer-details h2 {
	margin-top: 10px;
} 
.woocommerce-order-received .shop_table.order_details .product-name a {
	color: #000;
	text-decoration: none;
}
.woocommerce .login .woocommerce-Button.button {
	margin-right: 10px;
}
.woocommerce-account-fields .woocommerce-form__label span {
	display: inline-block;
}
.woocommerce-password-strength.short,
.woocommerce-password-strength.strong {
	background-color: transparent;
}	
.woocommerce-form-login .form-row .woocommerce-form__label {
	margin: 5px 0 0;
}
.woocommerce-form-login .form-row .woocommerce-form__label .woocommerce-form__input-checkbox {
	margin-left: 5px;
	outline: 0 none;
	position: relative;
	top: 1px;
}
input[type="checkbox"],
input[type="radio"] {
	outline: 0 none;
}
.woocommerce-MyAccount-content .woocommerce-pagination {
	margin-top: 20px;
}

/*  [ - Grid ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
	padding-bottom: 25px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	position: relative;
	margin-bottom: 3.9%;
	background-color: #fff;
	text-align: center;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	border-color: #1e38ae;
}
.woocommerce ul.products li.product .product_hover {
	position: relative;
}
.woocommerce ul.products li.product .product_hover::before  {
	background-color: rgba(0, 0, 0, 0.49);
	content: "";
	display: inline-block;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.woocommerce ul.products li.product .product_hover:hover::before{
	opacity: 1;
}
.woocommerce .woocommerce-result-count {
	padding: 11px 0;
	margin: 0;
	font-size: 16px;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 20px;
	background-color: #fff;
}

/*  [ - Widgets ]
- - - - - - - - - - - - - - - - - - - - */
.widget ul li a:hover {
	text-decoration: none;
}
.widget.woocommerce ul  {
	margin-bottom: 0;
	padding-left:0;
}
.widget.woocommerce ul li a {
	color: rgba(0,0,0,0.60);
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.widget.woocommerce ul li {
	list-style: none;
}
.widget.woocommerce ul li  a:hover {
	color: #1e38ae;
}
.widget.woocommerce.widget_shopping_cart li.mini_cart_item {
	padding-left: 0;
	padding-bottom: 15px;
} 
/* product Categories */
.widget_product_categories ul.children {
	padding-left: 15px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
}
.widget_product_categories ul li {
	margin-bottom: 10px;
}
.widget_product_categories ul li:last-of-type {
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 15px;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin-top: .7em;
}
.woocommerce .widget_rating_filter ul li a{
	float: right;
	line-height: 28px;
	text-align: right;
	width: 100%;
}
.woocommerce .widget_rating_filter ul li a::before {
	content: "";
}
.woocommerce .widget_rating_filter ul li .star-rating {
    float: left;
    height: 18px;
    position: relative;
    top: 4px;
}
.woocommerce-product-details__short-description {
	display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

/* - Layred Nav */
.woocommerce .widget_layered_nav ul li:hover a,
.woocommerce .widget_layered_nav ul li:hover span {
	color: #1e38ae;
}
.woocommerce .widget_layered_nav ul li a {
	padding-left: 0;
}
.woocommerce .widget_layered_nav ul li a::before {
	content: "";
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before {
	color: #1e38ae;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	margin-bottom: 10px;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating {
	margin-bottom: 5px;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating:last-of-type,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-of-type {
	margin-bottom: 0;
}

/* - Price Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 10px;
	background: #cfcfcf;
	border: 0;
	position: relative;
	border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
	background-color: #1e38ae;
	z-index: 1;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #1e38ae;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-state-default {
	cursor: move;
	height: 19px;
	width: 19px;
	color: #555;
	position: absolute;
	z-index: 2;
	top: -5px;
	transition: none;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:100%;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
    float: right;
    margin: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
	margin: 30px 0 0;
	font-size: 15px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	margin-bottom: 5px;
	margin-top: 7px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	text-shadow: none;
	border-radius: 0;
	background-color: #1e38ae;
    color: #fff;
    float: left;
    font-size: 14px;
    letter-spacing: 0.14px;
    line-height: 26px;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	background-color: #000;
}
.woocommerce-cart .woocommerce-cart-form {
	margin-bottom: 30px;
}
/* - Product Search */
.widget_product_search inputs {
	width: 100%;
	outline: none;
}
.widget_product_search input#searchsubmit {
	display: none;
	outline: 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;
}
.woocommerce .cart-collaterals .cart_totals table tr th,
.woocommerce-page .cart-collaterals .cart_totals table tr th {
	padding: 15px 0;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce .cart-collaterals .cart_totals table tr {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table td {
	text-align: right;
	padding-right: 0;
}

/* - Product List */
.woocommerce .products ul,
.woocommerce ul.products  {
	margin-bottom: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 15px 0 0;
}
.woocommerce ul.product_list_widget li:first-of-type {
	padding: 0;
}
.widget.woocommerce ul.product_list_widget li a {
	font-weight: 400;
	padding-left: 0;
}
.widget.woocommerce ul.product_list_widget li img {
	box-shadow: none;
	margin: 0 15px 0 0;
	width: 80px;
	height: auto;
	float: left;
	border: 1px solid transparent;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	border: 1px solid #ddd;
}
.widget.woocommerce ul.product_list_widget li img:hover {
    border-color: #1e38ae;
}
.woocommerce .cross-sells > h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	color: #464646;
	font-size: 18px;
	letter-spacing: 0.18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 30px;
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
	margin-bottom: 5px;
}
.cart_totals.calculated_shipping h2 {
	margin-bottom: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	left: auto;
	right: -15px;
	top: auto;
	border-radius: 2px;
	color: #333;
	line-height: 16px;
	text-align: center;
	font-size: 20px;
}
.widget.woocommerce ins {
	background: none;
}
.widget.woocommerce .total {
	margin-bottom: 15px;
	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: 6px 3px 0px;
	padding: 0 10px;
}
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
	margin-top: 2px;
	padding-top: 20px;
}

/* Average rating */
.widget_rating_filter ul li a {
	color: #333;
}
.woocommerce #review_form #respond {
	width: 100%;
}
.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;
	outline: none;	
}

/* Product Tags */
.widget_product_tag_cloud .tagcloud {
	margin: 0;
}
.widget_product_tag_cloud  .tagcloud a {
	background-color: #1e38ae;
    color: #fff;
    display: inline-block;
    font-size: 14px !important;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	padding: 6px 10px;
	text-decoration: none;
	margin: 0 0 5px;
}
.widget_product_tag_cloud .tagcloud  a:hover {
	background-color: #000;
	color: #fff;
}
/* - Variations */
.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
}
.woocommerce .summary.entry-summary .variations .label {
	color: #464646;
	font-size: 15px;
	line-height: 40px;
	text-transform: capitalize;
	padding-right: 0;
	float: none;
	vertical-align: unset;
	text-align: left;
}
.entry-summary p {
	color: #444444;
	letter-spacing: 0.63px;
	line-height: 1.85;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 15px;
}
.entry-summary p.price {
	margin-bottom: 10px;
}
.entry-summary .woocommerce-product-details__short-description p {
	margin-bottom: 13px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	font-weight: normal;
}
.woocommerce-checkout #payment ul.payment_methods li img,
.about_paypal {
	display: none;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 25px;
}

/* - Product Search */
.woocommerce-product-search {
	position: relative;
	border: 1px solid #d4d4d4;	
}
.woocommerce-product-search input[type="search"] {
	border: 0;
	border-radius: 0;
	width: 100%;
	outline: none;
	padding: 7px 80px 7px 12px;
	color: #000;
	font-size: 15px;
	background-color: transparent;
}
.woocommerce-product-search button[type="submit"] {
	border: 0;
	border-radius: 0;
	padding: 8px 10px;
	color: #fff;
	outline: none;
	position: absolute;
	right: 0;
	top: -1px;
	background-color: #1e38ae;
	cursor: pointer;
}
.woocommerce-product-search button[type="submit"]:hover {
	background-color: #000;
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message {
	margin-bottom: 0;
}
.widget.woocommerce ins {
	text-decoration: none;
}

/*  [ - Woocommerce Pagination ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce nav.woocommerce-pagination {
	text-align: center;
	margin-top: 50px;
}
.woocommerce .woocommerce-Reviews nav.woocommerce-pagination {
	margin-top: 0;
	margin-bottom: 20px;
}
.tax-product_cat.woocommerce nav.woocommerce-pagination {
	margin-top: 50px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	margin: 0 1px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #1e38ae;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {	
	background-color: #fff;
	border-radius: 0;
	border: none;
	box-shadow: 0px 2px 5px 0px rgba(235, 235, 235, 0.75);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(235, 235, 235, 0.75);
	color: #777777;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 5px 12px 8px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #1e38ae;
	color: #fff;
}

/*  [ - Title ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product a img {
	margin-bottom: 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.18px;
	line-height: 26px;
	display: inline-block;
	width: 100%;
	color: #000;
	padding: 0 10px;
	margin-bottom: 10px;
	position: relative;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover
.woocommerce ul.products li.product h3:hover {
	color: #1e38ae;
}
.woocommerce div.product .product_title {
	color: #232323;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.72px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}
.single-product .summary.entry-summary > div[itemprop="description"]{
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
}
.single-product .summary.entry-summary div[itemprop="description"] .wc-tabs-wrapper{
	padding: 0;
}
.single-product .product .entry-summary .product_title  {
	font-size: 30px;
	font-weight: 600;
	color: #464646;
	letter-spacing: 0.3px;
	margin-bottom: 5px;
	padding-bottom: 0;
	text-transform: capitalize;
	line-height: 45px;
}
.single-product .product .entry-summary .product_title  {
	display: none;
}
/*  [ - Star Rating ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce .star-rating {
	height: 18px;
}
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
	color: #1e38ae;
}
.woocommerce ul.products li.product .star-rating {	
	margin: 0 auto;
	font-size: 12px;
}

/*  [ - Price ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product .price {
	margin-bottom: 15px;
}
.woocommerce ul.products li.product .price del {
	opacity: 1;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product > a span.price {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 1;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
}
.woocommerce ul.products li.product .price ins {
	font-weight: 400;
	text-decoration: none;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}
.woocommerce ul.products li.product h3 {
    margin-bottom: 8px;
    padding-bottom: 12px;
	font-size: 14px;
}
.woocommerce ul.products li.product h3::after {
	background-color: #8fae1b;
	content: "";
	height: 2px;
	width: 62px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.woocommerce ul.products li.product .price del {
	margin-right: 5px;
}

/*  [ - 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-color: #1e38ae;
	border: 1px solid #1e38ae;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	outline: none;
	line-height: 24px;
	padding: 5px 15px;
	text-transform: uppercase;
	transition: all 1s ease 0s;
	word-wrap: break-word;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
	padding: 5px;
}
.woocommerce table.my_account_orders .button {
	white-space: normal;
	text-align: center;
	display: block;
}
.woocommerce .single_variation_wrap .single_add_to_cart_button {
	font-weight: 400;
}
.woocommerce-cart.woocommerce-page .cart-collaterals a.button,
.woocommerce-cart table.shop_table .button {
	font-size: 14px;
	font-weight: 400;
	margin-left: auto;
    margin-right: auto;
    max-width: 100%;	
	background-color: #1e38ae;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    outline: none;
    padding: 13px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;	
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding-top: 23px;
	padding-bottom: 0;
}
.wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
}
.woocommerce-cart.woocommerce-page .shop_table .actions button {
	padding-top: 12px;
	padding-bottom: 12px;
}
.woocommerce-cart.woocommerce-page .shop_table .actions button:hover {
	background-color: #000;
	color: #fff;	
}
.woocommerce-cart.woocommerce-page .cart-collaterals a.button:hover,
.woocommerce-cart table.shop_table .butto:hover {
    background-color: #000;
	color: #fff;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	background-color: transparent;
	border: 2px solid #1e38ae;
	border-radius: 0;
	box-shadow: none;
	color: #777;
	font-size: 15px;
	min-height: 44px;
	margin-right: 15px;
	outline: none;
	padding-left: 18px;
	padding-right: 18px;
}
.woocommerce-checkout table.shop_table {
	text-align: left;
}
.woocommerce input.button[disabled]:disabled,
.woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents .coupon > .button {
	background-color: transparent;
	border: 2px solid #1e38ae;
	color: #000;
	float: left;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 33px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
}
.woocommerce input.button[disabled]:disabled:hover,
.woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents .coupon > .button:hover {
	background-color: #000;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.woocommerce input.button[disabled]:disabled {
	float: right;
}
.single-product .woocommerce div.product p.price del,
.single-product .woocommerce div.product span.price del {
	font-size: 26px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000;
	font-size: 22px;
	letter-spacing: 1px;
}
.woocommerce #content div.product div.thumbnails a:last-of-type,
.woocommerce div.product div.thumbnails a:last-of-type,
.woocommerce-page #content div.product div.thumbnails a:last-of-type,
.woocommerce-page div.product div.thumbnails a:last-of-type {
	margin-bottom: 0;
}
.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 #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: transparent;
	color: #1e38ae;
	border-color: #1e38ae;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, 
.woocommerce input.button.loading::after {
	left: auto;
    margin-left: 10px;
    position: relative;
    right: auto;
    top: auto;
}
.woocommerce ul.products li.product .button {
	word-wrap: break-word;
	white-space: normal;
	background-color: #1e38ae;
	font-size: 14px;
	padding: 6px 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	margin: 0 10px;
	font-weight: 600;
}
.woocommerce .columns-4 ul.products li.product .button {
	font-size: 12px;
	padding: 6px 8px;
	margin: 0 5px;
}
.woocommerce ul.products li.product .button:hover {
	background-color: #000;
}
.woocommerce-page.columns-3 ul.products li.product .button {
	padding: 6px 12px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	border: none;
}
.woocommerce ul.products li.product .add_to_cart_button:hover {
	background-color: #000;
}

/* - Related Product */
.woocommerce ul.products li.product .button {
	white-space: normal;
	word-wrap: break-word;
}
.posted_in a,
.woocommerce-review-link {
	color: #777;
	text-decoration: none;
}
.posted_in a:hover,
.woocommerce-review-link:hover {
	color: #1e38ae;
}
.woocommerce a.remove:hover {
	background-color: #1e38ae;
}

/* - CartTable Setting */
.woocommerce-cart-form .shop_table thead th.product-thumbnail {
	width: 12%;
}
.woocommerce-cart-form .shop_table thead th.product-name {
	width: 33%;
}
.woocommerce-cart-form .shop_table thead th.product-price {
	width: 12%;
}
.woocommerce-cart-form .shop_table thead th.product-quantity {
	width: 20%;
}
.woocommerce-cart-form .shop_table thead th.product-subtotal {
	width: 15%;
}
.woocommerce-cart-form .shop_table thead th.product-remove {
	width: 8%;
}
.woocommerce a.remove {
	color: #333 !important;
	vertical-align: bottom;
	line-height: 18px;
}
.woocommerce a.remove.remove_from_wishlist {
	line-height: 17px;
}

/*  [ - Sale Flash ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	background-color: #1e38ae;
	color: #fff;
	position: absolute;
	left: 0;
	padding: 2px 6px;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 0;
	min-height: 1px;
	right: auto;
	text-transform: uppercase;
	top: 0px;
	display: inline-block;
    text-align: center;	
    font-size: 13px;
	z-index: 2;
	border-radius: 0;
}
.woocommerce ul.products li.product .onsale:hover,
.woocommerce span.onsale:hover {
	color: #fff;
}

/*  [ - Review Form ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
	background-color: transparent;
}
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.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 h2,
.woocommerce-page #reviews #comments h2 {
	margin-bottom: 20px;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
	margin-bottom: 20px;
	color: #232323;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 28px;
}

/*  [ - 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;
	margin: 0;
	padding: 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,
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	border-radius: 0;
	border: 1px solid #a3a3a3;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.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-color: #1e38ae;
}
.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: #1e38ae;
	color: #fff;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations select {
	width: 100%;
	font-size: 15px;
}
.woocommerce-variation-price {
	margin-bottom: 15px;
}
.woocommerce-ordering {
	position: relative;
}
.woocommerce-ordering:before {
	right: 0;
}
.woocommerce-ordering:after {
	right: 12px;
}

/*  [ - Tab ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs {
	display: inline-block;
	width: 100%;
	margin-top: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	width: auto;
	text-align: center;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
	position: relative;
	content: "";
	border-bottom: 4px solid #eeeeee;
}
.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;
	border: 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;
	border: none;
	padding: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #333;
	text-shadow: none;
	letter-spacing: 0.64px;
	padding: 12px 16px;
	outline: 0 none;
	border: none !important;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    text-decoration: none;	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.single-product .woocommerce-tabs > ul li a::before {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.single-product .woocommerce-tabs > ul li a::before {
   background-color: #1e38ae;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
	height: 4px;
	bottom: -4px;
	margin: 0 auto;	
}
.single-product .woocommerce-tabs > ul li.active a::before,
.single-product .woocommerce-tabs > ul li a:hover::before {
	width: 100%;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #000;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: transparent;
	color: #464646;	
}
.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 {
	border-radius: 0;
	box-shadow: none;
	padding: 20px;
	position: relative;
	margin-bottom: 0;
	border: 1px solid #d3ced2;
	border-top: 0;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content p,
.woocommerce div.product .woocommerce-tabs .entry-content p {
	letter-spacing: 0.63px;
	line-height: 1.85;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content p:not(.woocommerce-noreviews ):last-of-type,
.woocommerce div.product .woocommerce-tabs .entry-content p:not(.woocommerce-noreviews ):last-of-type {
	margin-bottom: 0;
}
.woocommerce-Reviews .woocommerce-noreviews {
	text-align: center;
}
.woocommerce p.stars a {
	color: #888;
}
.woocommerce-Tabs-panel .description p {
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 1.85;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	color: #717171;
	letter-spacing: 0.56px;
	line-height: 1.85;
	margin-bottom: 10px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	margin-bottom: 0;
}

/*  [ - 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: transparent;
	border-radius: 0;
	color: #000;
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	margin: 0px;
	position: relative;
}
.single.woocommerce .summary  form.cart button, 
.single.woocommerce .summary  form.cart .quantity {
	margin-bottom: 5px;
}
.single .yith-wcwl-add-to-wishlist {
	margin-top: 10px;
	margin-bottom: 0;
}
.single-share .social li a {
	margin: 15px 0 10px;
}
.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
	color: #1e38ae;
}
.yith-wcwl-wishlistaddedbrowse.show > a,
.yith-wcwl-wishlistexistsbrowse.show > a{
	text-decoration: none;
	color: #1e38ae;
	display: inline-block;
	margin-bottom: 5px;
}

/*  [ - Product Categories ]
- - - - - - - - - - - - - - - - - - - - */
.single-product .product_meta .tagged_as,
.single-product .product_meta .posted_in {
	color: #000;
	display: block;
	margin-top: 10px;
}
.single-product .product_meta .tagged_as a,
.single-product .product_meta .posted_in a {
	color: #000;
	display: inline-block;
}
.single-product .product_meta .tagged_as a:hover,
.single-product .product_meta .posted_in a:hover {
	color: #1e38ae;
}
.single-product .product_meta .tagged_as a:last-of-type,
.single-product .product_meta .posted_in a:last-of-type {
	margin-right: 0;
}
.woocommerce .woocommerce-product-rating .star-rating {
	font-size: 12px;
}
.single-product.woocommerce div.product p.price, 
.single-product.woocommerce div.product span.price,
.single-product.woocommerce ul.products li.product p.price {
	font-weight: 600;
	line-height: 26px;
}
.single-product.woocommerce div.product p.price del .amount {
	font-weight: 400;
	font-size: 20px;
}
.single-product .product .entry-summary .single_add_to_cart_button {
	background-color: #1e38ae;
	color: #fff;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	border: none;
}
.single-product .product .entry-summary .single_add_to_cart_button:hover {
	background-color: #000;
	color: #fff;
}

/*  [ - Woocommerce Form ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #d1d1d1;
	line-height: 20px;
	padding: 10px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	height: auto;
	border-radius: 0;
	background-color: transparent;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background-color: transparent;
}
.woocommerce-checkout-payment .payment_methods label {
	color: #333;
	letter-spacing: 0.52px;
	margin-bottom: 0;
	text-transform: uppercase;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	margin-left: 10px;
	float: none;
	line-height: normal;
	font-size: 14px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields button {
	margin-top: 10px;
}
#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
	margin-bottom: 15px;
}
#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label {
	margin-bottom: 10px;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 10px;
}

/*  [ - Upsells Products ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #d1d1d1;
}
.upsells.products > h2,
.related.products > h2 {
	font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    margin: 19px 0 21px;
    text-transform: capitalize;
}
.woocommerce-info > a.showlogin,
.woocommerce-info > a.showcoupon {
	color: #1e38ae;
	text-decoration: none;
	margin-left: 5px;
}
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
	border-top-color: #1e38ae;
	background-color: #ddd;
	font-size: 14px;
	text-align: left;
	padding-right: 1.5em;
	color: #000;
	margin-bottom: 25px;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	color: #000;
	text-decoration: none;
}
.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before {
	color: #1e38ae;
}
.woocommerce-checkout .woocommerce form.login .form-row label.inline {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 0;
}
/*  [ - Woocommerce Account ]
- - - - - - - - - - - - - - - - - - - - */
.woocommerce-account .sidebar-enable .woocommerce-MyAccount-navigation {
	width: 100%;
}
.woocommerce-account .sidebar-enable .woocommerce-MyAccount-content {
	width: 100%;
}
.sidebar-enable .woocommerce-MyAccount-navigation ul {
	margin-bottom: 30px;
}
.woocommerce-account .woocommerce > h2 {
	margin-top: 0;
	color: #232323;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.462px;
	line-height: 36px;	
}
.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	width: 100%;
	background-color: #1e38ae;
	border-bottom: 1px solid #fff;
	padding: 10px 15px;
}
.woocommerce-MyAccount-navigation ul li.is-active {
	position: relative;
}
.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: "Font Awesome 5 Free";
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.sidebar-enable .woocommerce-MyAccount-navigation ul li.is-active::after {
	content: "\f107";	
}
.woocommerce-MyAccount-content {
	width: 100%;
	padding: 15px;
	border: 1px solid #bababa;
}
.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info {
	margin-bottom: 0;
}
.woocommerce-MyAccount-content table th{
	border-width: 0 0 0 1px;
}
.woocommerce-MyAccount-content table td{
	border-width: 0 0 0 1px;
}
.woocommerce-MyAccount-content p {
	font-size: 15px;
	color: #232323;	
}
.woocommerce-Address-title h3 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 27px;
}
.woocommerce-Address-title .edit {
    background-color: #1e38ae;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 14px;
    padding: 3px 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: #1e38ae;
	border-color: #1e38ae;
	background-color: transparent;
}
.woocommerce-Addresses address {
	font-size: 15px !important;
	color: #000;
	line-height: 24px;
}
.woocommerce-account .woocommerce table.my_account_orders .order-actions{
	text-align: center;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #fff;
}
.woocommerce-MyAccount-navigation ul li a {
	text-transform: capitalize;
	color: #fff;
	line-height: 26px;
	word-wrap: break-word;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.56px;
}
.woocommerce-MyAccount-content {
	color: #444;
	font-size: 18px;
	line-height: 26px;
}
.woocommerce-MyAccount-content form  > h3 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label {
	margin-bottom: 10px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p {
	margin-bottom: 16px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
	margin: 15px 0 12px;
}

.woocommerce .woocommerce-MyAccount-content  .woocommerce-order-details,
.woocommerce .woocommerce-MyAccount-content  .woocommerce-customer-details {
	margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content  .woocommerce-customer-details h2  {
	margin-bottom: 12px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details address {
	font-size: 14px;
}
.woocommerce-MyAccount-content p strong {
	color: #000;
	text-transform: capitalize;
}
.woocommerce-MyAccount-content p a {
	color: #000;
	font-weight: 500;
}
#customer_login h2 {
	margin-top: 0;
	font-size: 22px;
	letter-spacing: 0.58px;
	font-weight: 700;	
}
.woocommerce-MyAccount-orders .order-number a {
	color: #000;
}
.woocommerce-MyAccount-content h2 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
	color: #000;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details {
	margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table.customer_details td,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details td,
.woocommerce .woocommerce-MyAccount-content table.shop_table.customer_details th,
.woocommerce .woocommerce-MyAccount-content table.shop_table.order_details th {
	font-size: 14px;
}
.woocommerce table.my_account_orders .order-actions .button {
	display: block;
	white-space: normal;
	word-wrap: break-word;
	text-align: center;
}
.woocommerce .mini_cart_item .quantity   {
	border: none;
}
.woocommerce-account  table tbody td a {
	color: #1e38ae;
}
.woocommerce mark {
	background-color: transparent;
}
/* - Quatity */
.woocommerce .quantity input.qty {
	border: 1px solid #ebebeb;
    border-radius: 0;
    color: #464646;
    font-size: 14px;
    outline: medium none;
    padding: 6px 0;
	min-height: 40px;
}
.woocommerce .quantity input:focus {
  outline: 0;
}
.woocommerce .quantity-button {
	position: relative;
	cursor: pointer;
	width: 30px;
	text-align: center;
	color: #464646;
	line-height: 35px;
	height: 35px;
    font-size: 14px;
    font-weight: 700;
	-ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.woocommerce .quantity-button.quantity-up {
	float: right;
}
.woocommerce .quantity-button.quantity-down {
	float: left;
}
.widget_product del,
.widget_product ins {
	outline: none;
	text-decoration: none;
}

/* Search Page */
.search.woocommerce-page .page-title {
	display: none;
}
.search.woocommerce-page.woocommerce .woocommerce-result-count {
	padding-top: 0;
}
.wishlist_table tr td.product-name {
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	direction: ltr;
}

.select2-container--default .select2-selection--single {
	border: 0 none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
	outline: none !important;
}
span.select2-selection.select2-selection--single {
	outline: none;
	background-color: transparent;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	outline: none !important;
	color: transparent;
    text-shadow: 0 0 0 #717171;
}
.select2.select2-container.select2-container--default,
.select2.select2-container.select2-container--default.select2-container--focus {
	border: 1px solid #c5c5c5;
	padding: 8px 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 30px 0 25px;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 30px 0 0;
}

.woocommerce-checkout .checkout_coupon .input-text {
	background-color: transparent;
	min-height: 44px;
}
.woocommerce-checkout .checkout_coupon button  {
	padding-top: 9px;
	padding-bottom: 9px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #1e38ae;
	color: #fff;
	margin-bottom: 10px;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border-color: #1e38ae;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
}
.woocommerce-cart .blockUI.blockOverlay,
.woocommerce-checkout .blockUI.blockOverlay {
	background-color: transparent !important;
}

#add_payment_method #payment ul.payment_methods li:last-of-type .payment_box,
.woocommerce-cart #payment ul.payment_methods li:last-of-type .payment_box,
.woocommerce-checkout #payment ul.payment_methods li:last-of-type .payment_box,
#add_payment_method #payment ul.payment_methods li:last-of-type,
.woocommerce-cart #payment ul.payment_methods li:last-of-type,
.woocommerce-checkout #payment ul.payment_methods li:last-of-type {
    margin-bottom: 3px;
}

.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
	margin-bottom: 25px;
}
.woocommerce .woocommerce-customer-details {
	margin-bottom: 0;
}
.woocommerce-customer-details .woocommerce-column__title {
	margin-bottom: 25px;
}
.woocommerce .woocommerce-customer-details address {
	padding: 20px 30px 27px;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2  {
	padding: 0;
}
.woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
	margin-bottom: 25px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
	margin-top: 25px;
	margin-bottom: 25px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm p button {
	margin-top: 20px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account {
	margin-top: 3px;
}
.woocommerce-account .woocommerce-form.woocommerce-form-login.login {
	margin-bottom: 0;
}

/* Footer Widget */
.footer-widget .widget.woocommerce ul li,
.footer-widget .widget.woocommerce ul li a {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_shopping_cart .woocommerce-mini-cart__empty-message,
.footer-widget .woocommerce-product-search input[type="search"],
.woocommerce .footer-widget .widget_layered_nav ul li:hover a,
.woocommerce .footer-widget .widget_layered_nav ul li:hover span,
.woocommerce .footer-widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .footer-widget .widget_layered_nav_filters ul li a::before,
.woocommerce .footer-widget .widget_shopping_cart .total,
.footer-widget .woocommerce.widget_shopping_cart .total,
.woocommerce .footer-widget .star-rating::before,
.woocommerce .footer-widget .star-rating span::before,
.woocommerce .footer-widget .widget_price_filter .price_slider_wrapper .price_label,
.footer-widget .widget.woocommerce ul li a:hover {
	color: #fff;
}
.footer-widget .woocommerce-product-search button[type="submit"]:hover,
.footer-widget .woocommerce-product-search button[type="submit"],
.woocommerce .footer-widget a.button,
.woocommerce .footer-widget button.button,
.woocommerce .footer-widget .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .footer-widget .widget_price_filter .price_slider_wrapper .ui-slider-range,
.woocommerce .footer-widget .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	background-color: #fff;
}
.footer-widget .woocommerce-product-search button[type="submit"]:hover,
.footer-widget .woocommerce-product-search button[type="submit"],
.woocommerce .footer-widget a.button,
.woocommerce .footer-widget button.button,
.woocommerce .footer-widget .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	color: #000;
}
.woocommerce .footer-widget a.button:hover,
.woocommerce .footer-widget button.button:hover,
.woocommerce .footer-widget .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	color: #fff;
	background-color: #000;
}
.woocommerce .footer-widget a.remove {
	color: #fff !important;
}
.woocommerce .sidebar-enable .cart-collaterals .cart_totals,
.woocommerce-page .sidebar-enable .cart-collaterals .cart_totals,
.woocommerce .sidebar-enable .cart-collaterals .cross-sells,
.woocommerce-page .sidebar-enable .cart-collaterals .cross-sells {
	width: 100%;
}
.footer-widget .widget_product_tag_cloud .tagcloud a {
	background-color: transparent;
}
.footer-widget .widget_shopping_cart a.button {
	background-color: #fff;
	color: #000;
	border-color: transparent;
}
.footer-widget .widget_shopping_cart a.button:hover {
	background-color: #fff;
	color: #000;
	border-color: transparent;
}
.woocommerce .footer-widget .widget .star-rating::before,
.footer-widget  .woocommerce.widget .star-rating span::before {
    color: #fff;
}
.woocommerce-message a.button {
	margin-left: 10px;
}

/* ========================================================================== */
	/* - Responsive */
/* ========================================================================== */

/* - min-width: 992 */
@media (min-width: 992px) {
	.woocommerce-error,
	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error li,
	.woocommerce-message li,
	.woocommerce-info li {
		line-height: 30px;
	}
	.woocommerce table.my_account_orders .button {
		white-space: normal;
		display: inline-block;
		width: 100%;
	}
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width:100%;
		width: 100%;
	}
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.woocommerce .checkout_coupon .form-row-first,
	.woocommerce .checkout_coupon .form-row-last,
	.woocommerce-page .checkout_coupon .form-row-first,
	.woocommerce-page .checkout_coupon .form-row-last {
		width: 49%;
	}
	.woocommerce .checkout_coupon p {
		margin-bottom: 0;
	}
	.woocommerce-Addresses address {
		margin-bottom: 0;
	}
	
	.u-columns.woocommerce-Addresses .u-column1 address {
		margin-bottom: 15px;
	}
	.woocommerce-page .cross-sells ul.products li.product,
	.woocommerce-page.columns-1 .up-sells.upsells.products ul.products li.product,
	.woocommerce-page.columns-4 .up-sells.upsells.products ul.products li.product,
	.woocommerce-page.columns-4 .related.products ul.products li.product,
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product,
	.woocommerce-page.columns-3 .related.products ul.products li.product,
	.woocommerce-page.columns-2 .up-sells.upsells.products ul.products li.product,
	.woocommerce-page.columns-1 .related.products ul.products li.product,
	.woocommerce-page.columns-2 .related.products ul.products li.product {
		margin-bottom: 0;
	}
	.woocommerce-page .cross-sells ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-1 .up-sells.upsells.products ul.products li.product:nth-child(n+2),
	.woocommerce-page.columns-4 .up-sells.upsells.products ul.products li.product:nth-child(n+5),
	.woocommerce-page.columns-4 .related.products ul.products li.product:nth-child(n+5),
	.woocommerce-page.columns-2 .up-sells.upsells.products ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-2 .related.products ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(n+4),
	.woocommerce-page.columns-1 .related.products ul.products li.product:nth-child(n+2),
	.woocommerce-page.columns-3 .related.products ul.products li.product:nth-child(n+4) {
		margin-top: 3.9%;
	}
	.woocommerce-page.columns-2 .up-sells.upsells.products ul.products li.product:nth-child(2n),
	.woocommerce-page.columns-2 .related.products ul.products li.product:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(3n) {
		margin-right: 0;
	}
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(3n+1) {
		clear: both;
		margin-right: 3.8%;
	}
	
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(4n+1) {
		clear: none;
	}
	
	/* Product Grid Remove Margin Bottom */
	.post-type-archive-product.woocommerce .columns-1 ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-1 ul.products li.product,
	.post-type-archive-product.woocommerce .columns-2 ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-2 ul.products li.product,
	.post-type-archive-product.woocommerce .columns-3 ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-3 ul.products li.product,
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product {
		margin-bottom: 0;
	}
	/* Product Grid Add Margin Top */
	.post-type-archive-product.woocommerce .columns-1 ul.products li.product:nth-child(n+2),
	.post-type-archive-product .woocommerce-page.columns-1 ul.products li.product:nth-child(n+3),
	.post-type-archive-product.woocommerce .columns-2 ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-2 ul.products li.product:nth-child(n+3),
	.post-type-archive-product.woocommerce .columns-3 ul.products li.product:nth-child(n+4),
	.post-type-archive-product .woocommerce-page.columns-3 ul.products li.product:nth-child(n+4),
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product:nth-child(n+5),
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product:nth-child(n+5) {
		margin-top: 3.9%;
	}
	
	.woocommerce-page .sidebar-enable .cart-collaterals .cross-sells {
		margin-bottom: 30px;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	/* - WooCommerce Order Received */
	.woocommerce .widget_price_filter .price_slider_wrapper .price_label,
	.woocommerce .widget_price_filter .price_slider_amount .button {
		display: block;
		float: none;
	}
	.widget-title {
		font-size: 16px;
		line-height: 31px;
	}
	.widget.woocommerce ul.product_list_widget li img {
		width: 60px;
	}
	.single-product .product .entry-summary .single_add_to_cart_button {
		padding: 8px 15px;
	}
	
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.woocommerce-Addresses address {
		margin-bottom: 15px;
	}
	.woocommerce-MyAccount-content .u-column2.col-2.woocommerce-Address  address {
		margin-bottom: 0;
	}
	
	/* Product 4col */
	.woocommerce-page.woocommerce .content-area.columns-4 ul.products li.product,
	.woocommerce .woocommerce-page.content-area.columns-4 ul.products li.product {
		width: 48%;
	}
	.woocommerce-page.woocommerce .content-area.columns-4 ul.products li.product:nth-child(2n),
	.woocommerce .woocommerce-page.content-area.columns-4 ul.products li.product:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.woocommerce-page.woocommerce .content-area.columns-4 ul.products li.product:nth-child(2n+1),
	.woocommerce .woocommerce-page.content-area.columns-4 ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	.woocommerce-page.woocommerce .content-area.columns-4 ul.products li.product:nth-child(3n+1),
	.woocommerce .woocommerce-page.content-area.columns-4 ul.products li.product:nth-child(3n+1) {
		clear: none;
	}
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product:nth-child(n+5),
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product:nth-child(n+5) {
		margin-top: 0;
	}
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	
	/* Upsells And Related */
	.woocommerce-page.columns-4 .up-sells.upsells.products ul.products li.product,
	.woocommerce-page.columns-4 .related.products ul.products li.product {
		margin-bottom: 0;
	}
	.woocommerce-page.columns-4 .up-sells.upsells.products ul.products li.product:nth-child(n+5),
	.woocommerce-page.columns-4 .related.products ul.products li.product:nth-child(n+5) {
		margin-top: 0;
	}
	.woocommerce-page.columns-4 .up-sells.upsells.products ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-4 .related.products ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	
	.woocommerce-page.columns-4 .up-sells.upsells.products ul.products li.product:nth-child(2n),
	.woocommerce-page.columns-4 .related.products ul.products li.product:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	
	/* Product 3col */
	.woocommerce-page.woocommerce .content-area.columns-3 ul.products li.product,
	.woocommerce .woocommerce-page.content-area.columns-3 ul.products li.product {
		width: 48%;
	}
	.woocommerce-page.woocommerce .content-area.columns-3 ul.products li.product:nth-child(2n),
	.woocommerce .woocommerce-page.content-area.columns-3 ul.products li.product:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.woocommerce-page.woocommerce .content-area.columns-3  ul.products li.product:nth-child(2n+1),
	.woocommerce .woocommerce-page.content-area.columns-3 ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	.woocommerce-page.woocommerce .content-area.columns-3  ul.products li.product:nth-child(3n+1),
	.woocommerce .woocommerce-page.content-area.columns-3 ul.products li.product:nth-child(3n+1) {
		clear: none;
	}
	.post-type-archive-product.woocommerce .columns-3 ul.products li.product:nth-child(n+4),
	.post-type-archive-product .woocommerce-page.columns-3 ul.products li.product:nth-child(n+4) {
		margin-top: 0;
	}
	.post-type-archive-product.woocommerce .columns-3 ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-3 ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-3 .related.products ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon, 
	.woocommerce-page table.cart td.actions .coupon {
		float: none;
	}
	.woocommerce-cart.woocommerce-page  .woocommerce-cart-form table .actions  .coupon .button,
	.woocommerce-cart  .woocommerce-cart-form table .actions  .coupon .button,
	.woocommerce-cart  .woocommerce-cart-form table .actions  .coupon #coupon_code {
		width: 100%;
		margin-bottom: 10px;
	}
	.woocommerce-cart  .woocommerce-cart-form table .actions .button {
		width: 100%;
	}
	
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td::before, 
	.woocommerce-page .woocommerce-cart-form  table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		float: left;	
	}
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td, 
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td {
		display: block;
		text-align: right;
	}
	.woocommerce .woocommerce-cart-form table.shop_table_responsive thead,
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive thead {
		display: none;
	}
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.actions::before, 
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-remove::before, 
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.actions::before, 
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-remove::before {
		display: none;
	}
	.woocommerce .woocommerce-cart-form #content table.cart .product-thumbnail, 
	.woocommerce .woocommerce-cart-form  table.cart .product-thumbnail, 
	.woocommerce-page .woocommerce-cart-form #content table.cart .product-thumbnail, 
	.woocommerce-page .woocommerce-cart-form table.cart .product-thumbnail {
		display: none;
	}
	.cart-collaterals .cart_totals .shop_table .order-total td,
	.cart-collaterals .cart_totals .shop_table .cart-subtotal td {
		padding-left: 0;
	}
	.woocommerce-page table.wishlist_table .product-thumbnail{
		display: inline-block;
		width: 100%;
		float: right;
		border: none;
	}
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(3n+1) {
		clear: none;
	}
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(3n){
		margin-right: 3.8%;
	}
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(2n){
		margin-right: 0;
	}

	.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 td{
		position: relative;
	}
	
	table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		font-weight: bold;
	}
	.woocommerce table.wishlist_table tr td::before {
		float: left;
		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;
	}
	.yith-wcwl-share {
		text-align: left;
	}
	.woocommerce table.wishlist_table tfoot tr {
		margin: 0;
	}
	.woocommerce table.wishlist_table tfoot tr td,
	.woocommerce-page table.wishlist_table tfoot tr td {
		border: none;
		padding: 0;
	}
	
	/* Cart Total */
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.woocommerce .sidebar-enable #content div.product div.images,
	.woocommerce .sidebar-enable div.product div.images,
	.woocommerce-page .sidebar-enable #content div.product div.images,
	.woocommerce-page .sidebar-enable div.product div.images {
		width: 100%;
	}
	.woocommerce .sidebar-enable #content div.product div.summary,
	.woocommerce .sidebar-enable div.product div.summary,
	.woocommerce-page .sidebar-enable #content div.product div.summary,
	.woocommerce-page .sidebar-enable div.product div.summary {
		float: none;
		width: 100%;
	}
	.woocommerce .sidebar-enable #content div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce .sidebar-enable div.product .woocommerce-tabs ul.tabs li a {
		padding: 10px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	
	/* - WooCommerce Order Received */
	.woocommerce-order-received .woocommerce .order_details li {
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px dotted #d3ced2;
		width: 100%;
	}	
	.woocommerce-order-received .woocommerce .order_details li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt3:after {
		clear: none;
	}

	/*  [ - Products Grid ]
	- - - - - - - - - - - - - - - - - - - - */	
	.woocommerce .widget_shopping_cart .cart_list li,
	.woocommerce.widget_shopping_cart .cart_list li {
		padding-left: 0 !important;
	}
	.woocommerce .widget_shopping_cart .cart_list li a.remove, 
	.woocommerce.widget_shopping_cart .cart_list li a.remove {
		position: relative;
		float: right;
	}

	/*  [ - Related Products ]
	- - - - - - - - - - - - - - - - - - - - */	
	
	.woocommerce table.shop_table thead tr th,
	.woocommerce table.shop_table td {
		padding: 12px;
	}
	.woocommerce-cart .woocommerce table.shop_table td .coupon .button {
		margin-bottom: 10px;
	}
	.single-product .product .entry-summary .product_title{
		font-size: 23px;
		line-height: 40px;
	}
	
	.woocommerce .cart-collaterals, 
	.woocommerce-page .cart-collaterals {
		margin-top: 0;
	}
	.cart_totals.calculated_shipping h2 {
		margin-top: 0;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.woocommerce table.wishlist_table tr td.product-remove {
		padding-left: 10px;
		padding-right: 10px;
	}
	.woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
		margin-bottom: 15px;
	}
	.woocommerce-MyAccount-content .u-column2.col-2.woocommerce-Address  address {
		margin-bottom: 0;
	}
	.woocommerce nav.woocommerce-pagination {
		margin-top: 20px;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.woocommerce table.my_account_orders .order-actions .button {
		margin: 0;
		padding: 5px;
	}
	.woocommerce-account .addresses .title h3,
	.woocommerce-account .addresses .title .edit,
	.woocommerce-account ul.digital-downloads li .count {
		float: none;
	}
	.woocommerce  .summary.entry-summary .quantity {
		margin-bottom: 10px !important;
	}
	.single-product .product .entry-summary .single_add_to_cart_button {
		padding: 8px 10px;
	}
	.single-product .product .entry-summary .single_add_to_cart_button {
		margin-left: 0;
	}
	.woocommerce-page .columns-3  ul.products li.product .button,
	.woocommerce-page .columns-2  ul.products li.product .button {
		padding: 10px;
	}
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product,
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product,
	.woocommerce .related.products ul.products li.product,
	.woocommerce .related.products ul.products li.product {
		width: 30.75%;
		margin-right: 3.8%;
		float: left;
	}
	.woocommerce .columns-4 .up-sells.upsells ul.products li.product,
	.woocommerce .columns-4 .up-sells.upsells ul.products li.product,
	.woocommerce .related.products ul.products li.product,
	.woocommerce .related.products ul.products li.product {
		margin-bottom: 0;
	}
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product,
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product {
		margin-bottom: 0;
		margin-right: 3.8%;
	}
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product:nth-child(3n),
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product:nth-child(3n) {
		margin-right: 0;
	}
	
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product:nth-child(2n+1),
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product:nth-child(2n+1),
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product:nth-child(4n+1),
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product:nth-child(4n+1) {
		clear: none;
	}
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product:nth-child(3n+1),
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product:nth-child(3n+1) {
		clear: both;
	}
	.woocommerce .columns-4 .up-sells.upsells ul.products li.product:nth-child(n+5),
	.woocommerce .columns-4 .up-sells.upsells ul.products li.product:nth-child(n+5),
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product:nth-child(n+4),
	.woocommerce .columns-3 .up-sells.upsells ul.products li.product:nth-child(n+4),
	.woocommerce .related.products ul.products li.product:nth-child(n+4),
	.woocommerce .related.products ul.products li.product:nth-child(n+4) {
		margin-top: 3.9%;
	}

	.woocommerce .related.products ul.products li.product:nth-child(2n+1),
	.woocommerce .related.products ul.products li.product:nth-child(2n+1) {
		clear: none;
	}
	.woocommerce .related.products ul.products li.product:nth-child(3n+1),
	.woocommerce .related.products ul.products li.product:nth-child(3n+1) {
		clear: both;
	}
	.woocommerce .related.products ul.products li.product:nth-child(3n),
	.woocommerce .related.products ul.products li.product:nth-child(3n) {
		margin-right: 0;
	}
	
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td::before, 
	.woocommerce-page .woocommerce-cart-form  table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		float: left;	
	}
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td, 
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td {
		display: block;
		text-align: right;
	}
	.woocommerce .woocommerce-cart-form table.shop_table_responsive thead,
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive thead {
		display: none;
	}
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.actions::before, 
	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-remove::before, 
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.actions::before, 
	.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-remove::before {
		display: none;
	}
	.woocommerce .woocommerce-cart-form #content table.cart .product-thumbnail, 
	.woocommerce .woocommerce-cart-form  table.cart .product-thumbnail, 
	.woocommerce-page .woocommerce-cart-form #content table.cart .product-thumbnail, 
	.woocommerce-page .woocommerce-cart-form table.cart .product-thumbnail {
		display: none;
	}
	.cart-collaterals .cart_totals .shop_table .order-total td,
	.cart-collaterals .cart_totals .shop_table .cart-subtotal td {
		padding-left: 0;
	}
	.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 td{
		position: relative;
	}
	
	table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		font-weight: bold;
	}
	.woocommerce table.wishlist_table tr td::before {
		float: left;
		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;
	}
	.yith-wcwl-share {
		text-align: left;
	}
	.woocommerce table.wishlist_table tfoot tr {
		margin: 0;
	}
	.woocommerce table.wishlist_table tfoot tr td,
	.woocommerce-page table.wishlist_table tfoot tr td {
		border: none;
		padding: 0;
	}
	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		margin-bottom: 0;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	.cart-collaterals .cart_totals .shop_table .order-total td,
	.cart-collaterals .cart_totals .shop_table .cart-subtotal td {
		padding-left: 0;
	}
	
	.woocommerce-cart input.button[disabled]:disabled {
		float: none;
	}
	
	/* - WooCommerce Order Received */
	.woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce {
		padding: 0;
	}
	.woocommerce-order-received .woocommerce .order_details li {
		border-right: none;
		border-bottom: 1px dotted #d3ced2;
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.woocommerce-order-received .woocommerce .order_details li:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.woocommerce-order-received .shop_table.order_details .product-name strong,
	.woocommerce-order-received .shop_table.order_details .product-name a {
		font-size: 13px;
	}
	.woocommerce div.product .product_title {
		font-size: 22px;
	}
	.woocommerce ul.products li.product .price,
	.woocommerce div.product p.price,
	.woocommerce div.product span.price {
		font-size: 24px;
	}
	.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;
		margin-bottom: 15px;
	}
	.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;
	}
	.yith-wcwl-share {
		float: left;
		margin-bottom: 15px;
		margin-left: 10px;
		text-align: left;
	}
	.woocommerce table.wishlist_table tfoot tr {
		margin: 0;
	}
	.woocommerce table.wishlist_table tfoot tr td,
	.woocommerce-page table.wishlist_table tfoot tr td {
		border: none;
		padding: 0;
	}
	.woocommerce-Addresses address {
		font-size: 15px;
	}
	.woocommerce .related.products ul.products li.product,
	.woocommerce .related.products ul.products li.product {
		width: 48%;
	}
	.woocommerce .related.products ul.products li.product:nth-child(2n),
	.woocommerce .related.products ul.products li.product:nth-child(2n) {
		float: right;
	}
	.woocommerce .related.products ul.products li.product:nth-child(2n+1),
	.woocommerce .related.products ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	
	.woocommerce ul.products li.product .button {
		padding: 10px 8px;
	}
	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		max-width: 60px;
		max-height: 60px;
	}
	.woocommerce-Tabs-panel .comment_container {
		padding-left: 70px;
	}
	.woocommerce table.my_account_orders .button {
		display: inline-block;
	}
	.woocommerce-page.woocommerce .content-area.columns-4.col-xl-9 ul.products li.product,
	.woocommerce .woocommerce-page.content-area.columns-4.col-xl-9 ul.products li.product {
		width: 48%;
	}
	.woocommerce-page.woocommerce .content-area.columns-4.col-xl-9 ul.products li.product:nth-child(2n),
	.woocommerce .woocommerce-page.content-area.columns-4.col-xl-9 ul.products li.product:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.woocommerce-page.woocommerce .content-area.columns-4.col-xl-9  ul.products li.product:nth-child(2n+1),
	.woocommerce .woocommerce-page.content-area.columns-4.col-xl-9 ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	.woocommerce-page.woocommerce .content-area.columns-4.col-xl-9  ul.products li.product:nth-child(3n+1),
	.woocommerce .woocommerce-page.content-area.columns-4.col-xl-9  ul.products li.product:nth-child(3n+1) {
		clear: none;
	}
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product {
		margin-bottom: 0;
	}
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	
	/* Product 3 Col */
	.woocommerce-page.woocommerce .content-area.columns-3.col-xl-9 ul.products li.product,
	.woocommerce .woocommerce-page.content-area.columns-3.col-xl-9 ul.products li.product {
		width: 48%;
	}
	.woocommerce-page.woocommerce .content-area.columns-3.col-xl-9 ul.products li.product:nth-child(2n),
	.woocommerce .woocommerce-page.content-area.columns-3.col-xl-9 ul.products li.product:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.woocommerce-page.woocommerce .content-area.columns-3.col-xl-9  ul.products li.product:nth-child(2n+1),
	.woocommerce .woocommerce-page.content-area.columns-3.col-xl-9 ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	.woocommerce-page.woocommerce .content-area.columns-3.col-xl-9  ul.products li.product:nth-child(3n+1),
	.woocommerce .woocommerce-page.content-area.columns-3.col-xl-9  ul.products li.product:nth-child(3n+1) {
		clear: none;
	}
	.post-type-archive-product.woocommerce .columns-3.col-xl-9  ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-3.col-xl-9  ul.products li.product {
		margin-bottom: 0;
	}
	.post-type-archive-product.woocommerce .columns-3.col-xl-9  ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-3.col-xl-9  ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	
	/* Product 2 Col */
	.woocommerce-page.woocommerce .content-area.columns-2.col-xl-9 ul.products li.product,
	.woocommerce .woocommerce-page.content-area.columns-2.col-xl-9 ul.products li.product {
		width: 48%;
	}
	.woocommerce-page.woocommerce .content-area.columns-2.col-xl-9 ul.products li.product:nth-child(2n),
	.woocommerce .woocommerce-page.content-area.columns-2.col-xl-9 ul.products li.product:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.woocommerce-page.woocommerce .content-area.columns-2.col-xl-9  ul.products li.product:nth-child(2n+1),
	.woocommerce .woocommerce-page.content-area.columns-2.col-xl-9 ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	.post-type-archive-product.woocommerce .columns-2.col-xl-9  ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-2.col-xl-9  ul.products li.product {
		margin-bottom: 0;
	}
	.post-type-archive-product.woocommerce .columns-2.col-xl-9  ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-2.col-xl-9  ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	
	/* Product 1 Col */
	.woocommerce-page.woocommerce .content-area.columns-1.col-xl-9 ul.products li.product,
	.woocommerce .woocommerce-page.content-area.columns-1.col-xl-9 ul.products li.product {
		width: 48%;
	}
	.woocommerce-page.woocommerce .content-area.columns-1.col-xl-9 ul.products li.product:nth-child(2n),
	.woocommerce .woocommerce-page.content-area.columns-1.col-xl-9 ul.products li.product:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.woocommerce-page.woocommerce .content-area.columns-1.col-xl-9  ul.products li.product:nth-child(2n+1),
	.woocommerce .woocommerce-page.content-area.columns-1.col-xl-9 ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	.post-type-archive-product.woocommerce .columns-1.col-xl-9  ul.products li.product,
	.post-type-archive-product .woocommerce-page.columns-1.col-xl-9  ul.products li.product {
		margin-bottom: 0;
	}
	.post-type-archive-product.woocommerce .columns-1.col-xl-9  ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-1.col-xl-9  ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	.woocommerce .related.products ul.products li.product,
	.woocommerce .related.products ul.products li.product {
		margin-bottom: 0;
	}
	.woocommerce .related.products ul.products li.product:nth-child(n+3),
	.woocommerce .related.products ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a  {	
		font-size: 14px;
	}
	
	.woocommerce-page.columns-2 .up-sells.upsells.products ul.products li.product,
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product,
	.woocommerce-page.columns-4 .up-sells.upsells.products ul.products li.product,
	.woocommerce-page.columns-4 .related.products ul.products li.product {
		margin-bottom: 0;
	}
	.woocommerce-page.columns-2 .up-sells.upsells.products ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-4 .up-sells.upsells.products ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-4 .related.products ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	
	.woocommerce-page.columns-4 .up-sells.upsells.products ul.products li.product:nth-child(2n),
	.woocommerce-page.columns-4 .related.products ul.products li.product:nth-child(2n) {
		float: right;
		/* margin-right: 0; */
	}
	.woocommerce-page .cross-sells ul.products li.product {
		margin-bottom: 0;
	}
	.woocommerce-page .cross-sells ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	.woocommerce-page .cart-collaterals .cross-sells {
		margin-bottom: 30px;
	}
	.woocommerce-page.columns-1 .up-sells.upsells.products ul.products li.product,
	.woocommerce-page.columns-1 .related.products ul.products li.product {
		margin-bottom: 0;
	}
	.woocommerce-page.columns-1 .up-sells.upsells.products ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-1 .related.products ul.products li.product:nth-child(n+3) {
		margin-top: 3.9%;
	}
	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		margin-bottom: 0;
	}
	.woocommerce .woocommerce-error .button,
	.woocommerce .woocommerce-info .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce-page .woocommerce-error .button,
	.woocommerce-page .woocommerce-info .button,
	.woocommerce-page .woocommerce-message .button {
		text-align: center;
		display: block;
		word-wrap: break-word;
		white-space: normal;
		float: none;
		margin-bottom: 5px;
	}
}

/* - 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-cart .woocommerce table.shop_table td .coupon .button {
		width: 100%;
		margin-top: 15px;
	}
	.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;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product, 
	.woocommerce-page[class*="columns-"] ul.products li.product,
	.woocommerce[class*="columns-"] ul.products li.product,
	.woocommerce-page[class*="columns-"] ul.products li.product,
	.woocommerce[class*="columns-"] ul.products li.product {
		margin: 0 auto 30px;
		padding-right: 0;
		width: 100%;
		float: none !important;
		max-width: 300px;
	}
	.woocommerce .related.products ul.products li.product,
	.woocommerce .related.products ul.products li.product {
		width: 100%;
		float: none !important;
		display: block;
		margin: 0 auto 0;
	}
	.upsells.products > h2, 
	.related.products > h2 {
		font-size: 22px;
		letter-spacing: 1px;
		text-align: center;
	}	
	.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;
	}	
	.woocommerce #reviews #comments,
	.woocommerce-page #reviews {
		padding: 3px;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.woocommerce-cart.woocommerce-page .cart-collaterals a.button, 
	.woocommerce-cart table.shop_table .button {
		max-width: 100%;
	}
	.woocommerce-page.woocommerce .content-area.columns-4.col-xl-9 ul.products li.product,
	.woocommerce .woocommerce-page.content-area.columns-4.col-xl-9 ul.products li.product {
		width: 100%;
	}
	.woocommerce-page.woocommerce .content-area.columns-4.col-xl-9 ul.products li.product:nth-child(2n),
	.woocommerce .woocommerce-page.content-area.columns-4.col-xl-9 ul.products li.product:nth-child(2n) {
		float: none;
		margin-right: auto;
	}
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product:nth-child(n+3) {
		margin-top: 0;
	}
	.post-type-archive-product.woocommerce .columns-4 ul.products li.product:nth-child(n+2),
	.post-type-archive-product .woocommerce-page.columns-4 ul.products li.product:nth-child(n+2) {
		margin-top: 30px;
	}
	.woocommerce-page.woocommerce .content-area.columns-3.col-xl-9 ul.products li.product,
	.woocommerce .woocommerce-page.content-area.columns-3.col-xl-9 ul.products li.product {
		width: 100%;
	}
	.woocommerce-page.woocommerce .content-area.columns-3.col-xl-9 ul.products li.product:nth-child(2n),
	.woocommerce .woocommerce-page.content-area.columns-3.col-xl-9 ul.products li.product:nth-child(2n) {
		float: none;
		margin-right: auto;
	}
	.post-type-archive-product.woocommerce .columns-3.col-xl-9 ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-3.col-xl-9 ul.products li.product:nth-child(n+3) {
		margin-top: 0;
	}
	.post-type-archive-product.woocommerce .columns-3.col-xl-9 ul.products li.product:nth-child(n+2),
	.post-type-archive-product .woocommerce-page.columns-3.col-xl-9 ul.products li.product:nth-child(n+2) {
		margin-top: 30px;
	}
	.woocommerce-page.woocommerce .content-area.columns-2.col-xl-9 ul.products li.product,
	.woocommerce .woocommerce-page.content-area.columns-2.col-xl-9 ul.products li.product {
		width: 100%;
	}
	.woocommerce-page.woocommerce .content-area.columns-2.col-xl-9 ul.products li.product:nth-child(2n),
	.woocommerce .woocommerce-page.content-area.columns-2.col-xl-9 ul.products li.product:nth-child(2n) {
		float: none;
		margin-right: auto;
	}
	.post-type-archive-product.woocommerce .columns-2.col-xl-9  ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-2.col-xl-9  ul.products li.product:nth-child(n+3) {
		margin-top: 0;
	}
	.post-type-archive-product.woocommerce .columns-2.col-xl-9  ul.products li.product:nth-child(n+2),
	.post-type-archive-product .woocommerce-page.columns-2.col-xl-9  ul.products li.product:nth-child(n+2) {
		margin-top: 30px;
	}
	.woocommerce-page.woocommerce .content-area.columns-1.col-xl-9 ul.products li.product,
	.woocommerce .woocommerce-page.content-area.columns-1.col-xl-9 ul.products li.product {
		width: 100%;
	}
	.woocommerce-page.woocommerce .content-area.columns-1.col-xl-9 ul.products li.product:nth-child(2n),
	.woocommerce .woocommerce-page.content-area.columns-1.col-xl-9 ul.products li.product:nth-child(2n) {
		float: none;
		margin-right: auto;
	}
	.post-type-archive-product.woocommerce .columns-1.col-xl-9  ul.products li.product:nth-child(n+3),
	.post-type-archive-product .woocommerce-page.columns-1.col-xl-9  ul.products li.product:nth-child(n+3) {
		margin-top: 0;
	}
	.post-type-archive-product.woocommerce .columns-1.col-xl-9  ul.products li.product:nth-child(n+2),
	.post-type-archive-product .woocommerce-page.columns-1.col-xl-9  ul.products li.product:nth-child(n+2) {
		margin-top: 30px;
	}
	.woocommerce .related.products ul.products li.product,
	.woocommerce .related.products ul.products li.product {
		margin-bottom: 0;
		margin-right: auto;
	}
	.woocommerce .related.products ul.products li.product:nth-child(n+3),
	.woocommerce .related.products ul.products li.product:nth-child(n+3) {
		margin-top: 0;
	}
	
	.woocommerce .related.products ul.products li.product:nth-child(n+2),
	.woocommerce .related.products ul.products li.product:nth-child(n+2) {
		margin-top: 30px;
	}
	
	.woocommerce .woocommerce-result-count {
		margin-bottom: 20px;
	}
	.woocommerce .woocommerce-ordering {
		margin-bottom: 30px;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
	}
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-4 .up-sells.upsells.products ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-4 .related.products ul.products li.product:nth-child(n+3) {
		margin-top: 0;
	}
	.woocommerce-page.columns-3 .up-sells.upsells.products ul.products li.product:nth-child(n+2),
	.woocommerce-page.columns-4 .up-sells.upsells.products ul.products li.product:nth-child(n+2),
	.woocommerce-page.columns-4 .related.products ul.products li.product:nth-child(n+2) {
		margin-top: 30px;
	}
	.woocommerce-page .cross-sells ul.products li.product {
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.woocommerce-page .cross-sells ul.products li.product:nth-child(n+3) {
		margin-top: 0;
	}
	.woocommerce-page .cross-sells ul.products li.product:nth-child(n+2) {
		margin-top: 30px;
	}
	.woocommerce-page .cart-collaterals .cross-sells {
		margin-bottom: 30px;
	}
	.woocommerce-page.columns-1 .up-sells.upsells.products ul.products li.product,
	.woocommerce-page.columns-1 .related.products ul.products li.product {
		margin-bottom: 0;
	}
	.woocommerce-page.columns-1 .up-sells.upsells.products ul.products li.product:nth-child(n+3),
	.woocommerce-page.columns-1 .related.products ul.products li.product:nth-child(n+3) {
		margin-top: 0;
	}
	.woocommerce-page.columns-1 .up-sells.upsells.products ul.products li.product:nth-child(n+2),
	.woocommerce-page.columns-1 .related.products ul.products li.product:nth-child(n+2) {
		margin-top: 30px;
	}
	.woocommerce-page.columns-2 .up-sells.upsells.products ul.products li.product:nth-child(n+3) {
		margin-top: 0;
	}
	.woocommerce-page.columns-2 .up-sells.upsells.products ul.products li.product:nth-child(n+2) {
		margin-top: 30px;
	}
}

/* - max-width: 400 */
@media (max-width: 400px) {
	.woocommerce .cart-collaterals .cross-sells ul.products li, 
	.woocommerce-page .cart-collaterals .cross-sells ul.products li {
		width: 100%;
	}
	.woocommerce form.checkout_coupon .form-row-first,
	.woocommerce form.checkout_coupon .form-row-last,
	.woocommerce-page form.checkout_coupon .form-row-first,
	.woocommerce-page form.checkout_coupon .form-row-last {
		width: 100%;
		float: none;
	}
	.single-product .product .entry-summary .single_add_to_cart_button {
		padding: 8px 10px;
		margin-left: 0;
	}
}