.inMidContent {
    min-height: 500px;
    padding-top: 20px;
}
.inMidContent::after {
    background: #f5f5f5;
    height: 80px;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    margin-top: 74px;
    z-index: -1;
}
.topUsrSec {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 20px;
}
.usrImg {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: #fafafa;
    margin-right: 20px;
}
.usrImg img {
    width: 100%;
    height: 100%;
}
.inBlk {
    display: inline-block;
}
.vTop {
    vertical-align: top;
}
.usrDet {
    color: #323c46;
}
.usrDet span {
    margin-right: 20px;
    text-align: center;
}
.usrDet span i {
    text-align: center;
}
.usrDet .fa.fa-mobile {
	font-size: 24px;
	line-height: 12px;
	margin-left: 2px;
}

.mpNav {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 15px 12px;
}
.mpNav.nav-pills > li {
    margin-bottom: 10px;
}
.mpNav.nav-pills > li > a {
    color: #323c46;
    font-size: 18px;
}
.mpNav.nav-pills > li > a:hover,
.mpNav.nav-pills.nav > li.active > a,
.mpNav.nav-pills.nav > li.active > a:focus,
.mpNav.nav-pills.nav > li.active > a:hover {
    background: #323c46 !important;
    color: #fff;
  }

.mpTit {
    border-bottom: 2px solid #e6e6e6;
}
.mpTit h4 {
    font-size: 20px;
}
.btnMp, .btnMp:hover, .btnMp:focus {
    background-color: #323c46;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    width: 176px;
    height: 40px;
}
.frmGrp {
    margin-bottom: 20px;
    height: 72px;
}
.mpSec label {
    font-weight: normal;
    font-size: 16px;
    color: #323c46;
}
.mpSec .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    border: 1px solid #c8c8c8;
}
.mpNav li.active::after, .mpNav li:hover:after {
	content: "\f054";
	position: absolute;
	font-family: fontAwesome;
	right: 15px;
	top: 10px;
	color: #fff;
}

.addBook h4 {
    font-size: 18px;
}
.addBook .shipAddDet {
    background-color: #fafafa;
    border: 1px solid #c8c8c8;
    padding: 15px;
    color: #505a64;
    font-size: 16px;
    line-height: 30px;
}
.addBook .shipAddDet span {
    color: #323c46;
    font-size: 18px;
}
.btnShip {
    width: 96px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #c8c8c8;
    background-color: #fafafa;
    font-size: 16px;
}


.odrRcrdTbl thead > tr > th:nth-child(1),
.odrRcrdTbl thead > tr > th:nth-child(2),
.odrRcrdTbl thead > tr > th:nth-child(6),
.odrRcrdTbl tbody > tr > td:nth-child(1),
.odrRcrdTbl tbody > tr > td:nth-child(2),
.odrRcrdTbl tbody > tr > td:nth-child(6) {
    text-align: center;
    padding-right: 8px !important;
}
.odrRcrdTbl thead > tr > th:nth-child(4) {
    width: 24% !important;
}
.odrRcrdTbl tbody > tr:hover {
    background-color: #f5f7fa;
}
.odrRcrdTbl thead > tr > th:nth-child(1):after,
.odrRcrdTbl thead > tr > th:nth-child(1):before,
.odrRcrdTbl thead > tr > th:last-child:after,
.odrRcrdTbl thead > tr > th:last-child:before {
    display: none !important;
}
.odrRcrdTbl tbody > tr > td {
    font-size: 14px;
}
table.dataTable thead .sorting::before, 
table.dataTable thead .sorting_asc::before, 
table.dataTable thead .sorting_desc::before, 
table.dataTable thead .sorting_asc_disabled::before, 
table.dataTable thead .sorting_desc_disabled::before {
	right: 1em !important;
	content: "\f0d8" !important;
	font-family: fontawesome !important;
	top: 0.2em;
}
table.dataTable thead .sorting::after, 
table.dataTable thead .sorting_asc::after, 
table.dataTable thead .sorting_desc::after, 
table.dataTable thead .sorting_asc_disabled::after, 
table.dataTable thead .sorting_desc_disabled::after {
	right: 1em !important;
	content: "\f0d7" !important;
	font-family: fontawesome !important;
	top: .8em;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #323c46;
	border-color: #323c46;
}
.odrRcrdTbl tbody > tr > td a {
    margin: 0 5px;
}
.stsPend {
    color: #f37021;
}
.stsAcpt {
    color: #00a651;
}
.stsAtel {
    color: #1e3c5a;
}
.stsQc {
    color: #00aeef;
}
.stsShipped {
    color: #ff0000;
}
.stsFnl {
    color: #924500;
}
.stsComptd {
    color: #2e3192;
}
.dataTables_wrapper .dataTables_info {
    font-size: 14px;
    color: #323c46;
}



