.bi-basket-detail {
	margin: 20px 0;
}
.bi-card-fixed {display: none;}
.bi-empty-basket{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 15px 25px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}

.bi-empty-basket-section-one {display: flex;align-items: center;}
.bi-empty-basket-section-one .bi-empty-basket-section-one-icon {
	background-color: #fff1e6;
	color: #f27a1a;
	padding: 20px;
	border-radius: 50%;
}

.bi-empty-basket-section-one .bi-empty-basket-section-one-icon svg {fill: var(--bi-color-primary)}
.bi-empty-basket-section-one .bi-empty-basket-section-one-text {
	color: #555555;
	font-size: 15px;
	font-weight: 500;
	margin-left: 20px;
}

.bi-empty-basket-section-two {
	width: 30%;
}

.bi-empty-basket-section-two a {
	width: 100%;
	padding: 10px 0;
}

.bi-showcase-widget {margin-bottom: 20px}

.bi-basket-group {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	margin-bottom: 20px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}
.bi-basket-item-column {
	display: flex;
	justify-content: center;
	flex-direction: column;
	row-gap: 4px;
	padding: 24px;
}

.bi-basket-item-column:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}


/*basket items*/
.bi-basket-item {
	position: relative;
}

.bi-basket-wrapper {
	display: flex;
	/*align-items: center;*/
	min-height: 110px;
}

.bi-basket-image-container {
	display: flex;
	align-items: center;
	height: auto;
	margin-right: 20px;
}

.bi-basket-wrapper .bi-basket-image-container .image {
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	box-sizing: border-box;
	width: 100px;
	height: auto;
}

