/*
Theme Name: Yobazar Child
Theme URI: https://demo.theme-sky.com/yobazar/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: yobazar
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yobazar-child
*/
.woocommerce-accordion .accordion-section {
	border: 1px solid #ddd;
	border-radius: 0px;
   
}
.woocommerce-accordion .accordion-title {
    font-size: 1.5rem;
	cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.woocommerce-accordion .accordion-content {
	display: none;
	padding: 10px;
	background: #fff;
	border-top: 1px solid #ddd;
}
.accordion-section h2 {
    display: none;
}
.accordion-content p {
    margin: 0;
}
/* .woocommerce-accordion .accordion-arrow {
   width: 0; 
   height: 0; 
   border-left: 5px solid transparent; 
   border-right: 5px solid transparent; 
   border-top: 5px solid #000; 
   transition: transform 0.3s ease; 
} */
.f-abajo::after{
    content: "\e64b";
}
.f-arriba::after{
    content: "\e648";
}
.f-abajo::after, .f-arriba::after{
   
    font-family: 'themify';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
}
.accordion-section .f-abajo, 
.accordion-section .f-arriba{
    position: absolute;
    right: 0;
    font-size: 1.1rem;
    top: 50%;
    transform: translate(-50%, -50%);
}
.accordion-section .f-arriba {
    display: none;
}
.woocommerce-accordion .accordion-arrow.open {
    transform: rotate(180deg);
}
.button[name="ts_empty_cart"],
.button[name="update_cart"] {
    display: none !important;
}
/* Estilos para la modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}
.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#welcomeModal button {
    color: #9f9f9f !important;
    border: #9f9f9f solid 1px !important;
    width: 50%;
}
.ts-store-notice span.close {
    display: none;
}



.ts-store-notice {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.ts-store-notice .container {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 15s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.circulating-span {
    display: inline-block;
    padding: 0 130px; /* Opcional, para añadir espacio alrededor del texto */
}



.free-shipping-progress {
    margin-bottom: 20px;
    position: relative;
}

.progress-bar {
    background-color: #49564c;
    height: 5px;
    border-radius: 4px;
    width: 0;
    transition: width 0.3s;
}


.dropdown-container .theme-title {
    margin-bottom: 10px !important;
}
.cont-bar {
    margin-top: 5px;
    border: solid 3px;
    border-radius: 15px;
    overflow: hidden;
}
.progress-text {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    color: #49564c;
    font-weight: bold;
}
a[href^="tel"] {
    color: inherit; /* Hereda el color del elemento padre */
    text-decoration: none; /* Elimina la subrayado */
}


.mobile-category-menu {
    display: none;
  }
  
  @media (max-width: 768px) {
    .mobile-category-menu {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
    }
  
    #category-carousel {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
    }
  
    #category-carousel li {
      display: inline-block;
      margin-right: 10px;
    }
  
    #category-carousel li a {
      display: block;
      padding: 10px 15px;
      background: #f7f7f7;
      border-radius: 5px;
      text-decoration: none;
      color: #333;
      white-space: nowrap;
    }
  
    #category-carousel li a:hover {
      background: #e0e0e0;
    }
  }
  