.myDesignTbl thead > tr > th:nth-child(1),
.myDesignTbl thead > tr > th:nth-child(4),
.myDesignTbl tbody > tr > td:nth-child(1),
.myDesignTbl tbody > tr > td:nth-child(4) {
    text-align: center;
    padding-right: 8px !important;
}
.myDesignTbl thead > tr > th:nth-child(2) {
    width: 36% !important;
}
.myDesignTbl thead > tr > th:nth-child(3) {
    width: 28% !important;
}
.myDesignTbl tbody > tr:hover {
    background-color: #f5f7fa;
}
.myDesignTbl thead > tr > th:nth-child(1):after,
.myDesignTbl thead > tr > th:nth-child(1):before,
.myDesignTbl thead > tr > th:last-child:after,
.myDesignTbl thead > tr > th:last-child:before,
.myDesignTbl thead > tr > th:nth-child(4):after,
.myDesignTbl thead > tr > th:nth-child(4):before {
    display: none !important;
}
.myDesignTbl tbody > tr > td {
    font-size: 14px;
    vertical-align: middle;
}
.mdIc {
	width: 70px;
	height: 70px;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	text-align: center;
	display: inline-block;
}
.mdDets {
	display: inline-block;
	width: 70%;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 20px;
}
.mdDets span {
    font-size: 12px;
    display: block;
}
.myDesignTbl tbody > tr > td a {
    margin: 0 5px;
}
.myDesignTbl .btnAddCart {
    width: 140px;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    background: none;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
}
.myDesignTbl .btnAddCart:hover, 
.myDesignTbl .btnAddCart:focus {
    background-color: #fff;
}
.myDesignTbl .btnAddCart span {
    font-size: 18px;
}


.mpTbl {
    border: 1px solid #d3d3d3;
    color: #323c46;
}
.mpTbl thead > tr > th {
    border: none;
    font-size: 16px;
    background-color: #323c46;
    color: #fff;
    font-weight: normal;
}

.myMeasureTbl thead > tr > th:nth-child(1),
.myMeasureTbl thead > tr > th:nth-child(5),
.myMeasureTbl tbody > tr > td:nth-child(1),
.myMeasureTbl tbody > tr > td:nth-child(5) {
    text-align: center;
    padding-right: 8px !important;
}

.myMeasureTbl tbody > tr:hover {
    background-color: #f5f7fa;
}
.myMeasureTbl thead > tr > th:nth-child(1):after,
.myMeasureTbl thead > tr > th:nth-child(1):before,
.myMeasureTbl thead > tr > th:last-child:after,
.myMeasureTbl thead > tr > th:last-child:before {
    display: none !important;
}
.myMeasureTbl tbody > tr > td {
    font-size: 14px;
    vertical-align: middle;
}
.myMeasureTbl tbody > tr > td a {
    margin: 0 5px;
}
.dataTables_wrapper.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cnfrmPwd {
    margin-top: 60px;
}
.cnfrmPwd label {
    padding-top: 10px !important;
}


.design_btn_sm{ 
    background:#1e2832; 
    padding:8px 20px; 
    border-radius: 0;
    font-size:16px; 
    color:#fff; 
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;}

