body.loading {
opacity:0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
    display:block;
}

#content {
    -webkit-transform: translate3d(0,0,0);
}

/***HELPER***/

.taC {
    text-align:center;
}

.mt20 {
    margin-top:20px;
}

.mb20 {
    margin-bottom:20px;
}

.mb0 {
    margin-bottom:0;
}

.mt0 {
    margin-top:0;
}

.flex {
    display:flex;
}

.flexC {
    display: flex;
    align-items:center;
}

.flexRow {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items:stretch;
}

.fg1 {
    flex-grow: 1;
}

.pR {
    position: relative;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/**********PAGE HEADER*********/

body {
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

#app {
    margin-top:102px;
    padding-bottom: 0px;
}

h1.category-title {
    flex: 1;
    text-transform: capitalize;
}

h2 {
    font-size: 28px;
    font-weight: 300;
    flex: 1;
}

#header {
    z-index:300;
    position: fixed;
    top:0;
    left:0;
    right:0;
    height: 50px;
    background: url(../img/top-strip.jpg) repeat top left;

    color: #d0d2ce;
}

.main-nav {
    background: #fff;
    padding-top: 0px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition-duration: 0.3s;
}

#category {
    list-style: none;
    margin: 0;
    padding: 0;
    /*box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.5);*/
}

#category > li {
    border: 0px solid rgba(0, 0, 0, 0.06);
    /*width: 115px;*/
    text-transform: uppercase;
    text-align: center;
    font-size: 14.5px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: bold;
}


#category > li:hover {
    border-left: 0px solid black;
    /*box-shadow: -2px 4px 5px -4px rgba(0,0,0,0.8);*/
}

#category > li > a {
    display:block;
    padding:10px;
    text-align: center;
    color: #6b6060;
}

#category > li > a:hover {
    display:block;
    padding:10px;
    text-align: center;
    text-decoration: none;
    color: #6b6060;
}

/*
#category > li > a.active {
    background: #2d305d;
    color: #eeecf1;
}
*/
#category > li > a.active {
    text-decoration: underline;
    color: #4A34AA;
}

.searchNav {
    margin-top:8px;
    max-width:100%;
}

#searchResult {
    position: absolute;
    top: 43px;
    background: #ffffff;
    left: 13px;
    width: 400px;
    border: 10px solid rgba(192, 192, 192, 0.39);
    box-shadow: 4px 7px 2px rgba(0, 0, 0, 0.28);
    min-height: 100px;
    border-radius: 5px;
    max-height: 500px;
    overflow: auto;
    display: none;
    z-index: 9999;
}

.logo img {
    width:auto;
    height:50px;
    margin-left:-15px;
}



h1 {
    color: #4a34ab;
    font-size: 30px;
    font-weight: normal;
    line-height: 41px;
    margin: 20px 0 0 0;
    padding: 0 0 1px 0;
}

a {
    color: #1f3fe8;
}

a:hover {
    color: #1f3fe8;
}

a:active {
    color: #1f3fe8;
}

a:focus {
    color: #1f3fe8;
}

#header a {
    color: #f5f1f5;
}

#header a:hover {
    color: #f5f1f5;
}

#header a:active {
    color: #f5f1f5;
}

#header a:focus {
    color: #f5f1f5;
}

.nav-account {
     font-size:12px;
     margin-top:3px;
     white-space: nowrap;
 }

.nav-account span.k-icon {
    font-size:25px;
    color: #e5e7f6;
}

.mntext {
    display: block;
    color: #e5e7f6;
}

.myAccount {

}

.myAccount.dropdown {
    position: relative;
    padding-right: 0px;
    cursor: pointer;
}

.myAccount.dropdown.active > div {
    display: block;
}

.myAccount.dropdown > div {

    display: none;
    position: absolute;
    top: 37px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    width: 133px;
    right: -19px;
    z-index:1;
}

.myAccount.dropdown > div > ul {
    color: #ffffff;
    margin: 4px;
    padding: 0;
    list-style: none;
    background-color: rgba(54, 56, 57, 0.92);
    box-shadow: 2px 3px 5px grey;
}

.myAccount.dropdown > div > ul > li {

     text-align: left;

 }

.myAccount.dropdown > div > ul > li > a {

    text-align: center;
    padding: 15px 5px;
    display: block;
    border-bottom: 1px solid #666;

}


.myCart {
    margin:0px 30px;
    position: relative;
}

.myCartNbProduct {
    background-color: rgba(255, 5, 5, 0.76);
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    line-height: 25px;
    left: 43px;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    top: -5px;
    z-index: 2;
    display:none;
}


/*******************/


/* Product Layout */

