/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url(https://fonts.googleapis.com/css?family=Lato);
@font-face {
    font-family: 'ProximaNovaAltExtraCondensedBold';
    src: url('../fonts/ProximaNovaAltExtraCondensedBold.eot');
    src: url('../fonts/ProximaNovaAltExtraCondensedBold.eot') format('embedded-opentype'),
    url('../fonts/ProximaNovaAltExtraCondensedBold.woff2') format('woff2'),
    url('../fonts/ProximaNovaAltExtraCondensedBold.woff') format('woff'),
    url('../fonts/ProximaNovaAltExtraCondensedBold.ttf') format('truetype'),
    url('../fonts/ProximaNovaAltExtraCondensedBold.svg#ProximaNovaAltExtraCondensedBold') format('svg');
}

@media only screen and (max-width: 767px) {
    #moo_cart_icon{
        background-color:red;
        width:100%;
        height:30px;
    }
    #moo_cart{
        position: fixed;
        right: 0;
        bottom: 0;
        color: #ffffff;
        z-index: 999999;
        cursor: pointer;
        width: 100%;
        text-align: center;
        line-height: 30px;
        font-family: 'Lato', sans-serif;
    }
    #moo_cart a{
        color: #ffffff;
        text-decoration: none;
    }
    #moo_cart_icon>{
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: #ffffff;
        z-index: 999999;
        cursor: pointer;
    }
    #moo_creditCardPanel>*>.form-group
    {
        height: 60px;
    }
}
@media only screen and (min-width: 768px) {
    #moo_cart{
        position: fixed;
        right: 2px;
        top: 30%;
        color: #ffffff;
        z-index: 999999;
        cursor: pointer;
        padding: 5px;
        padding-right: 0px;
    }
    #moo_cart_icon{
        background-image: url("../img/moo_cart_icon.png");
        width:44px;
        height:152px;
        float: right;
    }
    #moo_cart_icon>span{
         display: none;
    }
    #moo_creditCardPanel>*>.form-group
    {
        height: 30px;
    }

}

#moo_checkout_msg
{
    text-align: center;
    font-size: 20px;
    padding: 20px;
    color:red;
}

.moo_credit_cards
{
    background-image: url("../img/credit.png") !important;
    margin: 0;
    border: 0;
    padding: 0 !important;
}

