/*
Theme Name: Saren Child
Description: Child theme for the Saren. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: PeThemes
Author URI: http://pethemes.com
Template: saren
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url('extras.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
    max-width: 100%;
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    height: 13px;
    /* 3 */
    width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}



p {
    font-size: 16px;
    line-height: 30px;
    color: #616161;
    margin-bottom: 15px;
}

b {
    font-weight: 700
}




.left-sido {
    border-right: 1px solid #eee;
    height: 100vh;
    width: 17vw;
    overflow: hidden;
    position: fixed;
    background: #f8f8f8;
}

.theme-logo {
    display: block;
    width: 100%;
    height: 17vh;
    position: relative;
    border-bottom: 1px solid #eee
}

.theme-logo img {
    width: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-nav {
    margin-top: 76px;
}

.site-nav li {
    display: block;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.site-nav li:last-child {
    margin-bottom: 0;
}

.sub li {
    margin-bottom: 20px;
}

.site-nav li::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #B2B2B2;
    vertical-align: middle;
    margin-right: 20px;

}

.site-nav li a {
    color: #000;
    text-decoration: none;
    transition: all 0.4s;
}

.site-nav li.li-active>a {
    color: #c59c50
}

.site-nav li.li-active>.sub {
    max-height: 1000px;
}

.site-nav li.li-active>.sub.caco {
    max-height: 1000px;
}

.site-nav li.li-active::before {
    background: #c59c50;
}

.sub {

    overflow: hidden;
    transition: all 1s;
    max-height: 0px;
    overflow: hidden
}

.sub li::before {
    opacity: 0;
    visibility: hidden;
}

.sub li:first-child {
    margin-top: 20px
}

.sub li a {
    font-size: 12px;
    font-weight: normal;
}

.site-nav li.sub-li-active a {
    color: #c59c50
}

#cp-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid #eee;
}

#cp-area {
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
}

#top-bar {
    position: fixed;
    left: 17vw;
    height: 17vh;
    border-bottom: 1px solid #eee;
    width: 83vw;
    background: #f8f8f8;
    z-index: 1;
}

.theme-desc {
    position: absolute;
    top: 50%;
    left: 76px;
    transform: translatey(-50%);
}

.theme-name {
    font-size: 30px;
}

.t-name {
    font-weight: 700;
    display: inline-block;
}

.t-vers {
    font-size: 11px;
    color: #333;
    margin-left: 15px;
}

.docu-vers {
    margin-top: 15px;
    font-size: 14px;
    color: #9E9E9E;
}

.t-name::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 22px;
    background: #cfcfcf;
    margin-left: 20px;
    vertical-align: middle;
    margin-right: 13px;

}

.theme-menu {
    position: absolute;
    right: 76px;
    top: 50%;
    transform: translatey(-50%);
}

.t-menu li {
    display: inline;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
}

.t-menu li a {
    color: #ccc;
}

.t-menu li:last-child a {
    color: #c59c50
}


#page-content {
    position: relative;
    left: 17vw;
    display: block;
    top: 17vh;
    padding: 76px;
    right: 76px;
    width: 83vw;

}


.sec-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 35px;
    display: inline-block;
}

.sec-title::after {
    content: "";
    display: block;
    width: 35%;
    height: 1px;
    background: #bbb;
    margin-top: 20px;
}

.empty-space {
    width: 100%;
    height: 50px;
    display: block;
    overflow: hidden;
}


.sec-sub {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}

section {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
    padding-bottom: 50px;
}


