html { font-size: 100%; } 
#StoreApp{
    padding-top: 0;
    /* border-left: 1px solid #ddd; */
    /* border-right: 1px solid #ddd; */
    padding: 0 !important;
    display: flex;
    margin-top: 30px;
    opacity: 0;
}


@media (max-width: 992px) {
    #StoreApp{
        margin-left: 0;
        margin-right: 0;
        border-left: 0;
        border-right: 0;
        min-width: 100% !important;
    }
  }
.loading_container{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
}
.store__container{
    
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 0 auto;
    /* background-color: orangered; */
}
.store__breadcrubs{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 auto;
    background-color: white;
}
.store__catalog__container{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 0 auto;
    /* background-color: blue; */
}
.store__catalog__menu{
    width: 20rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 auto;
    /* background-color: violet; */
}
#tree_menu{
    width: 17.5rem;
}
#tree_menu .list-group-item{
    padding-top:0.2rem;
    padding-bottom:  0.2rem;
    border: none;
}

.store__catalog__display{
    width: 50rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 auto;
    /* background-color:yellowgreen; */
}
.store__footer__container{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex: 0 0 auto;
    background-color: gainsboro;
}

.store__catalog__display__header{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1 100%;
    padding-bottom: 1rem;
}
.store__catalog__display__header_product{
    justify-content: flex-start;
}
.store__catalog__display__header__logo{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex: 0 1 auto;  
    /* margin: 0 auto; */
}
.store__catalog__display__header__logo__product{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex: 0 1 auto;  
}
.store__catalog__display__header__name__container{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex: 1 1 auto; */
    flex: 1 1 60%;
}
/* .store__catalog__display__header__options{
    width: 10rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1 1 auto;
} */
.store__header__options{
        /* width: 100%; */
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    /* justify-content: flex-end; */
    /* align-items: center; */
    /* flex: 1 1 auto; */
    /* margin-top: 1rem; */
    /* margin-top: -69px;
    align-self: flex-end; */

    position: absolute;
    top: -45px;
    right: 0;
}
.store__product_price{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex: 1 0 100%
}
.store__product_attribute{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex: 1 0 100%;
}
.store__product_attribute_item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 0 auto;
    margin-bottom: 5px;
}
.store__product_addToCart{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
}
.btn_edit_store{
    margin-right: 1rem;
}
.logo{
    /* height:100px;
    margin:0.5rem 1.5rem; */
    height:133px;
    margin:0.5rem 0.3rem;
    /* width:100%; */
}
.logo_category{
    /* margin:0.5rem 0.3rem;
    width:100%; */
    width: auto;
    max-height: 500px;
    max-width: 100%;
}
.logo_product{
    margin:0.5rem 0.3rem;
    max-width:300px;
}
.store__name{
    width: 100%;
    text-decoration: unset;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
    color: rgba(0,0,0,0.9);
    margin-top: 0.5rem;
    /* max-width: 25rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.product__name{
    justify-content: flex-start;
}
.store__description{
    width: 100%;
}
.store__socials{
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    margin-left: 10px;
}

.productList__container{
    width: 100%;
}
.card_ctn{
    width: 100%;
}
.breadcrumb{
    margin: 10px 20px;
}
/* 
.breadcrumb li{
    margin-right: 10px;
    
} */
.bc_symbol{
    margin-right: 10px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 100;
    color: #bbb;
}
.prod_list_container{
    margin-right: 0rem;
    margin-left: 0rem;
    background-color: white;
    padding-bottom: 1rem;
}
.product_card{
    margin-top: 1rem;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-deck .card{
    /* flex: 1 0 300px; */
    flex: 0 0 350px;
    /* max-width: 240px; */
    /* max-width: 100%; */
}
.product_list_label{
    width: 100%;
    margin: 1rem;
}
.btn_view_product{
    float: right;
}
.card-deck{
    justify-content: center;
}
.input_hidden{
    display: none;
}
.price_impact{
    margin-left: 3px;
}
.add_to_cart_container{    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 100%;
}
.add_to_cart_input{
    width: 70px;
}
.add_to_cart_btn{
    margin-left: 0px;
}
.store__product_info_container{
    margin-left: 10px;
    margin-top: 40px;
    /* width: 250px; */
    width:100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 auto;
}
/* ********** */
/* CART */
/* *********** */
#CartApp, #OrderCreatedApp, #SelectCartApp{
    padding-top: 0;
    /* border-left: 1px solid #ddd; */
    /* border-right: 1px solid #ddd; */
    padding: 0 !important;
    display: flex;
    margin-top: 30px;
    /* border: solid #ddd 1px; */
    border: solid #52a0d2 1px;
    border-radius: 5px;
}
.cart_container{
    padding: 1rem 2rem;
    position: relative;
}
.continue_shopping{
    position: absolute;
    top: -40px;
    left: 14px;
}
@media (max-width: 992px) {
    .cart_container{
        padding: 1.5rem 1rem;
    }
    .continue_shopping {
        position: absolute;
        top: -5px;
        left: 0px;
    }
}


.cart_main_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    flex: 1 1 100%;
    
    width: 100%;
}
.list_items_container{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
}

