@charset "UTF-8";
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after {
	clear: both;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@font-face {
	font-family: 'WooCommerce';
	src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
	src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
	font-weight: 400;
	font-style: normal;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	padding: 1rem;
	margin: 1em auto;
	background-color: var(--wp--preset--color--light);
	border-radius: var(--inz-radius);
	font-size: 0.875rem;
	line-height: 1.2;
	list-style: none!important;
	position: relative;
	word-wrap: break-word;
}

.woocommerce-account .woocommerce .woocommerce-error {
	text-align: center;
}

.woocommerce .woocommerce-error {
	color: #bb0404;
}

.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
	content: " ";
	display: table;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
	padding: 20px;
	font-size: 1em;
}

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

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	max-width: 150px;
	margin: 0;
	padding: 0 1rem;
	font-size: 0.875rem;
	position: absolute;
	right: 10px;
	top: 16%;
	text-decoration: none;
}

.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
	list-style: none!important;
	padding-left: 0!important;
	margin-left: 0!important;
}

.woocommerce .woocommerce-message .restore-item {
	display: none;
}

.woocommerce .woocommerce-error {
	color: #b81c23;
}

.woocommerce small.note {
	display: block;
	font-size: .857em;
	margin-top: 10px;
}

.woocommerce-store-notice {
    padding: 0.8rem 1rem;
    margin: 0;
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--light);
    font-size: 0.875rem;
	font-weight: 500;
    line-height: 1.1;
    text-align: center;
}

.page-template-page-links .woocommerce-store-notice {
    display: none !important;
}

.woocommerce-store-notice a {
	color: var(--wp--preset--color--light);
	font-size: 11px;
	text-decoration: underline;
}

/* BLOCKUI */

