
.ui-widget{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.clearfix{
    clear:both;
}
.left{
    float:left;
}
.right{
    float:right;
}

.breadcrumbs{
    display: none;
}

.close{
    opacity: 0.8 !important;
    background: #ef591e !important;
}
/*
.ui-button-text, .ui-button{
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;

    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border-radius: 4px !important;
}*/
.ui-button{
    display: inline-block;
    position: relative;
    border: 0;
    background: none;
    padding: 10px 20px !important;
    margin: 10px 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    line-height: 1.1875em;
    font-weight: bold;
    text-decoration: none !important;
    background-image: linear-gradient(to left,
                        #999999,
                        #999999 50%,
                        #d02424 50%,
                        #d02424);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    box-shadow: none;
    border-radius: 0px !important;
}
/*
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .bouton:hover, .Btn:hover, .BtnForm:hover,  #content_confirmation input[type="submit"]:hover, a.btn:hover{
    color:#fff !important;
    text-decoration: none !important;
    border: 0;
    background-position: 0 0;
    cursor: pointer;
    box-shadow: none;
}*/
.ui-button-text, .ui-button .ui-icon{
    display: none;
}

.ui-button-text, .ui-button span{
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}/*
.ui-button-text:hover, .ui-button:hover{
    background-color: #286090 !important;
}
*/

/*---------------------header-------------------*/
#piv_btnMenu {
    position:absolute;
    top:26px;
    right:30px;
    display:none;
    width:50px;
    height:56px;
    background:url(/client_file/themes/default/css/images/btn-piv-menu.png) left top no-repeat;
    text-indent:-9999px;
    outline:none;
}
#piv_btnMenu:hover, #piv_btnMenu:focus {background-position:left -65px;}
.piv_active {background-position:left -144px !important;}


#bar_search_wrapper form{
    margin: 0;
}
#bar_search_wrapper .form-control{
    font-size: 1em;
    padding: 3px 10px;
    height: 30px;
}
#bar_search_wrapper .input-group{
    width: 180px;
}
#bar_cart_wrapper {
    background: #e0e0e0 none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    margin-top: 0px;
    padding: 1px 5px;
    text-align: left;
    width: auto;
    height: 60px;
}
#bar_cart_wrapper i{
    padding: 0 5px 0;
}
#picto_header_cart {
    background: #c1bdbe none repeat scroll 0 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #000;
    display: inline-block;
    height: 59px;
    margin: 0 -4px -8px 3px;
    padding: 22px 7px 0;
}
.ajax_cart{
    /*width: auto !important;
    max-width: 550px !important;*/
    padding:20px;
}
#ajax-cart-body{
    width: auto !important;
    min-width: 10px !important;
}
.ajax_cart_init a:hover, .ajax_cart_init a:active{
    text-decoration: none;
}
#search_bar_submit{
    color:#fff;
    background: #104290;
    border-color: #104290;
    margin: 0 !important;
    font-size: 17px;
    padding: 5px 11px 6px !important;
}
#search_bar_submit:hover{
    border-width: 1px !important;
    border-color: #666666;
    background: #666666 !important;
    color:#fff !important;
}
.breadcrumbs{
    color: #fff;
    padding: 5px !important;
    background: #104290;
}

/*---------------------list_prod-------------------*/
.accordion_boutique_wrapper .ui-accordion-header-icon{
    display: none !important;
}
.ui-accordion-header{
    color: #fff;
    padding: 10px !important;
    margin-top: 10px !important;
    background: #b1b7bc !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #b1b7bc 0%, #6d7276 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b1b7bc 0%,#6d7276 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b1b7bc 0%,#6d7276 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b7bc', endColorstr='#6d7276',GradientType=0 ) !important; /* IE6-9 */
    border: 0;
    border-radius:5px;
}
.ui-accordion-header-icon{
    display: none;
}
.ui-accordion-content{
    border: none;
}
#accordion .ui-state-active .fa-chevron-down{
    display: none;
}
#accordion h3 .fa-chevron-up{
    display: none;
}
#accordion .ui-state-active .fa-chevron-up{
    display: inline-block;
}
#accordion .ui-state-active, .header_accordion:hover{
    background: #1397b1 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #1397b1 0%, #57cbe2 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1397b1 0%,#57cbe2 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1397b1 0%,#57cbe2 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1397b1', endColorstr='#57cbe2',GradientType=0 ) !important; /* IE6-9 */
    color:#fff;
}
.header_accordion h3{
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color:#fff;
}
.header_accordion h3 i{
    float: right;
    font-size:1.5em;
}
.header_accordion h3 img{
    float: right;
    height: 60px;
    margin: -10px 10px 0 0;
}
.header_accordion{
    font-weight: normal;
}
#navigation_popcorn, #navigation_popcorn a{
    color: #5f4634 !important;
    text-decoration: none;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif !important;
    font-size: 16px;
}

