/*Theme Name: Tanweb Theme

Author: TanWeb

Version: 1.2

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

 */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Geologica", Sans-serif;
	color: black
}
.st5 {
    stroke: none !important;
}
#camposFormulariosWeb {
    /* text-align: center; */
    display: flex;
    justify-content: center;
}
.wpcf7-form-control-wrap:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    background: #f8af00;
}
#camposFormulariosWeb input, #camposFormulariosWeb textarea {
	border-radius: 12px 0 0 12px;
    border: 1px solid black;
    padding: 16px 12px 11px 0;
    display: block;
    background: transparent;
    color: #f8af00;
    font-family: 'Manifiestalab regular';
    font-size: 22px;
    height: 53px;
	width: 100%;
	scrollbar-width: none;
}

#camposFormulariosWeb input[type="submit"] {
    border-radius: 50px;
    padding: 4px 36px 3px !important;
    margin-top: 12px;
    background: #f7af2f;
    color: black;
    font-family: 'Manifiestalab regular';
    font-size: 24px;
    width: auto;
    height: auto !important;
    float: right;
}
#camposFormulariosWeb form p {
    font-size: 15px;
    font-family: 'Manifiestalab regular';
}
.wpcf7-spinner {
    position: absolute;
    top: 15px;
}
footer.ti-widget-footer {
    display: none !important;
}


body .ti-name {
    font-family: "Manifiestalab regular", sans-serif !important;
    font-size: 22px !important;
}
body .ti-read-more span {
    font-family: 'Geologica';
    font-size: 20px !important;
    background: #f6af43 !important;
    opacity: 1 !important;
    color: black !important;
    width: auto;
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 16px !important;
}
body .ti-widget.ti-wp-testimonial-1 .ti-review-item>.ti-inner {
    border-radius: 20px !important;
    background: black !important;
}
.ti-stars {
    display: none !important;
}

.ti-date {
    display: none !important;
}

.ti-name {
    color: #FFAD00 !important;
    font-family: 'Manifiestalab regular';
    font-weight: 300 !important;
    margin-bottom: 15px !important;
}

body .ti-read-more {
    text-align: right !important;
}

.ti-widget.ti-wp-testimonial-1 .ti-read-more span:hover {
    text-decoration: none !important;
    background: #d87f09 !important;
}

.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-next:before {
    top: 0px !important;
	left: 0px !important;
}
.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-next:after {
	left: 0px !important;
}
.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-prev:before {
    top: 27px !important;
    left: -3px !important;
}
.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-prev:after {
	left: -3px !important;
}

.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-next:before, .ti-widget.ti-wp-testimonial-1 .ti-controls .ti-prev:before {
    background: #f6af43 !important;
	width: 30px !important;
	height: 4px !important;
}
.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-next:after, .ti-widget.ti-wp-testimonial-1 .ti-controls .ti-prev:after {
    background: #f6af43 !important;
	width: 30px !important;
	height: 4px !important;
}
#titleShop {
    font: normal 500 42px 'Manifiestalab regular';
    text-align: left;
    margin: 0 0 11px 0;
	color: black;
}

.productSubtitle p {
    font-family: "Manifiestalab regular", Sans-serif;
    font-size: 30px;
    color: #fdb135;
    margin: -13px 0 0;
}
.ti-widget[data-wkey="feed-instagram"][data-style=drop-shadow][data-widget-type=social] {
    margin: 0 0 17px !important;
}
.productIllustrador {
    font-size: 21px;
    margin: -29px 0 -30px;
}
.tanweb-gallery .main-image img {
    border-radius: 20px !important;
}

