/* Genesis Sample WooCommerce
Loaded on WooCommerce pages */

/* WooCommerce Globals
---------------------------------------------------------------------------------------------------- */

.woocommerce.full-width-content .content,
.woocommerce-page.full-width-content .content {
	max-width: 1280px;
}

.woocommerce .content {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
}

.woocommerce .entry.product {
	padding: 0;
}

.woocommerce abbr.required,
.woocommerce ins {
	text-decoration: none;
}

.woocommerce span.onsale {
	background-color: #c3251d;
	border-radius: 0;
	line-height: 1.75;
	min-height: auto;
}

.woocommerce fieldset {
	margin-bottom: 20px;
}

.woocommerce .products .star-rating {
	padding: 10px;
}

.woocommerce p.stars a,
.woocommerce p.stars a:focus,
.woocommerce p.stars a:hover {
	outline: 0;
}

.woocommerce .woocommerce-LoopProduct-link {
	display: block;
}


/* WooCommerce Shop Page
---------------------------------------------------------------------------------------------------- */

.woocommerce .content .entry {
	border-bottom: 0;
}

.woocommerce a.added_to_cart {
	line-height: 1;
}

.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
	top: 1em;
}

/*.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price .from {
	color: #000;
}*/

/*.woocommerce ul.products li.product h3:hover,
.woocommerce ul.products li.product .price {
	color: #c3251d;
}*/

/* MS Edge Bug Fix */
.woocommerce ul.products li.product a {
	-webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
	transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}


/* WooCommerce Product
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #c3251d;
	line-height: 1.5;
}

.woocommerce div.product form.cart .button {
	line-height: 1.5;
}

.woocommerce div.product form.cart .variations {
	table-layout: fixed;
}

.woocommerce .woocommerce-variation-price {
	margin-bottom: 20px;
}


/* WooCommerce Product Tabs
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: #eee;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #f5f5f5;
	border-radius: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #000;
	padding: 0.5em 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #c3251d;
}

/* Two Sidebar Layouts */
.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
}

.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
}

.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #fff;
	border-bottom: 0;
}

.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	border-bottom: 1px solid #eee;
}

.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom-color: #eee;
}

.content-sidebar-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after,
.sidebar-content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after,
.sidebar-sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
	content: "\f147";
	float: right;
	font-family: "dashicons";
}


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

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

.woocommerce-cart table.cart td.actions .coupon input.input-text,
.woocommerce-checkout table.cart td.actions .coupon input.input-text,
#add_payment_method table.cart td.actions .coupon input.input-text {
	width: auto;
}

.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
	margin-bottom: 0;
}

/* WooCommerce Cart Page
---------------------------------------------------------------------------------------------------- */

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
	border-color: #eee;
	border-radius: 0;
	line-height: 1.75;
	word-break: normal;
}

.woocommerce-cart table.cart {
	line-height: 1.75;
}

.woocommerce-cart table.cart td {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 12px;
}

.woocommerce table.shop_table .order-number {
	min-width: 75px;
}

.woocommerce-cart table.cart .product-thumbnail {
	min-width: 56px;
}

.woocommerce-cart table.cart th.product-name {
	min-width: 140px;
}

.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-checkout-review-order-table th.product-total {
	min-width: 110px;
}

.woocommerce table.shop_table td.actions {
	padding-top: 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	font-size: 18px;
	font-size: 1.8rem;
}

.woocommerce-cart td.product-name dl.variation dd {
	margin-left: 20px;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
	vertical-align: middle;
}


/* WooCommerce Payment
---------------------------------------------------------------------------------------------------- */

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
	background-color: #f5f5f5;
	border-radius: 0;
	padding: 10px 15px;
}

.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
	background-color: rgb(245, 245, 245);
}

.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
	display: none;
}

.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
	border-color: #eee;
}


/* WooCommerce Forms
---------------------------------------------------------------------------------------------------- */

.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt {
	background-color: #333;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input[type="submit"]:focus,
.woocommerce input[type="submit"]:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt:hover {
	background-color: #999999;
	color: #fff;
}

.woocommerce #reviews #comment {
	height: 150px;
}

