.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;
}
.control input[type="checkbox"], .control input[type="radio"], .item-radio .pull-left input[type="radio"] {
    opacity: 1;
}
.cart-total,
.cart-total .block{
    border: none;
     padding-top: 15px;
}
.secure-continue{
	text-align: left;
    text-transform: lowercase;
}
.secure-continue br{
	display: none;
}
.ssm-common-row {
    border: transparent;
}
.promotions h5 {
    font-weight: 600;
}
.ship_address {
    display: flex;
    align-items: center;
}
.cart-total .block {
    padding: 8px 0px;
	display: flex;
    flex-wrap: wrap;
}
.qus {
    padding: 10px 20px;
    min-height: auto;
    margin-top: 15px;
}
.qus .block {
    padding-bottom: 10px;
}
.shipped-to .forms label {
    padding-left: 10px;
}
.table th {
    background: transparent;
}
.addressvalidateaccept{
    background: var(--bsc-theme2) !important;
    border-color: var(--bsc-theme2) !important;
    color: var(--bsc-white) !important;
}
.addressvalidateaccept:active,
.addressvalidateaccept:focus,
.addressvalidateaccept:hover,
.addressvalidateaccept:active {
    background: 0 0 !important;
    box-shadow: none;
    color: var(--bsc-theme2) !important;
}
.addressvalidateaccept:active:focus {
    box-shadow: none;
}
.addressvalidateaccept.disabled,
.addressvalidateaccept:disabled {
    background-color: var(--bsc-theme2);
    border-color: var(--bsc-theme2);
}
.addressvalidatecancel {
    background-color: transparent;
    border-color: solid 1px var(--bsc-theme2);
    color: var(--bsc-theme2);
}
.addressvalidatecancel:active,
.addressvalidatecancel:focus,
.addressvalidatecancel:hover {
    color: var(--bsc-white) !important;
    border-color: var(--bsc-theme2) !important;
    background-color: var(--bsc-theme2) !important;
}
.style-default{text-align: left;}
.steps ul li.active .fa, .steps ul li.active span {
    color: var(--bsc-theme1);
}
.register_page .info_needed {
    text-align: left !important;
    left: 0px;
    position: relative !important;
}
.register_page .forms .warning {
    position: relative;
    border: transparent;
    background: transparent;
    font-size: 11px;
}
.register_page .forms label {
    padding: 0;
}
.form-error {
    position: relative;
    bottom: 0;
}
.editPayment.notice{color: black;}
.ac{padding-bottom: 0;}
.steps ul li {
	color: var(--bsc-theme2);
	display: flex;
	padding-left: 15px;
	height: calc(63px + (72 - 63) * ((100vw - 320px) / (1920 - 320)));
	position: relative;
	font-weight: 500;
	align-items:center;
}
.address-selection input[type="radio"] + label {
    padding-left: 25px;
}
.shipping_addresspage h3 {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
}
.promotion_box .applyPromoBtn.apply-btn{
	padding-right: 25px;
}
input[type="radio"] + label {
    font-size: 17px;
    color: black;
    font-weight: 600;
    padding-left: 5px;
}
.pobox-warn.form-group label {
    font-weight: 600;
    font-size: 17px;
}
.item_shipped{
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: var(--bsc-theme2);
    padding-bottom: 10px;
}
input[type="radio"]:checked + label {
    color: black;
}
.steps ul li.filled i {
    background: transparent;
    color: var(--bsc-theme2);
    border-color: transparent;
}
.steps ul li i {
    background: transparent;
    border: transparent;
}
.steps ul li a {
	width: 100%;
	display: flex;
	color: var(--bsc-theme1);
}
.steps ul li.active a span {
	color: var(--bsc-theme2);
}
.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-black);
}
.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: #ED0000;
}
.checkout-steps {
	flex: 1 0 0%;
}
.inf-page-title {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 0 0;
	font-size: calc(17px + (29 - 17) * ((100vw - 320px) / (1920 - 320)));
	color: var(--bsc-theme2);
}
.inf-page-title .info_needed {
	margin-bottom: 0;
	margin-left: auto;
}
.checkout-title {
    font-weight: 300;
    font-size: calc(20px + (29 - 20) * ((100vw - 320px) / (1920 - 320)));
    color: var(--bsc-theme2);
}
.forms {
    padding: 0;
    border: transparent;
}
.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-theme2);
	color: #FFF;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.inf-page-title span:not(.needed_star) {
    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: 600;
	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(68 102 242 / 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;
	padding: 7px 0;
}
.p-head {
	font-weight: 600;
}
.col-first, .col-second, .col-third {
	padding: 0 5px 5px;
	border-bottom: solid 1px var(--bsc-lightgrey2);
font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.col-first {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-third {
	flex: 0 0 30%;
	max-width: 120px;
}
.ssm-common-row {
	display: flex;
	flex-wrap: wrap;
}
.ssm-left, .ssm-right {
	padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) 5px;
	flex: 0 0 50%;
	max-width: 50%;
}
.ssm-left label, .ssm-right label {
	font-weight: 600;
}

.checkout-inner-wrap .custom-table-wraper .ssm-right select.form-control {
    font-size: 12px;
}

.address-name, .tbd {
	font-weight: 500;
	margin-bottom: 0;
	color: var(--bsc-theme3);
}
.address-text {
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: 0;
	color: var(--bsc-grey);
}
.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(68 102 242 / 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 !important;
	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(68 102 242 / 20%);
    border-radius: calc(8px + (16 - 8) * ((100vw - 320px) / (1920 - 320)));
    padding: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    display: block;
}
.q_header {
	display: none;
}
.basket-box {
	padding: 15px 0 0;
}
.apply-btn {
    background: transparent;
    border: none;
    position: absolute;
    right: 2px;
    top: 3px;
    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)));
	max-width: 200px;
}
.price-list-block .price {
	font-weight: 500;
	font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.checkout-payment-msg {
	padding: 0;
	font-size: calc(11px + (13 - 11) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
}
.steps {
	background: var(--bsc-white);
	padding: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
	border: solid 3px var(--bsc-lightgrey);
	text-align: left;
}

/* -------- Vertical Steps --------------------- */ 
.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 !important;
}
.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-theme2);
	top: 0;
	height: 4px;
}
.horizontal-steps .steps ul li a {
	justify-content: center;
}
/* -------- Horizontal Steps --------------------- */ 



