﻿.shopping-cart-wrapper {
    background-color: #fff;
    color: #131e6d;
    cursor: pointer;
}

.firstrow-wrapper {
    border:1px solid red;
    width:100%;
}

.firstrow-header {
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
}

.firstrow-arrow {
    background-image: url("../img/arrow_down_mod_minicart.png"); /* https://static.telepizza.com/vol/uk/static/unique/arrow_down_mod_minicart.png */
    min-height: 10px;
    background-repeat: no-repeat;
    background-position-x: center;
    margin-top: 2px;
}

.secondrow-address {
    padding-left: 10px;
    font-size:12px;
    font-style:italic;
}

.secondrow-finilizebtn{
    position:absolute;
    bottom:2px;
    right:2px;
    padding:0;
}

.btn-finalise {
    width: 85px;
    height: 26px;
    border-radius: 0;
    padding: 11px 20px;
    border: 2px solid #E2001A;
    background-color: #E2001A;
    color: #fff;
    outline: none;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000;
    padding: 3px;
}

.btn-finalise:hover {
    background-color: #A30009;
    color: #fff;
    border: 2px solid #E2001A;
}

.price-section {
    display:inline-flex;
    padding:0;
    float:right;
}

.item-count {
    border: 1px solid red;
    width: 25px;
    height: 21px;
    border-radius: 10px;
    background-color: #BA463C;
    border: 2px solid #FFF;
    font-weight: 700;
    min-width: 15px;
    text-align: center;
    font-size: 12px;
    margin-left: 5px;
    /*text-shadow: 1px 1px 1px #000;*/
}

.total-price {
    font-size: 16px;
    color: #131e6d;
    font-weight:bold;
    /*text-shadow: 1px 1px 1px #000;*/
    margin-left:10px;
    margin-top:6px;
}

.total-price span {
    font-size:13px;
}

.sc-items-wrapper {
    position: absolute;
    width: 100%;
    display: none;
    background-color: #333;
    z-index:999;
}

.sc-item-wrapper {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 10px;
    min-height: 90px;

}

.sc-item-details {
    display: flex;
}

.sc-item-image {
    margin-left: 10px;
}

.sc-item-qty {
    margin-left: 10px;
    font-size: 18px;
    color: #FEC500;
    padding-top:3px;
}

.sc-item-name {
    margin-left: 10px;
    padding-top: 7px;
}
.sc-item-size {
    padding-top: 7px;
    margin-left: 2px;
}

.sc-item-qty span {
    font-size: 14px;
}

.sc-item-price {
    padding-top: 7px;
    width:100%;
    padding-right:10px;
}

.sc-item-buttons {
    margin-top: 15px;
    margin-right: 10px;
}

.btnScRemove {
    border-radius: 0;
    font-size: 11px;
    background-color: transparent;
    padding: 3px 6px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #d3d3d3;
}

.btnScRemove:hover {
    border-radius: 0;
    font-size: 11px;
    background-color: transparent;
    padding: 3px 6px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #d3d3d3;
}


.sc-total {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}


.sc-total span {
    color: #FEC500;
}

.sc-total .sign {
    margin-left:5px;
    font-size:12px;
}

.sc-total .ammount {
    font-size: 16px;
}

.btn-finaliseBottom {
    width:100%;
    margin-bottom:10px;
}
.btn-finaliseBottom:hover {
    background-color: #A30009;
    color: #fff;
    border: 2px solid #E2001A;
}

