.d-none {
	display: none;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.d-flex {
	display: flex;
}

.d-inline-flex {
	display: inline-flex;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none;
	}

	.d-sm-block {
		display: block;
	}
	
	.d-sm-inline-block {
		display: inline-block;
	}
	
	.d-sm-flex {
		display: flex;
	}
	
	.d-sm-inline-flex {
		display: inline-flex;
	}

	.text-sm-left {
		text-align: left;
	}
	
	.text-sm-center {
		text-align: center;
	}
	
	.text-sm-right {
		text-align: right;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none;
	}

	.d-md-block {
		display: block;
	}
	
	.d-md-inline-block {
		display: inline-block;
	}
	
	.d-md-flex {
		display: flex;
	}
	
	.d-md-inline-flex {
		display: inline-flex;
	}

	.text-md-left {
		text-align: left;
	}
	
	.text-md-center {
		text-align: center;
	}
	
	.text-md-right {
		text-align: right;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none;
	}

	.d-lg-block {
		display: block;
	}
	
	.d-lg-inline-block {
		display: inline-block;
	}
	
	.d-lg-flex {
		display: flex;
	}
	
	.d-lg-inline-flex {
		display: inline-flex;
	}

	.text-lg-left {
		text-align: left;
	}
	
	.text-lg-center {
		text-align: center;
	}
	
	.text-lg-right {
		text-align: right;
	}
}

/* 4G cart - START */

/* 4G Cart buttons */
#checkout-checkout .btn {
	padding: 13px 38px;
	font-weight: 300;
	margin: 10px 0 0;
	line-height: 1;
}

#checkout-checkout #open-packeta-widget.btn {
	float: none;
}


#checkout-checkout .coupon .btn {
	margin: 0;
}

#checkout-checkout .btn.btn-primary,
#checkout-checkout .btn.btn-black,
#checkout-checkout .btn.btn-black-inverse {
	border: 1px solid var(--light-grey);
}

#checkout-checkout .btn.btn-black:hover,
#checkout-checkout .btn.btn-black-inverse:hover {
	color: var(--text-color);
}

#checkout-checkout .btn.btn-grey {
	border: 1px solid var(--light-grey);
}

#checkout-checkout .btn.btn-primary {
	border: 1px solid var(--light-grey);
	background: var(--light-grey);
	padding: 13px;
	text-align: center;
}
/*
#button-coupon{background-color:black !important}
*/

#checkout-checkout .btn.btn-primary:hover {

}




#checkout-checkout .btn.btn-black.btn-black-inverse.add-product {
	background: #fff !important;
	border-color: var(--light-grey);
}



@media (max-width: 767px) {
	.buttons .pull-left {
		text-align: center;
		width: 100%;
	}

	#checkout-checkout .btn.btn-goback {
		color: #000 !important;
		text-decoration: underline !important;
		background: none !important;
		border: none !important;
		outline: none !important;
		padding: 7px 19px;
		margin: 0;
	}

	#checkout-checkout .btn.btn-goback:hover {
		color: #000 !important;
		text-decoration: underline !important;
		background: none !important;
		border: none !important;
		outline: none !important;
		padding: 7px 19px;
		margin: 0;
	}
}
/* 4G Cart buttons */

/* 4G cart - login modal */
.cart-total {
	overflow: auto;
	margin-bottom: 25px;
	padding-top: 25px;
}

.cart-total table {
	float: right;
	overflow:hidden;
}

.checkout-totalcart-checkout .checkout-totalcart-table .cart-total td {
	padding: 5px 0px 5px 30px;
	border: none;
	text-align: right;
}

.cart-total table tr td:first-child {
	padding-left: 0;
}

.cart-total table tr td:last-child {
	color: #d9121f;
	font-size: 14px;
	font-weight: 600;
}

