@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 h2 {
	margin: 1.5rem 0 1rem;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 600;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-message.temp-message {
	max-width: 1140px;
	padding: 13px 40px;
	margin: 0 auto 2em!important;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #a46497;
	list-style: none!important;
	width: auto;
	word-wrap: break-word;
}

.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 .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	font-family: WooCommerce;
	content: "\e028";
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	padding: 0;
	background: transparent;
	color: #932c8b;
	font-size: 12px;
}

.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 {
	border-top-color: #d7c4b6;
}

.woocommerce .woocommerce-message:before {
	content: "\e015";
	color: #8fae1b;
}

.woocommerce-message.temp-message {
    padding-left: 15px;
    background: #d7c4b6;
    color: #000;
    font-size: 13px;
    border: none;
}

.woocommerce .woocommerce-info {
	border-top-color: #1e85be;
}

.woocommerce .woocommerce-info:before {
	color: #1e85be;
}

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

.woocommerce .woocommerce-error:before {
	content: "\e016";
	color: #b81c23;
}

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

/* BLOCKUI */

.woocommerce .blockUI.blockOverlay {
    position: fixed !important;
}

.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);
}

/* BREADCRUMB */

.woocommerce .woocommerce-breadcrumb {
	margin: -30px 0 40px;
	padding: 10px 0;
	background: #1f1e1f;
	font-size: 11px;
	color: #fff;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #fff;
	margin: 0 3px;
}

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

/* PRODUTOS */

ul.products {
	padding: 0;
}

.product {
	text-align: left;
	margin-bottom: 50px;
}

.product .prod-img {
	height: 245px;
	background: #fff;
	border: 1px solid #ececec;
	justify-content: center;
}

.product .prod-img:hover {
	filter: brightness(80%);
	-webkit-filter: brightness(80%);
}

.product .prod-img img {
	width: auto;
    max-width: 100%;
    height: auto;
    max-height: 245px;
    display: block;
    margin: 0 auto;
}

.product span.onsale {
	width: 40px;
	height: 40px;
	background: #d7c4b6;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9;
	border-radius: 30px;
}

.product .badge-attr {
	border-radius: 0 10px 10px 0;
	padding: 5px 10px;
	position: absolute;
	bottom: 3px;
	left: 0;
	background: #000;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.single-product span.onsale {
    left: 25px;
    right: auto;
}

.products div.product {
    text-align: center;
}

.product h2 {
	margin: 20px 0 20px;
	font: 600 13px/1.5 'Montserrat';
	text-transform: uppercase;
}

.upsells .product h2 {
	font-size: 11px;
	font-weight: 600;
	margin: 10px 0;
}

.product .price {color: #7b6453;font-weight: 600;font-size: 1.1em;}
.product .price del {color: #dcdada;margin-right: 5px;}
.product .price ins {
    text-decoration: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 2em;
	text-align: left;
	overflow: hidden;
}

.woocommerce div.product div.images .yith_magnifier_zoom_magnifier {
	border: none;
}

.woocommerce div.product div.images ul li {
    padding: 3px;
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
}

.woocommerce div.product div.images ul li a {
	margin: 2px 0;
}

.woocommerce div.product div.images .yith_magnifier_zoom_wrap a,
.woocommerce div.product div.images ul li img {
	border: 1px solid #eaeaea;
}

.single-product.woocommerce .thumbnails #slider-prev,
.single-product.woocommerce .thumbnails #slider-next {
	top: 34% !important;
}

.woocommerce div.product h1.product_title {
	clear: none;
	max-width: 500px;
	margin: 0 0 25px;
	font: 400 2em 'Lora';
	font-style: italic;
}

.woocommerce div.product div.summary .amount {
	font-size: 1.6em;
	opacity: 1;
}

.woocommerce div.product div.summary .description {
	margin: 35px 0;
}

.woocommerce div.product div.summary .link-table {
    text-decoration: underline;
    display: block;
    margin: 0 0 40px;
}

.woocommerce div.product div.images img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.woocommerce div.product .product_meta {
	display: none;
}

/* SINGLE - VARIATIONS */

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch {
	opacity: 0.7!important;
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-label {
    background-color: #000!important;
    color: #fff;
}

.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch {
    width: 30px !important;
}

/* QUANTIDADE */

.woocommerce .quantity .qty {
	width: 60px;
	height: 55px;
	margin: 0;
	max-width: 100%;
	border: 1px solid #d6d3d3;
}

.woocommerce-cart .quantity .qty {
	margin-top: 10px;
}

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 5% 0 0;
}

.woocommerce div.product form.cart div.quantity span {
	display: block;
	margin-bottom: 3px;
	font: 19px 'Capsuula';
	text-transform: uppercase;
}

.woocommerce div.product form.cart .variations {
	border: 0;
	width: 100%;
	margin-bottom: 20px;
}

/* SINGLE - FORM CART */

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

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

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	margin: 2em 0;
}

