.disticheckout-cart .ajax-overlay,
.disticheckout-cart .ajax-overlay:after {
	position: absolute;
	top: 1px;
	bottom: 1px;
}

[dir] .disticheckout-cart .ajax-overlay, [dir] .disticheckout-cart .ajax-overlay:after {
	border-radius: 5px;
}

[dir=ltr] .disticheckout-cart .ajax-overlay, [dir=ltr] .disticheckout-cart .ajax-overlay:after {
	right: 1px;
	left: 1px;
}

[dir=rtl] .disticheckout-cart .ajax-overlay, [dir=rtl] .disticheckout-cart .ajax-overlay:after {
	left: 1px;
	right: 1px;
}

.disticheckout-cart .ajax-overlay {
	z-index: 100;
	display: none;
}

.disticheckout-cart .ajax-overlay:after {
	z-index: 101;
	content: ' ';
	opacity: 0.5;
}

[dir] .disticheckout-cart .ajax-overlay:after {
	background: #cccccc;
}

.disticheckout-cart .ajax-overlay:before {
	z-index: 102;
	position: absolute;
	top: 50%;
	font-family: 'Font Awesome 5 Free';
	content: "\f110";
	font-size: 4em;
	font-weight: 900;
}

[dir=ltr] .disticheckout-cart .ajax-overlay:before {
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	animation: fa-spin 1.5s infinite linear;
}

[dir=rtl] .disticheckout-cart .ajax-overlay:before {
	right: 50%;
	-ms-transform: translateX(50%) translateY(-50%);
	-moz-transform: translateX(50%) translateY(-50%);
	-webkit-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
	animation: fa-spin 1.5s infinite linear;
}

.disticheckout-cart.ajax-running {
	position: relative;
}

.disticheckout-cart.ajax-running .ajax-overlay {
	display: block;
}

[dir] #cart-items {
	margin: 0;
	background: #fff;
}

#cart-items .cart-empty-continue-btn {
	margin-bottom: 10px;
}

[dir] .cart-items-container .cart-item {
	padding: 15px 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #eff0f5;
}

[dir] #cart-items .cart-item:last-child {
	border-bottom: none;
}

.cart-item-thumb {
	height: 100px;
	overflow: hidden;
	position: relative;
	width: 100px;
	display: table-cell;
	vertical-align: top;
}

[dir] .cart-item-thumb {
	background: #fff;
	border: 3px solid #fff;
	text-align: center;
}

[dir=ltr] .cart-item-thumb {
	padding-left: 12px;
	padding-right: 10px;
}

[dir=rtl] .cart-item-thumb {
	padding-right: 12px;
	padding-left: 10px;
}

.cart-item-thumb span {
	height: 100px;
	width: 100px;
	display: block;
}

