.cart-inner__item{
	height: 120px;
	border-radius: 4px;
	border:1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 15px;
	margin-bottom: 25px;
	position: relative;
}

.loader_cart{
	display: none;
    position: relative;
    z-index: 10;
    left: calc(100% - 930px);
}


.inactiveMixin {
  content: "";
  position: absolute;
  display: block;
}
.beforeAnimation {
  -moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  -moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapper {
  margin: auto;
  width: 55px;

  border-radius: 5px;

}
.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute;
}
.toggleWrapper input.mobileToggle + label {
  position: relative;
  display: inline-block;
  user-select: none;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-tap-highlight-color: transparent;
  height: 30px;
  width: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle + label:before {
  content: "";
  position: absolute;
  display: block;
  -moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 30px;
  width: 51px;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  -moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: whitesmoke;
  height: 28px;
  width: 28px;
  top: 1px;
  left: 0px;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
  background: #ef1515;
  -moz-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  -o-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
  left: 24px;
}

.bhn-title{
    font-size: 20px;
    font-weight: 600;
    color: #111;
    height: 35px;
    line-height: 35px;
}

.pi-item{
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.pi-item label{
	    font-size: 18px;
    margin-top: 20px !important;
}

.cb-payment-new-2 input[type=radio] {
  --s: 2em;     /* control the size */
  --c: #ef1515; /* the active color */
  
  height: var(--s);
  aspect-ratio: 1;
  border: calc(var(--s)/8) solid #ef1515;
  padding: 4.6px;
  background: 
     radial-gradient(farthest-side,var(--c) 94%,#0000) 
     50%/0 0 no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(var(--s)/10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: .3s;
  width: 24px;
  height: 24px;
}
.cb-payment-new-2 input[type=radio]:checked {
  border-color: var(--c);
  background-size: 100% 100%;
}

.cb-payment-new-2 input[type=radio]:disabled {
  background: 
     linear-gradient(#939393 0 0) 
     50%/100% 20% no-repeat content-box;
  opacity: .5;
  cursor: not-allowed;
}

@media print {
  .cb-payment-new-2 input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: none;
  }
}

.cb-payment-new-2 label {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:5px 0;
  cursor: pointer;
}



.the-label{
	font-size: 18px;
	color:#222;
	margin-left: 20px;
}

.block-head-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
    
}

.block-head-new-2{
	margin-top: 139px;
}

.bhn-toggle{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.checkout-form .togggle{
	    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    /* flex-flow: row nowrap; */
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
}

.checkout-form .togggle input + label, .checkout-form .togggle input + label:last-of-type {
    border-radius: 6px;
    border: 1px solid #ddd;
}

.checkout-form .togggle input + label:first-of-type{
	border-radius: 6px;
}


.cart-inner__photo{
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-inner__image{
	width: 90%;
}

.cart-inner__item.blocked > div{
	display: none;
}

.cart-inner__item.blocked:before{
	content: "";
    width: 100%;
    height: 100%;
    background: #fcfcfc;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
}

.cart-inner__item.blocked:after{

}

.cart-inner__name{
	display: flex;
	flex-direction: column;
	flex:0 0 430px;
}

.cart-inner__link{
	font-size: 18px;
	color:#55646e;
	font-weight: bold;
	text-decoration: none;
}

.cart-inner__name span{
	color:#7e7e7e;
}

.cart-inner__name strong{
	margin: 0 15px;
}

.cart-inner__delete img{
	width: 20px;
}

.cart-inner__delete a{
	transition:  all .3s ease-in-out;
}

.cart-inner__delete a:hover{
	transform: scale(1.2);
}


.checkout-button {
    background: #ef1515;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
}

.cip-title{
	font-size:12px;
	text-transform: uppercase;
	color:#7d8a92;
	 margin-bottom: 10px;
}

.cart-inner__price .cip-value{
	width: 120px;
    font-size: 30px;
    height: 49px;
    display: flex;
    align-items: flex-start;
}

.cart-inner__price .cip-value span {
    display: block;
    margin-top: 14px;
    margin-left: 5px;
}

.cart-inner__delete{
	display: flex;
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.cart-inner__price .quantity-input{
	height: 34px;
}

.cart-inner__price .q-minus{
	top:11px;
}

.cart-inner__price .q-plus{
	top:11px;
}

.cip-value{
	color:#55646e;
}

.cip-value span{
	font-size: 15px;
	color:#8f8f8f;
}

.cart-inner{
	margin:30px 0;
}


.cart-inner__total{
	margin:50px 0;
	text-align: center;
}



.cart-inner__total .cip-title{
	font-size:18px;
	font-weight: 300;
}

.cart-inner__total .cip-value{
	font-weight: 300;
	font-size:30px;
}

.cart-inner__total .cip-title{
	letter-spacing: 5px;
}


.cart-inner__button{
	margin:0 40%;
}

.checkout-layout{
	display: flex;
	flex-wrap: wrap;
	column-gap: 3%;
	margin:50px 0;
}

.block-head{
	font-weight: bold;
    font-size: 18px;
    display: block;
    color: #7d8a92;
}


.checkout-block-content{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	flex-direction: row;
	padding:20px 0 0;
}

.checkout-block-content--grid{
	flex-direction: row;
	column-gap: 40px;
}

.checkout-block-content span{
	font-size:16px;
}

.checkout-block-content label{
	margin: 0 0 15px;
    display: block;
    flex: 0 0 100%;
}

.checkout-item{
	flex: 0 0 380px;
}

.checkout-item label{
	display: block;
}

.checkout-item input{
	width: 100%;
	border:none;
	background: #f1f1f1;
	border-radius: 4px;
	display: block;
	height: 36px;
}


.cb-payment-new .checkout-item input[type="text"] {
    width: calc(100% - 30px);
    border: none;
    background: #f1f1f1;
    border-radius: 4px;
    display: block;
    height: 48px;
    padding: 0 15px;
}

.checkout-item label span{
	display: block;
	font-size: 14px;
	font-weight: 500;
    margin-bottom: 10px;
}

.checkout-block{
	padding:20px;
	border-radius: 4px;
	border:1px solid #f1f1f1;
	margin-bottom: 30px;
}

.checkout-left{
	flex: 0 0 74.3%;
}

.checkout-right{
	flex:0 0 385px;
}

.checkout-inner .cart-inner__item{
	height: auto;
	justify-content: flex-start;
	padding:15px;
	margin-bottom: 0;
}

.checkout-right  .cart-inner__total {
    padding: 50px 0;
    text-align: center;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    margin:0;
}

.checkout-inner .cart-inner__price--price{
	display: none;
}

.checkout-right .cart-inner__button{
	display: block;
    margin: 0;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 20px 20px;
}

.checkout-inner-flex{
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
}

.cb-shipping{
	flex:0 0 25%;
}

.cb-payment{
	flex:0 0 25%;
}

.cb-comment{
	flex:0 0 425px;
}

.cb-type{
	flex: 0 0 300px;
}

.cb-comment textarea{
	    border: 1px solid #f1f1f1;
    border-radius: 4px;
    background: #f1f1f1;
    width: 100%;
    height: 136px;
    padding:15px;
    display: block;
}

.cb-customer{
	flex:0 0 838px;
}

.checkout-inner .cart-inner__photo{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.checkout-inner .cart-inner__link{
	font-size: 14px;
}

.checkout-inner  .cart-inner__name{
	flex:0 0 80%;
}

.checkout-inner .cart-inner__name span{
	font-size:12px;
	font-weight: 400;
}

.checkout-inner	.product__quantity{
	flex: 0 0 90px;
}

.checkout-inner	 .cart-inner__price .quantity-input {
    height: 30px;
}

.checkout-inner .cart-inner__price .q-plus{
	top:11px;
	right: 5px;
	width: 12px;
	height: 12px;
}

.checkout-inner .cart-inner__price .q-minus{
	top:11px;
	left: 10px;
	width: 12px;
	height: 12px;
}

.checkout-inner .cip-title{
	display: none;
}

.checkout-inner .cart-inner__price .cip-value{
	font-size: 20px;
}


.checkout-inner .cart-inner__item{
	 border-bottom: none;
	 border-radius: 0px;
}

.checkout-inner .cart-inner__item:first-child{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.cb-customer .checkout-item{
	flex:0 0 398px;
}

.cb-customer .checkout-item input {
    width: 378px;
    border: none;
    background: #f1f1f1;
    border-radius: 4px;
    display: block;
    height: 36px;
    padding: 0 10px;
}

@media(max-width: 1820px){
	.cart-inner__link{
		font-weight: 500;
		font-size:20px;
		text-decoration: none;
	}

	.cart-inner__price .cip-value{
		font-size: 26px;
	}

	.checkout-right{
		flex: 0 0 340px;
	}

	.checkout-left{
		flex: 0 0 921px;
	}

	.cb-customer {
    	flex: 0 0 497px;
	}

	.cb-customer .checkout-item input{
		flex:0 0 218px;
		width: 218px;
	}

	.cb-customer .checkout-item {
    flex: 0 0 234px;
	}

	.checkout-block-content--grid{
		column-gap: 20px;
	}

	.checkout-block--billing  .checkout-block-content--grid{
		column-gap: 40px;
	}


	.checkout-block--billing  .checkout-item {
    flex: 0 0 416px;
	}

	.cb-comment {
    flex: 0 0 254px;
	}

	.checkout-block-content label{
		position: relative;
	}

	.checkout-block-content input[type="radio"]{
		position: absolute;
	}

	.cb-shipping .checkout-block-content span, .cb-payment .checkout-block-content span, .cb-type .checkout-block-content span{
    font-size: 16px;
    display: block;
    padding-left: 30px;
	}

}

@media(max-width: 1520px){
	.checkout-left {
    	flex: 0 0 862px;
	}

	.cb-type {
    	flex: 0 0 241px;
	}

	.checkout-block--billing .checkout-item {
    flex: 0 0 388px;
	}

	.cb-comment textarea{
		height: 96px;
	}

	.cb-shipping {
    flex: 0 0 368px;
	}

	.cb-payment {
    flex: 0 0 370px;
	}

	.cb-comment {
    flex: 0 0 820px;
	}
}

@media(max-width: 1320px){
	.checkout-left {
    flex: 0 0 746px;
	}

	.cb-customer {
    flex: 0 0 381px;
	}

	.cb-customer .checkout-item input {
    flex: 0 0 360px;
    width: 360px;
	}

	.checkout-block--billing .checkout-item {
    flex: 0 0 330px;
	}

	.cb-payment {
    flex: 0 0 302px;
	}	
	
	.cb-shipping {
    flex: 0 0 320px;
	}

	.cb-comment {
    flex: 0 0 704px;
	}

}

@media(max-width: 1220px){
	.cart-inner__link {
	    font-weight: 500;
	    font-size: 18px;
	    text-decoration: none;
	}

	.cart-inner__price .cip-value{
		font-size: 26px;
	}

	.cart-inner__name{
		margin-right: 50px;
	}

	.checkout-right {
    flex: 0 0 220px;
	}
	.checkout-left {
   	 flex: 0 0 715px;
	}

	.cb-customer .checkout-item input {
	    flex: 0 0 330px;
	    width: 330px;
	}

	.cb-customer {
    flex: 0 0 350px;
	}

	.checkout-block--billing .checkout-item {
    flex: 0 0 316px;
	}

	.cb-payment {
    flex: 0 0 301px;
	}

	.cb-shipping {
    flex: 0 0 290px;
	}	

	.cb-comment {
    flex: 0 0 674px;
	}

	.cart-inner__total .cip-title {
    font-size: 14px;
    font-weight: 300;

	}

	.checkout-right .cart-inner__total{
		padding: 20px 0;
	}

	.cart-inner__total .cip-value {
    font-weight: 300;
    font-size: 26px;
	}
}

@media(max-width: 1040px){
	.cart-inner__item{
		height: auto;
	}

	.cart-inner__name {
    margin-right: 50px;
    flex: 0 0 70%;
	}

	.cart-inner__price{
		margin-left: 20px;
		margin-bottom: 20px;
	}

	.cart-inner__delete{
		margin-top:-10px;
	}

	.checkout-left {
    flex: 0 0 708px;
	}

	.cb-customer .checkout-item input {
    flex: 0 0 322px;
    width: 322px;
	}
	.cb-customer{
		flex:0 0 322px;
	}

	.checkout-block--billing .checkout-item {
    flex: 0 0 311px;
	}

	.cb-payment {
    flex: 0 0 306px;
	}

	.cb-shipping {
    flex: 0 0 278px;
	}

	.cb-comment {
    flex: 0 0 667px;
	}

	.checkout-right {
    flex: 0 0 100%;
	}

	.checkout-inner .cart-inner__name {
    flex: 0 0 29%;
	}

	.cart-inner__price {
    margin-left: 0;
    margin-bottom: 0;
	}

	.checkout-inner .cart-inner__item{
		justify-content: space-between;
	}

	.cart-inner__delete {
    margin-top: 0;
	}
}

@media(max-width: 768px){
	.cart-inner__item {
    height: auto;
    flex-direction: column;
    align-items: center;
	}

	.cart-inner__name span{
		margin-top: 5px;
		display: block;
		text-align: center;
	}

	.cart-inner__name {
    margin-right: 0;
    flex: 0 0 100%;
   text-align: center;
	}

	.cart-inner__price .cip-value{
		justify-content: center;
	}

	.cart-inner__price {
	    margin: 10px 0 0;
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	}
	
	.cart-inner__delete{
		margin:0 0 20px;
	}

	.cart-inner__image img{
		width: 100%;
	}

	.cart-inner__button {
    	margin: 0;
	}

	.checkout-inner-flex{
		flex-direction: column;
	}

	.checkout-left{
		flex:0 0 290px;
	}

	.checkout-right{
		flex: 0 0 290px;
	}

	.cb-type {
    flex: 0 0 248px;
    width: 248px;
	}

	.checkout-layout {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    margin: 50px 0;
    flex-direction: column;
	}

	.cb-customer {
    flex: 0 0 248px;
    width: 248px;
	}

	.cb-customer .checkout-item input {
    flex: 0 0 228px;
    width: 228px;
	}

	.checkout-block--billing .checkout-block-content--grid{
		column-gap: 0px;
	}

	.checkout-block--billing .checkout-item {
    flex: 0 0 244px;
	}

	.checkout-inner-flex{
		display: block;
	}
	.checkout-inner .cart-inner__item{
		display: none;
	}

	.checkout-right .cart-inner__total{
		border:1px solid #f1f1f1;
	}

	.checkout-right .cart-inner__button{
		padding:20px;
	}
}


.cip-value-currency span{
	margin:3px 0 0 5px !important;
}

.checkout-inner .cart-inner__item:last-child{
	border-bottom: 1px solid #f1f1f1;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.bhn-flex{
	justify-content: flex-start;
    align-items: center;
}

.bhn-flex .toggleWrapper {
    margin: 18px 0 0;
    width: 55px;
    border-radius: 5px;
}

.container .cart-messages .alert.alert-danger{
	position: relative;
	top: auto;
	margin:30px 0;
}

.container .cart-messages .alert.alert-danger button{
	border: none;
    background: #de7272;
    border-radius: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
}