.product-filter {
    display: flex;
    padding: 0px 0 30px 0 ;
}

.product-filter .k-multiselect-wrap {
    border-radius: 1px;
    border-bottom: 1px solid rgba(177, 165, 165, 0.56);
}

.sort {
    display: flex;
    align-self: flex-end;
}

.collection-sort {
    display: flex;
    flex-direction: column;
}

.filter-input {
    max-width:300px;
}

.collection-sort {
    padding-left: 20px;
}

.collection-sort:first-child {
    padding-left: 0px;
}

label {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    line-height: 2em;
    text-transform: uppercase;
}


.products-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));

  grid-gap: 20px;
}



.menu-mobile-close {
display:none;
}
.mobile-close-parent {
display:none;
}

.product-card {

    display: flex;
    flex-direction: column;
    padding: 2%;
    flex: 1 19%;

    background-color: #FFF;
    /*box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.25);*/
    border: 1px solid #c0c0c03d;;
    position: relative;
    overflow: hidden;
}



/* Hack FireFox */


.k-ie.k-ie10 .product-card, .k-ie.k-ie11 .product-card{
    flex: 1 16%;
}

.product-image {
    /* HACK IE METTRE UN MAX HEIGHT POUR GERER LA HAUTEUR DE L'IMAGE */
    /*height:100%;*/
    /*margin-top: auto;
    max-height:200px;*/
}

.product-image img {
    /*width: 100%;*/
    /*width:100%;
    height:auto;*/
    /* HACK IE METTRE UN MAX HEIGHT POUR GERER LA HAUTEUR DE L'IMAGE */
    /*max-height: 250px;*/
}

.product-info {
    /*margin-top: auto;*/
    padding-top: 0px;
    text-align: center;
}




.addToCartAjax {
    font-size:12px;
    float: right;
}

.addToCartAjax input {
    width: 31px;
}

.addToCart-widget, .addToCart-widget-frac {
    background: #efebe7;
    margin: 20px 0;
    text-align: center
}



.addToFavorite {
    float: left;
    height: 40px;
    line-height: 36px;
    width:40px;
}
.addToFavorite > .k-icon {
    font-size:22px;
    cursor: pointer;
}

/*
input.qty-add {
    font-size: 20px;
    font-weight: bold;
    color: red;
    padding: 0px;
    line-height: 1em;
    height: 33px;
    text-indent: 0px;
    text-align: center;
}
*/
input.qty-add {
    font-size: 16px;
    font-weight: bold;
    color: red;
    padding: 0px;
    line-height: 1em;
    height: 33px;
    text-indent: 0px;
    text-align: center;
}

.k-ff input.qty-add {
    height: 33px !important;
}

.searchProduct .qty-up.k-i-cart:before {
    top: 0px;
    right: 4px;
}

.searchProduct .qty-up.k-i-cart:before {
    font-size: 19px!important;
}

.qty-down, .qty-up {
    cursor: pointer;
    margin: 0px 0px 0 0px;
    padding: 13px;
    font-size: 25px!important;
    color: #666666 !important;
}

.qty-up.k-i-cart:before {
    font-size: 18px!important;
}

.qty-up.k-i-cart:before {
    top:5px;
    right:2px;
}


/*
.product-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
}
*/
.product-price {
    font-size: 14px;
    font-weight: 700;
    float: left;
    line-height: 33px;
    text-align: right;
    padding-left: 5px;
}

h5 {
    font-weight: 900;
    font-size: 13px;
    line-height: 1.2em;
}


/*******************KENDO FIXED BUG ***********************/
.k-dialog .k-content {
    margin: 0;
    padding: 0.8em 1em 0.8em 1em;
}
.k-dialog .k-dialog-titlebar {
    position: static;
    margin: 0;
    padding: 0.5em .8em 0em .8em;
    width: auto;
}

.k-multiselect-wrap .k-select {
    right: -5px;
}

.k-multiselect-wrap .k-button {
    text-transform: capitalize;
}

.k-icon.fa-shopping-basket{width:1.2em;height:1.2em;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.k-icon.fa-list{width:1.2em;height:1.2em;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}


.k-icon.k-i-cart {
    width:1em;height:1em;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
}
.k-i-cart:before{content:"\f291"}

/***************MAIN NAV*************************/

.sub-category {
    position: absolute;
    z-index: -9999;
    left: 0;
    top: 50px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
    border-top: 1px solid silver;
}

#category > li:hover .sub-category
{
    transition-duration: 0.1s;
    z-index: 9998;
    left: 0;
    opacity: 1;
    visibility: visible;
}

#category > li.open .sub-category
{
    transition-duration: 0.1s;
    z-index: 9999;
    left: 0;
    opacity: 1;
    visibility: visible;
}

#category > li {
    border-bottom: 1px solid white;
}