.popup-image {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.has-padd {
    padding-top: 50px;
    padding-bottom: 50px;
}

.image-pop {
    cursor: pointer;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.image-pop.bordered {
    border-radius: 35px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.row.cako {
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 40px;
}


.pop-ovr {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 13px;
    letter-spacing: 2px;
    transition: all 0.2s;
    background: rgba(0, 0, 0, .6);
    padding: 15px;
}

.image-pop:hover>.pop-ovr {
    opacity: 0;
    visibility: hidden;
}

.menu-toggle {
    display: none;
}

.imp-notice {
    display: flex;
    background: #000;
    padding: 25px;
    margin: 30px auto;
    align-items: center;
    color: #fff;
    border-radius: 35px;
    justify-content: space-between;
}

.imp-notice p {
    color: #fff;
}

.ico {
    min-width: 10%;
    font-size: 100px;
    text-align: center;
}

.not {
    padding-right: 50px
}

.imp-notice img {
    border-radius: 15px
}

@media only screen and (max-width: 850px) {

    .left-sido {
        width: 100vw;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        background: rgba(255, 255, 255, .95)
    }

    #top-bar {
        left: 0;
        width: 100%;
    }

    #page-content {
        left: 0;
        right: 0;
        width: 100%;
        padding: 76px 5vw;
    }

    .theme-desc {
        left: 8vw;
    }

    .theme-name {

        font-size: 18px;
        line-height: 33px;

    }

    .docu-vers {
        font-size: 12px;
    }

    .t-name {
        display: block;
    }

    .theme-menu {
        display: none;
    }

    .menu-toggle {
        display: block;
        position: fixed;
        top: 10%;
        left: 0;
        writing-mode: vertical-lr;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 5px;
        padding: 24px 10px;
        background: #000;
        color: #fff;
        cursor: pointer;
        z-index: 999;
    }

    .visible {
        opacity: 1;
        visibility: visible;
    }
}
img {
    border-radius: 30px;
}
.has-padd-left {
    padding-left: 50px;
}


.page-id-6 .wc-block-components-product-name{
	font-family: "Delight", Sans-serif !important;
	font-size: 2rem !important;

}

.saren--cart--form:hover button.single_add_to_cart_button svg {
    fill: #000000 !important;
}


    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent !important;
    }


/*temporal*/
.page-id-2440  .wc-block-components-product-metadata__description p{
   display: none !important;
	
	

}

.page-id-1801 .cart-summary > :first-child {
  display: none;
}


.page-id-1801 .cart-value .includes_tax{
	display: none;
}

