/*Archivo Principal de Estilos para Aplicacion MyAppi*/
.myappi.template {
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .myappi.template>header {
            height: 50px;
            background: var(--color_0);
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: white;
            padding: 0 10px;
        }

        ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
            background-color: transparent;
        }
        ::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background: #c1c1c14a;
        }

        .myappi.template>header>a, 
      	.myappi.template>header>a:link,  
      .myappi.template>header>a:active,  
      .myappi.template>header>a:visited,  
      .myappi.template>header>a:hover  {
            color: white;
          	text-decoration:none !important;
        }
      .myappi.template .header_logo{
      	height:40px;
      }
        .myappi.template>main {
            height: 100%;
            padding: 12px;
            overflow: auto;
        }
     .myappi.template .logo_sidebar{
     	width: 100px;
       height: 100px;
       margin: 30px auto 10px auto;
       background: url(/logo_principal.png) center center;
       background-size: cover;
       border-radius: 100px;/* margin-top: 24px; */
     } 
        .myappi.template h1,
        .myappi.template h2,
        .myappi.template h3,
        .myappi.template h4,
        .myappi.template h5,
        .myappi.template h6 {
          	color : var(--titulos-color);
			font-size : var(--titulos-size);
			font-family : var(--titulos-family);
			text-align : var(--titulos-alignment);
			font-weight : var(--titulos-weight);
			font-style : var(--titulos-style);
			/*text-shadow : var(--titulos-shadow);*/
			text-decoration : var(--titulos-decoration);
			vertical-align : var(--titulos-vertical-align);
			line-height : var(--titulos-line-height);
			letter-spacing : var(--titulos-letter-spacing);
			word-spacing : var(--titulos-word-spacing);
			margin: 1rem 0;
        }
        .myappi.template.ecommerce.carrito>main h1,
        .myappi.template.ecommerce.carrito>main h2,
        .myappi.template.ecommerce.carrito>main h3,
        .myappi.template.ecommerce.carrito>main h4,
        .myappi.template.ecommerce.carrito>main h5,
        .myappi.template.ecommerce.carrito>main h6, 
        .myappi.template.ecommerce.checkout>main h1,
        .myappi.template.ecommerce.checkout>main h2,
        .myappi.template.ecommerce.checkout>main h3,
        .myappi.template.ecommerce.checkout>main h4,
        .myappi.template.ecommerce.checkout>main h5,
        .myappi.template.ecommerce.checkout>main h6
		{
          		color: var(--color_1);
        }
		
        .myappi.template>main {
            background: white;
          	color : 		var(--parrafos-color);
			font-size : 	var(--parrafos-size);
			font-family : 	var(--parrafos-family);
			text-align : 	var(--parrafos-alignment);
			font-weight : 	var(--parrafos-weight);
			font-style : 	var(--parrafos-style);
			text-shadow : 	var(--parrafos-shadow);
			text-decoration:var(--parrafos-decoration);
			vertical-align :var(--parrafos-vertical-align);
			line-height : 	var(--parrafos-line-height);
			letter-spacing :var(--parrafos-letter-spacing);
			word-spacing : 	var(--parrafos-word-spacing);
        }
        .myappi.template>main .btn-primary {
          	border: 0;
            padding: 5px 15px;
            border-radius: 5px;
            background: var(--color_1) !important;
          	
			color : 		var(--botones-color);
			font-size : 	var(--botones-size);
			font-family : 	var(--botones-family);
			text-align : 	var(--botones-alignment);
			font-weight : 	var(--botones-weight);
			font-style : 	var(--botones-style);
			text-shadow : 	var(--botones-shadow);
			text-decoration:var(--botones-decoration);
			vertical-align :var(--botones-vertical-align);
			line-height : 	var(--botones-line-height);
			letter-spacing :var(--botones-letter-spacing);
			word-spacing : 	var(--botones-word-spacing);
          	
        }

        .myappi.template>main .btn-secondary {
          	border: 0;
    		padding: 5px 15px;
    		border-radius: 5px;
            background: var(--color_2) !important;
			
          	color : 		var(--botones-color);
			font-size : 	var(--botones-size);
			font-family : 	var(--botones-family);
			text-align : 	var(--botones-alignment);
			font-weight : 	var(--botones-weight);
			font-style : 	var(--botones-style);
			text-shadow : 	var(--botones-shadow);
			text-decoration:var(--botones-decoration);
			vertical-align :var(--botones-vertical-align);
			line-height : 	var(--botones-line-height);
			letter-spacing :var(--botones-letter-spacing);
			word-spacing : 	var(--botones-word-spacing);
        }

        .myappi.template>footer {
            height: 50px;
            background: var(--color_3) !important;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
        } 
      
    .widget_placeholder{
    display:none;
    }
