

.wrapper-boutique {
  padding: 70px 0;
  background: #F9F9F9;
  position: relative;
  z-index: 1;
}

.container.produits {
    width: 90%;
}

section#packages {
    padding: 70px 0;
}
.wrap-boutique {
  display: flex;
  padding-top: 30px;
  flex-wrap: wrap;
  width: 100%;
}
.item-boutique {
  width: 33.33%;
  padding: 15px 15px;
}
.itb-button-commande a {
  padding: 5px 15px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #089441;
  width: fit-content;
  border-radius: 5px;
}
.biography-wrapper .pattern-layer {
  bottom: -5px;
}

.itb-button-commande {
  padding-top: 15px;
}
.wrap-item-boutique {
  /*! display: flex; */
  background: white;
  border-radius: 8px;
  box-shadow: 1px 1px 13px 2px #eee;
  margin: 0 15px;
}
.wrap-item-boutique-bottom {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.wrap-item-boutique-bottom-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.wrapper-item-boutique-bottom {
  /* border: 2px solid #089441; */
  padding: 18px;
  position: relative;
  width: 100%;
}
.wrap-item-boutique-top-title {
  font-size: 18px;
  line-height: 1.6;
  color: #1c1b1b;
  font-weight: 600;
  padding: 10px 0 25px;
}
.itb-category {
  padding: 5px 20px;
  font-size: 12px;
  background: #089441;
  width: fit-content;
  display: flex;
  /* justify-content: center; */
  border-radius: 30px;
  /* position: absolute; */
  /* top: -13px; */
  z-index: 2;
  /* left: 15px; */
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.wrap-item-boutique-top {
  position: relative;
}
.itb-title {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  padding: 9px 0 6px;
}
.itb-text {
  font-size: 13px;
  padding-bottom: 6px;
}
.wrap-item-boutique-bottom-right {width: 40%;background: #eee;display: flex;justify-content: center;align-items: center;border-radius: 7px;height: 170px;overflow: hidden;}
.itb-prize {
  padding: 0px 0px 10px;
  color: #089441;
  font-size: 22px;
  font-weight: 500;
  border-radius: 5px;
}
.wrapper-item-boutique-bottom .owl-dots {
  top: -10%;
  position: absolute;
  background: #089441;
  width: 7px;
  height: 7px;
  left: 90%;
  border-radius: 50%;
}
.wrapper-item-boutique-bottom .owl-dots::after {
  /*! content: ""; */
  /*! background: black; */
  width: 12px;
  border-radius: 50%;
  height: 12px;
  top: -3px;
  left: -3px;
  z-index: 1;
  position: absolute;
  border: 1px solid gree;}
.itb-image img {
  height: 215px;
}
.itb-prize span {
  padding-left: 4px;
  font-size: 16px;
}
.itb-button a {
  color: white;
  background-color: #089441;
  padding: 7px 20px 7px 20px;
  border-radius: 5px 5px 5px 5px;
}

.itb-image {
    display: flex;
    /* justify-content: center; */
    width: 100%;
    height: 100%;
}

.itb-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.container.boutique {
    width: 90%;
}







.wrapper-detial-produit {
    position: relative;
    background: #f9f9f9;
    padding: 50px 0 60px;
}

.widget {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}

.widget_left {
    width: 55%;
    position: relative;
}

.widget_right {
    width: 45%;
    position: relative;
    /* padding: 0 0px 0 30px; */
}

.content_widget_left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
}

.content_dot .dot {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    box-shadow: 2px 3px 8px #eee;
}

.content_dot .dot:not(:last-child) {
    margin-bottom: 10px;
}

.content_dot .dot img {
    width: 100%;
}

.dot.active:before {
    content: "";
    position: absolute;
    background: #00000059;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slideshow-container {
    /* margin-left: 35px; */
    width: 74%;
    max-width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slideshow-container .mySlides {
    width: 100%;
    height: 500px;
    position: relative;
    border-radius: 2px;
    background: #ddd;
    padding: 0 30px;
}

.slideshow-container .mySlides img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content_dot {
    width: 14%;
}

.content_top {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.content_top h3.name_item {
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
    background: no-repeat;
    padding: 0;
    line-height: 1.5;
    text-transform: capitalize;
}

.price {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    line-height: 1;
    color: #348e38;
}

.id_caracteristic {
    margin-bottom: 15px;
}

.text {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.text span {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

p.description {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
    position: relative;
    width: 83%;
}

.content_bottom {
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.field-form-detail {
    width: 45%;
}

.field-form-detail.field_input.radios {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
}

.field_input_number {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 40%;
    margin-right: 15px;
}

.field_select {
    display: flex;
    flex-direction: column;
    width: 40%;
    position: relative;
}

span.title_field {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
}

input.quantity__ {
    width: auto;
    height: 40px;
    font-size: 23px;
}

.nice-number {
    width: 169px;
    border: 1px solid #bdbcbc;
    padding: 1px 10px;
    border-radius: 4px;
}

.nice-number button {
    font-size: 30px;
    width: 100px;
    background: transparent;
    cursor: pointer;
}

select.size__ {
    border: 1px solid #bdbcbc;
    height: 44px;
    padding: 0 10px;
    border-radius: 4px;
}

.field_btn {
    margin-top: 30px;
    position: relative;
}

button.button_add_item {
    background: #0b98a2;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    /* font-family: 'Poppins'; */
    border-radius: 50px;
    width: 83%;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

button.button_add_item:hover {
    background: #185458;
}

.no-nav .owl-nav button {
    display: none;
}

.field_type.widget_calc { }

.field_type {
    position: relative;
    margin: 0 5px 15px;
    text-align: center;
    margin-top: 0px;
    display: flex;
}

.field_type input { 
    display: none; 
}

.field_type label {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /* margin: 0 5px; */
    box-shadow: 1px 1px 5px 1px #7977776b;
}

.widget_calc input:checked + label.les-couleurs::before { 
    border: 2px solid rgb(27, 26, 26); 
}

.widget_calc label.les-couleurs::before {
    content: "";
    width: 23px;
    height: 23px;
    border: 2px solid transparent;
    position: absolute;
    top: -6px;
    left: -6px;
    transition: border 0.3s ease 0s;
    background: transparent;
    border-radius: 50%;
}

.radios .title_field {
    margin-right: 5px;
}



/*********************************************** Categories pages *********************************************/



nav.breadcrumb {
    padding: 70.5px 0px 29.5px;
    background: #f5f5f5;
    text-align: center;
}

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

h6.page_title.text-md-left {
    font-size: 19px;
    line-height: 20px;
    color: #252525;
    font-weight: 200;
}

ol.text-md-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ol.text-md-right li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #cbad57;
}

ol.text-md-right li a {
    color: #252525;
}

ol.text-md-right li:after {
    content: '/';
    font-family: 'FontAwesome';
    color: #252525;
    margin: .3125rem;
}

ol.text-md-right li:last-child:after {
    /* content: ''; */
    display: none;
}

.wrap-page-categories {
    display: flex;
    flex-wrap: wrap;
}

.left-categorie-page {
    width: 25%;
    padding: 0 15px 0 0;
}

.wrapper-page-categories {
    padding: 30px 0 70px;
}

div#content-cat-wrapper {
    width: 75%;
    padding: 0 15px;
}

.wrap-left-categorie-page {}

.child-mb-30 > div {
    margin-bottom: 30px;
}

.block-categories .widget-title, 
#search_filters > .h6.facet-title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-align: left;
    background: #252525;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: 'Raleway';
}

ul.category-sub-menu, .search-filter-inner {
    border: 5px solid #f5f5f5;
    padding: 20px;
}

ul.category-sub-menu > li a {
    width: 100%;
    display: block;
    padding: 5px 0;
    font-size: 15px;
    color: #757575;
    font-weight: 400;
    line-height: 20px;
    /* font-family: 'Raleway'; */
}

#search_filters .facet .facet-title {
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 15px;
    color: #252525;
    font-weight: 600;
    font-family: 'Raleway';
}

label.facet-label {
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: .875rem;
    margin-bottom: .5rem;
    padding-right: .5rem;
    display: inline-block;
}

span.custom-checkbox {
    top: -7px;
    margin-right: 0;
    position: relative;
}

span.custom-checkbox input {
    margin-top: .25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.custom-checkbox input[type=checkbox] + span {
    margin-right: 3px;
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #ddd;
}

.custom-checkbox input[type=checkbox] + span .checkbox-checked {
    display: none;
    margin: -.25rem -.125rem;
    font-size: 1.1rem;
    color: #252525;
}

#search_filters .facet .facet-label a {
    width: calc(100% - 30px);
    overflow: hidden;
    display: inline-block;
    font-weight: 400;
    color: #757575;
    font-size: 15px;
    line-height: 20px;
}

#js-product-list-header .block-category {
    margin-bottom: 15px;
}

.block-category {}

.block-category h5,
.subcategory-heading {
    font-weight: 600;
    margin-bottom: 15px;
    color: #252525;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Raleway';
}

.block-category .category-cover {
    position: relative;
    margin-bottom: 15px;
}

.category-cover img {
    width: 100%;
    max-width: 100%;
}

.block-category #category-description p:first-child {
    margin-bottom: 1.25rem;
    font-weight: 400;
    color: #252525;
    line-height: 20px;
    font-family: 'Poppins';
}

.subcategories-search ul {
    margin-bottom: 30px;
}

.subcategories-search li.subcategory-block {
    display: inline-block;
    margin-right: 5px;
    padding: 6px 15px;
    background: #252525;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.subcategories-search li.subcategory-block a {
    color: #fff;
}

.row.products-selection {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    margin: 0 0 30px 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.left-filter-right {
    width: 50%;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.pro_list_gird {
    background: #fff;
    /* float: left; */
    width: auto;
    display: flex;
}

.pro_list_gird span.active, .pro_list_gird span:hover {
    color: #fff;
    background: #cbad57;
}

.pro_list_gird span {
    padding: 10px 12px;
    border-radius: 50%;
    color: #fff;
    background: #252525;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_list_gird .fa {
    font-size: 16px;
    vertical-align: middle;
}

span.grid-view {
    margin-right: 5px;
}

.products-selection .total-products {
    padding: 12px 15px 8px;
    margin-bottom: 0;
    font-size: 15px;
    color: #757575;
    line-height: 20px;
}

.products-selection .sort-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-filter-right {
    width: 50%;
    padding: 0 15px;
}

.hidden-lg-up.filter-button, 
.hidden-md-up.hidden-md-down.text-sm-center.showing {
    display: none;
}

span.hidden-md-down.sort-by {
    width: 33.33%;
    line-height: 20px;
    font-size: 15px;
    color: #757575;
    text-align: right;
    padding: 0;
    text-transform: capitalize;
}

.products-sort-order.dropdown {
    width: 66.66%;
    color: #252525;
    padding: 0 0 0 15px;
}

.products-sort-order-inner.show {
    position: relative;
}

.products-sort-order .select-title {
    display: flex;
    width: 100%;
    color: #252525;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 7px 10px;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #252525;
    text-align: left;
    font-family: 'Open Sans'
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

.products-sort-order .dropdown-menu {
    left: auto;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    /* width: 100%; */
    display: block;
    padding: .625rem 1.25rem;
    color: #252525;
    transition: all 0.3s ease 0s;
}

.active_filters {
    background: #f5f5f5;
    padding: 15px 15px 5px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #252525;
    font-family: 'Open Sans';
}

.active_filters .active-filter-title {
    display: inline;
    margin-right: 15px;
    font-weight: 600;
    /*margin-bottom: 15px;*/
    color: #252525;
    font-family: Relaway;
}

.active_filters ul {
    display: inline;
}

.active_filters .filter-block {
    color: #252525;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #ddd;
}

.active_filters .filter-block .close {
    color: #252525;
    font-size: .9375rem;
    opacity: 1;
    margin-top: .1875rem;
    margin-left: .3125rem;
}

.hidden-md-down.active_filters_wrap {
    display: none;
}

div#categories-product {}

div#js-product-list {}

.products.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #252525;
    /* font-family: 'Muli'; */
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: -15px;
    margin-left: -15px;
}

.product-miniature {
    width: 25%;
    padding: 0 15px;
}

.image-wraper, .product-item {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}

.product-item {
    margin-bottom: 30px;
    background: #fff;
}

/* #products img, 
.featured-products img, 
.product-accessories img,  */
.product-miniature img {
    width: 100%;
}

.product-flags {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 2;
}

.product-flags li.product-flag.discount {
    background: #cbad57;
}

.product-flags li.product-flag {
    padding: 5px 12px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5px;
    font-size: 12px;
    margin-right: 10px;
    line-height: 14px;
    background: #d0021b;
}

.product-miniature .product-description {
    position: relative;
    text-align: center;
    padding: 12px 10px 0;
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* #products .product-title, 
.featured-products .product-title, 
.product-accessories .product-title,  */
.product-miniature .product-title {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #252525;
}

.product-miniature .product-title a {
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    color: #252525;
    font-family: 'Raleway';
}

/*#products .product-price-and-shipping, 
.featured-products .product-price-and-shipping, 
.product-accessories .product-price-and-shipping, */
.product-miniature .product-price-and-shipping {
    color: #252525;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans';
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*#products .regular-price, 
.featured-products .regular-price, 
.product-accessories .regular-price,*/ 
.product-miniature .regular-price {
    color: #757575;
    text-decoration: line-through;
    margin-right: 5px;
}

.product-item .hover_image {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.7s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.7s cubic-bezier(0, 0, 0.44, 1.18);
    -moz-transition: opacity 0.7s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
    -o-transition: opacity 0.7s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
    -ms-transition: opacity 0.7s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
    background: whitesmoke;
    overflow: hidden;
    height: 220px;
}

.product-miniature img {
    width: auto;
    /* background: whitesmoke; */
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.product-image-wraper {
    height: 220px;
    background: whitesmoke;
    overflow: hidden;
}

.prdouct-btn-wrapper.grid {
    top: 0px;
    right: 10px;
    opacity: 0;
    position: absolute;
    display: block;
    transition: all 0.5s ease 0s;
}

.prdouct-btn-wrapper div a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    height: 44px;
    width: 44px;
    padding: 0px;
    background: #252525;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.product-item .product-btn-icon i {
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 44px;
    z-index: 2;
}

/*.product-grid .product-desc, 
.product-grid .prdouct-btn-wrapper.list, 
.product-grid .product-item .list-reviews, 
.product-list .prdouct-btn-wrapper.grid, */
.product-list .product-item .grid-reviews {
    display: none;
}

.product-desc {
    margin-bottom: 25px;
}

.product-desc p {
    font-size: 15px;
    color: #757575;
    line-height: 28px;
    font-family: 'Poppins';
}

.product-miniature .product-price-and-shipping .discount-product {
    display: none;
}

.product-item:hover .hover_image {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}

.product-list .product-item:hover .hover_image {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1);
    display: none;
}

.product-item:hover .prdouct-btn-wrapper.grid {
    opacity: 1;
}

span.cover_image {
    height: 220px;
}

.prdouct-btn-wrapper div a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    height: 44px;
    width: 44px;
    padding: 0px;
    background: #252525;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.product-grid .product-item:hover .prdouct-btn-wrapper div a {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.pagination {
    width: 100%;
    padding: 11px 0;
    border: 1px solid #dddddd;
    margin: 0;
    display: flex;
    align-items: center;
}

.pagination .text-left {
    line-height: 36px;
    font-weight: 300;
    text-align: left;
    width: 50%;
    padding: 0 15px;
}

.pagination .text-right {
    line-height: 36px;
    font-weight: 300;
    text-align: right;
    width: 50%;
    padding: 0 15px;
}


ul.page-list.clearfix {}

.pagination .page-list li, 
.pagination-pages li {
    display: inline;
}

.pagination li > a, .page-link {
    display: inline-block;
    float: none;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 36px;
    color: #fff;
    background: #252525;
    border-radius: 25px;
}

.pagination .current > a, 
.pagination .current > a:focus, 
.pagination .current > a:hover {
    background: #b2914b;
    color: #fff;
}

.tabcontent {
    width: 100%;
    display: none;
}

.tabcontent.active {
    display: block;
}

article.product-miniature.product-list {
    width: 100%;
}

.product-list .product-item {
    display: flex;
}

.product-list .product-image-wraper {
    width: 25%;
    height: 260px;
}

.product-list .product-item .hover_image {
    width: 100%;
    max-width: 25%;
    height: 260px;
}

.product-list span.cover_image {
    height: 260px;
}

.product-list .product-description {
    width: 75%;
    text-align: left;
    padding: 0 0 0 30px;
}

.product-list h6.product-title {
    text-align: left;
    margin-bottom: 15px;
}

.product-list .product-price-and-shipping {
    margin-bottom: 13px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}

.product-list .product-desc {
    text-align: left;
    font-size: 14px;
}

.product-list .prdouct-btn-wrapper.list {
    position: relative;
}

.product-list h6.product-title a {
    font-weight: 600;
    font-size: 17px;
}

span.small-text {
    font-weight: 100;
    color: #333;
}

div.text {
    display: flex;
    align-items: center;
}

.item-couleur-choose {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: 1px 1px 5px 1px #7977776b;
}









/************************************************* Page Commande ********************************************/

.wrap-commande-page {
    display: flex;
    /* align-items: center */
    justify-content: space-between;
}

.wrap-left-commande-page {
    width: 65%;
    padding: 0 15px;
}

.wrap-right-commande {
    width: 35%;
    padding: 0 15px;
}

.wrap-right-commande .right-contact {
    margin: 0;
    padding: 35px 20px;
    border-radius: 10px;
    background: #f5f5f57a;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.wrapper-commande-page {
    padding: 50px 0 70px;
}

.wrap-infos-commande {}

.row-item-commande-info {
    /* margin: 0 0 20px; */
    /* border-bottom: 1px dotted #ddd; */
    padding: 3px 0;
}

.wrap-row-item-commande-info {
    display: flex;
    justify-content: space-between;
}

form.form-commande {
    display: flex;
}

.image-produit {
    width: 30%;
    height: 300px;
    background: whitesmoke;
}

.image-produit img {
    max-width: 100%;
    height: 100%;
}

.wrap-commande-form {
    width: 70%;
    padding: 0 0 0 15px;
}

form#form-commande {
    display: flex;
}

.wrap-commande-form .row-form:first-child .input-item  {
    padding: 0 8px 8px; 
}

.wrap-commande-form .input-item.two  {
    width:50%;
}

.wrap-commande-form .input-item input, 
.wrap-commande-form .input-item textarea {
    height: auto;
    line-height: 30px;
    padding: 10px 15px;
}

.title-resume {
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #dedada9e;
    padding: 0 0 5px 0;
    margin: 0 0 15px;
    color: #cbad57;
    font-family: 'Roboto';
    font-weight: 300;
}

.piement-method {
    padding: 5px 0 0;
}

.item-method-ligne {
    line-height: 20px;
    padding: 3px 0px;
}

.item-method-ligne label {
    font-size: 14px;
    font-family: 'Open Sans';
}

.libelle-row-info {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.payment-mode {
    border-bottom: 1px solid #dedada9e;
    padding: 10px 0 0px;
    display: none;
}

.wrap-form-commande-infos {
    /* border-bottom: 1px solid #dedada9e; */
    /* padding: 0px 0 15px 0; */
}

.value-row-info {
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.theme-btn.btn-style-three {
    border-radius: 6px !important;
    padding: 10px 15px !important;
    line-height: 30px !important;
}





.bloc_modele {
    padding-bottom: 72px;
}

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"); ::placeholder {
    font-family: Jost, sans-serif;
    font-size: 18px;
}

.wrapper_lightbox {
    position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ck-editor__editable_inline {
    min-height: 200px;
}

.container_lightbox {
    margin: 0px auto;
    max-width: 100%;
    position: relative;
    width: 880px;
}

.content_lightbox {
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
}

.wrap_lightbox {
    position: relative;
    width: 100%;
    padding-bottom: 0px;
}

h3.title_lightbox {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    font-weight: 800;
    color: white;
    padding: 20px 0px;
    /* background: rgb(8, 148, 65); */
    border-radius: 6px 6px 0px 0px;
}

.btn_close {
    position: absolute;
    top: 5px;
    right: 11px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(8, 148, 65);
    border-radius: 50%;
    background: white;
}

.btn_close:hover {
    color: rgb(8, 148, 65);
}

.container_form_lightbox {
    position: relative;
}

form.form_lightbox {
    position: relative;
}

.div_field_form_container-produit {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #eee;
    justify-content: center;
}

.div_field_form-parent {
    position: relative;
    overflow: auto;
    display: flex;
    padding: 2em 2em 15px;
    flex-direction: row-reverse;
    width: 100%;
}

.space_btn_submit {
    /* margin-top: 15px; */
    text-align: center;
    display: flex;
    justify-content: space-between;
}

button.button_add_cart {
    border: 1px solid rgb(8, 148, 65);
    color: rgb(255, 255, 255);
    background: rgb(8, 148, 65);
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    text-transform: capitalize;
    outline: none;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
    width: 100%;
    font-weight: 500;
    /* font-family: Jost, sans-serif; */
    padding: 8px 18px;
}

button.button_lightbox.btn-annuler {
    background-color: gray;
}

button.button_lightbox:hover {
    background: rgb(8, 148, 65);
    color: rgb(255, 255, 255);
}

.space_btn_submit.space_double button.button_lightbox {
}

.element_field i {
    position: absolute;
    left: 15px;
    font-size: 18px;
    color: rgb(162, 169, 191);
    font-style: normal;
    pointer-events: none;
    z-index: 1;
    line-height: 60px;
}

.div_field_form {
    width: 100%;
    /* padding-left: 30px; */
}

.field_input.full_line {
    width: 100%;
}

.field_input {
    position: relative;
    margin-bottom: 20px;
}

.element_field {
    position: relative;
}

.field_input.full_line .element_field input {
    width: 100% !important;
}

.field_input.middle .element_field input {
    width: 100%;
}

.field_input.middle .element_field select {
    width: 100%;
}

.class_input {
    border: 1px solid rgb(219, 219, 219);
    box-sizing: border-box;
    outline: none;
}

.field_input.middle {
    display: flex;
    position: relative;
    width: 49%;
    justify-content: space-between;
}

.field_input.middle .element_field {
    width: 49%;
}

select.class_select {
    width: 100%;
    position: relative;
}

label.label_field {
    z-index: 1;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: rgb(8, 148, 65);
    margin-bottom: 10px;
    line-height: 1.5;
}

.class_select, .class_input {
    transition: all 0.3s ease 0s;
    background: rgb(246, 248, 253);
    box-shadow: none;
    height: 60px;
    border: 1px solid rgb(205, 208, 219);
    padding: 0.5rem 0.75rem 0.5rem 45px;
    font-size: 18px;
    border-radius: 5px;
    font-family: Roboto;
    width: 100%;
}

.list_categorie::-webkit-scrollbar {
    width: 8px;
    background: rgb(213, 213, 213);
    border-radius: 0px;
}

.list_categorie::-webkit-scrollbar-thumb {
    background: rgb(0, 111, 193);
    border-radius: 0px;
}

table.table_list {
    width: 100%;
    text-align: center;
    border-spacing: 0px;
}

table.table_list thead tr {
    background: rgb(221, 221, 221);
    height: 30px;
    text-align: center;
    font-size: 12px;
}



.parent-btn-action-commande {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
    padding: 20px 2em;
    position: relative;
}

button.button_lightbox.btn-annuler {
    background-color: transparent;
    border: 1px solid rgb(8, 148, 65);
    color: #089441;
}

.parent-btn-action-commande::before {
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(238, 238, 238);
    height: 1px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.container-produit-name {
    color: rgb(8, 148, 65);
    font-size: 24px;
    margin-bottom: 5px;
    padding: 0;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
}


.container-produit-image {
    display: flex;
    justify-content: center;
}

.container-produit-image img {
    height: 260px;
    width: 100%;
}

table.table_list tbody tr.text {
    height: 30px;
    cursor: pointer;
    background: rgba(179, 212, 236, 0.19);
}

.text td.selection_liste {
    font-size: 12px;
    padding: 7px;
}

.list_categorie {
    overflow-y: auto;
    max-height: 215px;
    position: relative;
}

.class_input:hover, .class_input:focus, .class_select:hover, .class_select:focus {
    border: 1px solid rgb(8, 148, 65);
}

.field_double {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.field_double .field_input .element_field {
    width: 100%;
}

h3.elt_text {
    font-size: 14px;
    margin-top: 12px;
    border-bottom: 1px solid rgb(227, 227, 227);
    font-weight: 500;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

.class_input.elt-check {
    display: none;
}

.label_field.label-elt-check {
    display: flex;
    top: 0px;
    left: 0px;
    position: relative;
    align-items: center;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.label_field.label-elt-check::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid rgb(19, 113, 228);
    left: 0px;
    border-radius: 3px;
    background: transparent;
}

.label-elt-check::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    left: 4px;
}

.class_input.elt-check:checked ~ .label-elt-check::after {
    background: rgb(19, 113, 228);
    transform: none;
}

.signup_footer {
    border-top: 1px solid rgb(223, 223, 223);
    margin-top: 25px;
    padding-top: 13px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: rgb(78, 92, 121);
}

.signup_footer a {
    line-height: 1.8;
    display: block;
    color: rgb(8, 148, 65);
}

.creer-compte {
    display: flex;
    align-items: center;
    justify-content: center;
}

.creer-compte a {
    margin-left: 5px;
    text-decoration: none;
}

span.fixed-indicatif {
    position: absolute;
    top: 0px;
    left: 10px;
    font-weight: 500;
    line-height: 60px;
    border-right: 1px solid rgb(203, 203, 203);
    padding-right: 5px;
    display: flex;
    padding-left: 0px;
    color: rgb(129, 129, 129);
}

input#numero {
    padding-left: 65px;
}

.content-two-elt.field-form {
    display: flex;
    justify-content: space-between;
    width: 49%;
}

.content-select-type.middle {
    width: 28%;
}

.content-two-elt.field-form .field_input {
    width: 68%;
}

.content-select-type.middle select {
    padding-left: 20px;
}


.nice-number {
    width: 169px;
    border: 1px solid #bdbcbc;
    padding: 1px 10px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

.price {
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    margin-left: 0px;
    margin-bottom: 5px;
}

p.text {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.container-produit-description {
    margin: 5px 0;
    text-align: justify;
}

.container-produit-categorie {}

.container-produit-categorie {
    font-size: 16px;
    font-weight: 500;
}

span.title_field {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.nice-number button {
    font-size: 30px;
    width: 100px;
    background: transparent;
    cursor: pointer;
}
input.quantity__ {
    width: 169px !important;
    height: 40px;
    font-size: 23px;
}

.notice-produit {
    background: #089441;
    padding: 6px 15px;
    color: white;
    position: absolute;
    font-size: 14px;
    top: 0;
    border-radius: 0 0 0 10px;
    right: 0;
}

.wrap-produits .owl-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0 10px;
}

.wrap-produits .owl-nav div {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    color: rgb(8, 148, 65);
    border-radius: 25px 10px 25px 17px;
    margin: 0 16px;
    transition: all ease-in 0.45s;
    box-shadow: 1px 2px 7px #eee;
}

.wrap-produits .owl-nav div:hover {
    background: rgb(8, 148, 65);
    color: white;
}



.fae-product-category {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fae-product-title {
    font-size: 26px;
    font-weight: 800;
    color: #009245;
    margin-bottom: 12px;
}

.fae-price-card {
    background: #f3fff7;
    border-left: 6px solid #009245;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 15px;
    max-width: 300px;
}

.fae-price-label {
    font-size: 12px;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
}

.fae-price-main {
    font-size: 32px;
    font-weight: 900;
    color: #009245;
}

.fae-price-main span {
    font-size: 15px;
    font-weight: 800;
}

.fae-whatsapp-btn {
    display: block;
    width: 100%;
    max-width: 300px;
    background: #009245;
    color: #fff;
    padding: 14px;
    border-radius: 30px;
    text-align: center;
    font-weight: 800;
    text-decoration: none;
    margin-bottom: 15px;
}