﻿
#login {
    display: none
}

#page {
    display: none
}

#alertpromo {
    display: none
}

input[type='checkbox'] {
    cursor: pointer;
}

.color_bleu_light {
    background: #fff5e6;
}


.picb {
    height: 180px;
}

.lblqte {
    width: 50px;
    border: 1px solid #e2e0e0;
    text-align: center;
}


.picref_cart {
    height: 30px;
    width: 35px;
}

.picstock {
    width: 18px;
    height: 18px
}

/*----------------*/

/*    .lblref {
             color: #444444;
             background: #FFFFFF;
             text-shadow: 1px 0px 1px #CCCCCC, 0px 1px 1px #EEEEEE, 2px 1px 1px #CCCCCC, 1px 2px 1px #EEEEEE, 3px 2px 1px #CCCCCC, 2px 3px 1px #EEEEEE, 4px 3px 1px #CCCCCC, 3px 4px 1px #EEEEEE, 5px 4px 1px #CCCCCC, 4px 5px 1px #EEEEEE, 6px 5px 1px #CCCCCC, 5px 6px 1px #EEEEEE, 7px 6px 1px #CCCCCC;
             color: #444444;
         }
        */
.min {
    height: 20px !important;
    padding: 6px;
    border-radius: 50%
}

.plus {
    padding: 6px;
    height: 20px !important;
    border-radius: 50%
}



.in_ligne {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#divclt {
    min-width: 360px;
    padding: 5px;
    border: 1px solid #ea9740;
    border-radius: 5px;
}

.BLOC {
    margin-left: 5px;
    color: aliceblue !important;
    min-width: 250px;
    cursor: pointer;
}



#table_equiv {
    max-height: 600px;
    overflow-y: auto;
}

tr {
    cursor: pointer;
}

.tablex {
    background-image: url("/img/maroc.jpg");
    background-position: center;
    background-repeat: repeat;
}

.xcol {
    border: 1px solid #808080;
}

.pic_stock {
    width: 15px;
    height: 15px;
}

.sf {
    min-height: 30px;
    max-height: 50px;
    overflow: hidden;
}

.lblprix {
    /*  font-size: 15px;
             top: -20px;
             z-index: 30;*/
}

.pic {
    min-width: 100px;
    max-width: 260px;
    min-height: 250px;
    height: 250px;
}

#cata {
    margin-left: 2px;
    /*  max-height: 550px;*/

    overflow-y: auto;
    margin-bottom: 2px;
}

#col {
    max-width: 280px;
    margin-left: 2px;
    border: 1px solid #808080;
}

#divcmd {
    max-height: 600px;
    overflow-y: auto
}

#cmbsf {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    /* visibility :hidden ;*/
    /* width: 250px;*/
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("img/lg.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay {
        display: block;
    }


/*----------*/
checkbox {
    cursor: pointer;
}

#divresult {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

#divfiltre {
    border-right: 1px solid rgba(255,255,255,0.8);
    height: 600px;
}

#divfindtable {
    /* visibility :hidden ;*/
}

#divsf {
    max-height: 200px;
    overflow-y: auto;
}

listrow {
    overflow: hidden;
    height: 14px;
    white-space: nowrap;
}


#divtref {
    max-height: 450px;
    overflow-y: auto;
}

#divDISTINCTsf, #divdistmp {
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #808080;
    height: 250px;
}

.search {
    background: #fff5e6;
}

/*-----------------------------------------------*/

.fixTableHead {
    overflow-y: auto;
    max-height: 500px;
}

    .fixTableHead thead th {
        position: sticky;
        top: 0;
    }

    /*  table {
             border-collapse: collapse;
             width: 100%;
         }*/

    .fixTableHead th
    td {
        padding: 8px 15px;
        text-align: center;
        /* border: 1px solid #808080;*/
    }

#txtqte2 {
    width: 60px !important;
    text-align: center;
}


#txtqte {
    width: 60px !important;
    text-align: center;
}


.picb {
    height: 120px;
}


.footer_logo {
    text-align: center;
}

.picfoter {
    height: 200px;
}