.prod_list_img{
    /*float: none;       $
    width: 100%;
    max-width: 250px;
    height: auto;*/
    max-width: 100%;
    height: auto;
}
.prod_list_name{
    font-family: K2D, sans-serif;
    display: block;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 5px;
    font-size: 22px;
    line-height: 1.1em;
    color: #8da84c !important;
    text-transform: none
    /*min-height: 40px;*/
}
.prod_list_name:hover {
    text-decoration: none;
}
.popcorn_options select {
    color: #2b1505;
    margin: 20px auto;
    width: auto;
    min-width: 175px;
    padding: 7px 35px 7px 5px;
    font-size: 16px;
    border: 1px solid #8da84c;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/client_file/themes/default/interface/caret_down.jpg') 96% / 15% no-repeat;
    background-size: 10% auto;
}
.popcorn_options select::-ms-expand {
        display: none; /* remove default arrow in IE 10 and 11 */
}

.popcorn_options select option[selected="selected"] {
    font-style: italic;
    font-weight: bold;
    background-color: red;
    color: green;
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
        .popcorn_options select {
                background:none\9;
                padding: 5px\9;
        }
}


.list_prod_wrapper{
    overflow: auto;
}
.list_prod_wrapper>div:hover{
    border: 1px solid #8da84c;
}

.list_prod_wrapper>div{
    padding: 15px 0;
    min-height: 320px;
    border: 1px solid transparent;
}
/*
.list_prod_wrapper>div:nth-child(4n+3), .list_prod_wrapper>div:nth-child(4n+4){
    background: #eeeeee;
}*/
.list_prod_wrapper p{
    font-size: 1em;

}
.list_prod_img_link{
    width: 100%;
    max-width: 250px;
    height: 250px;
    display: inline-block;
    float: none;
    margin-bottom: 10px;
        background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
}
.prod_list_price{
    font-weight: bold;
    color: #2b1505;
    font-size: 26px;
}

.regularPrice
{
    font-size: 18px;
    color:     #c90000;
    text-decoration: line-through;
    display: inline;
    margin-right: 8px;
}

.productSpecialPrice
{
    font-size: 26px;
    color:
    #999999;
    font-weight: bold;
    display: inline;
}

.prod_list_suite{
    font-size: 1.25em;
}
.prod_list_add_cart i{
    font-size: 1.5em !Important;
}
.prod_list_add_cart{
 height: fit-content;
 display: block;
}
#delivery_address_wrapper
{
   overflow: hidden !important;
}
.prod_list_add_cart, #prod_detail_add_cart{
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif !important;
    font-size: 1.15em !important;
    background: #8da84c;
    color: #fff !important;
    border: 0;
    padding: 7px 25px !important;
    margin: 5px auto !important;
    text-transform: lowercase !important;
}
.prod_list_add_cart:hover, #prod_detail_add_cart:hover{
    background: #b5121b;
    color: #fff;
    text-decoration: none;
}
.prod_list_qty_icon{


}
.dotted{
    border:none;
    border-top:1px dotted #332c26;
    color:#fff;
    background-color:#fff;
    height:1px;
    margin-bottom: 5px;
}
.list_prod_wrapper .fa-minus, .list_prod_wrapper .fa-plus, .update-qty{
    background: #2e2721;
    color: #fff;
    padding: 5px 9px 4px;
    border: 0;
    font-size: 14px;
}
.list_prod_wrapper .fa-minus:hover, .list_prod_wrapper .fa-plus:hover{
    cursor: pointer;
    background: #55504c;
}
.inp_qty{
    margin-top: 0px;
    height: 24px;
    padding: 0px 9px;
    width: 30px !important;
}
.list_prod_qty_wrapper
{
    margin-left: 20px;
    margin-top: 20px;
    display: -webkit-box;
 /*   width: 88px; */
    float: right;
}

