.cartview {
    background: white;
    padding: 20px;
}

.cartproduct {
    margin-bottom: 25px;
    position: relative;
    padding: 0 20px 0 15px;
}

.cartprodcount{
    width: 40px;
    height: auto;
    padding: 3px 10px;
    border: 2px solid #000000;
    vertical-align: middle;
}

.qty_btn:hover{
    background: #E98435 !important;
    color: white !important;
}

.qty_btn{
    display: inline-block;
    border: 2px solid #000000;
    line-height: 1.6;
    text-align: center;
    padding: 3px 10px;
    background: white;
    color: black;
}

.qty_btn i{
    font-size: 12px;
}

.qty_btn[data-operation="plus"]{
    background: black;
    color: white;
}

.cart_header{
    background-color: black;
    color: white;
    padding: 15px;
    font-size: 12px;
    margin-bottom: 10px;
}

.carth3 {
    margin-bottom: 20px;
    font-size: 1.4em;
    color: black;
    font-weight: 600;
}

.cartTartozekok h3{
    margin-left: 3px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 1.4em;
    text-decoration: underline;
}

.addtocart-accessories .modal_selection{
    margin-right: 20px;
    padding: 15px;
    height: 100px;
    width: 120px;
}

.addtoCart_modal{
    background-color: white;
}

.addtocart-accessories .modal_selection i{
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 24px;
}

.cartproductimage {
    width: 50px;
    margin-right: 10px;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    padding: 5px;
}

.cartTartozekok {
    padding: 1em;
}

.cartproduct .cartprodname a {
    color: black;
    text-decoration: none;
    line-height: 1.3;
    font-size: 12px;
}

.cartproductdelete{
    color: black;
}

.cartproductdelete:hover{
    color: black;
}

.cartproduct .cartprodname a:hover {
    color: #fdae30;
}

.cartproduct .cartshortdesc {
    padding-left: 0;
    padding-top: 10px;
    font-size: 0.8em;
    color: #888;
    line-height: 1.4;
}

.cartproduct p{
    font-size: 12px;
}

.cartshortdesc p {
    padding-left: 0;
    line-height: 1.6;
}

.emptyCart h3 {
    font-weight: 700;
    font-size: 1.6em;
    text-transform: uppercase;
    color: black;
    letter-spacing: 2px;
}

.emptyCart p {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #888;
    line-height: 1.3;
    font-size: 0.9em;
}

.emptyCart a {
    color: #fdae30;
}

.cartproduct .cartstorage {
    padding-left: 0;
    padding-top: 10px;
    font-size: 0.9em;
    color: #888;
}

.cartchange {
    position: absolute;
    z-index: 100000;
    display: none;
    left: 50%;
    right: 50%;
    top: 50%;
    transform: scale(1.6);
}

.cartproduct .cartproductprice {
    padding-left: 0;
    color: black;
    font-size: 14px;
    font-weight: 700;
}

.cartproduct .cartproductsalesprice {
    padding-top: 5px;
    font-size: 0.8em;
    padding-left: 0;
    color: #888;
}

.cartproductimage img{
    max-height: 60px;
    min-width: 30px;
}

.goCheckout:hover{
    background-color: #E98435;
}

.summary_RowEndPrice{
    font-size: 26px;
}

.tdfirst{
    color: #221F1F;
    font-size: 11px;
}

.tdsecond{
    font-size: 11px;
}

.summary_Row{
    background-color: #E98435;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.summary_Row td{
    padding: 11.5px;
}

.goCheckout{
    background-color: #E98435;
    border-radius: 30px;
    border: none;
    font-size: 12px;
    padding: 10px;
}

.goCheckout i{
    margin-left: 2px;
}

.cartsummary {
    padding: 0.8em;
    background: #f8f9fa;
    border: 1px solid #eee;
    box-shadow: 3px 3px 2px #e3e3e3;
    margin-bottom: 10px;
    border-radius: 4px;
}

.cartsummary h3 {
    font-size: 1.1em;
    color: black;
    font-weight: 600;
    margin-bottom: 20px;
}

.cartsummary .summarysum {
    padding-left: 0;
    font-size: 0.9em;
    color: #888;
    padding-bottom: 15px;
}

.coupons {
    padding-left: 0;
    color: black;
    font-size: 11px;
    margin-bottom: 5px;
}

.cartsummary .cartsummaydiv {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .cartproduct .cartprodname a {
        font-size: 0.7em;
        line-height: 1.2;
    }

    .cartproduct img {
        height: 60px;
    }

    .cartsummary h3 {
        font-size: 0.8em;
    }

    .cartsummary .summarysum {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 767px) {
    .cartproduct .cartprodname a {
        font-size: 0.9em;
    }

    .cartsummary h3 {
        font-size: 1em;
    }

    .cartsummary .summarysum {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 576px) {
    .cartproduct .cartprodname a {
        line-height: 1.4;
        font-size: 0.8em;
    }

    .addtocart-accessories .modal_selection{
        min-width: 150px;
    }

    #successAddtoCart .newcart_button{
        padding: 10px 15px !important;
    }

    .selection h3, .modal_selection h3{
        white-space: nowrap;
    }

    .cartproductcount {
        margin-top: 20px;
    }

    .cartproduct .cartproductprice {
        margin-top: 20px;
    }

    .emptyCartimg {
        display: block;
        margin: 0 auto;
    }

    .emptyCart {
        text-align: center;
    }

    .emptyCart h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .emptyCart.readnews {
        padding: 5px;
    }

    .emptyCart {
        margin-bottom: 15px !important;
    }
}