.woocommerce .quantity .qty {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
	margin-right: 5px;
	padding: 12px 5px;
	width: 70px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	line-height: 1.5;
	padding: 8px 20px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
	border-color: #eee;
	padding: 5px 20px;
	width: 150px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form .form-row .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container {
	border-color: #eee;
	border-radius: 0;
}

.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
	vertical-align: top;
}

.woocommerce .coupon {
	line-height: 1;
}

.woocommerce .coupon .input-text {
	height: 48px;
}


/* WooCommerce Disabled Buttons
---------------------------------------------------------------------------------------------------- */

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled] {
	background-color: #000;
	color: #fff;
	padding: 16px 24px;
}

.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover {
	background-color: #eee;
	color: #000;
}


/* WooCommerce Account Page
---------------------------------------------------------------------------------------------------- */
/*.woocommerce-account .woocommerce-MyAccount-content {
	border: 1px solid #ccc;
	width: 100% !important;
	background-color: #f4f4f4;
	padding: 15px;
	border-radius: 4px;
}*/

.woocommerce-account .woocommerce-Address-title h3 {
	font-size: 26px;
	font-size: 2.6rem;
}

.woocommerce-account .woocommerce-Address {
	margin-bottom: 20px;
}

.woocommerce-account table.order_details th.product-total {
	min-width: 110px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	display: inline-block;
	padding: 0px 20px;
	margin-right: 0px !important;
	background-color: #f4f4f4;
	width: 20%;
	line-height: 1.625 !important;
}

.woocommerce-MyAccount-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
	line-height: 1.2;
	list-style-type: none;
	margin-bottom: 12.5px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2.5px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.woocommerce-MyAccount-navigation ul li a {
	color: black;
}


.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active > a {
	color: rgb(238, 19, 0);
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-right: 5%;
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 75%;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-right: 0;
	width: 100%;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation ul,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation ul {
	text-align: center;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation li,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation li {
	display: inline-block;
	margin: 0 10px;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-content,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background-color: white;
	padding: 0px 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	font-family: 'Open sans';
	color: rgb(85, 86, 90);
	font-size: 15px;
}

@media (max-width: 1200px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 15px;
		border: 1px solid #ccc;
		padding: 7.5px 10px 9px 10px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		display: inline-block;
		border-bottom: 0px;
	}
}

/* WooCommerce Breadcrumb
---------------------------------------------------------------------------------------------------- */

.woocommerce .woocommerce-breadcrumb {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
	color: #000;
}

.woocommerce .woocommerce-breadcrumb a {
	text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:focus,
.woocommerce .woocommerce-breadcrumb a:hover {
	color: #c3251d;
}


/* WooCommerce Reviews
---------------------------------------------------------------------------------------------------- */

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	background: transparent;
	border: 0;
	margin: 0 16px 24px 0;
	padding: 0;
	position: relative;
	width: 60px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-color: #eee;
	border-radius: 0;
	margin-left: 80px;
}

.woocommerce .entry-content #reviews ol > li {
	list-style-type: none;
}


/* WooCommerce Misc
---------------------------------------------------------------------------------------------------- */
.woocommerce-error {
	border-top: 0px;
}

.woocommerce-error::before {
	display: none;
}

/*.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #f5f5f5;
	border-top-color: #c3251d;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	color: #c3251d;
}

div.woocommerce-info.wc-memberships-restriction-message.wc-memberships-restricted-content-message {
	width: 48%;
}*/


/* WooCommerce Widgets
---------------------------------------------------------------------------------------------------- */

/* Woo Search
-------------------------------------------------- */

.woocommerce-product-search {
	overflow: hidden;
	width: 100%;
}

.woocommerce-product-search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Woo Shopping Cart
-------------------------------------------------- */

.woocommerce .widget_shopping_cart ul.cart_list li,
.woocommerce.widget_shopping_cart ul.cart_list li {
	padding-top: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 15px;
}

.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #eee;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-bottom: 5px;
}

.woocommerce .widget_shopping_cart .cart_list li.empty,
.woocommerce.widget_shopping_cart .cart_list li.empty {
	padding-left: 0;
}

/* Woo Product Lists
-------------------------------------------------- */

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 60px;
}

.sidebar ul.product_list_widget li {
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 15px 0 0;
}

.sidebar ul.product_list_widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 15px;
}

/* Woo Filter
-------------------------------------------------- */

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #eee;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
	background-color: #c3251d;
}

