﻿.cart_item {
    /*background-color: #e0e0e0;*/
    float: left;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    width: 99%;
    display: table;
}

.cart_item_name {
    display: table-cell;
    vertical-align: middle;
}

.cart_item_img {
    width: 100px;
    border: 0;
    margin-right: 10px;
}

.cart_item_thumb {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.cart_item_name2 {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    font-weight: bold;
}



.cart_item_params {
    display: table-cell;
    vertical-align: middle;
}

    .cart_item_params input {
        /*height: auto;*/
        font-size: 1.25em;
        text-align: center;
    }

.cart_item_price_name {
    margin-top: 5px;
    float: left;
}

.cart_item_price {
    margin-top: 5px;
    margin-left: 7px;
    float: left;
}

.cart_item_count_name {
    margin-top: 5px;
    margin-left: 20px;
    float: left;
}

.cart_item_count {
    margin-top: 3px;
    margin-left: 7px;
    width: 25px;
    float: left;
}

.cart_buttons {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8em;
}

.cart_item_button {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.button_img {
    width: 24px;
    height: 24px;
    border: 0px;
    float: left;
}

.update_text {
    float: left;
    margin-top: 2px;
    margin-left: 6px;
}

.delete_text {
    float: left;
    margin-top: 2px;
    margin-left: 6px;
}


.cart_mobile_count_price, .cart_item_mobile_delete {
    display: none;
}




/***************************************************************************************************/


/*                                  */
/*         IPHONE 4 - BEGIN         */
/*                                  */


/* ALL ORIENTATION */
/* for SMALL devices - smaller than 767px - iPhone 4 - iPhone 6s */
@media screen and (max-width : 767px) {
}

/*                                  */
/*         IPHONE 4 - THE END       */
/*                                  */


/***************************************************************************************************/

