
/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/
.nine_step_upgrade, .eight_step_upgrade, .seven_step_upgrade, .sixth_step_upgrade, .fifth_step_upgrade, .fourth_step_upgrade, .third_step_upgrade, .door_item {
	display: none;
}

.case.active {
	display: block !important;
}

.case {
	display: none !important;
}

.loader {
	display: flex;
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	padding-top: 10%;
	background: #fff;
	min-height: 350px;
	bottom: 0;
}

.door_item.selectedItemmain.selectedItem.opening_active {
	float: left;
	width: 32%;
}

#image_design img {
	max-height: 260px;
}

#image_design {
	text-align: center;
	margin: 0 auto;
}

/*#image_design {
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
    box-shadow: 5px 6px 12px -3px rgb(0 0 0 / 60%);
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 600;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#image_design img{
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#image_design:hover img{
	transform: scale(1.09);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}*/
#file_download img {
	width: 38px;
}

#file_download a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 122, 0, 1);
}

#file_download img {
	max-height: 40px;
	margin-right: 8px;
}

.your_selection {
	display: none;
	clear: both;
	padding-top: 20px;
}

#opening, #upgrade, #frame, #material, #performance, #d_style, #deesign_last {
	display: none;
}

.loader svg {
	visibility: hidden;
}
