/* Desktop CSS */
@media (min-width: 801px) {
	.awc_banner-mobile {
		display: none;
	}

	.awc_banner {
		display: block;
	}
	.awc_main_desc {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		border-top: 1px solid #ededed;
		margin-top: 40px;
	}

		.awc_main_desc h2 {
			margin-bottom: 20px;
		}

		.awc_main_desc p {
			font-size: 16px;
			line-height: 22px;
		}

	.awc_collections_list h4 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.awc_collections_list {
		margin-bottom: 40px;
	}

		.awc_collections_list ul {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 0 -20px;
		}

		.awc_collections_list li {
			width: 25%;
			max-width: 25%;
			padding: 20px;
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			-moz-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-ms-flex-pack: center;
		}

		.awc_collections_list .awc_coll_icon {
			border: 1px solid #e2e2e2;
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, .1);
			-moz-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, .1);
			-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, .1);
			-ms-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, .1);
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			-moz-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-ms-flex-pack: center;
			width: 100%;
			min-height: 192px;
		}

			.awc_collections_list .awc_coll_icon img {
			}

			.awc_collections_list .awc_coll_icon a {
				-webkit-align-items: center;
				-moz-align-items: center;
				-ms-align-items: center;
				align-items: center;
				max-width: 180px;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-justify-content: center;
				-moz-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				-ms-flex-pack: center;
			}

			

	h2#confirmTitle {
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 32px;
	}
}

/* Mobile CSS */

@media (max-width: 1023px) {
	.awc_main_desc {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #ededed;
		margin-top: 20px;
	}

		.awc_main_desc h2 {
			margin-bottom: 6px;
			padding-bottom: 0;
			font-size: 18px;
		}

		.awc_main_desc p {
			font-size: 14px;
			line-height: 18px;
		}

	.awc_collections_list h4 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.awc_collections_list {
		margin-bottom: 20px;
	}

		.awc_collections_list ul {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 0 -10px;
		}

		.awc_collections_list li {
			width: 50%;
			max-width: 50%;
			padding: 5px;
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			-moz-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-ms-flex-pack: center;
		}

		.awc_collections_list .awc_coll_icon {
			border: 1px solid #e2e2e2;
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .1);
			-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .1);
			-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .1);
			-ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .1);
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			-moz-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-ms-flex-pack: center;
			width: 100%;
			min-height: 110px;
		}
			.awc_collections_list .awc_coll_icon a {
				-webkit-align-items: center;
				-moz-align-items: center;
				-ms-align-items: center;
				align-items: center;
				max-width: 130px;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-justify-content: center;
				-moz-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				-ms-flex-pack: center;
			}

	h2#confirmTitle {
		margin-bottom: 30px;
		font-size: 26px;
		line-height: 16px;
		padding-bottom: 0;
		text-align: left;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.aw-campaign-store {
		padding: 0 0;
	}
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
	.awc_collections_list li {
		width: 33.33333%;
		max-width: 33.33333%;
	}

	.awc_collections_list ul {
		margin: 0 -10px;
	}

	.awc_collections_list li {
		padding: 10px;
	}

	.aw-campaign-store {
		padding: 0 0;
	}
}

