.widget {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  word-wrap: break-word;
  hyphens: auto;
}
.widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget-title,
.widgettitle {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  padding: 12px;
  margin: 0 0 16px 0;
  border-radius: 8px;
  background-color: #f8f8f8;
}

.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget li {
  margin: 8px 0;
  padding: 8px;
  border-bottom: 1px dashed #e0e0e0;
}
.widget li:last-child {
  border-bottom: none;
}
.widget li a {
  color: #222222;
  text-decoration: none;
  transition: color 250ms ease-in-out ease-in-out;
}
.widget li a:hover {
  color: #8b0e0e;
}

.shopping-cart-wrapper {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 16px;
  margin: 0;
  position: relative;
}

.shopping-cart-wrapper .product-list-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.shopping-cart-wrapper .product-list-item:last-child {
  border-bottom: none;
}
.shopping-cart-wrapper .product-list-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.shopping-cart-wrapper .product-list-item .product-details {
  flex: 1;
  min-width: 0;
}
.shopping-cart-wrapper .product-list-item .product-name {
  font-weight: 600;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shopping-cart-wrapper .product-list-item .product-price {
  color: #8b0e0e;
  font-weight: 700;
  font-size: 14px;
}

.widget .single-post {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dotted #e0e0e0;
  clear: both;
}
.widget .single-post:last-child {
  border-bottom: none;
}
.widget .single-post img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.widget .single-post .post-title {
  flex: 1;
  min-width: 0;
  display: inline-block;
  font-weight: 600;
}
.widget .single-post .post-title a {
  color: #222222;
  text-decoration: none;
}
.widget .single-post .post-title a:hover {
  color: #8b0e0e;
}
.widget .single-post .post-date {
  font-size: 14px;
  color: #666666;
  display: block;
}

.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_categories li {
  padding: 8px 12px;
  border-bottom: 1px solid #e0e0e0;
}
.widget_categories li:last-child {
  border-bottom: none;
}
.widget_categories li a {
  color: #222222;
  text-decoration: none;
}
.widget_categories li a:hover {
  color: #8b0e0e;
}
.widget_categories li .cat-links {
  font-size: 14px;
  color: #666666;
  margin-left: 8px;
}

.widget_archive select {
  width: 100%;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.widget_archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_archive ul li {
  padding: 8px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.widget_archive ul li:last-child {
  border-bottom: none;
}
.widget_archive ul li a {
  color: #222222;
}
.widget_archive ul li a:hover {
  color: #8b0e0e;
}

.widget_search form {
  display: flex;
  gap: 8px;
}
.widget_search form input[type=search] {
  flex: 1;
  min-width: 0;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.widget_search form input[type=submit] {
  background-color: #8b0e0e;
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 12px 16px;
  white-space: nowrap;
}
.widget_search form input[type=submit]:hover {
  background-color: #5d0909;
}

.widget_rss .rss-date {
  display: block;
  color: #666666;
  font-size: 14px;
  margin-top: 4px;
}
.widget_rss .rss-summary {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
}

.widget_tag_cloud .tagcloud {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 4px 12px;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 9999px;
  text-decoration: none;
  color: #222222;
  transition: background-color 250ms ease-in-out ease-in-out, color 250ms ease-in-out ease-in-out;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #8b0e0e;
  color: #ffffff;
  border-color: #8b0e0e;
}

.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
}
.widget_calendar table caption {
  padding: 12px;
  font-weight: 700;
  background-color: #f8f8f8;
}
.widget_calendar table th {
  padding: 8px;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  font-weight: 700;
}
.widget_calendar table td {
  padding: 8px;
  text-align: center;
  border: 1px solid #e0e0e0;
  height: 40px;
}
.widget_calendar table td:hover {
  background-color: rgba(139, 14, 14, 0.1);
}
.widget_calendar table td a {
  color: #8b0e0e;
  text-decoration: none;
  font-weight: 600;
}
.widget_calendar table td a:hover {
  text-decoration: underline;
}
.widget_calendar table #today {
  background-color: rgba(139, 14, 14, 0.2);
}
.widget_calendar table .pad {
  background-color: #f8f8f8;
}
.widget_calendar #wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.widget_calendar #wp-calendar-nav a {
  color: #8b0e0e;
  text-decoration: none;
}
.widget_calendar #wp-calendar-nav a:hover {
  text-decoration: underline;
}

.widget_meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_meta li {
  padding: 8px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.widget_meta li:last-child {
  border-bottom: none;
}
.widget_meta li a {
  color: #222222;
}
.widget_meta li a:hover {
  color: #8b0e0e;
}

.widget_text p {
  line-height: 1.75;
  margin-bottom: 12px;
}
.widget_text p:last-child {
  margin-bottom: 0;
}

.widget_custom_html {
  line-height: 1.75;
}

@media (min-width: 768px) {
  .widget {
    margin-bottom: 32px;
  }
  .widget-title,
  .widgettitle {
    font-size: 18px;
  }
}

 
 .whatsapp_container {
	border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    background: white;
    position: fixed;
    display: flex;
    bottom: 15px;
    right: 20px;
    z-index: 200;
    flex-direction: column;
    align-items: center;
}

.whatsapp_container .whatsapp {
 
    display: block;
    background-image: url(../images/whatsapp_icon_big.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-color: white;
    height: 50px;
    width: 50px;
	border-radius: 6px;
}

.whatsapp_container .whatsapp_text {
	color: black;
    font-size: small;
	text-align: center;
    font-weight: bold;
}
 
