
.tabs {
	float: left;
	clear: both;
	list-style-type: none;
	background-color: #ebebeb;
	min-height: 60px;
	width: 100%;
}


/*
#tabs-container {
	border: 1px solid #ebebeb;
	background-color: #fff;
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
*/


.tabs li {
	line-height: 100%;
	float: left;
	margin-right: 1px;
	display: inline-block;
}

.tabs li.current {
	position: relative;

}

.tabs li {
	padding: 20px 0px;
	text-transform: capitalize;
	color: #453b39;
	text-decoration: none;
	font-size: 18px;
	/*border-bottom: 2px solid #707070;*/
	display: block;
	margin-left: 55px;
	line-height: 100%;
	cursor: pointer;

}

/*
.tabs li:hover,
.tabs li.active {
	color: #453b39;
	border-bottom-color: #3277bc;
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 18px;
}
*/
.tabs li:hover,
.tabs li.active {
	color: #453b39;
	border-bottom-color: #3277bc;
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 16px;
}
/*
.tab_container {
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
	clear: both;
	width: 100%;
	color: #6e7277;
}
*/
.tab_container {
	background-color: #fff;
	float: left;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
	color: #6e7277;
}
/*
.tab_content {
	width: 100%;
	padding: 40px 58px;
	display: none;
}
*/
.tab_content {
	width: 100%;
	padding: 20px 5px 0 0;
	display: none;
}

.pro-list {
    margin:20px 10px 10px;
}

.tab_content p, .tab_content .pro-list li {
    font-size:16px;
}

#tab-1 {
	display: block;
}

.tab_drawer_heading {
	display: none;
}

@media(max-width:580px) {
	.tabs {
		display: none;
	}

	.tab_container {
		margin-bottom: 0
	}

	.tab_drawer_heading {
		background-color: #3277bc;
		margin-bottom: 1px;
		font-weight: 700;
		font-size: 18px;
		border-radius: 0;
		color: #ffffff;
		padding: 10px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
}

/* New - 5/21 */

.single-product #tabs-container {
    /*border: 0px solid #ebebeb;*/
    background-color: #fff;
    width:100%;
    max-width:1000px;
    margin: 20px auto 40px;
    clear: both;
    /*border: 0.5px solid #cbcbcb;*/
    /*display: block;*/
    display:none;
}

.single-product .tabs {
    float: none;
    list-style-type: none;
    background-color:#f4f5f7;
    width: 100%;
    /*max-width: 1200px;*/
    margin:0 auto;
    text-align:center;
    border: 0.5px solid #cbcbcb;
    min-height:auto;
    }
/*
.tabs {
	float: left;
	clear: both;
	list-style-type: none;
	background-color: transparent;
	width: 100%;
}
*/

.single-product .tabs li {
    padding:20px 15px;
    text-transform: uppercase;
    color: #453b39;
    text-decoration: none;
    font-size: 14px;
    /*border: 0px solid #cbcbcb;*/
    display: inline-block;
    margin: 0 auto;
    line-height: 1.3;
    cursor: pointer;
    width:18%;
    float:none;
    min-width:70px;
    /*border-left: 0.25px solid #cbcbcb;*/
}

@media (max-width:767px) {
    .single-product .tabs li {
        min-width:20%;
    }
}

@media (min-width:581px) and (max-width:660px) {
    .single-product .tabs li {
        font-size:12px
    }
}

.single-product .tabs li:hover {
    background-color:#3277bc;
    color:#fff;
}
.single-product .tabs li.active {
    background-color:#cbe3fb;
     color:#453b39;
}

.single-product .tab_container {
    margin: 0 auto;
    border: 0.5px solid #cbcbcb;
    border-top: 0;
    float:none;
}

.single-product .tab_content {
    max-width:680px;
    margin:0 auto;
    padding:30px 5px;
}

.single-product .tab_content h2 {
    margin:20px 0;
}

.single-product .tab_content h3 {
    margin:20px 0;
    font-size: 18px;
    font-weight:700;
    color:#2b2b2b;
}

.tab_content h4 {
    font-size:16px;
    font-weight:700;
    color:#2b2b2b!important;
    margin:10px 0;
    }

.single-product .tab_content p {
    margin:10px 0;
}

.single-product .tab_content a {
    color:#3277bc;
}

@media (max-width: 580px) {
.tab_drawer_heading {
    line-height: 1.2;
}
.tab_drawer_heading br {
    display:none;
}
}