.image_control {
            height: 90px;
            background: url(/nopicture.png) center center;
            background-size: cover;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            padding-right: 5px;
            font-size: 15px;
            border: lightgray 1px solid;
            border-radius: 5px;
        
        }
        .tittleCategory{
            position: absolute;
            left: 35%;
            top: 25%;
            color: gray !important;
        }
      .image_control.thumb_10{width:10px;height:10px;}
      .image_control.thumb_20{width:20px;height:20px;}
      .image_control.thumb_30{width:30px;height:30px;}
      .image_control.thumb_40{width:40px;height:40px;}
      .image_control.thumb_50{width:50px;height:50px;}
      .image_control.thumb_60{width:60px;height:60px;}
      .image_control.thumb_70{width:70px;height:70px;}
      .image_control.thumb_80{width:80px;height:80px;}
      .image_control.thumb_90{width:90px;height:90px;}
      .image_control.thumb_100{width:100px;height:100px;}
      
      
        .image_control input[type='file'] {
            width: 100%;
            padding: 0;
            height: 100%;
            opacity: 0;
        }
      .image_control.profile {
          width: 120px;
          height: 120px;
          border-radius: 100px;
          margin: 8px auto;
        padding:0;
        	background-position:center top;
      }
      .google.location{
      	border:solid gray 1px;
        border-radius:5px;
        margin:10px 0;
        height:200px;
      }
      .whatsapp {
    border-radius: 20px;
    text-align: center;
    margin: 10px 0;
    white-space: nowrap;
    background: #1bd741;
    padding: 0 10px;
    display: inline-block;
        text-decoration:none;
}
      .whatsapp img {
    height: 25px;
}
      .whatsapp span {
    color: white;
    font-weight: bold;
    font-size: 17px;
    vertical-align: middle;
}

/* enlace whatsapp */
.footer_end.whatsapp_link{
margin-top:30px;
}
.main.splash .footer_end,
.main.intro .footer_end,
.main.login .footer_end,
.main.registro .footer_end,
.main.forgot_password .footer_end{
	display:none;
}

.footer_end{
	display:none;
	    margin-top: 10px;
    width: calc(100% + 24px);
    clear: both;
    padding: 13px 20px;
    border-top: 1px solid var(--color_1);
    color: gray;

    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    margin-left: -12px;
    margin-right: -12px;
  	font-size:14px;
}
.footer_end .text{
	width:100%;
  margin-left:10px;
  font-weight:bold;
}
.footer_end .fa.fa-chevron-right{
    color: var(--color_1);
    font-size: 22px;
}

/* mostrar enlaces de contacto en las siguientes secciones */
.myappi.template.main.start .footer_end, 
.myappi.template.ecommerce.producto_view .footer_end,
.myappi.template.ecommerce.product_result .footer_end,
.myappi.template.ecommerce.carrito .footer_end,
.myappi.template.ecommerce.category_result .footer_end
{
	display:flex ;
}


.quantity_field{
	width: 70px !important;
                padding: 0;
                text-align: center;
                border: 1px solid lightgray;
                border-radius: 5px;
                overflow: hidden;
}
.quantity_field>button{
	background: var(--color_2);
          height: 25px !important;
  	padding:3px !important;
}
 .quantity_field>input[type='number']{
  background:white;
      height: 25px !important;
padding: 0 !important;
                margin: 0 !important;
                border: 0 !important;
                min-width: auto;
                border-radius: 0 !important;
                text-align: center;
				margin:0 !important;
}

