.float-box {
    width: 348px;
    height: 350px;
    background-color: #d7393f;
    font-size: 0;
    position: fixed;
    top: 100px;
    right:-300px;
    /*right: 0px !important;*/
    z-index: 9999999999;
    -webkit-transition: all 200ms cubic-bezier(0.185, 0.54, 0.355, 1);
    -moz-transition: all 200ms cubic-bezier(0.185, 0.54, 0.355, 1);
    -ms-transition: all 200ms cubic-bezier(0.185, 0.54, 0.355, 1);
    -o-transition: all 200ms cubic-bezier(0.185, 0.54, 0.355, 1);
    transition: all 200ms cubic-bezier(0.185, 0.54, 0.355, 1); /* custom */
}
.float-box .float-box-head {
    vertical-align: top;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    background-color: #c22424;
    width: 28px;
    height: 330px;
    display: inline-block;
    padding: 10px;
    position: relative;
}
.float-box .float-box-head i {
    display: inline-block;
    font-family: "Icons";
    width: 28px;
    height: 28px;
}
.float-box .float-box-head i::before {
    content: "";
}
.float-box .float-box-head .cart-text {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    text-align: center;
    display: inline-block;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    /* IE 9 */
    transform: rotate(-90deg);
    /* Firefox 16+, IE 10+, Opera */
    width: 277px;
}

.float-box .float-box-head .cart-item-count{
    font-size: 13px;
    color: #d7393f;
    background-color: #ffffff;
    padding: 0 7px;
    border-radius: 10px;
    margin-left: 1px;
}

.float-box .float-box-content {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 350px;
}
.float-box .float-box-content .float-box-container {
    height: 313px;
    overflow-y: auto;
}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li {
    border-bottom: 1px dashed #f08c8c;
    padding: 10px;
    position: relative;
}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li a.remove-item::before {
    content: "";
}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li a.remove-item {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    font-family: "Icons";
    font-size: 12px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #d7393f;
    padding: 3px;
    text-decoration: none;
}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li .fb-list-head {
    display: block;
    color: #fff;
    font-size: 11px;
}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li span {
    font-size: 11px;
    line-height: 1.3em;
    height: auto;
    color: #f08c8c;
    display: block;
    padding-left: 10px;
}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li .fb-list-price {
    font-size: 18px;
    display: block;
    padding: 5px 0;
}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li .fb-list-price > span.price-total {
    float: right;
    font-size: 14px !important;
    color: #fff !important;
}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li .fb-list-price > span.price-total span {
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block;
}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li .fb-list-price div.selector {
    width: 25px;
    overflow: hidden;
    background-color: #ad2929;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 22px;
    text-align: center;
    line-height:18px;
}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li .fb-list-price div.selector select {
    width: 50px;
    background-color: #ad2929;
    border: 0;
    color: #fff;
    line-height: 22px;
    font-size: 13px;padding:0px !important;
    border:0 !important;

}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li .fb-list-price div.selector select option {
    font-size: 13px;
}
/*.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li:hover a.remove-item {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    font-family: "Icons";
    font-size: 12px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #d7393f;
    padding: 3px;
    text-decoration: none;
}
.float-box .float-box-content .float-box-container .float-box-items ul.fb-item-list li:hover a.remove-item::before {
    content: "";
}
*/
.float-box .float-box-content .float-box-container .float-box-details {
    font-size: 14px;
    color: #fff;
}
.float-box .float-box-content .float-box-container .float-box-details div {
    border-bottom: 1px solid #ce3333;
    padding: 10px;
    font-size: 13px;
}
.float-box .float-box-content .float-box-container .float-box-details div > span {
    font-size: 14px;
    display: inline-block;
    float: right;
}

.float-box .float-box-form {
    display: block;
    height: 37px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    background-color: #96c742;
    text-decoration: none;
    font-size: 13px;
}
.float-box .float-box-form:hover {
    background-color: #79b01a;
}
.chartOpened {
    right: 0 !important;
}
.chartOpened .menu-order-title-container {
    left: 0px !important;
}

.float-box-details a {
    color:#fff;
    text-decoration: none;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .float-box .float-box-content {
        width: 295px;
    }
}