.confirm-step-card {
	padding: 15px;
	border: 1px solid #333;
	margin-bottom: 15px;
}
.confirm-step-card > .card-body > .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.confirm-step-card > .card-body > .row p.card-text {
	margin: 0;
}
@media (max-width: 767px) {
	.confirm-step-card > .card-body > .row a.btn {
		color: #000 !important;
		text-decoration: underline !important;
		background: none !important;
		border: none !important;
		outline: none !important;
		padding: 0;
		margin: 0;
		margin-top: 10px;
	}
}

.confirm-card.login-modal {
    z-index: 9999;
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.confirm-card.login-modal .row {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.confirm-card.login-modal.active-modal {
    display: flex;
}

.confirm-card.login-modal .login-modal-body {
    z-index: 2;
    position: relative;
    background: var(--background-gray);
    padding: 30px;
}

.confirm-card.login-modal .login-modal-close-area {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.confirm-card.login-modal .login-modal-close-button {
    z-index: 1;
    position: absolute;
    top: 15px;
    font-size: 40px;
    width: 20px;
    display: flex;
    height: 20px;
    align-items: center;
    right: 15px;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
}

.confirm-card.login-modal .login-modal-close-button:before,
.confirm-card.login-modal .login-modal-close-button:after {
	content: '';
	background: var(--background-gray);
	width: 26px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
}

@media (min-width: 576px) {
	.confirm-card.login-modal .login-modal-close-button {
		top: -30px;
		right: -30px;
	}
	
	.confirm-card.login-modal .login-modal-close-button:before,
	.confirm-card.login-modal .login-modal-close-button:after {
		background: #fff;
	}
}

.confirm-card.login-modal .login-modal-close-button:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.confirm-card.login-modal .login-modal-close-button:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.confirm-card.login-modal .login-modal-close-button span {
	color: var(--text-color);
    font-size: 40px;
    line-height: 1;
}

.confirm-card.login-modal a.text-link {
	font-size: 14px !important;
    font-weight: 600 !important;
    	/*font-family:'Poppins';*/
	font-family: 'Roboto', sans-serif;
    line-height: 1.6;
	color: #000;
	text-decoration: underline;
}

.confirm-card.login-modal a.text-link:hover {
	color: #000;
	text-decoration: underline;
}
/* 4G cart - login modal */

@media (min-width: 768px) {
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}

#checkout-checkout #shipping-info-bar {
	border: 1px solid var(--light-grey);
	padding: 12px;
	text-align: center;
	margin-top: 15px;
}

#checkout-checkout #warning-bar {
	width: 100%;
    color: #721c24;
    background-color: #f8d7da;
    padding: 12px;
    text-align: center;
    margin-top: 15px;
}

/* 4G cart - KARE style input labels */
#checkout-checkout .checkout-contrainer h4 {
	font-size: 22px;
    font-weight: 400;
    margin-bottom: 0px;
}
#checkout-checkout .checkout-contrainer .coupon h4{
color:black
}

#checkout-checkout .checkout-cart-panel.cart-panel-col .btn {
	margin: 0;
}

#checkout-checkout .checkout-cart-panel.cart-panel-col #mini-cart2 .input-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}

#checkout-checkout .checkout-cart-panel.cart-panel-col #mini-cart2 .input-group input#input-coupon {
	display: block;
	position: relative;
	height: 50px;
	width: 90%;
	flex-basis: 0;
    flex-grow: 1;
    
    border-radius:5px;
    background: transparent;
		color: var(--text-color);
	margin: 0;
    margin-right:10px
}

#checkout-checkout .checkout-cart-panel.cart-panel-col #mini-cart2 .input-group .input-group-btn {
	display: block;
	position: relative;
	width: 100%;
	flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

#checkout-checkout .checkout-totalcart-checkout .cart-total hr,
#checkout-checkout .checkout-cart-panel.cart-panel-col hr {
	margin: 20px 0;
	background: none;
	border-top: 1px solid var(--light-grey);
}

#checkout-checkout .checkout-cart-panel.cart-panel-col .mini-cart-item-col a {
	font-size: 13px;
	line-height: 1;
	color: var(--text-color);
}

#checkout-checkout .login-modal .row.form-group {
	justify-content: center;
}

