/* ATTENTION! This file was generated automatically! Don&#039;t change it!!!
----------------------------------------------------------------------- */

/* Color scheme helpers for Customizer */
body.customize_preview {
	position: relative;
}
body.customize_preview .reboot_customizer_scheme_helper {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: border-color 0.3s ease;
	    -ms-transition: border-color 0.3s ease;
	        transition: border-color 0.3s ease;
	border: 2px solid #aa0000;
	pointer-events: none;
}
body.customize_preview .reboot_customizer_scheme_helper .reboot_customizer_scheme_helper_name {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #aa0000;
	display: inline-block;
	vertical-align: top;
	padding: 4px 1em;
	font-size: 11px;
	line-height: 15px;
	-webkit-transition: background-color 0.3s ease;
	    -ms-transition: background-color 0.3s ease;
	        transition: background-color 0.3s ease;
}
body.customize_preview > .reboot_customizer_scheme_helper {
	z-index: 10000;
	border-color: #2271b1;
}
body.customize_preview > .reboot_customizer_scheme_helper .reboot_customizer_scheme_helper_name {
	right: auto;
	left: 0;
	background-color: #2271b1;
}
body.customize_preview *:hover > .reboot_customizer_scheme_helper {
	border: 4px solid #00aa00;
}
body.customize_preview *:hover > .reboot_customizer_scheme_helper .reboot_customizer_scheme_helper_name {
	background-color: #00aa00;
	top: -2px;
	right: -2px;
}
.sc_testimonials_hover .sc_testimonials_item {
    padding: 50px 40px 58px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.02);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--theme-color-alter_bg_color);
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 400;
    font-style: normal;
    color: var(--theme-color-text_dark);
    position: relative;
    overflow: visible;
}

.product-table {
    border-collapse: collapse;
}
.product-table > tbody > tr:nth-child(2n) > td {
    background-color: transparent;
}
