@CHARSET "UTF-8";

.hemophilia {
	background-color: #e7644a !important;
}

breadcrumb li.chevron-active a:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid rgba(0,84,164,0.50);
    position: absolute;
    top: 81%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.chevron-active{
	background-color:rgba(0,84,164,0.50);
	font-family:worksans-bold;
}

.cart-container {
	padding-left: 15px;
	padding-right: 15px;
}

.add-card-btn {
	display: inline-block;
	position: relative;
	padding-right: 115px;
	width: 212px;
	height: 40px;
}

.card-img-visa {
	display: inline-block;
	position: absolute;
	left: 8em;
    top: 23%;
}

.card-img-mc {
	display: inline-block;
	position: absolute;
	left: 10.8em;
    top: 23%;
}

.card-img-ae {
	display: inline-block;
	position: absolute;
	left: 13.75em;
    top: 23%;
}

.payment-detail-box {
	/* border: 1px solid #e4e3e5; */
	box-shadow: -1px 3px 10px -3px
}

.lbl-cart-style {
	font-size: 18px;
	color: #0054A4;
}

.content-cart-style {
	font-size: 14px;
}

p {
	margin: 0px 0px 0px !important;
}

.cancel-btn {
	background-color: #616365;
	color: #ffffff;
	border-radius: 100px;
	/* width: 130px; */
    height: 40px;
}

.cancel-btn:hover {
	color: #ffffff !important;
}

.save-later-btn {
	/* width: 175px; */
    height: 40px;
}

.return-cart-btn {
	/* width: 175px; */
    height: 40px;
}

.total-checkout-block {
	border: 1px solid #e2e2e2;
	margin-right: 2px;
	padding-top: 20px;
}
.custom-total-checkout-block {
	border-style: none;
	margin-right: 2px;
	width: 100%;
}

.total-checkout-block p, .custom-total-checkout-block p {
	margin: 0px 0px 20px !important;
}

.checkout-border-btm {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}

.continue-btn {
	background-color: #616365;
	color: #ffffff;
	border-radius: 100px;
	/* width: 156.9px; */
	height: 40px;
}

.continue-btn:hover {
	color: #ffffff !important;
}

.place-order-btn{
	/* width: 170px; */
	height: 40px;
}

.home-btn, .digital-signature-btn {
	width: 170px;
	height: 40px;
}

.proceed-btn {
	/* width: 170px; */
	height: 40px;
}

.price-disclaimer {
	color: #FF382C;
	font-size: 16px;
}

.price-disclaimer-body {
	color: #FF382C;
	font-size: 12px;
}

.change-shipping {
	vertical-align: top;
	color: #04569E;
	font-size: 13px;
}

.preferred-delivery {
	font-size: 14px;
	color: #3D5266;
	padding-left: 5px;
}

.preferred-delivery-days {
	display: block;
	padding-left: 10px;
}

.edit-btn {
	color: #04569E;
	font-size: 16px;
}

label {
	font-family: roboto-bold;
}

.total-checkout-container {
	font-size: 14px;
}

.remove-style {
	text-align: center;
}

.add-product-style {
	font-size: 16px;
	color: #66B015;
}

.add-product-input {
	height: 35px;
	width: 141px;
	font-size: 14px;
}

.payment-box {
	min-height: 105px;
	/* background-color: #D9D9D9; */
}

.payment-detail-div {
	border-bottom: 1px solid #e4e3e5;
}

#payment-type {
	width: 100% !important;
}

/* #card-no {
	width: 175px !important;
} */ 

.qty-txt {
	width: 40px !important;
	text-align: center !important;
	padding-left: 0px !important;
}

.days {
	font-family: roboto-regular !important;
	color: #333 !important;
}

.fa-check {
	font-size: 16px;
	/* padding-right: 5px; */
	color: #88C654 !important;
}

.check-span {
	padding-right: 5px;
}

.hidden {
	visibility: hidden;
}

.show {
	visibility: visible;
}