.loading.active, .loading.show{
	display:flex;
}
.loading{
background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 43px;
    text-shadow: 1px 1px 5px rgba(0,0,0,.3);
}

/* Ecommerce Carrito */
.myappi.template.ecommerce.carrito table input[type='number']{
width:30px;
  margin:5px;
  border:solid 1px lightgray
}
.myappi.template.ecommerce.carrito>main, 
.myappi.template.ecommerce.carrito .product-name a, 
.myappi.template.ecommerce.carrito strong,
.myappi.template.ecommerce.carrito .woocommerce-shipping-destination{
font-size:8px !important;
}
.myappi.template.ecommerce.carrito strong{
  font-weight:normal;
  text-decoration:underline;
}

.myappi.template.ecommerce.carrito tr {
margin-bottom:10px;
}
.myappi.template.ecommerce.carrito th {
    font-size: 13px;
    padding-right: 5px;
    color: var(--color_1);
  vertical-align:top;
}
.myappi.template.ecommerce.carrito td.product-quantity {
    text-align: center;
}
.myappi.template.ecommerce.carrito td.product-subtotal {
    text-align: right;
}

.myappi.template.ecommerce.carrito .woocommerce-cart-form__cart-item.cart_item, .myappi.template.ecommerce.carrito .cart-collaterals .shop_table.shop_table_responsive {
    background: white !important;
}
.myappi.template.ecommerce.carrito table table{
	box-shadow:none;
}
.myappi.template.ecommerce.carrito table{
	border-radius:7px;
  overflow:hidden;
  padding:5px;
 width:100%;
}
.myappi.template.ecommerce.carrito form.woocommerce-cart-form table{
 box-shadow:3px 3px 12px -5px rgba(0,0,0,.3);
}
.myappi.template.ecommerce.carrito .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 30px;
    height: 30px;
    border: solid 1px lightgray; 
    border-radius: 3px;
    margin: 6px;
}

.myappi.template.ecommerce.checkout #billing_country_field{
	display:none;
}

.myappi.template.ecommerce.carrito a.remove {
    padding-left: 6px;
    background: #c24343;
    color: white;
    height: 20px;
    display: inline-block;
    width: 20px;
    border-radius: 20px;
    font-size: 14px;
}
.myappi.template.ecommerce.carrito .product-thumbnail a{
pointer-events:none;
}

.myappi.template.ecommerce.carrito .cart_totals tr.order-total{
	font-size:16px;
  	font-weight:bold;
}
.myappi.template.ecommerce.carrito .cart_totals tr.order-total td{
    font-size: 20px;
    text-align: right;
}

.myappi.template.ecommerce.carrito .cart_totals tr.order-total th{
    font-size: 20px;
}

.myappi.template.ecommerce.carrito .cart-subtotal th, 
.myappi.template.ecommerce.carrito .shipping__table th{
	width: 120px;
}
.myappi.template.ecommerce.carrito .shipping__list.woocommerce-shipping-methods, 
.myappi.template.ecommerce.carrito .woocommerce-shipping-destination{
padding:0;
      margin-bottom: 0;
}
.myappi.template.ecommerce.carrito .shipping__list_item{
list-style:none;
}
.myappi.template.ecommerce.carrito .shipping__list_item label{
display:block;
}
.myappi.template.ecommerce.carrito .shipping__list_item label .woocommerce-Price-amount.amount{
float:right;
  font-weight:bold;
}

.myappi.template.ecommerce.carrito tr.cart-subtotal td{
text-align:right;
  font-weight:bold;
  
}

.myappi.template.ecommerce.carrito p.woocommerce-shipping-contents {
    font-size: 16px;
    color: var(--color_1);
}
.myappi.template.ecommerce.carrito a.button-continue-shopping.button.primary.is-outline {
    font-size: 14px;
    display: block;
    margin: 10px 0;
    color: gray;
}
.myappi.template.ecommerce.carrito .button.primary.mt-0.pull-left.small {
    background: var(--color_1);
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 4px;
    box-shadow: 4px 4px 8px -3px rgb(0 0 0 / 30%);
    opacity: .9;
}

