/**GRAL**/
a img.alignnone{
	margin:0;
}
h1, .h1 {
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.3;
    font-weight: 500;
}
h2, .h2 {
    font-size: clamp(20px, 3vw, 25px);
}

.woocommerce ul.products li.product:hover a img,
.woocommerce ul.products li.product a img {
	margin-top:0;
}
.page-template-page-template-full .page-area {
    padding-top: 0;
}
.wpcf7-form {
	text-align: left;
}
.wpcf7 textarea {
    max-height:100px;
}
.wpcf7 input{width:100%}
.wpcf7 textarea{width:100%}
.wpcf7 label {
	width:100%;
}
.wpcf7 input.wpcf7-file{width:700px;margin:auto}
.wpcf7 input.wpcf7-submit{width:100px; color:#D3D3D3;font-size:18px}

@media screen and (max-width: 600px) {
	
	.product .features-product {
		grid-template-columns: auto !important;
	}
	
.wpcf7 input{width:100%}
.wpcf7 textarea{width:100%}
.wpcf7 input.wpcf7-submit{width:50%; color:#D3D3D3;font-size:12px}}

#content-footer-section a, #content-footer-section a:active, #content-footer-section a:focus,
#woocommerce_product_categories-6 a{
    text-decoration: none;
    color: #fff;
}
#woocommerce_product_categories-6 a:hover,
#content-footer-section a:hover{
	text-decoration:underline;
	text-underline-offset: 4px;
}
.woocommerce span.onsale {
	background-color: #113161;
  color: #fff; 
}
.amount-cart {
	color: #fff;
	}
.cart-contents span.count {
    color: #fff;
}

.footer-credits-text {
  padding: 20px 0;
  color: #fff;
  display: none;
}
/*el widget de ausgezeichnet*/
#auorgWidgetWrapper._ausgezeichnet_org_auorgWidgetWrapper._ausgezeichnet_org_vertical ._ausgezeichnet_org_widgetContent {
    top: 100px;
   
}


/* Cupón en línea (campo + botón) */
.woocommerce-cart .coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.woocommerce-cart .coupon input#coupon_code {
    width: 220px;
    max-width: 100%;
}

.grecaptcha-badge { 
    visibility: hidden;
}
.page-id-48 .grecaptcha-badge {
    visibility: visible !important;
}
/* Centrar el título del producto */
.single-product .product_title {
    text-align: center!important;
    margin-bottom: 20px; /* Ajusta el margen según lo necesites */
	
	
}

@media (min-width: 1400px) {
    .container {
        width: 1300px;
    }
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {    
    min-height: 157px;
    letter-spacing: 0.1px;
}


.site-branding-logo img {
    width: 250px;
}
.site-header {
    padding: 20px 0; 
}
.heading-row .search-heading{
	display:flex;
	align-items:center;
}
.dropdown-menu > li > a {
    border-bottom: 0;
    padding: 7px 30px 7px 20px;
    text-transform: uppercase;
}
.elementor-heading-title {
    line-height: 1.3;
}
#content-footer-section {
    background-color: #012C61;
    margin-top: 30px;
    font-size: 15px;
}
#content-footer-section .widget-title h3 {
    background-color: #012C61; 
}
input.header-search-input {
    width: 100%;
}

.elementor-column .elementor-widget-wrap{
  position: relative;
}

.elementor-column .elementor-widget-wrap > .icon-hover{
  position: absolute;
  top: 9;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none; 
}

.elementor-column .elementor-widget-wrap > .icon-default{
  opacity: 1;
  transition: opacity .25s ease;
}

.elementor-column:hover .elementor-widget-wrap > .icon-default{
  opacity: 0;
}
.elementor-column:hover .elementor-widget-wrap > .icon-hover{
  opacity: 1;
}

