* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0 auto;
	display: block;
	font-family: sans-serif;
	font-size: 17px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 10px 0;
	line-height: normal;
}


h1,
h2,
h3,
h4,
h5,
p,
li,
a,
input,
label,
ul,
li {
	direction: rtl;
	text-align: right;
}

h1 {
	font-size: 30px;
}

h2 {
	text-align: center;
	font-size: 29px;
	margin: 0 0 10px;
}

p {
	margin: 10px 0
}

ul {
	list-style: none;
}

img {
	width: 100%;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
}


.center {
	text-align: center;
}

.halal {
	max-width: 120px;
}

.header {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px;
}

.header .wrapper {
	padding: 0 10px;
}

.wrapper {
	max-width: 1026px;
	width: auto;
	padding: 10px;
	margin: 0 auto;
	display: block;
	overflow: auto;
	text-align: center;
}

.header img,
.header ul,
.header li,
.section_01 ul,
.section_01 li img,
.section_01 li p,
.productBox,
.orderBox,
.box,
.section_02 img,
.section_02 ul,
.section_04 img,
.section_04 p,
.section_10 img,
.section_10 .box div,
.section_12 img {
	display: inline-block;
	vertical-align: middle;
}

.header ul {
	color: #04d445 !important;
	margin-left: 80px;
	max-width: inherit !important;
}

.header li {
	margin: 0 20px !important;
}