.woocommerce div.product form.cart table {
	border-width: 0 0 1px;
}

.woocommerce div.product form.cart table div.quantity {
	float: none;
	margin: 0;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	border: 0;
	vertical-align: middle;
	font-weight: bold;
}

.woocommerce div.product form.cart .variations label {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
}

.woocommerce div.product form.cart .variations select {
	max-width: 240px;
	display: inline-block;
	background: #fff;
	border: 1px solid #EAE9E9;
}

.woocommerce div.product form.cart .reset_variations {
	visibility: hidden;
	font-size: .83em;
  float: right;
  margin-top: -20px;
  letter-spacing: 1px;
  position: relative;
  z-index: 99;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
	display: none;
}

.woocommerce div.product form.cart .button {
	width: auto;
	padding: 20px 15px;
	vertical-align: middle;
	font-weight: 700;
	outline: none;
	float: left;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    padding: 2rem 3rem;
}

/* ARCHIVE - ORDERING */

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	position: relative;
	text-align: right;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	height: auto;
	padding: 5px;
	margin: 0;
	font-size: 11px;
}

/* ARcHIVE - PAGINATION */

.woocommerce nav.woocommerce-pagination {
	padding-right: 15px;
	text-align: right;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	border-right: 0;
	margin: 1px;
}

.woocommerce nav.woocommerce-pagination ul li {
	padding: 0;
	margin: 0 5px;
	float: left;
	background: #d7c4b6;
	display: inline;
	overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	background: transparent;
	text-decoration: none;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: 5px 10px;
	min-width: 1em;
	display: block;
	border: none;
	color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #b79e8b;
	color: #fff;
}

/* BUTTONS */

.woocommerce #respond input#submit,
.woocommerce a.button,.woocommerce button.button,
.woocommerce input.button {
	width: auto;
	height: auto;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	background: #d7c4b6;
	color: #000;
	font-family: inherit;
	text-decoration: none;
	overflow: visible;
	padding: .850em 1em;
	font-size: 14px;
	left: auto;
	border: 0;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	text-align: center;
	border-radius: 3px;
}

.woocommerce .coupon input.button {
	background: #d7c4b6;
	float: none;
	border-radius: 3px;
}

.woocommerce #payment #place_order {
    float: none;
    width: 100%;
    background-color: #932c8b;
    color: #fff;
    font-weight: 700;
}

.woocommerce #payment #place_order:focus,
.woocommerce #payment #place_order:hover {
    background-color: #2c8e11;
}

.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.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #af9a8b;
	text-decoration: none;
	background-image: none;
	color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	padding: 15px 10px;
	background-color: #d7c4b6;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
	border-radius: 3px;
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
	background-color: #af9a8b;
	color: #fff;
}

.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: #000;
	color: #fff;
}

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

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

/* MY ACCOUNT */

.woocommerce table.shop_table {
	border: none;
	margin: 0 0 30px;
	text-align: left;
	width: 100%;
	border-collapse: separate;
}

.woocommerce table.shop_table th {
	text-transform: uppercase;
	padding: 10px 0;
}