[dir] .cart-item-thumb span {
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.cart-item-details {
	display: table-cell;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

[dir] .cart-item-details {
	padding-bottom: 15px !important;
}

.container-fluid .cart-items-container .cart-item .cart-item-details .cart-item-title {
	max-width: 400px;
}

.ctech-wrapper .disticheckout-cart .coq-wrapper .ctech-form-group input[type="text"] {
	border-radius: 0;
	padding: 2px 4px;
	border: 1px solid #a8a8a8;
	box-sizing: border-box;
	width: 80%;
	margin-top: 10px;
	animation-name: mui-auto-fill-cancel;
	animation-duration: 10ms;
}
.disticheckout-cart .coq-wrapper .inline-input, .disticheckout-cart .coq-wrapper .edit-section .field-value {
	width: 80%;
}
.disticheckout-cart .coq-wrapper .edit-section .field-value {
	margin: 6px 0 0;
}
.disticheckout-cart .coq-wrapper .edit-section {
	position: relative;
}
.disticheckout-cart .coq-wrapper .actions {
	margin: 10px 6px 0;
}
.disticheckout-cart .coq-wrapper .actions a {
	font-size: 16px;
	padding: 5px 10px;
	background: #f5f5f5;
	border-radius: 4px;
	margin: 0;
	color: #eb3711;
}
.disticheckout-cart .coq-wrapper .edit-section fieldset {
	border: 3px solid #c12e41;
	position: absolute;
	pointer-events: none;
	width: 80%;
	overflow: hidden;
	top: -6px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px;
}
.disticheckout-cart .coq-wrapper .edit-section fieldset legend {
	font-size: 13px;
	letter-spacing: inherit;
	animation-duration: 10ms;
	transition: max-width 50ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
	max-width: 144px;
	padding: 0;
	border: none;
}
.disticheckout-cart .coq-wrapper .edit-section fieldset.show legend {
	transition: max-width 100ms cubic-bezier(0.0, 0, 0.2, 1) 50ms;
}
.disticheckout-cart .coq-wrapper input:focus, .disticheckout-cart .coq-wrapper span.hide-border input {
	outline: 0;
	box-shadow: none;
}
.disticheckout-cart .coq-wrapper .edit-section fieldset legend span {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 9px;
}
.disticheckout-cart .coq-wrapper .edit-section fieldset.hide {
	display: none;
}
.disticheckout-cart .cart-item-details .cart-item-title {
	max-width: 90%;
}

.disticheckout-cart .animated-group .ctech-col-form-input {
	padding: 0;
}

@media (max-width: 425px) {
	.cart-item-details .cart-item-title {
		max-width: 200px !important;
	}
}

@media (min-width: 426px) and (max-width: 979px) {
	#cart-items .cart-item-details .cart-item-title {
		max-width: 200px;
	}
}


.cart-item-details .cart-item-title {
	font-size: 16px !important;
	line-height: 1.4;
	color: #212121;
	outline: none;
	white-space: nowrap;
	overflow: hidden;
	max-height: 50px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	text-overflow: ellipsis;
	max-width: 300px;
}



[dir=ltr] .cart-item-details .cart-item-title {
	padding-left: 0;
}

[dir=rtl] .cart-item-details .cart-item-title {
	padding-right: 0;
}

.cart-item-details .cart-item-actions {
	margin-top: 5px;
	left: 10px;
	right: 10px;
	bottom: 3px;
}

.cart-items-container .cart-item-prices .main-price {
	font-weight: 400 !important;
	font-size: 13px !important;
	letter-spacing: 1px;
	line-height: 18px;
	color: #f57224;
	display: table;
	width: 100%;
	-webkit-transform: scale(1, 1.03);
	-moz-transform: scale(1, 1.03);
	-ms-transform: scale(1, 1.03);
	-o-transform: scale(1, 1.03);
}

.item-price-row {
	margin-bottom: 4px;
}
.qty-row {
    line-height: 1.5 !important;
}

.item-price-row .price-value {
    font-size: 13px;
}

[dir] .cart-item-prices .main-price {
	transform: scale(1, 1.03);
}

[dir=ltr] .cart-items-container .cart-item-prices .main-price {
	margin: 0;
}

[dir] input.item-quantity {
	float: right;
}

[dir=rtl] .cart-items-container .cart-item-prices .main-price {
	margin: 0 0 0 3px;
}

.cart-item-actions .cart-remove-item a {
	font-weight: 400;
	display: block;
}

[dir] .cart-item-actions .cart-remove-item a {
	padding: 5px 10px;
	background: #f5f5f5;
	border-radius: 4px;
	margin: 0;
}

.cart-item-actions .cart-remove-item .fa {
	color: #eb3711;
}

[dir] .cart-item-actions .cart-remove-item .fa {
	margin: auto 6px;
}

.cart-item-prices .cart-item-quantity span,
.cart-item-actions .cart-remove-item a,
.cart-item-actions .cart-remove-item a span,
.cart-item-actions .cart-remove-item a:hover {
	color: #686767;
	text-decoration: none;
}

.cart-item .cart-item-prices .cart-item-quantity input[type="number"].item-quantity {
	width: 90px;
	line-height: 20px;
	color: #f57224;
	font-weight: 400;
	font-size: 14px;
	height: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	display: inline-block;
}

[dir] .disticheckout-cart .cart-item .cart-item-prices .cart-item-quantity input[type="number"].item-quantity {
	text-align: right !important;
	border: 0;
	background: #ededed57;
	border-radius: 4px;
	margin: 0;
	box-shadow: unset;
	padding: 4px 7px;
	float: right;
}

[dir] .cart-item-prices .cart-item-quantity input:focus {
	box-shadow: none;
}

[dir] .disticheckout-cart .cart-items-list, [dir] .disticheckout-cart .cart-items-summary {
	padding: 0;
	background: #fff;
}

[dir] .disticheckout-cart .cart-items-list {
	overflow-x: hidden;
}

.line-total {
	font-size: 16px;
}

.cart-items-summary .title {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333;
}

[dir] .cart-items-summary .title {
	text-align: center;
	margin: 0;
	padding-top: 4px;
}

#cart-aio-summary .cart-items-promo .coupon-code {
	width: 70%;
	color: #666;
	font-size: 13px;
	line-height: 18px;
	height: 33px;
}