.woocommerce .blockUI.blockOverlay {
	position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(../../images/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
}

/* SINGLE */

.product-info__title {
	padding-bottom: 1.6rem;
	margin-bottom: 1.6rem;
	border-bottom: 1px solid var(--wp--preset--color--light);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.02rem;
	line-height: 1.3;
}

.product-info__notice {
	margin-bottom: 2rem;
	font-size: 1.1rem;
	font-weight: 600;
}

.product-info__price {
	margin: 1.4rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-size: 1.125rem;
	font-weight: 700;
}

.product-info__price > span em {
	color: var(--wp--preset--color--dark);
	display: block;
	font-size: 0.62em;
	font-style: normal;
	line-height: 1.2;
	text-transform: uppercase;
}

.product-info__price > span.price__from .amount {
	color: #E73B5A;
	text-decoration: line-through;
}

.product-info__price > span.price__to .amount {
	color: var(--wp--preset--color--secondary);
	font-size: 1.45em;
}

.product-info__price > small {
	font-weight: 400;
}

/* SINGLE - FORM CART */

.woocommerce .product form.cart:after,
.woocommerce .product p.cart:after,
.woocommerce nav.woocommerce-pagination ul {
	clear: both;
}

.woocommerce .product form.cart:after,
.woocommerce .product form.cart:before,
.woocommerce .product p.cart:after,
.woocommerce .product p.cart:before {
	display: table;
	content: " ";
}

/* ARCHIVE - PAGINATION */

.woocommerce nav.woocommerce-pagination ul {
	padding: 0;
	width: 100%;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li {
	width: 35px;
	padding: 0;
	margin: 0 3px;
	overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	width: 33px;
	margin: 0;
	font-size: 1em;
	line-height: 32px;
	font-weight: 600;
	display: block;
	border: none;
}

.woocommerce nav.woocommerce-pagination .current {
	color: var(--wp--preset--color--secondary);
}

/* ARCHIVE - TOOLBAR */

.shop-toolbar {
	margin: 0 0 2rem auto;
	display: flex;
	align-items: center;
	gap: 1rem 0.5rem;
	justify-content: space-between;
	overflow: hidden;
}

.woocommerce .woocommerce-result-count {
	width: 100%;
	margin: 0;
	font-size: 12px;
	line-height: 1.1;
}

.woocommerce-page .woocommerce-ordering {
	min-width: 150px;
}

.woocommerce .woocommerce-ordering select {
	margin: 0;
}

.term-description.m-container {
	padding: 3.4rem 4rem 3rem;
	margin: -10rem auto 3rem;
	background-color: var(--wp--preset--color--light);
	border-radius: 1rem;
	color: var(--wp--preset--color--primary);
}

.term-description h2 {
	margin-bottom: 1rem;
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	.shop-toolbar {
		flex-wrap: wrap;
	}

	.term-description.m-container {
		padding: 3rem 1.6rem 1.6rem;
	}
}

/* BUTTONS */

.woocommerce button.button,
.woocommerce a.button {
	width: 100%;
	padding: 0.8rem 1.2rem;
	background-color: var(--wp--preset--color--secondary);
	border-radius: var(--inz-radius);
	color: var(--wp--preset--color--primary);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.woocommerce button.button:after,
.woocommerce a.button:after {
	content: "\e903";
    display: inline-block;
    font-family: 'inzicon';
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
	margin-right: -0.8rem;
}

.woocommerce button.button.btn-bordered {
	border: 2px solid var(--wp--preset--color--primary);
}

.woocommerce button.button:hover,
.woocommerce a.button:hover {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--secondary);
}

.woocommerce .box_form_coupon button.button {
	font-size: 1rem;
}

.woocommerce .single_add_to_cart_button.button {
	width: 100%;
	padding: 1rem 1.4rem;
	font-size: 1.5rem;
	letter-spacing: -0.025rem;
}

.woocommerce #payment #place_order {
	margin-top: 1rem;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
	opacity: .25;
	padding-right: 2.618em;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.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] {
	cursor: not-allowed;
	opacity: .5;
}

/* TABLES */

.woocommerce table.shop_table {
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid var(--wp--preset--color--light);
	overflow: hidden;
	table-layout: fixed;
}
	
.woocommerce table.my_account_orders .button {
	padding: 3px 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.woocommerce table.shop_table tbody {
	margin-bottom: 20px;
}

.woocommerce table.shop_table th {
	padding: 1rem;
	font-weight: 700;
}

.woocommerce table.shop_table th.product-remove {
	width: 40px;
}

.woocommerce .woocommerce-order-details tbody tr:nth-child(even),
.woocommerce .woocommerce-cart-form tbody tr:nth-child(even) {
    background-color: #fbfbfb;
}

.woocommerce table.shop_table td {
	padding: 1rem;
	vertical-align: middle;
	line-height: 1.4;
	text-align: left;
}

.woocommerce table.shop_table td.product-remove {
    padding: 5px;
}

.woocommerce table.shop_table td.actions {
	padding: 20px;
}

.woocommerce table td small .amount {
    color: #8f8f8f;
    font-size: initial;
}

.woocommerce form .form-row {
	margin: 0;
	text-align: left;
	display: block;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce form .row-first,
.woocommerce form .row-last {
	width: 48%;
	clear: inherit !important;
}

.woocommerce form .form-row-first,
.woocommerce form .row-first {
	float: left;
    margin-right: 4%;
}

.woocommerce form .form-row-last,
.woocommerce form .row-last {
	float: right;
    margin-right: 0 !important;
}

.woocommerce form .validate-required input.not-filled,
.woocommerce form .form-row.woocommerce-invalid input,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #f18f8f;
}

@media (max-width: 768px) {
    .woocommerce-cart-form table.shop_table td {
        padding-left: 0;
    }
    .woocommerce table.shop_table_responsive tr td, 
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
        line-height: 1.1;
    }

    .cart_totals table.shop_table_responsive tr td {
        padding: 10px 15px;
    }

    .woocommerce table.shop_table_responsive tr td.product-subtotal {
    	text-align: right !important;
    	font-weight: 600;
    	position: absolute;
    	right: 15px;
    	top: 61px;
    }

    .woocommerce table.shop_table_responsive tr td.product-subtotal:before {
        padding: 0;
        margin-bottom: 5px;
        display: block;
        float: none;
    }

    .woocommerce table.shop_table_responsive tr td.product-checkbox:before {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td.product-price {
    	font-size: 12px;
    }

    .woocommerce table.shop_table_responsive tr td::before, 
    .woocommerce-page table.shop_table_responsive tr td::before {
    	padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .woocommerce table.shop_table th.product-name {
        width: 250px;
    }
}

/* FORMS */

.u-columns button[type='submit'] {
	padding: 15px 30px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	-moz-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 0;
}

.woocommerce form .form-row .required {
	border: 0;
	text-decoration: none;
}

.woocommerce form .form-row .input-checkbox {
	display: inline;
	margin: 5px 8px 5px 0;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

/* CHECKOUT */

.woocommerce-cart div.woocommerce,
.woocommerce-checkout div.woocommerce {
    min-height: calc(100vh - 500px);
}

@media (min-width: 576px) {
    .woocommerce-account #shipping_number_field,
    .woocommerce-account #billing_number_field {
        max-width: 100px;
    }
    
    .woocommerce-account #shipping_address_1_field,
    .woocommerce-account #billing_address_1_field {
        width: calc(100% - 130px) !important;
    }    
}

/* ORDER DETAILS */

.order-number {
    margin: 10px 0;
}

.woocommerce-order-details table.shop_table.custom-fields {
	display: none;
}

.woocommerce-order-details .product-thumbnail {
	max-width: 50px;
	margin-right: 10px;
	float: left;
	border: 1px solid #f1f1f1;
}

.woocommerce-order-details .product-infos a {
	font-size: 1.1em;
	font-weight: 600;
}

/* CHECKOUT */

.wc-box h2:not(.intitle),
.woocommerce-additional-fields h3 {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-weight: 600;
}

.wc-box h3 {
	font-size: 0.9rem;
}

.wc-box .edit {
	width: auto;
	padding: 4px 7px;
	margin-bottom: 15px;
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	border-radius: 0.2rem;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
}

.wc-box ul {
	padding: 0;
}

.wc-box ul li {
	list-style: none;
}

.wc-box ul li .fa {
	width: 20px;
	margin-right: 5px;
}

.wc-box label.checkbox {
	cursor: pointer;
}

.wc-box address {
	padding: 18px 15px;
	border: 1px solid var(--wp--preset--color--light);
}

/* CART */

.cart_totals tr.cart-subtotal th,
.cart_totals tr.cart-subtotal td {
	padding: 15px;
}

.cart_totals table.shop_table {
    border: none;
}

.cart_item a.remove {
    width: 35px;
    font-size: 22px;
    line-height: 1;
    display: block;
    text-align: center;
    color: var(--inz-tertiary);
}

.cart_item .product-quantity {
    width: 120px;
}

.shop_table .product-thumbnail {
    width: 80px;
}

.shop_table .product-thumbnail img {
    border: 1px solid var(--inz-light);
    border-radius: 5px;
}

.shop_table .variation {
	margin: 5px auto 0;
	font-size: 11px;
    text-transform: none;
}

.shop_table .variation dd {
	padding-right: 10px;
	font-weight: 500;
	display: inline-block;
}

.shop_table .variation p {
    margin: 0;
}

.cart_item .product-quantity input {
    margin: 0;
}

.cart_item .product-quantity input::-webkit-inner-spin-button {
	opacity: 1;
	cursor: pointer;
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

/* MINI CART */

.mini-cart__header {
    padding: 0 15px 15px;
    margin: 0 -15px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.mini-cart__list.custom-scroll {
    padding: 0;
    margin: 0;
}

.mini-cart__list-item {
    padding: 0.5rem 0;
    overflow: hidden;
    line-height: 1.1;
    display: flex;
    align-items: center;
    position: relative;
}

.mini-cart__list-item:first-child {
	padding-top: 0;
}

.mini-cart__list-item::before {
    display: none !important;
}

.mini-cart__list-item::after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50px;
	border-bottom: 1px solid var(--inz-secondary);
}

.mini-cart__thumb {
    width: 90px;
    border-radius: var(--inz-radius);
    overflow: hidden;
}

.mini-cart__infos {
    width: calc(100% - 90px);
    padding-right: 1.6rem;
    padding-left: 1rem;
    float: right;
    letter-spacing: 0;
}

.mini-cart__title {
    margin-bottom: 5px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.mini-cart__price {
    margin: 0;
    color: var(--wp--preset--color--gray);
    font-size: 0.875rem;
}

.mini-cart__infos .remove {
	font-size: 1.5rem;
	opacity: 0.3;
	position: absolute;
	right: 0;
}

/* COUPON FORM */

.woocommerce-cart-form .coupon {
	max-width: 300px;
	margin: 10px 0;
}

.woocommerce .coupon input[type="text"] {
	width: calc(100% - 100px) !important;
	height: 35px;
	padding: 10px;
	margin: 0 auto;
	float: left;
}

.woocommerce .coupon button.button,
.woocommerce .coupon a.button,
.woocommerce .coupon input[type="submit"],
.woocommerce .coupon span.button {
	width: 90px !important;
	margin: 0 0 0 10px;
	font-size: 1em;
}

.woocommerce-form-coupon input {
	margin: 0 !important;
}

.woocommerce .woocommerce-form-coupon .button {
	margin: 0;
	padding: 6px 15px;
}

@media (max-width: 575px) {
    .woocommerce-cart-form .coupon {
    	max-width: 100%;
    }
}

/* REVIEW ORDER */

.woocommerce-order-pay #order_review {
    max-width: 550px;
    margin: 0 auto;
}

.woocommerce-order-pay #order_review td.product-total {
    font-size: 1.1em;
    font-weight: 700;
}

.woocommerce .cart-collaterals {
	margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	width: 40%;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	vertical-align: top;
	border: 1px solid var(--wp--preset--color--light);
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
	width: 100%;
	font-size: 12px;
}

.woocommerce tr.order-total th {
    vertical-align: middle;
}

.added_to_cart,
.woocommerce-form-coupon-toggle,
p#shipping_country_field,
p#billing_country_field {
    display: none !important;
}

@media (max-width: 768px) {
    .woocommerce-page table.shop_table_responsive tr.shipping td::before {
       float: none;
    }
}

/* PAYMENT */

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: 100%;
}