.woocommerce table.shop_table td {
	padding: 0 5px;
	vertical-align: middle;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
	border-top: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.my_account_orders .button {
	white-space: nowrap;
}

.woocommerce form .form-row {
	padding: 5px;
	margin: 0 0 5px;
	text-align: left;
}

.woocommerce #payment .terms label {
	font-size: 17px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    padding: 8px 10px;
    height: auto;
    margin-bottom: 5px;
    background: #f7f6f7;
    border-radius: 3px;
}

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

.woocommerce form .form-row-first,
.woocommerce form .row-first {
	float: left;
}

.woocommerce form .form-row-last,
.woocommerce form .row-last {
	float: right;
}

.woocommerce-page form .form-row textarea {
	height: 70px !important;
	border-radius: 3px !important;
}

.woocommerce-page #payment .terms a {
	text-decoration: underline;
}

#shipping_method {
	padding: 10px 0;
}

#shipping_method li {
	list-style: none;
	margin-bottom: 10px;
}

#shipping_method li label {
	font-size: 12px;
	display: initial;
}

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

/* FORMS */

form label span.optional {
    display: none;
}

#billing_country_field,
#shipping_country_field {
	display: none;
}

.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 label {
	line-height: 2;
	text-align: left;
	font-size: 12px;
}

.woocommerce form .form-row select {
	cursor: pointer;
}

.woocommerce form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0;
}

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

.woocommerce form .form-row.woocommerce-invalid label {
	color: #a00;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #a00;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #bdbdbd;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #e8e8e8;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
}

.woocommerce form.login,
.woocommerce form.register {
	max-width: 800px;
	margin: 0 auto;
}

.woocommerce form.checkout_coupon {
	max-width: 500px;
}

#billing_address_1_field,
#shipping_address_1_field {
	width: calc(100% - 80px);
}

#billing_number_field,
#shipping_number_field {
	width: 70px;
}

/* ORDER DETAILS */

.woocommerce .order_details {
	margin: 0 auto 20px;
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.woocommerce .order_details:after,
.woocommerce .order_details:before {
	content: " ";
	display: table;
}

.woocommerce .order_details li {
	display: inline-block;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce .order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}

.woocommerce .order_details li:last-of-type {
	border: none;
}

/* PRICE FILTERS WIDGET */

.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left;
}

.woocommerce .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 10px;
	height: 10px;
	background-color: #d7c4b6;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -4px;
	margin-left: -.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #bda593;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #000;
	border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 2px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

/* CART */

.cart_item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefec;
	overflow: hidden;
	color: #414141;
}

.cart_item .image {
	float: left;
	border: 1px solid #d8d8d8;
}

.cart_item .image img {
    max-width: 60px;
    height: auto;
    border-radius: 3px;
}

.cart_item ul {
	padding: 0 20px;
	margin: 0;
	font-size: 15px;
}

.cart_item ul li {
	display: block;
}

.cart_item ul li h3 {
	margin: 0 auto 5px;
	color: #414141;
	font-weight: bold;
	font-size: 1em;
}

.cart_item ul li.item-cat {
	margin-bottom: 15px;
}

.cart_item .variation dd {
	display: inline-block;
	margin-right: 1%;
	font-size: 12px;
	text-align: center;
}

.cart_item .price-cart {
	font-weight: bold;
}

.cart_item .variation dd.variation-Tamanho {
	width: 30px;
}

.cart_item .variation dt {
	display: none;
}

.cart_item .variation p {
	margin: 0;
}

.cart_item ul li.icon2 {
	font-size: 11px;
	position: relative;
	z-index: 1;
}

.woocommerce-checkout-review-order-table .cart_item {
	width: 100%;
}

.woocommerce-checkout-review-order-table .cart_item .variation dd {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	display: block;
	margin: 0 auto;
	font-weight: bold;
}

.woocommerce .cart-collaterals-box {
	padding: 20px;
	background: #f2f2f2;
}

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

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block;
}