@media (max-width: 992px) {
    .list_items_container{
        width: 100%;
    }
}

.total_container{
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 1 22rem;
    box-shadow: -16px 0px 25px -16px rgb(0 0 0 / 20%);
}

@media (max-width: 992px) {
    .total_container{
        flex: 0 1 100%;
    }
}
.cart_item_row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 100%; 
    width: 100%;
    margin-top: 0.5rem;
}
.list_cart_product{
    width: 100%;
    padding-right: 1rem;
    margin-bottom: 1rem;
}
@media (max-width: 992px) {
    .list_cart_product{
        padding-right: 0;
        /* width: 75%; */
        
    }
}
.cart_item_image{
    
}
.cart_item_description{
    /* max-width: 10rem; */
    flex: 1 1 12rem;
    margin-left: 10px;
}
.cart_item_quantity{
  
   margin-left: 1rem;
   flex-grow: 1;
}
.bootstrap-touchspin-injected{
    width: 5rem;
    float: right;
}
.cart_item_price{
margin-left: 1rem;
}
.wrap_card{
    flex-wrap: wrap;
}

/* Troncate 3 ligne */
html {
    --lh: 1.7rem;
    line-height: var(--lh);
  }

.truncate-overflow {
--max-lines: 3;
position: relative;
max-height: calc(var(--lh) * var(--max-lines));
overflow: hidden;
padding-right: 1rem; /* space for ellipsis */

}
.truncate-overflow::before {
position: absolute;
content: "";
inset-block-end: 0; /* "bottom" */
inset-inline-end: 0; /* "right" */
}
.truncate-overflow::after {
content: "";
position: absolute;
inset-inline-end: 0; /* "right" */
width: 1rem;
height: 1rem;
background: white;
}

