﻿.grd {
    width: 80%;
    border: 0 none white;
    background-color: #FFFFFF;
    margin: 0 auto;
}

.RowStyleX {
    height: 140px;
    border-bottom: 1px solid #0B9CCB;
}

.txtStyle {
    font-size: 10pt;
    color: #636363;
    font-weight: 800;
}

.txtQty {
    padding: 2%;
    height: 18px;
    width: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 10pt;
    color: #636363;
    float: left;
}

.btn2 {
    width: 100px;
    height: 50px;
    padding: 3%;
    background-color: #08cddb;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 14pt;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
    margin: 0px;
    padding-left:10px;
    display: block;
}

.btn3 {
    width: 120px;
    height: 48px;
    padding: 3%;
    background-color: #08cddb;
    border: none;
    color: white;
    font-weight: 400;
    font-size: 12pt;
    float: right;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
}
.cartWrapper
{
    width: 100%;
    margin: auto;
}
.cart-item
{
    clear: both;
    width: 100%;
    height: 100px;
    overflow: visible;
    border-bottom:1px solid #0B9CCB;
}

.cart-item > div
{
    padding-top: 5px;
    float: left;
    width: 20%; 
    text-align: center;
}
.columnA {
    min-width: 120px;
    width: 10%; 
}
.columnB {
    margin-top:20px !important;
}
.columnC {
    margin-top:20px !important;
}
.columnD {
    margin-top:20px !important;
}
.columnE {
    margin-top:20px !important;
}

.columnA > img{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80px;
}
.cartItem-minWidth
{
    min-width: 170px;
}

.columnD
{
    min-width: 100px;
}
.columnE {
    width: 10% !important;
    float: right;
    min-width: 50px !important;
}
.columnE > img{
    margin-top: 3px;
}