
/*
TODO FE:
 this is roughly copied form kadra project
 make it more universal
*/

#main .fws-qr-quickreorder {
	max-width: 1200px;
}

.fws-qr-quickreorder svg {
	width: 64px;
}

.fws-qr-quickreorder select {
	width: 100%;
}

.fws-qr-quickreorder button {
	padding: 0.3em 1em;
	margin-right: 2em;
}

.fws-qr-quickreorder .search-filter {
	background-color: #f7f6f4;
	padding-bottom: 40px;
}

.fws-qr-quickreorder .search-filter__content-wrapper {
	padding-top: 45px;
}

.fws-qr-quickreorder .search-filter__title {
	margin-bottom: 36px;
}

.fws-qr-quickreorder .search-filter__container {
	background-color: #efece5;
	padding: 17px 33px 20px 34px;
}



.fws-qr-quickreorder .search-filter__top {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


.fws-qr-quickreorder .search-filter__top-title {
	font-family: "Hind", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	color: #000;
	letter-spacing: .5px;
	display: block;
	margin-left: 3px;
}


.fws-qr-quickreorder .search-filter__top-title-icon {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	font-size: 25px;
	position: absolute;
	top: 50%;
	right: -5px;
	cursor: pointer;
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}


.fws-qr-quickreorder .search-filter__top-title-icon--rotate {
	-webkit-transform: translateY(-50%) rotateY(180deg);
	transform: translateY(-50%) rotateY(180deg);
	-webkit-transition: 350ms ease;
	transition: 350ms ease;
}

.fws-qr-quickreorder .search-filter__body {
	margin-top: 23px;
}


.fws-qr-quickreorder .search-filter__body-top {
	position: relative;
	margin-bottom: 46px;
}


.fws-qr-quickreorder .search-filter__body-top-input {
	width: 100%;
	border-radius: 6px;
	background-color: #fff;
	height: 56px;
	font-size: 16px;
	font-weight: 400;
	color: #7a7876;
	font-family: "Hind", Arial, Helvetica, sans-serif;
	border: 0;
	padding: 5px 25px;
}



.fws-qr-quickreorder .search-filter__body-top-options-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 17px;
}



.fws-qr-quickreorder .search-filter__body-top-options-wrapper .select2-container {
	width: 100%;
	height: 58px;
}


.fws-qr-quickreorder .search-filter__body-top-options-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
	right: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.fws-qr-quickreorder .search-filter__body-top-options-wrapper .select2-container .select2-selection--single .select2-selection__arrow::before {
	content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" class=\"svg-inline--fa fa-chevron-down fa-w-14\" data-icon=\"chevron-down\" data-prefix=\"fas\" viewBox=\"0 0 448 512\" fill=\"currentColor\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"/></svg>");
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 16px;
	height: 18px;
	font-size: 16px;
	opacity: .5;
}

.fws-qr-quickreorder .search-filter__body-top-options-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.fws-qr-quickreorder .search-filter__body-top-options-wrapper .select2-selection {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	border: 1px solid #00be9d;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fws-qr-quickreorder .search-filter__body-top-options-wrapper .placeholder-img-d-none img {
	display: none;
}

.fws-qr-quickreorder .search-filter__body-top-options-container {
	max-width: 283px;
	width: 100%;
}


.fws-qr-quickreorder .search-filter__body-top-options-container:not(:last-child) {
	margin-right: 36px;
}


.fws-qr-quickreorder .search-filter__body-top-options-container .v-select {
	background-color: #fff;
	border: 2px solid #f2f2f2;
	border-radius: 6px;
	width: 100%;
	max-width: 100%;
	height: 57px;
	margin-right: 0;
}

.fws-qr-quickreorder .search-filter__body-top-options-container--with-img {
	margin-right: 36px;
	max-width: 411px;
	width: 100%;
}


.fws-qr-quickreorder .search-filter__body-top-options-container--with-img .v-select {
	background-color: #fff;
	border: 1px solid #00be9d;
	border-radius: 6px;
	width: 100%;
	max-width: 100%;
	height: 57px;
	margin-right: 0;
}

.fws-qr-quickreorder .search-filter__body-top-options-title {
	font-family: "Hind", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #969696;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	letter-spacing: .5px;
}

.fws-qr-quickreorder .search-filter__body-top-options-title:last-child {
	margin-left: 17px;
}

.fws-qr-quickreorder .search-filter-dropdown-img .select2-results__option span {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fws-qr-quickreorder .search-filter-dropdown-img .select2-results__option span img {
	width: 44px;
	height: 45px;
	margin-right: 13px;
}

.fws-qr-quickreorder .search-filter__body-top-options-date {
	width: 100%;
	height: 56px;
	border-radius: 6px;
	border: 2px solid #f2f2f2;
	background-color: #fff;
	padding: 5px 22px;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	font-family: "Hind", Arial, Helvetica, sans-serif;
}

.fws-qr-quickreorder .search-filter__body-top-options-date::-webkit-input-placeholder {
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
	color: #969696;
	font-family: "Hind", Arial, Helvetica, sans-serif;
}

.fws-qr-quickreorder .search-filter__body-top-options-date::-moz-placeholder {
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
	color: #969696;
	font-family: "Hind", Arial, Helvetica, sans-serif;
}

.fws-qr-quickreorder .search-filter__body-top-options-date:-ms-input-placeholder {
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
	color: #969696;
	font-family: "Hind", Arial, Helvetica, sans-serif;
}

.fws-qr-quickreorder .search-filter__body-top-options-date::-ms-input-placeholder {
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
	color: #969696;
	font-family: "Hind", Arial, Helvetica, sans-serif;
}

.fws-qr-quickreorder .search-filter__body-top-options-date::placeholder {
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
	color: #969696;
	font-family: "Hind", Arial, Helvetica, sans-serif;
}


.fws-qr-quickreorder .search-filter__body-top-options-container--calendar {
	position: relative;
	max-width: 226px;
	width: 100%;
}


.fws-qr-quickreorder .search-filter__body-top-options-date-icon {
	position: absolute;
	top: 50%;
	right: 16px;
	font-size: 18px;
}


.fws-qr-quickreorder .search-filter__body-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}