.tanweb-gallery .main-image {
    border: 2px solid black;
    padding: 32px 32px!important;
    height: auto !important;
    max-height: none;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.woocommerce .quantity .qty {
    border-radius: 13px;
}
.woocommerceCheckCarrito th {
    padding: 0;
}
.woocommerceCheckCarrito .cart_totals.calculated_shipping td {
    padding: 12px !important;
    vertical-align: middle !important;
}
.woocommerceCheckCarrito input.qty {
    border: 0;
}
.stock.in-stock {
    display: none;
}
/* Contenedor del acordeÃƒÆ’Ã‚Â³n */
.accordion-item {
    border: none;
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
}

/* Header */
.accordion-header {
	padding: 12px 15px;
    background: #000000;
    color: #fdb135;
    cursor: pointer;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Manifiestalab regular", Sans-serif;
}

/* Flecha */
.accordion-arrow {
    transition: transform 0.3s ease;
    font-size: 18px;
}

/* Rotar cuando estÃƒÆ’Ã‚Â¡ abierto */
.accordion-item.open .accordion-arrow {
    transform: rotate(180deg);
}

/* Contenido */
.accordion-content {
    padding: 0 15px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}

/* Mostrar contenido */
.accordion-item.open .accordion-content {
    padding: 15px;
}




.button, .woocommerceCheckCarrito button {
	display: inline-block !important;
	text-decoration: none !important;
	transition: background 0.3s;
	width: auto;
	max-width: 100%;
	word-break: normal;
	line-height: 19px !important;
	text-align: center !important;
	background-color: #F8AF00 !important;
	font-family: 'Geologica';
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #000000 !important;
	text-transform: uppercase;
	border-style: solid !important;
	border-radius: 24px 24px 24px 24px !important;
	padding: 10px 12px 8px 12px !important;
}

.woocommerceCheckCarrito a.button:hover, .woocommerceCheckCarrito button:hover {
	color: white;
	background: black;
	border: 1px solid #595959;
}
.woocommerce-cart-form span, .woocommerce-cart-form p {
    color: white;
    /* font-family: 'Manifiestalab regular' !important; */
}

.woocommerceCheckCarrito th, .woocommerceCheckCarrito h2, .woocommerceCheckCarrito h3 {
    color: #000000;
    font-family: 'Manifiestalab regular';
    font-size: 35px;
    font-weight: 400 !important;
}
.woocommerceCheckCarrito a.remove {
    color: #000000 !important;
    background: #FFAD00 !important;
    font-size: 22px;
    font-weight: 400;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerceCheckCarrito input {
    border-radius: 15px;
    padding: 6px 15px !important;
    min-width: 97px;
}

.woocommerceCheckCarrito p, .woocommerceCheckCarrito span {
    color: #000000 !important;
    font-size: 20px;
    font-weight: 500;
}
.woocommerceCheckCarrito table.shop_table .product-thumbnail {
    display: flex;
    align-items: center;
}
.woocommerceCheckCarrito a {
    cursor: pointer;
    color: #f8af00;
}
td.product-thumbnail .product-name a {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: black;
    text-transform: uppercase;
}

td.product-thumbnail a img {
    width: 110px !important;
    border-radius: 9px;
    margin: 0 19px;
}
.shop_table tbody tr:after {
    content: "";
    display: inline;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid black;
    border-radius: 12px;
    z-index: 0;
}

.shop_table tbody tr {
    position: relative;
    border: none !important;
    margin-bottom: 5px !important;
    background: transparent;
}

.woocommerceCheckCarrito th, .woocommerceCheckCarrito td {
    border-top: 0px!important;
}
.woocommerce-page table.cart td.actions .coupon {
    padding: 8px 0;
}
.woocommerceCheckCarrito table.shop_table td {
    color: #000000;
    font-size: 20px !important;
    z-index: 3;
    position: relative;
}

.woocommerce-privacy-policy-text a {
    background: none !important;
    color: #f7af2f !important;
    border: 0;
    padding: 0 !important;
    width: auto !important;
}
#coupon_code {
    width: 206px;
    padding: 1px 13px !important;
    text-align: center;
    border: 3px solid black;
    font-family: 'Geologica';
    text-transform: uppercase;
    font-size: 17px;
    color: black !important;
}
::placeholder {
    color: #000; /* tu color */
}
.woocommerce table.cart td.actions:after {display: none !important;}

.cuponCarrito:after {
    display: none !important;
}

.cuponCarrito td {
    padding: 0 !important;
}
.woocommerce-info a {
    border: 0 !important;
    width: auto !important;
}
#select2-billing_state-container {
    color: black !important;
}
.woocommerce-checkout input, .woocommerce-checkout p, .woocommerce-checkout select {
    width: 100% !important;
}
.simple-translate-system-theme {
    display: none !important;
}

.woocommerce ul#shipping_method li label {
    display: flex;
    flex-direction: column;
}
.wc-proceed-to-checkout {
    text-align: right;
}

#detallesTotalCart {
    text-align: left;
}
#detallesTotalCart {
  list-style: none;
  padding-left: 1.2em;
}

#detallesTotalCart li::marker {
  content: "";
}

#detallesTotalCart li {
  position: relative;
  margin-bottom: 9px;
}

#detallesTotalCart li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FE001C;
  border: 2px solid #000000; /* borde o mÃ¡s oscuro */
  border-radius: 50%;
  position: absolute;
  left: -1.2em;
  top: 0.4em;
}


.elementor-widget-product_loop_tanweb button {background-color: #F8AF00;font-family: "Geologica", Sans-serif;font-size: 15px;font-weight: 500;fill: #000000;color: #000000;border-style: solid;border-width: 0px 0px 0px 0px;border-color: #000000;border-radius: 24px 24px 24px 24px;padding: 2px 12px 1px 12px;text-transform: uppercase;}



.tanweb-product-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 12px;

}





.tanweb-product-image img {

    width: 100%;

    height: auto;

    border-radius: 17px !important;

}



