.shoppingCart {
	color: rgba(0, 0, 0, 0.87);
}

.shopping-cart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.guest-buy-cart .successContent {
	color: #202020;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.guest-buy-cart .successMessage {
	color: #202020 !important;
}

.guest-buy-cart .successContent .pink-200 {
	color: #ff41b4 !important;
}

.guest-buy-cart .table th, .guest-buy-cart .table td {
	font-weight: 400;
	border-color: #FFFFFF61;
}

.model_name {
	color: rgba(0, 0, 0, 0.87);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.model_name_wrapper{
	display: flex;
}

.cancel {
	color: rgba(0, 0, 0, 0.6);
	font-size: 20px;
}

.checkout-total {
	padding: 20px 0;
}

.checkout-total .promo-input {
	position: relative;
	right: 11px;
	bottom: 1px;
}

.checkout-total .col-sm-3{
	padding: 0;
}

.close-btn {
	color: rgba(0, 0, 0, 0.6);
}

.emptyCart {
	text-align: center;
	padding-bottom: 10px;
}
.emptyCart h1 {
	font-size: 20px;
}

.cancelPromo {
	margin-top: 8px;
	margin-left: 10px;
	font-size: 14px;
	height: 32px;
	background-color: #555555;
	color: #fff;
}

.categoryDisplay {
	margin-bottom: 5px;
	color: #36B1EA;
}

.previouslyPurchased {
	margin-bottom: 5px;
	color: red;
	font-style: normal;
	font-size: 12px;
}


.cancelPromoMobile {
	margin-top: 8px;
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 14px;
	height: 32px;
	background-color: #555555;
	color: #fff;
}

.cancelPromoBottom {
	font-size: 14px;
	height: 32px;
	background-color: #555555;
	color: #fff;
}

.fti-1-input:disabled{
	border: none;
}

.cartTotalTooLowMessage {
   padding: 20px;
	text-align: center;
	margin: 0;
    background-color: #F068960A;
    color: #fff;
}

.cancelPromo:hover, .cancelPromo:focus, .cancelPromoMobile:hover, .cancelPromoMobile:focus, .cancelPromoBottom:hover, .cancelPromoBottom:focus {
	color: #fff;
}

.code {
	margin-top: 10px;
}

.multipleCouponModal .modal-content {
	text-align: center;
	padding: 20px;
}

.multipleCouponModal .close {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.totalCart, .totalCartText {
	font-size: 16pt;
	color: #36B1EA;
	font-weight: bold;
}

.popover-content {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.popover.bottom {
	.popover-content {
		border-radius: 5px !important;
	}
	border-radius: 5px !important;
	opacity: 0.8;
}

.popover.bottom>.arrow:after {
	border-bottom-color: rgba(0, 0, 0, 0.5);
}

.popover {
	padding: 0;
}

.lineThrough {
	font-weight: bold;
}

.noLine {
	font-weight: bold;
	margin-left: 20px;
}

@media (min-width: 768px) {
	.codeText {
		font-size: 12pt !important;
	}
}

.promoCodeText {
	display: none;
}

@media (max-width:991px) {
	.codeText {
		padding-top: 1rem;
	}
	.promoCodeText {
		font-size: 18px !important;
		margin-bottom: 0px !important;
		display: block;
	}
}

.subtotal {
	color: rgba(0, 0, 0, 0.87);
}

.checkout-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.checkout-info span {
	font-size: 24px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.87);
}

.dp_confirm_label {
	font-weight: bold;
	padding-left: 5px;
	font-size: 14px!important;
}

#discount-wrapper *{
	color: var(--pink-200);
	font-size: 20px;
}
.discounts {
	color: var(--pink-200);
}

#total-cart-balance {
	color: #8bd7fa !important
}

.checkout-info > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.names {
	background-color: rgba(255, 65, 180, 0.04);
	color: rgba(0, 0, 0, 0.87);
	font-weight: 500;
	font-size: 14px;
	display: flex;
	padding: 26px 26px 26px 50px;
	margin: 0;
}
.names > div {
	padding: 0;

}

.items {
	margin-top: 20px;
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	.items {
		padding: 26px 26px 0 50px;
	}
}

.items > div {
	padding: 0;
}
.itemsNoBorder {
	margin: 25px 0 0 0;
}

.promo {
	padding: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}

.promo:not(:last-child) {
	border-bottom: solid 1px var(--border-color);
}

.promoInput:disabled {
	border: none;
}

.promo-input{
	display: flex;
	width: 100%;
}

