/* Custom styles or affecting plugins styles */
/* This styles are set after all the other styles */

/* WooCommerce Initial Settings */
.woocommerce { color: #646464; }
.woocommerce-info { border-top-color: #2f5f02 !important; }
.woocommerce-info::before { color: #707070 !important; }

.woocommerce #respond input#submit, 
.woocommerce a.button,
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce-button {
	color: #fff;
    background: #707070;
	border-radius: 10px 5px 10px 5px;
	font-family: "Inter", sans-serif;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover,
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce-button:hover {
	color: #fff;
    background: #707070;
	opacity: 0.8;
}
.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: #fff;
	background: #707070;
	opacity: 0.4;
}
.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: #fff;
    background: #707070;
	opacity: 0.6;
}
.woocommerce a.button.alt {
	text-transform: uppercase;
}
body .woocommerce ul.products li.product .price {
	color: #707070;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
    margin: 0px;
    padding: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding: 10px 20px 10px 5px;
    border-bottom: 2px solid #505050;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
	border-top: 2px solid #505050;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
    color: #646464;
    font-weight: 500;
    line-height: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover { 
	opacity: 0.8;
}
.woocommerce-account form.register .form-row:last-child,
.woocommerce-account form.login .form-row:nth-child(3) {
    background: none;
    box-shadow: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}
.woocommerce-account .woocommerce-LostPassword {
	padding: 10px 0px 0px 0px;
}
.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input {
	top: 0;
	color: #707070;
}
.woocommerce .woocommerce-EditAccountForm button.button {
	margin-top: 10px;
}
.woocommerce-cart table.shop_table tbody:first-child tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
	color: #646464;
	font-weight: normal;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td strong {
	font-weight: 500;
	color: #646464;
}
.woocommerce .checkout.woocommerce-checkout {
	display: flex;
	flex-flow: row wrap;
}
.woocommerce .woocommerce-checkout #order_review_heading {
	display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-NoticeGroup {
	flex-basis: 100%;
}
.woocommerce .woocommerce-checkout .col2-set {
	width: auto;
    flex-basis: 60%;
    box-sizing: border-box;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
	width: auto;
	padding: 30px 0px 0px 50px;
    flex-basis: 40%;
    box-sizing: border-box;
}
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
	float: none;
	width: auto;
}
.woocommerce .woocommerce-checkout .col2-set .col-2 {
	padding-top: 12px;
}
.woocommerce-checkout #pagar-now,
.woocommerce-checkout #btn-back,
.woocommerce-checkout #home {
	padding: 8px 30px;
	color: #fff;
    background: #707070;
	border-radius: 10px 5px 10px 5px;
	border: 1px solid #707070;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	cursor: pointer;
}
.woocommerce-checkout #pagar-now:hover,
.woocommerce-checkout #btn-back:hover,
.woocommerce-checkout #home:hover {
	opacity: 0.8;
}
.woocommerce-checkout h3,
.woocommerce-cart h2,
.woocommerce-account h2 {
	padding-bottom: 8px;
	font-size: 18px;
	color: #646464;
	font-weight: normal;
}
.woocommerce-cart .return-to-shop {
	display: none;
}
.woocommerce form .form-row label,
.woocommerce form .form-row .required {
	color: #707070;
	line-height: 1;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	border: none;
	background: transparent;
	color: #646464;
}
.woocommerce form .form-row input.input-text:placeholder, 
.woocommerce form .form-row textarea:placeholder {
	font-family: "Inter", sans-serif;
}
.woocommerce .select2-container--default .select2-selection--single {
	margin-top: 5px;
	background-color: transparent;
}
.woocommerce form .form-row {
	margin-bottom: 18px;
	padding: 10px 15px;
	box-sizing: border-box;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
 	background-color: #f5f5f5;
}
.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
	padding: 10px 5px 10px 5px;
    margin: 0px;
    background: transparent;
    box-shadow: none;
}
.woocommerce-checkout #payment {
	background: transparent;
}
.woocommerce-checkout #payment div.form-row {
	margin-top: 15px;
}
.woocommerce-checkout #payment ul.payment_methods {
	background-color: #f5f5f5;
}
.woocommerce table.shop_table {
	background: #f5f5f5;
}
.woocommerce table.shop_table th {
	font-weight: normal;
	color: #646464;
}
.woocommerce table.shop_table tr.cart_item td {
	color: #707070;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
	font-weight: normal;
	color: #646464;
}
.woocommerce table.shop_table tfoot tr.order-total th,
.woocommerce table.shop_table tfoot tr.order-total td strong {
	font-weight: 500;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	width: 49%;
}
.woocommerce div.product {
	display: flex;
    flex-flow: row wrap;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	flex-basis: 30%;
}
.woocommerce div.product div.summary {
	flex-basis: 25%;
	padding: 0px 20px;
	box-sizing: border-box;
}
.woocommerce-page div.product .woocommerce-tabs {
	flex-basis: 45%
}
.woocommerce .single-product .related.products {
	flex-basis: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #2F5f02;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #2F5f02;
	border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 25px 10px 25px 10px;
	border-left: 1px solid #2F5f02;
    border-right: 1px solid #2F5f02;
    border-bottom: 1px solid #2F5f02;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 1px solid #2F5f02;
	border-width: 0 1px 1px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	border: 1px solid #2F5f02;
	border-width: 0 0 1px 1px;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
	margin-top: 0px;
}
.woocommerce .flex-viewport {
	margin-bottom: 20px;
	height: auto;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 23%;
	padding: 1%;
}
.woocommerce .single-product .related.products {
	margin-top: 50px;
}
.woocommerce div.product .woocommerce-tabs .panel {
	border: none;
}
body .woocommerce div.product p.price, 
body .woocommerce div.product span.price {
	color: #707070;
}
body .woocommerce div.product .stock {
	color: #707070;
}


