ul.resp-tabs-list
{
    display: table;
   /* width: 100%;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;	*/
	text-align:left;
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}

.resp-tabs-list li {
    font-weight: 600;
    display: inline-block;
    margin: 0px 10px 10px;
    text-transform: uppercase;
    list-style: none;
    cursor: pointer;
    float: none;
    color: #211a16;
    width: 100%;
    font-family: 'Conv_Oxygen-Bold';
}
.desc h6 {
   font-size: 12px !important;
    font-family: 'Conv_Oxygen-Bold';
    color: #f01f1f;
    text-transform: capitalize;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
  /*width:80% !important;*/
  margin:0 auto;
}

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

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

ul.list-group.items li {
    margin-bottom: 25px;
	list-style-type:none;
}

.soup-bg {
    position: relative;
    bottom: 420px;
}
.soup-bg .left-bg {
    position: absolute;
    bottom: 0px;
}
.soup-bg .right-bg {
    position: absolute;
    right: 0;
    bottom: -45px;
}
.soup-bg .right-bg img {
    width: 70%;
    float: right;
}

.soup-btns {
    float: right;
}
ul.list-group.items .btn-default {
    padding:2px 10px;
	margin-bottom:5px;
	margin-top:7px;
}

ul.list-group.soup {
	width:100%;	
}

p.item-name {
    width: 50%;
    display: inline-block;
    position: relative;
    overflow-x: hidden;
    font-size: 18px;
    font-family: 'Conv_Kabel-Book';
    text-transform: capitalize;
	
}

span.line {
    margin-left: 15px;
}
span.line:after {
    content: '';
    position: absolute;
    /* top: 0; */
    bottom: 5px;
    /* right: 0; */
    border-bottom: dotted #000 2px;
    width: 100%;
}
span.price {
    margin-left: 20px;
     font-size: 18px;
    font-family: 'Conv_Kabel-Book';
}
.modal-body img {
    text-align: center;
    margin: 0 auto;
}

ul.list-group.soup li {
    margin-bottom: 14px;
	list-style-type:none;
	    display: table;
    width: 100%;
}

ul.list-group.soup .btn-default {
    padding:2px 10px;
	    display: table;
    margin-bottom: 5px;
	width: 134px;
    text-align: center;
}

.resp-tab-active {
    color: #000 !important;
   /* border-bottom: 2px solid #f01f1f;
    margin-bottom: -1px !important;
    padding: 12px 0px 0px 0px !important;*/
}


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

.resp-tab-content { }

h2.resp-accordion {
  font-size: 13px;
  border-top: 1px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 1px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

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: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

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

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ff9600;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ff9600;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { }

.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: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 1024px) {
    .resp-tabs-list li
    {     font-size: 12px;
    margin: 0px 7px 15px;}
    
}
@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

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

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

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