@media (min-width: 768px) {
	.promoMobile {
		background-color: rgb(225, 225, 225);
		max-height: 200px;
	}
}

.promoMobile {
	text-align: center;
}

.promo-input {
	display: flex;
	width: 100%;
	flex: 100%;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.promo-input input {
	height: 48px;
	max-width: 400px;
	border-width: 1px;
}

.promo-input input::placeholder {
	color: #000000;
	font-weight: 400;
	font-size: 16px;

}

.promo-input .popover.fade.top.in {
	z-index: 1;
}

.promo-input .popover.top>.arrow {
    border-top-color: rgba(0, 0, 0, 0.5) !important;
}

.promo-input .popover.top>.arrow:after {
    border-top-color: #ffffff !important;
}

.promo-input .popover-content {
	background-color: transparent;
}

@media (min-width: 768px) {
	.checkoutTable {
		border: solid 1px var(--border-color);
		margin-top: 20px;
		border-radius: 6px;
		margin-bottom: 30px;
	}
}

.checkoutTable > div{
	margin-left: 0;
	margin-right: 0;
}

.artist-exempted-msg {
    font-size: 12px;
    color: #F55197;
	text-align: left;
	font-weight: 600;
}
.artist-exempted-msg ul{
	padding-left: 10px;
	list-style: none;
}
.artist-exempted-msg li:before {
	content: '* ';
    margin-left: -10px;
}

.item-exempted-msg {
    font-size: 12px;
    color: #F55197;
	text-align: left;
	font-weight: 600;
}
.item-exempted-msg ul{
	padding-left: 10px;
	list-style: none;
}
.item-exempted-msg li:before {
	content: '* ';
    margin-left: -10px;
}

@media (max-width: 767px) {
	.guest-buy-cart .cvv-group {
		margin-top: 0px;
	}
	.checkoutTable {
		padding: 0px;
		margin-bottom: 3px;
	}

	.checkoutTable a {
		text-decoration: underline;
	}

	.checkoutTable .items {
		position: relative;
		margin-top: 60px;
		margin-bottom: 0;
	}

	.checkoutTable .close-icon-wrapper {
		position: absolute;
		top: -3rem;
		right: 0;
	}

	.checkoutTable .cart-title .title {
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.1px;
		color: rgba(0, 0, 0, 0.87);
		text-decoration: none;
	}

	.checkoutTable .cart-title .mobile-view-model-name {
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0.4px;
		color: rgba(0, 0, 0, 0.87);
	}

	.checkoutTable .item-description-wrapper .item-image img {
		max-width: 110px;
	}

	.checkoutTable .item-description-wrapper .item-description {
		display: none;
		visibility: hidden;
	}

	.checkoutTable .codeText {
		font-size: 14px;
		margin-top: 17px;
		margin-bottom: 9px;
	}

	.checkoutTable .subtotal {
		margin: 9px 0;
		font-weight: 300;
		color: rgba(255, 255, 255, 0.87);
	}

	.checkoutTable .promoInput,
	.checkout-total .promo-input input {
		background: transparent;
		height: 48px;
		border: 1px solid;
		border-radius: 6px;
    	margin-bottom: 6px;
		font-size: 20px;
		font-weight: 500;
	}

	.checkoutTable button {
		border: none;
		height: 33px;
	}

	.checkout-total {
		flex-direction: column;
		padding-top: 0;
	}

	.checkout-total > div {
		padding: 0;
	}

	.checkout-total .code {
		margin-top: 1px;
	}

	.checkout-total .promo-input {
		margin-top: 0;
		background-color: #FFFFFF;
		display: flex;
		flex-direction: column;
		padding: 6px;
		left: 0;
	}

	.checkout-total button {
		border: none;
		height: 33px;
		width: 100%;
	}

	.checkout-info {
		margin-top: 17px;
	}

	.checkout-info > div span {
		font-size: 20px;
	}

	.checkout-info .taxes-wrapper {
		visibility: hidden;
		display: flex !important;
	}

	.checkout-info .taxes-wrapper span {
		font-size: 14px;
	}

	.promo-input > span {
		width: 100%;
		margin-bottom: 2rem;
	}

	.shopping-cart-header {
		margin-top: -10px;
	}

	.shopping-cart-header .btn-primary {
		border: none;
	}

	.pl-xs-0 {
		padding-left: 0 !important;
	}
	.pr-xs-0 {
		padding-right: 0 !important;
	}
	.pt-xs-0 {
		padding-top: 0 !important;
	}
	.pb-xs-0 {
		padding-bottom: 0 !important;
	}
	.mb-xs-0 {
		margin-bottom: 0 !important;
	}

	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.cartSubmit {
		margin-top: 5px;
	}

	.popover.bottom>.arrow:after {
		top: 2px;
	}

	/*.artist-exempted-msg {
		margin-top: 0px;
		padding-left: 0px;
		text-align: center;
	}*/
	/*
	.item-exempted-msg {
		margin-top: 0px;
		padding-left: 0px;
		text-align: left;
	}*/


}

.avatarSmall {
	margin-top: 20px;
	height: 50px;
	width: 50px;
	background-color: #ccc;
	font-size: 34px;
	font-weight: 500;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	display: block;
}

.roundModelPic {
	margin: 20px 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.cartImage {
	max-height: 100px;
}

.description {
	color: var(--cart-description-color);
	text-overflow: ellipsis;
	overflow: hidden;
}

.multipleIcon {
	font-size: 34px;
	color: #EFEF1A;
	margin-bottom: 20px;
}

.multipleAlert {
	font-size: 24px;
	font-size: 1em;
}

.title {
	color: rgba(0, 0, 0, 0.87);
}

.title h6{
	margin: 0;
	text-overflow: ellipsis;
    overflow: hidden;
}

.item-description-wrapper {
	display: flex;
	gap: 10px;
}

.item-description {
	display: flex;
	flex-direction: column;
	gap: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.cost {
	margin: 0;
	font-size: 24px;
}

.itemInfo {
	margin-top: 20px;
}

.container {
    width: 100%;
    max-width: 1580px;
}

/* Modals */
.member-buy-cart .modal-dialog {
	width: 460px;
}
.modal-content {
	padding: 30px;
	background: #fff;
}
.guest-buy-cart .table{
	color: #202020;
    font-weight: 400;
    border: solid 1px #FFFFFF61;
    background: #f5f5f5;
}

.guest-buy-cart .table td{
	padding: 20px;
}

.guest-buy-cart .table th{
	padding: 20px;
	border-width: 1px;
}

.guest-buy-cart .table tr.blurred{
	filter: blur(3px);
}
.guest-buy-cart .form-group .form-control:-webkit-autofill,
.guest-buy-cart .form-group .form-control:-webkit-autofill:hover,
.guest-buy-cart .form-group .form-control:-webkit-autofill:focus,
.guest-buy-cart .form-group .form-control:-webkit-autofill:active,
.guest-buy-cart .form-group .form-control:-webkit-autofill::first-line {
	box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important;
	-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important;
	background: #fff !important;
	color: #555 !important;
}
.member-buy-cart .checkout .fa {
	color: #36B1EA;
}
.member-buy-cart .close-btn .fa {
	font-size: 20px;
	color: #ccc;
}
.member-buy-cart .success-btns, .guest-buy-cart .success-btns {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.member-buy-cart .totalCheckout {
	padding: 10px;
	margin: 20px 0;
}
.member-buy-cart .totalCheckout h2 {
	font-size: 20px;
	color: #FFFFFFDE;
	margin: 0;
}

.member-buy-cart h2.successMessage {
	margin-bottom: 25px;
}

#guestShoppingCartForm .promo-discount {
	font-size: 16px;
	font-weight: 600;
	color: #36b1ea;
}

#paymentModal .processing-fee,
#paymentModal .totalCheckout .pull-left,
#paymentModal .totalCheckout .totalCartAmount{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
}

#paymentModal .processing-fee .pull-left,
#paymentModal .totalCheckout .pull-left{
	opacity: 0.6;
}

@media (max-width: 767px) {
	#paymentModal .totalCheckout {
		margin-top: 23px;
	}
}

