/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*Mnk*/
.whb-header .wd-social-icons .wd-icon:before {
	color: #49AC3D;
}

nav[class*="-pagination"] li .current,
nav[class*="-pagination"] a:hover {
    border-radius: 50px;
}

.button {
	text-transform: none !important;
	font-size: 16px !important;
	padding: 12px 24px !important;
}

.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
	padding: 0 !important;
   	min-height: 0 !important; 
    font-size: 16px !important;
}

.wd-add-btn-replace .add-to-cart-loop:hover span {
    transform: translateY(-150%) translateZ(0) !important;
}

.quantity input.minus {
	border-radius: 25px 0 0 25px;
}

.quantity input.plus {
	border-radius: 0 25px 25px 0;
}

.cart-content-wrapper>.cart_totals .cart-totals-inner,
.wd-coupon-form .input-text,
form.woocommerce-checkout input,
body .select2-container--default .select2-selection--single,
textarea,
input#coupon_code {
	border-radius: 12px !important;
}

#billing_country_field {
	display: none;
}

.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    color: #333 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
}

/*header*/
:root{
  --text: #555;         /* color de texto */
  --text-hover: #222;   /* hover */
  --accent: #2ecc71;    /* verde del círculo */
}

.info-strip{
  padding: 10px 16px;
  display: flex;
  gap: 5px !important;
  align-items: center;
  flex-wrap: wrap;      
}

.info-item{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
}

.info-item:hover
{
  color: #333;
  text-decoration: none;
}

.wd-login-title {
	text-transform: none !important;
}

@media (max-width: 480px){
  .info-strip{ gap: 20px; }
}

/*header*/
.wd-button-wrapper a {
	text-transform: none;
	font-size: 16px;
    font-weight: 600;
}

.whb-header .wd-social-icons .wd-social-icon:first-child {
	border-right: solid 1px #7d7d7d40 !important;
    border-radius: 0 !important;
    border-left: solid 1px #7d7d7d40 !important;
}
.whb-header .wd-social-icons a {
	border-right: solid 1px #7d7d7d40;
    border-radius: 0;
}

.whb-header .wd-social-icons .wd-icon {
	font-size: 18px;
	padding: 5px;
}

.mobile-nav .wd-heading {
	border-bottom: none;
}

.mobile-nav .wd-nav-opener {
	border-left: none !important;
}

.menu-item span,
.menu-item span a {
	text-transform: none;
}

/*Productos*/
.cat-item.cat-item-20 {
	display: none !important;
}
.product-grid-item .product-wrapper .product-element-bottom {
	text-align: left;
}

.product-grid-item .product-wrapper .product-element-bottom .wd-add-btn.wd-add-btn-replace {
	justify-content: start;
}

.wd-product .product-wrapper {gap:32px;}

.price,
.amount {
	color: #333 !important;
	font-size: 20px !important;
}

.wd-product .product-image-link::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.wd-product .product-image-link img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: contain;
}

/*Productos en la busqueda*/
.wd-suggestion .wd-suggestion-thumb img {
  width: 100% !important;
  height: 200px !important; 
  object-fit: contain !important; 
}



/*Detalle producto*/

/*Boton de Whatsapp*/
.single-product .pw-whatsapp-btn.button {
	background-color: #49ac3d;
    color: white;
	border: solid 2px #49ac3d;
    border-radius: 50px;
	margin-top: 20px;
    margin-right: 8px;
}
.stock.out-of-stock {
	display: none; 
}
.single-product .woocommerce-product-gallery__image img {
    object-fit: contain;
    max-height: 50vh;
}

.product-labels {
	max-width: 100% !important;
}

.product-labels.labels-rounded .out-of-stock {
    max-width: 100% !important;
}

.single-product.brand-xerox .epson {
		display: none;
	}

.single-product.brand-epson .xerox {
		display: none;
	}
.single-product.brand-pantum .xerox,
.single-product.brand-pantum .epson {
		display: none;
	}

/*Productos agotados*/
.pw-button.pw-whatsapp-btn {
	background-color: #49ac3d;
    color: #fff;
}

@media screen and (min-width: 1000px){
	.pw-button.pw-whatsapp-btn {
		margin-left: 8px;
	}
}

/*Tienda*/
.wd-checkout-steps {
	text-transform: none !important;
}
/* .archive .product-labels .attribute-label,
.wp-singular .related-products .product-labels .attribute-label {
  display: none !important;

} */
.product-labels .product-label {
  min-height: 100% !important;
}

.label-attribute-pa_tecnologia {
    background-color: #2b5499 !important;
    color: #fff !important;
    text-transform: none !important;
    font-size: 11px !important;
}

/*Carrito de compra*/
.woocommerce-cart .woocommerce-shipping-destination {
	display: none;
}

/* Icono para tecnología Láser */
.label-attribute-pa_tecnologia::before {
  content:'';
background-image: url(https://printware.com.pe/tienda/wp-content/uploads/impresion.png);
  display: inline-block;
  margin-right: 3px;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.product-labels.labels-rounded .product-label {
    padding: 5px 5px !important;
}

.label-attribute-pa_velocidad {
    background-color: #49ac3d !important;
    color: #fff !important;
    text-transform: none !important;
    font-size: 11px !important;
}

/* Icono para Velocidad (ppm) */
.label-attribute-pa_velocidad::before {
  content: '';
  display: inline-block;
	background-image: url('https://printware.com.pe/tienda/wp-content/uploads/tiempo.png');
  margin-right: 6px;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* Resultados compra guiada */


.archive.tax-product_tag .wd-nav-pagin-wrap {
	margin-top: 20px;
} .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #49ac3d !important;
    background-color: #49ac3d !important;
    width: 15px !important;
    height: 15px !important;
}

.archive.tax-product_tag .wd-nav-pagin-wrap {
	margin-top: 50px;
}

/* Boton ¿Necesitas ayuda? */
.pw-buttons-wrap {
    margin-top: 0;
    margin-left: 10px;
    vertical-align: middle;
}

.pw-button {
    border-radius: 50px;
    border: 2px solid #49ac3d;
    background: transparent;
    color: #49ac3d;
    font-size: 16px;
    padding: 8px 32px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    flex: none !important
}

.pw-button:hover {
    background-color: #49ac3d;
    color: white;
}

.single-product form.cart{
  flex-wrap: nowrap;
}

.page-id-29198 #llamada-accion-mobile,
.page-id-29198 #llamada-accion {
	display: none;
}


@media screen and (max-width: 560px){
  .single-product form.cart{
    flex-wrap: wrap;
  }
 
}

@media screen and (min-width: 768px) and (max-width: 1200px){
  .single-product form.cart{
    flex-wrap: wrap;
  }
}

/*Whatsapp*/
@media screen and (max-width: 1024px) {
	.ctc_wp_mobile {
		bottom: 64px !important;
		z-index: 100 !important;
	}
}