﻿#CartSubtotalTop {
    font-size: 24px;
    color: #3a3a3a;
}

.Cart {
    margin-top: 30px;
}

.cartTitle{
    color: #333;
    font-size: 24px;
}

.Cart .HeadlineRow td {
    border-bottom: 1px solid #a5a5a5;
    font-size: 14px;
    color: #a5a5a5;
}
.Cart .Row td {
    border-bottom: 1px solid #ececec;
}
.Cart .Row td.PaddedCell {
    padding: 15px;
}
.Cart .No {
    display: inline-block;
    font-size: 12px;
    color: #3a3a3a;
}
.Cart .Description {
    font-size: 16px;
    font-weight: 400;
    color: #2f2f2f ;
}
.Cart .Description a{
    color: #555555;
}

.Cart .InventoryHolder {
    display: inline-block;
}
.Cart .Inventory {
    display: none;
}
.Cart .TextLines {
    font-style: italic;
    font-size: 12px;
    color: gray;
}
.Cart .Profit {
    display: none;
}
.Cart .ProfitTotal {
    display: none;
}
.Cart .Discount {
    font-size: 16px;
    color: #404040;
}
.Cart .Quantity {
    font-size: 14px;
    color: #404040;
}
.Cart .QuantityLongdBreidd {
    line-height: 14px;
    font-size: 12px;
}
.Cart .PriceStk {
    line-height: 10px;
    font-size: 15px;
    color: #555555;
}
.Cart .PriceStk.Modifyable {
    cursor: pointer;
}
.Cart .PriceStkInputHolder .Arrow {
    background-repeat: no-repeat;
    background-image: url(../Images/Arrow_Down_Black_17x10.png);
    background-position: 50% 0%;
    height: 10px;
}
.Cart .PriceStkInputHolder {
    position: relative;
}
.Cart .PriceStkInput {
    text-align: center;
    position: absolute;
    display: none;
    left: -40px;
    top: -50px;
}
.Cart .PriceStkInput .Input {
    background-color: black;
    padding: 3px;
    width: 115px;
}
.Cart .PriceStkInput .Input input[type='text'] {
    text-align: center;
    font-size: 16px;
    padding: 0px;
    border: 0px;
    height: 20px;
    width: 85px;
    color: #404040;
}
.Cart .PriceStkInput .Input input[type='button'] {
    background-color: #3a3a3a;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 20px;
    width: 25px;
    color: White;
}
.Cart .Price {
    font-size:  24px;
    color: #404040;
}
.RecurringOrder.Cart .Price {
    font-size: 14px;
}
.Cart .Price > div {
    line-height: normal;
    display: inline-block;
}
.Cart .Price .Oyru {
    vertical-align: top;
    padding-top: 1px;
    font-size: 14px;
}
.Cart .RemoveItemsCell {
    text-align: right;
    font-size: 12px;
    cursor: pointer;
    color: #aaaaaa;
    width: 50px;
    float: right;
    margin-top: 3px;
}
.ShowHideProfit, .ShowHideInventory {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    color: #a5a5a5;
}
#CartSubtotalBottom {
	font-size: 24px;
	color: #3a3a3a;
}
.CartQuantityLongd {
    font-size: 15px;
}
.CartQuantityLongdBreidd {
    font-size: 13px;
}

.Cart .ColumnDiscount {
    text-align: right;
    width: 10%;
}
.Cart .ColumnGrossProfit {
    text-align: right;
    width: 100px;
}
.Cart .ColumnQuantity {
    text-align: center;
    width: 10%;
}
.Cart .ColumnImage {
    width: 40px;
}
.Cart .ColumnDescription {

}
.Cart .ColumnPrice {
    text-align: right;
    width: 10%;
}

#CartSubtotalTopTitle {
    font-size: 24px;
}

.btn{
    border-radius: 3px;
    border: none;
}

    .btn.btn-primary {
        background-color: #59e87c;
        color: black;
        border: none;
    }

.btn-primary:hover {
    background-color: #34CD59 !important;
    color: white !important;
}

.Checkout .btn {
    padding: 10px 40px
}

    @media screen and (max-width: 768px) {
        .Cart .ColumnDiscount {
        display: none;
    }
}

@media screen and (max-width: 420px) {


    .Cart h1 {
        font-size: 17px;
    }

    .Cart .Description {
        font-size: 12px;
    }

    .Cart .ColumnDescription .No {
        font-size: 11px;
    }

    .Cart .Quantity {
        font-size: 14px;
    }

    .Cart .Price .Kronur {
        font-size: 14px;
    }

    .Cart .Price .Oyru {
        vertical-align: middle;
        font-size: 10px;
        margin-bottom: 2px;
    }

    .Cart .RemoveItemsCell {
        font-size: 12px;
        fl
    }

    #CartSubtotalTopTitle {
        font-size: 18px;
    }

    #CartSubtotalTop {
        font-size: 18px;
    }

    #CartSubtotalBottom {
        font-size: 18px;
    }
}

@media screen and (max-width: 370px) {
    .Cart .ColumnImage {
        display: none;
    }

    .Cart h1 {
        font-size: 15px;
    }

    .Cart .Quantity {
        font-size: 12px;
    }

    .Cart .Price .Kronur {
        font-size: 12px;
    }

    .Cart .Price .Oyru {
        vertical-align: middle;
        font-size: 8px;
        margin-bottom: 2px;
    }

    .Cart .RemoveItemsCell {
        font-size: 10px;
    }
}
