﻿body {
    background: #fff !important;
}

.comboOfferWrapSlider li img {
       padding-top: 12px;
}

.productdetailSec .sfproductImgsWrp {
    overflow: hidden;
    position: relative;
}

.productdetailSec .sfproductDetails .sfproductPrice {
    border: none;
    padding-right: 15px;
}
.sfproductPrice{
    min-height: 45px;
}

.sfproductDetails .sfproductImgsList .sfproductImgWrp .sfproductImg {
    vertical-align: middle;
    width: 64px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #9a9a9a;
}

.productdetailSec .sfproductDetails .sfproductDescription h1 {
    font-size: 14px;
    margin-bottom: 0;
}

.myCart .sfproductTmbWrp img {
    height: 100px;
    width: 100px;
    padding: 9px 0px;
}

.sfProductsInCart {
    display: none;
}

.sfCouponCodeItem {
    display: none;
}

#cartSection_C008_ctl00_ctl00_couponCodeEntryView_ctl00_ctl00_CouponCodeTextBox{
    display:none;
}

#cartSection_C008_ctl00_ctl00_couponCodeEntryView_ctl00_ctl00_CouponCodeApplyButton
{
    display: none;
}

.productdetailSec .sfAddToCartWidget label {
    background: #e6e6e6;
    width: 57px;
    text-align: center;
    padding: 10px 0;
    color: #3b3b3b;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    border-right: 1px solid #dcdcdc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
}
.productdetailSec .sfAddToCartWidget{
    margin-top:15px;
}

.productdetailSec .sfAddToCartWidget .sfQuantity {
    width: 55px;
    height: 40px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 0;
    vertical-align: top;
}
    .productdetailSec .sfAddToCartWidget .sfAddToCartBtn {
        background: #f36408;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        display: inline-block;
        border: 0;
        padding: 9px 49px;
        background: #f36408 url(../images/addCart.png) 11% 38%;
        background-repeat: no-repeat;
        width: 152px;
    }
.productdetailSec .sfproductImgsWrp{
    padding-right:10px;
}

.myCart .btnLink {
    border-style: none;
}

.paymentBox .sfcheckoutFormList li {
    width: auto;
    display: inline-block;
    padding:0;
}
.paymentBox .sfcheckoutFormList li input {
        width: auto !important;
    }
.paymentBox .sfcheckoutFormList li label {
    display: inline-block !important;
}
.paymentBox .sfPaymentMethodList{
    padding-left:0;
}
.paymentBox .contentBox ol li:first-child label {
    background-image: url(../images/ccavenue.jpg);
    background-position: 5px -2px;
    width: 126px;
    background-repeat: no-repeat;
    color: transparent;
}

.paymentBox .contentBox ol li:last-child label {
    background-image: url(../images/payu.jpg);
    background-position: 5px -2px;
    width: 93px;
    background-repeat: no-repeat;
    color: transparent;
}
/*.sfcheckoutPreviewAddress{
    display:none;
}*/
.tableDivSec .my_div_group:last-Child{
    background:none;
}
.sfcheckoutTotalPriceWrp {
    padding-left:0;
}
.sfcheckoutTotalPriceWrp li{
    list-style-type:none;   
}
.CheckoutWrap h2 {
    font-weight: 700;
    font-size: 28px !important;
    margin: 16px 0;
    color: #282828;
}
.comboOfferWrapSlider .sfMessage {
    display: none;
    background-color: #ee6200 !important;
    left: 0;
    top: -34px;
    min-height: 22px;
    text-align: center;
    position: absolute;
    color: #fff;
    padding: 2px 5px;
    width: 100%;
}
.productListSec .comboOfferWrapSlider .sfproductsList .sfproductTitle {
    /* height: 47px; */
}
.productListSec .sfSortByWrp label{
    background:none;
    border:none;
}
.productListSec .sfSortByWrp select {
    display: inline-block;
    border: 1px solid #dcdcdc;
    background: url(../images/dropdownArrow.png)93% 56% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 10px;
    font-size: 14px;
}

.productListSec .sfproductsList {
    margin-top: 48px;
}

.descriptionTitle {
    font-weight: 700;
    color: #3b3b3b;
    margin-top: 20px;
}

@media screen and (max-width:767px){
    .productdetailSec .sfAddToCartWidget .sfAddToCartBtn{
        padding: 9px 42px;
    }
    .productListSec .comboOfferWrapSlider .sfMessage{
    padding: 0;
    width: 100%;
    font-size: 12px;
    min-height: 20px;
}
}
.CheckoutWrap .sfPostalCode {
    width: 100%;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #b4b4b4;
    padding: 15px 15px;
    display: inline-block;
    background: #d6d6d6;
}