#category > li:hover {
   border-bottom: 1px solid black;
}

.sub-category-row {
    width: 100%;
    padding: 10px 30px 30px;
    margin: 0 auto;
    text-align: left;
    background: rgba(255,255,255,0.95);
    display: flex;
    justify-content: center;
}

.sub-category-row > div.col > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col {
    display: inline;
    padding: 0 30px;
}

.sub-category-row > div.col {
    border-right:1px dashed #b6b2b6;
}

.sub-category-row > div.col:last-child {
    border-right:0px dashed #b6b2b6;
}

.menu-title {
    font-size: 11.35px !important;
    color: #000!important;
    text-transform: uppercase!important;
    margin-bottom: 5px!important;
    line-height: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.menu-title > a {
    font-size: 11.35px !important;
    color: #000!important;
    text-transform: uppercase!important;
    margin-bottom: 5px!important;
}


/*************************** LOGIN *************************/
#loginForm, #loginForm2 {
    max-width:300px;
    margin:0 auto;
}

.ui-effects-transfer {
    border: 1px dotted black;
    z-index:99999;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.toTheBasket {

}

/******************************HOME******************************/
.slider {
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom:30px;
    background-position: center;
}



.resp img {
    width:100% !important;
    height: auto !important
}

#chrono-icon {
    display:none;
}
#myDelivery {
    display: block;
    margin-top: -5px;
    top:5px;
    position: absolute;
    left: -80px;
    padding: 0px;
    cursor: pointer;
    width: 60px;
}

#infoDelivery{
    padding: 5px 5px 3px 0;
    color: white;
    font-size: 10px;
    text-transform: capitalize;
}

#monthDelivery {
    padding: 5px 5px 3px 0;
    color: white;
    font-size: 10px;
    text-transform: capitalize;
}

#dayDelivery {
    color: rgb(239, 237, 237);
    font-weight: bold;
    font-size: 20px;
    padding: 0px 0px;
    margin: -8px 0px 0 0;
}
#daytDelivery {
    color: rgb(239, 237, 237);
    font-weight: bold;
    font-size: 10px;
    padding: 5px 3px;
    margin: -13px 0px 0 0;
    text-transform: capitalize;
}

#calendar > .k-header {
    background: #3f51b5;
}

#myDelivery .fa-truck {
    font-size: 30px;
    color: white;
}

#myDelivery .fa-truck:before {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.52);
}

/*
#calendar > .k-header > *:hover {
    background: #7d0202;
}
*/

/*********************KENDO OVERRIDE GRID CART********************************/

#cart-grid.cart.k-grid td.k-group-cell, #cart-grid.cart.k-grid th.k-group-cell {
    text-overflow: clip;
    display: none;
}

#cart-grid.cart .k-grouping-row+tr td {
    border-top-width: 0;
    border-color: white;
    border-bottom: 1px solid #e6e6e6;
}

#cart-grid.cart.k-grid tr td, .k-pivot-layout .k-grid tr td {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: white;
    border-bottom-color: #e6e6e6;
}

#cart-grid.cart.k-grid .k-group-col, .k-grid .k-hierarchy-col {
    width: 27px;
    display: none;
}


#cart-grid.cart .addToCart-widget {
    margin:0;
    background: none;
}

#cart-grid.cart .qty-down, #cart-grid.cart .qty-up {
    cursor: pointer;
    margin: 0px 0px 0 4px;
    padding: 12px 0;
    font-size: 25px!important;
    color: #666666 !important;
    /*visibility: hidden;*/
}

#cart-grid.cart .addToCart-widget:hover .qty-down, #cart-grid.cart .addToCart-widget:hover .qty-up {
    /*visibility: visible;*/
}

#cart-grid.phone-size .qty-down, #cart-grid.phone-size .qty-up {
    /*visibility: visible;*/
}

#cart-grid.cart input.qty-add {
    font-size: 17px;
    font-weight: bold;
    color: #272525;
    padding: 0px;
    line-height: 1em;
    height: 36px;
    text-indent: 0px;
    text-align: center;
    border-color: white;
}

#cart-grid.cart.k-grid tr.row-deleted td {
    text-decoration: line-through;
    color: #f95720;
}

#cart-grid.cart.k-grid tr:hover td {
    background: white;
}

#cart-grid.cart.k-grid .k-grouping-row:hover td {
    background: inherit;
}

.k-tooltip-content {
    font-size:12px;
}

.com_lig_edit {
    width:100%;
}


