.form-check-input {
	border: var(--bs-border-width) solid var(--grey-1);
}

.lt-btn {
	transition: all .3s ease-in-out;
}
.lt-btn:hover {
	border-color:black!important;
	color:black!important;
}
#cart_section.padding-section {
	padding-left: 70px;
	padding-right: 70px;
}

@media(max-width: 767px) {
    #cart_section.padding-section {
		padding-left: 0px;
		padding-right: 0px;
	}
}


#cart_section {
    margin-top: 34px;
}

.steps .accordion-item {
    margin-bottom: 16px;
}
.accordion-button:focus {
    box-shadow: none;
    background-color: white;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: white;
    box-shadow: none;
    border-bottom: 1px solid var(--line-color);
}

.steps .accordion-header button {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
}

.steps .accordion-header button:disabled {
    opacity: .5;
}

.steps .discount_terms button:disabled {
    background-color: var(--line-color);
	color: var(--grey);
	cursor: not-allowed;
}

.steps .accordion-header button span{
    background-color: var(--black);
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--black);
}
.steps .accordion-header button:disabled span {
    background-color: white;
    color: var(--black);
}

.steps {
    flex-basis: 75%;
}

.quick-cart-holder {
    flex-basis: 25%;
}

.checkout-btn{
    background-color: var(--primary);
    color:white;
    font-size: 18px;
    position: relative;
    padding: 13px 0;
}

.checkout-btn::after{
    background-image: none;
    content: "";
    position: absolute;
    right: 70px;
    width: 5px;
    height: 66px;
    background-color: white;
    transform: rotate(20deg);
    top: -3px;
}

.truncate {
    display: inline-block;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exempt-admin-text,
.exempt-user-text {
	color: var(--primary) ;
}


/******************************
***** DISCOUNT AND TERMS *****
*****************************/

.discount_terms h3 {
	font-size: 14px;
}

.discount-terms-paragraph {
	font-size: 14px;
	color: var(--grey);
}

.discount_terms li i {
	font-size: 12px;
}

.registration-benefits h4 {
	font-size: 14px;
}

.section-heading {
	font-size: 20px;
	font-weight: 700;
}

.section-title {
	font-size: 14px;
	color: var(--grey);
}

.terms-agreement-checkbox .form-check-input {
	border-radius: 0;
}

.terms-agreement-checkbox .form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.tax-exempt-upload {
	background-color: var(--primary);
	color: var(--white);
	opacity: 1;
	pointer-events: all;
	transition: opacity .2s ease, background-color .2s ease, color .2s ease;
}

.tax-exempt-box input[type=checkbox]:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.tax-exempt-box input[type=checkbox]:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 .25rem rgba(253, 0, 0, 0.25);
}

.tax-exempt-upload.disabled {
	background-color: var(--line-color);
	color: var(--black);
	opacity: .6;
	pointer-events: none;
}

.tax-exempt-upload label {
	cursor: pointer;
}
.tax-exempt-upload.disabled label {
	cursor: not-allowed;
}


/********************************
******** PREVIEW ORDER ********* 
******************************/

.preview_order h3 {
	font-size: clamp(14px, 2vw, 20px);
}

.order-shipping h5 {
	font-size: clamp(14px, 2vw, 18px);
}

.bill-to div p,
.shipp-to div p,
.shipp-method div p {
	font-size: clamp(14px, 1.5vw, 18px);
	color: var(--grey);
}

.order-shipping .d-flex {
	gap: 16px;
}

.terms-of-services p {
	font-size: clamp(14px, 1.5vw, 18px);
	color: var(--grey);
}

/********************************
******** LOADER ********* 
******************************/
.quick-cart-holder {
    position: relative;
}



.freeshipp-baner , .savereg-baner {
	max-width: 440px;
	margin: auto;
}
/********************************
******** FREE SHIPPING BANNER ********* 
******************************/
.freeshipp-baner{
	background: url('slika.jpg') center/cover no-repeat,black;
}
.freeshipp-baner > div {
	max-width: 245px;
}

.freeshipp-baner p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: white;
}

.show-password {
	position: absolute;
	top: 43px;
	right: 20px;
	background-color: transparent;
	color: var(--grey);
  }


/********************************
******** SAVE  REGISTERING TODAY ********* 
******************************/
.savereg-baner > div {
	max-width: 250px;
}

.savereg-baner h4 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
}

.savereg-baner p {
	font-size: 20px;
	margin-bottom: 60px;
}
@media (min-width: 992px){
	.modal-background {
		width: 380px;
	}
}

.modal-infos {
	flex-grow: 1;
}
.modal-infos p {
	font-size: 24px;
	font-weight: 500;
}

.large-text {
	font-size: 48px;
	font-weight: 600;
	font-style: italic;
}

/*
@media (min-width: 600px) and (max-width: 1199px){
	.promo-box {
		display: flex;
	}
}
*/

@media (max-width:767px){
	.modal-infos p {
		font-size: 20px;
	}
	
	.large-text {
		font-size: 36px;
	}
}


@media (min-width: 768px) {
	.discount_terms h3 {
		font-size: 18px;
	}

	.registration-benefits h4 {
		font-size: 16px;
	}

	.discount-terms-paragraph {
		font-size: 16px;
	}

	.section-heading {
		font-size: 28px;
	}

	.order-shipping .d-flex {
		gap: 100px;
	}
}

@media (min-width: 1200px) {
	.discount_terms h3 {
		font-size: 20px;
	}

	.registration-benefits h4 {
		font-size: 18px;
	}

	.discount-terms-paragraph {
		font-size: 18px;
	}

	.section-heading {
		font-size: 36px;
	}

	.section-title {
		font-size: 16px;
	}

	.order-shipping .d-flex {
		gap: 185px;
	}
}