.accordion .helpie-faq-col ul{
	padding-left:0;
}
.helpie-faq.accordions.custom-styles .accordion .accordion__item{
	border-color:#e6e6e6;
}
.helpie-faq.accordions .search__input{
	font-size:15px;
}


/**HEADER**/
.main-menu {
    width: 100%;
    background: #fff;
    transition: box-shadow .3s ease;
}

.main-menu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.main-menu.is-fixed .navbar {
    padding: 6px 0;
}

.fixed-menu-logo {
    display: none;
}

.fixed-menu-logo img {
    height: 48px;
    width: auto;
}

.main-menu.is-fixed .fixed-menu-logo {
    display: block;
}

@media (min-width: 768px) {

    .navbar-default .navbar-nav>.active>a {
        font-weight: 600;
        color: white;
    }

    #site-navigation {
        background-color: #012C61;
        border-bottom: none;
        border-top: none;
    }

    .navbar-default {
        border-color: transparent;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #9cc9ff;
    }

    .dropdown-menu {
        background-color: #012C61;
    }

    .dropdown-menu>li>a {
        color: #fff;
    }
    .nav .open > a,
    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus {
        text-decoration: none;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.12)!important;
    }

    button.header-search-button {
        background-color: #012C61;
    }

    button.header-search-button .fa-search:before {
        font-size: 20px;
        color: white;
    }

    .nav>li.active>a:after {
        background-color: white;
        bottom: 1px;
    }

    .woocommerce ul.cart_list li a,
    .woocommerce ul.product_list_widget li a {
        font-weight: 400;
        line-height: 1.3;
    }

    .main-menu.is-fixed .fixed-menu-logo {
        filter: brightness(0) invert(1);        
    }

    .main-menu nav .container {
        display: flex;
        align-items: center;
    }

    .fixed-menu-logo {
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .fixed-menu-logo {
        display: none;
        position: absolute;
        top: 4px;
    }

    #my-menu .navbar-nav>li>a,
    #my-menu .dropdown-menu>li>a {
        color: #012C61;
    }

    #my-menu .dropdown-menu>li.active>a {
        background-color: #e7e7e7;
    }
}

@media (max-width: 385px) {
    .fixed-menu-logo img {
        height: 40px!important;
    }
}


.woocommerce .wc-tabs{
	display:none;
}
.home-products .elementor-column {
    padding-left: 10px;
    padding-right: 10px;
}

.home-card {
    height: 100%;
}

.home-card > .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-card .elementor-widget-button {
    margin-top: auto !important;
}

.home-card .elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 1em;
}
.idealo-wg a img {
	height: 90px !important;
}



/**WC**/
.woocommerce ul.products li.product {
    border-radius: 5px;
    padding: 16px 16px 20px;
    border: 1px solid #e6e6e6;
    background: #ffffff;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
}

.woocommerce ul.products li.product img {
    border-radius: 10px;
    margin-bottom: 12px;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    color: #0b1f3a;
    margin-bottom: 10px;
    min-height: 115px;
}

.home-category {
    margin-top: -50px;
}

.home-category .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    min-height: 165px;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 14px;
    font-size: inherit;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 700;
    color: #012C61;
}

.woocommerce ul.products li.product .price del {
    color: #9aa0a6;
}

.woocommerce ul.products li.product .button {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    background: #ffffff;
    color: #012C61;
    border: 1px solid #012C61;
    box-shadow: 0 6px 14px rgba(11, 94, 215, 0.15);
    transition: all 0.25s ease;
}

.woocommerce ul.products li.product .button:hover {
    background: #012C61;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(11, 94, 215, 0.35);
}


/*SINGLE PRODUCT**/
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
}
.woocommerce .tabs-row {
    margin-left: 0;
    margin-right: 0;
}

