/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#wrapper {
    background: #ffffff;
}

.layout_layout1 .ets_mm_megamenu_content{
	border: none;
}
.layout_layout1 .mm_menus_li {
    border: none;
    background: #F3F4F6;
}

.ets_mm_megamenu_content .container {
    padding-left: 0;
    padding-right: 0;
}
ul.mm_menus_ul {
    background: #F3F4F6;
}
.layout_layout1 .mm_menus_li:nth-child(2) {
    border-left: none;
}
.layout_layout1 .mm_menus_li:last-child {
    border-right: none;
}



/* Producto */

button.btn.btn-primary.js-mailalert-add.mt-1 {
    background: #70A616;
    border-radius: 5px;
}
.js-mailalert input.form-control {
    border-radius: 5px;
}

.tabs {
    padding: 0;
}
.modal.fade .modal-dialog .btn-primary, .modal.fade .modal-dialog .btn-primary:hover {
    color: #fff;
    background-color: #70A616;
    border-color: transparent;
}


/* carrito*/

#cart #wrapper {
    background: #fff;
}
.cart-overview.js-cart {
    margin: 0px;
    background: whitesmoke;
    padding: 20px;
}
#subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover {
    color: #70a616;
}
.product-price{
    color: #70a616; 
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #70a616;
    border-color: transparent;
}
#cart .card.cart-summary {
    background-color: #f5f5f5 !important;
}


/* blog */
ul.ybc-blog-list.row.blog-main-page li {
    background: #f1f1f1;
    padding: 20px;
    border: solid 5px white;
    min-height: 300px;
}
.ybc-blog-list {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 0;
    list-style: none;
}
.ybc-blog-wrapper .ybc_title_block {
    margin-top: 13px;
    font-family: Raleway, Open Sans, sans-serif;
    font-size: 1.28571rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.42857;
}
.blog_description {
    font-size: .85714rem;
    line-height: 1.5;
    color: #000;
}
#left-column .ybc_blog_sidebar .block, #right-column .ybc_blog_sidebar .block {
    background-color: #f1f1f1;
}


/* categoria */ 

figure.ce-gallery-item a {
    word-break: break-word;
    hyphens: auto;
}


/* checkout*/

.checkout-wrapper {
    margin-bottom: 50px !important;
}






























/* JOSEDA  */

/* quitar color de los bordes laterales del menú  */
.ets_mm_megamenu_content { 
    background: #F3F4F6 !important;
}

/* hacer que el menú ocupe el ancho completo de la sección guardando el mismo espacio entre elementos */
ul.mm_menus_ul {
    display: flex
;
    justify-content: space-between;
}

.ets_mm_megamenu {
    margin: 0px !important;
}

.ets_mm_megamenu *:not(.fa):not(i) {
    font-family: "Raleway", sans-serif !important;
}

/* miniaturas del producto  */
.ce-product-meta a {
    color: #70A616;
}

.ce-miniature .ce-product-meta__value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* o inline-block si es necesario */
  max-width: 100%; /* ajusta si lo necesitas */
}

.ce-pp-pvp .ce-product-price-unit {
    display: none;
}

.ce-pp-up .ce-product-price, .ce-pp-up .ce-tax-shipping-delivery-label {
    display: none;
}

#product .input-title {
    margin-bottom: 10px;
}



/* cuenta cliente */
a, .elementor a {
    color: #000000;
}
a:hover, .elementor a:hover {
    color: #70A616;
}
.link-item {
  display: block;
  background-color: #fff;
  border: 2px solid #70A616;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #333;
  transition: all 0.3s ease;
}

.link-item:hover {
  background-color: #70A616;
  color: white;
}

.link-item i.material-icons,
.link-item svg {
  font-size: 36px;
  margin-bottom: 10px;
  color: #70A616;
  transition: color 0.3s ease;
}

.link-item:hover i.material-icons,
.link-item:hover svg {
  color: #fff;
  fill: #fff;
}


/* Al pasar el ratón */
#my-account .links a:hover, #my-account .links li:hover {
  background-color: #70A616;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
 max-height: 130px;
}

.links a:hover .material-icons,
.links li:hover .material-icons,
.links a:hover svg,
.links li:hover svg {
  color: #fff;
  fill: #fff;
}
a#author-blog-comment-link, a#author-blog-info-link {
    margin-top: 4px;
}


/* Íconos */
.page-my-account #content .links a:hover i {
  font-size: 36px;
  margin-bottom: 10px;
  color: #70A616;
  transition: color 0.3s ease;
}
.links li:hover svg {
  color: #fff;
  fill: #70A616;
  transition: color 0.3s ease;
}
.links li svg {
  fill: #000;
}

/* Texto */
.links .link-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: inherit;
  min-height: 130px;
}

#order-detail .alert-info{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #31708f;
}

body#module-blockwishlist-lists a:hover, .wishlist-list-item:hover .wishlist-list-item-title {
    color: #70A616 !important;
}

body#module-blockwishlist-lists a {
    color: #000 !important;
}

.page-authentication #content, .page-registration #content {
    max-width: 1200px !important;
}



/* menu */

@media(max-width:767px){
    ul.mm_menus_ul.active {
        display: inline-block;
    }

    .ets_mm_megamenu .mm_columns_ul{
        margin-top: 0px;
    }

}

.layout_layout1 .ets_mm_block_content ul li a::before {
    display: none;
}


#product button.btn.btn-primary.js-mailalert-add {
    border-radius: 10px !important;
  }
  
  #product i.material-icons.text-warning {
    color: red !important;
    font-size: 20px;
  }

  #product .js-mailalert.text-center {
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #000;
}

#product .alert {
    margin-bottom: 0px;
}

#product .tabs {
    margin-top: 1rem;
}

#product button.btn.btn-primary.js-mailalert-add {
    background: #f04242 !important;
    padding: 10px 20px !important;
}

#product input.form-control {
    margin-bottom: 5px;
}

#product article.alert {
    font-size: 16px;
    padding: 0px;
    justify-content: left;
    display: flex
;
    align-items: center;
    gap: 5px;
}

@media (min-width: 768px) {
    .ybc_blog_layout_grid .ybc-blog-list > li {
        /* width: 50%; */
        width: 100% !important;
    }
}

i.fas.fa-bars {
    font-size:25px;
    text-align: center;
}

.ybc-menu-toggle.ybc-menu-btn.closed {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #f0424200 !important;
}

.megam-mobile .ets_mm_megamenu_content_content {
    background: #f0424200 !important;
}

@media (max-width: 768px) {
    .ets_mm_megamenu .container {
        background-color: #ffffff !important;
    }

    #cart .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #cart .cart-overview.js-cart {
        padding: 0px;
    }

    #cart .col-md-10.col-xs-6 {
        padding: 0px;
    }

    #cart .input-group.bootstrap-touchspin {
        display: flex
    ;
    }

    #cart .card.cart-summary.cleassic-cart-summary {
        padding: 10px;
    }

    #cart div#AmzCartBtn0544261001753166608 {
        width: auto;
    }
}

#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: #70a616 2px solid !important;
}

#checkout .custom-radio input[type=radio]:checked+span {
    background-color: #70a616;
}







