/*
 Theme Name:   SFR Divi Child Theme
 description:  A child theme of the Divi default WordPress theme
 Author:       SFR
 Template:     Divi
 Version:      1.0.0
*/

@import url("../Divi/style.css");

/*.step-by-step-menu{
	display: flex;
    justify-content: center;
    position: relative !important;
    margin-top: 30px;
}

.step-by-step-menu li{
	line-height: 13px;
}

.step-by-step-menu li:nth-child(2):before{
	content: "Required Selections";
	position: absolute;
	top: -25px;
	margin-left: -110px;
	font-weight: bold;
}

.step-by-step-menu.burial li:nth-child(2):before{
	margin-left: -120px;
}

.step-by-step-menu li:nth-child(7):before{
	content: "Optional Selections";
	position: absolute;
	top: -25px;
	margin-left: -120px;
	font-weight: bold;
}

.step-by-step-menu.burial li:nth-child(7):before{
	margin-left: -120px;
}

.step-by-step-menu li:nth-child(2){
	padding-right: 10px;
	border-right: 1px solid #000;
}

.step-by-step-menu.burial li:nth-child(2){
	padding-right: 10px;
	border-right: 1px solid #000;
}
.step-by-step-menu.burial li:nth-child(3){
	border-right: none;
}

.step-by-step-menu li .outer{
	margin-bottom: 5px;
}

.step-by-step-menu li .text{
	min-height: 25px;
}*/

.woocommerce-cart .et_pb_row_0{
	width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input{
    vertical-align: top !important;
}

#gform_1{
    font-family: Open Sans,Arial,sans-serif !important;
  	color: #666 !important;
    background-color: #fff !important;
    line-height: 1.7em !important;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 100% !important;
    -ms-text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
  	font-weight: 100 !important;
}

body #gform_wrapper_1 .gfield_radio label{
    position: relative;
}

#gform_1 input, #gform_1 .gfield_radio div, #hx326y-output{
    background-color: #fefefe;
    border-radius: 1rem;
    padding: 1vmin;
    box-shadow: 0 0 10px #00adef;
}

#gform_1 .gfield_radio div{
    margin-bottom: 20px;
}

#gform_1 .gchoice {
 	position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: left;
    background-color: #fefefe;
    border-radius: 1rem;
    padding: 1vmin;
    box-shadow: 0 0 10px #00adef;
  	width: auto;
  	max-width: 80%;
  	margin: 5vmin 0 !important;
}

#gform_1 .gfield-choice-input {
  position: relative;
  top: 14px !important;
  box-shadow: none !important;
  margin-right: 1vmin;
}

#gform_1 .ginput_quantity {
	box-shadow: none !important;
}

#gform_1 .gform_page_footer {
  display: flex;
  flex-direction: row;
  width: 100%;
}

#gform_1 input[type=button]{
    align-items: center !important;
    border: none !important;
  	background-color: #00adef !important;
    border-radius: .5rem !important;
    padding: 1vmin 2vmin !important;
    color: #FFFFFF !important;
    width: 5vw !important;
    text-decoration: none !important;
    user-select: none !important;
    -webkit-user-select: none!important;
    cursor: pointer !important;
  	box-shadow: none !important;
  	background-color: #00adef !important;
  	display: flex !important;
  	align-items: center !important;
 	justify-content: center !important;
}

#gform_1 #gform_submit_button_1 {
  	align-items: center !important;
    font-size: 18px !important;
    border: none !important;
  	background-color: #00adef !important;
    border-radius: .5rem !important;
    padding: 1vmin 2vmin !important;
    color: #FFFFFF !important;
    width: 5vw !important;
    text-decoration: none !important;
    user-select: none !important;
    -webkit-user-select: none!important;
    cursor: pointer !important;
  	box-shadow: none !important;
  	background-color: #00adef !important;
}

.et_pb_shop .woocommerce-loop-product__title,
.et_pb_shop .price{
    font-weight: 600;
    font-size: 24px !important;
    text-align: center;
    color: #000000 !important;
    padding-bottom: 2px !important;
}

.woocommerce-page .et_pb_shop ul.products li.product .price{
    color: #000000 !important;
    font-weight: 600 !important;
}

.et_pb_column_2_5{
	align-self: center;
}

.et_pb_shop .secondary_title{
    display: none;
}

.et_pb_shop .button.product_type_simple {
    color: #FFFFFF !important;
    border-color: #063820;
    border-radius: 20px;
    font-size: 26px;
    font-weight: 600 !important;
    background-color: #063820;
    display: inline-block;
    margin: 0 auto;
}
.et_pb_shop .product-desc{
    margin-top: 10px;
    font-size: 16px !important;
    min-height: 140px;
}
.et_pb_shop .et_shop_image {
    width: 75%;
    margin: 0 auto;
}
.et_pb_shop .woocommerce .products .product-desc ul li{
    list-style-type: disc !important;
    padding: 0 !important;
}
.et_pb_shop .woocommerce .products .product {
    padding-bottom: 40px;
    border-bottom: 1px solid #063820;
}