.section_01 {
	overflow: auto;

	background: #5f2c82;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#49a09d), to(#5f2c82));
	background: linear-gradient(to right, #49a09d, #5f2c82);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



	/*    background: #F08080;
    background: -moz-linear-gradient(-45deg, #F08080 0%, #EF9F9F 40%, #FA8072 74%, #CD5C5C 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #FA8072), color-stop(40%, #b87ba6), color-stop(74%, #94407b), color-stop(100%, #ba549d));
    background: -webkit-linear-gradient(-45deg, #F08080 0%, #EF9F9F 40%, #FA8072 74%, #CD5C5C 100%);
    background: -o-linear-gradient(-45deg, #F08080 0%, #EF9F9F 40%, #FA8072 74%, #CD5C5C 100%);
    background: -ms-linear-gradient(-45deg, #F08080 0%, #EF9F9F 40%, #FA8072 74%, #CD5C5C 100%);
    background: linear-gradient(135deg, #F08080 0%, #CD5C5C 40%, #DC143C 74%, #B22222 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#912875', endColorstr='#ba549d', GradientType=1);
}

.section_01 h1,
.section_01 h2 {
	text-align: center;
	color: #fff;
	font-weight: normal;
}

.section_01 h2 {
	margin-bottom: 20px;
	font-size: 22px;
}

.section_01 ul,
.productBox,
.orderBox {
	width: auto;
	max-width: 300px;
}

.section_01 ul {
	color: #fff;
	text-align: left;
}

.section_01 li {
	margin: 15px 0;
}

.section_01 li p {
	width: 70%;
}

.productBox {
	position: relative;
	max-width: 390px;
	margin: 0 15px;
}


.widh_tic {
	width: 25px;
	margin-bottom: 10px;
}

.fiftin {
	position: absolute;
	top: 10px;
	right: 9px;
}

.product {
	max-width: 360px;
	width: 100%;
}

.orderBox {
	background-color: #00dede;
	text-align: center;
	border-radius: 8px;
	border: solid 4px #fff;
}

.orderBox h4 {
	color: #fff;
	background-color: #0F4C5E;
	padding: 10px 0;
	font-size: 20px;
	margin: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
}

.count {
	position: relative;
	z-index: 2;
	padding-bottom: 5px;
}

.count h2 {
	font-size: 17px;
	margin: 10px 0 0;
	font-weight: normal;
	color: #000;
}

.countbox>div:last-child {
	margin: 0 0 0px;
}

.countbox {
	height: 85px;
	margin: 0 auto;
}

.countdown_box {
	direction: ltr;
	width: auto;
	margin: 0px 0 0px;
	text-align: center;
	position: relative;
}

.countdown_box p {
	border-radius: 5px;
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	background-color: #db0000;
	padding: 5px 10px 5px 10px;
	text-align: center;
	margin: 5px 3px 2px;
}

.countdown_box p span {
	font-size: 24px;
	color: #fff;
	text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.43);
	vertical-align: super;
}

.time span {
	margin: 0 11px;
	font-size: 13px;
}

.count a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.count a:hover,
.count a:focus {
	text-decoration: none;
	color: #000;
}

.button,
.orderform button {
	font-weight: 700;
	margin: 5px auto;
	font-size: 21px;
	color: #FFFFFF !important;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 15px 10px;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #F00;
	border-radius: 8px;
	min-width: 220px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	border: none;
	text-transform: uppercase;
}

.button:hover,
.orderform button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #c90101;
	text-decoration: none;
}

.section_03 {
	background: #4ECDC4;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#556270), to(#4ECDC4));
	background: linear-gradient(to right, #556270, #4ECDC4);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



}

.section_08 {
	background: #283c86;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#45a247), to(#283c86));
	background: linear-gradient(to right, #45a247, #283c86);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
}

.section_09 {
	background: #283c86;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#45a247), to(#283c86));
	background: linear-gradient(to right, #45a247, #283c86);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #fff;
}

.section_02 {
	/*background-color: #fbd7d7; */
	background: #11998e;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#38ef7d), to(#11998e));
	background: linear-gradient(to right, #38ef7d, #11998e);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.section_02 .wrapper {
	padding: 10px 10px 0;
}

.section_02 .box {
	max-width: 470px;
}

.section_02 ul {
	width: 100%;
	max-width: 220px;
	text-align: left;
}

/*.section_02 li {*/
/*    background: url('../../../../images/order_page/atantion_new.png') no-repeat 0px center;*/
/*    padding-left: 43px;*/
/*    margin-bottom: 20px;*/
/*    height: 38px;*/
/*    padding-top: 5px;*/
/*}*/
.section_02 .box div {
	text-align: left;
	margin-bottom: 10px;
}

.section_02 h3 {
	text-align: center;
	font-size: 23px;
}

.frame {
	border: 8px solid #0F4C5E;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}

.frame h4 {
	margin: 0;
	font-weight: bold;
}

.frame p {
	margin: 0;
}

.section_03 .wrapper {
	text-align: center;
}

.section_03 p:nth-of-type(1) {
	font-style: italic;
}

.section_04 {

	/*    background-color: #e8e888; */
	background: #4ECDC4;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#556270), to(#4ECDC4));
	background: linear-gradient(to right, #556270, #4ECDC4);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */




	color: #000000;
}

.section_04 p {
	width: 58%;
	margin: 0 0 0 15px;
	font-size: 21px;
	/*text-align: left;*/
}

.section_05 {
	/*background-color: #e49d54; */

	background: #BA5370;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#F4E2D8), to(#BA5370));
	background: linear-gradient(to right, #F4E2D8, #BA5370);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.section_05 .wrapper {
	text-align: center;
}

.section_05 .box {
	max-width: 290px;
	margin: 10px;
	vertical-align: top;
}

.section_05 img {
	border-radius: 50%;
	border: 4px solid #0F4C5E;
}

.section_05 h3 {
	margin: 10px 10px;
	font-size: 27px;
}

.section_05 p {
	margin: 10px 10px;
	color: #fff;
	font-size: 19px;
}

.section_06 {
	/*background-color: #efeeee; */

	background: #76b852;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#8DC26F), to(#76b852));
	background: linear-gradient(to right, #8DC26F, #76b852);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.section_06 .wrapper {
	color: #000;
}

.section_07 .wrapper {
	text-align: center;
}

.section_07 .productBox {
	max-width: 468px;
}

.section_08 ul {
	border: 3px solid #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px;
}

.section_08 li {
	font-size: 19px;
	margin: 10px 0;
}

.section_09 .wrapper {
	text-align: center;
}

.section_09 .box {
	max-width: 370px;
	width: 100%;
	margin: 0 10px;
	color: #fff;
	padding-bottom: 30px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

	/*   background: #24C6DC;  fallback for old browsers */
	/*background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);   Chrome 10-25, Safari 5.1-6 */
	/*background: linear-gradient(to right, #514A9D, #24C6DC); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


	/*    background: #8c8c8c;
    background: -moz-linear-gradient(top, #8c8c8c 0%, #8c8c8c 30%, #b3b3b3 74%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #8c8c8c), color-stop(30%, #8c8c8c), color-stop(74%, #b3b3b3), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #8c8c8c 0%, #8c8c8c 30%, #b3b3b3 74%, #ffffff 100%);
    background: -o-linear-gradient(top, #8c8c8c 0%, #8c8c8c 30%, #b3b3b3 74%, #ffffff 100%);
    background: -ms-linear-gradient(top, #8c8c8c 0%, #8c8c8c 30%, #b3b3b3 74%, #ffffff 100%);
    background: linear-gradient(to bottom, #8c8c8c 0%, #8c8c8c 30%, #b3b3b3 74%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#ffffff', GradientType=0 ); */
}

.section_09 img {
	margin: 10px 0;
}

.section_09 ul {
	text-align: left;
	width: 80%;
	min-width: 290px;
	margin: 0 auto;
}

.section_09 li {
	margin: 10px 0;
}

.section_09 span {
	float: right;
}

.section_10 {
	background: #43cea2;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#185a9d), to(#43cea2));
	background: linear-gradient(to right, #185a9d, #43cea2);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	/*    border-top: 4px solid #e63c2e;
    border-bottom: 4px solid #e63c2e; */
}

.section_10 .box {
	margin: 10px 0;
}

.section_10 .box div {
	width: 70%;
	margin-left: 15px;
	text-align: left;
}

.section_10 p {
	margin: 0 0 10px;
}

.section_11,
.section_13 {
	background-color: #fff;
}

.section_11 .box {
	max-width: 270px;
}

.section_11 p,
.section_13 p {
	color: #000;
}

.section_12 .wrapper {
	border: 8px solid #0F4C5E;
	margin: 10px auto;
}

.section_12 .box {
	width: 48%;
	text-align: left;
}

.footer {
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
}

.footer a {
	color: #2B343F;
	font-weight: bold;
	text-decoration: none;
}

.footer p {
	margin: 0;
	font-size: 12px;
}

#popUp {
	position: fixed;
	bottom: 45px;
	right: 50px;
	max-width: 300px;
	padding: 20px;
	font-size: 16px;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	font-weight: 100;
	background-color: rgba(0, 0, 0, 0.70);
	z-index: 999;
	color: white;
	display: none;
}

.poppage {
	padding: 15px;
	line-height: normal;
}

.poppage h1 {
	color: #000;
	font-size: 21px;
	line-height: normal;
	padding: 0;
	margin: 0;
	text-align: left;
}

.poppage h3 {
	margin: 15px 0 5px;
	font-size: 16px;
}

@media (max-width: 959px) {
	.section_13 .box {
		max-width: 200px;
	}

	.section_13 img {
		width: 150px;
	}
}

@media (max-width: 899px) {
	.section_11 .box {
		max-width: 200px;
	}

	.section_11 img {
		width: 80px;
	}

	.section_05 p {
		font-size: 15px;
	}
}

@media (max-width: 894px) {
	.section_02 img {
		width: 220px;
		vertical-align: bottom;
	}
}

@media (max-width: 828px) {
	.section_04 img {
		width: 140px;
		vertical-align: top;
	}
}

@media (max-width: 800px) {
	.header img {
		width: 120px;
		margin: 0 auto;
	}

	.header li img {
		width: 20px !important;
	}

	.header li {
		font-size: 14px;
	}
}

@media (max-width: 804px) {
	.section_09 .box {
		margin: 10px 0;
	}
}

@media (max-width: 714px) {
	.section_02 .box {
		max-width: inherit;
	}
}

@media (max-width: 674px) {
	.section_01 h2 {
		margin: 0;
	}

	.productBox img {
		width: 230px;
	}

	.section_01 li {
		margin: 5px 0;
	}

	.section_01 li img {
		width: 50px;
		margin-right: 5px;
	}

	.productBox {
		margin: 0;
	}
}

@media (max-width: 657px) {
	.header li {
		margin: 0 5px !important;
	}
}

@media (max-width: 644px) {
	.section_05 .box {
		max-width: 188px;
	}

	.section_05 img {
		width: 120px;
	}

	.section_05 h3 {
		font-size: 19px;
	}

	.section_05 p {
		font-size: 15px;
	}

	.section_11 img {
		width: 80px
	}
}

@media (max-width: 635px) {

	.section_10 .box div,
	.section_10 img {
		vertical-align: top;
	}

	.section_10 img {
		width: 120px;
	}
}

@media (max-width: 633px) {
	.section_12 .box {
		width: 100%;
	}
}

@media (max-width: 597px) {
	.header ul {
		margin-left: 0;
	}
}

@media (max-width: 554px) {
	.section_01 .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.productBox,
	.orderBox,
	.section_01 ul {
		margin: 0 auto;
	}

	.productBox {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.orderBox {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.section_01 ul {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: center;
	}

	.section_04 p {
		font-size: 15px;
	}
}

@media (max-width: 496px) {
	h1 {
		font-size: 20px;
		margin: 0 0 10px;
	}

	.section_01 h2,
	h2 {
		font-size: 18px;
	}
}

@media (max-width: 485px) {
	.section_10 .box div {
		width: auto;
	}
}

@media (max-width: 464px) {
	.section_02 ul {
		max-width: 300px;
	}
}

@media (max-width: 440px) {
	.section_05 .box {
		max-width: initial;
		/*  text-align: left; */
		text-align: center;
		height: auto;
		width: 90%;
	}

	.section_05 img {
		/*    float: left;
        margin-right:10px; */
	}

	.section_11 img {
		margin-bottom: 10px;
	}

	.section_13 img {
		float: none;
		width: 80px;
	}

	.section_13 .box {
		width: 100%;
	}

	.section_13 img,
	.section_13 p {
		/*display: inline-block;*/
		vertical-align: middle;
		text-align: center;
	}

	.section_13 p {
		margin-top: 10px;
	}
}

@media (max-width: 430px) {

	.section_04 img,
	.section_04 p {
		display: block;
	}

	.section_04 img {
		width: 100px;
		float: left;
		margin-right: 15px;
	}

	.section_04 p {
		margin: 0;
		width: 100%;
	}
}

@media (max-width: 392px) {
	.header {
		padding: 3px 0
	}

	.header li img {
		width: 15px;
	}

	.header li {
		font-size: 13px;
	}
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

.face_fix {
	position: fixed;
	bottom: 40px;
	left: -10px;
	z-index: 99999999;
}

#fbtest {
	background: url('../images/fb-button2.png') no-repeat scroll center center;
	width: 170px;
	height: 44px;
	cursor: pointer;
}

.show {
	display: block !important;
	opacity: 1 !important;
}

.hideme {
	margin-left: 6px;
	width: 190px;
	display: none;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	opacity: 0;
}

@media screen and (min-width: 800px) {
	.face_fix {
		bottom: 150px;
	}
}

.wave1-end {
	height: 50px;
	position: relative;
	background: #5f2c82;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#49a09d), to(#5f2c82));
	background: linear-gradient(to right, #49a09d, #5f2c82);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.wave2-end {
	height: 10px;
	position: relative;
	background: #11998e;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#38ef7d), to(#11998e));
	background: linear-gradient(to right, #38ef7d, #11998e);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.wave4-end {
	height: 50px;
	position: relative;
	background: #4ECDC4;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#556270), to(#4ECDC4));
	background: linear-gradient(to right, #556270, #4ECDC4);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.wave5-end {
	height: 50px;
	position: relative;
	background: #BA5370;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#F4E2D8), to(#BA5370));
	background: linear-gradient(to right, #F4E2D8, #BA5370);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.wave6-end {
	height: 50px;
	position: relative;
	background: #76b852;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#8DC26F), to(#76b852));
	background: linear-gradient(to right, #8DC26F, #76b852);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.wave7-end {
	height: 30px;
	position: relative;
	background: #5f2c82;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#49a09d), to(#5f2c82));
	background: linear-gradient(to right, #49a09d, #5f2c82);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.wave9-end {
	height: 50px;
	position: relative;
	background: #283c86;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#45a247), to(#283c86));
	background: linear-gradient(to right, #45a247, #283c86);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.wave10-end {
	height: 50px;
	position: relative;
	background: #43cea2;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#185a9d), to(#43cea2));
	background: linear-gradient(to right, #185a9d, #43cea2);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.wave13-end {
	height: 50px;
	position: relative;
	background: #BA5370;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#F4E2D8), to(#BA5370));
	background: linear-gradient(to right, #F4E2D8, #BA5370);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.wave::before,
.wave::after {
	border-bottom: 15px solid #fff;
}

.wave::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
	background-size: 20px 40px;
	background-image:
		radial-gradient(circle at 10px -15px, transparent 20px, #fff 21px);
}

.wave::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 15px;
	background-size: 40px 40px;
	background-image:
		radial-gradient(circle at 10px 26px, #fff 20px, transparent 21px);
}

.shadow-effect {
	-webkit-box-shadow: 0px 0px 13px 12px rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 13px 5px rgba(255, 255, 255, 0.75);
}

.green {
	color: green;
}

.red {
	color: red;
}

.discount-price {
	font-size: 20px;
	font-weight: bold;
}

.drug-made-img-shadow {
	background: #606c88;
	/* fallback for old browsers */
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#3f4c6b), to(#606c88));
	background: linear-gradient(to right, #3f4c6b, #606c88);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	border-radius: 10px;
	height: 380px;
	-webkit-box-shadow: 0px 0px 12px 8px #fff;
	box-shadow: 0px 0px 12px 8px #fff;
}