/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

body:not(.woocommerce-cart)

body:not(.woocommerce-cart) .woocommerce #respond input#submit:not(.single_add_to_cart_button), body:not(.woocommerce-cart) .woocommerce a.button:not(.single_add_to_cart_button), body:not(.woocommerce-cart) .woocommerce button.button:not(.single_add_to_cart_button) {
    font-family: "ITC Conduit", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.88px;
    letter-spacing: 4.2px;
    background: #9f8561 !important;
    position: relative;
    padding: 12px 8px;
	border: 1px solid #9f8561 !important;
}

body:not(.woocommerce-cart) .woocommerce #respond input#submit:not(#place_order):not(.single_add_to_cart_button):hover, body:not(.woocommerce-cart) .woocommerce a.button:not(#place_order):not(.single_add_to_cart_button):hover, body:not(.woocommerce-cart) .woocommerce button.button:not(#place_order):not(.single_add_to_cart_button):hover{
	background: #000 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}

.button.sv-wc-payment-gateway-payment-form-manage-payment-methods {
	font-family: "ITC Conduit", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.88px;
    letter-spacing: 4.2px;
    background: #9f8561;
    position: relative;
    padding: 12px 8px;
	border: 1px solid #000;
}

.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover{
	background: #000;
	color: #fff;
	border: 1px solid #fff;
}

/* .button.sv-wc-payment-gateway-payment-form-manage-payment-methods:after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    transform: skew(-12deg);
    background-color: inherit;
    right: -6px;
}
.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    width: 20px;
    transform: skew(-12deg);
    background-color: inherit;
} */