#paymentModal .processing-fee .processingFeeAmount,
#paymentModal .totalCheckout .processingFeeAmount{
	opacity: 0.87;
}

.mobile-logo-back-arrow {
	display: inline;
}

.cart-clips {
	padding-left: 0;
	padding-right: 0;
}
.cart-title {
	padding-left: 10px;
	padding-right: 0;
}
.mobile-view-model-name {
	margin-top: 5px;
}

#cart-spend-limit-messages {
	background-color: #fff;
    padding: 20px;
	margin-top: 10px;
}

#cart-spend-limit-messages ul {
	list-style: square;
}

#cart-spend-limit-messages .text-bold {
	font-weight: bold;
}

#paymentModal .successContent .btn-secondary {
	color: #fff;
	background: #03A9F4;
}

#paymentModal .blue-200 {
	color: #03A9F4;
}

.shoping-cart-container .items .close-icon-wrapper .cancel {
    float: right;
    height: 32px;
    width: 32px;
    background: transparent;
    border: none;
    background-image: url(../../../../images/cross-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.shoping-cart-container #cartForm .close-icon-wrapper {
    display: block;
    visibility: visible;
}

/* fti-1 promo-input */
.shoping-cart-container .promo {
	border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

.shoping-cart-container .promo-info {
	border-top: solid 1px var(--border-color);
}

.shoping-cart-container .promo-input {
	display: block;
}

.shoping-cart-container .item-delimiter {
	display: contents;
}

.shoping-cart-container .promo button {
	margin-top: 1px;
}

.shoping-cart-container .fti-1-fieldset {
	transition: all 0.3s ease;
}

.shoping-cart-container .fti-1-legend {
	display: none;
}

.shoping-cart-container .codeText {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	align-items: center;
	letter-spacing: 0.1px;
	color: rgba(0, 0, 0, 0.6);
}

.shoping-cart-container .cartSubmit,
.shoping-cart-container .fti-1-input,
.shoping-cart-container .promo-input button {
	min-height: 48px;
}

.shoping-cart-container .fti-1-input {
	padding: 16px;
	overflow: hidden;
}

.shoping-cart-container .fti-1-errors-wrap {
	display: none; 
	position: absolute;
}

.shoping-cart-container .fti-1-errors-wrap li {
	position: relative;
}

.shoping-cart-container .promo-input button {
	min-width: 68px;
}

.shoping-cart-container .shoping-cart-item-delimiter {
	display: none;
	border: none;
}

@media (max-width: 1041px) {
	.shoping-cart-container .fti-1-errors-wrap {
		position: static;
	}

	.shoping-cart-container .promoInput {
		border: none; 
		border-radius: 0;
		margin-bottom: 0;
		max-width: 100%;
	}

	.shoping-cart-container .promo {
		display: block;
		border: none;
	}

	.shoping-cart-container .promo-input {
		display: block;
	}

	.shoping-cart-container .codeText,
	.shoping-cart-container .subtotal {
		text-align: center;
	}

	.shoping-cart-container .codeText,
	.shoping-cart-container .promo-input-wrap,
	.shoping-cart-container .promo button,
	.shoping-cart-container .subtotal {
		margin-bottom: 10px;
	}

	.shoping-cart-container .promo-input-wrap {
		padding: 0;
	}

	.shoping-cart-container .items {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.shoping-cart-container .subtotal {
		letter-spacing: 0.15px;
		color: rgba(0, 0, 0, 0.87);
	}

	.shoping-cart-container .shoping-cart-item-delimiter {
		display: block;
		height: 1px;
		background: rgba(0, 0, 0, 0.12);
	}

	.shoping-cart-container .promo-info {
		padding: 10px 26px 0 50px;
	}

	.shoping-cart-container .promo,
	.shoping-cart-container .promo-info .col-xs-12 {
		padding: 0;
	}

	.shoping-cart-container .item-delimiter {
		display: block;
	}
}

@media (max-width: 767px) {
	.shoping-cart-container .promo-info {
		padding: 10px 0 0 0;
	}

	.shoping-cart-container .code .promo-input {
		padding-top: 20px;
	}

	.code .promo-input .promo-input-wrap {
		margin-right: 0;
	}

	.checkout-total .code {
		margin-bottom: 0;
	}
}

@media (min-width:992px) and (max-width:1041px) {
    .shoping-cart-container .promo {
        display: flex;
		flex-wrap: wrap;
    }

	.shoping-cart-container .promo-input-wrap,
	.shoping-cart-container .applyPromo {
		margin-right: 10px;
	}

	.shoping-cart-container .codeText {
		text-align: left;
	}

	.checkout-total .code {
		margin-bottom: -4px;
	}
}

@media (min-width:1041px) {
	.checkout-total .code {
		margin-bottom: 6px;
	}
}

.shoping-cart-container .promo-info:last-child .promo {
    border-bottom: none
}

.code .promo-input-wrap {
	margin-right: 10px;
}

.shoping-cart-container .btn-primary {
	border-color: inherit;
}

.shoping-cart-container .code .promo-input {
	display: flex;
	place-items: baseline;
}

.checkout-total .promo-input input,
.shoping-cart-container .code .fti-1-input {
	max-width: 100%;
	min-width: 280px;
	border: none;
	box-shadow: none;
}

.shoping-cart-container .code .promo-input-wrap {
	width: 100%;
}
/* fti-1 promo-input */

#top_sell_slider .fa-camera {
	color: #00000099;
}