  input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
  }

.none{
    display: none !important;
}

.center{
    text-align:center;
}

.color{
    color:#989898 !important;
}


/*Slide*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height:100%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activedot, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.main_slider_acc{
  margin-top:0px;
  background-color: lightgray;
}

.mySlidesback1{
  background-image:url(../images/slide_1.png);
}

label .password-icon {
  display: flex;
  align-items: center;
  position: absolute;  
  color: #e5e5e5;
  transition: all 0.2s;
}

label .password-icon:hover {
  cursor: pointer;
  color: #ff4754;
}

label .password-icon .feather-eye-off {
  display: none;
}

.errorinscription{
    //background: antiquewhite;
    border: 2px solid #fe4c50;
}
.errorinscription::placeholder{
    color: #333 !important;
}


.forgotpass:hover {
  cursor: pointer;
  color: #ff4754;
  text-decoration: underline;
}


.banner
{
	width: 100%;
	margin-top: 30px;
}
.banner_item
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 265px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner_category
{
	height: 50px;
	background: #FFFFFF;
	min-width: 180px;
	padding-left: 25px;
	padding-right: 25px;
}
.banner_category a
{
	display: block;
	color: #1e1e27;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	width: 100%;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.banner_category a:hover
{
	color: #b5aec4;
}

.product_sorting_container_bottom
{
	margin-top: 24px;
}
.product_sorting_container_bottom .product_sorting
{
	float: right;
}
.product_sorting
{
	display: inline-block;
}
.product_sorting > li
{
	display: inline-block;
	position: relative;
	width: 185px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border: solid 1px #ecedee;
	padding-left: 20px;
	padding-right: 7px;
	margin-right: 16px;
}
.product_sorting_container_bottom .product_sorting > li
{
	width: 144px;
	margin-right: 0px;
	padding-right: 12px;
}
.product_sorting_container_bottom .product_sorting li span:nth-child(2)
{
	margin-left: 24px;
}
.product_sorting li i
{
	float: right;
	line-height: 40px;
	color: #51545f;
}
.product_sorting li ul
{
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.product_sorting > li:hover ul
{
	visibility: visible;
	opacity: 1;
	top: calc(100% + 1px);
}
.product_sorting li ul li
{
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.product_sorting li ul li span
{
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #dddddd;
	color: #51545f;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.product_sorting li ul li span:hover
{
	color: #b5aec4;
}
.product_sorting li ul li:last-child span
{
	border-bottom: none;
}
.product_sorting li span:nth-child(2)
{
	margin-left: 71px;
}

.index9{
	z-index:9;
}

.navbar_dashbord li
{
	display: block;
}
.navbar_dashbord li a
{
	display: block;
	color: #1e1e27;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 20px 0px 20px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.navbar_dashbord li a:hover
{
	color: #b5aec4;
}

.div_myacc{
        display: none;
}

@media (min-width: 1024px) {
  .div_myacc{
        display: block;
  }
}

.img_myacc{
	width: 75%;
}
.rotateri{
	rotate: 15deg;
}
.rotatelef{
	rotate: -15deg;
}

.wish{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0em 1em;
}

.wish td:first-child{
    vertical-align: top;
    background: #E4E7ED;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.wish td:last-child{
    vertical-align: top;
    background: #E4E7ED;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px;
}

.wishtddivimg{
    margin: 15px;
    background: #fff;
    border-radius: 15%;
}

.wishimg{
    cursor:pointer;
    width:100%;
}

.noborder{
	border:0px !important;
}

.wishbubble{
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 800px;
}

.wishbubble:hover{
    background: khaki;
}

.wishheart{
    top: 5px;
    right: 5px;
}

.bordrad25{
    border-radius: 25px;
}

.red_button_w_cart{
	text-align: center; 
	border-radius: 800px;
	width: 50%; 
	margin: 10px;
}

.divalert{
    color: #fe4c50;
    background-color: #f2f2f2;
    border-color: #fe4c50;
    border-width: 2px;
    width: 50%;
    z-index: 999;
}

.badge{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.sperrorcart{
padding-top: 10px;
    color: #fe4c50;
}

.wishtddivimg{
    margin: 15px;
    background: #fff;
    border-radius: 15%;
}

.qty_selector{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 92px;
    border: solid 1px #e5e5e5;
    height: 40px;
    background: white;
}

.qty_minus, .qty_plus{
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.cartdtl{
    display: flex;
    justify-content: space-between;
}

.cartdtl2{
    display: flex;
    justify-content: space-between;
    top: -7px;
    position: relative;
}

.grey_button2
{
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	background: grey;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.grey_button2:hover
{
	background: lightgray !important;
}
.grey_button2 a
{
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	width: 100px;
}

.add_to_cart_button2
{
	width: 100px;
	margin-left: 19px;
	font-size: 12px !important;
}
.width_cart{
	width:30%;
}

@media only screen and (max-width: 479px)
{
	.add_to_cart_button2{
		width:70px;
	}
	.width_cart{
		width:20%;
	}
	.delete_cart{
		width:auto !important;
	}
	.add_to_cart_button2{
		margin-left:0px !important;
	}
}

.btncartbottom{
    display: block;
    border: 0px;
    color: white;
    cursor: pointer;
}

.orderflex1 {
    padding-bottom: 0px !important;
    display: flex;
}

.orderimg {
    cursor: pointer;
    width: 76px;
}

.orderlinemax {
    display: none;
}
.orderlinemin {
    display: block;
}
@media (min-width: 1200px) {
    .orderlinemax {
        display: block;
    }
    .orderlinemin {
        display: none;
    }
}

.custorder{
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 15px;
}

.checks{
    accent-color: #1e1e27;
}

.predtemplate {
    color: red;
    font-size: 10px;
}

.cat-imglogo {
    width: 200px;
    border: 1px solid grey;
}

.catimgbtn {
    margin: 0px 15px;
    display: inline-block;
}


#input_shipdate
{
	width: 300px;
	height: 46px;
	background: #FFFFFF;
	border: none;
	padding-left: 20px;
}
#input_shipdate:focus
{
	border: solid 1px #7f7f7f !important;
	box-shadow: none !important;
}
:focus
{
	outline: none !important;
}
#input_shipdate::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#input_shipdate:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#input_shipdate::-moz-placeholder /* Firefox 19+ */
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#input_shipdate:-ms-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#input_shipdate::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}