#checkout-checkout .login-modal .row.form-group label.control-label {
	margin-left: 0;
}

@media (min-width: 992px) {
	#checkout-checkout .login-modal .row.form-group label.control-label {
		margin-left: 8.33333333%;
	}
}

#checkout-checkout .row.form-group label.control-label {
    padding: 0 5px !important;
    position: absolute;
    display: inline-block;
    background: var(--background-gray);
    color: #7C7F88;
    border-color: #7C7F88;
    width: auto;
    max-width: unset;
    left: 23px;
	font-size: 13px;
    top: 0;
    z-index: 1;
    line-height: 1;
}
#checkout-checkout .row.form-group label.control-label:before {
    display: none;
}
#checkout-checkout .row.form-group.required label.control-label:after {
    content: '*';
    color: #7C7F88;
    font-weight: 400;
}
#checkout-checkout .page-title h1#title-page{
	font-family: 'Roboto', 'sans-serif' !important;
	  font-weight: bold;
	  font-size: 36px !important;
  }
/* 4G cart - KARE style input labels */
form.form-horizontal > .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#checkout-preloader {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	background: var(--background-gray);
	width: 100%;
	height: 100%;
	z-index: 2;
}
  
#checkout-preloader span {
	display: inline-block;
	position: absolute;
	top: 50%;
	font-size: 30px;
	line-height: 1;
	color: var(--text-color);
}

#checkout-checkout{display:block;height:50vh;position:relative;width:100%;margin-bottom:-5px
}
#checkout-checkout.checkout-loaded{display:inline-block;height:100%;}
#checkout-checkout.checkout-loaded #checkout-preloader{display:none;}

#checkout-checkout > .container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 100px;
}

.checkout-totalcart-checkout {
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}

.checkout-totalcart-checkout .checkout-totalcart-coupon > .row > .col-md-8 {
	padding: 0;
}

.checkout-totalcart-checkout .checkout-totalcart-coupon #collapse-coupon {
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.checkout-totalcart-checkout .checkout-totalcart-coupon {
		display: flex;
		align-items: flex-start;
	}

	.checkout-totalcart-checkout .checkout-totalcart-coupon > .row {
		width: 100%;
	}

	.checkout-totalcart-checkout .checkout-totalcart-coupon #collapse-coupon #input-coupon {
		margin: 0;
		background: transparent;
		border-radius:5px;
		border:1px solid var(--light-grey);
		margin-right:10px
	}

	.checkout-totalcart-checkout .checkout-totalcart-coupon #collapse-coupon .input-group {
		margin: 10px 0 5px;
	}
}

.checkout-totalcart-checkout .checkout-totalcart-table {
	padding: 15px;
	border: 1px solid var(--light-grey);
	color: var(--text-color);
}

@media (min-width: 1200px) {
	.checkout-totalcart-checkout .checkout-totalcart-table {
		padding: 40px;
	}
}

.checkout-totalcart .table-item,
.checkout-totalcart-checkout .checkout-totalcart-table .col-6 {
	font-size: 14px;
	//color: #71878a;
}

.checkout-totalcart-checkout .checkout-totalcart-table .buttons {
	margin: 0;
}

.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row {
	display: flex;
	margin: 0;
	flex-direction: column;
	flex-wrap: wrap;
}

@media (max-width: 1699px) {
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row a {
		width: 100%;
		text-align: center;
	}

	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-right {
		order: -1;
	}

	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-left {
		order: 0;
	}
}

@media (min-width: 1700px) {
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row {
		flex-direction: row;
		justify-content: space-between;
	}

	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-right {
		order: 0;
	}

	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row > .pull-left {
		order: -1;
	}

	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row:before,
	.checkout-totalcart-checkout .checkout-totalcart-table .buttons .row.buttons-row:after {
		display: none;
	}
}

.checkout-totalcart-checkout .checkout-totalcart-table .cart-total {
	overflow: hidden;
	padding: 0;
}