.woocommerce .widget_layered_nav ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before,
.woocommerce .widget_rating_filter ul li.chosen a::before {
	color: #c3251d;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
	top: -.28em;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce.widget_price_filter .price_slider_amount .button {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Woo Active Filters
-------------------------------------------------- */

.woocommerce.widget_layered_nav_filters ul li {
	margin: 0 20px 20px 0;
}

/* Woo Recent Reviews
-------------------------------------------------- */

.woocommerce.widget_recent_reviews .reviewer {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		text-align: center;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		display: inline-block;
		margin: 0 10px;
	}

	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-right: 0;
		width: 100%;
	}

	.content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs,
	.sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0;
	}

	.content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: block;
		margin: 0;
	}

	.content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li a,
	.sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		display: block;
	}

	.content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
		background-color: #fff;
		border-bottom: 0;
	}

	.content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
	.sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
		border-bottom: 1px solid #eee;
	}

	.content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
	.sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom-color: #eee;
	}

	.content-sidebar.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after,
	.sidebar-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
		content: "\f147";
		float: right;
		font-family: "dashicons";
	}

}

@media only screen and (max-width: 860px) {

	.woocommerce .content {
		padding: 30px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: block;
		margin: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		display: block;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		background-color: #fff;
		border-bottom: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
		border-bottom: 1px solid #eee;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom-color: #eee;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
		content: "\f147";
		float: right;
		font-family: "dashicons";
	}

}

@media only screen and (max-width: 600px) {

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce #reviews #comments .star-rating,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}

	.woocommerce ul.products li.product,
	.woocommerce ul.products li.product .button,
	.woocommerce .woocommerce-ordering,
	.woocommerce-page ul.products li.product,
	.woocommerce-page ul.products li.product .button,
	.woocommerce-page .woocommerce-ordering {
		margin-right: 0;
		width: 100%;
	}

	.woocommerce input.button,
	.woocommerce input.button[type="submit"],
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100% !important;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		background-color: #fff;
		margin-bottom: 10px;
	}

	.woocommerce-message .button.wc-forward {
		margin-bottom: 20px;
		width: 100%;
	}

}

/*=================================================WOOCOMMERCE PRODUCTS GALLERY====================================================*/
.woocommerce-product-gallery .flex-control-nav li {
	border: 0px solid;
	width: 20% !important;
}

/*======================================================WOOCOMMERCE CATALOG GRID===================================================*/
@media (max-width: 743px) {
	.woocommerce .products li {
		width: 30, 75%;
	}
}

/*=====================================================WOOCOMMERCE PRODUCTS========================================================*/
.woocommerce div.product .product_title {
	border-bottom: 3px solid;
	font-size: 28px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	margin-top: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 14px !important;
}

.woocommerce-product-gallery {
	/*width: 45% !important;*/
	margin-top: 7px;
}

.summary {
	/*	width: 50% !important;*/
	margin-top: 4px;
}

.woocommerce-product-gallery__image {
	margin-bottom: 0px !important;
	margin-top: 0px;
	margin-left: 0%;
}

@media (max-width: 700px ) {
	.summary {
		width: 100% !important;
	}
}

@media (max-width: 862px ) {
	.woocommerce-product-gallery__image {
		width: 100%;
	}
}

.woocommerce button.button.alt {
	color: white !important;
	font-weight: 600 !important;
	font-family: 'Open Sans', sans-serif;;
}

.woocommerce .quantity input.qty {
	height: 39.1px !important;
}

.woocommerce-product-details__short-description p {
	margin-bottom: 0px;
}

#tab-description h2 {
	display: none !important;
}

.wc-tabs-wrapper {
	margin-bottom: 100px !important;
}

.woocommerce button.button.alt.disabled, .et_pb_button {
	background-color: #eaccc1 !important;
}

.woocommerce-variation-price {
	margin-bottom: 15px;
}

.up-sells h2 {
	border-bottom: 3px solid #eaccc1 !important;
}

.cross-sells h2 {
	border-bottom: 3px solid #eaccc1 !important;
}

.up-sells li h2, .cross-sells li h2 {
	border-bottom: 0px solid #eaccc1 !important;
}

.cross-sells h2, .cart_totals h2 {
	font-size: 22px !important;
}

