@charset "UTF-8"; 

.p-cart_content .c-billing_list{
	box-sizing: border-box;
}
.u-color__btn--bg.u-text--btn,.c-account_menu__logout{
	background: #aabe0d !important;
	border: 2px solid #aabe0d;
	transition: .3s;
}
.u-text--btn.u-color__btn--bg{
	color: #fff;
}
.c-account_menu__logout .c-account_menu__text{
	color: #fff !important;
}
.u-color__btn--bg.u-text--btn:hover ,.c-account_menu__logout:hover{
    color: #aabe0d !important;
    background: #ffffff !important;
}
.p-cart_content{
	box-sizing: border-box;
}
.c-button.--primary{
    font-size: 1rem;
    padding: 1em;
    margin-top: 2em;
	background: #aabe0d !important;
    border: 2px solid #aabe0d;
}
.p-checkout__bottom__wrapper_newview{
	justify-content: center;
	margin: 0 auto 2em;
}
@media screen and (max-width: 719px) {
.p-set_selection__sidebar{
	z-index: 999;
	overflow: scroll;
}
}
.c-product_item:hover{
	opacity: 1;
}
.u-font__en{
	font-family: unset;
}
.c-form_table > tbody > tr > td textarea, .c-form_table--confirm > tbody > tr > td textarea{
	box-sizing: border-box;
}
.u-color__bg--sub{
	background-color: #c2c2c2;
}