.bi-basket-wrapper .bi-basket-item-content {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.bi-basket-wrapper .bi-basket-item-content .product-name {
  display: block;
  color: #666666 !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}

.bi-basket-wrapper .bi-basket-variant-section {
	display: flex;
	line-height: 15px;
	font-size: 12px;
	color: #666666;
}

.bi-basket-wrapper .bi-basket-variant-section .bi-basket-variant {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding: 5px;
	margin-right: 5px;
}

.bi-basket-variant span {
	font-weight: 500;
	margin-right: 5px;
}

.bi-basket-wrapper .bi-basket-bottom-container {
	align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  position: relative;
  width: 100%;
}


.bi-basket-wrapper .bi-basket-bottom-container .bi-bottom-price-wrapper {
	align-self: center;
  text-align: right;
}

.bi-basket-wrapper .bi-basket-bottom-container .bi-bottom-price-wrapper .bi-sale-price {
  color: #f27a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.bi-remove-item {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
  color: #666666;
  font-size: 12px;
  height: 25px;
  right: 0px;
  top: 0;
  width: 50px;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.bi-remove-item:hover {
	border-color: var(--bi-color-primary);
}

.bi-remove-item span {
	margin-left: 5px;
}

.bi-remove-item img {
	width: 15px;
	height: 100%;
}





.product-count-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-count-section .pb-basket-item-counter-wrapper {
	width: 129px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 4px;
	margin-right: 10px;
}

.pb-basket-item-counter-wrapper .pb-counter-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.ty-display-flex {
  display: flex;
}

.ty-numeric-counter {
  box-sizing: border-box;
  width: 90px;
}

.ty-numeric-counter .ty-numeric-counter-button {
  border: 1px solid #e6e6e6;
  background-color: #fafafa;
  width: 24px;
  height: 34px;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.ty-numeric-counter .ty-numeric-counter-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ty-numeric-counter .ty-numeric-counter-button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.ty-numeric-counter .counter-content {
  width: 42px;
  user-select: none;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #4a4a4a;
  box-sizing: border-box;
  border: none;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  background-color: #ffffff;
  outline: none;
  text-align: center;
}

.ty-numeric-counter .ty-numeric-counter-button.passive svg {
  fill: #e6e6e6;
}

.bi-basket-summary {
	width: 100%;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #ffffff;
	line-height: 24px;
}

.bi-basket-summary .bi-title {
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	color: #333;
	margin-bottom: 15px;
}

.bi-basket-summary ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bi-basket-summary ul li .bi-text {}
.bi-basket-summary ul li .bi-price {font-weight: 600}

.bi-basket-summary .bi-total-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e8e8e8;
	/*border-bottom: 1px solid #e8e8e8;*/
	padding: 10px 0;
	margin: 10px 0;
	font-size: 14px;
}
.bi-total-price .bi-text {
	font-weight: 600;
}

.bi-total-price .bi-price {
	color: var(--bi-color-primary);
	font-weight: 600;
}

.bi-basket-summary .bi-order-now {
	display: flex;
	align-items: center;
	margin-top: 10px;
	background: #effbf5;
	border-radius: 8px;
	padding: 8px;
}

.bi-order-now .bi-icon {
  	margin-right: 10px;
}

.bi-order-now .bi-icon img {
	width: 40px;
	height: 100%;
}

.bi-order-now .bi-text {
	width: 100%;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

.bi-order-now .bi-text span {
	display: block;
	font-weight: 600;
}

.bi-basket-summary-approve {width: 100%;margin-bottom: 20px}
.bi-basket-summary-approve a {
	width: 100%;
	height: 48px;
	padding: 10px 0;
}

.swal2-image {
	margin: 2em auto 0em !important;
}

.bi-free-shipping {display: flex;align-items: center;background: #fef4eb;padding: 8px;border-radius: 8px;}
.bi-free-shipping span{display: block;font-weight: 600}

.bi-free-shipping .bi-icon {
  	margin-right: 10px;
}

.bi-free-shipping .bi-icon img {
	width: 40px;
	height: 100%;
}

.bi-free-shipping .bi-text {
	width: 100%;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

.bi-mobile-sub-header {display: none}

.modal-header.bi-guest-user {border-bottom: 0}
.modal-header.bi-guest-user .btn-close {z-index: 999}
.modal-header.bi-guest-user .btn-close:focus {
	box-shadow: none !important;
}

.bi-guest-user-bottom-sheet-button-container {
	margin-top: -40px;
	margin-bottom: 10px;
	padding: 0 20px;
}

.bi-guest-user-bottom-sheet-button-container .bi-guest-user-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 0 0 0;
  color: #f27a1a;
  text-transform: uppercase;
}

.bi-guest-user-bottom-sheet-button-container .bi-guest-user-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff0e4;
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 15px;
  width: 64px;
  height: 64px;
  position: relative;
}

.bi-guest-user-bottom-sheet-button-container .bi-guest-user-icon span img {
	width: 30px;
	height: 100%;
}

.bi-guest-user-bottom-sheet-button-container .bi-guest-user-title {
	display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}

.bi-guest-user-bottom-sheet-button-container .bi-guest-user-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.bi-guest-user-bottom-sheet-button-container .bi-guest-user-bottom .two-buttons {
  height: 44px;
  display: flex;
  flex: 1;
}

.bi-guest-user-bottom-sheet-button-container .bi-guest-user-bottom .two-buttons a {
  border-radius: 4px;
  border: 1px solid var(--bi-color-primary) !important;
  background-color: unset;
  width: 50%;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: var(--bi-color-primary) !important;
  padding: 12px 0;
  text-align: center;
}

.bi-guest-user-bottom-sheet-button-container .bi-guest-user-bottom .two-buttons a:first-child {
  margin-right: 15px;
}

.bi-guest-user-bottom-sheet-button-container .bi-guest-user-bottom .two-buttons a:hover {
	background: var(--bi-color-primary);
	color: #ffffff !important;
}

.bi-basket-login {
	width: 100%;
	margin-top: -20px;
	padding: 0 15px;
}

.bi-basket-login .bi-basket-login-tab {
	display: flex;
	align-items: center;
	background: #e2e2e2;
	border-radius: 8px;
}

.bi-basket-login .bi-basket-login-tab .bi-basket-login-tab-select {
	border: 1px solid #e2e2e2;
	padding: 15px;
	width: 50%;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	transition: all .2s ease;
}

.bi-basket-login .bi-basket-login-tab .bi-basket-login-tab-select:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.bi-basket-login .bi-basket-login-tab .bi-basket-login-tab-select.active {
	background: #fff;
	color: var(--bi-color-primary);
}

.bi-basket-login .bi-basket-login-content .modal-login-content {
	margin: 20px 0 10px 0px
}

.address-group {
	margin-bottom: 15px;
}
.address-group label {
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.address-group input {
	width: 100%;
	height: 42px;
	padding: 8px 10px;
	border: solid 1px #e8e8e8;
	border-radius: 6px !important;
	box-sizing: border-box;
	transition: all .3s ease;
	outline: 0;
	background-color: #fbfbfb;
}

.address-group input:focus {
	background-color:#fff;
	border:solid 1px #d2d2d2;
	box-shadow:0 2px 4px 0 rgba(0,0,0,.1)
}

.address-group input::placeholder {
  color: #999;
}

.address-group select {
	width: 100%;
	height: 42px;
	padding: 8px 10px;
	border: solid 1px #e8e8e8;
	border-radius: 6px !important;
	box-sizing: border-box;
	transition: all .3s ease;
	outline: 0;
	background-color: #fbfbfb;
	font-size: 13px;
}

.address-group select:focus {
	background-color:#fff;
	border:solid 1px #d2d2d2;
	box-shadow:0 2px 4px 0 rgba(0,0,0,.1)
}

.address-group textarea {
	width: 100%;
	height: calc(3em + 4px*3 + 20px);
	padding: 5px 8px;
	border: solid 1px #e8e8e8;
	border-radius: 6px !important;
	box-sizing: border-box;
	transition: all .3s ease;
	outline: 0;
	background-color: #fbfbfb;
	font-size: 13px;
}
.address-group textarea:focus {
	background-color:#fff;
	border:solid 1px #d2d2d2;
	box-shadow:0 2px 4px 0 rgba(0,0,0,.1)
}
.address-group textarea::placeholder {
  color: #999;
}

.address-save {width: 100%;margin-top: 25px}
.address-save button {
	border-radius: 6px;
	width: 100%;
	height: 48px;
	font-size: 14px;
}
.address-save button:hover {
	background: var(--bi-color-primary) !important;
	border-color: var(--bi-color-primary) !important;
	opacity: .8;
	transition: 200ms;
}

@media (max-width: 600px){
	.bi-basket-item-column {
		padding: 10px;
	}

	.bi-basket-image-container {
		margin-right: 10px;
	}

	.bi-basket-wrapper .bi-basket-image-container .image {
		width: 110px;
	}

	.bi-basket-variant span {
		display: block;
	}

	.bi-basket-wrapper .bi-basket-item-content .product-name {
		width: 180px;
		margin-bottom: 15px;
	}

	.bi-basket-wrapper .bi-basket-bottom-container {
		margin-top: 15px;
	}

	.bi-remove-item {
		width: 20px;
	}

	.bi-remove-item span {
		display: none;
	}

	.bi-basket-variant-section li {
		width: 100%;
	}
}
@media (max-width: 991px){
	.bi-advert, .bi-nav-section, footer, .bi-basket-summary, .bi-basket-summary-approve {display: none}
	.bi-basket-detail {margin-top: 65px;margin-bottom: 0}

	.bi-basket-middle {margin-bottom: 75px}

	.bi-empty-basket {flex-direction: column;margin-bottom: 15px}
	.bi-empty-basket-section-two {width: 100%}
	.bi-empty-basket-section-two a {width: 100%}
	.bi-empty-basket-section-one {margin-bottom: 20px}

	.bi-mobile-sub-header {
		align-content:center;
	  background-color:#fff;
	  border:0;
	  border-bottom:1px solid #e2e2e2;
	  display:flex;
	  height:51px;
	  position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
	}

	.bi-mobile-sub-header .bi-left-icon {
		align-items: center;
		display: flex;
		height: 100%;
		justify-content: space-between;
		left: 8px;
		position: absolute;
		top: 0;
	}

	.bi-mobile-sub-header .bi-left-icon img {width: 23px;height: 100%}

	.bi-mobile-sub-header .bi-page-title {
		display: flex;
		flex: 12;
		justify-content: center;
		text-align: center;
	}

	.bi-mobile-sub-header .bi-page-title .bi-text {line-height: 51px;font-size: 15px;}

	.bi-card-fixed {
		display: block;
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		z-index: 99;
		background: #ffffff;
		min-height: 60px;
		border-top: 1px solid #e2e2e2;
	}
	.bi-cart-total-process {display: flex;align-items: center;justify-content: space-between;width: 100%}
	.bi-cart-total {padding: 10px}
	.bi-cart-total-container {display: flex;align-items: center;}
	.bi-cart-confirm {width: 200px;padding: 10px}
	.bi-cart-confirm a {
		width: 100%;
	  height: 48px;
	  padding: 12px 0;
	}
	.bi-cart-total-title {font-size: 12px;font-weight: 500;color: #666666}
	.bi-cart-total-price {font-size: 16px;font-weight: 600}
	.bi-cart-total-free {font-size: 11px;color: #0bc15c}

	.bi-cart-summary-container {
	  display: none;
	  pointer-events: none;
	  transition: all .2s cubic-bezier(.5,.46,.5,.49);
	}
	.bi-cart-summary-container.active{
	  display: block;
	  pointer-events: inherit;
	}

	.bi-cart-total-icon svg {transform: rotate(180deg);margin-right: 10px;color: var(--bi-color-primary);fill: var(--bi-color-primary);transition: all .2s ease;}
	.bi-cart-total-icon.active svg {transform: rotate(0deg);}

	.bi-cart-summary {display: flex;align-items: center;justify-content: space-between;padding: 0 10px;line-height: 30px}
	.bi-cart-summary:last-child {border-bottom: 1px solid #e8e8e8;}
	.bi-cart-summary-name {font-size: 12px;font-weight: 500;color: #666666}
	.bi-cart-summary-price {font-size: 13px;font-weight: 600;text-align: right}

	.bi-go-top {bottom: 75px}

	.modal-dialog.mobile {
		position: fixed !important;
		bottom: 0 !important;
		left: 0% !important;
		right: 0% !important;
		margin-bottom: 0 !important;
		margin: 0;
		max-width: 100%;
	}

	.modal-dialog.mobile .modal-content {
		border-radius: 0;
		border: 0;
	}

	.modal-dialog.mobile .modal-content .modal-title {
		font-size: 15px;
		font-weight: 500;
	}

	.bi-guest-user-bottom-sheet-button-container {
		display: flex;
		flex-direction: column;
		gap: 15px 0;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.bi-guest-user-bottom-sheet-button-container a {
	  border: 1px solid var(--bi-color-primary);
	  border-radius: 4px;
	  box-sizing: border-box;
	  color: var(--bi-color-primary) !important;
	  font-size: 13px;
	  font-weight: 500;
	  height: 44px;
	  padding: 12px 0;
	  text-align: center;
	}

	.bi-mobile-footer {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1180px){
	.bi-basket-product-other .product-price {
	  width: 80px;
	}
}