/*
Theme Name: DVerStyle
Theme URI: https://webrocket.dev/
Author: WebRocket.Dev
Author URI: https://webrocket.dev/
Description: Martfury Child Theme for DVerStyle eCommerce.
Version: 1.0
License: Dual: GPL-2.0-or-later (PHP code) + WebRocket.Dev EULA v1.0 (assets: CSS/SCSS, JS, images, fonts, design)
License URI: LICENSE.txt
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/


.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: WooCommerce;
  content: '\e015';
  content: '\e015'/'';
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce-info {
  border-top-color: #2e2a27;
  border-radius: 4px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background-color: var(--mf-background-primary-color);
  color: var(--mf-background-primary-text-color);
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 4px;
}

.site-footer .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="email"] {
    border: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 4px 0 0 4px;
    width: 100%;
    background-color: #ccc;
}