/*
Theme Name: Divi Child 
Template: Divi 
Description: Divi Child Theme 
Author: CAW fr/col 
Author URI: https://cafeagenceweb.com
*/

.woocommerce-checkout #main-content {
	background: #f8f8f8;
}

.woocommerce-cart #main-content {
	background: #f8f8f8;
	padding-bottom: 40px;
}

.woocommerce-checkout h1,
.woocommerce-cart h1 {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #335B6B !important;
    line-height: 1.4em;
	margin-bottom: 0;
}

.woocommerce-checkout h2,
.woocommerce-checkout .wc-block-components-order-summary__button-text {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #335B6B;
    line-height: 1.4em;
}

.woocommerce-checkout p {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    line-height: 1.8em;
	color: #335B6B;
}

/*.woocommerce-checkout .wc-block-components-checkout-step:nth-child(0n+2) {
	margin-bottom: 20px !important;
}*/

.woocommerce-checkout .wc-block-components-checkout-step {
	background: #fff !important;
    padding: 20px 30px 20px 30px !important;
    border-radius: 10px;
	margin-bottom: 20px !important;
}

.woocommerce-cart .wc-block-components-main {
	margin-right: 0px !important;
    background: #fff;
	padding-right: 20px !important;
    padding: 20px;
    border-radius: 20px;
}

.woocommerce-cart .entry-content table:not(.variations) {
	border: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	background: #fff !important;
    padding: 20px;
    border-radius: 10px;
}

.woocommerce-checkout .wc-block-components-main {
	padding-right: 10px !important;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading {
	margin-top: .5em;
}

.woocommerce-checkout .wc-block-components-checkout-step__title:before,
.woocommerce-checkout .wc-block-components-checkout-step__container:after{
	left: -64px !important;
}

/*.woocommerce-checkout .wc-block-components-text-input input[type=text] {
	border: 1px solid #cecece !important;
}*/

/*.woocommerce-checkout .wc-block-components-text-input input[type=text]:focus {
	box-shadow: 0 0 0 2px #335B6B !important;
}*/

.woocommerce-cart .entry-content thead th, .entry-content tr th {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #335B6B;
}

.woocommerce-cart .wc-block-cart-items {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 19px;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
	font-size: 18px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
}

.woocommerce-checkout .wc-block-components-form {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
}

.woocommerce-checkout .wc-block-components-text-input input[type=text],
input.components-combobox-control__input {
	font-weight: 500 !important;
}

/*fix styles checkout express*/
.wc-block-components-express-payment__event-buttons{
	list-style-type: none !important;
}