#input_receivedate
{
	width: 300px;
	height: 46px;
	background: #FFFFFF;
	border: none;
	padding-left: 20px;
}
#input_receivedate:focus
{
	border: solid 1px #7f7f7f !important;
	box-shadow: none !important;
}
:focus
{
	outline: none !important;
}
#input_receivedate::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#input_receivedate:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#input_receivedate::-moz-placeholder /* Firefox 19+ */
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#input_receivedate:-ms-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#input_receivedate::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}

.single_add_btn{
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    width: 160px;
    margin-left: 19px;
}

.img_taille{
    width:65% !important;
}

@media only screen and (max-width: 575px)
{
    .single_add_btn{
        margin-left: 0px;
        margin-top: 15px;
    }

    .img_taille{
        width:100% !important;
    }
}
@media only screen and (max-width: 479px)
{
    .single_add_btn{
        margin-top: 20px;
        font-size: 12px;
        width: 130px;
        height: 36px;
    }

    .img_taille{
        width:100% !important;
    }
}

.sp_promo_descr{
    font-size: medium; 
    padding-left: 5px; 
    vertical-align: bottom;
}

.product_bubble_green_item{
    margin: 15px 0px;
    background: #51a042;
    color: #FFF;
}

.row_items{
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 33px;
}

.div_taille{
    display: inline-block;
    padding: 5px 10px;
}

.star_rating_review
{
	display: inline-block;
	margin-left: 15px;
}
.star_rating_review li
{
	display: inline-block;
	margin-right: -2px;
	cursor: pointer;
}
.star_rating_review li i
{
	color: #fac451;
}

.checkout_sbmt{
	text-align:right; 
	padding-right:15px;
	padding-top:50px;
}

.checkout_td{
	text-align:right; 
	padding-right:15px;
}

.checkout_td40{
	text-align:right; 
	padding-right:40px;
}

.checkout_td_titleP{
	width:20%;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:15px;
}

.checkout_td_title{
	width:10%;
	text-align:right; 
	padding-right:15px;
}

.checkout_coupon_btn{
	height: 40px;
	width: 100px;
	margin:0px;
}

.checkout_coupon_inp{
	margin:0px !important;
	height: 40px !important;
	border: solid 1px #e5e5e5 !important;
	width: 250px !important;
}

.checkout_coupon_div{
	justify-content: flex-end !important;
	flex-direction: row !important;
	display: flex !important;
}

.checkout_coupon_form{
	height:40px;
	margin:0px !important;
	display: inline-block;
}

.checkout_hr{
	padding-left: 15px;
	padding-right: 15px;
}

.checkout_sp_promo{
	padding-right: 5px; 
	font-size: smaller; 
	text-decoration: line-through;
}

.checkout_sp_promo_qty{
	color: #fe4c50;
	font-size: small;
}

.orders_review_add_btn{
	float:right;
	margin-right: 15px;
}

.orders_review_date{
	padding-right:20px; 
	font-size:10px; 
	margin-left: 15px;
}

.orders_div_flex{
	flex-grow: 1;
	flex: 1 1 0%;
}

.orders_div_center_items{
	display: flex !important; 
	justify-content: space-between;
}

.orders_paiement_date{
	display: flex; 
	justify-content: 
	space-between;
	padding-top:15px;
}

.orders_div_total{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid grey;
	padding-top: .5em;
	margin-top: .5em;
}

