@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//repuestocenter.cl/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.1") format("woff2");
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(225,38,39);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(243,2,4);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 150px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://repuestocenter.cl/wp-content/uploads/2025/04/72b73c7c-4b08-42d7-818d-36867b39899a.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 2px;
}
.page-title-default {
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.sucursal-chip {
		background-color: #9A8F77;
    display: inline-block;
  	padding: 8px 12px;
    font-weight: bold;
    color: white !important;
		width: 180px;
		text-align: center;
}

.info-chip {
    display: inline-block;
  	padding: 8px 12px;
    font-weight: bold;
    color: white !important;
		width: 180px;
		text-align: center;
}

.info-chip.green {
    background-color: #4CAF50; /* Green */
}

.info-chip.red {
    background-color: #F44336; /* Red */
}

.info-chip.yellow {
    background-color: #FFC107; /* Yellow */
}

.whatsapp-button {
  display: inline-block;
  padding: 8px 12px;
	align-items: center; /* Center icon vertically */
  justify-content: center; /* Center icon horizontally */
	border: 1px solid #000;
}

.rconline-link {
  display: inline-block;
  padding: 12px 12px;
	align-items: center; /* Center icon vertically */
  justify-content: center; /* Center icon horizontally */
	border: 1px solid #000;
}

td {
  flex: 1 !important; 
	padding 10px;
  text-align: center !important;
  margin-bottom: 0 !important; 
	border-bottom: none !important;
}

.map-button {
  display: inline-block;
  padding: 12px 12px;
	align-items: center; /* Center icon vertically */
  justify-content: center; /* Center icon horizontally */
	border: 1px solid #000;
}

.map-button-ficha {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.map-button i {
  margin: 10;
}

.map-button-ficha i {
  margin: 10;
}

.wp-block-search__input {
  width: calc(100% - 100px); /* Adjust the width as needed */
}

.wp-block-search__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none; /* Remove default button border */
  background-color: transparent; /* Remove default button background */
}

.map-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it's on top */
}

.map-popup-content {
  background-color: #fff; /* White background */
  padding: 15px;
  border-radius: 5px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}

.map-popup-header img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.map-popup-body {
  padding: 20px;
}

.map-popup-body h3 {
  margin-top: 0;
}

.phone-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px 0;
}

.phone-list li {
  margin-bottom: 5px;
}

.map-popup-close {
  background-color: transparent;
  border: none;
	color: red;
  font-size: 48px;
  cursor: pointer;
  position: relative; /* To position the span */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.map-popup-close span {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wd-nav-img, .mega-menu-list img {
	max-height: 45px;
}

.modelo-brand-container {
    display: flex; /* Arrange items horizontally */
    flex-direction: column; /* Stack items vertically */
    /* other styling as needed */
}

.modelo-attribute {
    font-size: 14px; /* Adjust as needed */
    color: #777; /* Adjust as needed */
   
}

#wa .wa__stt.wa__stt_online{
		padding: 5px 40px 5px 74px;
}

/* Ocultar linea de stock en catalogo */
p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
    color: var(--color-gray-800);
    display: none;
}

p.stock.out-of-stock {
    color: #B50808;
    display: none;
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(2n+1){
 clear: unset;
}@media (max-width: 576px) {
	.sucursal-chip {
		background-color: #9A8F77;
    display: inline-block;
	  padding: 5px 8px;
		margin: 1px;
    font-weight: bold;
    color: white !important;
		width: 100px;
		text-align: center;
}

.info-chip {
    display: inline-block;
    padding: 5px 8px;
    font-weight: bold;
    color: white !important;
		width: 140px;
		text-align: center;
}

.rconline-link {
  display: inline-flex;
  padding: 5px 18px;
	width: 40px;
	height: 36px;
	font-size: 16px !important;
	align-items: center; /* Center icon vertically */
  justify-content: center; /* Center icon horizontally */
	border: 1px solid #000;
}

table {
  display: block;
  width: 100% !important;
  border-collapse: collapse !important;
}

thead {
  display: none;
}

tr {
  display: flex; 
  width: 100%;
  align-items: center;
	font-size: 11px !important;
	border-bottom: none !important;
}

td {
  flex: 1 !important;
	padding: 3px !important;
  text-align: left !important;
  margin-bottom: 0 !important; 
	border-bottom: none !important;
}

.whatsapp-button {
  display: inline-flex; /* Use inline-flex to center icon */
  align-items: center; /* Center icon vertically */
  justify-content: center; /* Center icon horizontally */
  padding: 5px !important;
	border: 1px solid #000;
}

.map-button {
  display: inline-flex;
  padding: 5px !important;
	align-items: center; /* Center icon vertically */
  justify-content: center; /* Center icon horizontally */
	border: 1px solid #000;
}

.widgetarea-mobile {
	padding-top: 335px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}

.elementor-kit-5 h1 {
	font-size: 25px;
}

.wd-side-hidden.wd-opened {
	background-color: #F2F2F2;
}

#wa .wa__member_name, #wa .wa__cs_name, #wa .wa__btn_title{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
#wa .wa__member_duty, #wa .wa__popup_intro, #wa .wa__btn_popup_txt{
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
}
#wa .wa__popup_notice{
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
}

#wa .wa__stt.wa__stt_online{
padding: 0px 40px 0px 74px;
}

#wa .wa__popup_chat_box .wa__stt:after {
    content: '';
    background: url(../img/whatsapp_logo_green.svg) 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

}

