/**
 * Common Style
 */

.woocommerce-tabs .wpb-wctm-icon {
	margin-right: 5px;
	font-size: 16px;
}
.wpb-wctm-subtitle {
    display: block;
    font-size: 11px;
    font-weight: lighter;
    text-align: center;
    margin-top: 5px;
}


/**
 * Flat Theme
 */

.woocommerce div.product .woocommerce-tabs.wctm-flat_theme ul.tabs li {
    margin: 0 0 -1px;
    padding: 0;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    background-color: transparent;
    border: 1px solid transparent;
}
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme ul.tabs li a {
	padding: 12px;
}
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme ul.tabs li:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme ul.tabs li.active {
	color: #555;
	border: 1px solid #ddd;
	border-top: 2px solid #e74c3c;
	border-bottom: 1px solid #fff;
	color: #e74c3c;
}
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme ul.tabs li a:focus {
	outline: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme ul.tabs li:not(.active) a:focus {
	color: #e74c3c;
}


/**
 * Material Theme
 */

.woocommerce div.product .woocommerce-tabs.wctm-material_theme ul.tabs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	background-color: #fff;
	width: 100%;
	white-space: nowrap;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.woocommerce div.product .woocommerce-tabs.wctm-material_theme ul.tabs li {
	background-color: transparent;
	border-width: 0 0 2px 0;
	border-radius: 0;
	border-color: transparent;
	margin: 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-material_theme ul.tabs li.active {
	border-bottom-color: #ee6e73;
}
.woocommerce div.product .woocommerce-tabs.wctm-material_theme ul.tabs li a {
    display: block;
    padding: 17px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease;
}
.woocommerce div.product .woocommerce-tabs.wctm-material_theme ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs.wctm-material_theme ul.tabs li a:focus {
	color: #ee6e73;
	outline: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-material_theme ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs.wctm-material_theme ul.tabs li:after {
	display: none;
}



/**
 * Minimal One
 */

.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs {
    margin: 0;
    padding: 0; 
    font-size: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs:before {
	display: none!important;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs li {
	border-color: #cfcfcf;
	border-radius: 0;
	border-bottom: 0;
	margin: 0 0 0 -1px;
	background-color: transparent;
	font-size: 14px;
	padding: 8px 13px;
	bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs li:first-child {
	margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs li.active {
	border-top-color: #d23443;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs li.active:before {
    position: absolute;
    content: " ";
    display: block;
    top: 0px;
    left: 0;
    right: 0;
    border-color: #d23443;
    width: 100%;
    height: 1px;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs li:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs li a {
    font-weight: inherit;
    text-transform: uppercase;
    font-size: 13px;
	letter-spacing: .5px;
	-webkit-font-smoothing: antialiased;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs li.active a {
	outline: 0;
	color: #d23443;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme .panel {
	border: 1px solid #cfcfcf;
	padding: 0 20px;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme .wpb-wctm-subtitle {
    font-size: 12px;
    text-align: inherit;
    margin-top: 5px;
    text-transform: initial;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme .wpb-wctm-icon {
	font-size: inherit;
}



/**
 * Minimal two style
 */

.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme ul.tabs {
    margin: 0;
    padding: 0; 
    font-size: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme ul.tabs:before {
	display: none!important;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme ul.tabs li {
    border-radius: 0;
    border: 0;
    margin: 0 0 0 -1px;
    background-color: #eff0f2;
    font-size: 14px;
    padding: 10px 12px;
    bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme ul.tabs li:first-child {
	margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme ul.tabs li.active {
	background-color: #2d3e50;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme ul.tabs li a:focus {
	outline: 0;
	color: #2d3e50;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme ul.tabs li a {
    font-weight: inherit;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
	letter-spacing: .5px;
	-webkit-font-smoothing: antialiased;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme ul.tabs li.active a:focus {
	color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme ul.tabs li:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme .panel {
	border-top: 4px solid #2d3e50;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme .wpb-wctm-subtitle {
    font-size: 12px;
    font-weight: 500;
    text-align: inherit;
    margin-top: 5px;
    text-transform: initial;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme .wpb-wctm-icon {
	font-size: inherit;
}


/**
 * Vertical Tab Style
 */

.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs, 
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme .wctm-teb-content {
    display: table-cell;
    margin: 0;
    vertical-align: top;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs {
    background-color: #999;
    padding: 0;
    border-radius: 0!important;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme .wctm-teb-content {
    background-color: #fafafa;
    padding: 30px;
    margin-bottom: 60px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li {
	border-width: 0 0 1px 0!important;
    border-style: solid!important;
	border-radius: 0!important;
	border-bottom-color: #8f8f8f!important;
	display: block!important;
	padding: 0;
	margin: 0!important;
	background: #999!important;
    float: inherit!important;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a {
	padding: 15px 30px!important;
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a,
#main div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a, 
.woocommerce-page #main div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a, 
#main #content div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a, 
.woocommerce-page #main #content div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a,
#main div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a:hover, 
.woocommerce-page #main div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a:hover, 
#main #content div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a:hover, 
.woocommerce-page #main #content div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a:hover{
    color: #fff!important;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li.active {
    border-color: #f0f0f0 #f0f0f0 transparent!important;
    background: #EEEEEF!important;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li.active a,
#main div.product .woocommerce-tabs ul.tabs li.active a, 
.woocommerce-page #main div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li.active a, 
#main #content div.product .woocommerce-tabs ul.tabs li.active.wctm-vertical_theme a, 
.woocommerce-page #main #content div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li.active a {
    color: #666!important;
    outline none;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs:before {
	display: none!important;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a:focus {
	outline: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme .panel {
	margin: 0;
    padding: 0!important;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme .panel > p:last-child {
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme .panel > h2:first-child,
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme .panel #comments > h2 {
	margin-top: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme .wpb-wctm-subtitle {
    font-size: 12px;
    text-align: inherit;
    margin-top: 5px;
    text-transform: initial;
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme .wpb-wctm-icon {
	font-size: inherit;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme {
	margin-bottom: 2em;
}



/**
 * Accordion Style
 */

.wpb-woocommerce-accordions {
    clear: both;
    margin-bottom: 2em;
}
.wpb_clearfix {
    clear: both;
}
.drawer {
    width: 100%;
    border-top: 1px solid #E0E0E0;
    margin-bottom: 8px;
}
.accordion-item
{
    border-bottom:1px solid #E0E0E0;
}
.accordion-item-active .accordion-header
{
    background:#888;
    transition:.25s;
}
.accordion-item-active .accordion-header-icon
{	
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
    color:#fff;
}
.accordion-item-active .accordion-header h1
{
    color:#fff;
}
.accordion-header
{
	position: relative;
    background:#f2f2f2;
    padding:12px;
    cursor:pointer;
    border-right:1px solid #E0E0E0;
    border-left:1px solid #E0E0E0;
    min-height:20px;
    transition:.25s;
}
.accordion-header h1
{
    font-size:18px;
    font-weight: normal;
    margin:0;
    line-height: 1.3em;
    color:#212121;
}
.accordion-content
{
    border-left:1px solid #E0E0E0;
    border-right:1px solid #E0E0E0;
    display:none;
    padding:12px;
    color:#212121;
    background:#FFF;
    font-size:15px;
    line-height:1.45em;
}
.accordion-content p
{
    margin:0;
    margin-bottom: 3px;
}
.accordion-header-icon {
    font-family: 'wpb-wctm-font-icon';
    color: #888;
    font-size: 15px;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 34%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

}
.accordion-header-icon.accordion-header-icon-active {
    color:#fff;
}
.wpb-woocommerce-accordions .wpb-wctm-subtitle {
    text-align: left;
    margin-top: 0;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: initial;
}
.wpb-woocommerce-accordions .wpb-wctm-icon {
	margin-right: 5px;
	font-size: 14px;
}
.wpb-woocommerce-accordions .wpb-wctm-title {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}



.add-request-quote-button
{
color: aqua; 
font-weight: bold;
}