/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Child Theme
Template: phlox
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-child
================================================================================= */

body{
	font-family: "Roboto", Sans-serif !important;
}
.wc-block-cart .wc-block-cart__submit-container {
    background: #b72363;
	border-radius: 25px;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: #ffffff;
	font-weight: bold;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #b72363;
    color: #ffffff;
	border-radius: 25px;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
    background: #22222203;
}

.wc-block-components-checkout-return-to-cart-button {
    color: #1bb0ce !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    background: #22222203;
    padding: 2%;
	border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 5px;
}
.wc-block-components-sidebar {
    margin-top: 0px !important;
}