#add_payment_method #payment ul.payment_methods li:after, #add_payment_method #payment ul.payment_methods li:before,
#add_payment_method #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods li:after, .woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:before {
	content: " ";
	display: table;
}

.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 {
	padding: 10px 0;
	vertical-align: top;
	border-left: 0;
	border-right: 0;
	line-height: 1.5em;
	text-align: right;
}

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

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
	color: #77a464;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #ebe9eb;
	font-weight: normal;
	text-align: left;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none;
}

#add_payment_method .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
	clear: left;
}

#add_payment_method .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%;
}

#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method .checkout .shipping_address,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout .checkout .shipping_address {
	clear: both;
}

#add_payment_method #payment,.woocommerce-checkout #payment {
	border: 1px solid #efefef;
	border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods {
	text-align: left;
	padding: 1em 1em 0;
	margin: 0;
	list-style: none;
}

#add_payment_method #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 1em 0 0;
}

#add_payment_method #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none;
}

#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img {
	margin-left: 2px;
}

#add_payment_method #payment div.form-row,.woocommerce-checkout #payment div.form-row {
	padding: 1em;
}

#add_payment_method #payment div.payment_box,.woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #efefef;
	color: #515151;
	margin-bottom: 10px;
}

#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea {
	border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
	color: #bbb3b9;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right;
}

#add_payment_method #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 1em;
}

#add_payment_method #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	content: "";
	display: block;
	border: 1em solid #efeff0;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}

/* 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;
}

.product.has-default-attributes.has-children>.images {
	opacity: 0;
}

/* WOOCOMMERCE PAGES */

.woocommerce-MyAccount-navigation {
	max-width: 260px;
	width: 260px;
	display: inline-block;
	margin-right: 30px;
}

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

.woocommerce-MyAccount-navigation li {
	list-style: none;
	border-top: 1px solid #e8e8e8;
	margin-bottom: 0;
}

.woocommerce-MyAccount-navigation li.is-active {
	font-weight: bold;
}

.woocommerce-MyAccount-navigation li a {
	padding: 0.6em 0;
	text-transform: uppercase;
	display: inline-block;
}

.woocommerce-MyAccount-content {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 300px);
	float: right;
}

.woocommerce header.title,
.woocommerce-checkout-review-order h3 {
	padding: 10px;
	margin: 0 0 15px;
	background: #f7f6f7;
	color: #737373;
	font-size: 10px;
	text-transform: uppercase;
}

.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;
}

.woocommerce-shipping-fields {
    margin-top: 20px;
}

.woocommerce #customer_details .checkbox {
   padding-left: 25px;
}

.woocommerce #customer_details .checkbox input[type="checkbox"] {
	top: -3px;
}

#calc_shipping_city_field,
#calc_shipping_country_field,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells{
	display: none!important;
}

.woocommerce .col2-set h3,
.woocommerce-page .col2-set h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}


.woocommerce-tabs {
    margin: 0;
    padding-top: 20px;
}

.single-product .woocommerce-tabs ul.tabs {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
    text-align: left;
    display: none;
}

.single-product .woocommerce-tabs ul.tabs li {
    position: relative;
    font: 400 2.5em 'Lora';
    font-style: italic;
}

.woocommerce-tabs .panel {
	text-align: justify;
	font-size: 1em;
	line-height: 1.4;
	box-shadow: none;
	margin: 0;
}

.woocommerce-tabs .panel h3 {
	margin: 0 0 15px;
	color: #000;
	font: 1.3em 'Lora';
	font-style: italic;
}

@media screen and (max-width: 600px) {
	.woocommerce .woocommerce-ordering select {
		max-width: 130px;
		font-size: 10px;
	}
	.product h2 {
		font-size: 1.3em;
	}
}

@media screen and (min-width: 768px) {
	.woocommerce #customer_details {
		width: 57%;
		float: left;
	}

	.woocommerce-checkout-review-order {
		width: 40%;
		float: right;
	}

	.woocommerce div.product div.images {
		width: 40%;
	}

	.woocommerce div.product div.summary {
		width: 57%;
	}
}