.woocommerce .woocommerce-tabs {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.woocommerce .wc-tabs {
    display: flex;
    gap: 10px;    
    margin-bottom: 0;
    padding-left: 0;
}

.woocommerce .wc-tabs li {
    list-style: none;
    margin: 0;
}

.woocommerce .wc-tabs li a {
    display: inline-block;
    padding: 8px 20px;
    background: #f5f7fa;
    color: #333;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid #e1e1e1;
    border-bottom: none;
}

.woocommerce .wc-tabs li a:hover {
    background: #ffffff;
    color: #0a3cff;
}

.woocommerce .wc-tabs li.active a {
    background: #ffffff;
    color: #66afab;
    border-color: #66afab;
    border-bottom: 2px solid #ffffff;
}

.woocommerce .woocommerce-Tabs-panel--description {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
#woocommerce_product_categories-5 {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 16px;
}

#woocommerce_product_categories-5 .widget-title h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
	  line-height:1.2;
		padding:8px;
}

#woocommerce_product_categories-5 ul.product-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

#woocommerce_product_categories-5 li.cat-item {
    padding: 5px;    
}

#woocommerce_product_categories-5 li a {
    font-size: 16px;
    font-weight: 600;
    color: #012C61;
    text-decoration: none;
	  text-transform:uppercase;
}

#woocommerce_product_categories-5 .count {
    font-size: 12px;
    color: #6c757d;
}

#woocommerce_product_categories-5 .current-cat > a,
#woocommerce_product_categories-5 .current-cat-parent > a {
    font-weight: 600;
    color: #084298;
}
#woocommerce_product_categories-5 ul.children {
    margin-top: 6px;
    margin-left: 8px;
    padding-left: 10px;    
}

#woocommerce_product_categories-5 ul.children li {
    padding: 5px;
}

#woocommerce_product_categories-5 ul.children a {
    font-size: 14px;
    color: #012C61;
}
.woocommerce .quantity .qty{
	margin-left:auto;
}

.woocommerce div.product form.cart{
	    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.woocommerce div.product form.cart .button{
	min-width: 290px;
    padding: 14px 28px;
    margin-left: 20px;
	color: #fff;
	background: #012C61;
    border: 1px solid #012C61;    
    transition: all 0.3s ease;
	text-transform:uppercase;
}
.woocommerce div.product form.cart .button:hover{
	background: transparent;
    color: #012C61;	
}
.single-product div.product form.cart .plus, .single-product div.product form.cart .minus{
	color:#999;
}
.woocommerce .quantity .qty{
	border:1px solid #999;
}
#gallery-1{
    padding-left: 20px;
    padding-right: 20px;
}
#gallery-1 .gallery-item{
    margin-bottom: 10px;
}
.entry-summary > .woocommerce-product-details__short-description ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.entry-summary > .woocommerce-product-details__short-description ul li{
	position: relative;
    padding-left:35px;
    margin-bottom: 5px;
}
.entry-summary > .woocommerce-product-details__short-description ul li::before {
    content: "✔";
    position: absolute;
    left: 10px;
    top: 2px;
    font-size: 16px;
    font-weight: 700;
    color: #012C61; 
}
.woocommerce-Tabs-panel ul{
    padding-left: 25px;
}
.product .features-product {
    display: flex;    
    text-align: center;
    margin-top: 10px;
    gap: 15px;
    text-transform: uppercase;
    max-width: 100%;
}

.product .product-badge {
    flex: 1;
    background: #f5f5f5;
    color: #0b2a4a;
    border: 1px solid #e0e0e0;
    border-radius: 8px; /* pill */
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    align-items: center;
    
}
#gallery-1 img{
	border:none!important;
}
.related .features-product{
    display: none;
}
@media (max-width: 767px) {
    .woocommerce .wc-tabs {
        flex-wrap: wrap;
    }

    .woocommerce .wc-tabs li a {
        padding: 10px 16px;
        font-size: 14px;
    }
    #woocommerce_product_categories-5{
        padding: 14px;
    }

    #woocommerce_product_categories-5 li.cat-item {
        padding: 10px 6px;
    }

}