.single-post .pe-wrapper,
.single-post .pe-wrapper .pe-col-12{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul {
	margin: 0 !important
}


/*ESTILOS MODAL POPUP*/

.pe--account--login--popup{
	max-width: 540px;
	padding: 40px !important;
}

/*estilos responsive CART, MINI-CART, LOGIN POP UP CHECKOUT*/

.page-id-1801 .quantity-repeat {
	display: none;
}

@media (max-width: 767px) {
	
	.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary{
		padding: 0 !important;
	}
	
	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
		padding: 10px !important;
	}
	
	.saren--mini--cart .mini-cart-item-image {
		margin-right:11px !important;
	}
	.page-id-1801 .product-name{
		position: initial !important;
	}
	.page-id-1801 .saren--quantity--control{
		position: absolute !important;
		left: 13px!important; 
    bottom: 10px !important;
		
	}
	
	.page-id-1801 .cart_item{
		position: relative !important;
	}
	
	.page-id-1801 .cart_item{
		height: 170px !important;
	}
	
    .page-id-2440 .wc-block-checkout {
        gap: 2rem !important;
    }

	.wc-block-components-checkout-order-summary__content{
		
	}
	
	.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text{
		margin-bottom: 0 !important;
	}
	
	.page-id-2440 .wc-block-components-checkout-order-summary__title .wc-block-formatted-money-amount, .page-id-2440 .wc-block-components-checkout-order-summary__title svg {
		display: none;
	}
	
	.page-id-2440 .wc-block-components-checkout-order-summary__content {
		margin-top: 26px !important;
	}
	
	.is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content, .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__conten {
      display: block !important;
		
		
}
	.is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content{
		display: block !important;
	}
	.woocommerce-mini-cart-item {
		padding: 10px !important;
		padding-bottom: 50px !important;
		
	}
	
	
.saren--mini--cart .saren--quantity--control{
		position: absolute;
		left: 20px;
		bottom: 10px;
		padding: 0;
		margin: 0 !important;
	}
	
	.saren--mini--cart .quantity{
		    position: absolute !important;
   			 right: 10px;
		bottom: 13px;
	}
	
	.saren--mini--cart .remove_from_cart_button{
    top: 10px !important;
    right: 10px !important;
}
	
	.saren--mini--cart .mini--cart--item--title{
		font-size: 24px !important;
	}
	
	.saren--mini--cart .attachment-woocommerce_thumbnail{ 
		height: 110px !important;
		width: 173px !important;
		
}
	
	.mini-cart-item-image, .mini-cart-item-image a, .saren--mini--cart .mini-cart-item-image{
		height: 110px !important;
		width: 173px !important;
		padding: 0!important;
	
	}
	
	.woocommerce-mini-cart{

  max-height: 80vh; /* Ajusta según necesites */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* Scroll suave en iOS */
  touch-action: pan-y; /* Permitir desplazamiento vertical */
  overscroll-behavior: contain; /* Evita que se mueva el fondo */
}
	
	.pe--account--login--popup{
	width: 96vw !important;
	padding: 25px 10px 10px 10px !important;
}
	
	.pe--account--login--popup #customer_login label, .pe--account--login--popup #customer_login .woocommerce-form__label,
	.pe--account--login--popup #customer_login .lost--password-heading p{


  
   
    text-transform: math-auto !important;
	 
   
}
	
	.page-id-2440 .wc-block-components-sidebar-layout{
		flex-direction: column-reverse !important;
	}
	.page-id-1801 .quantity-repeat {
	display: block;
}
	
	
	.page-id-1801 .product-thumbnail{
		width: 110px !important;
	}
	
	
	.page-id-1801 .product-thumbnail img{
		height: 110px !important;
	}
	
	.page-id-1801 .product-subtotal{
		position: absolute !important;
		right: 14px;
		top: 14px
	}
	
	.page-id-1801 .shop_table .attachment-woocommerce_thumbnail{
		height: 110px !important;
		width: 110px !important;
		object-fit: cover !important;
	}
	
	.page-id-1801 tr.woocommerce-cart-form__cart-item {
		padding: 10px !important;
		position: relative;
	}
	
	.page-id-1801 .quantity-repeat {
			float: left;
			display: flex;
			margin-top: 10px !important;
   }
	
	.page-id-1801 .product-name h6, .saren--mini--cart .mini--cart--item--title {
		margin-top: 20px !important;
	}
	
	.page-id-1801 .cart--item--price{
		        color: #000;
        font-size: 1rem;
        line-height: 1rem;
        padding: 0;
        margin: 0;
        margin-top: 0px;
		
	}
	
	.page-id-1801  .unidades-copy{
		width: 100%;
		text-align: right;
	}
	
	.page-id-1801 .totals--bg--yes .cart-collaterals{
		padding: 10px;
	}
	
	.page-id-1801 p.shipping-method-description{
		margin-top: 0;
	}
	
	
	.page-id-1801 .saren--coupon{
		margin-top: 0 !important;
	}

	
	
}

	.page-id-1801 .pe-wrapper.saren--cart--wrapper>div.cart--totals--col {
   padding-left: 0;
}


.pop--active span.pop--overlay
 {
    opacity: .75 !important;
}

.saren--login-sec .lost--password--col p, .saren--login-sec .register--col p, .saren--login-sec .login--col p{
	 text-transform: math-auto !important;
}

.pe--styled--popup .spcp--price .woocommerce-Price-amount:last-child{
	display: none !important;
}

.pe--styled--popup  .spcp--price{
	font-size: 0 !important;
}

.saren--mini--cart .quantity:after,  .saren--mini--cart .quantity:before {
	display: none !important;
}
.elementor-element-fc48808 .elementor-social-icons-wrapper .elementor-icon{
font-size: 20px !important;	
}



