@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

/*General Divs*/
body {
	color: #fff;
	background-color: #120802;
	margin: 0px;
	padding: 0px;
	letter-spacing: .6px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

h1 {
	font-size: 26px;
	transition: all 0.5s ease;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

.primerColor {
	color: #ffdf79;
}

.primerBg {
	background-color: #1c252c;
	padding: 20px 0px;
}

.secColor {
	color: #bfbfbf;
}

.secBG {
	background-color: #bfbfbf;
	padding: 20px 0px;
}

a {
	text-decoration: underline;
	color: #333;
}

.img-responsive {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.wrapper {
	margin: 0 auto;
	overflow-x: hidden;
}

input,
select {
	width: 100%;
	height: 40px;
	margin-bottom: 5px;
	border: 1px solid #333;
	color: #fff;
	background: none;
	border-radius: 4px;
}

select {
	width: 100%;
	float: left;
	background: #FFFFFF;
	order: 1px solid #bfbfbf;
	padding-left: 0px;
	color: #000;
}

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

.clearFix {
	clear: both;
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.cntMarg {
	padding: 0 30px;
}

/*General Divs*/



/*Header Divs*/
.headerFix {
	width: 100%;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0px;
	background: #120802;
	position: fixed;
	z-index: 1111;
	width: 100%;
}

/*Header Divs*/


/* Menu Navigation */
.sidenav {
	height: 100vh;
	width: 0px;
	position: absolute;
	top: 90px;
	left: 0px;
	background-color: #1c252c;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 30px;
	z-index: 1111;

}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	display: block;
	transition: 0.3s;
	color: #4A4A4A;
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 16px;
	text-align: left;


}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 36px;
	margin-left: 50px;

}

.sidenav a img {

	margin-right: 13px;
}

span.nav-span {}

/* Menu Navigation */





/*Body Divs*/


.cartCircle {
	background: #C00000;
	top: 25px;
	position: relative;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	right: 11px;
	float: right;
}

.plusMinusFull {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.plusMinus {
	background: #ffdf79;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;

}

.plusMinus a {
	color: #000000;
}

.plusMinus a:hover {
	color: #bfbfbf;
}

.plusMinusFull input {
	width: 30px;
	text-align: center;
	height: 30px;
	margin: 0 10px;
	border: 0px;
}

.container {
	padding: 150px 20px 70px 20px
}

.strip {
	background: ;
	padding: 10px;
	border-bottom: 1px solid #ffdf79;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.strip h1 {
	text-transform: uppercase;
}

.topImg {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
}

.topImg h1 {
	position: absolute;
}

.panierTopBg {
	width: 100%;
	padding: 0 5%;
	height: 95px;
	background: url(../images/panier-top-bg.png) center top;
	background-repeat: no-repeat;
}

.panierTopBg i a {
	color: #fff;
}


.btn {
	background: #ffdf79;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: bold;
	color: #1c252c;
	-webkit-box-shadow: 4px 7px 12px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 4px 7px 12px -7px rgba(0, 0, 0, 0.75);
	box-shadow: 4px 7px 12px -7px rgba(0, 0, 0, 0.75);
	text-align: center;
}

.btn a {
	color: #000000;
	text-decoration: none;
}

.btn a:hover {
	color: #120802
}

.primerBg .btn {
	width: 25%;
	float: left;
}

.secBG .btn {
	width: 180px;
	text-align: center !important;
	margin: 0 auto !important;
}

/*Body Divs*/



@media only screen and (max-width: 600px) {
	h1 {
		font-size: 14px;
	}

	body {
		font-size: 12px;
	}

	.strip img {
		width: 80px;
		height: 60px;
	}

}

@media only screen and (max-width: 540px) {
	.btn {
		font-size: 11px;
		padding: 10px -5px
	}

	.plusMinus,
	.plusMinusFull input {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	.plusMinusFull input {
		margin: 0 2px;
	}


}

@media only screen and (max-width: 420px) {
	.strip img {
		width: 100px;
		height: 100px;
	}

	.btn {
		font-size: 10px;
	}

	.cartCircle {
		top: 25px;
		right: 10px;
	}

}

@media screen and (max-width: 380px) and (min-width: 360px) {
	.cartCircle {
		top: 32px;
		right: 5px;
	}
}

@media only screen and (max-width: 360px) {
	.cartCircle {
		top: 32px;
		right: 0;
	}

}




/* Afaq's Coding */

.sidenav a {
	padding: 15px 8px 8px 22px;
	text-decoration: none;
	display: block;
	transition: 0.3s;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 16px;
	text-align: left;
	text-transform: uppercase;
	width: 220px;

}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 36px;
	padding: 10px 8px 8px 22px;
	margin-left: 0px;

}

.sidenav a img {

	margin-right: 13px;
}

span.nav-span {}

.main {
	background: url(../images/bg.png);
	background-size: cover;
	background-position: center;
}

.input-area {
	margin: 0 auto;
	padding: 150px 0px 50px 0px;
}

.hd-btn-main {
	/*background: #120802 ;*/
	margin-top: 5px;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 40px;
	z-index: 111;
	position: relative;
	margin-bottom: 20px;
}

.hd-btn a {
	float: left;
	width: 32%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	color: #000;
	background: #ffdf79;
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	padding: 3px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	transition: all 0.5s;
}

.hd-btn {
	text-align: center;
}

a.liv-btn {
	background: #ffdf79;
	width: 35%;
}

a.emp-btn {
	background: #fff;
	width: 33%;
}

a.liv-btn:hover {
	background: #fff;
	/*width: 50%;*/
}

a.liv-btn:hover+a.emp-btn {
	/*width: 50% !important;*/
}

.input-group {
	width: 100%;
}



.form-box .input-group .form-control,
.form-box .input-group .btn-default {
	border-radius: 0;
	background: #00000085;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .5s ease-in-out;
	box-shadow: none;
}

.form-box .input-group .btn-default {
	font-size: 14px;
	background: #c00000;
	border: none;
	color: #000 !important;
	text-shadow: none;
	font-weight: 500;

}


.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	margin-bottom: 0;
	height: 45px;
	width: 90%;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell;
}

.form-box .input-group .form-control,
.form-box .input-group .btn-default {
	border-radius: 0;
	background: #00000085;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .5s ease-in-out;
	box-shadow: none;
}

.form-box .input-group .btn-default {
	font-size: 14px;
	background: #c00000;
	border: none;
	color: #000 !important;
	text-shadow: none;
	font-weight: 500;

}

.form-control option {
	background: rgba(0, 0, 0, 0.9);
	border: 1px #333 solid;
	color: #fff;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}


/* input-group-btn */

.BtnShadow {
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	margin: 0px;
	text-align: center;
	position: relative;
	text-decoration: none;
	z-index: 2;
	color: #000 !important;
	height: 45px;
	width: 10%;
	line-height: 45px;
}

.BtnShadow.small {
	font-size: 20px;
	line-height: 45px;
	margin: 7px;
}

.BtnShadow.mini {
	font-size: 15px;
	line-height: 32px;
	margin: 7px;
}

.BtnShadow.auto-width {
	width: auto;
	height: auto;
	padding: 15px;
}

.BtnShadow:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.BtnShadow:before {
	speak: none;
	font-size: 48px;
	line-height: 45px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.BtnShadow.btnEffects {
	background: #ffdf79;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.BtnShadow.btnEffects:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.BtnShadow.btnEffects:hover {
	background: #c00000;
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.BtnShadow.btnEffects:hover:after {
	-webkit-animation: btnEffect 1.3s ease-out 75ms;
	-moz-animation: btnEffect 1.3s ease-out 75ms;
	animation: btnEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes btnEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c00000, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c00000, 0 0 0 10px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

@-moz-keyframes btnEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c00000, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c00000, 0 0 0 10px rgba(255, 255, 255, 0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes btnEffect {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c0000, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #c00000, 0 0 0 10px rgba(255, 255, 255, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}


.hd-icons {
	display: flex;
	text-align: left;
	justify-content: space-between;
	align-items: center;
	z-index: 3;
	margin: 20px 0;
}

.hd-icons a {
	color: #fff;
	font-size: 13px;
	padding-left: 5px;
	padding-bottom: 0px;
}

.hd-icons img {
	float: left;
}

.hd-icons img:hover {
	animation: img 1s infinite;
	animation-timing-function: linear;
}

@keyframes img {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}

}

.clearFix {
	clear: both;
}

h2 {
	font-weight: 700;
	color: #ffdf79;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px -11px 0px 2px;
	margin-top: 1px;
	line-height: normal;
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.secColor {
	color: #bfbfbf !important;
	font-weight: 600;
	font-size: 16px;
}

.popUpSmRdo {
	float: left;
	margin: 10px 20px 10px 0;
	width: 272px;
}

.popUpSmRdo input {
	float: left;
	width: 15px;
	height: 15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.popUpSmRdo img {
	margin: -5px 1px 0 18px;
	float: left;
}

.popUpSmRdo p {
	font-size: 16px;
	float: left;
	text-transform: capitalize;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin: 0 10px 0 0;
}

.popUpSmRdo:hover p {
	padding-left: 3px;
	font-style: blique;
	letter-spacing: 0.5px;
	color: #a91a19;
}

input[type='checkbox']:after {
	width: 15px;
	height: 15px;
	top: 0px;
	left: 3px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #d1d3d1;
}

input[type='checkbox']:checked:after {

	width: 15px;
	height: 15px;
	top: 0px;
	left: 3px;
	position: relative;
	background-color: #ffdf79;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #fff;
	border: 3px solid #d1d3d1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

/* form page */
.payment-container {
	padding: 20px;
	margin-bottom: 10px;
}

.form-group {
	margin-bottom: 15px;
}

.form-control {
	border: 1px solid #333;
	background: transparent;

	color: #fff;
	width: 100%;
	border-radius: 4px;
	height: 50px;
	padding-left: 10px;
}

.col-100 {
	width: 100%;
}

.col-50 {
	width: 50%;
}

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cta-btn {
	text-align: center;
}

.cta-btn a {

	line-height: 40px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.cta-btn a span {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	background: #FFFFFF;
	;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	color: #000;
	margin-top: 5px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	width: 300px;
}

.cta-btn a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffdf79;
	content: attr(data-hover);
	color: #000000;


	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	text-align: center;
	border-radius: 10px;
}

.cta-btn a:hover span,
.cta-btn a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);

}

.cta-btn a:hover span::before,
.cta-btn a:focus span::before {
	background: #ffdf79;
}

.cta-btn a:hover span::before,
.cta-btn a:focus span::before {
	background: #ffdf79;
}



.btn-outline {
	border: 1px solid #c00000;
	background: none;
}

.btn-outline a {
	color: #c00000 !important;
}

.cta-btn a {
	color: #fff;
	font-weight: 700;
	opacity: 1;
	font-size: 14px;
}

.cta-btn:hover {
	opacity: 1;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
}

.btn-width a span {
	width: 165px;
}

input[type=text]:focus,
input[type="date"]:focus {
	border: 1px solid #c00000;
	box-shadow: none;
}

.panier .input-group .form-control {
	padding-left: 10px;
	margin-right: 8px;
	width: 72%;
	border-radius: 0px;
	background: #bbb0a5;
	color: #000;
	font-weight: bold;
}

.panier .BtnShadow {
	width: 25%;
	background: #c00000;
}

.panier .BtnShadow a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.no-border {
	border-bottom: none;
}

.BtnShadow.total {
	width: 100%;
	background: #c00000;
	margin: 10px 0;
}

.BtnShadow.total a {
	color: #000;
}

.BtnShadow.valider-com {
	width: 28%;
	background: #ffdf79;
	margin: 10px auto;
	display: block;
	clear: both;
}

.BtnShadow.valider-com a {
	color: #000000;
}

.input-area.popup-box {
	text-align: center;
	padding: 185px 10px 50px 10px;
}

.popup {
	background: url(../images/bg-popup.png);
	background-size: cover;
	background-position: center;
	text-align: center;
}

.popup-content {
	background: #404040bf;
	display: inline-block;
	padding: 40px 30px;
}

.popup-content img {
	margin-top: 10px;
}

.BtnShadow a {
	text-decoration: none;
}

.BtnShadow.valider-com.popup-btn {
	background: transparent;
	border: 2px solid #bc1501;
}

.BtnPopup {
	border: 2px solid #bc1501;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 10px;
	cursor: pointer;
}

.BtnPopup a {
	color: #fff;
	text-decoration: none;
}

.icon-item {
	margin: 10px 10px;
}

.icon-item a {
	color: #fff;
	padding-left: 5px;
}

.checkOutInfoTit {
	color: #c00000 !important;
	line-height: 40px;
	color: #000;
	font-size: 22px;
	margin: 10px 0px;
	text-align: left;
	font-weight: bold;
}

.checkOutPTable {
	margin: 5px 0 0 0px;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.checkOutokBt {
	background-color: #bfbfbf;
	text-align: left;
	line-height: 40px;
	padding: 0 20px;
}

.checkOutokBt a {
	color: #000;
}

.checkOutokBt a:hover {
	text-decoration: underline;
}

.smQuantiyFull,
.img-responsive {
	margin: auto;
}

.prodHead {
	width: 15%;
	line-height: 40px;
	background-color: #bfbfbf;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 30px 0 0 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	color: #fff;
}

.greyDarkBg {
	background-color: #bfbfbf;
	line-height: 50px;
	color: #000;
	padding: 0 10px;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 97%;
}


.smQuantiyFull {
	width: 100%;
	margin: 0 auto;
}

.smQuantiyFull .smMinus,
.smPlus {
	float: left;

	font-weight: bold;
}

.smQuantiyFull .smMinus a,
.smPlus a {
	color: #000;
	display: block;
	background-color: #ffdf79;
	-webkit-transition: background 1s ease-out;
	-moz-transition: background 1s ease-out;
	-o-transition: background 1s ease-out;
	transition: background 1s ease-out;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: 4px;
}

.smQuantiyFull .smMinus a:hover,
.smPlus a:hover {
	background-color: #c00000;
	color: #fff;
}

.smQuantiyFull input {
	background-color: #bfbfbf;
	border: 0 none;
	float: left;
	height: 25px;
	margin: 0 5px;
	text-align: center;
	width: 30px;
}

.popUpsmQuantiyFull {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.popUpsmMinus,
.popUpsmPlus {
	float: left;
	background-color: #39393d;
	padding: 1px 5px;
	font-weight: bold;
}

.popUpsmMinus a,
.popUpsmPlus a {
	color: #FFF;
}

.popUpsmMinus a:hover,
.popUpsmPlus a:hover {
	color: #efd9b9;
}

.popUpsmQuantiyFull input {
	width: 30px;
	float: left;
	color: #fff;
	text-align: center;
	background-color: #333;
	height: 25px;
	border: 0px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

.popUpDetailSmQuantiyFull {
	width: 25%;
	float: right;
	margin-top: 10px;
}

.popUpDetailsmMinus,
.popUpDetailsmPlus {
	float: left;
	background-color: #39393d;
	padding: 1px 5px;
	font-weight: bold;
}

.popUpDetailsmMinus a,
.popUpDetailsmPlus a {
	color: #FFF;
}

.popUpDetailsmMinus a:hover,
.popUpDetailsmPlus a:hover {
	color: #efd9b9;
}

.popUpDetailSmQuantiyFull input {
	width: 30px;
	float: left;
	color: #fff;
	text-align: center;
	background-color: #282828;
	height: 22px;
	border: 0px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

.popUpPrice {
	width: 350px;
	margin-top: 15px;
	float: right;
}

.popUpPrice h1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.popUpPrice .popUpvalider {
	width: 300px;
	margin: 10px 25px 10px 0px;
	font-size: 14px;
	float: right;
}

.popUpPrice .popUpvalider a {
	width: 300px;
	border: 1px solid #ff0300;
	text-align: center;
	float: right;
	padding: 15px 20px;
	border-radius: 10px;
	color: #000;
	display: block;
}

.popUpPrice .popUpvalider a:hover {
	width: 300px;
	border: 1px solid #999;
	border-radius: 10px;
	float: right;
}

.pouletPopDetails {
	margin-top: 20px;
}

.col-70 {
	width: 70%;
}

.col-30 {
	width: 30%;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px -11px 0px 2px;
	margin-top: 1px;
	line-height: normal;
	width: 20px;
	height: 21px;
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.popup-detials .strip {
	justify-content: space-between;
}

a.icon-al {
	display: inline-block;
	background: #bbb0a5;
	width: 220px;
	margin-bottom: -7px;
	padding: 19px 0px 0px 21px;
	color: #000;
	margin-top: 21px;

}

a.icon-al img {
	float: right;
	position: relative;
	bottom: 9px;
}

a.icon-al span.nav-span {}

.popup-allergene,
.popup-filtarage {
	text-align: left;
	margin: 50px 0px;
}

.popup-checkboxes input[type='checkbox']:after {
	background-color: transparent;
	border: 3px solid #ffdf79;
	border-radius: 100%;
}

.popup-checkboxes input[type='checkbox']:checked:after {
	background-color: #C00000;
	border: 3px solid #fff;
	border-radius: 100%;
}

.popup-checkboxes .popUpSmRdo img {
	margin-left: 25px;
	margin-top: -5px;
	margin-right: 15px;
}

.popup-checkboxes .popUpSmRdo {
	margin: 20px 20px 10px 5px;
}

.popup-allergene h2 {
	color: #fff;
}

.filtarage-item img {
	width: 80px;
	margin: 0px;
}

.filtarage-item .popUpSmRdo p {
	margin: 16px 10px;
	text-transform: capitalize;
}

.popup-detials .cta-btn {
	margin-bottom: 10px;
	text-align: left;
}


/* Product Animation End */
a.model-btn {
	background-color: #C00000;
	position: fixed;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	transition: background 0.25s cubic-bezier(0.55, 0, 0.1, 1);
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgb(255, 224, 191);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}

a.model-btn:hover {
	background: #ffdf79;
	color: #fff;
}

a.model-btn:focus {
	outline: none;
}

.animation-btn {
	position: fixed;
	z-index: 11111;
	right: 85px;
	bottom: 85px;
	animation-name: new;
	animation-duration: 2.5s;
	animation-delay: 3s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

/*
@keyframes new {
  0% {
    opacity: 0;
	bottom: 780px;
  }
  
  100% {
	bottom: 150px;
	  
  }
}
*/

.fa-phone {
	margin: 14px 0px 0 14px;
}

i.fa.fa-phone.fa-3x {
	font-size: 32px;
	color: #fff;
}

.emporter-box {
	text-align: center;
	width: 100%;
}

.emporter-item {
	margin: 10px 0;
}

.emporter-box img {
	width: 100%;
}

.emporter-box .primerColor {
	text-transform: uppercase;
}

.nav-span i {
	float: right;
	position: relative;
	font-size: 24px;
}

img.img-icon {
	position: relative;
	float: right;
	right: -12px;
}

/*----ProdDiv Start----*/
.linkPage {
	color: #d2d2d2;
	margin-bottom: 20px;
	padding: 20px 10px;
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid #333;
	margin-top: 50px;
}

.linkPage h1 {
	color: #ffdf79;
}

.linkPage h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #C00000;
}

.redColor {
	color: #ffdf79 !important;
}

.linkPage p {
	text-align: left;
}

.prodTitles2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	font-weight: 700;
	background: #ffdf79;
	margin-top: -50px;
	margin-bottom: 20px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

/* Votre-Appreciation */

.ProgressMainDiv {
	margin: 0 auto;
}

.ProgressMainDiv p {
	line-height: 25px;
}

.ProgressMainDiv hr {
	clear: both;
	color: #fff;
}

.ProgressMain {
	margin: 3px auto;
	width: 100%;
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #fff;
}

.wrap {
	padding: 0px;
}

.bar-percentage {
	float: right;
	padding: 0px 2px;
	line-height: 25px;
	font-size: 13px;
	width: 35px;
	text-align: right;
}

.bar-container {
	float: left;
	height: 10px;
	background: rgba(255, 255, 255, 1);
	width: 78%;
	margin: 8px 0px;
	overflow: hidden;
}

.percentage-bar {
	float: left;
	background: #ffdf79;
	height: 100%;
}

.mrDtail {
	width: 97%;
	margin: 0 auto;
}

.pagination {
	margin: 30px auto;
	display: table;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #C00000;
	border-color: #C00000;
}

.col-lg-6 {
	width: 100%;
	float: left;
}

/*
.col-lg-7 {
    width: 58.33333333%;
	float: left;
}

.col-lg-5 {
    width: 41.66666667%;
	float: left;
}
*/

.col-lg-9 {
	width: 70%;
	float: left;
}

.col-lg-3 {
	width: 30%;
	float: left;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination {
	margin: 30px auto;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 7px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #ffdf79;
	border-color: #ffdf79;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ratingStar {
	margin-bottom: 10px;
}


.sidenav hr {
	width: 250px;
	margin: 10px 21px;
	float: left;
}


span.nav-span.primerColor {
	font-style: italic;
	font-weight: 600;
	color: #bbb0a5;
}

.mrDtail img {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}

.mar-l {
	margin-left: 45px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.menuLink {
	position: relative;
	margin: 7px 0px;
}

span.titleText {
	position: absolute;
	color: #000000;
	top: 33px;
	right: 80px;
	text-align: center;
	background: #ffdf79;
	padding: 6px;
	width: 160px;
	margin: 0 auto;
	z-index: 11;
}

.modifer {
	color: #C00000;
	text-decoration: none;
}

.strip h1 {
	color: #C00000;
	font-size: 15px;
}

.topImg h1 {
	position: absolute;
	color: #000000;
	top: 23px;
	right: 80px;
	text-align: center;
	background: #ffdf79;
	padding: 6px;
	width: 160px;
	margin: 0 auto;
	z-index: 11;
}


.prodDetail h1 {
	font-size: 18px;
	color: #fff;
}


.strip .prodDetail h1 {
	font-size: 12px;
	font-weight: 300;
}

.panier-box .btn-width a span {
	width: 100%;
}


.panier-box .col-30 {
	width: 30%;
	float: left;
	margin-left: 10px;
}

.panier-box .form-control {
	float: left;
	padding-left: 0px;
}

.hdCompte img {
	margin-right: 15px;
}


table select {
	color: #fff;
}

.product-name {
	width: 162px;
}

.checkOutPTable .text-center {
	margin-left: -5px;
}

.product-price {
	width: 53px;
	text-align: right;
}

.strip img {
	width: 50px;
	height: 50px;
}

.prodDetail {
	width: 100% !important;
	margin-top: 5px;
}

.prodDetail-2 h1 {
	font-size: 12px;
	color: #fff;
}

center h1 {
	font-size: 18px;
}

.link {
	color: #fff;
	text-decoration: none;
}

.product-img {
	float: left;
	width: 30%;
}

.product-content {
	float: left;
	width: 70%;
}

.prodDetail p {
	float: left;
	width: 52%;
}

.prodDetail .select-btn-box {
	float: left;
	width: 48%;
}

.select-btn-box select {
	height: 30px;
}

.select-btn-box .btn {
	padding: 7px 0px;
}

.product-img img {
	width: 100px;
	height: 100px;
}

.product-item {
	margin: 10px 0;
}

.panier-page hr {
	border: 1px solid #28353e;
}

.top-links {}

h1.main-h1 {
	text-align: center;
	font-size: 18px;
	color: #c00000;
}

.alert {
	padding: 15px;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: #ffdf79;
	color: #000000;
	text-align: center;
}

.alert a {
	color: #000;
}

.alert .closebtn {
	margin-left: 15px;
	color: #000;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}



/*Body Divs*/

@media only screen and (max-width : 544px) {
	.BtnShadow.valider-com {
		width: 80%;
	}

	.select-btn-box select {
		font-size: 12px;
	}
}

@media only screen and (max-width: 770px) {}





@media screen and (max-width: 621px) {
	.popUpSmRdo p {
		font-size: 12px;
		text-transform: uppercase;
	}

	.popUpSmRdo {
		width: 250px;
	}

	.prodTitles2 {
		font-size: 18px;
	}
}



@media screen and (max-width: 360px) {
	.cartCircle {
		top: 32px;
		right: 0;
	}


}

@media screen and (max-width: 320px) {
	a.liv-btn {
		width: 50%;
	}

	a.emp-btn {
		width: 50%;
	}

	.btn {
		font-size: 8px;
	}

	.product-img img {
		width: 85px;
		height: 85px;
	}

	.input-area.popup-box {
		text-align: center;
		padding: 125px 10px 50px 10px;
	}

	.popup-content {
		padding: 40px 10px;
	}

	.smQuantiyFull input {
		width: 20px;
		height: 22px;
	}

	.smQuantiyFull .smMinus a,
	.smPlus a {
		width: 18px;
		height: 18px;
	}

	.topImg h1 {
		top: 13px;
		right: 50px;
	}

	.select-btn-box select {
		font-size: 10px;
	}

}


@media only screen and (max-width:396px) {
	.hd-btn a {
		float: left;
		font-size: 9px;
		font-weight: 200;
	}
}

@media only screen and (max-width:345px) {

	a.liv-btn {
		font-size: 8px;
	}
}

form[name="livraison_form1"] .form-control {
	border: 1px solid #fff;
	background: #00000070;
}

.x-twitter-icon {
	width: 20px;
}