/* store list */
@media (min-width: 801px) {
	.aw-campaign-store-content.mafCardsMain {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.mafCards {
		background-color: #f4f4f4 !important;
		height: auto !important;
		border: 0px none !important;
		border: 1px solid #eee !important;
	}

		.mafCards figure {
			background-color: #fff !important;
			min-height: inherit !important;
			margin-bottom: 0;
			flex-wrap: wrap;
		}

		.mafCards section {
			padding: 16px !important;
			min-height: inherit !important;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			flex: 1 1 auto;
		}

	.aw-campaign-store-content.mafCardsMain .grid-4 {
		padding: 15px;
		height: auto;
		font-family: 'Droid Arabic Kufi', 'gotham-book';
	}

	.aw-campaign-store-content.mafCardsMain .mafCards {
		height: 100% !important;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		font-family: 'Droid Arabic Kufi', 'gotham-book';
	}

		.aw-campaign-store-content.mafCardsMain .mafCards figure {
			/* height: 400px !important; */
			min-height: 215px;
			align-items: center;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -moz-flex;
			display: -webkit-flex;
			display: flex;
			background: transparent;
			justify-content: center;
			position: relative;
			-webkit-align-items: flex-start;
			-moz-align-items: flex-start;
			-ms-align-items: flex-start;
			align-items: flex-start;
		}

	.aw-campaign-store-content .aw-store-brand a {
		color: #000;
		font-size: 16px;
		text-decoration: underline;
	}

	.aw-campaign-store-content .aw-store-brand {
		font-size: 16px;
		padding: 0 0 10px 0;
		text-transform: none;
		font-family: 'Droid Arabic Kufi', 'gotham-book';
		display: block;
	}

	.aw-campaign-store-content .btn-action-area {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.aw-campaign-store-content.mafCardsMain .mafCards h2 a {
		color: #0e80c4;
		font-weight: 400;
	}

	.aw-campaign-store-content.mafCardsMain .mafCards h2 {
		margin-bottom: 8px;
	}

	.aw-campaign-store-content .aw-store-price {
		color: #999;
		font-size: 14px;
		margin-bottom: 6px;
	}

		.aw-campaign-store-content .aw-store-price a,
		.aw-campaign-store-content .aw-store-price {
			color: #000000;
			font-size: 22px;
			margin-bottom: 6px;
			display: block;
			text-align: right;
			font-family: 'Droid Arabic Kufi', 'gotham-book';
		}

	span.aw-store-currency {
		font-size: 16px;
	}

	.aw-campaign-store-content .maf-btn a {
		padding: 11px 16px !important;
	}

	.aw-campaign-store .loadmore a {
		text-align: center;
		background: #ededed;
		font-size: 18px;
		color: #191919;
		padding: 20px 0;
		margin: 20px auto;
		display: block;
		width: 100%;
		transition: background-color .8s ease;
	}

		.aw-campaign-store .loadmore a:hover {
			background: #5faddb;
			text-align: center;
			color: #fff;
			text-decoration: none;
		}

	nav.loadmore {
		padding: 0 15px;
		width: 100%;
	}
}

nav.maf-btn.secondary-btn.out_of_stock a {
	background-color: #e3e3e3 !important;
	color: #000 !important;
	pointer-events: none;
}

	nav.maf-btn.secondary-btn.out_of_stock a:hover {
		background-color: #e2dfdf !important;
	}

.aw-campaign-store-content .mafCards figure a {
	background: #f4f4f4;
}

nav.maf-btn.secondary-btn.out_of_stock {
	cursor: not-allowed;
}

@media (max-width: 1023px) {
	.aw-campaign-store-content .btn-action-area {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.aw-campaign-store-content .btn-action-area nav.maf-btn {
			width: 100%;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			padding: 0;
		}

			.aw-campaign-store-content .btn-action-area nav.maf-btn a {
				padding: 11px 16px !important;
			}

	.aw-campaign-store-content .aw-store-brand a {
		color: #000;
		font-size: 14px;
		text-decoration: underline;
	}

	.aw-campaign-store-content .aw-store-brand {
		font-size: 14px;
		padding: 8px 0 10px 0;
		text-transform: none;
		font-family: 'Droid Arabic Kufi', 'gotham-book';
		display: block;
	}

	.aw-campaign-store-content .aw-store-price {
		color: #000000;
		font-size: 14px;
		margin-bottom: 10px;
		display: block;
		text-align: right;
		font-family: 'Droid Arabic Kufi', 'gotham-book';
	}

	.aw-campaign-store-content.mafCardsMain .grid-4 {
		padding: 7px;
		width: 50%;
		margin: 0;
		font-family: 'Droid Arabic Kufi', 'gotham-book';
	}

	.aw-campaign-store-content {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -7px;
	}

	.aw-campaign-store .loadmore a {
		text-align: center;
		background: #f4f4f4;
		font-size: 18px;
		color: #191919;
		padding: 20px 0;
		margin: 20px auto;
		display: block;
		width: 100%;
		transition: background-color 0.8s ease;
	}

		.aw-campaign-store .loadmore a:hover {
			background: #5faddb;
			text-align: center;
			color: #fff;
			text-decoration: none;
		}

	nav.loadmore {
		padding: 0 7px;
		width: 100%;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
	.awc_collections_list li {
		width: 33.33333%;
		max-width: 33.33333%;
	}

	.awc_collections_list ul {
		margin: 0 -10px;
	}

	.awc_collections_list li {
		padding: 10px;
	}

	.aw-campaign-store-content.mafCardsMain .grid-4 {
		width: 33.3333%;
	}
}

/* store details  desktop*/
@media (min-width: 801px) {
	.aw-dtl-drop .selectize-control input {
		color: #000 !important;
	}

		.aw-dtl-drop .selectize-control input::-webkit-input-placeholder {
			/* Edge */
			color: red;
		}

		.aw-dtl-drop .selectize-control input:-ms-input-placeholder {
			/* Internet Explorer 10-11 */
			color: red;
		}

		.aw-dtl-drop .selectize-control input::placeholder {
			color: #000;
		}

	.aw-dtl-drop input::-webkit-input-placeholder {
		/* Edge */
		color: red;
	}

	.aw-dtl-drop input:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: red;
	}

	.aw-dtl-drop input::placeholder {
		color: #000;
	}

	.aw-camp-dtl {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		/* margin: 0 -20px; */
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: space-between;
	}

	.aw-camp-dtl-img {
		width: 48%;
	}

		.aw-camp-dtl-img img {
			width: 100%;
		}

	.aw-camp-dtl-desc {
		width: 48%;
	}

	.aw-dtl-drop input.form-control {
		background-color: #fff;
		border: 1px solid #000;
		padding: 10px 16px;
		text-transform: none;
		font-size: 16px;
		border-radius: 0;
		resize: none;
		color: #000;
		outline: none;
		height: 58px;
		width: 100%;
	}

	.aw-dtl-drop ul li {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
		min-height: 58px;
	}

	.aw-dtl-drop ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

		.aw-dtl-drop ul .selectize-control .selectize-input {
			height: 100%;
			overflow: visible;
		}

	.aw-prodct-price {
		font-size: 24px;
		font-family: 'droid_arabic_kufibold';
		margin-top: 30px;
		border-bottom: 1px solid #ededed;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.aw-camp-dtl-desc h4 {
		font-size: 24px;
		line-height: 26px;
		color: #0b80c4;
		margin-bottom: 6px;
	}

		.aw-camp-dtl-desc h4 a {
			color: #0b80c4;
		}

	span.aw-dtls-brand {
		font-size: 16px;
		display: block;
		margin-bottom: 20px;
	}

		span.aw-dtls-brand a {
			color: #000;
			text-decoration: underline;
			line-height: 18px;
		}

	.aw-prodct-price span {
		font-size: 18px;
	}

	.aw-more-link a {
		color: #0e80c4;
		font-size: 18px;
		text-decoration: underline;
		font-family: 'droid_arabic_kufibold';
	}

	.aw-captcha {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.aw-form-top {
		border-bottom: 1px solid #ededed;
		margin-bottom: 20px;
	}

	.aw-more-link {
		margin-top: 10px;
		padding-bottom: 15px;
	}

	.aw-dtl-drop li.input-group label.input-form-label {
		left: 25px;
		right: 25px;
		margin: auto;
		pointer-events: none;
	}

	.aw-dtl-drop ul li label.error {
		position: absolute;
		font-size: 11px;
		bottom: -13px;
		left: 10px;
		color: red;
		z-index: 1;
		right: 10px;
		display: block;
		margin: auto;
		top: inherit !important;
	}

	.aw-dtl-drop ul li .selectize-control label.error {
		left: 0;
		right: 0;
		bottom: -34px;
	}

	.aw-campaign-store-details .maf-btn.secondary-btn input[type=submit],
	.aw-confirm-reservation .maf-btn.secondary-btn input[type=submit] {
		color: #fff;
	}

	.aw-click a {
		color: #0e80c4;
		font-size: 18px;
		line-height: 16px;
		font-family: gotham-medium;
		text-decoration: underline;
	}
}

/* store details mobile*/
@media (max-width: 1023px) {
	.aw-dtl-drop .selectize-control input {
		color: #000 !important;
	}

		.aw-dtl-drop .selectize-control input::-webkit-input-placeholder {
			/* Edge */
			color: red;
		}

		.aw-dtl-drop .selectize-control input:-ms-input-placeholder {
			/* Internet Explorer 10-11 */
			color: red;
		}

		.aw-dtl-drop .selectize-control input::placeholder {
			color: #000;
		}

	.aw-dtl-drop input::-webkit-input-placeholder {
		/* Edge */
		color: red;
	}

	.aw-dtl-drop input:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: red;
	}

	.aw-dtl-drop input::placeholder {
		color: #000;
	}

	.aw-camp-dtl {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.aw-camp-dtl-img {
		width: 100%;
	}

		.aw-camp-dtl-img img {
			width: 100%;
		}

	.aw-camp-dtl-desc {
		width: 100%;
		padding-top: 15px;
	}

	.aw-dtl-drop input.form-control {
		background-color: #fff;
		border: 1px solid #000;
		padding: 10px 16px;
		text-transform: none;
		font-size: 16px;
		border-radius: 0;
		resize: none;
		color: #000;
		outline: none;
		height: 58px;
		width: 100%;
	}

	.aw-dtl-drop ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.aw-dtl-drop ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin: 0;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

		.aw-dtl-drop ul .selectize-control .selectize-input {
			height: 100%;
		}

	.aw-prodct-price {
		font-size: 22px;
		font-family: 'droid_arabic_kufibold';
		margin-top: 20px;
		border-bottom: 1px solid #ededed;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	.aw-camp-dtl-desc h4 {
		font-size: 22px;
		line-height: 24px;
		color: #0b80c4;
		margin-bottom: 6px;
	}

		.aw-camp-dtl-desc h4 a {
			color: #0b80c4;
		}

	span.aw-dtls-brand {
		font-size: 14px;
		display: block;
		margin-bottom: 14px;
	}

		span.aw-dtls-brand a {
			color: #000;
			text-decoration: underline;
			line-height: 18px;
		}

	.aw-prodct-price span {
		font-size: 18px;
	}

	.aw-more-link a {
		color: #0e80c4;
		font-size: 14px;
		text-decoration: underline;
		font-family: 'droid_arabic_kufibold';
	}

	.aw-captcha {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.aw-form-top {
		border-bottom: 1px solid #ededed;
		margin-bottom: 20px;
	}

	.aw-more-link {
		margin-top: 10px;
		padding-bottom: 20px;
	}

	.aw-dtl-drop li.input-group label.input-form-label {
		left: 25px;
		right: 25px;
		margin: auto;
		pointer-events: none;
	}

	.aw-camp-dtl-desc p {
		font-size: 14px;
		line-height: 16px;
	}

	.aw-dtl-drop ul li label.error {
		position: absolute;
		font-size: 11px;
		bottom: -13px;
		left: 0;
		color: red;
		z-index: 1;
		right: 0;
		margin: auto;
		top: inherit !important;
	}

	.aw-campaign-store-details .maf-btn.secondary-btn input[type=submit],
	.aw-confirm-reservation .maf-btn.secondary-btn input[type=submit] {
		color: #fff;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
	.aw-dtl-drop ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
		flex-direction: inherit;
	}

		.aw-dtl-drop ul li {
			width: 50%;
			padding: 0 10px;
			margin-bottom: 20px;
		}

	.aw-camp-dtl-img img {
		width: 100%;
	}
}

/* store confirm desktop*/
@media (min-width: 801px) {
	.aw-confirm-reservation {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.aw-reserv-detils {
		padding-right: 40px;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

		.aw-reserv-detils h4 {
			font-size: 24px;
			line-height: 26px;
			color: #0b80c4;
			margin-bottom: 6px;
		}

			.aw-reserv-detils h4 a {
				font-size: 24px;
				line-height: 26px;
				color: #0b80c4;
			}

		.aw-reserv-detils span.aw-dtls-brand a {
			font-size: 16px;
			display: block;
			margin-bottom: 20px;
		}

	.aw-reserv-top {
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		padding: 15px 0;
	}

		.aw-reserv-top p span {
		}

		.aw-reserv-top p {
			font-size: 16px;
			line-height: 22px;
		}

	.aw-reserv-bottom p {
		font-size: 16px;
		line-height: 22px;
	}

	.aw-reserv-bottom {
		padding: 10px 0 0;
	}
}

/* store confirm mobile*/
@media (max-width: 1023px) {
	.aw-confirm-reservation {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.aw-reserv-detils {
		padding-left: 0;
		padding-top: 14px;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

		.aw-reserv-detils h4 {
			font-size: 22px;
			line-height: 22px;
			color: #0b80c4;
			margin-bottom: 6px;
		}

			.aw-reserv-detils h4 a {
				font-size: 24px;
				line-height: 26px;
				color: #0b80c4;
			}

		.aw-reserv-detils span.aw-dtls-brand a {
			font-size: 16px;
			display: block;
			margin-bottom: 20px;
		}

	.aw-reserv-top {
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		padding: 15px 0;
	}

		.aw-reserv-top p {
			font-size: 14px;
			line-height: 18px;
		}

	.aw-reserv-bottom p {
		font-size: 16px;
		line-height: 22px;
	}

	.aw-reserv-bottom {
		padding: 10px 0 0;
	}

	.aw-reserv-img img {
		max-width: 100%;
		width: 100%;
	}

	.aw-reserv-img {
		width: 100%;
	}
}

/* store thankyou desktop*/
@media (min-width: 801px) {
	.aw-thank-you h3 {
		font-size: 36px;
		line-height: 38px;
		color: #000000;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.aw-thank-you > p {
		font-size: 18px;
		line-height: 24px;
	}

	.aw-prodct-details p {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
		margin: 20px 0;
		border-bottom: 1px solid #ededed;
		padding-bottom: 20px;
	}

	.aw-prodct-details strong {
		font-family: 'droid_arabic_kufibold';
		display: block;
		font-weight: normal;
	}

	.aw-more-link p {
		font-size: 14px;
		line-height: 16px;
	}

	.aw-prodct-details p:last-child {
		border: 0;
		padding-bottom: 0;
	}
}

/* store thankyou mobile*/
@media (max-width: 1023px) {
	.aw-thank-you h3 {
		font-size: 32px;
		line-height: 32px;
		color: #000000;
		margin-bottom: 18px;
		margin-top: 18px;
	}

	.aw-thank-you > p {
		font-size: 14px;
		line-height: 18px;
	}

	.aw-prodct-details p {
		font-size: 16px;
		line-height: 22px;
		margin: 0;
		margin: 20px 0;
		border-bottom: 1px solid #ededed;
		padding-bottom: 20px;
	}

	.aw-prodct-details strong {
		font-family: 'droid_arabic_kufibold';
		display: block;
		font-weight: normal;
	}

	.aw-more-link p {
		font-size: 14px;
		line-height: 16px;
	}

	.aw-more-link a {
		color: #0e80c4;
		font-size: 14px;
		line-height: 16px;
	}

	.aw-prodct-details p:last-child {
		border: 0;
		padding-bottom: 0;
	}

	.aw-click a {
		color: #0e80c4;
		font-size: 14px;
		line-height: 16px;
		font-family: 'droid_arabic_kufibold';
		text-decoration: underline;
	}
	.awc_banner-mobile {
		display: block;
	}

	.awc_banner {
		display: none;
	}
}


section.aw-campaign-store input {
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}