/*********************************************LOGIN************************************/
.loginForm form {
    display: block;
    padding: 40px 0px;
}

.loginForm {
    /*position: relative;*/
    background: #ffffff;
    max-width: 500px;
    width: 100%;
    border-top: 5px solid #3f51b5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background: rgba(230, 230, 230, 0.4);
    margin: 0 auto;
}

.loginIcon {
    text-align: center;
    margin-top: 50px;
}

.loginIcon > i  {
    font-size: 79px;
    color: rgba(255, 255, 255, 0.67);
}

.loginForm h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.loginForm input {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.loginForm button {
    cursor: pointer;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.loginForm  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size:12px;
}

.toSave {
    outline: 2px solid #f5ea69;
}




.searchProduct {
    max-height: 110px;
    border-bottom: 1px dashed silver;
    background-color: rgba(192, 192, 192, 0.14);
}

.searchProduct .s-img {
    float: left;
    width: 100px;
    height: 108px;
    overflow: hidden;
    line-height: 95px;
    background: #ffffff;
    border-right: 1px solid rgba(192, 192, 192, 0.14);
    padding: 5px;
    margin: 0px 0px 0px 0px;
}

.searchProduct .s-img img {
    width: 100%;
    height: auto;
}

.searchProduct .s-name {
    float: left;
    margin: 0;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 5px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin-left: -100px;
    padding-left: 106px;
}

.searchProduct .s-info {
    float: left;
    font-size: 12px;
    margin: 0;
    color: #666;
    padding: 10px 5px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin-left: -100px;
    padding-left: 106px;
}

.searchProduct .s-price {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #666;
    padding: 0 5px 0 5px;
    width: 80px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
}

.searchProduct .addToCart-widget {
    float: right;
    margin: 0 4px;

}

.searchProduct .qty-down, .searchProduct .qty-up {
    cursor: pointer;
    margin: 0px 0px 0 4px;
    padding: 13px;
    font-size: 20px!important;
    color: #666666 !important;
}

.searchProduct input.qty-add {
    font-size: 17px;
    font-weight: bold;
    color: red;
    padding: 0px;
    line-height: 1em;
    height: 32px;
    text-indent: 0px;
    text-align: center;
}

.shipping-icon {
    position: absolute;
    width: 18px;
    height: 72px;
    background-repeat: no-repeat;
    left: -18px;
    top: 0px;
    color: #dcdcdc;
    background-color: #7d0202;
    font-size: 10px;
    font-weight: bold;
    font-family: arial;
    letter-spacing: 0.8px;
    line-height: 8px;
}

.shipping-icon > span {
    padding-left:6px;
}

#footer {
    margin-top: 40px;
    font-size: 12px;
    background: rgb(255, 255, 255);
    border-top: 1px dashed;
    color: #989898;
    padding: 10px;
    text-align: center;
}

#footer a {
    color: #1891e3;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1.5s cubic-bezier(0.1,0.8,0.9,0.6) infinite;
    animation: spin 1.3s cubic-bezier(0.1,0.8,0.9,0.6) infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#page-loader {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 50px;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.65);
    margin: 0 auto;
    text-align: center;
}

.loader-container {
    position: absolute;
    top:50%;
    margin-top:-25px;
    left:50%;
    margin-left:-25px;
}

.addCartCom {
    font-size:10px;
    color: #4a34ab;
}

.cartRowContainer {

    position: relative;
    padding-left: 20px;
}

.cartRowContainer .deleteRow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    cursor: pointer;
    border-right: 1px solid rgba(204, 204, 204, 0.59);
    width:25px;
}

.cartRowContainer .deleteRow .k-icon {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left:-2px;
    margin-top: -12px;
    color: #aeaeae;
}








/***********************RIBBON************************/
#ribbon {
    width: 80px;
    height: 50px;
    margin: 0px auto 0;
    position: relative;
    overflow: hidden;
    transition-duration: 0.2s;
}

#ribbon:hover {
    height: 150px;
}

#ribbon .rib-inset {
    width: 80px;
    height: 55px;
    position: absolute;
    top: -50px;
    left: -10px;
    z-index: 5;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background: rgba(0,0,0,0.3);

    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

#ribbon .rib-container {
    position: relative;
    width: 80px;
    height: 150px; /*RIBBON HEIGHT*/
    overflow: hidden;
    margin: 0 auto;
    border-left: 1px solid #631a15;
    border-right: 1px solid #631a15;
}