.preferred-lbl {
	padding-left: 20px;
}

.order-date-lbl {
	font-size: 14px;
}

input.form-control {
	height: 40px;
}

.fa-calendar:before {
	position: absolute;
    top: 35%;
    left: 15.5rem;
	font-size: 25px;
}

#purchase-order, #contact-name, #contact-number, #order-date, .payment-type, .payment-number {
	font-size: 14px;
}

#purchase-order-review, #contact-name-review, #contact-number-review, #order-date-review, #order-code, #requested-delivery-date-review, #approval-status {
	font-size: 14px;
}

.step.hemophilia.chevron-active {
	background-color: #DE5C43 !important;
}

.breadcrumb li.hemophilia.chevron-active a:after {
	border-left: 30px solid #DE5C43 !important;
   border-top: 30px solid transparent;
   border-bottom: 30px solid transparent;
}

#order-confirmation-block {
	display: block;
	text-align: center;
	line-height: 4rem;
}

.thank-you-lbl {
	font-size: 26px;
	font-family: worksans-medium !important;
	color: #0054A4;
}

.your-order-lbl {
	font-size: 18px;
	font-family: worksans-medium !important;
	color: #04569E;
}

.confirmation-lbl {
	font-size: 18px;
	font-family: worksans-regular !important;
	padding-right: 5px !important;
}

.confirmation-email-lbl {
	font-size: 18px;
	font-family: worksans-medium !important;
}

#purchase-order[disabled] {
	background-color: #fff !important;
}
/**CSS updates ** SK****/
.preferred-delivery-days span{
	padding: 5px 15px;
	border-right: 1px solid #E6F2FA;
}
.preferred-delivery-days span:first-child{
	padding: 5px 15px 5px 0;
}
.preferred-delivery-days span:last-child{
	border-right: 0;
}
.preferred-delivery-days span i.fa-check{
	margin: 0 4px 0 0;
}
.state-dropdown{
	width: 100%!important;
}



.cart-input-fields{
	background-color:#f1f6fc;
	border: 1px solid #ADD5EF;
    border-radius: 5px;
}


.product-search-flag {
	font-family:worksans-semibold;
	font-size: 16px;
	color: #0054A4;
	vertical-align: top;
}

.confirmation-csos-message {
	margin-top: 25px !important;
	font-size: 16px;
	font-family: worksans-medium !important;
}

.home-csos-btn{
	background-color: #DDDDDD !important;
	color: #000000 !important;
}

#vaccine-review-order, #injectable-confirmation-table, #order-confirmation-table-injectable, #hemo-cart-table, #hemo-review-order-table, #order-confirmation-table, #greenstone-cart-table, #greenstone-review-order, #greenstone-confirmation-table, #vaccine-product-catalog-table {
	border-collapse: collapse !important;
}

#product-table {
	border-collapse: separate !important;
	border-spacing: 0 10px !important;
}

#product-table tbody td {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#product-table tbody td.first-cell {
	border-left: 1px solid #d9d9d9;
}

#product-table tbody td.last-cell {
	border-right: 1px solid #d9d9d9;
}

#vaccine-review-order tr.odd, #order-confirmation-table-injectable tr.odd, #hemo-cart-table tr.odd, #hemo-review-order-table tr.odd, #order-confirmation-table tr.odd, #greenstone-cart-table tr.odd, #greenstone-review-order tr.odd, #greenstone-confirmation-table tr.odd, #vaccine-product-catalog-table tr.odd {
    border: solid thin;
    border-color: #EEE;
}

#invoice-table, #injectable-confirmation-table, #trade-order-confirmation-table {
	border-collapse: separate !important;
    border-spacing: 0 10px !important;
}

#invoice-table tbody td, #injectable-confirmation-table tbody td, #trade-order-confirmation-table tbody td {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

#invoice-table tbody td.first-cell, #injectable-confirmation-table tbody td.first-cell, #trade-order-confirmation-table tbody td.first-cell {
    border-left: 1px solid #d9d9d9;
}

