.steps ul {
	position: relative;
}
.steps ul::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	background: #C0C0C0;
	width: calc(3px + (5 - 3) * ((100vw - 320px) / (1920 - 320)));
	border-radius: 6px;
	left: 0;
	overflow: hidden;
}
.steps ul li {
	color: #C0C0C0;
	display: flex;
	padding-left: 15px;
	height: calc(63px + (72 - 63) * ((100vw - 320px) / (1920 - 320)));
	position: relative;
	font-weight: 500;
	align-items:center;
}
.steps ul li a {
	width: 100%;
	display: flex;
	color: var(--bsc-theme1);
}
.steps ul li.active a span {
	color: var(--bsc-theme1);
}
.steps ul li.filled::before {
	position: absolute;
	content: '';
	width: calc(3px + (5 - 3) * ((100vw - 320px) / (1920 - 320)));
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background: var(--bsc-theme1);
	border-radius: 6px;
}
.steps ul li + li.filled::before {
	border-radius: 0;
}
.steps ul li:last-child.filled::before {
	border-radius: 0 0 6px 6px;
}
/*.steps ul li:last-child {
	height: auto;
}*/
.steps ul li.active {
	color: var(--bsc-theme1);
}
.steps ul li.filled{
	color: var(--bsc-theme1);
}
.steps ul li span.bsticon {
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-right: 15px;
}
.info_needed {
	font-size: calc(10.5px + (12 - 10.5) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	font-family: var(--bsc-font-body);
}
.needed_star {
	color: red !important;
}
.checkout-steps {
	flex: 1 0 0%;
}
.inf-page-title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
	flex: 1 0 0;
	color: var(--bsc-black);
}
.inf-page-title .info_needed {
	margin-bottom: 0;
	margin-left: auto;
	color: var(--bsc-black);
	text-transform: initial;
}
.checkout-title {
	font-weight: 600;
	color: var(--bsc-black);
}
.inf-steps {
	display: flex;
	width: calc(50px + (60 - 50) * ((100vw - 320px) / (1920 - 320)));
	height: calc(50px + (60 - 50) * ((100vw - 320px) / (1920 - 320)));
	font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	font-family: var(--bsc-font-heading);
	background: var(--bsc-theme1);
	color: #FFF;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.inf-page-title span {
	font-size: 13px;
	font-family: var(--bsc-font-body);
	font-weight: 500;
	margin-bottom: 5px;
	color: var(--bsc-grey);
}
.address-selection {
	/* border: solid 2px var(--bsc-lightgrey2); */
	border-radius: 4px;
	margin-bottom: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
	margin-right: calc(14px + (32 - 14) * ((100vw - 320px) / (1920 - 320)));
	padding: 15px;
	flex: 0 0 300px;
	max-width: 300px;
}
.address-selection .control {
	margin: 0;
}
.address-selection .control--radio label {
	font-size: 14px;
	font-weight: 500;
	width: 100%;
}
.location-address.ac {
	font-weight: 400;
	font-size: 13px;
	color: var(--bsc-grey);
	max-width: 180px;
}
.custom-table-wraper {
	border-radius: 4px;
	margin-bottom: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
	box-shadow: 1px 5px 24px 0 rgb(111 111 111 / 20%);
	/* border-radius: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320))); */
	padding: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.custom-table-col {
	display: flex;
}
.p-head {
	font-weight: 600;
}
.col-first, .col-second, .col-third {
	padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
	/* border-bottom: solid 1px var(--bsc-lightgrey2); */
}
.col-first {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-third {
	flex: 0 0 120px;
	max-width: 120px;
}
.ssm-common-row {
	display: flex;
	flex-wrap: wrap;
}
.ssm-left, .ssm-right {
	padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
	flex: 0 0 50%;
	max-width: 50%;
}
.ssm-left label, .ssm-right label {
	font-weight: 600;
}
.address-name, .tbd {
	font-weight: 500;
	margin-bottom: 0;
}
.address-text {
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: 0;
}
.btn-edit, .btn-remove {
	padding: 3px 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.btn-edit {
	background: var(--bsc-lightgrey);
	border-radius: 4px;
}
#payment_show {
	padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) calc(10px + (16 - 10) * ((100vw - 320px) / (1920 - 320)));
	/* border-radius: 4px; */
	margin-bottom: calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
	box-shadow: 1px 5px 24px 0 rgb(133 133 133 / 20%);
	/* border-radius: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320))); */
	padding: 15px;
}
.restore-cart-section {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.pm-title {
	font-size: 16px;
	font-weight: 600;
	flex: 0 0 100%;
	max-width: 100%;
}
.restore-cart-section .control {
	flex: 0 0 200px;
	max-width: 50%;
}
.cart-summary {
	border-radius: 4px;
	box-shadow: 1px 5px 24px 0 rgb(153 153 153 / 20%);
	/* border-radius: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320))); */
	padding: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.q_header {
	display: none;
}
.basket-box {
	padding: 15px 0 0;
}
.apply-btn {
    background: transparent;
    border: none;
    position: absolute;
    right: 2px;
    top: 12px;
    height: auto;
    padding-left: 5px;
    font-size: calc(10.5px + (12 - 10.5) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bsc-theme1);
    margin: auto;
}
.price-list-block {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	/* border-bottom: solid 1px var(--bsc-lightgrey2); */
}
.price-list-block:last-of-type {
    border-bottom: none;
}
.cart-total .pm-title {
	padding: 0 ;
}
.price-option {
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
width: 55%;
}

span.charge-faq {
    margin-top: 10px;
    max-width: 100%;
    display: block;
}
.charge-faq{
text-decoration: none;
}
.charge-faq:hover{
text-decoration: underline;
}
.charge-faq a{
    color: var(--bsc-theme1);
}
.price-list-block .price {
	font-weight: 500;
	font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
    width: 45%;
    flex-wrap: wrap;
}
.checkout-payment-msg {
	padding: 0;
	font-size: calc(11px + (13 - 11) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	text-align: center;
}
.steps {
	background: var(--bsc-lightgrey);
	padding: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}

/* -------- Vertical Steps --------------------- */ 
.vertical-steps {
	display: flex;
	align-items: flex-start;
}
.vertical-steps .steps {
	flex: 0 0 25%;
	max-width: 300px;
	/* border-radius:calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320))); */
}
/* -------- Vertical Steps --------------------- */ 

/* -------- Horizontal Steps --------------------- */ 
.horizontal-steps .steps {
	margin-bottom: calc(40px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
	padding: 0 0 calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.horizontal-steps .checkout-title {
	display: none;
}
.horizontal-steps .steps ul {
	display: flex;
	justify-content: space-between;
}
.horizontal-steps .steps ul li {
	height: auto;
	padding-left: 0;
	flex: 1 0 0;
	padding-right: 15px;
	padding-top: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	justify-content: center;
}
.horizontal-steps .steps ul li.filled::before {
	width: auto;
	height: 4px;
	right: 0;
}
.horizontal-steps .steps ul::before {
	width: auto;
	right: 0;
	height: 4px;
}
.horizontal-steps.steps ul li.filled::before {
	border-radius: 0;
}
.horizontal-steps .steps ul li.active::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	background: var(--bsc-theme1);
	top: 0;
	height: 4px;
}
.horizontal-steps .steps ul li a {
	justify-content: center;
}
/* -------- Horizontal Steps --------------------- */ 



.col-third .price {
	justify-content: flex-start;
	flex-wrap: wrap;
}
.ccp-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    /* border-bottom: solid 1px var(--bsc-lightgrey2); */
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.ccp-row strong {
	font-weight:500;
	font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.check-icon {
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(40px + (56 - 40) * ((100vw - 320px) / (1920 - 320)));
    color: var(--bsc-theme1);
}
.completed-box {
	flex: 1 0 0;
}
.order-completed-message {
	font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	margin-bottom: 8px;
}
.order-completed.alert.alert-success {
	color: var(--bsc-black2);
	display: flex;
	background-color: var(--bsc-lightgrey);
    border-color: var(--bsc-lightgrey);
	padding:calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
}
.order-completed.alert.alert-success p {
	margin-bottom: 8px;
}
.alert{
	border-radius:10px;
}
.alert p {
	margin-bottom: 5px;
}
.order-id {
	font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	color: var(--bsc-theme1);
	margin-bottom: 8px;
}
.total-price-list.price-list-block .price, .total-price-list.price-list-block .price-option {
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
}
.flex-1{
	flex: 1 0 0;
}
.promo-badages-list {
    line-break: anywhere;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
    margin-top: 5px;
    border-radius: 4px;
}

.promo-badages-list:hover {
    color: var(--bsc-white);
}
.promo-badages-list li {
    margin-right: 6px;
    margin-bottom: 6px;
    background: var(--bsc-theme1);
    padding: 2px 0 2px 6px;
    font-size: 13px;
    color: var(--bsc-white);
    font-weight: 700;
}
.promo-badages-list a {
    background: var(--bsc-theme1);
    padding: 0 5px;
    margin-left: 3px;
    color: var(--bsc-white);
}

/* ---- Media Queries Start ----------- */
/* Start min-width:768px */
@media (min-width:768px){
.vertical-steps .checkout-steps {
	padding-left: 24px !important;
}
}
/* End min-width:768px */

/* Start min-width:1921px */
@media (min-width:1921px){
.steps ul::before {
	width: 5px;
}
.steps ul li {
	height: 72px;
}
.steps ul li.filled::before {
	width: 5px;
}
.steps ul li span.bsticon {
	font-size: 24px;
}
.info_needed {
	font-size: 12px;
}
.inf-page-title {
	margin-bottom: 24px;
}
.inf-steps {
	width: 60px;
	height: 60px;
	font-size: 24px;
}
.address-selection {
	margin-bottom: 24px;
	margin-right: 32px;
}
.custom-table-wraper {
	margin-bottom: 32px;
	border-radius: 16px;
	padding: 16px;
}
.address-text {
	font-size: 14px;
}
.btn-edit, .btn-remove {
	font-size: 16px;
}
#payment_show {
	padding: 8px 16px;
	margin-bottom: 32px;
	border-radius: 16px;
}
.cart-summary {
	border-radius: 16px;
	padding: 16px;
}
.apply-btn {
	font-size: 12px;
}
.price-option {
	font-size: 14px;
}
.price-list-block .price {
	font-size: 15px;
}
.checkout-payment-msg {
	font-size: 13px;
}
.steps {
	padding: 24px;
}

.vertical-steps .steps {
	border-radius: 16px;
}
.horizontal-steps .steps {
	margin-bottom: 50px;
	padding: 0 0 16px;
}
.horizontal-steps .steps ul li {
	padding-top: 16px;
}
.ccp-row {
	font-size: 14px;
}
.ccp-row strong {
	font-size: 15px;
}
.check-icon {
	margin-right: 24px;
	font-size: 56px;
}
.order-completed-message {
	font-size: 32px;
}
.order-completed.alert.alert-success {
	padding: 32px;
}
.order-id {
	font-size: 24px;
}
.total-price-list.price-list-block .price, .total-price-list.price-list-block .price-option {
	font-size: 16px;
}
.sbm-address legend{
	font-size: 20px;
}

}
/* End min-width:1921px */

/* Start max-width:1199px */
@media (max-width:1199px){
.btn-md {
	padding: 6px 10px;
}
.vertical-steps .steps {
	flex: 0 0 22%;
	padding: 15px;
}
.horizontal-steps .steps ul li {
    padding-right: 5px;
}

}
/* End max-width:1199px */

/* Start max-width:991px */
@media (max-width:991px){
.vertical-steps .steps {
	flex: 0 0 33%;
}
.inf-page-title {
	flex-wrap: wrap;
}
.inf-page-title .info_needed {
	margin-left: 0;
	width: 100%;
}
.horizontal-steps .steps ul li {
	padding-right: 0;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
}
.horizontal-steps .steps ul li a {
	flex-direction: column;
	align-items: center;
	text-align: center;
}


}
/* End max-width:991 */

/* Start max-width:767px */
@media (max-width:767px){
.inf-page-title {
	align-items: flex-end;
	text-align: right;
	flex-direction: column;
	justify-content: flex-end;
}
.address-selection {
	flex: 0 0 230px;
	max-width: 230px;
}
}
/* End max-width:767px */

/* Start max-width:575px */
@media (max-width:575px){
.ssm-left, .ssm-right {
	flex: 0 0 100%;
	max-width: 100%;
}
.check-icon {
	flex: 0 0 40px;
	max-width: 40px;
}
.check-icon svg {
	max-width: 40px;
}
.address-selection {
	flex: 0 0 300px;
	max-width: 300px;
	margin-right: 0;
}



}
/* End max-width:575px */

/* Start max-width:359px */
@media (max-width:359px){
.col-third {
	max-width: 80px;
}
.restore-cart-section .control {
	max-width: 100%;
}
.address-selection {
	max-width: 100%;
}


}
/* End max-width:359px */