.cross-sells .woocommerce-loop-product__title {
	font-size: 17px !important;
}

.onsale {
	display: none;
}

.product_meta {
	margin-top: 0px;
	font-size: 15px;
}

.woocommerce div.product form.cart {
	margin-top: 0px !important;
}

.barrera {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	opacity: 0.7;
	padding: 20px 0px 0px 0px;
}

.woocommerce div.product .product_title {
	margin-top: 0px !important;
}

.entry-summary p.price span {
	font-size: 22px !important;
}

.variations {
	margin-top: 25px;
	margin-bottom: -25px !important;
}

.woocommerce-variation-price {
	margin-top: 0px;
}

.woocommerce-variation-price .price {
	font-size: 28px !important;
}

.woocommerce-product-details__short-description {
	margin-top: 20px;
}

.woocommerce div.product form.cart {
	margin-bottom: 10px !important;
}

.woocommerce-product-gallery__wrapper {
	margin-bottom: 35px !important;
}

.products_wrapper_imaxel p {
	font-size: 14px !important;
	padding-bottom: 10px;
	border: 0px solid red;

}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 18px !important;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	font-weight: 600;
	height: auto;
	padding-top: 5px !important;
	padding-bottom: 0px !important;
	border-bottom: 0px solid rgb(222, 222, 222);
	margin-bottom: 7px !important;

}

.products_wrapper_imaxel .woocommerce-Price-amount, .products_wrapper_imaxel .desde_price {
	font-size: 16px;
	font-weight: 500 !important;
	padding-top: 10px !important;
	font-family: 'Open Sans', sans-serif;
}

.products_wrapper_imaxel .woocommerce-Price-amount, #webstore-price, .price, .desde_price {
	font-weight: 600 !important;
}

.price {
	margin-top: 15px;
	margin-bottom: 0px;
	color: rgb(85, 86, 90);
	font-size: 16px !important;
	font-weight: 500 !important;
}

.summary .price {
	font-size: 20px !important;
}

.products_wrapper_imaxel .button {
	line-height: 20px !important;
}

.woocommerce ul.products li.product .button {
	margin-top: 7px;
}

.woocommerce ul.products li.product .price del {
	padding-right: 5px !important;
}

#mapa_sobre_nosotros {
	margin-top: -25px;
}

.woocommerce-MyAccount-content .woocommerce a.button {
	color: red !important;
}

.woocommerce input.button, .woocommerce button.button, .woocommerce a.button, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .webstore_contact_form input[type='submit'] {
	font-size: 17px !important;
	font-family: 'Open Sans', sans-serif;;
	font-weight: 500 !important;
}

.woocommerce input.button, .woocommerce button.button, .woocommerce a.button:hover, .woocommerce a.button.alt:hover {
	color: white !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 43.7px;
	border-radius: 2px !important;
}

#order_review_heading {
	margin-top: 25px;
}

.myaccount a {
	font-weight: 600;
}

.crear_ahora_wrapper {
	margin-top: 0px !important;
}

.cat_titles h3 {
	border-bottom: 0.5px solid rgb(225, 225, 225) !important;
}

.woocommerce button.button.disabled {
	padding: 6px 24px !important;
}

.summary .woocommerce button.button, .webstore_contact_form input[type='submit'], input[type="submit"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 24px !important;
	line-height: 16px;
	border-radius: 7.5px;
}

.woocommerce button.button {
	padding: 10.5px 24px !important;
	line-height: 1.3 !important;
}

.woocommerce .quantity .qty {
	padding: 10px 6px !important;
	font-size: 18px !important;
}

.woocommerce .quantity input.qty {
	height: 44px !important;
}

.variations {
	margin-bottom: 0px !important;
}

.variations_form {
	line-height: 0px !important;
}

.variations tbody {
	border-bottom: 0px !important;
}

.variations tr .label {
	width: 25%;
}

.variations tr .value {
	width: 75%;
}

.sku_wrapper {
	display: none;
}

/*======================================================WOOCOMMERCE DESCRIPTION TABS===================================================*/
.woocommerce-tabs {
	border: 0px !important;
	padding-top: 0px !important;
	margin-bottom: 0px !important;
	color: rgb(85, 86, 90) !important;
}