.checkout-totalcart-checkout .checkout-totalcart-table .cart-total .checkout-totalcart-totalprice {
	color: var(--text-color);
    font-size: 18px;
	line-height: 1;
	font-weight: 600;
}

.checkout-totalcart-checkout .checkout-totalcart-table .cart-total table {
	width: 100%;
}

.checkout-totalcart{position:relative;background:#f3f3f3;color:#71878a;padding:15px;align-self:flex-start;}
.checkout-totalcart h4.two-color{color:#fff;}

.checkout-totalcart.sticky{position:fixed;top:0;}

.checkout-totalcart hr,
.checkout-totalcart-checkout .checkout-totalcart-table .cart-total hr {
	border-top: 1px solid #ccc;
}

.checkout-totalcart .checkout-totalcart-totalprice {
	color: var(--text-color);
    font-size: 18px;
	line-height: 1;
	font-weight: 600;
}

.checkout-cart-panel {display: flex; flex-direction: row;}

#checkout-checkout .form-control {
	color: var(--text-color);
}

#checkout-checkout .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #000;
}

#checkout-checkout .row.form-group {
	position: relative;
    margin-left: -10px;
    margin-right: -10px;
	margin-bottom: 15px;
}

#checkout-checkout .row.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

#checkout-checkout .row.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

#checkout-checkout .row.form-group input, 
#checkout-checkout .row.form-group textarea,
#checkout-checkout .row.form-group select {
    background-color: transparent;
    border: 1px solid var(--light-grey);
	margin-top: 5px;
	margin-bottom: 5px;
}

#checkout-checkout .row.form-group input,
#checkout-checkout .row.form-group select {
	height: 40px;
	padding: 12px 18px;
}

#checkout-checkout .row.form-group select {
	height: 45px;
}

#checkout-checkout .row.form-group .form-check {
    padding-left: 15px;
	padding-right: 15px;
}

#checkout-checkout .form-check input[type=radio],
#checkout-checkout .form-check input[type=checkbox] {
    opacity: 0;
	position: absolute;
}

#checkout-checkout .row.form-group .form-check label {
    padding: 0;
}

#checkout-checkout #payment-details .buttons {
	display: none;
}

.cart-panels .cart-panel-col .radio.form-check {
    padding-left: 0;
    padding-right: 0;
}

.form-check label input[type=radio]:checked+label::before,
.form-check label input[type=checkbox]:checked+label::before {
	/*
    background-color: #F4B329;
    border-color: #F4B329;
	*/
	background-color: var(--light-grey);
    border-color: var(--light-grey);
    border-radius:5px
}

.form-check label label {
    padding-left: 26px !important;
}

.form-check label label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 3px;
    left: 16px;
    margin-left: -20px;
    border: 1px solid var(--light-grey);
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out;
}

.checkout-totalcart .form-check label label {
	padding-left: 26px !important;
}

.form-check label label::before,
.form-check.bordered label label::before,
.checkout-totalcart .form-check label label::before {
    top: 3px;
    left: 20px;
	/*
    border:1px solid #F4B329;
	*/
	border:1px solid var(--light-grey);
	border-radius:5px;
}

/*
.form-check.bordered label label::before {
    top: 3px;
    left: 20px;
    border:1px solid #F4B329;
	border-radius:5px;
}
*/

.form-check.form-check-sub.bordered > label::before {
	left: 44px;
}

.form-check label input[type=radio]:checked+label::after,
.form-check label input[type=checkbox]:checked+label::after {
    color: #000;
    font-family: FontAwesome;
    content: "\f00c";
}

.form-check label label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 16px;
    top: 1px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}

.form-check label label::after,
.form-check.bordered label label::after,
.checkout-totalcart .form-check label label::after {
    top: -1px;
    left: 20px;
}

/*
.form-check.bordered label label::after {
    top: 2px;
    left: 20px;
}
*/

ul.cart_breadcrumb {
	width: auto;
	flex-wrap: wrap;
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0 -15px 60px !important;
	flex-direction: row;
}

ul.cart_breadcrumb:hover li a,
ul.cart_breadcrumb li:hover a,
ul.cart_breadcrumb li a:hover {
	text-decoration: none;
}

