@font-face {
	font-family: "fl-outicons";
	src: url("./../fonts/fl-outicons.eot");
	src: url("../fonts/fl-outicons.eot#iefix") format("embedded-opentype"),
		url("../fonts/fl-outicons.woff") format("woff"),
		url("../fonts/fl-outicons.ttf") format("truetype"),
		url("../fonts/fl-outicons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fl-outicons-ico,
[class^="fl-outicons-"]:before,
[class*=" fl-outicons-"]:before,
[class^="fl-outicons-"]:after,
[class*=" fl-outicons-"]:after {
	font-family: 'fl-outicons';
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
}

.fl-outicons-question5:before {
	content: "\e047";
}

#bonask {
	padding: 30px;
	border-radius: 0;
}

#bonask-wrapper .title {
	padding: 13px 0;
	font-weight: 600;    
    font-size: 1rem;
    text-transform: uppercase;	
    color: #fbfbfb;
    margin: 0;
}
html.light #bonask-wrapper .title {
    color: #232323
}

.js-qv-product-cover {
	background: linear-gradient(197deg, rgba(255,255,255,.2), #fff 60%)
}
    html.light .js-qv-product-cover {
        background: linear-gradient(197deg, transparent, #e4ebf4 60%) 
    }

#bonask-wrapper .submit {
	padding: 5px 0 0 0;
    text-align: right
}

#bon_ask_question {
	padding: 11px 10px;
	background: #fff;
	color: #7a7a7a;
	border: none;
	resize: none;
	width: 100%;
	height: 147px;
	outline: none !important;
	font-size: 13px;
}

#bonask-wrapper .form-control {
	background: rgba(255,255,255,.5);	
	height: 28px;
	color: #fbfbfb;
	font-size: .875rem;
}
    html.light #bon_ask_question,
     html.light #bonask-wrapper .form-control {
        background: #e4ebf4;
        color: #232323}

#bonask-wrapper .bon_ask_box {
	margin-bottom: 0;
    line-height: 1.1em;
}

.bon_ask_box:first-child {
	margin-top: -5px;
}

#bonask-wrapper fieldset {
	margin-top: 0;
}

#bonask-wrapper .modal-body {
	overflow: hidden;
}
#bonask-wrapper .modal-dialog {
	display: flex;
	justify-content: center;
	max-width: 700px;
}
#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 {
    color: #8c8d91;
	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 {
	width: 50%;
	float: left;
	margin-right: 15px;
}

#bonask-wrapper label {
	text-align: left;
}

#bonask-wrapper .modal-content {
	border-radius: 0;
	width: 100%;
}

#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 {
    display: inline-block;
    padding-top: 1rem;
	margin-right: 20px;
	min-height: 20px;
	color: #8bbeff;
	font-size: .875rem;
}
.a-bon-ask svg {
	fill: #bec4cb;
	transform: skewY(10deg);
	transform-origin: center;
}

    html.light .a-bon-ask {
        color: rgba(251, 251, 251, .833);
    }
    html.light .a-bon-ask svg { 
        fill: #f3f8ff 
    }

.a-bon-ask span {
    display: block;    
}
.a-bon-ask > span {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
.a-bon-ask span span {
	font-size: .675rem;
	transform: scaleX(1.2);
	transform-origin: left;
	line-height: 1.1rem;
}

.bon_ask_success.alert.alert-success {
	margin: 0;
}

.quickview .a-bon-ask {
    display: none;
    visibility: hidden
}

.bonask_send {
	filter: grayscale(.7);
}

#bonask-wrapper .popup-close:focus {
	outline: none;
}

#bonask-wrapper .modal-footer {
	padding: 15px;
	background: linear-gradient(20deg, transparent 40%, rgba(1, 7, 15, .922), rgba(1, 7, 15, .922));
}

/* style custom html */

.product-delivery-time {
	font-size: .875rem;
}

.product-delivery-time i {
	font-size: 18px;
	vertical-align: top;
	margin-right: 4px;
}

@media screen and (max-width: 768px) {

	#bonask-wrapper .image-sticky-ask {
		display: none;
	}
	.modal-open .modal {
		padding: 0 17px;
	}
	#bonask-wrapper .modal-dialog {
		margin: 100px 10px;
	}

	#bonask-wrapper label {
		margin: 10px 0;
	}
	#bonask-wrapper .popup-close:after {
		color: #3e3e3e;
	}
}

@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;
	}
}