.rating__list {
	margin-right: 0.5rem;
	list-style: none;
	line-height: 1;
}

@media only screen and (min-width: 768px) {
	.rating__list {
		margin-right: 0.8rem;
		list-style: none;
		line-height: 1;
	}   
}

.rating__list:last-child {
	margin-right: 0;
	list-style: none;
	line-height: 1;
}

.rating__list--icon {
	color: #ffc107;
}

.product__rating {
	margin-bottom: 1.6rem;
	list-style: none;
	line-height: 1;
}

.quickViewColourPickerDiv .color-box.active {
	border-width: 2px;
}

.quickViewSizePickerDiv .active {
	color: #ef2424;
	border: 1px solid #ef2424;
}

.bi-heart-fill {
	color: red;
}

.userProductRating > i {
	cursor: pointer;
}

#savedAddressAccordianHeader a {
	color: #000;
}

/* Order Tracking */

.steps {
	display: flex;
	width: 100%;
}
.steps-light .step-item {
	color: #888a8c
}
.step-item {
	flex-basis: 0;
	flex-grow: 1;
	transition: color 0.25s ease-in-out;
	text-align: center;
	text-decoration: none !important;
}
.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
	color: #ffffff;
	background-color: #30384a;
}
.step-item:first-child .step-progress {
	border-radius: .125rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.steps-light .step-count, .steps-light .step-progress {
	color: #2e323e;
	background-color: #eaf0f5;
}
.step-progress {
	position: relative;
	width: 100%;
	height: .25rem;
}
.step-count {
	position: absolute;
	top: -.75rem;
	left: 50%;
	width: 1.625rem;
	height: 1.625rem;
	margin-left: -.8125rem;
	border-radius: 50%;
	font-size: .875rem;
	line-height: 1.625rem;
}
.step-label {
	padding-top: 1.5625rem;
}
.step-label>i {
	margin-top: -.25rem;
	margin-right: .425rem;
	font-size: 1.5em;
	vertical-align: middle;
}
.steps-light .step-item.active.current {
	color: #30384a;
}

.disabledSizeBTN {
	position: relative;
}

.disabledSizeBTN .diagonal-line {
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #ff0000;
	transform: rotate(45deg);
}

.disabledSizeBTN .diagonal-line:nth-child(1) {
	transform: rotate(-45deg);
}

.disabledSizeBTN .button-text {
	z-index: 1;
	color: #000000;
}

.hstack button {
	cursor: no-drop;
}

.hstack .orderColorBTN {
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	border: 1px solid #dee2e6;
	border-radius: 15px;
	color: #222121;
	font-weight: 600;
}

.order-confirm-border {
	--bs-border-width: 3px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	.order-confirm-border {
		border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
		border-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.order-confirm-border {
		border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
		border-right: 0;
	}
}

.more-colors .color-box-oost {
	position: relative;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #dee2e6;
	border-radius: 15px;
	color: #222121;
	font-weight: 600;
	background-color: #ffffff;
	cursor: pointer;
	opacity: 0.5;
	cursor: no-drop;
}

.more-colors .color-box-oost .color-text {
	position: relative;
	display: inline-block;
}
  
.more-colors .color-box-oost .color-text::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: red;
	transform: translateY(-50%);
}

.show-all-btn {
	color: #292626;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border: 1px solid #292626;
    margin: 0 10px;
    border-radius: 0;
    white-space: nowrap;
	background: 0 0;
	text-decoration: none;
}