.btn_view_product_page{
    display: flex;
    justify-content: flex-end;
}
.img_container{
    height: 200px;
    overflow: hidden;
}
.product_description_container{
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 0;
}
#lightgallery img{
    max-height: 50px;
    max-width: 50px;
    margin: 3px 1px;
    border: 1px solid #ccc;
}
body{background:#f5f5f5}

.callout-danger {
    border-color: #d9534f !important;
    background-color: #f9e5e5;
    color: #645c5c;
}

.callout-sm {
    padding: .75rem;
    font-size: .75rem;
    border-left: 2px solid;
}

.callout_has_different_seller{
    width: 100%;
    margin-bottom: 10px;
}

.callout-primary .callout-link {
    color: #5b5f66
}

.callout .callout-link {
    font-weight: bold;
}
.callout-primary {
    border-color: #4c84ff!important;
    background-color: #e4edff;
    color: #5b5f66;
}
.callout-success {
    border-color: #02BC77 !important;
    background-color: #d9f5eb;
    color: #57625e;
}
.callout {
    padding: 1rem;
    font-size: .894rem;
    border-left: 3px solid;
}
.loginAnotherAccount_card{
    max-width: 350px;
    margin:0 auto;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}
.registerAccount_card{
    max-width: 400px;
    margin:0 auto;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}
.checkout_login_option{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
    padding-top: 10px;
}
.login_info_btn_options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
}
.title_options_container{
    display: flex;
    justify-content: space-between;
}
.language_options_container{
    display: flex;
    justify-content: space-around;
}
.captcha_center{
    width: 100%;
    display: flex;
    justify-content: center;
}
#user-prefs-password-new-strength-meter {
    width: 100%;
    height: 0.5rem;
    margin-bottom: 1em;
    background-color: #ffffff;
}
.pwstrength-progress.progress {
    margin: 3px 0;
    height: 3px;
  }

  .password-verdict {
    font-size: 12px;
    font-weight: 700;
    display: block;
    text-align: right;
  }

  [dir=rtl] .password-verdict {
    text-align: left;
  }
  .fv-plugins-icon {
    /* top: 25px !important; */
    top: 0 !important;
}
.dob_container .fv-plugins-icon {
    top: -30px !important;
   
}
.loginAnotherAccount_container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; 
}
.checkout_review_order_container{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* STRIPE */
.StripeElement {
	background-color: white;
    height: 40px;
    width: 400px;
    margin: 0 auto;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	transition: box-shadow 150ms ease;
	border: 1px solid #ccc;
}

/* STRIPE */
.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}
#payment-form{
	display: flex;
	flex-direction: column;
	width: 40rem;
	margin: 0 auto;
}
.btn-stripe{
	margin-top: 30px;
    width: 231px;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
}
.btn-stripe-group{
    align-self: center;
}
.inactive_card {
	border-radius: 0;
	font-weight: normal;
	padding: .5em .6em;
	display: inline;
	font-size: 75%;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #d9534f;
	/* margin-left: 1rem; */
	float: left;
}
.active_card {
	border-radius: 0;
	font-weight: normal;
	padding: .5em .6em;
	display: inline;
	font-size: 75%;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #58af06;
	/* margin-left: 1rem; */
	float: left;
}
/* .btn_add_card{
	float: right;
	margin-top: -5rem;
} */
.stripe-card-logo{
	width: 16rem;
    margin-top: 3rem;
    align-self: center;
}




.transitionAddCart-enter {
	-webkit-animation: slide-in .5s;
	        animation: slide-in .5s;
}

.transitionAddCart-leave {
	-webkit-animation: slide-out .2s;
	        animation: slide-out .2s;
}
@keyframes slide-in {
    0% {transform: translateX(-3000px);}
	100% {transform: translateX(0);}
}

@keyframes slide-out {
    0% {transform: translateX(0)}
	100% {transform: translateX(3000px);}
}
@-webkit-keyframes slide-in {
    0% {transform: translateX(-3000px);}
	100% {transform: translateX(0);}
}

@-webkit-keyframes slide-out {
    0% {transform: translateX(0)}
	100% {transform: translateX(3000px);}
}



.amount_due_container{
	padding-top: 2rem;
}

.amount_due_container h4{
	font-size: 2rem;

}
.prof_picture_many_seller{
    height: 35px;
    margin-right: 10px;
}
.border_none{
    border: none !important;
}
#registerForm .is_18_container .fv-plugins-icon {
    top: -4px !important;
}
.cat_product_qty{
    padding-left:10px;
}
.popover_discount_summary{
    margin-top: 10px;
    margin-left: 0px;

}
.available_badge{
    margin-top: 10px;
    margin-left: 0px;
    font-size: 14px;
}
.cart_btn_group_proceed{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;;
}

.sw-theme-default .step-anchor li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 0;
    width: 350px;
}
.booking_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;

}
.booking_description{
    max-width: 220px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 10px;    
}
.booking_description span{
    font-size: 14px;
}
.booking_calendar{
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    min-width:300px;
}
@media (max-width: 1200px) {
    .booking_calendar{
        border-right: none;
        border-left: none;
    }
  }

.booking_hours{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    min-width: 180px;
}
.booking_description_readmore{
    margin-top: 10px;
    font-size:14px;
}
.loading_calendar{
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.5); 
}
.select_time_row{
    padding-bottom: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.btn-select-time{
    width: 100%;
}
.btn-select-time50{
    width: 48%;
}
.booking_container2{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    /* max-width: 50%; */
}
@media (min-width: 2000px){
    .container {
        max-width: 1600px;
    }
}
.prod_list_container .card-body{
    max-height: 240px;
    overflow-y: hidden;
}
#lightgallery{
    max-width: 300px;
}
.list-group-item-custom {
    box-shadow: -16px 0px 25px -16px rgb(0 0 0 / 20%);
    border-color: #ccc;
}
button.atcb_button { 
    margin-bottom: 0;
}