/*
 Theme Name:   Tictac Theme
 Theme URI:    https://tictac-comunicacion.es
 Description:  Tema mínimo que sólo sirve como una introducción a la programación de temas en WordPress.
 Author:       Esteban Mohedano
 Author URI:   https://tictac-comuniacion.es 
 Version:      1.0
 Template:     storefront
*/


.tax-product_cat .product-category img{
    width: 240px;
    height: 240px !important;
    object-fit: contain;
}


li{ list-style: none;}

.price, .precio, .onsale, a .cart-contents {
    display:none !important;
}

.site-main{
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

/* CSS del BANNER LATERAL DE CONTACTOS  -->*/



.sticky-header p {
    margin: 0px;
    padding: 0;
}

.sticky-header {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    height: 260px;
    width: 45px;
    top: 285px;
    left: 0px;
    background-color: #009A5A;
    padding-top: 10px;
    border-radius: 0 15px 15px 0;
    z-index: 999999;
}

.sticky-header section {
    width: 80px;
    margin-left: 10px !important;
}

.sticky-header section:hover {
	  transform: scale(1.1);
    cursor: pointer;
}

.borde_ext {
    position: abslute;
    display: block;
    background-color: var(--contrast);
    background-color: #ffffff;
    width: 60px;
    height: 72px;
    margin: 3px;
    border-radius: 15px;
}

.borde_int {
    position: relative;
    display: block;
    background-color: #009A5A;
    width: 51px;
    height: 48px;
    margin: 5px;
    top: 5px;
    border-radius: 15px;	
}

.sticky-header section a{
	text-decoration:none;
}

.borde_int img {
	position: absolute;
	top:7px;
	left:11px;  
	width:30px;
}

.borde_ext p {
    position: relative;
    display: flex;
    font-family: "Montserrat", arial !important;
    color: #009A5A;
    font-size: 8px;
    font-weight: 800;
    justify-content: center;
    top: -5px;	
}

.move {
  transform: translateX(100px);
  opacity: 100%;
}


@media screen and (max-width: 767px) {
    .sticky-header {
        flex-direction: row;
        height: 90px;
        width: 280px;
        border-radius: 15px 15px 0px 0;
        top: 95vh;
        padding-left: 28px;
        left: calc(50% - 170px);
    }

    .sticky-header section {
        position: relative;
        top: -70px;
        margin-left: 0px !important;
    }

}

/* <-- CSS del BANNER LATERAL DE CONTACTOS  */


#cmplz-document {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce .woocommerce-cart-form,
.woocommerce .cart-collaterals,
.checkout,
.woocommerce-info,
.return-to-shop {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-info{
    background-color:#009A5A;
}


.woocommerce-billing-fields{
    width: 800px;
}

.woocommerce-shipping-fields, .woocommerce-additional-fields{
    width: 800px;
}



.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 30px;
    color: #009a5a;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    	top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: #000;
    	border-radius: 50%;
    	padding: 1px;  
}


/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
    position: relative;
    /*display: flex !important;     Cambiar cuando mentan los precios*/
    display: none !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f07a" !important;
    font-size: 30px;
    color: #009A5A;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    	top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: #000;
    	border-radius: 50%;
    	padding: 1px;  
}


.descargas_files {
    display: flex;
}
.descargas_files .titulo_file{

 font-weight: 600;   
 margin-left: 10px;
}