/* 
Theme Name: Sabrina Theme
Description: A Feminine WordPress theme
Author: DesignWithCris
Author URI: https://designwithcris.com
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	
    background-color: #D5D0CC;
	  color: #040D0D;
	  border: 1px solid #040D0D;
	  border-radius: 1px;
          font-weight: 400
	 
}

.woocommerce #review_form #respond .form-submit input:hover {
  background-color: transparent;
	color: #040D0D;
    
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #040D0D;
}

a.checkout-button.button.alt.wc-forward {
  font-size: 20px;
}