/*-------------------------cat-----------------------*/
.box_cat_prod{
    position: relative;
    margin:10px 0;
}
.box_cat_link{
    display: block;
    z-index: 3;
}
.box_cat_link h3{
    background: rgba(141, 168, 76, 0.9) !important;
    background: none;
}

.box_cat_link:hover h3{
    background: rgba(181, 18, 27, 0.9) !important;
    background: none;
}
.box_cat_link:hover{
    text-decoration: none;
}
.img_cat{
    width: 100% !important;

    position: relative;
    z-index: 1;
}
.wrapper_type_table{
    display: table;
    width: 100%;

    height: 130px;
    margin-top: -130px;
    z-index: 2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.wrapper_type_row{
    display: table-row;
    z-index: 2;
}
.box_cat_prod h3{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color:#fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    font-size: 2.5em;
}

/*---------------------detail prod-------------------*/
#modal_produit {
    width: 100%;
    max-width: 1100px;
    margin-top: 100px;
}
#modal_produit .img_caption{
	width: 100% !important;
}

#piGal img{
    width: 100%;
    height: auto;
}
#prod_detail_price{
    font-size:2em;
    display: inline-block;
    margin-top: -5px;
}
.modal_img_prod{
    width: 100% !important;
    height: auto;
    margin: 0 auto;
}
#table_produit_infos {
    width: 100%;
}
#table_produit_infos td {
    background-color: #e7e4e4;
    color: #5f4634;
    border: 2px solid white;
    padding: 40px;
}
.tab_option {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 40px !important;
}
.tab_option a{
    color: #5f4634;
    text-decoration: none;
    cursor: pointer;
}
.option_selected, .option_selected a {
    color: #fff !important;
    background-color: #333333 !important;
}

/*---------------------ajax cart-------------------*/
#ajax_cart_top{
    top: -30px;
    right: -15px;
    position: relative;
}
#ajax_cart h2{
    text-align: left;
    margin-bottom: 20px;
}
#ajax_cart .productListing-even{
    background: #eeeeee;
}
#ajax_cart .productListing-odd{
    background: #fff;
}
#ajax_cart .productListing-even>td, #ajax_cart .productListing-odd>td{
    padding: 10px;
}
.cart_prod_img{
    margin: 0 10px 0 0;
}
.cart-qty{
    width: 125px;
}
.cancel_icon{
    color:#c20523;
    font-size: 1.75em;
    cursor:pointer;
}
.qty_icon{
    font-size: 1.25em;
    margin: 0 5px;
    cursor:pointer;
}
.ajax_cart_qty_input{
    text-align: center;
    width: 45px;
}
#boxcart-content-table{
    display: none;
}
.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #d01829;
    border:2px solid #363434;
    font-weight: bold;
}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#363434; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    background-color: #c7c2c3;
}

/*---------------------ajax checkout-------------------*/
#ajaxManager .alert-error {
    background: #d01829;
    color: #fff;
    font-weight: bold;
    border: 2px solid #363434;
}
.ajax_chk_delBtn{
    width: 20px;
    padding: 2px 10px 0;
}
.ajax_chk_qtyBtn{
    width: 80px;
    margin-top: 5px;
}
.update-qty{
    padding: 2px 3px;
}
.input_qty_checkout {
    width: 25px;
    padding-bottom: 0;
    padding-top: 2px;
}
.fast_checkout_title{
    color:#104290;
}
#fast_checkout_cart_title{
    margin-top: 34px;
}
TABLE.productListing{
    border: 0 !important;
}
TABLE.productListing tr{
    background: transparent !important;

}
TABLE.productListing tr>td{
    padding: 5px;
    vertical-align: middle;
}
.ajax_chk_list_price{
    color:#104290;
    float: right;
    display: block;
    margin: 5px;
    font-size: 1.25em;
}

TABLE.productListing .productListing-even{
    background: #eeeeee !important;
}
.fast_checkout_total_cart td{
    padding: 5px !important;
}
.fast_checkout_total_cart strong{
    font-size: 1.25em;
}
.fast_checkout_login_wrapper{
    border: 0;
    background: #eeeeee;
}
#new_cust_title:hover{cursor: pointer;}
#fast_checkout_new_cust_wrapper{
    display: none;
}
#fast_checkout_new_cust_wrapper .ui-widget-header{
    background: transparent;
    color: #104290;
    border: 0;
    font-size: 1.1em;
}
#fast_checkout_new_cust_wrapper .ui-widget-content{
    border: 0;
}
#fast_checkout_new_cust_wrapper .infoBoxContents, #defaultSelectedPayment {
    background: #eeeeee !important;
}

