html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0px;
}
.hidden{
    display:none !important;
}

.hide {
    display: none !important;
}
.form-group {
    margin-bottom: 15px;
}
.input-group {
  
    border-collapse: separate;
}
    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell;
    }

/*form-error-css-start*/
.note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #b94a48
}

.has-error .form-control,
.has-error .form-select {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus,
.has-error .form-select:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon,
.has-error .input-group-text {
	color: #b94a48;
	border-color: #b94a48;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #b94a48
}
.has-error .input-group-addon,
.has-error .input-group-text {
	border-color: #b94a48;
	background: #f2dede;
	color: #b94a48
}

.has-error input[type=text],
.has-error input[type=text]+.input-group-addon,
.has-error input[type=text]+.input-group-text {
	border-color: #b94a48
}

.has-error input[type=text]+.input-group-addon,
.has-error input[type=text]+.input-group-text {
	background-color: #f2dede;
	color: #b94a48
}

.has-error input[type=text]:focus,
.has-error input[type=text]:focus+.input-group-addon,
.has-error input[type=text]:focus+.input-group-text {
	border-color: #c05e5e
}

.has-error input[type=text]:focus+.input-group-addon,
.has-error input[type=text]:focus+.input-group-text {
	background-color: #c05e5e;
	color: #fff
}
.text-cap {
    text-transform:capitalize;
}
/*form-error-css-end*/
/*cart-page-css-start*/

.order-item-row {
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}

.details-header {
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D9DCE1;
    border-radius: 5px 5px 0 0;
}

.details-header .details-left {
    font-size: 18px;
    font-weight: 500;
}

.details-header .details-right {
    font-size: 16px;
}

.order-items-container .order-item-img {
    position: relative;
    min-width: 180px;
    width: 180px;
    height: 100px;
    padding: 5px;
    border: 1px solid #D9DCE1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-items-container .order-item-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.order-items-container .order-item-img .label-danger {
    background-color: #f73f49;
    font-size: 11px !important;
    line-height: 15px;
    padding: 0 3px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.order-items-container .order-item-img .label-success {
    background-color: #1BC469;
    font-size: 11px !important;
    line-height: 15px;
    padding: 0 3px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.order-items-container .order-item-data h2 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-item-data {
    margin: 0 20px;
    flex: 1;
    min-width: 0;
}

.product-cost {
    min-width: 150px;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

.order-items-container .order-item-data > span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.order-items-container .order-item-data > span > a {
    color: #2188F9;
    text-decoration: none;
}

.order-items-container .order-item-data > .desc {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.order-items-container .order-item-data > .desc > .viewmore-btn {
    color: #2188F9;
    cursor: pointer;
}

.order-items-container .order-item-data > .desc > .viewmore-btn:hover {
    text-decoration: underline;
}

.order-item-row + .order-item-row {
    border-top: 4px solid #F1F2F6;
}

.order-items .no-data {
    min-height: 200px;
    background-color: #fff;
    padding: 10px;
}

.details-footer {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    background-color: #fff;
    border-top: 1px solid #D9DCE1;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.details-footer em {
    font-style: normal;
}

.details-footer .details-right {
    margin-left: 5px;
}

.marketplace-order-details .top-header {
    background-color: #fff;
    padding: 20px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}

.top-header > .col-md-12 {
    padding: 0;
}

.marketplace-order-details .top-header p {
    font-size: 20px;
    margin-bottom: 0;
}

.marketplace-order-subscription-details .top-header p {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    margin: 0 0 15px;
}

.top-header p > .badge-2 {
    margin-left: 5px;
}

.top-header .order-header-details em {
    margin-top: 10px;
    font-size: 14px;
    font-style: normal;
}
.marketplace-order-subscription-details .top-header {
    background-color: #fff;
}
.marketplace-order-subscription-details .top-header .order-header-details {
    padding: 30px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.marketplace-order-details .comments-container {
    background-color: #fff;
    padding: 20px;
    margin-top: -40px;
    margin-bottom: 10px;
}

.marketplace-order-details .top-header .refund-actions {
    display: flex;
    align-items: center;
    justify-content: right;
}

.marketplace-order-details .top-header .btn-refund {
    background-color: #FF6A00;
    border-color: #FF6A00;
    border-radius: 5px;
    margin-left: 10px;
    line-height: 1.4;
}

.partner-header {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #D9DCE1;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
}

.partner-header {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #D9DCE1;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: 500;
}

.partner-body .partner-profile {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f1f2f6;
    margin-right: 20px;
}

.partner-body .partner-profile > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.partner-body {
    padding: 20px;
    display: flex;
    border-bottom: 1px solid #D9DCE1;
}

.partner-body .partner-profile > i {
    font-size: 22px;
}

.partner-body .partner-details > h2 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.partner-body .designation {
    font-size: 14px;
    color: #77889A;
    font-style: italic;
}

.partner-body .company {
    color: #77889A;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.partner-body a.email, .partner-body .mobile {
    color: #77889A;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.org-body {
    padding: 20px;
    background-color: #fff;
}

.org-body h2 {
    font-size: 13px;
    color: #77889A;
    margin-top: 0;
    margin-bottom: 5px;
    letter-spacing: 0.1px;
}

.org-body .name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.org-body .name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.org-body .addr {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: end;
}

.org-body .right-section > a {
    color: #2188F9;
    font-size: 13px;
    margin-top: 10px;
    display: block;
    word-break: break-all;
}

.org-body .right-section > img {
    max-width: 100%;
    max-height: 150px;
}


.org-body .row.addr-details {
    display: flex;
    align-items: flex-end;
}

.top-header .btn-reject.btn-danger {
    background-color: #F73F49;
    border-color: #F73F49;
    border-radius: 5px;
    margin-left: 10px;
    line-height: 1.4;
}

.top-header .btn-success.btn-approve {
    background-color: #1BC469;
    border-color: #1BC469;
    border-radius: 5px;
    line-height: 1.4;
}

.top-header .order-approval-actions {
    display: flex;
    align-items: center;
    justify-content: right;
}

.marketplace-order-details .pg-order-details .top-header {
    display: flex;
}

.order-summary {
    border-radius: 5px;
}

.order-summary .order-details {
    width: 100%;
}

.order-summary .order-details > div, .order-summary .order-details > b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.order-summary .order-details > div > span {
    font-size: 16px;
    font-weight: 400;
    color: #2F3542;
}

.order-summary .order-details > b {
    background-color: #F1F2F6;
    border-radius: 5px;
    padding: 20px 10px;
    margin: 0 -10px;
    font-size: 18px;
    font-weight: 500;
}

.order-summary .partner-body {
    padding-bottom: 10px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: none;
}

.order-summary .btn-primary {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}

.details-header .details-right a {
    color: #2188F9;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.item-next-prev .input-group .input-group-btn .btn {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F3542;
    font-size: 11px;
    margin: 0;
}

.item-next-prev .form-control {
    width: 40px;
    height: 24px;
    padding: 0 5px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #2F3542;
}

.item-next-prev {
    margin-top: 40px;
    display: inline-block;
    float: right;
    width: 80px;
}
.item-next-prev .order-item-quantity {
    width: 30px;
    margin-top: -0.2px;
    text-align: center;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-next-prev .input-group .input-group-btn .btn > .far {
    position: relative;
    top: 1px;
}

.order-delete > a {
    color: #77889A;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

.order-items .inbox-side-bar, .selected-filters {
    display: none;
}

#content .order-items .inbox-body .table-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
}

.order-items .inbox-body .table-wrap {
    margin-top: 0;
    min-height: unset;
    overflow: visible;
}

.order-items .inbox-body .inbox-footer {
    display: none;
}

.order-orderer-information .partner-body {
    background-color: #fff;
}

.order-history {
    margin-top: 20px;
}

    .order-history .partner-body {
        background-color: #fff;
    }

.order-quantity {
    background-color: #F1F2F6;
    border-radius: 3px;
    border: 1px solid #D9DCE1;
    padding: 6px 10px;
    color: #2F3542;
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
    width: 115px;
    float: right;
}

.order-item-right .item-price {
    color: #2F3542;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}
.order-item-right .tax-including {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #2F3542;
    margin: 10px 0 0;
}
.order-summary .order-details > b em {
    font-style: normal;
}

.order-details .status-icon.success {
    background-color: #1BC469;
}

.order-details .status-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 0;
}

.order-history .order-details > li > p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.order-history .order-details > li > span {
    font-size: 14px;
    font-weight: 400;
    color: #77889A;
}

.order-history .order-details {
    padding-left: 50px;
    position: relative;
    list-style-type: none;
}

.order-details .status-icon.danger {
    background-color: #F27137;
}

.order-history .order-details > li + li {
    margin-top: 40px;
}

.order-history .order-details > li:after {
    border-top: 1px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: auto;
    position: relative;
    top: 10px;
    right: 0;
    width: 100%;
    z-index: 1;
    transform: rotate(90deg) translateY(90px);
    left: 0;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.order-history .order-details > li {
    padding-bottom: 60px;
}

    .order-history .order-details > li.no-line:after {
        content: unset;
    }


@media (max-width:767px) {
    .order-items .order-item-data {
        margin: 20px 0;
    }

    .order-items .order-item-row {
        display: block;
    }

    .order-items .table-wrap.custom-scroll {
        overflow: visible;
    }

    .order-items .inbox-body.no-content-padding {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.marketplace-order-details .approval-progress-container {
    background: #fff;
    padding-top: 10px;
}

.marketplace-order-details .approval-progress-container .progress-box li:after {
    background-color: #dddddd;
}

.marketplace-order-details .approval-progress-container .current-step-color {
    background-color: #fde7b9 !important;
}

.marketplace-order-details .approval-progress-container .rejected-background-color {
    background-color: #a90329 !important;
}

.marketplace-order-details .approval-progress-container .progress-wrapper .progress-line-track {
    background-color: #fff !important;
}

.marketplace-order-details .order-approval-comments-container {
    background: #fff;
    padding: 20px;
    margin-left: -20px;
    margin-top: -50px;
    margin-right: -20px;
    margin-bottom: 10px;
}

.marketplace-order-details .approver-feedback-container {
    padding-bottom: 10px;
}

.marketplace-order-details .approver-feedback {
    margin-bottom: 10px;
}

.marketplace-order-details .orderer-comments-container {
    background: white;
    padding: 20px;
    margin-top: 5px;
}

.order-item-variant-details {
    margin-top: 20px;
}

.order-item-variant-details > div {
    margin-top: 10px;
}

.order-item-variant-details .order-item-variant-name {
    color: #2F3542;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.order-item-variant-details .order-item-variant-value {
    color: #2F3542;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.order-item-right .item-tax, .order-summary .order-details > div > span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #2F3542;
}

.marketplace-order-subscription-details {
    margin: 0 -40px;
}

.marketplace-order-subscription-details .pg-order-details {
    margin: -10px 0 0 0;
}

.marketplace-order-subscription-details .item-details-wrapper {
    padding: 30px 40px;
}

.marketplace-order-subscription-details .order-header-details .order-lbl-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.marketplace-order-subscription-details .order-header-details .order-lbl-list li {
    color: #2F3542;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #D9DCE1;
}

.marketplace-order-subscription-details .order-header-details .order-lbl-list li.location {
    margin-left: 0;
    color: #2188F9;
}

.marketplace-order-subscription-details .order-header-details .order-lbl-list li .lbl-value {
    font-weight: 400;
    padding: 0 0 0 2px;
}

.marketplace-order-subscription-details .order-header-details .order-lbl-list li:last-child {
    padding: 0;
    border: 0;
    margin: 0;
}

.marketplace-order-subscription-details .subscription-box .sub-label {
    color: #77889A;
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 0 5px;
}

.marketplace-order-subscription-details .subscription-box .dropdown button {
    line-height: 16px;
    font-weight: 400;
    background: transparent;
    box-shadow: none;
    border: 1px solid #D9DCE1;
    padding: 12px;
    min-width: 280px;
    position: relative;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
}

.marketplace-order-subscription-details .subscription-box .dropdown .dropdown-menu {
    min-width: 100%;
}

.marketplace-order-subscription-details .subscription-box .dropdown .roted-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #77889A;
    background: #E8E9EE;
    width: 38px;
    height: 100%;
    font-size: 22px;
}

.marketplace-order-subscription-details .order-orderer-information {
    border-radius: 5px;
    overflow: hidden;
}

.marketplace-order-subscription-details .order-orderer-information .order-item-variant-details {
    margin-top: 0;
    padding: 20px;
    background: #fff;
}

.marketplace-order-subscription-details .order-orderer-information .order-item-variant-details > div {
    margin-top: 15px;
}

.marketplace-order-subscription-details .order-orderer-information .order-item-variant-details > div:first-child {
    margin-top: 0px;
}

.marketplace-order-subscription-details .lbl-with-droddown {
    display: inline-block;
    margin: 20px 0 0;
}

.marketplace-order-subscription-details .lbl-with-droddown .sub-label {
    color: #77889A;
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 0 5px;
}

.marketplace-order-subscription-details .lbl-with-droddown button {
    box-shadow: none;
    position: relative;
    background: #E8E9EE;
    color: #77889A;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    min-width: 280px;
    text-align: left;
    padding: 10px;
    background-color: #F1F2F6;
    border-radius: 4px;
    border: 1px solid #D9DCE1;
}

.marketplace-order-subscription-details .lbl-with-droddown .dropdown-menu {
    min-width: 100%;
}

.marketplace-order-subscription-details .lbl-with-droddown button .icon-holder {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #77889A;
}
/*cart-page-css-end*/
/*css-for-add-to-cart-step-process-start*/
    .step-process-wizard .stepper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 40px 0;
      position: relative;
    }

    .step-process-wizard .step {
      text-align: center;
      position: relative;
      flex: 1;
    }

    .step-process-wizard .step:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 15px;
      right: -50%;
      width: 100%;
      height: 2px;
      background-color: #ced4da;
      z-index: 0;
    }

    .step-process-wizard .step .circle {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #6c757d;
      display: inline-block;
      line-height: 30px;
      color: white;
      font-size: 16px;
      position: relative;
      padding:7px;
      z-index: 1;
    }

    .step-process-wizard .step.completed .circle {
      background-color: #28a745;
    }

    .step-process-wizard .step-label {
      margin-top: 10px;
      color: #6c757d;
      font-weight: 500;
    }

    .step-process-wizard .step.completed .step-label {
      color: #000;
      font-weight: 600;
    }
/*css-for-add-to-cart-step-process-end*/
.breadcrumb-box {
    display: flex;
}

.breadcrumb-box ul.breadcrumb {
    flex: 1;
    margin-bottom: 0px;
    background: none;
    padding: 20px 0px;
}

.breadcrumb-box ul.breadcrumb>li {
    position: relative;
}

.breadcrumb-box ul.breadcrumb>li:not(:first-child) {
    padding-left: 30px;
}

.breadcrumb-box ul.breadcrumb>li+li:before {
    content: ">";
    color: #000;
    position: absolute;
    left: 10px;
    font-size: 14px;
}

.breadcrumb-box ul.breadcrumb>li:first-child+li:before {
    content: ">";
    color: #77889A;
}

.breadcrumb-box ul.breadcrumb li,
.breadcrumb-box ul.breadcrumb li a {
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb-box ul.breadcrumb li:first-child a {
    color: #0a58ca;
}

.breadcrumb-box ul.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb-box .btn:hover {
    color: #fff;
}
.carousel.video-carousel .carousel-control-actions span{
    top:35%;
    position:relative;
}
.carousel.video-carousel .item ul{
    /*padding-left:60px;*/
    padding-right:50px;
}