.woocommerce-tabs td {
	color: rgb(85, 86, 90) !important;
}

.wc-tabs {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	background-color: white !important;
	border-bottom: 3px solid !important;
}

.wc-tabs li {
	border: 0px !important;
	background-color: white !important;
}

.wc-tabs li a {
	font-size: 17px !important;
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: white !important;
	background-color: rgb(222, 222, 222);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: rgb(98, 98, 98) !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
	padding: 4px 44px 4px 0px !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
	color: rgb(85, 86, 90) !important;
	font-weight: 600 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.wc-tabs::before {
	border-bottom: 0px !important;
}

.wc-tab {
	padding: 0px 25px !important;
}

.wc-tab h2 {
	display: none;
}

#tab-additional_information {
	padding: 0px 25px 35px 25px !important;
}

#tab-additional_information th {
	padding: 0px 44px 0px 0px !important;
}

.shop_attributes {
	margin-bottom: 0px !important;
}

.woocommerce table.shop_attributes tr:nth-child(2n) th, .woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(4n) th, .woocommerce table.shop_attributes tr:nth-child(4n) td, .woocommerce table.shop_attributes tr:nth-child(6n) th, .woocommerce table.shop_attributes tr:nth-child(6n) td, .woocommerce table.shop_attributes tr:nth-child(8n) th, .woocommerce table.shop_attributes tr:nth-child(8n) td, .woocommerce table.shop_attributes tr:nth-child(10n) th, .woocommerce table.shop_attributes tr:nth-child(10n) td, .woocommerce table.shop_attributes tr:nth-child(12n) th, .woocommerce table.shop_attributes tr:nth-child(12n) td, .woocommerce table.shop_attributes tr:nth-child(14n) th, .woocommerce table.shop_attributes tr:nth-child(15n) td {
	background-color: white !important;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
	padding: 8px 0px !important;
}

.woocommerce table.shop_attributes th {
	width: 250px !important;
}

/*=================================================================================================WOOCOMMERCE RELATED PRODUCTS*/
#productos_relacionados_title {
	font-family: 'Roboto', sans-serif;
	border-bottom: 3px solid;
	padding-bottom: 14px;
	margin-bottom: 20px;
}

.related .title_description_imaxel_box {
	position: relative;
	/*height: 115px !important;*/
	box-sizing: border-box;
	margin-bottom: 10px;
	overflow: hidden;
}

/*=================================================================================================WOOCOMMERCE products overlay effect;*/

.products_wrapper_imaxel {
	display: inline-block;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	overflow: hidden;
}

.webstore_shop_image {
	position: relative;
	display: inline-block;
	border: 1px solid #dedede;
	box-shadow: rgb(222, 222, 222) 0px 0px 5px 0px;
}

.et_overlay {
	position: absolute;
	background-color: #eaccc1;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.3s all ease;
}

.et_overlay:hover {
	opacity: 1;
	transition: 0.3s all ease;
}

.et_overlay::before {
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
	margin-left: 0;
	content: '+';
	font-family: 'Source Sans Pro', Arial !important;
	text-transform: uppercase;
	font-size: 32px;
	color: rgb(85, 86, 90);
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	transition: 0.5s all ease;
	opacity: 0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	background-color: white;
	line-height: 28px;

}

.et_overlay:hover::before {
	top: 50% !important;
	transition: 0.3s all ease;
	opacity: 1;
}

.woocommerce-loop-product__title {
	width: 100%;
	float: left;
}

.title_description_imaxel_box h2 {
	font-size: 20px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	color: rgb(85, 86, 90);
}

.woocommerce .products .star-rating {
	position: absolute;
	bottom: 30px;
	font-weight: 500 !important;
}

.desde_price {
	font-weight: 600 !important;
	color: #eaccc1 !important;
	margin-right: 1px;
}

.desde_price {
	display: none;
}

.woocommerce-Price-amount {
	font-weight: 600;
}

/*=================================================WOOCOMMERCE PRODUCT DESCRIPTION LOOP================================================*/
.products_wrapper_imaxel {
	overflow: auto;
	height: auto;
	float: left;
}

.products_wrapper_imaxel .price {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px !important;
	margin-top: 0px;
}

.woocommerce ul.products li.product .button {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding: 7px 20px !important;
	border-radius: 4px;
}

