
/* New theme as on 19/02/2018 - New style theme */

/*body{
	background:#dedede;
}*/
.MyAccountCard.SellerLists {
    background: #dedede;
}
header .TopSection .MenuArea a{
    color: #fff;
    text-transform: none;	
}

section.ProductDetailsSection.CartSectionNew,
section.CartSectionNew {
}

section.CartSectionNew .MyAccountCard ul li{
	margin-bottom:10px;
	box-shadow:none;
}

section.CartSectionNew .MyAccountCard.MyOrderCard.MyOrderListArea ul li .topHeader {
    border-bottom: none;
    background: #fff;
    padding: 5px;
}
section.CartSectionNew .MyAccountCard.MyOrderCard.ListedProducts.SellerLists ul li .topHeader p {
    color: #bbbbbb;
    font-size: 12px;
    text-transform: none;
    text-align: right;
}
section.CartSectionNew .MyAccountCard.MyOrderCard.ListedProducts.SellerLists ul li .topHeader p span{
    background: transparent;
    padding: 0;
    margin: 0px;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
}
section.CartSectionNew .MyAccountCard.MyOrderCard.ListedProducts.SellerLists ul li .topHeader p span.inStock{
    color: #4cda64;
}
section.CartSectionNew .MyAccountCard.MyOrderCard.ListedProducts.SellerLists ul li .topHeader p span.outStock{
    color: #f81818;
}