.fws-qr-quickreorder .fwsqr-results__container {
	padding-top: 22px;
	padding-bottom: 173px;
	display: flex;
	flex-direction: column;

}

.fws-qr-quickreorder .fwsqr-results__not-found {
	background-color: #efece5;
	border-top: 4px solid red;
	height: 60px;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	padding: 0 34px;
}

.fws-qr-quickreorder .fwsqr-results__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.fws-qr-quickreorder .fwsqr-results__wrap-info-box {
	padding: 46px 0 0;
	margin-bottom: 25px;
}

.fws-qr-quickreorder .fwsqr-results__wrap-date {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 248px;
	width: 100%;
}

.fws-qr-quickreorder .fwsqr-results__wrap-date-title {
	color: gray;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.07px;
	padding-left: 16px;
}

.fws-qr-quickreorder .fwsqr-results__wrapper-box {
	margin-top: 63px;
}

.fws-qr-quickreorder .fwsqr-results__wrapper {
	min-height: 90px;
	display: flex;
	background-color: white;
	border: 2px solid gray;
}

.fws-qr-quickreorder .fwsqr-results__wrapper--no-border {
	border-top: none;
}

.fws-qr-quickreorder .fwsqr-results__item {
	display: flex;
	border-right: 2px solid gray;
	position: relative;
	width: 100%;
	border: none;
}

.fws-qr-quickreorder .fwsqr-results__item-quantity.fwsqr-results__item--head {
	padding: 0;
}

.fws-qr-quickreorder .fwsqr-results__wrapper--head {
	background-color: transparent;
	min-height: 50px;
	border-left: none;
	border-right: none;
}

.fws-qr-quickreorder .fwsqr-results__item--head {
	font-size: 12px !important; //sass-lint:disable-line no-important
	font-weight: 400 !important; //sass-lint:disable-line no-important
	text-transform: uppercase;
	color: gray;
	border: none;
}

.fws-qr-quickreorder .fwsqr-results__item-image {
	max-width: 87px;
	justify-content: center;
	align-items: center;
	padding: 7px;
}


.fws-qr-quickreorder .fwsqr-results__item-brand {
	max-width: 128px;
	font-size: 12px;
	letter-spacing: 0.15px;
	align-items: center;
	padding-left: 25px;
}

.fws-qr-quickreorder .fwsqr-results__brand {
	font-weight: 600;
	color: green;
}

.fws-qr-quickreorder .fwsqr-results__item-product {
	flex-wrap: wrap;
	font-size: 15px;
	align-items: center;
	padding: 10px 15px 10px 25px;
}

.fws-qr-quickreorder .fwsqr-results__product {
	font-weight: 600;
	letter-spacing: -0.35px;
	transition: 200 ease;
}



.fws-qr-quickreorder .fwsqr-results__item-info {
	flex-direction: column;
	max-width: 159px;
	font-size: 11px;
	text-transform: uppercase;
	justify-content: center;
	padding-left: 25px;
	padding-right: 10px;
	letter-spacing: 1.15px;
	font-weight: 500;
}

.fws-qr-quickreorder .fwsqr-results__item-order-details {
	flex-direction: column;
	max-width: 222px;
	font-size: 11px;
	padding: 10px 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
	justify-content: center;
}

.fws-qr-quickreorder .fwsqr-results__order-details-info {
	position: relative;
}

.fws-qr-quickreorder .fwsqr-results__order-details-link {
	margin-left: 12px;
	color: green;
	letter-spacing: 0.5px;
	border-bottom: 1px solid green;
	transition: 200 ease;
	position: absolute;
	bottom: 1px;
}

.fws-qr-quickreorder .fwsqr-results__item-price {
	max-width: 128px;
	justify-content: center;
	align-items: center;
}

.fws-qr-quickreorder .fwsqr-results__price {
	color: black;
	font-size: 26px;
	font-weight: 700;
}
.fws-qr-quickreorder .fwsqr-results__price sup {
	font-size: 59%;
	top: -4px;
}

.fws-qr-quickreorder .fwsqr-results__item-quantity {
	max-width: 120px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 11px;
}


.fws-qr-quickreorder .fwsqr-results__quantity-item {
	position: relative;
	display: inline-block;
}
.fws-qr-quickreorder .fwsqr-results__quantity-item input {
	width: 92px;
	height: 30px;
	border: 1px solid silver;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.87px;
	text-align: center;
}

.fws-qr-quickreorder .fwsqr-results__quantity-item button {
	font-size: 10px;
	padding: 0;
}