.wc_payment_method input,
.wc_payment_method select {
	font-size: 15px !important;
}

ul.wc_payment_methods {
    padding: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: var(--inz-radius);
    list-style: none;
}

ul.wc_payment_methods > li:not(:last-child) {
    padding: 0.5rem 0;
}

ul.wc_payment_methods > li > label {
    font-weight: 600;
}

ul.wc_payment_methods > li input {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

ul.wc_payment_methods > li p {
	font-size: 14px;
}

.woocommerce-terms-and-conditions-wrapper a {
    color: #000 !important;
    font-weight: 700;
}

.woocommerce-terms-and-conditions-wrapper label {
    display: block !important;
    margin: 20px 0 25px;
}

.woocommerce-privacy-policy-text p {
    text-align: left;
    line-height: 1.3;
}

/* PASSWORD */

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em;
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733;
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block;
}

/* WOOCOMMERCE PAGES */

.woocommerce-account .woocommerce-form-login {
	max-width: 400px;
	margin: 0 auto;
}

.woocommerce-address-fields,
.woocommerce-EditAccountForm {
	max-width: 620px;
}

.woocommerce-EditAccountForm em {
	font-size: 12px;
	font-style: normal;
}

@media (max-width: 767px) {
	.woocommerce-MyAccount-navigation li {
		width: 30%;
		margin: 0;
		display: inline-block;
		line-height: 1;
	}
}