[dir] #cart-aio-summary .cart-items-promo .coupon-code {
	border: 1px solid #e8e8e8;
	padding: 0 10px;
	margin: 0;
}

[dir=ltr] #cart-aio-summary .cart-items-promo .coupon-code {
	float: left;
}

[dir=rtl] #cart-aio-summary .cart-items-promo .coupon-code {
	float: right;
}

.cart-items-promo .btn-apply-coupon {
	width: 30%;
	height: 33px;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
}

[dir] .cart-items-promo .btn-apply-coupon {
	padding: 0;
}

[dir=ltr] .cart-items-promo .btn-apply-coupon {
	float: left;
}

[dir=rtl] .cart-items-promo .btn-apply-coupon {
	float: right;
}

.cart-final-pricing .cart-final-price {
	overflow: hidden;
}

[dir] .cart-final-pricing .cart-final-price {
	padding: 5px 0;
}

.cart-final-pricing .cart-final-price .lbl-txt {
	color: #666;
}

[dir=ltr] .cart-final-pricing .cart-final-price .lbl-txt {
	float: left;
}

[dir=rtl] .cart-final-pricing .cart-final-price .lbl-txt {
	float: right;
}

.cart-final-pricing .cart-final-price .amt-lbl {
	color: #666;
}

[dir=ltr] .cart-final-pricing .cart-final-price .amt-lbl {
	float: right;
}

[dir=rtl] .cart-final-pricing .cart-final-price .amt-lbl {
	float: left;
}

#cart-items .cart-final-pricing .cart-final-price .grand-total {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 15px;
	height: 24px;
	color: #f57224;
	display: table;
	width: 100%;
	-webkit-transform: scale(1, 1.03);
	-moz-transform: scale(1, 1.03);
	-ms-transform: scale(1, 1.03);
	-o-transform: scale(1, 1.03);
}

[dir] #cart-items .cart-final-pricing .cart-final-price .grand-total {
	transform: scale(1, 1.03);
}

[dir] #cart-items hr.isolate {
	margin: 10px 0;
}

.cart-buttons .ctech-btn,
.cart-buttons .ctech-btn {
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
}

[dir] .cart-buttons .ctech-btn, [dir] .cart-buttons .ctech-btn {
	margin-bottom: 10px;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

[dir] .cart-buttons .ctech-btn, [dir] .cart-buttons .ctech-btn:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.cart-item-quantity .item-quantity span,
	.cart-remove-item .btn-remove-item span {
		display: none;
	}
	.cart-item-thumb,
	.cart-item-thumb span {
		width: 100px;
		height: 100px;
	}
}

#cart-items .cart-head .fa {
	font-size: 16px;
}

@media (min-width: 601px) {
	[dir] .disticheckout-cart .cart-items-list:hover {
		overflow-y: auto;
	}
}

.disticheckout-cart .cart-head button {
	padding: 0 7px;
	margin: 0 3px;
}

.disticheckout-cart .disticart-summary {
	background: #e6e6e6;
	margin-left: -15px;
	margin-right: -15px;
	bottom: 0;
}

.disticart-actions .continue-shop {
	margin-left: 10px;
}

.disticart-actions, .disticart-summary .line-total {
	margin-top: 12px;
}

.ctech-wrapper .disti-grand-total.ctech-col-md-4, .ctech-wrapper .disti-grand-total.ctech-col-4 {
	padding-left: 0;
	margin-top: 10px;
}

.ctech-wrapper .disticheckout-cart .lbl-grand-total.ctech-col-md-6, .ctech-wrapper .lbl-grand-total.ctech-col-6 {
	padding-left: 15px;
	text-align: right;
}

.ctech-wrapper .grand-total-val.ctech-col-md-6, .ctech-wrapper .grand-total-val.ctech-col-6 {
	padding-left: 0 !important;
	padding-right: 35px !important;
}

.ctech-wrapper .grand-total-val.ctech-col-6.cart-item-price {
	text-align: right !important;
}

.disticheckout-cart #cart-aio-summary .cart-buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

[dir] #cart-items .cart-items-container .cart-item {
	padding: 15px 5px 5px 5px !important;
}

