/**
Aolax Inc
Tecminds Plugings
url: aolax.com

*/

/* General */
/*card buttom*/
.ast-site-header-cart i.astra-icon::after {
    color: #fff;
    position: absolute;
    top: -25px;
    right: -19px;
    padding: 8px;
    width: 22px;
    display: flex;
    height: 21px;
    align-items: center;
}
/*NavBar User Login or Register*/
#navbar-user {
	display: flex;
	cursor: pointer;
	border: 0px solid gray;
	border-radius: 38px;
	padding: 0 20px;
	background-image: linear-gradient(40deg, #38B2F8 0%, #7b7677 100%);
	color: #fff;
	min-width: 195px;
	height: 50px;
}
#navbar-user-text .header2021-nav-title {
	height: 21px;
}
.site-header-section .ast-builder-html-element:hover {
	-webkit-animation: rubberBand .8s 1;
	animation: rubberBand .8s 1;
}
#navbar-user .navbar-icon {
	font-size: 24px;
	margin: auto;
	margin-right: 15px;
}
.site-header-primary-section-right-center {
	display: block !important;
}
.site-header-primary-section-right-center .ast-builder-layout-element{
	float: right !important;
}
.ti-user {
	color: #fff !important;
}
.cart-container .astra-icon::after {
	background-image: linear-gradient(40deg, #38B2F8 0%, #7b7677 100%) !important;
}

.entry-content[ast-blocks-layout] > * {
	max-width: none !important;
}
#content .ast-container {
	max-width: none !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
#content .ast-container #primary {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.ast-container {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*
#ast-desktop-header .ast-builder-grid-row {
	height: 80px !important;
}
*/
/*Other*/

.ast-desktop-header .ast-main-header-wrap .ast-primary-header-bar {
	background: transparent !important;
}
#masthead .ast-primary-header-bar {
	background: transparent !important;
}
#masthead .ast-main-header-wrap {
	padding: 0 20px !important
}
.header2021-nav {
	position: relative;
}
.header2021-nav ~ .header2021-nav {
	margin-left: 10px;
}
.header2021-nav-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: relative;
	border-radius: 22px;
	box-sizing: border-box;
	min-height: 44px;
}
/*Boton del Carrito*/
.widget_shopping_cart {
	border-radius: 20px 0px 20px 20px;
}
.widget_shopping_cart_content {
	border-radius: 20px 0px 20px 20px;
}
.woocommerce a.remove::before{
	border:0px !important;
}
.woocommerce-mini-cart-item .remove_from_cart_button{
	width: 35px !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a{
	border: 2px solid #e9151c !important;
	width: 100% !important;
	border-radius: 26px;
	margin: 0 auto !important;
	margin-bottom: 10px !important;
	-webkit-animation: rubberBand .8s 1;
	animation: rubberBand .8s 1;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:hover{
	-webkit-animation: rubberBand .8s 1;
	animation: rubberBand .8s 1;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout{
	border: 0px !important;
	background-image: linear-gradient(40deg, #e9151c 0%, #7b7677 100%);
	-webkit-animation: rubberBand .8s 1;
	animation: rubberBand .8s 1;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout:hover{
	background-image: linear-gradient(40deg, #e9151c 0%, #7b7677 100%) !important;
	-webkit-animation: rubberBand .8s 1;
	animation: rubberBand .8s 1;
}

.woocommerce .widget_shopping_cart .buttons a {
	border-radius: 40px  !important;
	width: 72% !important;
	margin: auto !important;
	margin-bottom: auto !important;
	margin-bottom: 10px !important;
}

