/** * ac_tabs */
 .ac_tabs {
	 display: flex;
	 flex-wrap: wrap;
	 background:#deb426;
}
 .ac_tabs__item-input {
	 display: none;
}
.ac_tabs__item-input:checked + .ac_tabs__item-label , .ac_tabs.product-ac_tabs > label:hover{
    background: black!important;
    color:#fff!important;
}
 .ac_tabs .woocommerce-privacy-policy-text {
    text-align: center;
}
.ac_tabs.product-ac_tabs > input {
    display: none;
}
.ac_tabs.product-ac_tabs {
    width: 100%;
    position:relative;
}
/*.ac_tabs.product-ac_tabs::before {*/
/*    background-image: linear-gradient(to top, #ff963f, #e97a1d);*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100vw;*/
/*    height: 55px;*/
/*    z-index: -1;*/
/*    margin-left: -50vw;*/
/*    margin-right: -50vw;*/
/*    left: 50%;*/
/*    right: 50%;*/
/*}*/
.ac_tabs.product-ac_tabs label.ac_tab-label {
    color: black;
    background: #fff;
    transition: all 0.5s ease-in-out;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    min-width: 150px;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    width: 50%;
}
 .ac_tabs__item-input:checked + label.ac_tab-label{
    color: #fff;
    background: #0000;
 }
 .ac_tabs__item-input:checked + .ac_tabs__item-label + .ac_tabs__item-content {
	 display: block;
	 border:1px solid rgb(170 36 56 / 15%);
	 
}
.ac_tabs__item-label {
    order: 1;
    display: block;
    padding: .5rem 1.8rem;
    margin-right: 0.2rem;
    cursor: pointer;
    border-bottom: 0.2rem solid transparent;
    font-weight: bold;
    transition: background ease 0.2s;
    margin: 5px 0px;
    text-transform: uppercase;
    color: #fff;
}
.ac_tabs__item-content {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 30px;
    background: #fff;
}
.ac_tabs__item-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform:uppercase;
}
@media(max-width:768px){
.ac_tabs__item-content, .ac_tabs__item-label {
		 order: initial;
	}
.ac_tabs__item-content {
    padding: 10px;
}
.ac_tabs__item-label {
		 width: 100%;
		 margin-right: 0;
		 margin-top: 0.2rem;
	}
.ac_tabs.product-ac_tabs label {
 width: 100%;
}

.ac_tabs.product-ac_tabs::before {
        display:none;
    }
.ac_tabs.product-ac_tabs label {
    border: 1px solid #deb426!important;
    transition:all 0.2s ease-in-out;
    justify-content: flex-start;
    position:relative;
}
label.ac_tabs__item-label::before {
    position: absolute;
    right: 0;
    font-family: "Flaticon";
    content: "ï„€";
    font-size: 16px;
    right: 10px;
    transition: all 0.5s ease-in-out;
    content: "\e995";
    font-family: 'elementskit';
    transform :rotateX(180deg);
}
.ac_tabs__item-input:checked + .ac_tabs__item-label + .ac_tabs__item-content {
    display: block;
    border-top: none;
}
.ac_tabs__item-input:checked + .ac_tabs__item-label:before{
    transform: rotateX(0deg);
}
.ac_tabs__item-input:checked + .ac_tabs__item-label, .ac_tabs.product-ac_tabs label:hover {
    color:#fff;
    background:black;
    margin:0;
}
.ac_tabs__item-input .ac_tabs__item-label{
    padding-left:10px;
}
}
label.ac_tabs__item-label {
    position: relative;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce button.woocommerce-form-register__submit {
    float: left;
    margin-right: 0em;
    border-radius: 0!important;
    padding: 16px 20px!important;
    min-width: 150px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover ,
.woocommerce button.woocommerce-form-register__submit:hover{
	background-color:black!important;
}
.account-login-form-content{
    display:none;
}
.woo-account-form {
    padding: 5%;
    border-radius: 10px;
}

body .account-action-wrap button[type=submit], body .account-action-wrap a ,
body .woocommerce form.login .button{
    border-radius: 100px!important;
    flex: 1;
    height: 45px;
    display: flex!important;
    border: 2px solid var(--e-global-color-29425a3)!important;
    margin-bottom:0!important;
}
body .account-action-wrap a:not(:hover) {
    border: 2px solid var(--e-global-color-d7ff0c5)!important;
    background: transparent!important;
}
body .account-action-wrap button[type=submit]:hover, body .account-action-wrap a:hover,
body .woocommerce form.login .button:hover{
    border-color:var(--e-global-color-d7ff0c5)!important;
}
.account-action-wrap {
    display: flex!important;
    flex-direction: initial!important;
    gap: 10px;
    width: fit-content;
    min-width: 400px;
    justify-content: center;
    margin: auto!important;
    flex-flow: wrap;
}
.account-login-form-content p {
    text-align: center;
}
p.woocommerce-LostPassword {
    margin-top: 20px;
}