@media (max-width: 1024px) {
	.cart-item-thumb, .cart-item-thumb span {
		width: 75px;
		height: 75px;
	}
	.disticheckout-cart .cart-items-list {
		overflow-y: auto;
	}
}

.cart-items-promo {
	margin-top: 15px;
}

.disticheckout-cart .ctech-row .cart-items-container {
	max-height: 280px;
}

.disticheckout-cart .dropdown-cart {
	left: unset;
	right: calc(50% - 80px);
}

@media (max-width: 768px) {
	.disticheckout-cart .checkout-btn {
		float: left;
		margin-bottom: 5px;
		width: 100%;
	}
	.disticheckout-cart .disticart-actions .continue-shop {
		margin-left: 0;
		width: 100%;
	}
	.checkout-btn span, .continue-shop span {
		font-size: 14px;
	}

	#cart-aio-summary.cart-items-summary {
		position: static !important;
	}

	#cart-items {
		height: 100%;
	}

	.disticheckout-cart .ctech-row .cart-items-container {
		max-height: 100%;
	}

	[dir] #cart-items .cart-items-container .cart-item {
		margin-right: 0;
		margin-left: 0;
		padding-bottom: 15px !important;
	}
	#cart-items .cart-items-container .cart-seller-items .cart-item.ctech-d-md-none:nth-last-child(2) {
		border-bottom: none;
	}
	#cart-aio-summary .disticart-summary .line-total {
		margin-top: 0;
		line-height: 20px;
	}
	.disticheckout-cart .disti-grand-total .dropdown-cart {
		left: -70px;
	}
	.ctech-wrapper .disticheckout-cart .lbl-grand-total.ctech-col-md-6 {
		text-align: left;
	}
}

[dir=ltr] .cart-item-information .item-seller .sold-by-label {
	float: left;
}

[dir=rtl] .cart-item-information .item-seller .sold-by-label {
	float: right;
	margin-left: 5px;
}

[dir=rtl] .cart-item .cart-item-details .sold-by-label {
	float: right;
	margin-left: 5px;
}

[dir=rtl] .cart-item .cart-item-details .discount-label {
	float: right;
}

[dir=rtl] .cart-item .cart-item-details .tax-label {
	float: right;
}

[dir=rtl] .cart-item .cart-item-details .shipping-label {
	float: right;
	margin-left: 5px;
}

[dir] .disticheckout-cart .cart-head {
	padding: 10px 5px 8px 11px;
	margin-bottom: 10px;
	background: #d4d3d3;
	width: 100%;
}

[dir] .disticheckout-cart .cart-items-summary {
	padding: 0;
	margin-top: 10px;
}

[dir] .disticheckout-cart .cart-items-summary .cart-final-pricing,
[dir] .disticheckout-cart .cart-items-summary .cart-items-promo,
[dir] .disticheckout-cart .cart-items-summary hr.isolate,
[dir] .disticheckout-cart .cart-items-summary .cart-final-pricing {
	padding: 0 18px;
}

.disticart-actions {
	margin-left: 15px;
}

.disticheckout-cart .sold-by-label {
	font-size: 13px !important;
}

.btn-next {
	cursor: pointer;
}

#checkoutform-editor fieldset.radio label, #checkoutform-editor div.radio label {
	min-width: 100px;
}

.disticart-summary .summary-total {
	padding-bottom: 8px;
}

.cart-errors {
	margin: 0 12px 5px;
	padding: 5px 3px;
	font-weight: bold;
}

#modal-cart {
	display: none !important;
}

@media (max-width: 500px) {
	.disticheckout-cart .cart-item-prices .item-price-row {
		font-size: 13px !important;
		line-height: 100% !important;
	}

	.disticheckout-cart .cart-item-prices .item-price-row .ctech-col-6 {
		padding-right: 0;
	}

	[dir] .cart-item-details {
		padding-bottom: 10px !important;
	}

	[dir] .cart-item .cart-item-prices .cart-item-quantity input[type="number"].item-quantity {
		line-height: 100% !important;
		padding: 0 7px;
	}

	[dir] .cart-item .cart-item-title {
		white-space: break-spaces !important;
	}

	#addresses .address-item {
		min-height: initial !important;
	}
}

#jform_checkoutform_ship_type input[type="radio"] + label {
	width: 100%;
	display: block;
	float: initial;
}

.animate-slide-up .ctech-modal-content {
	position: relative;
	animation: animate_slide_up 0.7s;
}

@keyframes animate_slide_up {
	from {
		bottom: -300px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}