.products-grid-excerpt {
	text-align: justify !important;
	hyphens: auto;
	color: #55565a;
	font-family: 'Open Sans', sans-serif;;
	font-size: 14px;
	float: left;
	width: 100%;
	padding-top: 0px;
}

.products-grid-excerpt p {
	text-align: justify !important;
	hyphens: auto;
	color: #55565a;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.title_description_imaxel_box {
	position: relative;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
}

.title_description_imaxel_box p {
	font-family: 'Open Sans', sans-serif;;
}

/*=================================================================================================WOOCOMMERCE TAXONOMY PAGE*/
.woocommerce .content {
	padding: 60px 0px 60px 0px !important;
}

.woocommerce-products-header__title {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 38px;
	color: rgb(85, 86, 90);
	line-height: 42px;
}

.woocommerce-breadcrumb {
	font-size: 14px !important;
	color: rgb(119, 119, 119) !important;
	margin-bottom: 15px !important;
	font-style: italic;
}

.woocommerce-breadcrumb a {
	font-size: 14px !important;
	color: rgb(119, 119, 119) !important;
}

.orderby {
	font-size: 13px;
	padding: 3px 10px;
	border-radius: 4px;
	color: #777777;
}

.woocommerce-result-count {
	font-size: 13px;
	color: #777777;
}

.term-description p {
	margin-bottom: 5px;
}

.archive .products {
	border-top: 3px solid;
	padding-top: 25px !important;
}

.woocommerce a.button {
	padding: 12.5px 24px !important;
}

.term-description p {
	margin: 15px 0px 25px 0px;
	font-size: 15px;
}

/*=========================================================================================WOOCOMMERCE TAXONOMY PAGE CONSTRUCT GRID*/
@media (max-width: 1125px) {
	.woocommerce .content {
		width: 85% !important;
	}
}

@media (max-width: 600px) {
	.woocommerce ul.products li.product {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/*=======================================================WOOCOMMERCE CATALOG=======================================================*/
/*=========================================================categories page=========================================================*/
.cat_titles {
	margin-top: 0px;
	box-sizing: border-box;
}

.cat_titles h3 {
	position: absolute;
	font-family: 'Roboto' !important;
	letter-spacing: 0px !important;
	color: white;
	font-size: 19px !important;
	padding: 10px 4px 10px 4px !important;
	text-align: center;
	transition: all 0.3s;
	font-weight: 500;
	margin-top: -47px !important;
	background-color: #eaccc1;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	box-sizing: border-box;
	bottom: 0px;
}

.cat_titles .count {
	display: none;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	margin-bottom: 0px !important;
}

.imaxel_woocommerce_cat_wrapper_box {
	border: 1px solid #DDDDDD;
}

.count {
	position: absolute;
	top: 0px;
	right: 0px;
	color: white;
	background-color: #eaccc1;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
}

.product-category {
	transition: all 0.3s;
	overflow: hidden;
	border: 0px solid #E1E1E1;
	padding: 0px 0px 0px 0px !important;
}

.product-category img {
	transition: all 0.3s;
	width: 100% !important;
	max-width: 100% !important;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(189, 189, 189, 1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(189, 189, 189, 1);
	box-shadow: 0px 0px 1px rgba(189, 189, 189, 1);
	box-sizing: border-box;
}

.product-category:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.3s;
}

.cat_grid_description {
	transition: all 0.6s;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
	border: none;
	color: white;
	font-weight: 600;
	letter-spacing: 0px;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;;
}

.imaxel_woocommerce_cat_wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 52px;
	transition: all 0.5s;
}

.imaxel_woocommerce_cat_wrapper_box {
	overflow: hidden;
}

/*====================================================================================================Products Gallery*/
.flex-control-nav.flex-control-thumbs {
	margin-left: -5px !important;
}

.flex-control-nav.flex-control-thumbs li {
	padding: 10px 5px 5px 5px;
}

/*====================================================================================================WOOCOMMERCE checkout*/
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
	width: 100% !important;
}

.datos_punto_recogida {
	border: 1px solid rgb(211, 211, 211);
	border-radius: 7.5px;
	padding: 15px 25px;
	margin-top: 7.5px;
	line-height: 30px;
	margin-bottom: 20px;
}

