ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    color: #777;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
    color: #000;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 0;
}

.resp-tab-active {
	border: 0;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: transparent;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #f1f1f1 !important;
    margin: 0px;
    padding:0;
    padding-top: 20px;
    padding-bottom: 20px;
}

h2.resp-tab-active {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
/*.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}*/

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 10px 0!important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: transparent;
    border: 0;
    /*float: left;
    width: 68%;*/ 
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
	position: relative;
	z-index: 1;
	color: #000;
	padding: 10px 10px 10px 12px !important;
	border:0 !important;
}

.resp-arrow::before {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    content: "\4c";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 0 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
.single-product h2.resp-accordion {
		background-color: transparent !important;
		border-color: #ebebeb !important;
	}
	
    h2.resp-accordion {
        display: block;
    }
	 h2.resp-accordion::after  {
	 content: "\4c";
	 float: right;
	 font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	}
	h2.resp-tab-active {
		border-bottom: 0 !important;
	}
	h2.resp-tab-active::after  {
		content:"\4d";
	}
    .resp-vtabs .resp-tab-content {
        border: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: none;
    }
}

@media only screen and (min-width: 768px) {
	.resp-vtabs .resp-tabs-container {
		border: none;
		background: transparent;
	}
	.resp-vtabs .resp-tabs-list li {
		border: none !important;
		background: none !important;
	}
	.resp-vtabs li.resp-tab-active:after{
		  content: '.';
		  color: #000;
		  border-radius: 50%;
		  display: block;
		  font-size: 20px;
		  left: 0;
		  top: 0;
		  position: absolute;
	}
}
