#bonask {
	padding: 30px;
	border-radius: 0;
}

#bonask-wrapper .title {
	background-color: #ffffff;
	padding: 13px 0;
	font-size: 18px;
	color: #000000;
	margin: 0;
	text-align: center;
	font-family: 'MuliSemiBold';
}

#bonask-wrapper .js-qv-product-cover {
	background-color: #f4f4f4;
	width: 230px;
	object-fit: cover;
}

.a-bon-ask:before {
	margin-right: 5px;
	content: '\e047';
	font-family: "fl-outicons";
	font-size: 14px;
}

#bonask-wrapper .submit {
	padding: 5px 0 0 0;
}

#bon_ask_question {
	padding: 11px 10px;
	background: #fff;
	color: #7a7a7a;
	border: 1px solid rgba(0, 0, 0, .125);
	resize: none;
	width: 100%;
	height: 100px;
	outline: none !important;
	font-size: 13px;
}

#bonask-wrapper .form-control {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	height: 42px;
}

#bonask-wrapper .bon_ask_box {
	margin-bottom: 0;
}

.bon_ask_box:first-child {
	margin-top: -5px;
}

#bonask-wrapper fieldset {
	margin-top: 0;
}

#bonask-wrapper .modal-body {
	overflow: hidden;
	padding:20px 30px
}
#bonask-wrapper .modal-dialog {
	display: flex;
	justify-content: center;
    width: 800px;
    top: 50%;
    left: 50%;
    z-index: 10002;
    background-color: #fff;
    transform: translate(-50%, -50%);
	min-height: 527px;
}
#bonask-wrapper .bon_ask_success {
	margin: 0 0 4px 0;
}
#bonask-wrapper sup {
	color: red;
	top: 0;
	left: 1px;
	font-size: 12px;
}

#bonask-wrapper label {
	font-size: 12px;
	display: block;
	text-align: left;
	margin: 15px 0 2px 0;
}

#bonask-wrapper .bon_ask_box:first-child label {
	margin: 0 0 2px 0;
}

#bonask .modal-content {
	border-radius: 0;
}

#bonask-wrapper .image-sticky-ask {
	display: flex;
	flex-direction: column;
	width: 44%;
	float: left;
	margin-right: 15px;
}

#bonask-wrapper label {
	text-align: left;
}

#bonask-wrapper .modal-content {
	border-radius: 0;
	width: 100%;
	border: 0;
}

#bonask .quickbuy_errors,
#bonask .quickbuy_success {
	margin: 0 15px;
	display: none;
	padding: 10px;
	line-height: 1.5;
}

#bon_ask_question label {
	margin: 0;
}

.a-bon-ask {
	color: #3a3a3a;
	margin-right: 20px;
	min-height: 20px;
}

.bon_ask_success.alert.alert-success {
	margin: 0;
}


#bonask-wrapper .popup-close {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 100;
	background-color: transparent;
	cursor: pointer;
	color: #fff;
	border: none;
}

#bonask-wrapper button.popup-close:after {
	content: '\e5cd';
	font-family: "Material Icons";
	font-size: 25px;
	color: #080808;
	transition: all 0.3s linear;
}

#bonask-wrapper .popup-close:focus {
	outline: none;
}

@media screen and (max-width: 768px) {
	#bonask-wrapper .modal.fade {
		width: 100%;
		height: 100%;
	}
	#bonask-wrapper .modal-dialog-centered.modal-dialog {
		height: 100%;
	}
	#bonask-wrapper .modal-dialog-centered.modal-dialog .modal-content{
		height:100%
	}
	#bonask-wrapper .modal-body{
		display: flex;
		flex-direction: column;
		height: calc(100% - 52px) ;
	}
	#bonask-wrapper .title{
		border-bottom: 1px solid #ddd;
		font-family: 'MuliSemiBold';
		font-size: 18px;
		text-transform: uppercase;
		text-align: center;
		font-weight: 600;
	}
	#bonask-wrapper .modal-body .image-sticky-ask{
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #ddd;
	}
	#bonask-wrapper .image-sticky-ask {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.25rem;
	}
	#bonask-wrapper .modal-body .image-sticky-ask img{
		width: 72px !important;
		height: 96px !important;
	}
	#bonask-wrapper .image-sticky-ask {
		display: block;
	}
	.modal-open .modal {
		padding: 0 17px;
	}
	#bonask-wrapper .modal-dialog {
	}

	#bonask-wrapper label {
		margin: 10px 0;
	}
	#bonask-wrapper div.popup-close {
		display: block !important;
		left: 20px;
		top: 11px;
	}
	#bonask-wrapper button.popup-close {
		display: none;
	}
	#bonask-wrapper .popup-close:after {
		color: #070707;
	}
	.bonask_form .submit .btn-primary {
		width: 100%;
	}
	#bonask-wrapper .submit{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		padding: 20px 15px;
		background: #fff;
		box-sizing: border-box;
		font-family: LoraMedium;
		font-size: 14px;
	}
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	#bonask-wrapper .modal-dialog {
		margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	#bonask-wrapper .modal-open .modal {
		margin: 0 10px
	}
}

@media screen and (max-width: 1000px) {
	#btn-bonask {
		margin-top: 0;
		float: none;
	}

	#bonask .popup-close {
		right: 0;
		top: 7px;

	}

	#bonask .popup-close:after {
		color: #3a3a3a;
		opacity: 0.75;
	}
}