/* WooCommerce Home */




/* Cart Page */
.woocommerce-cart .woocommerce table.shop_table {
    padding: 10px 30px;
    border: none;
}
.woocommerce-cart .woocommerce table.shop_table td {
	border-top: 1px dashed #707070;
}
.woocommerce-cart .woocommerce table.shop_table th {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.33;
	color: #707070;
}
.woocommerce-cart .woocommerce table.shop_table tr.cart_item td {
	color: #633510;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.33;
}
.woocommerce-cart .woocommerce table.shop_table tr.cart_item td a,
.woocommerce-cart .woocommerce table.shop_table tr.cart_item td p {
	color: #633510;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.33;
}
.woocommerce-cart .woocommerce table.shop_table tr.cart_item td a:hover {
	opacity: 0.85;
}
.woocommerce-cart .woocommerce td.product-name dl.variation {
	margin: 0px;
}
.woocommerce-cart table.cart input {
	background: transparent;
    border: none;
}
.woocommerce-cart .woocommerce .cart .button {
	background: #a7642e;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.33;
}
.woocommerce-cart .woocommerce button.button:disabled, 
.woocommerce-cart .woocommerce button.button:disabled[disabled],
.woocommerce-cart .woocommerce .cart .button:hover {
	background: #a7642e;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.33;
	opacity: 0.85;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon {
	display: flex;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 140px;
}
.woocommerce-cart .woocommerce table.shop_table td.actions {
	padding-top: 16px;
}
.woocommerce-cart .cart_totals h2 {
	display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: 1px dashed #707070;
}
.woocommerce-cart table.shop_table tbody:first-child tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals tr td strong,
.woocommerce-cart .woocommerce table.shop_table tr.order-total th {
	color: #707070;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.33;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals tr td strong {
	color: #633510;
}
.woocommerce-cart .woocommerce a.button.alt{
	background-color: #633510;
    color: white;
    font-size: 18px;
    border-radius: 0px;
}
.woocommerce-cart .woocommerce button.button:hover{
	background-color: #633510;
    color: white;
}
.woocommerce-cart .woocommerce a.button.alt:hover{
	background: #633510;
    color: white;
    opacity: 0.85;
}


/* Checkout Page */
.woocommerce-checkout .woocommerce form .form-row {
	margin-bottom: 22px;
	padding: 8px 14px;
}
.woocommerce-checkout .woocommerce form .form-row label, .woocommerce-page form .form-row label {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.33;
	color: #633510;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text, 
.woocommerce-checkout .woocommerce form .form-row textarea {
	font-size: 14px;
	line-height: 1.33;
	color: #707070;
}
.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single {
	border: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}
.woocommerce-checkout .woocommerce form #billing_country_field.form-row strong {
	font-weight: 400;
}
.woocommerce-checkout .woocommerce table.shop_table {
    padding: 10px 20px;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.woocommerce-checkout .woocommerce table.shop_table th {
	font-size: 15px;
	font-weight: 500;
	color: #707070;
}
.woocommerce-checkout .woocommerce table.shop_table tr.cart_item td,
.woocommerce-checkout .woocommerce td.product-name dl.variation dd {
	font-size: 12px;
	color: #633510;
	font-weight: 400;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
	font-size: 15px;
	font-weight: 500;
	color: #707070;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot tr.order-total th,
.woocommerce-checkout .woocommerce table.shop_table tfoot tr.order-total td {
	border-top: 1px dashed #707070;
}
.woocommerce-checkout .woocommerce-checkout #payment {
	background: transparent;
}
.woocommerce-checkout #payment ul.payment_method,
.woocommerce-checkout #payment div.form-row.place-order {
	padding: 10px 20px;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    font-size: 14px;
    line-height: 1.33;
    font-weight: 400;
    color: #707070;
}
.woocommerce-checkout #payment div.form-row.place-order a {
	font-size: 14px;
    line-height: 1.33;
    font-weight: 500;
    color: #707070;	
}
.woocommerce-checkout #payment div.form-row.place-order a:hover { 
	color: #633510;
	text-decoration: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
	font-size: 15px;
    font-weight: 500;
    color: #707070;
}
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
	font-size: 14px;
	line-height: 1.33;
	font-weight: 400;
	color: #707070;
}
.woocommerce-checkout .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	display: block;
	width: 100%;
	margin-top: 15px;
	padding: 15px 5px 14px 5px;
	border-radius: 0px;
	background: #633510;
}