#invoice-table tbody td.last-cell, #injectable-confirmation-table tbody td.last-cell, #trade-order-confirmation-table tbody td.last-cell {
    border-right: 1px solid #d9d9d9;
}

#sales-channel-display {
	color: #0D569E;
}

.greenstone-rdd label[for=requested-delivery-date].cursor-pointer {
	position: absolute;
    right: 5%;
	bottom: 5%;
}

.popover.top {
	margin-top: 5px !important;
	margin-left: -60px !important;
}

.popover {
	padding: 15px !important;
	font-family: roboto-regular !important;
	font-size: 14px !important;
}

.align-center {
	align-self: center !important;
}

.hbu-orange {
	color: #fb7900;
}

.shopping-bag-xs img {
	height: 24px;
}

.avail-indicator {
    width: 50%;
    border: 1px solid;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    font-size: 10px;
}

.avail-indicator.available {
    border-color: #64B71E;
    background-color: #64B71E;
    color: white;
}

.avail-indicator.limited {
    border-color: #F5DB23;
    background-color: #F5DB23;
    color: black;
}

.avail-indicator.out {
    border-color: #E50228;
    background-color: #E50228;
    color: white;
}

.status-open{
	color: #3b4edf;
	border: 1px solid #CCEAFF;
	background-color: #a1d8ff;
	border-radius: 20px;
	padding:5px 15px;
}

.status-paid{
	color: #44b17c;
	border: 1px solid #D1EBD4;
	background-color: #c0e8d5;
	border-radius: 20px;
	padding:5px 15px;
}

.overflow-wrap{
	overflow-wrap: break-word;
}


.base-price-container {
	color:red;
	text-decoration:line-through;
}

.base-price-text {
	color:#000000
}

.cart-order-info {
	border: 1px solid #B6D8F2;
	display: flex;
	width: 100%;
}

.cart-order-title {
	color: #04569E !important;
    font-size: 16px !important;
	font-family: worksans-medium;
}

.cart-order-subheader {
	color: #04569E !important;
    font-size: 12px !important;
	font-family: worksans-medium;
	font-weight: bold;
	margin-bottom: 5px;
}

.cart-order-total-header {
	color: #04569E !important;
    font-size: 17px !important;
	font-family: worksans-medium;
	font-weight: bold;
	margin-bottom: 5px;
}

.cart-order-input-field {
	height: 40px !important;
	font-size: 14px;
}

.cart-order-datepicker-input {
	background-color: #FFFFFF !important;
}

.cart-order-checkbox-label {
	color: #545454 !important;
	font-size: 12px !important;
}

.cart-order-text {
	color: #4A4A4A !important;
    font-size: 15px !important;
	font-family: worksans-medium;
	font-weight: bold;
	height: 40px;
}

.cart-order-remove-btn {
	background-color: #d9534f;
	color: #FFFFFF;
	font-size: 10px;
	border-radius: 17px;
	padding-left: 18px;
	padding-right: 18px;
}

.cart-order-update-btn {
	background-color: #f1f6fb;
	color: #000000;
	font-size: 10px;
	border-radius: 17px;
	padding-left: 18px;
	padding-right: 18px;
}

.cart-order-remove-btn:hover {
	color: #FFFFFF;
}

.cart-order-price-text {
    font-size: 13px !important;
	font-family: worksans-medium;
	font-weight: bold;
	margin-bottom: 2px;
}

.cart-order-total-price-text {
	color: #4A4A4A !important;
    font-size: 20px !important;
	font-family: worksans-medium;
	font-weight: bold;
	margin-bottom: 2px;
}

.cart-order-qty {
	width: 50% !important;
}

.cart-order-change-price-label {
	color: #2B2D2F !important;
    font-size: 12px !important;
	font-family: worksans-medium;
	font-weight: bold;
	margin-bottom: 5px;
}

.cart-order-content-div {
	min-height: 80px !important;
}

.cart-order-price-section {
	background-color: #FAFAFA;
	height: auto;
}