.myappi.template.ecommerce.carrito .cart_totals tr.order-total strong{
	text-decoration:none;
}
.myappi.template.ecommerce.carrito .cart_totals tr.order-total .woocommerce-Price-amount.amount{
font-size:20px;
  font-weight: bold;
}
.myappi.template.ecommerce.carrito  form.checkout_coupon {
display:none;
}
.myappi.template.ecommerce.carrito .checkout-button.button.alt.wc-forward{
    background: var(--color_2);
    text-align: center;
    width: 100%;
    color: white;
    border-radius: 5px;
    font-size: 22px;
    height: auto;
    padding: 5px;
    margin: 20px;
    border-radius: 30px;
    box-shadow: 5px 6px 15px -4px rgb(0 0 0 / 30%);
}

/* checkout */
body.woocommerce-checkout header#header, 
body.woocommerce-checkout footer#footer{
	display:none;
} 
body.woocommerce-checkout #content{
	padding:0;
	width:100%;
}
body.woocommerce-checkout  .col-inner{
	display:flex;
}


.myappi.template.ecommerce.checkout .woocommerce-privacy-policy-text{
display:none;
}
.myappi.template.ecommerce.checkout #place_order{
    background: var(--color_2);
    text-align: center;
    width: 85%;
    color: white;
    border-radius: 5px;
    font-size: 22px;
    height: auto;
    padding: 5px;
    margin: 20px;
    border-radius: 30px;
    box-shadow: 5px 6px 15px -4px rgb(0 0 0 / 30%);
}
.myappi.template.ecommerce.checkout .woocommerce-checkout #payment {
    background: #f6f6f6;
    
}

.myappi.template.ecommerce.checkout .woocommerce-form-coupon-toggle,
.myappi.template.ecommerce.checkout div.header{
  display:none !important;
}

.woocommerce-input-wrapper input[type=text], 
.woocommerce-input-wrapper input[type=password], 
.woocommerce-input-wrapper input[type=email], 
.woocommerce-input-wrapper input[type=tel], 
.woocommerce-input-wrapper input[type=number], 
.woocommerce-input-wrapper input[type=date],
.woocommerce-input-wrapper input[type=color],
.woocommerce-input-wrapper input[type=time], 
.woocommerce-input-wrapper input[type=datetime],
select{
    height: 35px !important;
}
.woocommerce form .form-row label {
    line-height: 2;
    font-size: 12px;
    color: gray;
}
/* fix woocommerce checkout */
body.woocommerce-checkout{
	display:block ;
}
body.woocommerce-checkout #main {
    background-color: transparent;
    min-height: auto !important;
  display: flex;
}
#wrapper, #main {
    background-color: transparent;
    position: relative;
}
.col-1, .col-2{
    flex: 0 0 auto;
    width: 100%;
}
.col2-set, .u-columns {
    display: block;
}
.woocommerce-billing-fields {
    padding-top: 0;
    border-top: 0;
}
.col2-set>div+div, .u-columns>div+div {
    padding-left: 0;
}
p#billing_address_1_field,p#billing_address_2_field, p#shipping_address_1_field, p#shipping_address_2_field {
    width: 100%;
}
.select2-selection {
    color: #adadad !important;
    border: 1px solid var(--color_1) !important;
    border-radius: 7px !important;
    padding: 2px 10px !important;
  
    background-image: url(https://proyectobase.myappi.net/app/svg/?name=select-button) !important;
    background-size: contain !important;
    background-position: center right !important;
    background-repeat: no-repeat;
    border: 0 !important;
    /* border-radius: 0; */
    box-shadow: 3px 3px 6px 1px rgb(0 0 0 / 20%) !important;
    color: #adadad !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #adadad;
}
#place_order{
line-height:initial;
  min-height:initial;
  text-transform:initial;
}

.main-button{
  		background: var(--color_2);
        color: white;
        border-radius: 5px;
        border: none;
        /* height: 30px; */
        width: 100%;
        font-size: 20px;
        border-radius: 20px;
        padding: 5px;
        font-weight: bold;
  	}

 
	
#wpadminbar{
	display:none ;
}	
html{
	margin:0 !important;
}
/*Ultima Revisión 23-09-2022*/