header{
    box-shadow: 0px 0px 6px 2px #f5f5f5;
}
.remove-item {
    background-color: #d54c1b;
    font-family: 'Open Sans', sans-serif;
    border: none;
    color: white;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
    transition: transform .2s;
}
.remove-item:hover {
    transform: scale(1.2); 
}
.content-wrapper{
    height: calc(90vh);
	padding:3rem 6rem;
	margin-top: 75px;
}
.cart-added {
    width: 100%;
    position: relative;
}
.cart-total {
    width: calc(30% - 2.1rem);
    float: left;
    padding-left: 3rem;
    border-left: 1px #ccc solid;
}
.cart-added {
    width: calc(70% - 4rem);
    float: left;
    padding-right: 3rem;
}
.cart-title h2 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #2f504e;
    font-size: 1.3rem;
    text-align: left;
    line-height: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
    float: left;
}
.cart-title h5 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 1.3rem;
    text-align: right;
    line-height: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
    float: left;
}
.cart-total h3{
	margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #2f504e;
    font-size: 1.3rem;
    text-align: left;
    line-height: 3rem;
    font-weight: 700;
    text-transform: uppercase;
}
.cart-amt h2 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #2f504e;
    font-size: 1.1rem;
    text-align: left;
    line-height: 2rem;
    width: 50%;
    font-weight: 700;
    float: left;
}
.cart-total h5 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #2f504e;
    font-size: 1.1rem;
    text-align: right;
    line-height: 2rem;
    width: 50%;
    font-weight: 700;
    float: left;
}
.grand-total {
    font-size: 1.5rem;
    color: #d54d1a;
}
.grand-total:hover {
    font-size: 1.7rem;
}
.cart-amt {
    padding-right: 4rem;
    width: calc(100% - 4rem);
    float: left;
    padding-bottom:1rem;
    padding-top: 1rem;
}
.cart-amt:last-child {
	border-top:1px #ccc solid;
}
.cart-grand-total {
    border-top: 1px dotted #85878c;
    border-bottom: 1px dotted #85878c;
    margin-bottom: 1rem;
}
.cart-item {
    padding: 1rem;
    border: 1px #ccc solid;
    border-radius: 5px;
    margin: 2rem 0 0rem 0;
    width: calc(100% - 4rem);
    position: relative;
    float: left;
    display: block;
    transition: transform .2s;
}
.cart-item:hover {
    transform: scale(1.05); 
}
.item-img {
    width: 20%;
    float: left;
}
.item-img img {
    width: 6rem;
}
.item-name {
    width: calc(45% - 1rem);
    float: left;
    padding-left: 1rem;
}
.cart-item-price {
    width: 19%;
    float: left;
}
.cart-total-amt {
    width: calc(17% - 2rem);
    float: left;
    padding-left: 0rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #313135;
    line-height: 3rem;
    margin-top: 2rem;
}
.item-name p {
    color: #626365;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    width: 50%;
    float: left;
    line-height: 3rem;
}
.cart-item-info {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 2rem;
}
.add-cart {
    width: 45%;
    float: left;
}
.cart-item-price p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    line-height: 3rem;
    text-decoration:line-through
}
.price p.discount:before {
    top: 24px;
}
.cart-item-price .price p{
    width:100%;
    font-size: 1.5rem;
    text-align: left;
    text-decoration: none;
}
.cart-item-price .price p span{
    color: #85878c;
    padding-left: 10px;
}
.price {
    /* margin-top: 2rem; */
    padding-top: 0;
}
.cart-item-price p.offer-price span{
    color: #d54c1b;
}
.item-img img {
    padding: 0.6rem 0;
}
.confirm-address .cart-amt h2{
    width: 100%;
}
.confirm-address p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #2f504e;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.7rem;
    font-weight: 600;
    float: left;
}
.confirm-address {
    display: none;
}
.confirm-address h6 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #2f504e;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.7rem;
    font-weight: 600;
    /*width: calc(100% - 4rem);
    padding-right: 4rem;*/
    padding-top: 1rem;
    cursor: pointer;
}
@media only screen and (min-width: 768px)  and (max-width: 1280px) {
    .cart-total-amt {
        width: calc(19% - 2rem);
    }
    .cart-amt {
        padding-right: 0rem;
        width: calc(100% - 0rem);
    }
}
@media only screen and (max-width: 768px){
    .content-wrapper {
        padding: 3rem 1rem;
    }
    .cart-added {
        width: 100%;
        padding-right: 0rem;
    }
    .cart-title h2 {
        font-size: 0.7rem;
        line-height: 1rem;
        width:55%;
    }
    .cart-title h5 {
        font-size: 0.8rem;
        line-height: 1rem;
        width:45%;
    }
    .cart-item {
        padding: 1rem 0.5rem;
        width: calc(100% - 1rem);
    }
    .item-img img {
        width: 4rem;
    }
    .item-name {
        width: calc(80% - 1rem);
    }
    .cart-item-info {
        margin-top: 1rem;
    }
    .add-cart {
        margin-left: 3rem;
    }
    input.qtyminus,
    input.qtyplus {
        /* padding: 0rem 0.5rem; */
        font-size: 1.5rem;
    }
    .qty {
        width: 35px;
        height: 32px;
    }
    .item-name p{
        line-height: 2rem;
    }
    .cart-item-price {
        width: 100%;
    }
    .cart-item-price .price p,
    .cart-item-price p{
        width: 100%;
        text-align: center;
    }
    .price {
        margin-top: 0rem;
    }
    .cart-total-amt {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .cart-total {
        width: calc(100% - 1.1rem);
        padding-left: 1rem;
        border-left: 0;
        padding-top: 2rem;
    }
    .cart-amt {
        padding-right: 1rem;
        width: calc(100% - 1rem);
    }
}