.orders_div_flexcontent{
	display: flex; 
	justify-content: space-between;
}

.orders_div_itm_flex{
	display: flex !important; 
	justify-content: space-between;
}

.orders_div_itm_flexgrow{
	flex-grow: 1; 
	flex: 1 1 0%;
}

.orders_div_itm_flex80{
	display: flex !important; 
	justify-content: space-between;
	width:80%;
}

.orders_acc{
	width: 100%; 
	display: flex;
}

.soldes{
    color: red !important;
    text-decoration: underline !important;
}
.soldes:hover{
    color: #b5aec4 !important;
}

.fake-hr {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    margin: 10px 0;
}

.size_selector{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 92px;
    border: solid 1px #e5e5e5;
    height: 40px;
    background: white;
}
.size_minus, .size_plus{
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}


/*Cursor*/
.pointer{
    cursor:pointer; 
}

/*font-size*/
.fsz20{
    font-size: 20px;
}

.fsz11{
    font-size: 11px;
}

.fsz12{
    font-size: 12px;
}

.fszsmall{
    font-size: small;
}

/*width*/
.w20{
	width:20px;
}

.w100{
	width:100px;
}

.w115{
        width:115px;
}

.w150{
	width:150px;
}

.w200{
	width:200px;
}

.fullw{
	width:100%;
}

/*height*/
ha{
	height:auto !important;
}

.h20{
	height: 20px;
}

.h23{
	height: 23px;
}

.h70{
	height: 70px;
}

.h50{
	height: 50px;
}

.h150{
	height: 150px;
}


/*display*/
.flex{
	display:flex;
}

.block{
	display: block;
}

.inlineblock{
	display: inline-block;
}

.inlineflex{
	display: inline-flex;
}

/*background*/
.backbanner1{
	background-image:url(../images/banner_1.jpg)
}

.backbanner2{
	background-image:url(../images/banner_2.jpg)
}

.backbanner3{
	background-image:url(../images/banner_3.jpg)
}

.backlgray{
	background-color: lightgray;
}

.backFFF{
	background-color:#FFFFFF !important;
}

.backefefef{
	background-color:#efefef;
}

/*color*/
a{
	color:black;
}
a:hover
{
	color: #b5aec4;
}

.black{
	color:black;
}

.white{
	color:white;
}

.cred{
 	color:red;
}

.c989898{
	color:#989898;
}

.c51545f{
	color: #51545f !important;
}

.c333{
	color: #333;
}

.c2B2D42{
	color:#2B2D42;
}

.cfe4c50{
	color:#fe4c50;
}

.cb5aec4{
        color:#b5aec4;
}
.cb5aec4:hover{
        color:#fe4c50;
}

.cb9b4c7{
        color:#b9b4c7;
}

/*align*/
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.justify{
	text-align:justify;
}

.floatri{
	float: right;
}

.floatend{
	float: inline-end;
}

.floatstart{
	float: inline-start;
}

.floatcenter{
	align-content: center;
}

.justcenter{
	justify-content: center;
}

.vtop{
	vertical-align: top;
}

/*margin*/
.mar0{
       margin: 0px;
}

.mar15_0{
	margin: 15px 0px;
}

.marbot0{
	margin-bottom: 0px;
}

.marbot5{
	margin-bottom: 5px;
}

.marbot10{
	margin-bottom: 10px;
}

.marbot25{
	margin-bottom: 25px;
}

.marbot33{
	margin-bottom: 33px;
}

.martop0{
	margin-top: 0px;
}

.martop15{
	margin-top: 15px;
}

.marbot20{
	margin-bottom: 20px;
}

.martop10{
	margin-top: 10px;
}

.martop44{
	margin-top: 44px;
}

.martop20{
	margin-top: 20px;
}

.martop33{
	margin-top: 33px;
}

.marri31{
	margin-right: 31px;
}

.marle15{
	margin-left: 15px;
}

/*padding*/

.pad5{
	padding: 5px;
}

.pad15{
	padding: 15px;
}

.pad50{
	padding: 50px;
}

.padleft0{
	padding-left: 0px;
}

.padleft5{
	padding-left: 5px;
}

.padleft15{
	padding-left: 15px;
}

.padleft25{
	padding-left: 25px;
}

.padtop30{
	padding-top: 30px;
}

.padtop25{
	padding-top: 25px;
}

.padtop35{
	padding-top: 35px;
}

.padtop15{
	padding-top: 15px;
}

.padr0{
	padding-right: 0px;
}

.padri5{
	padding-right: 5px;
}

.padri10{
	padding-right: 10px;
}

.padbot15{
	padding-bottom: 15px;
}

.padbot0{
	padding-bottom: 0px;
}

/*Position*/
.l70{
	left: 70px;
}
.l20{
	left: 20px;
}

/*Font*/
.bold{
	font-weight: bold;
}