.col-third .price {
	justify-content: flex-start;
}
.ccp-row {
    display: flex;
    justify-content: left;
    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)));
    word-break: break-all;
}
.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: 300;
	margin-bottom: 8px;
}
.order-completed.alert.alert-success {
    color: var(--bsc-black2);
    background-color: var(--bsc-lightgrey);
    border-color: var(--bsc-lightgrey);
    padding: calc(12px + (32 - 12) * ((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: 400;
	color: var(--bsc-theme3);
	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;
}
.promo-badages-list li {
    margin-right: 6px;
    margin-bottom: 6px;
    background: #F5F5F5;
    padding: 2px 0 2px 6px;
    font-size: 13px;
    color: var(--bsc-theme1);
    font-weight: 700;
}
.promo-badages-list a {
    background: #F5F5F5;
    padding: 0 5px;
    margin-left: 3px;
}
.promo-code-toggle .form-control {
    padding-right: 48px;
    font-size: 14px;
}
.promo-code-toggle .form-error ul li {
    word-break: break-word;
}
.link.text-teal {
    color: var(--bsc-theme1);
}
.sbm-address legend{
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
    #paymentGateway >  .block{
        display: flex;
    flex-wrap: wrap;
    }
#paymentGateway .block .block {
    flex-basis: 100%;
}
.total-block{
padding-bottom:10px;
display:flex;
    flex-wrap: wrap;
}
.total-block > div {
    flex: 0 0 auto;
}
span.total-span {
    flex: 1;
}
/* ---- Media Queries Start ----------- */
/* Start min-width:768px */
@media (min-width:768px){
.vertical-steps .checkout-steps {
	padding-left: 24px !important;
}
.vertical-steps {
	display: flex;
	align-items: flex-start;
}
.vertical-steps .checkout-steps {
    max-width: 66.67%;
}
}
/* End min-width:768px */

/* Start min-width:992px */
@media (min-width:992px){
.vertical-steps .checkout-steps {
    max-width: 78%;
}
}
/* End min-width:992px */

/* Start min-width:1200px */
@media (min-width:1200px){
.vertical-steps .checkout-steps {
    max-width: 75%;
}
.checkout-inner-wrap .custom-table-wraper .ssm-left {
	padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) 5px;
	flex: 0 0 30%;
	max-width: 30%;
}
.checkout-inner-wrap .custom-table-wraper .ssm-right {
	padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) 5px;
	flex: 0 0 70%;
	max-width: 70%;
}
}
/* End min-width:1200px */