#additional_checkout_field {
	margin-top: 20px;
}

.woocommerce-order-details .wc-item-meta {
	display: none;
}

/*=========================================================================================DATOS CUENTA*/
.woocommerce-edit-account fieldset p, .woocommerce-edit-account #save-account-details-nonce {
	display: inherit !important;
}

.woocommerce-edit-account form p {
	display: none;
}

.woocommerce-edit-account form p:last-child {
	display: inherit !important;
}

/*========================================================WOOCOMMERCE========================================================*/
.woocommerce-message {
	margin-top: 15px;
	font-size: 17px;
}

/*.woocommerce .site-container, .woocommerce-page .site-container {
	background-color: white;
}

.woocommerce #genesis-content, .woocommerce-page #genesis-content {
	margin-bottom: 0px;
	float:none;
	margin: auto;
	min-height: calc(100vh - 229px);
}

.woocommerce a.button:hover, input[type="submit"]:hover {background-color:#dddddd !important;}

.woocommerce button.button:disabled[disabled], .woocommerce input.button[type="submit"] {
	padding: 12.5px 24px !important;
}

.woocommerce div.product form.cart .button {
	line-height: 19px !important;
}

.woocommerce button.button.disabled {
	padding-top:12.5px !important;
	padding-bottom:12.5px !important;
}

.woocommerce-info .woocommerce-Button {background-color: white !important;}

.woocommerce-info, .woocommerce-info {
	border: 0px !important;
	color: white !important;
}

.woocommerce-info a , .woocommerce-info a {
	color: black !important;
}

.woocommerce-info a:hover , .woocommerce-info a:hover {
	text-decoration: underline;
}

.woocommerce-error {
	margin-left:0px !important;
	margin-top: 0px !important;
}

.woocommerce form.login, .woocommerce form.register {
	margin-top: 1em !important;
}

#order_review_heading {
	margin-top: 25px;
}

.woocommerce-info, .woocommerce-error, .woocommerce-message, .restore-item {
	color: black !important;
	border-top: 0px solid !important;
}

.woocommerce-password-strength {
	margin-top: 15px;
}*/

/*========================================================WOOCOMMERCE CART PAGE========================================================*/
/*.woocommerce h2 {
	font-size: 26px;
}

.woocommerce th, .woocommerce li {
	font-size: 18px;
}

.woocommerce td {
	font-size: 16px;
}*/

fieldset {
	margin-top: 25px;
	border: 0px;
	padding: 0px;
}

textarea, input {
	font-size: 15px;
}

.product-thumbnail, .pickup-location-cart-item-field {
	display: none;
}

#wc-local-pickup-plus-toggle-default-handling a {
	font-weight: bold !important;
	color: #333333;
	font-size: 16px;
}

#wc-local-pickup-plus-toggle-default-handling {
	font-size: 13px;
	padding-top: 5px;
}

#wc-local-pickup-plus-toggle-default-handling a:hover {
	text-decoration: underline;
	color: #999999 !important;
}

.cart_totals .shop_table td {
	font-weight: bold !important;
	color: #333333;
}

.variation-Cantidaddecopias p {
	font-size: 18px;
	font-family: 'PT Sans';
	padding-top: 3px;
}

.cart_item a {
	color: rgb(85, 86, 90);
	font-weight: 600;
}

/*====================================================================================================coupon code buttons*/
@media (max-width: 715px) {
	.coupon .button {
		width: 100% !important;
	}

	.coupon #coupon_code {
		width: 100% !important;
		margin-bottom: 10px;
	}
}

/**======================  deactivate product link in cart products list ================*/
.woocommerce-cart td.product-thumbnail a, .woocommerce-cart td.product-name a {
	pointer-events: none;
}

.woocommerce-cart td.product-thumbnail a, .woocommerce-cart td.product-name a .edit_from_cart_button {
	pointer-events: all !important;
}

.td-subtitle-mobile {
	display: none;
}

.shop_table.shop_table_responsive.cart th small {
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		content: attr(data-title) ' ';
		font-weight: 700;
		float: left;
	}

	.td-subtitle-mobile {
		display: inline;
		float: left;
		margin: 6px 6px;
		font-size: 12px;
	}

	.td-subtitle-mobile.cart-totals {
		margin-top: 1px;
	}
}





