/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#suncube-form{
	padding:0 30px;

}

#suncube-form input[type="submit"]{
		display:block;
		margin:auto;
	}
#suncube-form .wpcf7-acceptance{
	color:white;
}

#suncube-form .wpcf7-acceptance label{
	margin: 0;

    position: relative;
    padding: 0 0 0 1.34em;
    cursor: pointer;
	display:inline-block;
	line-height:normal;


}

#suncube-form .wpcf7-acceptance  .wpcf7-list-item-label{
		margin-left:-15px;
}
#suncube-form .wpcf7-acceptance input{
	visibility:hidden;
}
#suncube-form .wpcf7-acceptance input:before{
		content: "";
	visibility:visible;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 13px;
    border: 1px solid var(--form_border_color);
    border-radius: 4px;
    transform: translateY(-50%);
    transition: all .2s ease;
	
}
#suncube-form .wpcf7-acceptance input:after{
			content: "";
	visibility:visible;
    height: 9px;
	width:9px;
    position: absolute;
    left: 3px;
    top: 50%;
  

    border-radius: 4px;
    transform: translateY(-50%);
    transition: all .2s ease;
}
#suncube-form .wpcf7-acceptance input:checked:after{
	background-color: white;
}


.product-categories .cat-item.current-cat a:before{
	color: var(--primary_color);
}
.single_variation_wrap .avada-variation{
    display: inline-block;
}
.price-label{
    font-weight: bold;
}
h2.product_title.entry-title:after {
    content: '';
    width: 200px;
    height: 1px;
    background-color: var(--primary_color);
    display: block;
}
.fusion-page-title-bar {
	    padding-top: 30px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 800px){
.avada-has-breadcrumb-mobile-hidden.fusion-body .fusion-page-title-bar .fusion-breadcrumbs {
    display: block;
}}

.display-hidden{
	display:none;
}
.table-yellow thead th {
    background: #fed03d;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
}
.tablepress.table-yellow>.row-hover>tr:hover>*,.tablepress.table-yellow>.row-hover>tr:active>*,.tablepress.table-yellow>.row-hover>tr:focus>*{
	background: #d1d1d1 !important;
}