.moo_btn_qte{
    min-width: 42px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: white;
    background-color: #989898;
    float: left;
}
.moo_qte{
    display: inline-block;
    min-width: 42px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    float: left;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
#moo_form_address label
{
    font-family: serif;
    color:#000000;
    font-size: 15px;
}
#moo_form_address .error
{
    color:red;
    font-size: 13px;
}
#Moo_FileterContainer
{
    background-color: #ecf0f1;
}
.FixedOnTop
{
    position: fixed;
    top: 0px;
    z-index: 99999999;
    padding: 5px !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.7);
}
#Moo_FileterContainer input[type=text]
{
    position: relative !important;
    z-index: 2 !important;
    float: left !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#Moo_FileterContainer button,.moo_items button
{
     margin: 0;
     margin-left: -2px;
     color: #333;
     background-color: #fff;
     border-color: #ccc;
     display: inline-block;
     padding: 6px 12px;
     margin-bottom: 0;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.42857143;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-image: none;
}
#Moo_FileterContainer ul
{
      margin-top: -8px;
      list-style: none;
}
#Moo_FileterContainer a
{
     text-decoration: none;
}
.Moo_Copyright
{
    padding: 5px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}
.Moo_Copyright a
{
    color: #000;
}
.moo_emptycart p
{
    text-align: center;
    font-size: 20px;
    color: #000;
}
.moo_emptycart span
{
    text-align: center;
    font-size: 16px;
    display: block;
    color: #000;
}
.moo_emptycart span a,.moo_emptycart span a:visited
{
   color: blue;
}
.alert-success a
{
    color:blue;
}

#moo_merchantmap
{
    width: 100%;
    height:350px;
    display: none;
}
#moo_dz_map
{
    width: 100%;
    height:350px;
    margin-top: 20px;
}
select
{
    padding: 0px !important;
}
.moo_loading,#moo_cashPanel,#moo_verifPhone_verificatonCode
{
    display: none;
    text-align: center;
}
#moo_cashPanel,#moo_creditCardPanel
{
    padding-top: 25px;
    display: none;
}
#moo_paymentOptions
{
    font-size: 20px;
}
#moo_paymentOptions_cc,#moo_paymentOptions_cash
{
    margin-right: 5px;
    padding: 0px;
}
.moo-custom-dialog-class input {
    display: none !important;
}
/*CAROUSEL ITEM CSS*/
.carrousel_images_item {
    float: none;
    width: 100%;
    margin: 0 auto;

    padding-right: 0px !important;
    padding-left: 0px !important;
}
.carrousel_images_item_top {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 100%;
}
.img_carousel {
    height: 331px !important;
    width: 100% !important;
}
.sliders_wrapper {
    height: 331px;
}
.popup_slider {
    padding: 0px !important;
}
.nomarginrow {
    margin-right: 0px !important;
    margin-left: 0px !important
}
.moo_popup_leftSide {
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-top: 10px;
    margin-bottom: 20px;
}
.moo_category_page_title
{
    font-size:20px;
    text-transform: uppercase;
    color: #000;
}

.btn-primary:hover,.btn-danger:hover {
    color: #fff !important;
}
.btn-primary{
    color: #fff !important;
}
.BtnCheckout,.btn-danger{
    color: #fff !important;
    margin: 10px !important;
}
.BtnCheckout:visited{
    color: #fff !important;
}

.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.login-separator {
    position: absolute;
    float: left;
    padding: 0 10px;
    top: 0;
    bottom: 0;
    right: 0;
}
.login-separator>.separator {
    position: absolute;
    height: 100%;
    left: 50%;
    border-left: 1px solid #979797;
}
.login-separator>.separator>span {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 45%;
    left: -18px;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
}
.login-social-section{
    height: 220px;
    font-size: 20px;
    text-align: center;
}
.login-top-section
{
    text-align: left;
    font-size:14px !important;
    margin-bottom: 30px;
    margin-top: 18px;
}
.login-top-section .login-header
{
    text-align: left;
    font-size:20px;
}
#Mooinstructions
{
    width: 100%;
    background-color: #fff;
}
.moo-checkout-form-leftside
{
    background-color: #fff;
}
.moo-checkout-form-leftside .form-control,#moo-forgotpassword-form .form-control,#moo-signing-form .form-control
{
    background-color: #fff;
    height: 34px;
    border: 1px solid #d2d2d2;
}
#moo-signing-form,#moo-forgotpassword-form,#moo-chooseaddress-form,#moo-addaddress-form,#mooButonAddAddress,#moo-checkout-form,.moo-checkout-bloc-message
{
    display: none;
}
#MooMapAddingAddress
{
    width: 100%;
    height:350px;
    display: none;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    color: rgba(11, 11, 11, 0.5);
}
#inputEmail,#inputPassword
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border-radius: 0;
    background-color: #fff;
    height: 40px;
}
#inputEmail:focus,#inputPassword:focus
{
    moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.MooSimplButon
{
    background: #d5d5d5;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #000;
    border-radius: 0;
    font-size: 12px;

}
.MooUseAddressButton
{
    position: absolute;
    left: 20%;
    bottom: 15px;
}
.MooAddressBtnActions
{
    float: left;
    text-align: center;
    width: 100%;
    border-top: 1px solid;
    padding: 10px;
}
.MooSimplButon:hover
{
     background: #f17e0a;
     color : #ffffff;
     box-shadow:none;
     -moz-box-shadow:none;
     -webkit-box-shadow:none;
     text-decoration: none;
     cursor: pointer;
}
#mooButonLogin,#mooButonAddAddress,#mooButonResetPasswrod,#mooButonLoginAsGuest,#mooButonConfirmAddress
{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
    border-radius: 0;
    text-decoration: none
}
#mooButonLogin:hover,#mooButonAddAddress:hover,#mooButonResetPasswrod:hover,#mooButonLoginAsGuest:hover,#mooButonConfirmAddress:hover
{
     background: #4691A4;
     box-shadow:none;
     -moz-box-shadow:none;
     -webkit-box-shadow:none;
     text-decoration: none;
     cursor: pointer;
}
.moo-centred
{
 text-align: center;
}
.moo-address-block
{
    background-color: #fff;
    padding: 20px 20px 45px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #000;
    font-weight: bold;
    height: 125px;
    color: #000;
}.moo-address-block>span
{
     position: absolute;
     top: 3px;
     right: 22px;
     cursor: pointer;
     font-size: 17px;
}
.moo-checkout-form-leftside
{
    border: 1px solid #eee;
}
.moo-checkout-form-rightside
{
    border: 1px solid #0b0b0b;
}
#moo-checkout-form-btnActions
{
    float: left;
    text-align: center;
    width: 100%;
}
.MooCartInCheckout
{
    border: 1px solid #eee;
    padding: 0px !important;
}
.MooCartInCheckout .moo-column-labels-checkout
{
     background-color: #f0f0f0;
     border: 1px solid #ccc;
     color: #999;
     font-size: 14px;
     font-weight: 700;
     padding: 15px;
     height: 50px;
    margin-bottom: 10px;
}.MooCartInCheckout .moo-product
{
     padding-right: 10px;
     padding-left: 10px;
}
.MooCartInCheckout .moo-product .moo-product-title,.moo-product-quantity,.moo-product-line-price
{
     font-size: 14px !important;
}
.MooCartInCheckout .moo-product .moo-product-description .moo-product-description>span
{
     font-size: 12px !important;
}
.moo-checkout-bloc-title
{
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    height: 30px;
    padding: 10px 10px 0 10px;
    font-size: 14px;
}
.moo-checkout-bloc-title-2 {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    height: 41px;
    padding: 10px 10px 0 10px;
    font-size: 14px;
    background-color: #eee;
    margin-left: -15px;
    margin-right: -15px;
}
.moo-checkout-bloc-content
{
    color: #000000;
    padding: 10px 10px 10px 20px;
    font-size: 12px;
}
.moo-checkout-bloc-message
{
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    background-color: rgba(238, 238, 238, 0.46);
    border: solid 1px #ccc;
}
.moo_chekout_border_bottom
{
    border-bottom: 1px solid #eee ;
    margin-right: -15px;
    margin-left: -15px;
}
.moo-checkout-edit-icon
{
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #c7cdd6;
    border-radius: 3px;
    padding: 12px;
    fill: #7a8799;
    right: 10px;
    cursor: pointer;
}
.moo-checkout-form-ordertypes-option,.moo-checkout-form-payments-option
{
    margin-bottom: 10px;
    font-size: 12px;
}
.moo-checkout-form-ordertypes-input,.moo-checkout-form-payments-input
{
    margin-right: 15px;
}
#moo_verifPhone_verified
{
    text-align: center;
    display:none
}
#moo_verifPhone_verified>p
{
     margin-top: 10px;
     font-size: 20px
}
#moo_verifPhone_verificatonCode>p
 {
    font-size:18px;
    color:green
 }
.moo-finalize-order-btn
{
    display: block;
    width: 50% !important;
    height: 50px !important;
    line-height: 38px !important;
    font-size: 18px;
    margin: 10px auto !important;
}
#MooDeliveryfeesInTotalsSection
{
    display: none;
}
.MooShowBloc
{
    display: block !important;
}
#moo-checkout
{
    max-width: 800px;
    margin: 0 auto;
}
button.mfp-close {
    padding: 8px;
    font-size: 40px;
}