.design_btn_sm:hover{ background:#919191; color:#fff;}

/* .myMeasureTbl thead > tr > th:nth-child(2) {
    width: 38% !important;
} */
.wishDetTbl thead > tr > th:nth-child(3) {
	width: auto !important;
}
.wishDetTbl thead > tr > th:nth-child(4) {
	width: 26% !important;
}
.wishDetTbl thead > tr > th:last-child {
    width: 15% !important;
    text-align: center;
}


.fileUpBtn {
	position: relative;
}
.fileUpBtn input[type="file"] {
	width: 96px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
.fileUpBtn span {
	position: absolute;
	top: 0;
	left: 0;
	width: 96px;
	height: 40px;
	border-radius: 0;
	border: 1px solid #c8c8c8;
	background-color: #fafafa;
    font-size: 16px;
    text-align: center;
    padding: 8px;
}

.orderIdTit span {
    margin-right: 20px;
}
.sumShipDet h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.sumShipDet .sumBlk > div {
    color: #505a64;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;    
}
.sumShipDet .sumBlk > div:first-child {
    width: 40%;
}
.sumShipDet .sumBlk > div:nth-child(2) {
    padding-right: 10px;
}
.sumShipDet .sumBlk > div:nth-child(3) {
	word-wrap: break-word;
	width: 52%;
	vertical-align: top;
}
.sumShipDet {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 10px;
}


.itemDet  h4 {
    font-size: 16px;
    text-transform: uppercase;
}


.totItmBlk {
	background-color: #fafafa;
	border: 1px solid #c8c8c8;
	padding: 15px;
	color: #505a64;
	font-size: 16px;
	line-height: 30px;
}
.totItmBlk {
    display: block;
}
.totItms div {
    color: #505a64;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;    
}
.totItms > div:first-child {
    width: 50%;
}
.totItms > div:nth-child(2) {
    padding-right: 10px;
}
.totItms  > div:nth-child(3) {
	word-wrap: break-word;
	width: 40%;
	vertical-align: top;
}
.thankOdrSec {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 10px;   
}
.thankOdrSec {
    color: #505a64;
    font-size: 14px;
    line-height: 24px;
}


.mdIc1 {
	width: 70px;
    height: 70px;
    border: 1px solid #d3d3d3;
	text-align: center;
	display: inline-block;
}
.mdDets1 {
	display: inline-block;
	width: 60%;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 20px;
}
.mdDets1 p {
    margin-bottom: 10px;
}
.mdIc1 .pricVal {
    font-size: 16px;
}
.itemOdrTbl > tbody > tr > td {
    border-top: none !important;
}
.itemOdrTbl tr:not(:last-child) td {
	border-bottom: 1px solid #d3d3d3 !important;
}
.btnViewDet {
	width: 96px;
	height: 40px;
	border-radius: 0;
	border: 1px solid #c8c8c8;
	background-color: #fafafa;
	font-size: 12px;
}


.viewDetModal .modal-content {
    border-radius: 0;
}
.viewDetModal .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}
.materialLg {
    margin-bottom: 20px;
}
.materialThump span {
	width: 100px;
	height: 100px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	display: inline-block;
    line-height: 100px;
    cursor: pointer;
}
.materialThump span:not(:last-child) {
    margin-right: 15px;
}
.materialThump span:hover {
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
}
.odrDetList.bdrH {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding-left: 20px;
    padding-right: 20px;
}
.odrDetList ul {
	padding: 0;
}
.odrDetList ul li {
	list-style: none;
    display: flex;
    padding-bottom: 10px;
}
.odrDetList ul li div {
	flex: 1px;
	font-size: 14px;
}
.odrDetList ul li div:first-child {
    color: #646e78;
}
.odrDetList ul li div:last-child {
    color: #323c46;
}
.p-0 { padding: 0 !important;}


.viewMesModal .modal-content {
    border-radius: 0;
}
.viewMesModal .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}
.odrDetListMes ul {
	padding: 0 40px;
}
.odrDetListMes ul li {
	list-style: none;
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.odrDetListMes ul li:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
.odrDetListMes ul li div {
	flex: 1;
    font-size: 14px;
    color: #323c46;
}
.odrDetListMes ul li div span {
    padding-right: 20px;
}
.primeEmail.has-feedback .form-control-feedback {
    right:5px;
}
.mailInputGrp .btn {
	height: 40px;
	background-color: #323c46;
	color: #fff;
	border: none;
	border-radius: 0;
}


.addNewAddress .modal-header {
    border: none;
}
.addNewAddress .modal-body {
	position: relative;
	padding: 15px 20px;
}
.addNewAddress .modal-content {
    border-radius: 0;
}
.addNewAddress .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}
.addNewAddress .control.control--checkbox {
	margin-top: 9px;
	margin-bottom: 0;
}