@media screen and (min-width: 768px) {
	.woocommerce-MyAccount-navigation {
		width: 100% !important;
		max-width: 300px;
		margin-right: 30px;
		float: none !important;
	}
	.woocommerce-MyAccount-content {
		width: 100% !important;
		float: none !important;
	}
}

@media (max-width: 768px) {
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
}

/* OTHERS PAGES */

.wc-item-meta {
	padding: 0;
	margin: 0;
}

.wc-item-meta li {
	list-style: none;
	display: block;
}

.wc-item-meta li p {
	display: inline-block;
	margin: 0 0 0 5px;
}

.woocommerce header.title h3 {
	margin: 20px 0 5px;
	font-size: 1em;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-checkout-review-order h3 {
	margin: 10px 0;
	font-size: 1em;
}

.woocommerce #customer_details .col-1,
.woocommerce-page #customer_details .col-1,
.woocommerce #customer_details .col-2,
.woocommerce-page #customer_details .col-2 {
	width: 100%;
	float: none;
}

@media (max-width: 768px) {
    .woocommerce table.cart tr.cart_item {
        padding: 20px 100px 20px 15px;
        position: relative;
    }

	.woocommerce-page table.cart .product-remove {
		position: absolute;
		left: 60px;
		top: 28px;
	}

    .woocommerce-page table.cart .product-thumbnail {
        width: 45px;
        margin: 0;
        display: block;
        text-align: left !important;
    }

    .woocommerce table.cart .product-quantity {
        width: auto;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 21px;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    	background-color: transparent;
    }

    .cart td.product-remove,
    .cart td.product-thumbnail, 
    .cart td.product-name, 
    .cart td.product-price, 
    .cart td.product-quantity {
        display: inline-block;
        border-bottom: 0;
        padding: 0;
    }

    .cart td.product-thumbnail:before, 
    .cart td.product-name:before, 
    .cart td.product-price:before, 
    .cart td.product-quantity:before {
        content: "" !important;
    }
    .cart td.product-price {
    	margin-top: -15px;
    }

    .cart td.product-remove,
    .cart td.product-checkbox {
    	position: absolute;
    	left: 0;
    }
}

@media screen and (max-width: 575px) {
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce form .row-first,
	.woocommerce form .row-last {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.cart_item .product-thumbnail {
		float: none;
		padding: 0 !important;
	}
}