.main_menu > ul {
	margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: flex-start;
}
.home_front_page .borne-breadcrumb {
	display: none;
}
.footer_widget li:not(:last-child) {
    margin-bottom: 5px;
}
.footer_widget li a {
    color: #CECECE;
    position: relative;
    line-height: 1;
}
.footer_widget li a:hover {
    color: #ffffff;
}
.footer_widget li a::before {
    width: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer_widget li a:hover::before {
    left: 0;
    width: 100%;
    right: auto;
}
.widget-text-2 li:first-child {
    margin-bottom: 30px;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive iframe {
    width: 100%;
}
ul.post_meta li {
        padding-top: 0px;
}
.tagandshare_links h5 {
    margin-bottom: 10px;
}

.details_image .popup_video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mb-40 {
    margin-bottom: 40px;
}
b, strong, dt {
    font-weight: 600;
}
.borne_woo_nav li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.your_ratings .stars {
    margin: 0px !important;
}
.description_content th {
    font-weight: 600 !important;
}

.related-product {
    padding-top: 50px;
}
.woocommerce-ordering .list {
    width: auto !important;
}
.woocommerce-ordering {
    margin-bottom: 0px !important;
}
.mb-50 {
    margin-bottom: 50px;
}
.item_image .woocommerce-loop-product__link {
    width: 100%;
}
.cart-plus-minus .qtybutton {
    position: absolute;
    font-size: 14px;
    color: #000;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    height: 100%;
    line-height: 48px;
    padding: 0 30px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.cart-plus-minus .qtybutton.plus {
    left: auto;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.woocommerce-error::before {
    top: 15px;
}

.woocommerce-grouped-product-list-item__label a {
    font-weight: 500;
    font-size: 18px;
}
.woocommerce-grouped-product-list.group_table {
        width: 100%;
}
.woocommerce-grouped-product-list .product-quantity {
    width: 160px;
    margin-right: 15px;
    float: left;
}

.shop_grid_layout .item_title a,
.details_item_review .rating_star li,
.details_item_review .rating_star a,
.cart-plus-minus .qtybutton,
.details_product_info .sku_wrapper {
    color: #fff;
}

.details_product_info a:hover, .details_content .product_meta a:hover {
    color: #fff;
}

.details_product_info a, .details_content .product_meta a {
    color: #BABABA;
}

.product_meta span {
    color: #fff;
}

.product_meta span.sku {
    color: #BABABA;
}

.woocommerce-grouped-product-list-item__quantity .product-quantity {
    border: 1px solid #BABABA;
  }

  