ul.cart_breadcrumb li {
	padding: 15px;
	position: relative;
	width: 25%;
}

ul.cart_breadcrumb li.step-active:after {
	content: '';
	position: absolute;
	background: var(--light-grey);
	height: 1px;
	width: auto;
	left: 15px;
	right: 15px;
	bottom: -1px;
	top: auto;
}

/*
ul.cart_breadcrumb li.step-active:after,
ul.cart_breadcrumb li.step-passed:after {
	height: 2px;
	bottom: 0;
}
*/
ul.cart_breadcrumb li.step-active:after {
	height: 1px;
	bottom: -2px;
}

@media (min-width: 768px) {
	ul.cart_breadcrumb li.step-active:after {
		height: 2px;
	}
}

ul.cart_breadcrumb li a {
	display: block;
	position: relative;
	width: 100%;
	min-height: unset;
	padding: 0 !important;
}


ul.cart_breadcrumb li a span {
	font-size: 20px;
	font-weight: 300;
	padding: 0 !important;
}

@media (min-width: 768px) {
	ul.cart_breadcrumb li a span {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	ul.cart_breadcrumb li a span {
		font-size: 20px;
	}
}


ul.cart_breadcrumb li.step-active a span {
	font-weight: 600;
    color: #000;
}

.checkout-contrainer h4, .account-register h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 27px;
}

.checkout-contrainer.container {
	margin-bottom: 60px;
}

.group-top-line {
    padding-top: 18px;
  
}

/* 4G Cart grey box */
.grey-box-col .grey-box {
    background: transparent;
    padding: 15px;
    margin-bottom: 30px;
}

.grey-box-col:first-of-type:not(:only-of-type) .grey-box {
    margin-bottom: 2px;
}