#ribbon .rib-base {
    height: 90px; /*RIBBON HEIGHT - 50*/
    width: 80px;

    background: rgb(199,59,60);
    background: -moz-linear-gradient(top,  rgba(199,59,60,1) 0%, rgba(184,32,31,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,59,60,1)), color-stop(100%,rgba(184,32,31,1)));
    background: -webkit-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
    background: -o-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
    background: -ms-linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
    background: linear-gradient(top,  rgba(199,59,60,1) 0%,rgba(184,32,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c73b3c', endColorstr='#b8201f',GradientType=0 );

    position: relative;
    z-index: 3;
}

#ribbon .rib-base:after {
    content: '';
    position: absolute;
    top: 0;
    width: 66px;
    left: 6px;
    height: 120px; /*RIBBON HEIGHT - 10*/
    border-left: 1px dashed #631a15;
    border-right: 1px dashed #631a15;
}

#ribbon .rib-base:before {
    content: '';
    position: absolute;
    top: 0;
    width: 66px;
    left: 7px;
    height: 120px; /*RIBBON HEIGHT - 10*/
    border-left: 1px dashed #da5050;
    border-right: 1px dashed #da5050;
}

#ribbon .rib-left_corner {
    width: 100px;
    height: 100px;
    background: #b8201f;
    position: absolute;
    bottom: 20px;
    left: -50px;
    z-index: 2;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
}

#ribbon .rib-right_corner {
    width: 100px;
    height: 100px;
    background: #b8201f;
    position: absolute;
    bottom: 20px;
    right: -50px;
    z-index: 1;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

/*************************PAGE ORDER**************************/

.k-button.download-pdf, .k-button.download-pdf:active, .k-button.download-pdf:hover, .k-button.download-pdf:active:hover {
    font-size: 10px;
    display: block;
    width: 100%;
    margin-bottom: 1px;
    float: left;
    width: 32%;
    height: 52px;
    border: 1px solid #ccc;
    color: #2d305d;
}

.k-button.download-pdf > span.k-icon {
    display: block;
    margin: -3px auto 0;
    color: crimson;
}

.k-button.download-pdf.k-state-disabled {
    color: rgb(153, 153, 153);
}

.order-grid tr:hover td {
    background-color: #fff;
}

.order-grid tr:hover td.k-hierarchy-cell {
    background-color: transparent;
}

.order-grid tr td {
    padding: 5px 10px;
    font-size: 12px;
}

.order-grid .k-hierarchy-cell {
    background-color: rgba(0, 0, 0, 0.03);

}

.order-grid .k-filter-row th.k-hierarchy-cell, .order-grid .k-grid-header th.k-header.k-hierarchy-cell {
    border-width: 0px 0px 0px 0px;
}

/********************************ZEBRA*****************/
.zebra tr:nth-child(even) {
    background: #f9f9f9
}

.zebra tr td.eCell {
    background: rgba(132, 157, 255, 0.09);
    border-right:1px solid #dadada;
}

.small-padding th, .small-padding td{
    padding: 6px 4px 6px 8px!important;
}

.phone-search {
    visibility: hidden;
}

.main-nav {
    display: block;
}

.main-nav a:hover {
    color: inherit;
}

#content {
    max-width: 1492px;
    margin:0 auto;
}

.addToCartAjax {
    position: relative;
}

.addToBasketPlaceholder {
    position: absolute;
    top: 5px;
    right: 36px;
    font-size: 17px;
    text-transform: capitalize;
}

.deliveryDatePossible {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.flag-fr {
    background-image: url(/assets/img/fr.jpg);
    background-size: cover;
    overflow: visible;
    padding-top: 5px;
    display: block;
    height: 5px;
    text-align: center;
}

.k-primary.k-state-disabled, .k-primary[disabled], .k-primary[disabled]:hover {
    box-shadow: none;
    color: #e0e0e0;
}

.k-icon.qty-up.noselect.k-i-cart {
    overflow: visible;
}

#content.Home {
    max-width: none;
    margin:0 auto;
}

.content-home {
    max-width: 1492px;
    margin:0 auto;
}

.removeMargin {
    margin-top:50px !important;
}

#univers {
    list-style: none;
    margin: 0;
    width: 193px;
    flex-direction: column;
    justify-content: center !important;
    margin-right: 15px;
    padding: 0 15px;
    cursor: pointer;
    margin-left: -15px;
    position: relative;
    background-color: rgba(236, 236, 238, 0.17);
}

#univers i.fa-chevron-down {
     position: absolute;
     bottom: 19px;
     right: 16px;
 }

#univers:hover i.fa-chevron-down {
    position: absolute;
    bottom: 17px;
    right: 16px;
    color:#000;
    transition-duration: 0.3s;
}

