/*
Theme Name: Zazla Child
Theme URI: http://zazla.novaworks.net
Description: This is a child theme for Zazla Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: zazla
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
	padding-right: 0px !important;
}
.woocommerce .cart-collaterals .cart_totals table td {
	width: 100%;
	text-align: right;
}

table.woocommerce-checkout-review-order-table thead th.product-total {
	text-align: right;
}
table.woocommerce-checkout-review-order-table td:nth-child(2) {
	text-align: right !important;
}
table.woocommerce-checkout-review-order-table td,
table.woocommerce-checkout-review-order-table th {
	padding: 10px 0 !important;
}

.button, button, input[type="submit"] {
	margin: 2rem 0 !important;
}
.d-flex{
	display: flex;
}
.flex-col{
	flex-direction: column;
}


/*MENU NUEVO*/
.site-canvas-menu{
	padding: 0!important;
	z-index: 999999!important;
}
.site-canvas-menu .has-scrollbar{
	overflow-y: scroll;
	max-height: calc(100% - 160px);
}
.site-canvas-menu, .site-canvas-menu .header-mobiles-primary-menu .is-drilldown ul li .is-drilldown-submenu{
	background-color: #ffffff!important;
}
.site-canvas-menu .header-mobiles-primary-menu{
	padding: 1.5rem 0!important;
}
.site-canvas-menu .header-mobiles-primary-menu ul li{
	color: #083158;
}
.site-canvas-menu .header-mobiles-primary-menu ul li a{
	font-weight: 600;
}
.site-canvas-menu.is-open .close-button{
	position: fixed!important;
	right: -30px!important;
}

.mobile-header{
	padding: 1.5rem;
	background-color: #083158;
	display: flex;
	flex-direction: column;
}
.mobile-header .profile-container{
	display: flex;
}
.mobile-header .user-img{
	background-color: grey;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-right: 20px;
	overflow: hidden;
}
.mobile-header .user-text{
	flex: 2;
}
.mobile-header h4{
	color: #ffffff;
	margin-bottom: 0.5rem;
}
.mobile-header p{
	font-size: 0.8rem;
	opacity: 0.8;
	margin-bottom: 0;
}
.mobile-header .btn-login{
	margin: 2rem 0 0!important;
	width: 100%;
	background-color: #dd3333;
}


.menu-left-desktop{
	width: 20px;
	height: 20px;
	margin-right: 20px;
}
.menu-left-desktop a, .menu-left-desktop svg{
	width: 100%;
	height: 100%;
}

/*HEADER*/
#masthead #menu-main-menu{
	display: none;
}
.header-mobiles-wrapper{
	height: auto!important;
	visibility: visible!important;
}
.header-mobiles-wrapper #header-mobile{
	display: none!important;
}

/*LOGIN PERSONALIZADO*/
.woocommerce #customer_login, #customer_register{
	max-width: 600px!important;
	padding: 2rem!important;
	background-color: #eeeeee;
	box-shadow: 0 4px 16px rgb(0 0 0 / 16%)!important;
	margin: 0 auto!important;
}
.woocommerce #customer_login input, #customer_register input{
	background-color: #ffffff;
}
.woocommerce #customer_login .woocommerce-button, #customer_register .woocommerce-button, .yith-wcaf-registration-form .button{
	background-color: #243d5b!important;
	width: 50%!important;
	margin: 0 auto!important;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
}
.woocommerce #customer_login .woocommerce-button:hover, #customer_register .woocommerce-button:hover, .yith-wcaf-registration-form .button:hover{
	background-color: #dd3333!important;
}
.yith-wcaf-registration-form p.form-row:not(.form-row-wide){
	text-align: center;
}

.woocommerce #customer_login .text-center, #customer_register .text-center{
	text-align: center;
}

#customer_login .new-account{
	width: 100%;
	text-align: center;
}
#customer_login .new-account a{
	font-weight: 600;
}
#customer_login .lost_password{
	text-align: right;
}


/*ADAPTACIONES*/
@media screen and (min-width: 1280px){
	.header-mobiles-wrapper.mobile-header-type-2{
		margin-top: 94px!important;
	}
}
@media screen and (max-width: 1280px){
	.header-mobiles-wrapper #header-mobile{
		display: flex!important;
	}
	.woocommerce #customer_login .woocommerce-button, #customer_register .woocommerce-button{
		width: 100%!important;
	}
}


/****************************************************************/
/****************************************************************/
/****************************************************************/