.shipDetSec {
	padding: 20px;
	border: 2px solid #dcdcdc;
	background-color: #fff;
	margin-top: 20px;
	display: flex;
}
.shipDetSec.selected {
	background-color: #fafafa;
	border: 2px solid #96a0aa;
}
.addrLft p span {
    display: block;
    color: #323c46;
    font-size: 18px;
}
.addrLft p {
    color: #505a64;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.shipDetSec .control__indicator {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0px;
	height: 28px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 28px;
}
.shipDetSec .control:hover input:not([disabled]):checked ~ .control__indicator, 
.shipDetSec .control input:checked:focus ~ .control__indicator {
	background: #323c46;
}
.shipDetSec .control--checkbox .control__indicator::after {
	left: 10px;
	top: 4px;
	width: 8px;
	height: 14px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.shipDetSec > div {
	align-self: center;
}
.addrLft {
	flex: 8;
}
.addrRgt {
	flex: 1;
}


.formStyle {
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    border: 1px solid #c8c8c8;
}
.shipFrm .control-label, .paymentForm .control-label {
    padding-top: 9px !important;
}

.shipFrm .form-group, .paymentForm .form-group {
    margin-bottom: 10px;
}
.shipFrm  .control a {
    color: #323c46;
}
.paymentForm .btn.design_btn_sm {
    width: 110px;
}








.tmPayTop {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
	min-height: 140px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
	margin: -30px 0 40px 0;
	text-align: center;
	padding-top: 60px;
}
.tmPayTop p {
    font-size: 18px;
    color: #323c46;
}






@media screen and (max-width:540px) {
.inMidContent {
    min-height: 500px;
    padding-top: 20px;
    margin-top: 50px;
}
.inMidContent::after {
	top: 0;
	margin-top: 50px;
}
.materialThump span {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.materialThump {
    margin-bottom: 20px;
}
.odrDetListMes ul {
	padding: 0 10px;
}
.cnfrmPwd {
	margin-top: 10px;
}
.addNewAddress .col-md-6:first-child, .addNewAddress .col-sm-6:first-child {
	margin-bottom: 15px;
}
}
@media screen and (min-width:768px) and (max-width:990px) {
.mdDets1 {
	display: inline-block;
	width: 56%;
	vertical-align: middle;
	font-size: 16px;
	padding-left: 10px;
}
}
@media screen and (min-width:768px) {
.tooltip-inner {
    white-space: pre-wrap;
    min-width: 350px;
    font-size: 14px;
}
.shipFrm {
    padding-left: 50px;
}
}
@media screen and (min-width:990px) {
    .viewDetModal .modal-dialog {
        width: 960px;
    }
}




.styled-select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    
    overflow: hidden;
    position: relative;
}
.styled-select {
	width: 100%;
	height: 40px;
	border-radius: 0;
}
.styled-select select option {
    font-size: 16px;
}
select:focus { outline: none; }
.styled-select select {
	height: 40px;
	padding: 5px 0 5px 5px;
	background: transparent;
	border: none;
	width: 100%;
    -webkit-appearance: none;
    font-size: 14px;
}

/* @-moz-document url-prefix(){
.styled-select select { width: 110%; }
}
   */
.styled-select span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	/* z-index: -1px; */
	padding: 5px 5px 0 5px;
	background: #fff;
	bottom: 0;
}
  
select::-ms-expand { display: none; } /* hide default down arrow in IE10*/

/* hack to fall back in opera */
_:-o-prefocus, .selector {
.styled-select { background: none; }
}


/* FAQ css */
.faqSec {
    padding: 40px 0;
}
.panel-group .panel {
	margin-bottom: 10px;
	border-radius: 0;
}
.panel-default > .panel-heading {
	color: #1e2832;
    border-color: #ddd;
    padding: 0;
}
/* .panel-default > .panel-heading [data-toggle="collapse"]  {
    background:#fff !important;
} */
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
    color: inherit;
}
.panel-title a {
    padding: 15px;
    display: block;
}
.panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: url("../images/chevron-right.png"); /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
   -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
   -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(0deg);
    color: #454444;
}
.panel-body {
    line-height: 28px;
    font-size: 16px;
    color: #1e2832;
}