#univers .univers-item-list {
    position: absolute;
    top: 49px;
    left: -1px;
    right: -1px;
    display: none;
    padding-top: 13px;
    border-radius: 0px;
}

#univers a:hover {
    color: #000;
    text-decoration: none;
}

/*
#univers:hover .univers-item-list {
    display: block;
    transition-duration: 0.5s;
}
*/

#univers .univers-item-list-dropdown {
    background: #fafaff;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

#univers .univers-item-list .fa.fa-caret-up {
    position: absolute;
    top: -9px;
    right: 16px;
    font-size: 30px;
    color: #e5e5ea;
}

.arrow-dropdown {
    background: #fafaff;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    right: 19px;
    border-top: 0.4px solid rgba(0,0,0,0.16);
    border-left: 1px solid rgba(0,0,0,0.16);
    transform: rotate(45deg);
}

#univers .univers-item-list-dropdown > a {
    display: block;
    padding: 15px 0 15px 16px;
    color: #919191;
    transition-duration: 0.2s;
    text-decoration: none;

}

#univers .univers-item-list-dropdown > a:hover {
    display: block;
    padding: 15px 0 15px 20px;
    color: #454545;
    transition-duration: 0.2s;
}

#univers:hover {
    background-color: rgba(236, 236, 238, 0.17);

}

#univers > li.univers-title {
    display:block !important;
    color: #999999;
}

#univers > li.univers-item.active {
    display:block !important;
}

#univers > li.univers-item {
    display:none;
}

#univers > li > a {
    font-weight: bold;
    color: #333;
}

.k-icon.red {
    color: #ff172f;
    font-size:24px;
}

.k-icon.green {
    color: #4cef2c;
    font-size:24px;
}

.tarMod > td {
    background-color: rgba(63, 87, 238, 0.06);
}

.product-picto {
    position: absolute;
    top:0;
    left:0;
    width:80px;
    height:100px;

}