#tsf, #tmp {
    font-size: 12px;
}

#tblresult {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
}

#table_CART {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
}

/******************************/



.picdetail {
    width: 50px;
    height: 50px;
}

.jconfirm .jconfirm-box.jconfirm-animation-news {
    /*the animation name is bob transform: rotate(400deg) scale(0);*/
}

* {
    box-sizing: border-box;
}

.picstock {
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

#divcart {
    max-height: 500px;
    overflow-y: auto;
}


.demo {
    background-color: #f5f5f5;
}

.product-grid {
    background-color: #fff;
    font-family: 'Outfit', sans-serif;
}

    .product-grid .product-image {
        position: relative;
        overflow: hidden;
    }

        .product-grid .product-image a.image {
            display: block;
            overflow: hidden;
            position: relative;
        }

        .product-grid .product-image img {
            width: 100%;
        }

.product-image .pic-1 {
    backface-visibility: hidden;
    transition: all 0.5s;
}

.product-grid:hover .product-image .pic-1 {
    opacity: 0;
}

.product-image .pic-2 {
    width: 100%;
    height: 100%;
    transform: translateX(-120%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.product-grid:hover .product-image .pic-2 {
    transform: translateX(0);
}

.product-grid .product-sale-label {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 5px;
    transform: translateX(-60px);
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 500ms ease-in-out 0s;
}

.product-grid:hover .product-sale-label {
    transform: translateX(0);
}

.product-grid .product-like-icon {
    color: #333;
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .product-like-icon:hover {
    color: #eb2f06;
}

.product-grid .product-button-group {
    font-size: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 20px;
    transition: all .3s ease-out 0s;
}

.product-grid:hover .product-button-group {
    opacity: 1;
}

.product-grid .product-button-group a {
    color: #fff;
    background: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 43px;
    height: 45px;
    width: 40px;
    position: relative;
    display: inline-block;
    transition: all 0.3s;
}

    .product-grid .product-button-group a:before {
        content: "";
        background: #eb2f06;
        width: 0;
        height: 100%;
        position: absolute;
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        transition: all .4s ease-in-out 0s;
        z-index: -1;
    }

    .product-grid .product-button-group a:hover:before {
        width: 100%;
        right: auto;
        left: 0;
    }

    .product-grid .product-button-group a.add-to-cart {
        width: calc(100% - 87.5px);
        margin: 0 3px;
        transform: translateY(100px);
    }

    .product-grid .product-button-group a:nth-child(1) {
        transform: translateX(-45px);
    }

    .product-grid .product-button-group a:nth-child(3) {
        transform: translateX(45px);
    }

.product-grid:hover .product-button-group a.add-to-cart {
    transform: translateY(0);
}

.product-grid:hover .product-button-group a {
    transform: translate(0);
}

.product-grid .product-button-group a:hover {
    color: #fff;
}

.product-grid .product-content {
    padding: 12px;
}

.product-grid .title {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px;
}

    .product-grid .title a {
        color: #262626;
        transition: all 0.5s ease;
    }

        .product-grid .title a:hover {
            color: #eb2f06;
        }

.product-grid .price {
    color: #eb2f06;
    font-size: 20px;
    font-weight: 700;
    margin: 0 2px;
}

    .product-grid .price span {
        color: #999;
        text-decoration: line-through;
    }

@media screen and (max-width:990px) {
    .product-grid {
        margin: 0 0 30px;
    }
}


#btncart {
    color: #eb2f06 !important
}

.cheks {
    margin-right: 2px;
}


#divsfmp {
    border: 1px solid #ea9740;
    padding: 2px;
    border-radius: 4px;
    margin-bottom: 3px;
}

/*3333*/




#cmb_mode_r {
    font-size: 12px;
    width: 100px !important;
}

.submit {
    cursor: pointer;
    border-radius: 5em;
    color: #000;
    width: 90px;
    /*  margin-top :40px;*/

    background: linear-gradient(to right, #f26522, #e79117);
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 6px;
    padding-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    /*  margin-left: 10%;*/
    font-size: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

.xmain {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

