/**
 * Stylesheet for the plugin
 */

.prepend-cart {
    background-color: #EAEFF3;
    padding: 30px 20px 20px 20px;
    width: 400px;
    position: relative;
    top: 0px;
    left: 0;
    display: none;
    min-height: 100px;
}

.wf-floating-cart-container {}

.on-top {
    top: -230px !important;
}

.wf-floating-cart-container ul {
    margin: 0;
    padding: 0;
}

.wf-floating-cart-container li {
    list-style-type: none;
    margin: 0px 0 20px !important;
    border-bottom: 1px solid #B5BDC0 !important;
}

.wf-floating-cart-container li img {
    height: 32px !important;
    width: 32px !important;
    float: left !important;
    margin-right: 10px !important;
}

.wf-floating-cart-container ul.product_list_widget li a {
    float: left !important;
    width: 330px !important;
    margin-left: 5px !important;
}

.wf-floating-cart-container .quantity {
    display: block;
    float: right;
}

.woocommerce .wf-floating-cart-container a.button,
.wf-floating-cart-container a.button {
    -moz-box-shadow: inset 0px -3px 7px 0px #29bbff;
    -webkit-box-shadow: inset 0px -3px 7px 0px #29bbff;
    box-shadow: inset 0px -3px 7px 0px #29bbff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
    background: -moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background: -webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background: -o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background: -ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
    background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa', GradientType=0);
    background-color: #2dabf9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #0b0e07;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 9px 23px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #263666;
}

.woocommerce .wf-floating-cart-container a.button:hover,
.wf-floating-cart-container a.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
    background: -moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: -webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: -o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: -ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9', GradientType=0);
    background-color: #0688fa;
}

.wf-floating-cart-container .buttons {
    text-align: center !important;
}

.cart-header {
    display: block;
    text-align: center;
    background: #74BDC6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 0 30px;
    color: #fff;
    font-weight: 700;
}

.wf-floating-cart-container ul.product_list_widget li a.remove {
    float: left !important;
    width: 20px !important;
}

.wf-floating-cart-container ul.product_list_widget li a.remove:hover {
    background: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.close-floating-cart {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.cart-cont {
    position: absolute;
    right: 50px;
    top: 250px;
    width: 500px;
}

.cart-icon {
    position: absolute;
    width: 50px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    top: 0px;
    right: 50px;
    cursor: pointer;
    -moz-box-shadow: 0px 10px 14px -7px #276873;
    -webkit-box-shadow: 0px 10px 14px -7px #276873;
    box-shadow: 0px 10px 14px -7px #276873;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
    background: -moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: -ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99', GradientType=0);
    background-color: #599bb3;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
}

.cart-icon:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
    background: -moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -o-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: -ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
    background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3', GradientType=0);
    background-color: #408c99;
}

.item-count {
    position: relative;
}

.total-item {
    color: #FE7177;
}

.cart-icon span {
    position: absolute;
    top: -65px;
    right: 35px;
}


/**
 * overlay
 */

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