#buttonChangePaymentAddress, #buttonChangeShippingAddress{
    color: #104290;
    font-weight: bold;
    font-size: 0.9em;
}

#payment_area .ui-widget-header, #shipping_area .ui-widget-header{
    background: transparent;
    color: #104290;
    border: 0;
    font-size: 1.1em;
}
#payment_area .ui-widget-content, #shipping_area .ui-widget-content{
    background: #eeeeee !important;
    border: 0;
    color:#35322f !important;
    margin: 10px 0;
    width: 100%;
}
#payment_area .ui-widget-content p, #shipping_area .ui-widget-content p{
    color:#35322f !important;
}
#placeorder_area{
    text-align: right;
}


/*---------------------compte-------------------*/

#loginModules .contentContainer{

}

.fieldKey, .fieldValue{
    width: 50%;
}
.fieldValue input[type="text"], .fieldValue input[type="password"], .fieldValue select
{
    border: 1px solid #959595;
    border-radius: 2px;
    color: #606060;
    font-size: 14px !important;
    height: 30px;
    padding: 3px 0 3px 10px;
    width: 80%;
}
.fieldValue input[type="text"]:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.fieldValue select{
    padding: 2px 0 2px 10px;
    width: 80%;
    border: 1px solid #959595;
    border-radius: 2px;
    color: #606060;
}

#Navbar_boutique .navbar-nav {
    display: table;
    font-family: "Roboto",sans-serif;
    font-size: 1em;
    margin: 0;
    width: 100%;
}
#Navbar_boutique .navbar-nav li {
    float: left;
}
#Navbar_boutique {
   /* background: #d8d8d8 none repeat scroll 0 0;
    margin: 20px 0 0;*/
    padding: 0;
}


/*.photo_product_slider .owl-stage{

   width:300px !important;
   height:300px !important;
} */

.photo_product_slider{
    width: 300px;
    float: left;
    margin:0 20px 0 0;
    height:400px;
}
.photo_product_slider img{
    width:100%;

}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 1200px) {
        .tuile_content{
                width:100%;
        }
        .home_tuile{
                width: 43%;
                float: left;
                display: block;
                margin: 0px 3% 20px;
                height: initial;
        }
        .navbar-inverse .navbar-nav > li > a {
                display: block;
                height: 50px;
                padding: 5px 10px;
        }
}

@media (max-width: 1000px) {
        #logo{
                height: 85px;
                display: block;
                margin: 0 auto;
        }
        #secondary_menu_wrapper {
                bottom: -5px;
        }
        #header_picto_wrapper ul {
                display: table;
                margin: 0 auto;
                padding: 10px 0 5px;
        }
        .nav > li {
            display: block !important;
        }
        .navbar-inverse .navbar-nav > li > a {
                text-align: left;
                padding: 15px 10px;
                height: auto;
        }
        .navbar-inverse .navbar-nav > li{
                background: #eae8e8;
                border-bottom: 1px solid #434141;
        }
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
                color:#333;
        }
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
                color: #104290;
        }
        .dropdown-menu {
                font-size: 1em;
        }
        .dropdown_2_lv{
                padding-left: 50px !important;
        }
        .navbar-inverse .navbar-toggle .icon-bar {
                background-color: #d2cdcd;
        }
        #menu_interne{
                display: none;
        }
}

@media (max-width: 770px) {
        .home_tuile{
                width: 80%;
                margin: 0px 10% 20px;
        }
        #bar_cart_wrapper{

        }
        #bar_search_wrapper{
                display: block;
        }
        #bar_search_wrapper .input-group {
                margin: 0 auto;
        }
        #logo{
                float: none;
                margin: 5px auto 15px;
        }
}

@media (max-width: 670px) {
        #main_slider, #content_image_entete{
                display:none !important;
        }
        #tuile_layout {
                margin-top: 10px;
        }
        #logo{
                float: none;
        }
}

@media (max-width: 570px) {
        .home_tuile{
                width: 90%;
                margin: 0px 5% 20px;
        }
        #bouton_offre {
                width: 277.5px;
                height: 138.75px;
                margin: 0;
        }
}
.modal-dialog
{

    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
.modal-open .container
{
    z-index: 5;
    position: relative;
}