/* MyAccount Page */
.woocommerce-account .woocommerce form.login, 
.woocommerce-account .woocommerce form.register {
	min-height: 355px;
	padding: 40px 30px;
    margin: 0px 0px 15px 0px;
    border: none;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    box-sizing: border-box;
}
.woocommerce-account .woocommerce form .form-row {
	margin-bottom: 22px;
	padding: 8px 14px;
}
.woocommerce-account .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	top: 0px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account .woocommerce button.button {
	padding: 12px 41px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #633510;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
    margin-bottom: 10px;
}
.woocommerce-account .woocommerce-LostPassword {
    padding: 15px 0px 0px 0px;
}
.woocommerce-account .woocommerce-LostPassword a {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.33;
	color: #e75c68;
}
.woocommerce-account .woocommerce-LostPassword a:hover {
	text-decoration: none;
	color: #f2a6ad;
}
.woocommerce-account .woocommerce form.register p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.33;
	color: #707070;
}
.woocommerce-account form.register .form-row:last-child {
	padding: 20px 0px 0px 0px;
}

/* MyAccount Logedin Page */
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
	padding: 35px 25px;
	background: #f5f5f5;
	box-sizing: border-box;
}
.logged-in.woocommerce-account .woocommerce a.button {
	padding: 10px 30px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #633510;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	color: #fff;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 14px 0px;
    padding: 7px 26px 7px 26px;
    box-shadow: 0px 3px 6px 0px rgb(0, 0, 0 , 0.16);
	border: 0px !important;
	background: #fff;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    line-height: 1.35;
    text-align: left;
    color: #633510;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content {
	font-size: 14px;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content p a {
	color: #633510;
}


/* Product Search Shorcode */
.customProductSearch {
	position: relative;
}
.customProductSearch .search-field {
	padding: 2px 24px 2px 8px;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: none;
	border: none;
	outline: none;
	color: #000;
}
.customProductSearch .search-field:focus-visible {
    outline: 0.5px solid #ece4f2;
}
.customProductSearch .search-field::-ms-clear { display: none; width : 0; height: 0; }
.customProductSearch .search-field::-ms-reveal { display: none; width : 0; height: 0; }
.customProductSearch .search-field::-webkit-search-decoration,
.customProductSearch .search-field::-webkit-search-cancel-button,
.customProductSearch .search-field::-webkit-search-results-button,
.customProductSearch .search-field::-webkit-search-results-decoration { 
	display: none; 
	-webkit-appearance: none;
	appearance: none;
}
.customProductSearch button[type="submit"]{
	display: none;
}
.customProductSearch .buscarProducto {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	color: #6c2ca0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.customProductSearch .buscarProducto:hover {
    color: #ece4f2;
}

/* Shopping Cart Shorcode */
.myShoppingCart a{
	position: relative;
	padding: 0 10px 0 0;
	color: #fff;
	text-decoration: none;
}
.myShoppingCart a:hover {
	text-decoration: none;
}
.myShoppingCart .cartCount {
	position: relative;
	padding: 0;
}
.myShoppingCart svg {
	position: absolute;
    bottom: 2px;
    left: 0px;
    width: 8px;
    height: 8px;
}

@media only screen and (max-width: 1300px) { 
	
}
@media only screen and (max-width: 1024px) { 
	/* WooCommerce Initial Settings */
	.woocommerce .woocommerce-checkout .col2-set {
		flex-basis: 50%;
	}
	.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
		padding: 18px 0px 0px 40px;
		flex-basis: 50%;
	}
	.customProductSearch .search-field {
		font-size: 12px;
	}
	.customProductSearch .buscarProducto {
		top: 4px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) { 
	/* WooCommerce Initial Settings */
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		width: 100%;
	}
	.woocommerce .woocommerce-checkout .col2-set {
		flex-basis: 100%;
	}
	.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
		padding: 18px 0px 0px 0px;
		flex-basis: 100%;
	}
	/* WooCommerce General */
	.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
		width: auto;
		padding: 25px;
		margin-bottom: 20px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex;
		justify-content: center;
    	flex-flow: row wrap;
	}
	.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		margin: 5px;
    	padding: 7px 10px 7px 10px;
	}
	.woocommerce .single-product .related.products {
		padding-top: 25px;
    	border-top: 1px solid #2e2e2e;
	}
	.woocommerce-error, 
	.woocommerce-info, 
	.woocommerce-message {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.woocommerce-notices-wrapper a.button {
		margin-left: 20px;
	}
	.single-product .woocommerce-message {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 560px) {  
	
	
}
@media only screen and (max-width: 480px) { 
	
}