.tanweb-product-title {

    font-size: 19px;
    margin: 10px 0 -2px;
    font-family: 'Manifiestalab';

}



.tanweb-product-price {

    font-weight: bold;

    color: #000;

}



.tanweb-product-item {text-align: center;text-decoration: none;color: inherit;padding: 10px;border-radius: 13px;transition: all 0.3s ease;border: 2px solid black;}




.tanweb-product-item:hover {background: #f9f9f9;transform: translateY(-4px);box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);color: #d87f09;}








.tanweb-product-grid {

    display: grid;

    gap: 12px;

}



.tanweb-product-grid.columns-2 {

    grid-template-columns: repeat(2, 1fr);

}



.tanweb-product-grid.columns-3 {

    grid-template-columns: repeat(3, 1fr);

}



.tanweb-product-grid.columns-4 {

    grid-template-columns: repeat(4, 1fr);

}



.tanweb-product-grid.columns-6 {

    grid-template-columns: repeat(6, 1fr);

}





.tanweb-controls {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 22px;
}



.tanweb-order {

    padding: 6px 10px;

    font-size: 14px;

    border-radius: 18px;

}



.tanweb-columns button {

    margin: 0 0 0 6px;

    padding: 5px 10px;

    background: #fff;

    border: 0px;

    cursor: pointer;

}



.tanweb-columns button.active {
    border-radius: 12px;

}
.tanweb-columns rect {
    stroke: transparent !important;
    border-radius: 50% !important;
}

button.active rect {
    fill: #d87f09 !important;
}

.elementor-widget-product_loop_tanweb button:hover rect {
    fill: #d87f09 !important;
}


/* Animaciones bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡sicas */

#tanweb-products {

    transition: all 0.4s ease-in-out;

    opacity: 1;

    transform: scale(1);
    width: 800px;

}



#tanweb-products.anim-exit {

    opacity: 0;

    transform: scale(0.95);

}



#tanweb-products.anim-enter {

    opacity: 1;

    transform: scale(1);

}

#tanweb-loader {

       display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 69px;
    color: #333;
    transition: opacity 0.3s ease-in-out;
    position: absolute;

}



#tanweb-loader.d-none {

    display: none !important;

}











/* ////////// single product ///////// */

.tanweb-single-product-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 50px;

    align-items: start;

}

.tanweb-product-info > div, .tanweb-product-info > p, .tanweb-product-info > H3 {
    padding-left: 25px;
}

.tanweb-gallery {

    display: flex;

    flex-direction: column;

    gap: 15px;

}



/* Main image con lÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­mite de alto */

.tanweb-gallery .main-image {}



.tanweb-gallery .main-image img {width: 100%;height: auto;max-height: 500px;object-fit: contain;}



/* Lupa al pasar el mouse */





.tanweb-gallery .main-image:hover::after {

    opacity: 1;

}



.tanweb-lightbox {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.9);

    justify-content: center;

    align-items: center;

    z-index: 9999;

}



.tanweb-lightbox img {

    max-width: 80%;

    max-height: 80%;

    transition: opacity 0.3s ease;

}



.tanweb-lightbox .close-btn,

.tanweb-lightbox .prev-btn,

.tanweb-lightbox .next-btn {

    position: absolute;

    color: #fff;

    font-size: 2rem;

    cursor: pointer;

    user-select: none;

}



.tanweb-lightbox .close-btn {

    top: 20px;

    right: 30px;

}



.tanweb-lightbox .prev-btn {

    left: 30px;

    top: 50%;

    transform: translateY(-50%);

}



.tanweb-lightbox .next-btn {

    right: 30px;

    top: 50%;

    transform: translateY(-50%);

}



/* BotÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³n de cerrar */

.tanweb-lightbox .close-btn {

    position: absolute;

    top: 20px;

    right: 30px;

    font-size: 32px;

    color: white;

    cursor: pointer;

    font-weight: bold;

}





.tanweb-gallery .thumbnails {display: flex;justify-content: center;gap: 10px;flex-wrap: wrap;margin: 4px 0 0;}



.tanweb-gallery .thumb {

    width: 70px;

    height: 70px;

    overflow: hidden;

    border: 1px solid #eee;

    border-radius: 6px;

    cursor: pointer;

    transition: transform 0.2s ease;

}



.tanweb-gallery .thumb:hover {

    transform: scale(1.05);

}



.tanweb-gallery .thumb img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.tanweb-product-info {display: flex;flex-direction: column;gap: 20px;padding-top: 58px;}



.product-title {

    font-size: 2rem;

    margin-bottom: 10px;

}



.product-price {

    font-size: 1.5rem;

    font-weight: bold;

    color: #c00;

}



.product-cart {margin: 20px 0 -1px;}



