@import url('https://fonts.googleapis.com/css?family=Lato|Roboto');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/*
Loader icon
 */
@keyframes MooLoadingSection {
   to {transform: rotate(360deg);}
}
#MooLoadingSection{
    display: none;
    text-align: center;
    min-height: 70px;
}
#MooLoadingSection:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 60px;
    height: 60px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #07d;
    animation: MooLoadingSection .6s linear infinite;
}
/*
 Cart Icon
 */

.moo-new-icon .moo-new-icon__cart
{
    background: url('./img/cart.png') no-repeat;
    height: 26px;
}
.moo-new-icon
{
    border-radius: 3px 0 0 3px;
    padding: 8px 10px;
    text-align: center;
    display: inline-block;
    min-width: 46px;
    margin-right: 0;
    cursor: pointer;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
    background-color: #F68B1E;
    border-color: #F68B1E;
    color: #ffffff;
}
.moo-new-icon__count
{
    font-size: 18px;
    margin-bottom: 10px;
}
.moo-is-sticky {
    position: fixed;
    right: 0;
    top: 57%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2147483645;
}
.moo-new-icon__cart-panier
{
    color: #ffffff;
    height: 20px;
    width: 20px;
}
.moo-new-icon__group
{
    fill: #ffffff;
}

/* Cart CSS */
.moo-cart-icon
{

}
.moo-cart-icon:hover
{
    cursor: pointer;
}
#moo-panel-cart {
    position: fixed;
    top: 10%;
    right: 0;
    bottom: 10%;
    background-color: #fff;
    width: 370px;
    z-index: 950;
}

#moo-panel-cart .moo-panel-cart-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 2;
    background-color: #fff;
    padding: 15px;
}
#moo-panel-cart .moo-panel-cart-title {
    align-items: center;
    padding: 1.5rem;
    background-color: #f3f4f4;
}
.moo-panel-cart-action {
    position: absolute;
    bottom: 0;
}
#moo-panel-cart .moo-panel-cart-title .title {
    margin-bottom: 0;
}
#moo-panel-cart .moo-panel-cart-title .close {
    margin-left: auto;
}

/* Cart css */
.moo-cart-container
{

}
.moo-cart-heading div
{
    background-color: #0b0b0b;
    color: #ffffff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 15px;
    padding: 5px;
    padding-left: 15px;

}
.moo-cart-line
{
    clear: both;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    line-height: 45px;
    margin: 0px;
    border-bottom: 0.5px solid #ccc;
}
.moo-cart-total
{
    clear: both;
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    line-height: 45px;
    width: 100%;
    text-align: right;
    padding-right: 30px;
    color: #000;
}
.moo-cart-total-grandtotal
{
    font-size: 30px;
}
.moo-cart-total-grandtotal>.moo-cart-total-price
{
    color: red;
}
.moo-cart-line>.moo-cart-line-EditPanel
{
    position: absolute;
    background-color: red;
    width: 90px;
    right: 1px;
    display: none;
}
.moo-cart-line>.moo-cart-line-EditPanel>div:first-child
{
    border-right: 1px solid;
    float: left;
}
.moo-cart-line>.moo-cart-line-EditPanel>div:last-child
{
    float: right;
}
.moo-cart-line>.moo-cart-line-EditPanel>div
{
    color: #fff;
    padding: 0;
    display: inline;
    width: 45px;
    padding-left: 12px;
}
.moo-cart-line>.moo-cart-line-EditPanel>div>i
{
    font-size: 25px;
    cursor: pointer;
}
.moo-cart-line .moo-cart-line-itemName
{
    color: #000000;
    line-height: 25px;
    padding-top: 11px;
    text-align: left;

}.moo-cart-line .moo-cart-line-itemName>.moo-cart-line-modifiers
 {
     line-height: 25px;
     font-size: 15px;
     text-align: left;
 }
.moo-cart-line .moo-cart-line-itemQty,.moo-cart-line .moo-cart-line-itemPrice
{
    text-align: center;
    color: #000000;
}
.moo-cart-heading .moo-cart-line-itemQty,.moo-cart-heading .moo-cart-line-itemPrice
{
    text-align: center;
    padding-left: 0px;
}
.moo-cart-totals
{
    border-right: 0.5px solid;
    border-left: 0.5px solid;
    border-bottom: 0.5px solid;
}
.moo-cart-content
{
    border: 0.5px solid;
    background-color: #fff;
}
.moo-cart-empty
{
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #ff0000;
}
.moo-cart-btns
{

}
.moo-cart-btns .BtnCheckout
{
    background-color: #D90000;
    text-decoration: none;
    outline: none;
    color: #ffffff !important;
    width: 100%;
    margin: 0px !important;
    font-size: 27px;
    font-family: 'Fjalla One', sans-serif;
    border-radius: 0;
    height: 54px;
    line-height: 42px;
}
#moo-overlay {
    display: block;
    position: absolute;
    background: #666;
    width: 100%;
    top: 0;
    opacity: 0.5;
    height: 100%;
    left: 0;
}
#moo-img-load {
    position:absolute;
    top: 33%;
    left: 41%;
    width: 80px;
}

.moo-show-more
{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
    box-shadow: none !important;
}
.moo-show-more:hover
{
    color: black;
}
.moo-image-zoom
{
    cursor: zoom-in;
}
.swal2-container {
    z-index: 2147483646;
}