.grey-box-col .grey-box > .row {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.grey-box-col .grey-box .grey-box-text,
.grey-box-col .grey-box .grey-box-button {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.grey-box-col .grey-box .grey-box-text p {
    font-size: 13px;
}

.grey-box-col .grey-box .grey-box-button .btn {
	margin-top: 0;
	padding: 7px 25px !important;
    text-transform: capitalize;
}

@media (max-width: 991px) {
	.grey-box-col .grey-box .grey-box-text {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .grey-box-col .grey-box .grey-box-text p {
        margin-bottom: 0;
    }

    .grey-box-col .grey-box .grey-box-button {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}

@media (min-width: 1630px) {
    .grey-box-col .grey-box .grey-box-text {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .grey-box-col .grey-box .grey-box-text p {
        margin-bottom: 0;
    }

    .grey-box-col .grey-box .grey-box-button {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}
/* 4G Cart grey box */

/* 4G Cart mobile/desktop buttons */
.buttons.buttons-mobile {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.buttons.buttons-desktop {
    display: none;
}

#checkout-checkout #button-placeholder .btn {
	width: 100%;
}
@media (max-width: 767px) {
	.buttons.buttons-mobile {
		padding-top: 15px;
	}
}
@media (min-width: 1200px) {
    .buttons.buttons-mobile {
        display: none;
    }
    .buttons.buttons-desktop {
        display: block;
        position: absolute;
        left: 23px;
        margin: 0;
        bottom: 0;
    }

    .buttons.buttons-desktop a,
    .buttons.buttons-desktop button {
        margin-bottom: 1rem;
    }

	.col-back-button-placeholder {
        padding-bottom: 71px;
    }
}
/* 4G Cart mobile/desktop buttons */

.guest-additional-row .offset-xl-6 {
	margin-left: 0;
}

@media (min-width: 1200px) {
	.guest-additional-row .offset-xl-6 {
		margin-left: 50%;
	}
}

.checkout-box .form-check{position:relative;}
.checkout-box .form-check.bordered{border:1px solid #f3f3f3;padding:10px;}
.checkout-box .form-check.bordered:last-child{border-bottom:1px solid #f3f3f3}
.checkout-box .form-check.bordered label,.checkout-box .form-check.bordered .label-text {margin-bottom:0px;display:block;width:100%;font-size: 12px;padding:0;}
.checkout-box .form-check.bordered label,.checkout-box .form-check.bordered .label-text span {font-size: 12px;}
.checkout-box .form-check.bordered label label {
	padding-left: 26px !important;
}
@media (min-width: 370px) {
	.checkout-box .form-check.bordered label,
	.checkout-box .form-check.bordered .label-text,
	.checkout-box .form-check.bordered .label-text span {
		font-size: 13px;
	}
}
@media (min-width: 390px) {
	.checkout-box .form-check.bordered label,
	.checkout-box .form-check.bordered .label-text,
	.checkout-box .form-check.bordered .label-text span {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.checkout-box .form-check.bordered label,
	.checkout-box .form-check.bordered .label-text,
	.checkout-box .form-check.bordered .label-text span {
		font-size: 16px;
	}
}
.checkout-box .form-check.bordered label,.checkout-box .form-check.bordered  .label-text.label-text-smaller{font-size: 13px;}
.checkout-box .form-check.bordered  .label-text.label-text-smaller{margin-top: 5px;}
.checkout-box  .float-right{float:right}
/*
.checkout-box input{float:left; margin-right:8px;position:relative;top:4px}
*/
.checkout-box input{float:left; margin-right:8px;position:relative;}

.checkout-box .form-check input{top:4px}

.checkout-box .form-check.shipping_method_box:not(.shipping_method_box--checked) > label > label .packeta-shipping-item-envelope {
	display: none;
}

.checkout-box .form-check.shipping_method_box > label > label .packeta-shipping-item-envelope {
	padding-left: 0 !important;
	flex-direction: row;
	flex-wrap: wrap;
}

.checkout-box .form-check.shipping_method_box > label > label .packeta-shipping-item-envelope > div:not(#picked-delivery-place) {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.checkout-box .form-check.shipping_method_box > label > label .packeta-shipping-item-envelope > div#picked-delivery-place {
	display: block;
	width: 100%;
}

.cart-panels.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

footer {
	z-index: 1;
}

@media (max-width: 1199px) {
    .checkout-payment .checkout-cart-panel {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .cart-panels .col-md-12.col-lg-4:not(.checkout-cart-panel),
    .cart-panels .col-md-6.col-lg-4:not(.checkout-cart-panel),
    .cart-panels .col-md-6.col-lg-8:not(.checkout-cart-panel),
    .cart-panels .col-md-12.col-lg-8:not(.checkout-cart-panel) {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.visible-xs,
.visible-xs-inline-block {
	display: none;
}

@media (max-width: 767px) {
	.hidden-xs {
	  	display: none;
	}
	.visible-xs {
	  	display: block !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}

	#checkout-checkout .cart-panels .cart-panel-col .row.form-group {
		margin-left: -10px;
		margin-right: -10px;
	}

	ul.cart_breadcrumb {
		margin-bottom: 0 !important;
	}

	ul.cart_breadcrumb li {
		padding: 7px;
	}

	ul.cart_breadcrumb li:not(:first-of-type):after {
		left: 7px;
	}

	ul.cart_breadcrumb li:first-of-type {
		padding-left: 15px;
	}

	ul.cart_breadcrumb li:last-of-type {
		padding-right: 15px;
	}

	ul.cart_breadcrumb li a span {
		font-size: 13px;
	}

	ul.cart_breadcrumb li.step span.step-desktop {
		display: none;
	}

	/*
	ul.cart_breadcrumb li.step:not(.step-active) {
		display: none;
	}

	ul.cart_breadcrumb li.step.step-active {
		width: 100%;
	}
	*/
}

@media (min-width: 576px) {
	#checkout-checkout > .container {
		max-width: 540px;
	}

	ul.cart_breadcrumb li a span {
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	#checkout-checkout > .container {
		max-width: 720px;
	}

	ul.cart_breadcrumb li.step span.step-mobile {
		display: none;
	}
}

@media (min-width: 992px) {
	#checkout-checkout > .container {
		max-width: 960px;
	}

	.cart-panels .cart-panel-col .checkout-totalcart .mini-cart-item-col {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	#checkout-checkout > .container {
		max-width: 1140px;
	}

    .cart-panels {
      margin-left: -23px;
      margin-right: -23px;
    }
  
    .cart-panels .cart-panel-col {
      padding-left: 23px;
      padding-right: 23px;
    }

    .cart-panels .cart-panel-col.checkout-cart-panel {
        margin-top: -26px;
    }

    .cart-panels .cart-panel-col .checkout-totalcart {
        padding:26px;
    }
  
    .cart-panels .buttons.buttons-desktop {
      left: 23px;
    }

    .row.guest-additional-row {
        margin-top: -25px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1400px) {
	#checkout-checkout > .container {
		max-width: 1920px;
		padding-left: 204px;
		padding-right: 204px;
	}

    .cart-panels {
        margin-left: -46px;
        margin-right: -46px;
    }
}

@media (min-width: 1500px) {

    .cart-panels .cart-panel-col.checkout-cart-panel {
        margin-top: -34px;
    }

    .cart-panels .cart-panel-col .checkout-totalcart {
        padding: 34px;
    }
}

@media (min-width: 1630px) {
    .row.guest-additional-row {
        margin-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1800px) {
    .cart-panels .cart-panel-col.checkout-cart-panel {
        margin-top: -40px;
    }

    .cart-panels .cart-panel-col .checkout-totalcart {
        padding: 40px;
    }
}

#mini-cart2 .mini-cart-products {
	max-height: 350px;
	overflow: auto;
}

#mini-cart2 .mini-cart-products .row {
	margin: 0;
}

#mini-cart2 .mini-cart-products .row small {
	font-size: 10px;
}

#mini-cart2 img.img-thumbnail {
	width: 100%;
	max-width: 100px;
	max-height: 100px;
	height: auto;
    border:0px;background:transparent
}

#mini-cart2 > .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#mini-cart2 > .row .col-md-3,
#mini-cart2 > .row .col-md-4,
#mini-cart2 > .row .col-md-5 {
	width: 100%;
	max-width: 100%;
	float: none;
}

@media (max-width: 991px) {
	#collapse-coupon .coupon .input-group,
	#mini-cart2 .input-group {
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	#collapse-coupon .coupon .input-group input,
	#mini-cart2 .input-group input {
		flex-grow: 1;
	}

	#collapse-coupon .coupon .input-group .input-group-btn,
	#mini-cart2 .input-group .input-group-btn {
		width: auto;
	}

	#mini-cart2 > .row .col-md-3 {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
		float: none;
	}

	#mini-cart2 > .row .col-md-4 {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
		float: none;
	}

	#mini-cart2 > .row .col-md-5 {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		float: none;
	}
}
@media (min-width: 992px) {
	#collapse-coupon .coupon .input-group {
		width:90%
	}

	#mini-cart2 > .row .col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	#mini-cart2 > .row .col-md-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}

	#mini-cart2 > .row .col-md-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
}

