/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/


.tinv-wishlist .list-item {
	margin-bottom: 2rem;
}

.listasDeBodas .lista {
	padding: 3rem;
	margin-bottom: 2rem;
}
.d-flex {
	display: flex;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-left {
	justify-content: left;
}
.ml-1 {
	margin-left: 1rem;
}
/*.wpua-edit{
	display: none;
}*/
.d-none {
	display: none !important;
}
#wpua-upload-messages-existing {
	font-size: 14px;
	margin-bottom: 10px;
}
#wpua-images-existing,
#wpua-upload-button-existing {
	display: flex;
	align-items: center;
}
#wpua-remove-button-existing {
	margin-left: 30px;
}
#wpua-undo-button-existing,
#wpua-edit-attachment-existing,
form#wpua-edit-31 p.submit {
	display: none;
}
.add-list-image {
	font-size: 1.2em;
	font-weight: bold;
	color: #3f3a9f;
	margin-bottom: 2em;
	display: inline-block;
}

.listasEdicion span {
	display: block;
}

.listasEdicion .row {
	margin-bottom: 1rem;
}

.listasEdicion .lista {
	margin-bottom: 2rem;
	border-bottom: 1px solid #333;
}

.remove-btn {
	width: 200px;
	margin-top: 1rem;
}
.remove-btn span {
	display: inline;
}

/*
#billing_address_1,
#shipping_address_1 {
	display: none;
}
*/

input.input-check-select-product,
button.btn-remove-product {
	position: absolute;
}
button.btn-remove-product {
	right: 0;
	font-size: 30px;
	height: auto;
	line-height: 30px;
}

/* CUSTOM CHECKBOX */
/* Customize the label (the container) */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0px;
	left: 5px;
	top: 5px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
	background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 9px;
	top: 3px;
	width: 8px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.producto-wrapper {
	padding: 0px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.product-details-wrapper {
	margin: 0 10px;
}
.tinv-wishlist .product-thumbnail img,
.tinv-wishlist .product-thumbnail {
	width: 100%;
	height: auto;
}
.tinv-wishlist .product-remove button {
	font-size: 26px;
}
.tinv-wishlist .product-remove {
	position: absolute;
	right: 20px;
	top: 4px;
}
.producto-add-to-cart-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px !important;
}
.fila-lista-producto {
	margin-bottom: 30px;
}

.listasDeBodas .lista a {
    font-size: 18px;
}

img.wishlist-avatar {
    width: 250px !important;
    height: 250px;
    object-fit: cover;
}

.listasDeBodas .lista {
    padding: 15px 25px;
    margin-bottom: 0;
    text-align: center;
	min-height: 500px;
}

@media only screen and (max-width: 1024px) and (min-width: 641px) {
	.tinv-wishlist .product-thumbnail,
	.tinv-wishlist .product-thumbnail img {
		max-width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.tinv-wishlist .product-thumbnail,
	.tinv-wishlist .product-thumbnail img {
		max-width: 100%;
	}
}


.ocultar{
	display: none !important;
}