.onsale, .fixsale, .new {
    background-color: rgb(228, 24, 27);
    color: #fff!important;
    z-index: 100;
    padding: 4px;
    line-height: 16px;
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.fixsale {
    background-color: rgb(24, 102, 210);
}

.product-picto-new {
    position: absolute;
    top:0;
    right:0;
    width:78px;
    height:100px;

}

.new {
    background-color: rgb(10, 10, 10);
    color: #ffffff;
}

.k-grid-header th.k-header {
    padding-left: 1em;
    padding-right: 1em;
}

.product-comm {
    float: left;
    width: 60%;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
/*
.product-unicde {
    float: left;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    padding: 4px 5px;

}*/

.product-unicde {
    float: right;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 25px;
    width: 71px;
    padding: 4px 5px;
    overflow: hidden;
}



/* home slider */
.home-slider { padding-bottom: 100px; }
.home-slider .slick-dots { margin-top: -40px; z-index: 1; position: relative; text-align: center; }
.home-slider .slick-dots li { display: inline-block; vertical-align: middle; width: 14px; height: 14px; border-radius: 50%; background: #fff; margin: 0 7px; text-indent: -9999px; cursor: pointer; }
.home-slider .slick-dots li.slick-active { background: #bdf4ec; }

.slide { height: 520px;  background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; }
.slide-cnt { width: 450px; position: absolute; right: 0; bottom: 220px; }
.slide-cnt h3 { border-bottom: 1px solid #000; color: #ffffff; padding-bottom: 10px; margin-bottom: 10px; }
.slide-cnt a { color: #fff; font-size: 22px; transition: color .3s ease; }
.slide-cnt a:hover { color: #bdf4ec; }

.home-slider { padding-bottom: 60px; }
.slide-cnt { width: auto; position: relative; right: auto; bottom: auto; max-width: 430px; margin: 0 auto; text-align: center; top: 30%; background: rgba(0,0,0,0.3); padding: 10px; }






.content-container {
    display: flex;
}

.nav-sidebar {
    display: flex;
    flex-direction: column;
    margin: 2%;
    flex: 1 20%;
    box-shadow: 2px 2px 7px rgba(212, 212, 212, 0.51);
    background: #f7f7f7;
    max-width:300px;
}

.catalog-list {
    display: flex;
    flex-direction: column;

    padding: 2%;
    flex: 1 80%;
}

.k-ff .nav-sidebar {
    margin: 40px 2%;
}

.k-ff .catalog-list {
    padding: 40px 2%;
}


.nav-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.nav-sidebar ul li > a.active {
    text-decoration: underline;
    color: #4A34AA;
}

.nav-sidebar ul li a {
    display:block;
    padding:7px 0 7px 25px;
    color: #000;

}

.sidebar-title {
    display: block;
    margin: 0px 0 20px 0px;
    background: #0083c1;
    color:white;
    line-height: 50px;
    padding-left: 11px;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}



.sidebar-title > i {
    position: absolute;
    bottom: -25px;
    left: 14px;
    font-size: 40px;
    color: #0083c1;

}

.login-text-app {
    text-align: center;
    color: white;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.pimg {
    cursor:pointer;
}


.historySolde {
    float: right;
    display: block;
    font-size: 20px;
}

.historySoldePrice {
    font-size: 20px;
    font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}


#content.Login .separator {
    width: 100%;
    max-width: 328px;
    margin: auto;
    height: 1px;

    background-image: url(/assets/img/HR.png);
    background-size: cover;
}


.asdw-subbody {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.links {
    margin-top: 17px;
}

.asdw-forgot-password {
    text-align: center;
    padding-bottom: 20px;
}


.lite-theme-override {
    color: #ffffff;
}

.asdw-link {
    cursor: pointer;
    text-decoration: none;
    margin: 20px 0px;
    display: inline;
    font-weight: bold;
    color: white;
}



#fl-container {
    position: relative;
    width: 408px;
    height: 568px;
    margin: 0 auto;
    border: 22px solid rgba(0, 0, 0, 0.24);
    border-radius: 20px;
    margin-top: 24px;
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.16);
}

.loginForm {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}

.com_lig_edit {
    border-bottom-color: #1b2b61;
    border-bottom-style: dashed!important;
}

.com_lig_edit::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: 11px;
}

td.ligCom:hover, td.ligQte:hover {
    cursor: text;
}

.k-filtercell .k-widget.k-autocomplete.k-header.k-state-default {
    border-bottom: 1px dashed #041080;
}


.infosForm {
    position: relative;
    background: #ffffff;
    max-width: 500px;
    width: 100%;
    border-top: 5px solid #3f51b5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background: rgba(250, 248, 255, 0.65);
    margin: 50px auto;
    padding: 40px;
}

.infosForm h2 {
    margin: 0 0 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.infosForm input {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.infosForm button {
    cursor: pointer;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.content-cms {

}


.content-cms a {
    color: #1f3fe8;
}


/*******************************************************************************CMS**********************************/
.content-cms table {
    width: 100%;
    max-width: 600px;
    height: 320px;
    border-collapse: collapse;
    border: 1px solid #38678f;
    margin: 50px auto;
    background: white;
}
.content-cms th {
    background: steelblue;
    height: 54px;
    width: 25%;
    font-weight: lighter;
    text-shadow: 0 1px 0 #38678f;
    color: white;
    border: 1px solid #38678f;
    box-shadow: inset 0px 1px 2px #568ebd;
    transition: all 0.2s;
}
.content-cms tr {
    border-bottom: 1px solid #cccccc;
}
.content-cms tr:last-child {
    border-bottom: 0px;
}
.content-cms td {
    border-right: 1px solid #cccccc;
    padding: 10px;
    transition: all 0.2s;
}
.content-cms td:last-child {
    border-right: 0px;
}
.content-cms td.selected {
    background: #d7e4ef;
}
.content-cms td input {
    font-size: 14px;
    background: none;
    outline: none;
    border: 0;
    display: table-cell;
    height: 100%;
    width: 100%;
}
.content-cms td input:focus {
    box-shadow: 0 1px 0 steelblue;
    color: steelblue;
}

body[data-controller*="Login"] #footer {
    display:none;
}

.img-box-content {

/*    max-height:250px;*/
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.img-box-content > img {
    height: auto;
    width: 100%;
}

.frac-color {
    color:#9c3208!important;
}

.date-delivery-choose {
    color: #ad0b29;
    font-weight: bold;
}

.date-delivery-choose:hover {
    color: #750b1e;
    font-weight: bold;
}

.date-delivery-full {
    color: #ad0b29;
    font-weight: bold;
}

.date-delivery-full:hover {
    color: #750b1e;
    font-weight: bold;
}

.k-i-collapse:before {
    content: "\e121"!important;
    color:#444!important;
}

.k-i-expand:before {
    content: "\e11e"!important;
    color:#444!important;
}

.content-home a {
    color:#04169c !important;
}

/* FLEX SYSTEM GRID */

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

.c-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2%;
    flex: 1 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.c-block img {
    max-width: 100%;
}

.c-block.minW320 {
    min-width: 320px;
}

.c-block.jcC {
    justify-content: center;
}


.c-block.col-2 {
    flex: 1 16%;
}

.c-block.col-3 {
    flex: 1 25%;
}

.c-block.col-4 {
    flex: 1 32%;
}

.c-block.col-5 {
    flex: 1 41%;
}

.c-block.col-6 {
    flex: 1 50%;
}

.c-block.col-7 {
    flex: 1 58%;
}

.c-block.col-8 {
    flex: 1 66%;
}

.c-block.col-9 {
    flex: 1 75%;
}

.c-block.col-10 {
    flex: 1 83%;
}


.franco-title {
    font-size: 14px;
    color: #9a0534;
}

.franco-subtitle {
    font-size: 16px
}

.franco-text {
    font-size: 15px
}

.wFrame {
    position: absolute;
    top: 1%;
    bottom: 1%;
    left: 1%;
    right: 1%;
    background: white;
    z-index: -1;
    border-radius: 2px;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 49%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(240,240,240,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 49%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 49%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 49%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 49%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe', GradientType=0 );
}

.frame-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.c-block:hover .frame-1 {
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}

.ligQte, .ligCom {
    border-left: 1px solid silver!important;
}

.ligQte {
    border-right: 1px solid silver!important;
}

.comLig::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: 11px;
}

td.ligCom:hover, td.ligQte:hover {
    cursor: pointer;
    background: #f4f0f5;
}

.userinfoFlex {
    padding: 5px;
}

.changeImage {
    position: absolute;
    top: 0%;
    right: 0%;
    border: 1px solid silver;
    padding: 10px;
    background: white;
    cursor: pointer;
}

.changeImage:hover {
    position: absolute;
    top: 0%;
    right: 0%;
    border: 1px solid #5a5a5a;
    padding: 10px;
    background: #e9e8eb;
    cursor: pointer;
}

#myGrid {
    margin-left:30px;
    display: none;

}

#myGrid span.fa {
    font-size:27px;
}

/* MAGASINS */
#magasins {
    list-style: none;
    margin: 0;
    width: 220px;
    flex-direction: column;
    justify-content: center !important;
    margin-right: 15px;
    padding: 0 15px;
    cursor: pointer;
    margin-left: -15px;
    position: relative;
    background-color: rgba(236, 236, 238, 0.17);
}

#magasins i.fa-chevron-down {
    position: absolute;
    bottom: 19px;
    right: 16px;
}

#magasins:hover i.fa-chevron-down {
    position: absolute;
    bottom: 17px;
    right: 16px;
    color:#000;
    transition-duration: 0.3s;
}

#magasins .magasins-item-list {
    position: absolute;
    top: 49px;
    left: -1px;
    right: -1px;
    display: none;
    padding-top: 13px;
    border-radius: 0px;
}

/*
#magasins:hover .magasins-item-list {
    display: block;

    transition-duration: 0.5s;
}
*/

#magasins .magasins-item-list-dropdown {
    background: #fafaff;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

#magasins .magasins-item-list .fa.fa-caret-up {
    position: absolute;
    top: -9px;
    right: 16px;
    font-size: 30px;
    color: #e5e5ea;
}

.arrow-dropdown {
    background: #fafaff;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    right: 19px;
    border-top: 0.4px solid rgba(0,0,0,0.16);
    border-left: 1px solid rgba(0,0,0,0.16);
    transform: rotate(45deg);
}

#magasins li.magasins-item > a:hover {
    color: #454545;
    text-decoration: none;
}

