.client-shipping-data-popup {
	width: 30% !important;
	min-width: 500px !important;
	padding: 35px !important;
}

.text-data-popup {
	width: 50% !important;
	min-width: 700px !important;
	padding: 35px !important;
}

.swal2-content textarea {
	font-size: 12px;
	line-height: 15px;
	padding: 15px;
	height: 230px;
}

#bulk-edit-wrapper {
	font-size: 0.8em;
	line-height: 1.5em;
}

#bulk-edit-wrapper select {
	font-size: 0.8em;
}

.swal2-title {
	font-size: 22px !important;
	display: inline-block;
	padding: 5px 15px !important;
}

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

.text-data-label span {
	width: 220px;
}

.client-shipping-data-label,
.text-data-label {
	margin: 0 0 20px 0;
	padding-right: 45px;
}

.client-shipping-data-label input,
.text-data-label input {
	width: 200px;
	font-size: 0.9em;
	max-width: none !important;
	margin: 0 !important;
}

.client-shipping-data-label input[type='checkbox'] {
	width: auto;
}

.client-shipping-data-label .input-check,
.text-data-label .input-check {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	position: absolute;
	right: 20px;
	color: #f00;
}

.text-data-title {
	font-weight: 700;
	text-decoration: underline;
	display: block;
	text-align: left;
	width: 100%;
}

.shopping-cart-wrapper {
	width: 100vw;
	height: -webkit-calc(100vh - 80.667px);
	height: -moz-calc(100vh - 80.667px);
	height: calc(100vh - 80.667px);
	background-color: #fff;
	min-height: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.shopping-cart-wrapper .cart-main {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: block;
}
.shopping-cart-wrapper .title {
	padding: 10px;
}
.dashboard-close-btn,
.shopping-cart-wrapper .close-btn {
	font-size: 16px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #1a1b1c;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #666;
}
.conf-btn,
.cart-options-btn-mobile,
.shopping-cart-wrapper .cart-options-btn,
.configurator-dashboard {
	border: 1px solid #008ad2;
	margin: 0 10px;
	background-color: #fff;
	color: #008ad2;
	font-size: 13.5px;
	font-weight: 600;
	padding: 5px 10px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.conf-btn {
	margin-top: 10px;
	padding: 10px 15px;
}
.shopping-cart-wrapper .cart-options-btn:hover {
	background-color: #008ad2;
	color: #fff;
}
.shopping-cart-wrapper .cart-options-btn,
.configurator-dashboard,
.cart-options-btn-mobile {
	border: 1px solid #008ad2;
	background-color: #fff;
	color: #008ad2;
}
.configurator-dashboard {
	margin: 0;
	padding: 10px;
}
.cart-options-btn-mobile {
	width: 150px;
	margin: 10px;
	padding: 10px 0px;
}
#popup-mobile-options {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.shopping-cart-wrapper .first-header {
	padding: 13px;
	background-color: #96a7bc;
	font-weight: 600;
}
.shopping-cart-wrapper .header-item {
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}
.shopping-cart-wrapper .first-header .header-item {
	font-size: 16px;
}
.shopping-cart-wrapper .total {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: 50px;
	/*border-top: 2px solid #0666DA;*/
	padding: 25px 25px;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-shadow: -5px 0px 10px #ddd;
	-moz-box-shadow: -5px 0px 10px #ddd;
	box-shadow: -5px 0px 10px #ddd;
	position: relative;
	z-index: 5;
}
.shopping-cart-wrapper .create-offer-btn-mobile,
.shopping-cart-wrapper .create-offer-btn {
	border: 1px solid #008ad2;
	background-color: #fff;
	width: 150px;
	font-weight: 600;
	color: #008ad2;
	font-size: 13px;
	height: 50px;
	padding: 0;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.shopping-cart-wrapper .calculations {
	min-width: 300px;
}

.shopping-cart-wrapper .shopping-cart .header {
	background-color: #f6f6f6;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	white-space: nowrap;
	font-weight: 400;
	padding: 10px;
	color: #333;
	position: relative;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b9b9b9;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b9b9b9;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b9b9b9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b9b9b9;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #b9b9b9;
}
input::placeholder,
textarea::placeholder {
	color: #b9b9b9;
}

.shopping-cart-wrapper .shopping-cart .button-options img {
	height: 24px;
	margin: 2px;
	cursor: pointer;
}
.cart-qty-btns {
	width: 25px;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #ddd;
}
.shopping-cart-wrapper .shopping-cart .header .quantity {
	width: 30px;
	text-align: center;
	font-size: 0.9em;
	padding: 4px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #ddd;
	background-color: #fff;
}
.shopping-cart-wrapper .shopping-cart .body {
	height: auto;
	padding: 10px 0;
}

.shopping-cart-wrapper .shopping-cart .item-img {
	width: 95%;
	cursor: pointer;
}
.shopping-cart-wrapper .shopping-cart .admin-notes {
	width: 100%;
	color: #b60000;
	line-height: 20px;
	border: #d6d2d2 1px solid;
	padding: 8px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.shopping-cart-wrapper .shopping-cart .configurator-notes {
	width: 100%;
	padding: 5px 7px 5px 7px;
	color: #666;
	margin: 10px 0px 10px 0px;
	font-size: 12px;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: #d6d2d2 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.shopping-cart .body .div_admin_notes {
	width: 20% !important;
	margin-left: 2%;
}

.div_last_co {
	width: 5%;
}
.empty-cart {
	margin-top: 100px;
	text-align: center;
}
.shopping-cart-wrapper .shopping-cart .description div {
	float: left;
	clear: both;
	margin-bottom: 10px;
}
.shopping-cart-wrapper .shopping-cart .prop-title {
	color: #4a4a4a;
	font-size: 12px;
	font-weight: 700;
	display: inline;
	width: 30%;
	float: left;
	white-space: nowrap;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.shopping-cart-wrapper .shopping-cart .prop-value {
	font-size: 12px;
	line-height: 16px;
	color: #848484;
	float: left;
	display: -ms-inline-grid;
	display: inline-grid;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.shopping-cart-wrapper .shopping-cart .body .description {
	text-align: left;
	font-size: 1.2em;
	padding: 0 0 20px 0;
	color: #333;
}
.mobile-cart-header {
	padding: 10px 12px 10px 4px;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	-moz-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
	z-index: 5;
	max-height: 55px;
}
.congrats-page-wrapper {
	padding: 30px;
	margin-top: 40px;
}

.congrats-page-wrapper span {
	text-align: center;
}

.congrats-page-wrapper div {
	margin: 30px;
	font-size: 15px;
	line-height: 24px;
}

.congrats-page-wrapper a {
	color: #008ad2;
}

.congrats-page-wrapper button {
	font-size: 14px;
	padding: 15px 25px;
	background-color: #fff;
	font-weight: 500;
	border: 1px solid #008ad2;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.demo-cart-footer {
	padding: 20px;
}

.toggle-view-btn {
	border: 1px solid #ececec;
	background-color: #fff;
	padding: 8px 15px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 14px;
}

.img-cutsom-item {
	/*max-height: 300px;*/
}
