body.admin-bar .header{top:32px;}
.wpcf7-not-valid {border-color: #dc3232 !important;}
input.wpcf7-not-valid::placeholder {
  color: #dc3232 !important;
}
input.wpcf7-not-valid::-moz-placeholder {
  color: #dc3232 !important;
  opacity: 1;
}
input.wpcf7-not-valid:-ms-input-placeholder {
  color: #dc3232 !important;
}
input.wpcf7-not-valid::-ms-input-placeholder {
  color: #dc3232 !important;
}
.wpcf7-not-valid-tip {display: none !important;}
.wpcf7-spinner{position: absolute; left: -18px; z-index: 1; top: calc(50% - 12px);}
#loader { position: unset;top: 0;left: 0;width: 100%;height: 100%;background: white;display: flex;align-items: center;justify-content: center;z-index: 9999;opacity:0.5; max-width: 60px; margin: 0px auto auto;}
#loader.hide{display: none !important;}
.spinner {width: 60px;height: 60px;border: 6px solid #ddd;border-top-color:var(--purple);border-radius: 50%;animation: spin 1s linear infinite;}
@keyframes spin {to { transform: rotate(360deg); } }

.product__buttons .cart{
  gap:20px;
}
.product-main__info-inner .quantity{
  width: 72px;
  display: inline-block;

}
.product-main__info-inner .quantity [name="quantity"]{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.product-main__info-inner .quantity input[type="number"]::-webkit-outer-spin-button, .product-main__info-inner .quantity input[type="number"]::-webkit-inner-spin-button {appearance: none;}
ul li:before{background:none;}

.woocommerce-LoopProduct-link{
   text-decoration: none;
}
.woocommerce-Price-amount.amount{
        font-size: 20px;
    font-weight: 700;
    color: #141414;
}
.product__item-actions a.berocket_product_smart_compare,.product__buttons a.berocket_product_smart_compare{
    background: transparent;
    color: var(--body-color);
    border: 1px solid #E8E8E8;
    width:auto;
    margin: 0 !important;
    padding: 13px 24px;
}
.woocommerce-ordering select.orderby{
        padding: 6px 15px 6px 15px;
    font-weight: 400;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    width: 255px;
    text-indent: inherit;
}
.product__item-img span.onsale{
    position: absolute;
    left: -19px;
    top: -5px;
    padding: 8px 15px;
    border-radius: 5px;
    color: var(--white-color);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    z-index: 2;
    background-color: #F39B1E;
}
.product__item-actions a.berocket_product_smart_compare i.fa,.product__buttons a.berocket_product_smart_compare i.fa,.woocommerce-notices-wrapper .woocommerce-message a,.mini__cart-list .mini__cart-item .product-remove.cart-remove-link h4{display: none !important;}
.mini__cart-bottom .woocommerce-mini-cart__buttons{
    padding: 15px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mini__cart-bottom .woocommerce-mini-cart__buttons.buttons a.button {
    width: calc(50% - 7px);
    font-size: 22px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
}
.mini__cart-bottom .woocommerce-mini-cart__buttons.buttons a.button.checkout {
        padding: 14px 30px;
    background: transparent;
    color: var(--body-color);
    border: 1px solid #E8E8E8;
    border-color: rgba(0, 0, 0, 0.58);
}
.mini__cart-bottom .woocommerce-mini-cart__total.total{
    padding: 15px 0 15px 0;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #EAEAEA;
}
.product__item-actions a.added_to_cart.wc-forward{display: none !important;}
@media (max-width: 768px) {
.checkout_step_form .inner .col,.form-row.form-group.col-4{ width: 100%; }
.woocommerce #customer_details .form-row.form-group.col-1{ width: calc(33.33% - 6px) !important; }
}

a.button.quick-checkout-button{
  background-color: #FFF;
}