/* Cart table */
	.quantity-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		padding: 12px 20px;
		border: 1px solid var(--light-grey);
		cursor: pointer;
    color:var(--text-color);
    border-radius:7px;
    font-weight: 600;
		position: relative;
	}

	.tab-quantity-cell input {
		background: transparent;
		border: 1px solid var(--light-grey);
		color: var(--text-color);
    font-weight: 600;
	}

	.checkout-list-table {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.checkout-list-table .checkout-list-table-row {
		width: 100%;
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid var(--light-grey);
		font-size: 13px;
		font-weight: normal;
	}

	.checkout-list-table .checkout-list-table-row:not(.checkout-list-table-row-header) {
		flex-wrap: wrap;
	}

	.checkout-list-table .checkout-list-table-row.checkout-list-table-row-header {
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.checkout-list-table .checkout-list-table-row .checkout-list-table-cell {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: auto;
		text-align: left;
		justify-content: flex-start;
		padding: 15px;

		font-size: inherit;
		font-weight: inherit;
		text-transform: inherit;
	}

	.checkout-list-table .checkout-list-table-row .checkout-list-table-cell > a,
	.checkout-list-table .checkout-list-table-row .checkout-list-table-cell > span,
	.checkout-list-table .checkout-list-table-row .checkout-list-table-cell > div,
	.checkout-list-table .checkout-list-table-row .checkout-list-table-cell > div > a,
	.checkout-list-table .checkout-list-table-row .checkout-list-table-cell > div > span {
		font-size: inherit;
		font-weight: inherit;
		text-transform: inherit;
	}

	.checkout-list-table .checkout-list-table-row .checkout-list-table-cell img.img-thumbnail{
		width: 100%;
		max-width: 50px;
		max-height: 50px;
		height: auto;
		border:0px;
		background-color: transparent;
	}

	.checkout-list-table .checkout-list-table-row .checkout-list-table-cell small {
		display: inline-block;
		width: 100%;
	}

	@media (max-width: 991px) {
		.checkout-list-table {
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
		}

		.checkout-list-table .checkout-list-table-row.checkout-list-table-row-header {
		display: none;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-model {
		display: none;
		}

		/*
		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-image {
		width: 25%;
		flex: 0 0 25%;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-name {
		width: 75%;
		flex: 0 0 75%;
		}
		*/

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-image {
		width: auto;
		flex: 0 0 auto;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-name {
		width: 100%;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		padding-left: 0;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-quantity {
		width: 41.33333333%;
		flex: 0 0 41.33333333%;
		margin-left: 25%;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-price {
		display: none;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-pricetotal {
		width: 33.33333333%;
		flex: 0 0 33.33333333%;
		}
	}

	@media (min-width: 992px) {
		.table-mobile-only {
		display: none !important;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell {
		padding: 15px;
		text-transform:none;font-size:14px;font-weight:400;
        align-items: flex-start;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-image {
		width: 13%;
		flex: 0 0 13%;
		padding-left: 15px;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-name {
			width: 29%;
			flex: 0 0 29%;
		}

		.checkout-list-table .checkout-list-table-row:not(.checkout-list-table-row-header) .checkout-list-table-cell.checkout-list-table-coll-name {
			padding-top: 18px;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-model {
			width: 12%;
			flex: 0 0 12%;
		}

		.checkout-list-table .checkout-list-table-row:not(.checkout-list-table-row-header) .checkout-list-table-cell.checkout-list-table-coll-model {
			padding-top: 18px;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-quantity {
			width: 12%;
			flex: 0 0 12%;
			padding-right: 0;
		}

		.checkout-list-table .checkout-list-table-row:not(.checkout-list-table-row-header) .checkout-list-table-cell.checkout-list-table-coll-quantity {
			padding-top: 5px;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-price {
		width: 93%;
		flex: 0 0 19%;
		text-align: right;
		justify-content: flex-end;
		}

		.checkout-list-table .checkout-list-table-row:not(.checkout-list-table-row-header) .checkout-list-table-cell.checkout-list-table-coll-price {
		padding-top: 18px;
		/*padding-top 43px;*/
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-pricetotal {
		width: 15%;
		flex: 0 0 15%;
		text-align: right;
		justify-content: flex-end;
		padding-right: 15px;
		}

		.checkout-list-table .checkout-list-table-row:not(.checkout-list-table-row-header) .checkout-list-table-cell.checkout-list-table-coll-pricetotal {
		padding-top: 18px;
		/*padding-top: 43px;*/
		}
	}

	@media (min-width: 1280px) {
		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell {
		padding: 5px 30px;
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-image {
		padding-left: 0px;
        padding-top:5px
		}

		.checkout-list-table .checkout-list-table-row .checkout-list-table-cell.checkout-list-table-coll-pricetotal {
		padding-right: 5px;
		}
	}
/* Cart table */

.has-error .text-danger {
  font-size: 12px;
}