
.cart table {
    width:100%;
    border-collapse: collapse;
    border-left:1px solid #eee;
    border-top:1px solid #eee;
}
.cart table td {
    padding:10px;
}
.cart table tr:first-child td {
    font-weight: bold;
    background: #fff;
    font-size:14px;
}
.cart table td {
    background:#f7f7f7;
    border-right:1px solid #eee;
    font-size:17px;
    border-bottom:1px solid #eee;
}
.cart .gift-pack-to-head {
    text-align: center;
    background: #fff;
    font-size: 21px;
    color: #909090;
    padding: 25px 0;
    letter-spacing: 2px;
}
.checkout .cart .gift-pack-to-head {
    font-size: 16px;
    padding: 10px 0;
}
.cart-container table + table {
    margin-top:75px;
}
.cart .loyalty-points {
    background: #288fcc;
    color: #fff;
    padding: 12px;
    font-size: 19px;
    text-align: center;
    border-radius: 3px;
    margin-top: 10px;
}
.cart table input {
    width:50px;
    padding:9px;
    vertical-align: middle;
    color:#252525;
    font-size:19px;
    
    box-shadow: inset 1px 1px 2px #ddd;
    -moz-box-shadow: inset 1px 1px 2px #ddd;
    -webkit-box-shadow: inset 1px 1px 2px #ddd;
    display:inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.cart table td img, .cart table td .no-image {
    border:1px solid #eee;
    display:block;
    margin:0 auto;
}
.cart table td .no-image {
    width:50px;
    height:50px;
    background:#ddd;
}
.cart table td.delete svg {
    color:#ff4141;
    display:block;
    margin:0 auto;
    font-size:23px;
}
.cart table td.delete svg:hover {
    color:#ff3232;
    cursor:pointer;
}
.cart .buttons {
    text-align: right;
    margin-top:25px;
}
.cart .buttons a {
padding: 25px 30px;
    color: #fff;
    font-size: 27px;
    background: rgb(81, 226, 120);
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.cart .buttons a:hover {
    background: rgb(102, 255, 143);
    cursor: pointer;
}
.cart table td a {
    color:#111;
    text-decoration:none;
}
.cart table td a:hover {
    color:#ff3232;
    text-decoration:underline;
}
.cart .minified td, .cart .minified td input {
    font-size:13px;
}
.cart .total {
    text-align: right;
    font-size:21px;
    padding:20px;
}
.cart .total span {
    font-weight: bold;
}
.cart .variation {
    font-size:14px;
    color:#555;
    padding-left:15px;
    margin-top:5px;
}
.cart .sku {
    font-size:14px;
    color:#555;
    padding-left:15px;
    margin-top:5px;
}
.cart .minified .variation {
    font-size:12px;
}

.product-page .add-to-cart .amount {
    width: 60px;
    text-align: center;
    padding: 16px;
    color: #ff8e1a;
    font-size: 23px;
    border: 1px solid #ff8e1a;
    box-shadow: inset 1px 1px 2px #ddd;
    -moz-box-shadow: inset 1px 1px 2px #ddd;
    -webkit-box-shadow: inset 1px 1px 2px #ddd;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;
}
.controls {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    line-height: normal
}
.controls span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #252525;
    border: 1px solid #ddd;
    background: #eee;
    border-radius: 3px;
}
.controls span + span {
    margin-top: 7px;
}
.controls span:hover {
    background: #ddd;
    border-color: #ddd;
    cursor: pointer;
}
.shipping-master-container {
    
    margin-top: 30px;
}
.shipping-master-container table {
    border:3px solid rgb(255, 187, 187);
}

.geciskurva {
    background:red;
    color:#fff;
    padding:20px;
    font-size:18px;
}