@media (min-width: 768px) {
    .single-product .content-single-wrapper {
        display: flex;
        gap: 40px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        position: sticky;
        top: 120px;
        align-self: flex-start;
        z-index: 5;
    }

    .header-cart.float-cart a.cart-contents {
        padding-top: 30px;
    }
        
}
@media (max-width: 991px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 415px){
	.woocommerce-info #pay_with_amazon{
		float:none;
	}
}
@media (min-width: 400px) and (max-width: 767px) {    

	.category-images .elementor-container{
        display: flex !important;       
      	justify-content:center;
        gap: 12px;
    }
	.category-images .elementor-column {
        flex: 0 0 auto;
        width: 90px !important; 
  }
}
/**trustime paper**/
.doc-wrapper {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	overflow: hidden;
	margin-bottom:40px;
}
.doc-wrapper .note {
	width: 800px;	
	background-color: #FEFDF8;
	border: 0.6rem solid #1A6EB4;
	z-index: 1;
}

.doc-wrapper .note .spiral-part {
	height: 3rem;
	background-color: #A1C5DE;
	display: flex;
	justify-content: center;
	align-items: center;
}

.doc-wrapper .note .spiral-part .spiral .hole {
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background-color: #1A6EB4;
	margin: 0 0.6rem;
}

.doc-wrapper .note .spiral-part .spiral .wire {
	width: 0.3rem;
	height: 2.5rem;
	background-color: #DFE6F1;
	margin-top: -30px;
	margin-left: 9px;
	border-radius: 2px;
}
.doc-wrapper .note .note-lines {
	padding: 30px;
}
.doc-wrapper .note .note-lines img {
    display: block;
    margin: 0 auto;
}
.doc-wrapper .note .note-lines .line {
	height: 2rem;
	border-bottom: 0.2rem solid #E7E6E2;
}

.doc-wrapper .shadow {
	position: absolute;
	width: 46.2rem;
	height: 70rem;
	background-color: #7BACD5;
	transform: rotate(-59deg);
	top: 133px;
	right: -8px;
}
@media (max-width: 768px) {

    .doc-wrapper {
        padding: 15px;
        margin-bottom: 20px;
    }

    .doc-wrapper .note {
        width: 100%;
        border-width: 0.4rem;
    }

    /* Espiral más compacta */
    .doc-wrapper .note .spiral-part {
        height: 2rem;
        padding: 0 8px;
        overflow-x: hidden;
    }

    .doc-wrapper .note .spiral-part .spiral .hole {
        width: 1rem;
        height: 1rem;
        margin: 0 0.35rem;
    }

    .doc-wrapper .note .spiral-part .spiral .wire {
        height: 2rem;
        width: 0.32rem;
        margin-top: -25px;
        margin-left: 6px;
    }

    /* Contenido */
    .doc-wrapper .note .note-lines {
        padding: 20px 16px;
    }

    .doc-wrapper .note .note-lines p {
        font-size: 15px;
        line-height: 1.6;
    }

    /* Imágenes responsivas */
    .doc-wrapper .note .note-lines img {
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {

    .doc-wrapper {
        padding: 20px;
    }

    .doc-wrapper .note {
        width: 105%;
        border-width: 0.5rem;
    }

    .doc-wrapper .note .note-lines {
        padding: 24px;
    }
}


@media (max-width: 1399px) {
	.woocommerce div.product form.cart .button{
		margin-left:0px;
	}
}


/**pages*/
.page-id-3 h1.single-title,
.page-id-48 h1.single-title,
.page-id-5104 h1.single-title,
.page-id-5170 h1.single-title,
.page-id-5178 h1.single-title,
.page-id-5183 h1.single-title,
.page-id-5188 h1.single-title,
.page-id-5565 h1.single-title,
.page-id-5567 h1.single-title{
	font-family: 'Roboto Slab', serif;
	margin-top: 20px;
}