/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.2.0.1682777488
Updated: 2023-04-29 10:11:28

*/

.col-full {
    max-width: 95.4989378333em;
    padding: 0 0.617924em;
    box-sizing: content-box
}

.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 25.8260869565%;
    float: left;
    margin-right: 2%
}

/*Line up cart with search box*/
.site-header-cart .cart-contents {
    padding: 0;
    display: block;
    position: relative;
    background-color: rgba(0,0,0,0);
    height: auto;
    width: auto;
    text-indent: 0;
}

/* Remove header top spacing*/
.site-header {
    top: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*Logo*/
.site-header .site-branding img{
	max-height: 100px !important;
	max-width: 100px !important;
	padding-left: 20px;

}

/*menu*/
.secondary-navigation .menu > li > a{
	font-size: 13pt;
}

.site-header-cart{
	font-size: 13pt;
}
  /*Remove Top Space*/
  .hentry.type-page .entry-header {
    border: 0;
    margin: 0;
    display: none
}
.page-template-template-homepage .type-page {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0;
}

/* Cart align center*/
.sp-header-span-3{
	margin-top: 10px
}


.site-header-cart .cart-contents::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    height: 1em;
    /* float: right; */
    line-height: 1.618;
}

/*Breadcrum*/
.col-full .woocommerce-breadcrumb {
	background-color: white;	
}

/* Main content home page*/

.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
    max-width: 80.0994671405em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.has-text-align-center img {
        display: block;
        margin: 0 auto;
      }

/*Footer*/
.footer-widgets {
    padding-top: 5px;
	padding-bottom: 5px;
    border-bottom: -1px solid rgba(0,0,0,.05);
}

/*SHOP PAGE*/

.storefront-breadcrumb {
    padding: 0.41575em 0;
    margin: 0;
}

.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
    text-align: center;
    padding: 0 0;
}

.shop_loop_subtitle{
	color: #000;	
}

/*Categories menu*/
.storefront-breadcrumb {
    padding: 0;
    margin: 0;
}
.woocommerce-breadcrumb {
    font-size: .875em;
    background-color: #eee;
}

/*MENU FORMAT*/
.menu .menu-item a{
	text-decoration: none;
}
.menu-categories-container{
	background-color: #d1d1d1;
}
.widget_nav_menu ul li::before {
    content: "";
}

/*CATEGORIES PRODUCT MENU*/
.widget-area .iksm-widget a{
	text-decoration: none;
}

/*MY ACCOUNT*/

div.entry-content a{
	color: #302983;
}

a{
	border: 0;
}

/* WISHLIST */
div.wl-already-in ul li a{
	color: #1a9dd9;
}

/*.iksm-terms-tree--level-1 > * > * > .iksm-term__inner {
background: #302983 !important;
}
.iksm-terms-tree--level-2 > * > * > .iksm-term__inner {
background: #1a9dd9 !important;
}*/

/*Change document specs style*/
.ui-accordion .ui-accordion-content {    font-family: Verdana;
	font-size: 0.8em
}

.ui-accordion .ui-accordion-header {
	font-size: 0.8em
}

.custom-sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff0000;
    color: #00ff00;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
}

/* Add a border to each product on the shop page */
.woocommerce ul.products li.product {
    border: 2px solid #ccc; /* Gray border */
    border-radius: 5px; /* Optional: Rounded corners */
    padding: 10px; /* Space inside the border */
    margin-bottom: 20px; /* Space between products */
    transition: border-color 0.3s ease; /* Smooth transition for hover */
}

/* Change border color on hover */
.woocommerce ul.products li.product:hover {
    border-color: #0073e6; /* Light blue on hover */
}

/*change current page number*/

.woocommerce-pagination .page-numbers.current {
    background-color: #0073e6 !important; /* Cambia #your-color-code al color que desees */
    color: #fff !important; /* Opcional: Cambia el color del texto */
 /*   border-radius: 5px; /* Opcional: Ajusta el diseño */
   /* padding: 5px 10px; /* Opcional: Ajusta el tamaño */
}

/* Asegura que las imágenes de los productos no se corten */
.woocommerce ul.products li.product img {
    object-fit: contain; /* Ajusta la imagen dentro del contenedor sin recortarla */
    width: 100%; /* Asegúrate de que ocupe todo el ancho del contenedor */
    height: auto; /* Mantén la proporción original de la imagen */
}

/* Opcional: Ajusta el contenedor de la imagen para mantener proporciones consistentes */
.woocommerce ul.products li.product {
    aspect-ratio: 1/1; /* Esto asegura una forma cuadrada para el contenedor */
}

/* Asegúrate de que las imágenes individuales en la página del producto también se ajusten */
.woocommerce div.product div.images img {
    object-fit: contain; /* Evita recortes en la imagen principal */
    width: 100%; /* Ajusta al ancho completo del contenedor */
    height: auto; /* Mantén la proporción original */
}