.product-extra {

    border-top: 1px solid #eee;

    padding-top: 20px;

    font-size: 1rem;

    color: #444;

}



.product-cart .cart {

    display: flex;

    align-items: stretch;

    gap: 8px;

}

.button[name="update_cart"] {
    margin-top: 6px !important;
}
.order-total th {
    font-family: 'Geologica';
    font-size: 18px;
    vertical-align: middle !important;
}
.product-cart .cart .quantity {

    display: flex;

    align-items: stretch;

}

.product-name {
    padding-left: 0px !important;
}

.woocommerce-checkout-review-order .product-name {
    padding-left: 12px !important;
}

#contenidoTiendaGeneral {
    display: flex;
    justify-content: center;
}

#tanwebfiltersmodal {

    position: relative;
    top: 0;
    right: 0%;
    height: 100%;
    background: white;
    width: 480px;
    padding: 60px 0 15px 10px;
    display: flex;
    text-align: right;

}




.contenidoFiltros {

    width: 100%;

    display: flex;

    flex-direction: column;

    gap: 0px;

}




.contenidoFiltros h5,

.contenidoFiltros h6 {font-size: 28px !important;font-family: 'Manifiestalab regular';font-weight: 500 !important;text-align: left;padding-left: 25px;}






.contenidoFiltros input[type="radio"] {
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    position: absolute;
    /* appearance: none;

    width: 20px;

    height: 20px;

    border: 2px solid silver;

    border-radius: 50%;

    margin-right: 10px;

    position: relative;

    cursor: pointer;

    vertical-align: middle;

    transition: 200ms linear; */

}



.contenidoFiltros input[type="radio"]:checked {

    border-color: #000;

    background-color: #F8AF00;

}


/* 
.contenidoFiltros input[type="radio"]:checked::after {

    content: "";

    position: absolute;

    width: 10px;

    height: 10px;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background-color: #000;

} */


.woocommerce table.shop_table {
    border-spacing: 0px 9px;
    border: 0 !important;
    margin-bottom: -2px;
}
.contenidoFiltros label, .contenidoFiltros a {font-weight: 500;cursor: pointer;padding-left: 39px;transition: 200ms linear;justify-content: left;padding-right: 0;border: 0;padding-bottom: 0px;background: transparent;font-family: 'Geologica';color: black;text-align: left;display: block;font-size: 17px;line-height: 20px;}
.contenidoFiltros input[type="radio"]:checked + * {
    color: #D87F09 !important;
}
.filterTitle {
    margin-bottom: 1px;
}
.contenidoFiltros input[type="radio"]:focus {
    border: none !important;
    box-shadow: none;
}
.tanweb-gallery .thumb.active {
    border: 1px solid black;
    padding: 2px;
}
/* .contenidoFiltros input[type="radio"]:checked+label {

    color: #000;

} */

#formularioSumateFooter {
    width: 596px;
    margin: 0 auto;
    padding-bottom: 17px;
    position: absolute;
    bottom: 8px;
    z-index: 9999;
    left: -1457px;
    transition: 300ms linear;
    transform: translateX(-50%);
}
#formularioSumateFooter.active{
	left: 50%;
}
#formularioSumateFooter input {
    background: black;
    border: 2px solid white;
    border-radius: 20px;
    font-size: 20px;
    width: 184px;
    display: inline-block;
    margin: 0 7px 16px;
    color: white;
    text-align: center;
    padding: 4px 12px 3px;
}


.inputaceptar {
    position: absolute;
    left: -21px;
    top: 1px;
    width: 14px !important;
    height: 26px;
    float: none !important;
    margin: 0 !important;
    border-radius: 50% !important;
}
.inputaceptar:checked ~ .wpcf7-list-item-label {
	position: absolute;
	left: -10px;
	top: 7px;
	width: 6px;
	height: 11px;
	border: solid #000000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 1;
	transition: opacity 0.25s ease;
}
.form-check-input:checked {
    background: #ffad00 !important;
}
#formularioSumateFooter span:after {
    display: none;
}

#formularioSumateFooter div {
    text-align: center;
    color: white;
}
input::placeholder,
textarea::placeholder {
    color: #fff; /* Cambia este color al que quieras */
    opacity: 1;      /* Asegura que se vea con opacidad completa */
}
#formularioSumateFooter p {
    width: 404px;
    text-align: center;
    display: block;
    margin: 0 auto 18px;
    font-size: 14px;
}
#formularioSumateFooter input[type="submit"] {
    background: white;
    color: black;
    width: auto;
    font-size: 16px;
    text-transform: uppercase;
}
.titleHeadCart th {
    padding: 11px 0 0 0 !important;
}
@media(max-width: 480px) {
    #formularioSumateFooter p, #formularioSumateFooter input {
        width: 100%;
    }
}