section.CartSectionNew .MyAccountCard.SellerLists ul li .ProductDesc .PicArea{
	width:30%;
}
section.CartSectionNew .MyAccountCard.MyOrderCard.MyOrderListArea.SellerLists ul li .ProductDesc .Description,
section.CartSectionNew .MyAccountCard.SellerLists ul li .ProductDesc .Description{
	width:70%;	
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .Description h4.SellerName {
    border: none;
    text-align: left;
    line-height: normal;
    margin: 0 0 10px 0;
    text-transform: none;
}
section.CartSectionNew .MyOrderCard.MyOrderListArea ul li .Description p span{
	text-decoration:underline;
}
section.CartSectionNew .MyOrderCard.MyOrderListArea ul li .Description p span.green{
	color: #4cda64;
}
section.CartSectionNew .MyOrderCard.MyOrderListArea ul li .Description p span.red{
    color: #f81818;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .Description .PriceSection{
    width: 100%;
    float: left;
    background: #f2f2f2;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .Description .PriceSection h6{
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0 0 0;	
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .Description .PriceSection h6 span.oldPrice,
section.CartSectionNew .MyAccountCard.SellerLists ul li .Description .PriceSection h6 span.Price{
	color:#868686;
	font-size:14px;
	text-decoration:line-through;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .Description .PriceSection h6 span.Price{
	text-decoration:none;
	font-weight:400;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .Description .PriceSection h6 span.offtext{
	color:#f81818;
	font-size:14px;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .ProductDesc {
    padding: 0px 15px 10px;
}

section.CartSectionNew .MyAccountCard.MyOrderCard ul li .footerBtns.bottomCartBtnArea{
    padding: 0;
    border-radius: 0;	
}

section.CartSectionNew .MyAccountCard.MyOrderCard ul li .footerBtns.bottomCartBtnArea li{
    float: left;
    display: block;
    margin: 0;
    border-radius: 0;
    width: 50%;
    border-right: 1px solid #e4e4e4;	
}
section.CartSectionNew .MyAccountCard.MyOrderCard ul li .footerBtns.bottomCartBtnArea li:last-child{
	border:none;
}
section.CartSectionNew .MyAccountCard.MyOrderCard ul li .footerBtns.bottomCartBtnArea li a{
    padding: 20px 5px;
    text-transform: none;
    font-size: 14px;
}
section.CartSectionNew .MyAccountCard.MyOrderCard ul li .footerBtns.bottomCartBtnArea li a i{
	margin-right:5px;
}

section.CartSectionNew .MyAccountCard.SellerLists ul li .ProductDesc .quantity,
.quantity{
	width:100%;
	float:left;
	text-align:center;
	margin:10px 0 0 0;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .ProductDesc .quantity li,
.quantity li{
    float: left;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0px;
    text-align: center;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .ProductDesc .quantity li a,
.quantity li a{
    display: inline-block;
    padding: 0px 10px;
    width: auto;
    text-align: center;
    background: #fff;
    color: #00BCD4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    margin-top: 2px;
    border: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    vertical-align: middle;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .ProductDesc .quantity li.inputArea .form-control,
.quantity li.inputArea .form-control{
    width: 50px;
    padding: 0px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    display: inline-block;
    border-radius: 4px;	
}

section.CartSectionNew .MyAccountCard.SellerLists .HeaderArea h4{
    color: #585858;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 0px 0 0 0;
    margin: 0 0 0px 0;
}
section.CartSectionNew .MyAccountCard .ApplyCouponArea{
    width: 100%;
    float: left;
    padding: 5px 15px;
    background: #f8f8f8;
}
section.CartSectionNew .MyAccountCard .ApplyCouponArea p{
	color: #0158b5;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0 0 0;
    margin: 0 0 0px 0;
    line-height: 40px;	
}
section.CartSectionNew .MyAccountCard .ApplyCouponArea .form-control{
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: none;
    box-shadow: none;	
}

section.CartSectionNew .MyAccountCard.SellerLists ul li.priceDetails .ProductDesc .Description,
section.CartSectionNew .MyAccountCard.MyOrderCard.MyOrderListArea.SellerLists ul li.priceDetails .ProductDesc .Description{
	width:100%;
	float:left;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li.priceDetails .ProductDesc {
    padding:0px;
}

section.CartSectionNew .MyAccountCard.SellerLists ul li.priceDetails .Description h4.SellerName{
	text-transform:uppercase;
	color:#848484;
	border-bottom:1px solid #dedede;
	padding:10px 15px;
    font-weight: 400;	
}
section.CartSectionNew .MyAccountCard.SellerLists ul li.priceDetails .Description .priceTrend{
    width: 100%;
    float: left;
    padding: 5px 15px 10px;
    border: none;
}
section.CartSectionNew .MyOrderCard.MyOrderListArea ul li.priceDetails .Description .priceTrend p span {
    text-decoration:none;
	text-transform:none;
	font-weight:400;
}
section.CartSectionNew .MyOrderCard.MyOrderListArea ul li.priceDetails .Description .priceTrend p span.price{
	font-weight:600;
	font-size:14px;
	color:#000000;
}
.MyAccountCard.SellerLists ul li .Description .priceTrend p{
	padding:0 0 10px 0;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .Description .priceTrend .YouPay{
    width: 100%;
    float: left;
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px dashed #000000;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .Description .priceTrend .YouPay p{
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #000000;
}
body.hasFixBottom {
    padding-bottom: 50px;
}
.BottomFilter ul li a.checkout {
    color: #fff;
	background:#fa5d54;
}

section.CategorySection.WishlistNew{
    border-bottom: none;
    background: #dedede;
}
section.CategorySection.WishlistNew .ProductsDisplayArea{
    background: #dedede;
    padding: 15px;	
}
section.CategorySection.WishlistNew .ProductsDisplayArea.GridView ul li,
section.CategorySection.WishlistNew .ProductsDisplayArea ul li{
	background:#fff;
	border:none;
}

section.CategorySection.WishlistNew .ProductsDisplayArea ul li a .product_description h4{
    text-align: left;
    text-transform: none;
    font-size: 14px;
	color:#000000;
}
section.CategorySection.WishlistNew .ProductsDisplayArea ul li a .product_description p{
    color: #000000;
    font-weight: 800;
    font-size: 18px;
    vertical-align: middle;
    line-height: 30px;
}
section.CategorySection.WishlistNew .ProductsDisplayArea ul li a .product_description p i{
    color: #000000;	
}
section.CategorySection.WishlistNew .ProductsDisplayArea ul li a .product_description p span{
	color:#ff4a41;
    text-decoration: none;
    text-transform: none;	
}
section.CategorySection.WishlistNew .ProductsDisplayArea ul li .addtoBagSection{
	width:100%;
	float:left;
	padding:10px 10px;
	border-top: 1px solid #e4e4e4;	
}
section.CategorySection.WishlistNew .ProductsDisplayArea ul li .addtoBagSection .addBg{
	width:80%;
	float:left;
}
section.CategorySection.WishlistNew .ProductsDisplayArea ul li .addtoBagSection .removebtn{
	width:20%;
	float:left;
}
section.CategorySection.WishlistNew .ProductsDisplayArea ul li .addtoBagSection .addBg a,
section.CategorySection.WishlistNew .ProductsDisplayArea ul li .addtoBagSection .removebtn a{
	padding:0px;
}
section.CategorySection.WishlistNew .ProductsDisplayArea ul li .addtoBagSection .removebtn a{
	text-align:right;
}
section.CategorySection.WishlistNew .ProductsDisplayArea ul li .addtoBagSection .addBg a{
    color: #ff4a41;
}
section.CategorySection.WishlistNew .ProductsDisplayArea.GridView ul li a, section.CategorySection.WishlistNew .ProductsDisplayArea ul li a{
    padding: 15px 10px 5px;	
}

section.CategorySection.productLists.WishlistNew .ProductsDisplayArea.GridView ul li:last-child{
    float: left;
    margin: 0 0 2% 0;
}

section.ProductDetailsSection.CartSectionNew .WarrantyBazaarArea{
	border-bottom:none;
    border-top: 1px solid #e4e4e4;
    padding: 20px 0 0px 0px;	
}

section.CartSectionNew .MyAccountCard.MyOrderCard ul li .WarrantyBazaarArea .footerBtns.bottomCartBtnArea li{
	width:100%;
}

section.CategorySection .ProductsDisplayArea.hasViewAll a.viewAllBtn,
.ProductsDisplayArea.hasViewAll a.viewAllBtn,
section.CategorySection .ProductsDisplayArea a.viewAllBtn, .ProductsDisplayArea a.viewAllBtn{
    border-top: 1px solid #e9e9e9;
	border-left:none;
	border-right:none;
	border-bottom:none;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;	
	border-radius:0 0 4px 4px;
}
section.CategorySection .ProductsDisplayArea, .ProductsDisplayArea{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-radius:4px;	
}



/*------------ Menu -----------*/

section.MenuCategory a.homeLink.TopHeader{
    background: #efefef;
    color: #000000;
    padding: 10px 10px;
}
section.MenuCategory a.homeLink.TopHeader span{
    display: inline-table;
    vertical-align: middle;
    line-height: 24px;
    background: #414141;
    border-radius: 4px;
    color: #fff;
    padding: 4px 10px 4px 6px;
}
section.MenuCategory a.homeLink.TopHeader span i{
    display: inline-block;
    margin-right: 0px;
    margin-bottom: -7px;
}
section.MenuCategory a.homeLink.TopHeader span i img{
	margin:0px;
}

/*-------------*/

section.CategorySection .ProductsDisplayArea ul li a .product_description .bottomPriceArea,
.ProductsDisplayArea ul li a .product_description .bottomPriceArea,
.product_description .bottomPriceArea,
.feature_products .swiper-slide .product_item .product_summery .bottomPriceArea{
	width:100%;
	float:left;
}

section.CategorySection .ProductsDisplayArea ul li a .product_description .bottomPriceArea p,
.ProductsDisplayArea ul li a .product_description .bottomPriceArea p,
.product_description .bottomPriceArea p,
.feature_products .swiper-slide .product_item .product_summery .bottomPriceArea h4{
    width: 50%;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
}
section.CategorySection .ProductsDisplayArea ul li a .product_description .bottomPriceArea h5,
.feature_products .swiper-slide .product_item .product_summery .bottomPriceArea h5,
.product_description .bottomPriceArea h5,
.ProductsDisplayArea.list_view ul li .list_item .list_description .bottomPriceArea h5{
	width:50%;
	float:left;
    margin: 0;	
}
section.CategorySection .ProductsDisplayArea ul li a .product_description .bottomPriceArea h5 span,
.feature_products .swiper-slide .product_item .product_summery .bottomPriceArea h5 span,
.product_description .bottomPriceArea h5 span,
.ProductsDisplayArea.list_view ul li .list_item .list_description .bottomPriceArea h5 span{
    font-size: 1.1rem;
    display: inline-block;
    text-align: right;
    float: right;
    padding: 4px 5px;	
}
.feature_products .swiper-slide .product_item .product_summery .bottomPriceArea h5 span{
    font-size: 1rem;
    display: inline-block;
    text-align: right;
    float: right;
    padding: 4px 4px;	
}

li.hasSubmenu ul.lebelTwoMenu li a,
li.hasSubmenu ul.lebelTwoMenu ul li a {
    font-size: 13px;
}
section.ProductDetailsSection .emi p.offerTextArea {
    width:100%;
    float:left;
    margin-bottom: 5px;
}
section.ProductDetailsSection .emi p.offerTextArea i {
    width:10%;
    float:left;
}
section.ProductDetailsSection .emi p.offerTextArea span.textArea {
    width:90%;
    float:left;
}
.bold,
section.ProductDetailsSection .emi p.offerTextArea span.textArea span.bold {
    font-weight:bold;
}
.redTxt,
section.ProductDetailsSection .emi p.offerTextArea span.textArea a.redTxt {
    color:red;
}

.checkoutOfferLIst {
    width: 100%;
    float: left;
    margin: 4px 0;
    padding: 5px 6px;
    border: 1px solid #55bd4c;
}
.checkoutOfferLIst ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    overflow:hidden;
    font-size: 1rem;
}
.checkoutOfferLIst ul li{
    width: 100%;
    float: left;
    margin-bottom: 5px;
    position: relative;
    padding: 0 0 0 15px;
    color: #3c8f35;
    font-weight: 600;
}
.checkoutOfferLIst ul li::before {
    content:"";
    width:5px;
    height:5px;
    border-radius:100%;
    background: #55bd4c;
    position:absolute;
    left:0px;
    top:6px;
}
a.checkoutOfferMoreBtn {
    font-weight: 600;
    display: block;
    float: left;
    width: 100%;
    color: #ff4a43;
    text-align: right;
}
.checkoutOfferLIst ul.hiddenTxt {
    height: 100px;
    position: relative;
}
.checkoutOfferLIst ul.hiddenTxt::after {
    content:"";
    width:100%;
    height: 40px;
    float:left;
    position:absolute;
    left:0;
    bottom:0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}