/* Start min-width:1400px */

@media (min-width:1400px){
.checkout-inner-wrap .custom-table-wraper .ssm-left {
    padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) 5px;
	flex: 0 0 35%;
	max-width: 35%;
}
.checkout-inner-wrap .custom-table-wraper .ssm-right {
	padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) 5px;
	flex: 0 0 65%;
	max-width: 65%;
}
}
/* End min-width:1400px */

/* Start min-width:1600px */

@media (min-width:1600px){
.checkout-inner-wrap .custom-table-wraper .ssm-left {
padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) 5px;
	flex: 0 0 40%;
	max-width: 40%;
}
.checkout-inner-wrap .custom-table-wraper .ssm-right {
	padding: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320))) 5px;
	flex: 0 0 60%;
	max-width: 60%;
}
}


/* End min-width:1600px */

/* 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: 14px;
}
.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){
.inf-page-title {
	flex-wrap: wrap;
}
.inf-page-title .info_needed {
	margin-left: 0;
	width: 100%;
}
  .register_page {
    padding-top: 70px !important;
    }
.horizontal-steps .steps ul li {
    padding-right: 0;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.horizontal-steps .steps ul li a {
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.vertical-steps .steps {
    flex: 0 0 33.33%;
}

}
/* 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;
}
.shipped-to {
        padding: 15px;
    }
.address-selection {
	flex: 0 0 230px;
	max-width: 230px;
}
.mobile-steps .steps {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0;
    background: transparent;
}
.mobile-steps .steps ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.mobile-steps .steps ul li {
    padding: 3px 6px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 33.33%;
    flex: 0 0 auto;
    flex-wrap: wrap;
    background: var(--bsc-lightgrey);
    text-align: center;
    font-size: 12px;
    max-width: 33.33%;
    border-right: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
	height: auto;
}
.mobile-steps .steps ul li a {
    flex-wrap: wrap;
}
.mobile-steps .steps ul li.active {
    border: solid 2px var(--bsc-theme2);
}
.mobile-steps .steps span {
    display: block !important;
    text-align: center;
    width: 100%;
    line-height: 1;
    margin-right: 0 !important;
}
.mobile-steps .steps span:not(.mobile-steps .steps span.bsticon) {
    margin-top: 3px;
}
.steps ul::before, .mobile-steps .steps ul li.active::before, .steps ul li.filled::before {
	display: none;
}

}
/* End max-width:767px */

/* Start max-width:575px */
@media (max-width:575px){
.ssm-left, .ssm-right {
	flex: 0 0 100%;
	max-width: 100%;
}
.order-completed.alert.alert-success {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.check-icon {
	flex: 0 0 100%;
	max-width: 100%;
}
.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 */