.drawer {
    width: 100%;
    border-bottom: 1px solid #000000;padding-bottom: 5px;
    margin-bottom: 5px;
}
.drawer:last-child {border-bottom: 0;}
.accordion-item-active .accordion-header {
    transition: .25s;
}
.accordion-item-active .accordion-header-icon {
    color: #fff;
}

.accordion-header {
    padding: 0px;
    cursor: pointer;
    min-height: 55px;
    transition: .25s;
	border-bottom: 2px dotted #ffffff;
}
.accordion-header h1 {
    float: left;
    font-size: 23px;
    font-weight: normal;
    margin: 0;
    line-height: 1.3em;
    color: #ffffff;
	font-family: 'gotham_bookregular';
	width: 93%;
}
.accordion-content {
    display: none;
    padding: 0px;
    font-size: 15px;
    line-height: 1.45em;
	margin-top:10px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #cccccc;
}
.table-bordered {
    border: 1px solid #cccccc;
}

.accordion-content p {
    margin: 0 0 3px 0;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 24px;
	font-size: 16px;
}
.accordion-header-icon{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: right;
    color: transparent;
    font-size: 15px;
    vertical-align: middle;
	background: url(../images/guide-downarrow.png)no-repeat center center;
	width: 23px;
	height: 32px;}
.accordion-header-icon:before {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: right;
    color: transparent;
    font-size: 15px;
    vertical-align: middle;
	background: url(../images/guide-downarrow.png)no-repeat center center;
	width: 23px;
	height: 32px;*/
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #ec008c;
	content: "\f105";
	position: relative;
	top: -5px;
	right: -5px;

}
.accordion-header-icon.accordion-header-icon-active:before {
   /* -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: transparent;*/
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #ec008c;
	content: "\f107";
	position: relative;
	top: -4px;
	right: 0;
}
.guide-img-block {
    width: 6.5%;
	display: inline-block;
	float: left;
	text-align: center;
}
.guide-t-block {
    width: 6%;
    display: inline-block;
    float: left;
}

.order-id-block{width:100%;position:relative;display:inline-blockl}
.id-text, .id-value{color:#000000;font-family: 'Gotham-Book';
font-size: 12px;
color: #000;
}
.order-date {
    font-family: 'Gotham-Book';
	font-size: 12px;
	line-height: 16px;
}
.summery-text{color:#000000;font-family: 'Gotham-Book';
font-size: 12px; float:right;
}
.or-img img{width:50px;}
.or-name{color:#000000;font-family: 'Gotham-Book';
font-size: 12px; padding-left:10px; word-break: break-all;}

@media (min-width: 768px) and (max-width: 1099px) {
.guide-img-block {width: 12.5%;}
.accordion-header h1 { font-size: 20px;}
.accordion-content { padding: 40px 40px;}



}

@media only screen and (max-width: 991px) {
.accordion-header-icon.accordion-header-icon-active::before {
    font-size: 24px;
}
.accordion-header-icon::before {
    font-size: 24px;
}
}

@media only screen and (max-width: 767px) {
.accordion-header h1 {
    width: 91%;
}

.accordion-header h1 {
    font-size: 15px;
}
.guide-img-block {width: 29.5%;}
.accordion-content { padding: 2px 0px;}

}