#magasins .magasins-item-list-dropdown > a {
    display: block;
    padding: 15px 0 15px 16px;
    color: #919191;
    transition-duration: 0.2s;
    text-decoration: none;

}

#magasins .magasins-item-list-dropdown > a:hover {
    display: block;
    padding: 15px 0 15px 20px;
    color: #454545;
    transition-duration: 0.2s;
}

#magasins:hover {
    background-color: rgba(236, 236, 238, 0.17);

}

#magasins > li.magasins-title {
    display:block !important;
    color: #999999;
}

#magasins > li.magasins-item.active {
    display: block !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#magasins > li.magasins-item {
    display:none;
}

#magasins > li > a {
    font-weight: bold;
    color: #333;
}

.container-cart {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.cmes.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.cmes.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.cmes.alert-message p:last-child
{
    margin-bottom: 0;
}
.cmes.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.cmes.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.cmes.alert-message-success h4
{
    color: #3C763D;
}
.cmes.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.cmes.alert-message-danger h4
{
    color: #d9534f;
}
.cmes.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.cmes.alert-message-warning h4
{
    color: #f0ad4e;
}
.cmes.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.cmes.alert-message-info h4
{
    color: #5bc0de;
}
.cmes.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.cmes.alert-message-default h4
{
    color: #000;
}
.cmes.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.cmes.alert-message-notice h4
{
    color: #444;
}