/**
 * 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;
}
div#wpb-wctm-wrapper {
    display: block;
    overflow: hidden;
    clear: both;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
    float: inherit;
    width: inherit;
    padding: 0;
    margin: 0;
    position: relative;
}
.wpb-wctm-wrapper ul.tabs li::after, 
.wpb-wctm-wrapper ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: ' ';
    box-sizing: border-box;
}
.wpb-wctm-wrapper ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}
.wpb-wctm-wrapper.woocommerce-tabs ul.tabs li {
    display: inline-block;
}
.wpb-wctm-wrapper.woocommerce-tabs ul.tabs {
    border: 0;
}

/**
 * Flat Theme
 */

.woocommerce div.product .woocommerce-tabs.wctm-flat_theme {
    background: #f7f7f7;
    margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme ul.tabs {
    border: 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme ul.tabs li {
    margin: 0 0 -1px;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #bbb;
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 4px 4px 0 0;
}
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme ul.tabs li a {
	padding: 17px 20px;
    display: inline-flex;
}
.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;
}
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme  .wctm-teb-content {
    padding: 24px;
}

/**
 * Material Theme
 */

.woocommerce div.product div#wpb-wctm-wrapper.woocommerce-tabs.wctm-material_theme {
    overflow: visible;
    background: #f7f7f7;
    margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs.wctm-material_theme ul.tabs {
	position: relative;
    display: block;
	padding: 0 30px;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    overflow: visible;
}
.woocommerce div.product .woocommerce-tabs.wctm-material_theme ul.tabs li {
	background-color: transparent;
	border-width: 0 0 3px 0;
	border-radius: 0;
	border-color: transparent;
	margin: 0;
	padding: 0;
    display: inline-block;
}
.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: inline-flex;
    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;
}
.woocommerce div.product .woocommerce-tabs.wctm-material_theme .wctm-teb-content {
    padding: 24px;
}
.woocommerce div.product .woocommerce-tabs.wctm-material_theme .wctm-teb-content .panel > p:last-child,
.woocommerce div.product .woocommerce-tabs.wctm-material_theme .wctm-teb-content .panel,
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme .wctm-teb-content .panel > p:last-child,
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme .wctm-teb-content .panel {
    margin-bottom: 0;
}
#wpb-wctm-wrapper.woocommerce-tabs .panel {
    float: unset;
    width: unset;
}


/**
 * Minimal One
 */

.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme ul.tabs {
    margin: 0;
    padding: 0; 
    font-size: 0;
    border: 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 15px;
	bottom: -1px;
    display: inline-block;
}
.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 {
    padding: 10px 0;
    font-weight: 600;
    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: 20px 20px 0;
}
.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 15px;
    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: 600;
    text-transform: uppercase;
    padding: 6px 0;
    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 .wctm-teb-content {
	border-top: 4px solid #2d3e50;
    padding-top: 20px;
}
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme .panel > h2, 
.woocommerce div.product .woocommerce-tabs.wctm-minimal_two_theme .panel .woocommerce-Reviews-title,
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme .panel > h2, 
.woocommerce div.product .woocommerce-tabs.wctm-minimal_one_theme .panel .woocommerce-Reviews-title,
.woocommerce div.product .woocommerce-tabs.wctm-material_theme .panel > h2, 
.woocommerce div.product .woocommerce-tabs.wctm-material_theme .panel .woocommerce-Reviews-title,
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme .panel > h2, 
.woocommerce div.product .woocommerce-tabs.wctm-flat_theme .panel .woocommerce-Reviews-title  {
    margin-top: 0;
    margin-bottom: 10px;
}
.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 {
    padding: 0;
    border-radius: 0!important;
    border: 0;
    border-right: 4px solid #1abc9c;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme .wctm-teb-content {
    background-color: #f7f7f7;
    padding: 30px;
    margin-bottom: 60px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
    width: 100%;
}
.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: rgba(0, 0, 0, 0.05);
	display: block!important;
	padding: 0;
	margin: 0!important;
    float: inherit!important;
    background: #f7f7f7; 
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li:last-child {
    border-bottom: 0!important;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li a {
	padding: 20px 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.active {
    border-bottom-color: #1abc9c;
    background: #1abc9c;
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li.active a,
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: #ffffff;
    outline: none;
}
.woocommerce div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li.active a,
.woocommerce-page #main div.product .woocommerce-tabs.wctm-vertical_theme ul.tabs li.active a {
    color: inherit;
}
div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
}
.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;
    width: auto;
}



/**
 * 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
{
    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
{
    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;
}