.cart-container {
    width: 65.66666667%;
}

.cart-querry-container {
    width: 33.33333333%;
}

.cart-container,
.cart-querry-container {
    display: inline-block;
    float: left;
}

.cart-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-container ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(217, 217, 217, 0.39);
}

.cart-container ul.cart-header {
    background: rgba(240, 240, 240, 0.88);
    margin-bottom: 10px;
    padding: 30px 0;
}

.cart-container ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
    text-align: center;
}

.cart-product-img {
    width: 120px;
}

.cart-product-title {
    width: 398px;
}

.cart-product-quantity {
    width: 120px;
}

.cart-product-remove {
    width: 100px;
}

input.cart-quantity-number {
    width: 50px;
    text-align: center;
    height: 23px;
    background: #fff;
    border: 1px solid #ebebeb;
}

.fa-times {
    color: #c50000;
}

.fa-plus,
.fa-minus {
    color: #919393;
}

.cart-prev,
.cart-next {
    padding: 2px 6px;
    border: 1px solid #ebebeb;
    cursor: pointer;
}

.cart-prev {
    margin-right: 3px;
    padding-right: 3px;
}

.cart-prev:hover .fa-minus,
.cart-next:hover .fa-plus {
    color: #fff;
}

.cart-prev:hover,
.cart-next:hover {
    background: #c50000;
}

.cart-remove-link {
    padding: 6px 8px;
}

.cart-remove-link:hover {
    background: #c50000;
    cursor: pointer;
}

.cart-remove-link:hover .fa-times {
    color: #fff;
}

.cart-querry-container {
    padding-left: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-querry-title {
    text-transform: uppercase;
    padding: 20px 8px;
    border-bottom: 2px solid #8e9090;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #8f9191;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-querry-intro {
    padding: 2% 8px;
    line-height: 25px;
}

.cart-contact-form {
    width: 100%;
    margin-top: 20px;
}

.cart-contact-form label,
.cart-contact-form input,
.cart-contact-form textarea {
    width: 100%;
    display: block;
    border: 1px solid #e3e0e0;
    border-radius: 0;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-contact-form input[type="button"] {
    margin-top: 16px;
    padding: 9px;
    text-transform: uppercase;
    background: #c50000;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-contact-form input[type="button"]:hover {
    background: #960303;
    cursor: pointer;
}

.cart-contact-form label {
    border: none;
}

.cart-contact-form label span {
    color: #c50000;
}

.ponuda-left.cart-big-container {
    background: rgba(230, 228, 230, 0.31);
    padding: 1%;
    padding-bottom: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ponuda-left.no-margin-bottom {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .cart-container,
    .cart-querry-container {
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .cart-container ul {
        display: block;
    }
    .cart-container ul li.cart-product-img {
        display: none;
    }
    .cart-container ul li.cart-product-name {
        display: block;
        width: 100%;
        text-align: left;
        padding-bottom: 25px;
    }
    .cart-container ul.cart-header {
        display: none;
    }
    .cart-container ul li {
        padding-bottom: 25px;
    }
}
