
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,800');

/* font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;*/

@font-face {
    font-family: 'roboto_mediumregular';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.AdvancedCategorySearch .SearchPanel .form-control {
    padding: 6px 10px 6px 35px;
    border-radius: 0;
    height: 40px;
    border: none;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.shortcut ul li {
    width: 20%;
}
.bannerArea .swiper-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.browse_by_price_area{
	width:100%;
	float:left;
	padding:15px;
    background:#fff;
    border-bottom: 1px solid #f6f6f6;
}
.brand_title{
    width: 100%;
    float: left;
}
.browse_by_price_area .brand_title h4,.brand_title h4  {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 1.6rem;
    text-align: left;
	color:#212121;
}
.browse_by_price_area .product_list_area{
	width:100%;
    float:left;
    background: #fff;
}
.browse_by_price_area .product_list_area ul li{
	width:50%;
	float:left;
	/*min-height:300px;*/
}
.browse_by_price_area .product_list_area ul li .image_area{
	width:100%;
	float:left;
	padding:20px;
	/*min-height:200px;*/
}
.PriceCategory.browse_by_price_area .product_list_area ul li .image_area{
    padding:0px;
}
.PriceCategory.browse_by_price_area .product_list_area ul li .image_area img{
    height:auto;
    width: 100%;
}
.browse_by_price_area .product_list_area ul li .image_area img{
	height:150px;
}
/* .browse_by_price_area .product_list_area ul li:first-child .image_area{
	background:#bff6ff;
}
.browse_by_price_area .product_list_area ul li:nth-child(2) .image_area{
	background:#f8fa5f;
}
.browse_by_price_area .product_list_area ul li:nth-child(3) .image_area{
	background:#9aee71;
}
.browse_by_price_area .product_list_area ul li:last-child .image_area{
	background:#ffe7bd;
} */
.browse_by_price_area .product_list_area ul li .price_area{
	width:100%;
	float:left;
    padding: 5px 5px 10px;
}
.browse_by_price_area .product_list_area ul li .price_area p{
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 1.6rem;
    text-align: center;
    font-family: 'open_sansregular','Open Sans', sans-serif;
	color:#212121;
}
.browse_by_price_area .product_list_area ul li .price_area p span{
    font-weight: 400;
    font-size: 1.2rem;
}
.browse_by_price_area .product_list_area ul li .price_area p span.newOldPrice {
    margin-left: 4px;
    position: relative;
    color: #d0021b;
}
.browse_by_price_area .product_list_area ul li .price_area p span.newOldPrice::before {
    content: "";
    width: 100%;
    height: 1px;
    float: left;
    background: #d0021b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.browse_by_price_area .viewAllBtnArea,.viewAllBtnArea{
    width: 100%;
    float: left;
    padding: 15px 0 0;;
}
section.ProductDetailsSection .keyFeaturesArea .viewAllBtnArea a,.browse_by_price_area .viewAllBtnArea a,.viewAllBtnArea a{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    color:#9e9e9e;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: block;
    padding: 0 20px 0 0;
    position: relative;
    line-height: 24px;
}
.browse_by_price_area .viewAllBtnArea a i,.viewAllBtnArea a i{
    position: absolute;
    line-height: 24px;
    top: 0;
    right: 10px;
    font-size: 2rem;
    font-weight: 500;
}
/* .browse_by_price_area .viewAllBtnArea a::after,.viewAllBtnArea a::after{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../img/mobile_img/viewall_arrow.svg) no-repeat 50% 50%;
    line-height: 24px;
    transform: translateY(-50%);
} */
.brand_area {
    background: #fff;
    padding: 20px 15px 15px;
    text-align: left;
}
.brand_area .brand_title h4{
    text-align: left;
}
.brand_area ul li{
    background: #fff;
    border: none;
}
.brand_area ul li a{
    background: #f9f9f9;
    padding: 0;
}
.dealbannerArea .brand_title{
    padding: 0 15px;
}
.browse_by_price_area.bestSellerSection{
    background:#c9f7ff ;
    border-bottom: none;
}
.bestSellerSection .product_list_area ul li,
.bestSellerSection .product_list_area ul li:first-child .image_area,
.bestSellerSection .product_list_area ul li:nth-child(2) .image_area,
.bestSellerSection .product_list_area ul li:nth-child(3) .image_area,
.bestSellerSection .product_list_area ul li:last-child .image_area{
    background: #fff;
}
.browse_by_price_area.bestSellerSection .viewAllBtnArea a{
    color: #212121;
}
.browse_by_price_area.bestSellerSection .product_list_area{
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.browse_by_price_area.bestSellerSection.greyBg {
    background: #f8f8f8;
    border-bottom: 1px solid #dedede;
}

.bottomCategorymenu{
    width: 100%;
    float: left;
    padding: 30px 20px;
    background: #fff;
}
.bottomCategorymenu ul li{
    width: 100%;
    float: left;
}
.bottomCategorymenu ul li a{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    padding: 0px 20px 0 0;
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid #dedede;
}
.bottomCategorymenu ul li a i{
    position: absolute;
    line-height: 40px;
    top: 0;
    right: 10px;
    font-size: 2rem;
}
.bottomCategorymenu ul li ul{
    margin-left: 10px;
}
.bottomCategorymenu ul li ul li a{
    font-size: 1.4rem;
}

/*----------- Prod Details ---------------*/

section.ProductDetailsSection .productSliderArea .offerlabel{
    position: absolute;
    left: 0px;
    top: 35px;
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #40b051;
}
section.ProductDetailsSection .productSliderArea .offerlabel.Red {
     background: #d41625;
}

section.ProductDetailsSection .productSliderArea .qtyleft{
    position: absolute;
    left: 0;
    bottom: 50%;
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #d0021b;
    padding: 5px 8px 5px 8px;
    margin-bottom: 0px;
    text-transform: capitalize;
    background: #f0f0f0;
}

.productSliderArea .flex-control-nav {
    width: 80%;
}
.productSliderArea .flexslider .productDetailsLink{
    /* width: 20%;
    float: left;
    position: absolute;
    right: 0px;
    bottom: 3px;
    text-align: center;
    height: 70px;
    vertical-align: middle; */

    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 56px;
    width: 56px;
    z-index: 1;
    text-align: center;
    padding-left: 4px;
    border-left: 1px solid rgba(0,0,0,0.06);
}


.productSliderArea .flexslider .productDetailsLink a{
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    color: #0192bf;
    font-size: 12px;
    font-family: 'open_sansregular','Open Sans', sans-serif;
    line-height: 14px;
}
section.ProductDetailsSection .productTitleArea h1, section.ProductDetailsSection .productTitleArea p{
    padding: 0px;
}
section.ProductDetailsSection .productTitleArea h1{
    font-size: 1.75rem;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 50px 0 0;
}
section.ProductDetailsSection .productTitleArea h2.price_rate,
h2.price_rate {
    color:#000000de;
    font-size: 20px;
    font-weight: 500;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 0px 0;
}
section.ProductDetailsSection .productTitleArea h2.price_rate span.offerprice, section.ProductDetailsSection .productTitleArea h2.price_rate span.lineThrough,h2.price_rate span.lineThrough {
    font-family: 'open_sansregular','Open Sans', sans-serif;
}
section.ProductDetailsSection .productTitleArea h2.price_rate span.lineThrough,
span.lineThrough,
h2.price_rate span.lineThrough{
    font-weight: 500;
    color: #00000061;
    font-size: 12px;
    text-decoration: none;
    margin: 0 3px;
    position: relative;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
}
section.ProductDetailsSection .productTitleArea h2.price_rate span.lineThrough::before,
span.lineThrough::before,
h2.price_rate span.lineThrough::before{
    content: "";
    width: 100%;
    height: 0.5px;
    float: left;
    background: #8c8c8c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
section.ProductDetailsSection .productTitleArea h2.price_rate span.DiscountOff,
h2.price_rate span.DiscountOff{
    font-weight: 500;
    color: #43a047;
    font-size: 12px;
    text-decoration: none;
    margin: 0px;
    text-transform: none;
}
section.ProductDetailsSection .productTitleArea p.soldoutText{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ff6161;
    margin: 0px;
    line-height: 18px;
}
.productTitleArea .reviewArea,.reviewArea{
    width: 100%;
    float: left;
    padding: 0px 0 8px;
}
.productTitleArea .reviewArea span,
section.ProductDetailsSection .ReviewArea .reviewCommentsArea .reviewHeader span,
.reviewCommentsArea .reviewHeader span,
.reviewArea span{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    padding: 1px 6px 2px 5px;
    margin-bottom: 0px;
    text-transform: capitalize;
    background: #40b051;
    border-radius: 2px;
    margin-right: 5px;
    display: inline-block;
}
section.ProductDetailsSection .productTitleArea .reviewArea p,
section.ProductDetailsSection .ReviewArea .reviewCommentsArea .reviewHeader p,
.reviewCommentsArea .reviewHeader p,
.reviewArea p{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #9b9b9b;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
    display: inline-block;
    width: auto;
    float: none;
}
.proDetailsPageCard{
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
}
section.ProductDetailsSection{
    background:#f9f9fa ;
}
section.ProductDetailsSection .productSliderArea,
section.ProductDetailsSection .productTitleArea{
    background: #fff;
}
section.ProductDetailsSection .productTitleArea,
.proDetailsPageCard{
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    margin-bottom: 8px;
}
section.ProductDetailsSection .keyFeaturesArea h4,
h4.TitleText {
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    color: #ababab;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 18px;
}
.colorListArea{
    width: 100%;
    float: left;
}
.colorListArea li{
    width: 20%;
    float: left;
    margin: 0;
    padding: 0px 4px 0 0;
    text-align: center;
}
.colorListArea li .listInner{
    width: 100%;
    float: left;
    border: 1px solid #f0f0f0;
    padding: 4px;
}
.colorListArea li.active .listInner{
    border: 1px solid #d0d0d0;
}
.colorListArea li p{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #000000;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.emiCashbackSection{
    padding: 0px;
}
.emiCashbackSection ul li{
    width: 100%;
    float: left;
    padding: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.emiCashbackSection ul li a{
    display: block;
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
    line-height: normal;
    vertical-align: middle4
}
.emiCashbackSection ul li a i{
    margin-right: 8px;
    float: left;
}
.emiCashbackSection ul li a i img{
    width: 20px;
}
.emiCashbackSection ul li.showOfferSection{
    position:relative;
    padding: 15px 70px 15px 15px;
}
.emiCashbackSection ul li.showOfferSection a.moreOfferBtn{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #0192bf;
    margin: 0px;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
.emiCashbackSection ul li.hiddenOffer{
    display: none;
}
section.ProductDetailsSection .keyFeaturesArea{
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 8px;
    border: none;
    background: #fff;
}
section.ProductDetailsSection .keyFeaturesArea h4{
    padding: 10px 15px;
    border: none;
    margin: 0px;
}
section.ProductDetailsSection .keyFeaturesArea ul {
    padding: 10px 15px 10px;
    border-bottom: none;
}
section.ProductDetailsSection .keyFeaturesArea ul li p i {
    font-size: 5px;
    margin-right: 6px;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
}
section.ProductDetailsSection .keyFeaturesArea .viewAllBtnArea{
    padding: 5px 15px;
}
section.ProductDetailsSection .keyFeaturesArea .viewAllBtnArea a{
    color: #000000;
}
.proDetailsPageCard .whatisVideoSection{
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.proDetailsPageCard .whatisVideoSection video{
    width: 100%;
}
.promiseDetailsArea{
    width: 100%;
    float: left;
}
.promiseDetailsArea ul li{
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
}
.promiseDetailsArea ul li .iconArea{
    width: 10%;
    float: left;
}
.promiseDetailsArea ul li .txtArea{
    width: 90%;
    float: left;
    padding-left: 10px;
}
.promiseDetailsArea ul li .txtArea h4 {
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 14px;
    color: #000000de;
    margin: 0 0 7px 0;
    padding: 0;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 500;
}
p{
    /* font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.4rem;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: normal;
    font-weight: 500; */

    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    color: #0000008f;
    line-height: 18px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
}
section.ProductDetailsSection .pincode_status.proDetailsPageCard {
    border: none;
    padding: 0px;
}
section.ProductDetailsSection .pincode_status.proDetailsPageCard .delivery_pincode{
    width: 100%;
    float: left;
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
}
section.ProductDetailsSection .pincode_status .delivery_status {
    width: 100%;
    float: left;
    padding: 10px 15px;
}
section.ProductDetailsSection .Quantity{
    border: none;
    background: #fff;
}
section.CategorySection.seller{
    width: 100%;
    float: left;
    padding: 0px;
    background: #fff;
    border: none;
}
.delivery_pincode .inputArea{
    width: 100%;
    float: left;
}
.delivery_pincode .inputArea .pincode{
    width: 80%;
    float: left;
    padding-right: 10px;
}
.delivery_pincode .inputArea .btnArea{
    width: 20%;
    float: left;
}
a.btnDefault{
font-family: 'open_sansregular','Open Sans', sans-serif;
font-size: 14px;
font-weight: 600;
color: #fff;
padding: 0px 0;
text-align: center;
display: block;
text-decoration: none;
text-transform: uppercase;
height: 34px;
line-height: 34px;
background: #0192bf;
border-radius: 4px;
}
.delivery_pincode .inputArea .btnArea a.updatePinBtn, a.updatePinBtn{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-weight: 700;
    padding: 0px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    background: #fff;
    padding: 10px 10px 9px;
    font-size: 12px;
    line-height: 10px;
    color: rgb(0, 146, 192);
    text-transform: capitalize;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
a.btnDefault{
    height: auto;
    line-height: 40px;
}
.delivery_pincode .inputArea .pincode .form-control {
    color: #3c3c3c;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0 5px;
    font-size: 12px;
    height: 29px;
}
section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn ul li a.addtoCart, section.CategorySection.sellerListSection .ProductsDisplayArea ul li a.addtoCart, a.addtoCart{
    background: #fff;
}
section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn ul li a.BuyNow {
    background: #ff4a43;
    color: #fff;
}
.browse_by_price_area.bestSellerSection.relatedProduct{
    background: #fff;
    border: none;
}
.browse_by_price_area.bestSellerSection.relatedProduct .product_list_area {
    box-shadow: none;
    border-bottom: 1px solid #e4e4e4;
}

.ReviewArea .ReviewHeaderArea{
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}
.ReviewArea .ReviewHeaderArea a.writeReviewBtn{
    padding: 2px 5px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #0192bf;
    position: absolute;
    right: 15px;
    top: 50%;
    vertical-align: middle;
    transform: translateY(-50%);
    z-index: 1;

    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    color: #0192bf;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 800;

}
section.ProductDetailsSection .WarrantyBazaarArea.single_btn{
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 8px;
}
.ratingArea{
    width: 100%;
    float: left;
    padding: 20px;
}
.ratingArea .mainRatingArea{
    width: 30%;
    float: left;
    text-align: center;
    padding-top: 30px;
}
section.ProductDetailsSection .keyFeaturesArea.ReviewArea .ratingArea .mainRatingArea h4,
.ratingArea .mainRatingArea h4{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 3rem;
    color: #000000;
    margin: 0 0 0px 0;
    padding: 0;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 600;
}
.ratingArea .mainRatingArea h4 i{
    font-size: 2rem;
    line-height: 30px;
    vertical-align: middle;
}
.ratingArea .mainRatingArea p,
section.ProductDetailsSection .keyFeaturesArea.ReviewArea .ratingArea .mainRatingArea p{
    color: #9b9b9b;
}


.ratingArea .RatingDefinationArea{
    width: 70%;
    float: left;
    padding: 10px 0 0 10px;
    border-left:1px solid #e4e4e4;
}
.ratingArea .RatingDefinationArea ul li,
section.ProductDetailsSection .ReviewArea .ratingArea .RatingDefinationArea ul li{
    width: 100%;
    float: left;
    padding: 0px 0;
    line-height: normal;
}
.ratingArea .RatingDefinationArea ul li .txtArea{
    width: 20%;
    float: left;
}
.ratingArea .RatingDefinationArea ul li .progressArea{
    width: 80%;
    float: left;
}
section.ProductDetailsSection .ReviewArea .ratingArea .RatingDefinationArea ul{
    border: none;
    padding: 0px;
}
section.ProductDetailsSection .ReviewArea .ratingArea .RatingDefinationArea ul li .txtArea p{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.3rem;
    color: #000000;
    margin: 0 0 0px 0;
    padding: 0;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}
section.ProductDetailsSection .ReviewArea .ratingArea .RatingDefinationArea ul li .txtArea p i {
    font-size: 1.5rem;
    margin-right: 8px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.ratingArea .RatingDefinationArea ul li .progressArea .progressbar{
    margin: 10px 0px;
    width: 100%;
    float: left;
    position: relative;
    height: 4px;
    border-radius: 100px;
    background: #e0e0e0;
    overflow: hidden;
}
.ratingArea .RatingDefinationArea ul li .progressArea .progressbar span{
    width: auto;
    height: 4px;
    background: #40b051;
    position: absolute;
    left: 0;
    top: 0;
}
.ratingArea .RatingDefinationArea ul li .progressArea .progressbar span.green{
    background: #40b051;
}
.ratingArea .RatingDefinationArea ul li .progressArea .progressbar span.yellow{
    background: #f5a623;
}
.ratingArea .RatingDefinationArea ul li .progressArea .progressbar span.red{
    background: #d0021b;
}
section.ProductDetailsSection .ReviewArea .featureChartArea{
    width: 100%;
    float: left;
    padding: 0 15px;
}
section.ProductDetailsSection .ReviewArea .featureChartArea ul{
    border: none;
}
section.ProductDetailsSection .ReviewArea .featureChartArea ul li{
    width: 25%;
    float: left;
    text-align: center;
}

section.ProductDetailsSection .ReviewArea .featureChartArea ul li .circleChart {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  section.ProductDetailsSection .ReviewArea .featureChartArea ul li .circleChart span{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.5rem;
    color: #000000;
    margin: 0 0 0px 0;
    padding: 0;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: translateX(-50%);
  }
  section.ProductDetailsSection .ReviewArea .featureChartArea ul li p{
    text-align: center;
    padding: 0px;
    line-height: 28px;
  }
  section.ProductDetailsSection .ReviewArea .reviewCommentsArea,
  .reviewCommentsArea {
      width: 100%;
      float: left;
      padding: 10px 15px;
  }
  section.ProductDetailsSection .ReviewArea .reviewCommentsArea .reviewHeader,
  .reviewCommentsArea .reviewHeader{
      width: 100%;
      float: left;
      margin-bottom: 10px;
  }
  section.ProductDetailsSection .ReviewArea .reviewCommentsArea .reviewHeader p,
  .reviewCommentsArea .reviewHeader p{
    font-weight: 500;
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
  }
  section.ProductDetailsSection .ReviewArea .reviewCommentsArea p.reviewer,
  .reviewCommentsArea p.reviewer{
      font-weight: 600;
  }
  section.ProductDetailsSection .faqsArea .faqsAccordionArea{
    width: 100%;
    float: left;
    padding: 10px 15px;
  }
  section.ProductDetailsSection .faqsArea .faqsAccordionArea ul{
      padding: 0px;
      border: none;
  }
  section.ProductDetailsSection .faqsArea .faqsAccordionArea ul li a{
      font-weight: 500;
  }
  section.ProductDetailsSection .faqsArea .faqsAccordionArea ul li p{
    padding: 10px 0;
    line-height: 18px;
    color: #0000008f;
  }

  /*---------------------- Cart -----------------------*/
  header .TopSection.noMargin{
      margin: 0px;
  }
  .MyAccountCard.SellerLists {
    background: #fff;
}
.cartItemQtyArea{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.half_column{
    width: 50%;
    float: left;
}
.signInArea{
    text-align: center;
}
.signInArea h5{
    margin: 0px;
}
h5{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #000000;
    line-height: normal;
    padding: 0px;
    margin: 0 0 10px 0;
}

a.link{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0192bf;
    line-height: normal;
    padding: 0px;
    margin: 0 0 10px 0;
}
.checkoutBtnArea{
    width: 100%;
    float: left;
}
.cartItemListArea ul li{
    width: 100%;
    float: left;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.cartItemListArea ul li:last-child{
    border: none;
    padding: 10px 0 0px 0;
}
.cartItemListArea ul li .ProductDesc{
    padding: 0px;
}
.cartItemListArea ul li .ProductDesc .Description{
    padding: 0 0 0 20px;
}
.cartItemListArea ul li .ProductDesc .Description h4.SellerName{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2e2e2e;
    text-transform: none;
    padding: 0;
    line-height: 24px;
    border-bottom: none;
    margin: 0 0 5px 0;
    text-align: left;
}
.cartItemListArea ul li .bottomSection{
    width: 100%;
    float: left;
}
.cartItemListArea ul li .bottomSection .quantity{
    width: 70%;
    float: left;
}
.cartItemListArea ul li .bottomSection a.itemDeleteBtn,
a.itemDeleteBtn{
    float: right;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0px;
    margin-top: 10px;
}
.cartItemListArea ul li .bottomSection .quantity li{
    margin: 0px;
    padding: 0px;
}
.cartItemListArea ul li .bottomSection .quantity li.button,
.cartItemListArea ul li .bottomSection .quantity li.inputArea{
    float: left;
    width: auto;
}
.cartItemListArea ul li .bottomSection .quantity li.button a{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    margin: 0px;
}
.MyAccountCard.SellerLists.priceBreupArea {
    background: transparent;
    padding: 0px;
}
.MyAccountCard.SellerLists.priceBreupArea .proDetailsPageCard{
    padding: 15px !important;
}
.MyAccountCard.SellerLists.priceBreupArea ul li{
    background: transparent;
}
.MyAccountCard.SellerLists.priceBreupArea .proDetailsPageCard h4.TitleText{
    text-transform: capitalize;
}
section.CartSectionNew .MyAccountCard.SellerLists.priceBreupArea ul li.priceDetails .Description .priceTrend{
    padding: 10px 0px 10px;
}
section.CategorySection.sellerListSection .product_description .priceTrend h4 span.youSave, .MyAccountCard.SellerLists ul li .Description .priceTrend p span.coupon {
    color: #0192bf;
}
section.CategorySection.sellerListSection .product_description .priceTrend h4 span.youSave, .MyAccountCard.SellerLists ul li .Description .priceTrend p a.applyCoupon{
    float: right;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
    display: inline-block;
    color: #0192bf;
}
section.CartSectionNew .MyAccountCard.SellerLists ul li .Description .priceTrend .YouPay p.totalTxt{
    font-size: 14px;
    color: #0192bf;
}
section.CategorySection .ProductsDisplayArea ul li a .product_description h4, section.CategorySection .ProductsDisplayArea ul li a .product_description p, .ProductsDisplayArea ul li a .product_description h4, .ProductsDisplayArea ul li a .product_description p, .product_description h4, .product_description p, .MyAccountCard.SellerLists ul li .Description .priceTrend p {
    font-size: 14px;
    font-weight: 500;
}
.YouPay {
    width: 100%;
    float: left;
    padding: 0px 0;
    margin-top: 0;
    border-top: none;
}
.YouPay p {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}
.YouPay p.totalTxt {
    font-size: 14px;
    color: #0192bf;
    font-weight: 400;
}
.MyAccountCard.SellerLists.priceBreupArea ul li {
    margin-bottom: 0;
}
.MyOrderCard ul li .Description a, .OrderProcessSection .Description a, .Description a{
    font-size: 14px;
}
section.CartSectionNew .MyOrderCard.MyOrderListArea ul li.priceDetails .Description .priceTrend p span{
    font-weight: 600;
}
.currentAddressArea{
    width: 100%;
    float: left;
    padding-bottom: 0px;
}
.currentAddressArea .iconArea{
    width: 10%;
    float: left;
    padding: 0px 10px;
}
.currentAddressArea .addressTextArea{
    width: 90%;
    float: left;
}

/*---------------- payment ----------------*/

.paymentSection{
    width: 100%;
    float: left;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    background: #fff;
}
.paymentSection ul li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
}
.paymentSection ul li .sell_checkbox label,
.paymentSection ul li .sell_checkbox .styled-checkbox + label{
    margin: 0;
}
.paymentSection ul li .styled-radio:checked + label:before,
.paymentSection ul li .styled-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    border: 2px solid #b6b5ba;
    border-radius: 100%;
    background: #fff;
}
.paymentSection ul li .styled-radio:checked + label:before{
    background: #0092c0;
    border: 2px solid #fff;
}
.paymentSection ul li .styled-radio:checked + label:after,
.paymentSection ul li .styled-radio:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0092c0;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.paymentSection ul li .styled-radio:checked + label:after{
    background: #fff;
}
.paymentSection ul li .styled-radio:checked + label,
.paymentSection ul li .styled-radio:not(:checked) + label {
    position: relative;
    /* padding-left: 35px; */
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0;
    font-size: 1.5rem;
    padding: 15px 15px 15px 45px;
}

.paymentSection ul li .styled-radio:not(:checked) + label{
    background: #fff;
    padding: 15px 15px 15px 45px;
    color: #000000;
}
.paymentSection ul li .styled-radio:checked + label{
    background: #0092c0;
    color: #fff;
}
.paymentSection ul li .paymentInputArea{
    width: 100%;
    float: left;
    padding: 15px;
    background: #f0f0f0;

}
.paymentSection ul li .paymentInputArea label{
    font-weight: 500;
}
.expiryArea{
    width: 100%;
    float: left;
}
.expiryArea .mnth{
    width: 30%;
    float: left;
}
.expiryArea .year{
    width: 70%;
    float: left;
}
.paymentBottomSection{
    width: 100%;
    float: left;
    padding: 15px 15px 30px;
    background: #fafafa;
    text-align: center;
}
.paymentBottomSection .secureIcon{
    width: 10%;
    display: inline-block;
}
.paymentBottomSection .secureTextArea{
    width: 52%;
    display: inline-block;
    text-align: left;
    padding: 4px 0 0 10px;
    vertical-align: top;
}
.paymentBottomSection .secureTextArea h4,
.paymentBottomSection .secureTextArea p{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: normal;
    padding: 0 0 0px 0;
    margin: 0;
    text-transform: capitalize;
}
.paymentBottomSection .secureTextArea p{
    font-size: 14px;
    font-weight: 400;
    color: #737373;
}
.paymentSection ul li .secondLevel .styled-radio:not(:checked) + label {
    background: #f1f1f1;
}

/*------------ Ribbon --------------*/

.prodConditionRibbon,.conditionRibbonArea{
    width: 90%;
    height: 30px;
    position: absolute;
    background: red;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
.prodConditionRibbon:after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .prodConditionRibbon:before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 15px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  .prodConditionRibbon.refurbished{
    background: #1286eb;
  }
  .prodConditionRibbon.boxopened{
    background: #e6120f;
  }
  .prodConditionRibbon.used{
    background: #32c431;
  }


  .conditionRibbonArea{
    background: transparent;
    height: auto;
    width: 98%;
  }
.conditionRibbonArea img,
.flexslider .slides .conditionRibbonArea img{
    height:30px;
}


  /*-------------*/

  section.ProductDetailsSection .ReviewArea .reviewGallery {
    width: 100%;
    float: left;
    padding: 15px;
}
section.ProductDetailsSection .ReviewArea .reviewGallery ul{
    padding: 0px;
    margin: 0px;
    border: none;
}
section.ProductDetailsSection .ReviewArea .reviewGallery ul li{
    width: 19%;
    float: left;
    margin: 0 0.5%;
}
section.ProductDetailsSection .ReviewArea .reviewGallery ul li img{
    width: 100%;
}
section.ProductDetailsSection .ReviewArea .reviewGallery ul li:last-child{
    position: relative;
}
section.ProductDetailsSection .ReviewArea .reviewGallery ul li:last-child span{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
section.ProductDetailsSection .productSliderArea.reviewSlider{
    padding: 0px;
    background: #000000;
}
section.ProductDetailsSection .productSliderArea.reviewSlider .swiper-slide{
    height: 100vh;
    background: #000000;
    padding: 40% 0;
}
section.ProductDetailsSection .productSliderArea.reviewSlider .swiper-slide a{
    display: block;
}
header.reviewSlider{
    background: #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.productSliderArea.reviewSlider .swiper-slide .bottomReviewArea{
    width: 100%;
    float: left;
    background: #000;
    position: absolute;
    padding: 15px;
    left: 0;
    bottom: 0;
    text-align: left;
}
.swiper-slide .bottomReviewArea .reviewArea span{
    padding: 4px 8px;
}
.swiper-slide .bottomReviewArea .reviewArea p{
    color: #fff;
    font-weight: 600;
}
.swiper-slide .bottomReviewArea p{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.swiper-slide .bottomReviewArea .bottomPostArea{
    width: 100%;
    float: left;
    padding: 10px 0 0;
}
.swiper-slide .bottomReviewArea .bottomPostArea p{
    font-size: 1.1rem;
}
.swiper-slide .bottomReviewArea .bottomPostArea p span{
    color: #b5b5b5;
}
.swiper-slide .bottomReviewArea .bottomPostArea .postDetails{
    width: 90%;
    float: left;
}
.swiper-slide .bottomReviewArea .bottomPostArea .postFlag{
    width: 10%;
    float: left;
}




header .TopSection.reviewProductHeader .MenuArea a{
    color: #fff;
}
.productReviewSection{
    width: 100%;
    float: left;
    background: #fff;
}
.productReviewSection .rateProductArea{
    width: 100%;
    float: left;
    padding: 10px 15px;
}
.productReviewSection .rateProductArea .productThumArea{
    width: 30%;
    float: left;
}
.productReviewSection .rateProductArea .productDescRateArea{
    width: 70%;
    float: left;
}
section.ProductDetailsSection.productReviewSection {
    background: #fff;
}
.ratingStars{
    width: 100%;
    float: left;
}
.ratingStars ul li{
    float: left;
}
.ratingStars ul li a{
    padding: 0 3px;
    display: block;
    color: #dedede;
}
.ratingStars ul li a.active{
    color: #40b051;
}
.reviewCommentArea{
    width: 100%;
    float: left;
    padding: 15px;
    background: #f4f4f4;
}
.reviewCommentArea .form-control{
    border: none;
    box-shadow: none;
}
.reviewSubmitArea.fixed {
    width: 100%;
    float: left;
    position: fixed;
    background: #f5f5f5;
    left: 0;
    bottom: -1px;
    z-index: 100;
    /* box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.1); */
    padding: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.reviewSubmitArea{
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.reviewSubmitArea ul li {
    float: left;
    width: 50%;
    padding: 0px;
}
.reviewSubmitArea.submitOnly ul li{
    width: 100%;
}
.reviewSubmitArea.submitOnly ul li p.review_msg{
    padding: 5px;
    margin: 0px;
    text-align: center;
    font-size: 1.2rem;
}
.reviewSubmitArea.submitOnly ul li p.review_msg.Error{
    color: #d0021b;
}
.reviewSubmitArea.submitOnly ul li p.review_msg.Success{
    color: #40b051;
}
.reviewSubmitArea ul li a{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #888888;
    background: #fff;
    padding: 12px 0;
    text-align: center;
    display: block;
    text-decoration: none;
    height: 50px;
    line-height: 25px;
}
.reviewSubmitArea ul li a.submit{
    background: #0092c0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
    border-radius: 100px;
    line-height: 28px;
    padding: 5px 0;
}

.productReviewSection .reviewListingArea{
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
}
.productReviewSection .reviewListingArea .reviewCommentsArea{
    padding: 0 0 10px 0;
}
section.ProductDetailsSection .productSliderArea .warrantyLogo, .warrantyLogo {
    /*position: absolute;
    top: 6px;
    right: initial;
    width: 60px;
    float: left;
    z-index: 1;
    left: 18px;*/
   position: absolute;
   top: 6px;
   right: initial;
   width: 85px;
   float: left;
   z-index: 1;
   left: 6px;
}
.productKeysArea{
    width: 100%;
    float: left;
    padding: 10px 0px 0 0;
    text-align: center;
}

/* .productKeysArea ul li:first-child a{
    border: none;
} */

.productKeysArea ul li a i {
    position: absolute;
    line-height: 24px;
    top: 50%;
    right: 15px;
    font-size: 2rem;
    font-weight: 500;
    transform: translateY(-50%);
}
.productKeysArea ul li a span{
    font-size: 1.2rem;
    font-weight: 400;
    color: #919191;
}
/* .productKeysArea ul li:last-child,.productKeysArea ul li:nth-child(3n){
    border-right: none;
}
.productKeysArea ul li:nth-child(4n),.productKeysArea ul li:nth-child(5n),.productKeysArea ul li:nth-child(6n){
    border-top: 1px solid #ececec;
} */
section.ProductDetailsSection .WarrantyBazaarArea.single_btn .CartBuyBtn.notifyMe li.inputFiled{
    width: 70%;
    padding: 8px 5px;
}
section.ProductDetailsSection .WarrantyBazaarArea.single_btn .CartBuyBtn.notifyMe li{
    width: 30%;
}
section.ProductDetailsSection .WarrantyBazaarArea.single_btn .CartBuyBtn.notifyMe li a{
    font-size: 12px;
}

section.ProductDetailsSection .emi.proDetailsPageCard {
    /* border-top: none; */
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0px;
}
section.ProductDetailsSection .emi a {
    color: #0092c0;
}
.flexslider .slides > li video{
    width: 100%;
}

.varientArea {
    width: 100%;
    float: left;
    padding: 15px;
    background: #f4f4f4;
}
.varientArea .productVarientArea{
    width: 100%;
    float: left;
    padding: 5px 0 20px;
}
.varientArea h4{
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.varientArea h4 span{
    color: #0092c0;
}
.varientArea .productVarientArea ul li{
    float: left;
    padding: 0 5px;
    width: 25%;
}
.varientArea .productVarientArea ul li a{
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    display: block;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.varientArea .productVarientArea ul li.selected a {
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-bottom: 2px solid #0092c0;
}
.varientArea .productVarientArea ul li a span{
    margin: 0px;
    padding: 0px;
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.2rem;
    color: #000000;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}


/*-------------*/

.address_review .review_area .review_item .qty_rs .total_qty input[type="text"] {
    width: 50%;
    display:block;
    margin:0px auto;
    padding: 0px;
}
.AdvancedCategorySearch .SearchPanel a.SearchBtn {
    position: absolute;
    left: initial;
    top: 10px;
    display: block;
    z-index: 100;
}

.cartItemListArea ul li .bottomSection .quantity {
    margin: 0px 0 10px 0;
}
section.ProductDetailsSection .keyFeaturesArea p {
    padding: 5px 15px;
}
section.ProductDetailsSection .emi p span .view_details {
    padding: 1px 6px 2px;
}
section.ProductDetailsSection .emi a {
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
}
.reviewGalleryItem{
    width: 100%;
    float: left;
    padding-top: 55px;
}
.reviewGalleryItem li{
    float: left;
    padding: 2px;
    width:33.333%;
}
.videoSection{
    width: 100%;
    float: left;
    padding: 10px 0;
}
.videoSection video{
    width: 100%;
}

 /*--------- search scroll 12012019---------*/

 .MobileSearchSection {
    min-height: 100vh;
    position: fixed;
    overflow-y: scroll;
}


header .TopSection{
    margin-bottom: 0px;
}
.TopSearchArea{
width:100%;
float:left;
    position:relative;
    background: #0192bf;
    padding: 0 15px 15px;
}
.TopSearchArea a.SearchBtn{
    position: absolute;
    right: 5px;
    top: 7px;
    display: block;
    z-index: 100;
}
.TopSearchArea .form-control {
display: block;
    width: 100%;
    height: 38px;
    padding: 6px 30px 6px 10px;
    font-size: 12px;
line-height:normal;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e3e3e3;
    font-family: 'open_sansregular','Open Sans', sans-serif;
    box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
    border-radius: 0;
}

/*.modal.sortModal {*/
.modal.sortbyModal{
    top: inherit !important;
    right: 0;
    bottom: 0;
    left: 0;
}
.FilterLists ul li a input[type=checkbox],
.sortModal .FilterLists ul li a input[type=checkbox]{
    display:none;
}
.FilterLists ul li a.active,
.FilterLists ul li.active a,
.modal.sortbyModal .FilterLists ul li.active a{
    color: #0192bf;
}
.modal.sortbyModal .FilterLists ul li.active {
    border-left:2px solid #0192bf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.DoneBtn {
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 1px 8px 0px;
    text-align: center;
    display: inline-block;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    background: #05c738;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.modal.sortbyModal .modal-header{
    background: #ffffff;
    color: #000000;
}
.modal.sortbyModal .modal-header .close {
    color: #cacaca;
}
.modal.sortbyModal .modal-header .testArea .cntrl {
    float: right;
}
.BottomFilter.FilterBtns ul li a {
    padding: 10px 0;
}
.BottomFilter.FilterBtns ul li a span.counter {
    right: 15%;
    top: 5px;
    /*padding: 1px 4px 2px;*/
    font-size: 12px;
    font-weight: 500;
    background: #0192bf;
}
.modal.sortbyModal .FilterLists ul li.titleText {
    color: #909090;
    font-weight: 600;
}
.modal.sortbyModal .modal-header .testArea p {
    font-weight: 700;
    background: transparent;
    color: #000;
}

/*------------ 404 // page not found // start --------------*/

.pageNotFoundArea{
    width: 100%;
    float: left;
    height: 100vh;
    background: #00E7DC;
    margin:0;
    padding:0;
    overflow:hidden;
    position: relative;
    text-align: center;
}

.pageNotFoundArea h1,.pageNotFoundArea h4 {
    font-family: 'open_sansregular','Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    padding: 1em 0 0;
    opacity: 0;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
    line-height: 30px;
  }
  .pageNotFoundArea h1 span{
      font-size: 20px;
      font-weight: 600;
  }
  .pageNotFoundArea h4{
      font-size: 14px;
      font-weight: 600;
      line-height: normal;
      text-transform: none;
      opacity: 1;
  }
  .pageNotFoundArea a.takemeHomeBtn{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 0px 0;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    background: #2e3a66;
    border-radius: 4px;
    margin: 40px 0 0 0;
    padding: 0 14px;
  }

/* .pageNotFoundArea svg {
    position:fixed;
    bottom:0;
    left:0;
    height: 100%;
    width:100%;
  } */

.pageNotFoundArea svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
    width: 100%;
}

@media only screen and (max-width:375px){
.pageNotFoundArea svg {
    height: 250px;
}

}
@media only screen and (max-width:320px){
    .pageNotFoundArea svg {
        height: 200px;
    }

    }

/*------------ 404 // page not found // end --------------*/

.TopSearchArea.SearchActive {
    width: 100%;
    float: left;
    position: fixed;
    background: #0192bf;
    padding: 4px 4px 4px 30px;
    left: 0;
    top: 0;
    z-index: 100999999;
}
.TopSearchArea.SearchActive a.SearchBackBtn {
    left: 3px;
    top: 8px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

footer .top_footer_menu .menu_part {
    min-height: 180px;
}

/*-----------------*/

.productSliderArea .ProductCondMessage p {
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    /* color: #9b9b9b; */
    color: rgba(0,0,0,0.38);
    line-height: normal;
    text-transform: none;
    border: none;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;

    width: 60%;
    margin: 0 auto;
    padding: 8px 0;
    overflow: hidden;
    text-align: center;

}
.productSliderArea .ProductCondMessage {
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 19%;
}
.proDetailsPageCard.whatisRefurbishedArea{
    padding: 0px;
}
.whatisRefurbishedArea .headerTitleArea,
.headerTitleArea{
    width: 100%;
    float: left;
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
}
.whatisRefurbishedArea .headerTitleArea h4,
.headerTitleArea h4{
    margin: 0px;
}
section.ProductDetailsSection .keyFeaturesArea .headerTitleArea h4{
    padding: 0px;
    margin: 0px;
}
.whatisRefurbishedArea .whatisVideoSection{
    padding: 15px;
}
.proDetailsPageCard .whatisVideoSection p{
    margin: 10px 0 0 0;
}
.headerTitleArea h4{
    float: left;
    width: 75%;
}
.headerTitleArea a.viewAllBtn{
    float: right;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    color: #0192bf;
    margin: 0 0 0px 0;
    padding: 0;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 800;
}
.browse_by_price_area.productCardNew{
    padding: 0px;
}
section.ProductDetailsSection .keyFeaturesArea .reviewCommentsArea p {
    padding: 0px 0 5px 0;
    width: 100%;
    float: left;
    color: #0000008f;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

header.hasFilterSection{
    padding: 0px;
}
header.hasFilterSection .TopSection{
    padding: 15px;
}
header.hasFilterSection .BottomFilter{
    position: relative;
    left: 0;
    bottom: -2px;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 2px #e0e0e0;
}
section.CategorySection.fullWidth{
    width: 100%;
    padding: 0px;
}
.ProductsDisplayArea.list_view ul li .list_item{
    border: none;
}
.ProductsDisplayArea.list_view ul li .productFeaturesSection{
    width: 100%;
    float: left;
    padding: 5px 10px;
}
.ProductsDisplayArea.list_view ul li .productFeaturesSection ul li,
section.CategorySection.fullWidth .ProductsDisplayArea.list_view .productFeaturesSection ul li{
    float: left;
    width: auto;
    border: 1px solid #c2c2c2;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    padding: 4px 8px;
    max-width: 60%;
    border-radius: 4px;
    text-transform: none;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: normal;
}
.ProductsDisplayArea.list_view ul li .productFeaturesSection ul li{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 14px;
    color: #a0a0a0;
    text-align: left;
    line-height: 20px;
    display: block;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
}
section.CategorySection.fullWidth .ProductsDisplayArea.list_view ul li{
    padding-bottom: 0px;
    border-bottom: 1px solid #e4e4e4;
}

section.CategorySection.fullWidth .ProductsDisplayArea ul li:first-child::before,
.ProductsDisplayArea ul li:first-child::before,
section.CategorySection.fullWidth .ProductsDisplayArea.GridView ul li:first-child::before,
section.CategorySection.fullWidth .ProductsDisplayArea ul li:first-child::after,
.ProductsDisplayArea ul li:first-child::after,
section.CategorySection.fullWidth .ProductsDisplayArea.GridView ul li:first-child::after,
section.CategorySection.fullWidth .ProductsDisplayArea ul li:nth-child(2)::before,
.ProductsDisplayArea ul li:nth-child(2)::before,
section.CategorySection.fullWidth .ProductsDisplayArea.GridView ul li:nth-child(2)::before,
section.CategorySection.fullWidth .ProductsDisplayArea ul li:nth-child(2)::after,
.ProductsDisplayArea ul li:nth-child(2)::after,
section.CategorySection.fullWidth .ProductsDisplayArea.GridView ul li:nth-child(2)::after,
section.CategorySection.fullWidth .ProductsDisplayArea ul li:nth-child(3)::before,
.ProductsDisplayArea ul li:nth-child(3)::before,
section.CategorySection.fullWidth .ProductsDisplayArea.GridView ul li:nth-child(3)::before,
section.CategorySection.fullWidth .ProductsDisplayArea ul li:nth-child(3)::after,
.ProductsDisplayArea ul li:nth-child(3)::after,
section.CategorySection.fullWidth .ProductsDisplayArea.GridView ul li:nth-child(3)::after{
    content: initial;
}

.ProductsDisplayArea.list_view ul li .list_item .list_img .ribbon{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 4px;
}
.ProductsDisplayArea.list_view ul li .list_item .list_img .ribbon img{
    width: 100%;
}
.proDetailsPageCard.assuredSection{
    padding: 0px;
}
.proDetailsPageCard.assuredSection .promiseDetailsArea{
    padding: 15px;
}

.ProductsDisplayArea.list_view ul li .list_item .list_description h4 {
    text-transform: capitalize;
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin: 0px 0 8px;
    line-height: normal;
}
.ProductsDisplayArea .reviewArea span{
    padding: 2px 6px 3px;
}
.ProductsDisplayArea.list_view ul li .list_item .list_description .reviewArea p,
.ProductsDisplayArea .reviewArea p{
    font-size: 1.2rem;
    font-weight: 600;
    color: #a0a0a0;
    padding: 0;
    margin: 0;
}
.ProductsDisplayArea h2.price_rate{
    font-weight: 600;
    font-size: 1.5rem;
}
.ProductsDisplayArea h2.price_rate span.lineThrough{
    font-size: 1.4rem
}
    .ProductsDisplayArea h2.price_rate span.DiscountOff {
        font-size: 1.4rem;
        font-weight: 600;
        /*color: #14b327;*/
        color: #e02a31;
    }
.ProductsDisplayArea h2.price_rate span.lineThrough{
    color: #a0a0a0;
}
.ProductsDisplayArea h2.price_rate span.lineThrough::before{
    background: #a0a0a0;
}

.ProductsDisplayArea .reviewArea{
    padding: 0 30% 0px 0;
    position: relative;
    margin: 5px 0 10px;
}
.ProductsDisplayArea .reviewArea p.certify,
.ProductsDisplayArea.list_view ul li .list_item .list_description .reviewArea p.certify{
    margin: 0px;
    position: absolute;
    top: 50%;
    left: initial;
    right: 0;
    border-radius: 2px;
    font-size: 1rem;
    /* background: #ff5f59; */
    color: #fff;
    padding: 1px 6px 0;
    font-weight: 400;
    z-index: 100;
    transform: translateY(-50%);
    line-height: 18px;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
}

.ProductsDisplayArea .reviewArea p.certify.refurbished,
p.certify.refurbished {
    background: #0386f9db;
}
.ProductsDisplayArea .reviewArea p.certify.used,
p.certify.used {
 background: #03b702cf;
}
.ProductsDisplayArea .reviewArea p.certify.boxopened,
p.certify.boxopened {
     background: #eb5d5b;
}
.ProductsDisplayArea .reviewArea p.certify.RefurbishedAndCertified,
p.certify.RefurbishedAndCertified{
     background: #6d05cf;
}
.ProductsDisplayArea .reviewArea p.certify.RefurbishedGood,
p.certify.RefurbishedGood {
     background: #05cfc5;
}
.ProductsDisplayArea .reviewArea p.certify.RefurbishedSuperb,
p.certify.RefurbishedSuperb  {
     background: #d6a401;
}
.ProductsDisplayArea .reviewArea p.certify.CertifiedUsedVeryGood,
p.certify.CertifiedUsedVeryGood{
     background: #229ad1;
}
.ProductsDisplayArea .reviewArea p.certify.CertifiedUsedGood,
p.certify.CertifiedUsedGood{
     background: #9742e6;
}
.ProductsDisplayArea .reviewArea p.certify.CertifiedUsedSuperb,
p.certify.CertifiedUsedSuperb {
     background: #e92677;
}

/*------*/
.BottomFilter.TopFilterSection{
    position: relative;
    left: initial;
    top: initial;
    bottom: initial;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.BottomFilter.TopFilterSection.fixed{
	position:fixed;
    top: 52px;
	left:0;
	z-index: 1100;
}
.paymentDetailsSection{
	width:100%;
	float:left;
	padding:0px;
	background: #fff;
	height: 100vh;
}
.paymentDetailsSection .tabSection,
.InfoTabSection{
	width:100%;
	float:left;
    margin-bottom: 10px;
	text-align:center;
	position:relative;
}
.paymentDetailsSection .tabSection::after,
.InfoTabSection::after{
	content:"";
	width:100%;
	height:2px;
	background:#e9e9e9;
	position:absolute;
	left:0;
	bottom:0px;
	z-index: 0;
}

.paymentDetailsSection .tabSection ul,
.InfoTabSection ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.paymentDetailsSection .tabSection ul li,
.InfoTabSection ul li{
	float:none;
	width:32%;
	display:inline-block;
}
.paymentDetailsSection .tabSection ul li a,
.InfoTabSection ul li a{
    padding: 15px 2px;
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
	color: #2e2e2e;
    margin: 0;
    line-height: normal;
    display: block;
    text-align: center;
    text-transform: uppercase;
	border-bottom:2px solid #e9e9e9;
    text-decoration: none;
	position:relative;
	z-index:1;
}
.paymentDetailsSection .tabSection ul li a.active,
.InfoTabSection ul li a.active{
    color: #d41625;
	border-bottom:2px solid #d41625;
}

.paymentDetailsSection .emi_details_section{
	height:auto
}
.paymentDetailsSection .paymentOptionsSection{
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
}
.assuranceDetailsSection{
	width:100%;
	float:left;
	background: #f5f5f5;
	height: 100vh;
}
.assuranceDetailsSection .topSection{
	width: 100%;
    float: left;
    padding: 10px 15px;
    border-bottom: 1px solid #e4e4e4;
}
.assuranceDetailsSection .promiseDetailsArea ul li .Description{
	width:100%;
	float:left;
	padding: 15px;
}
.assuranceDetailsSection .promiseDetailsArea ul li .Description h4{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.4rem;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 600;
}
.assuranceDetailsSection .promiseDetailsArea ul li .txtArea h4{
	font-size: 1.4rem;
	font-weight: 500;
    line-height: 45px;
	margin: 0;
    padding: 0;
}
.assuranceDetailsSection .proDetailsPageCard.assuredSection .promiseDetailsArea {
    padding: 0px;
}


/*-------------- support -------------*/

.myAccountsupportSection{
    width: 100%;
    float: left;
    padding: 15px;
    background: #fff;
}
.supportSection{
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}
.topQueriesSection{
	width:100%;
	float:left;
}
.topQueriesSection ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.topQueriesSection ul li{
	float:left;
    width: 100%;
}
.topQueriesSection ul li a,
.topQueriesSection.ticketInfo ul li{
    display: block;
    line-height: 25px;
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    text-transform: capitalize;
    padding: 2px 6px;
    margin: 0px 0 4px 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: #fff;
}
.topQueriesSection ul li a:hover,
.topQueriesSection ul li a.active{
	color: #ed2224;
    background: #f4f4f4;
	border: 1px solid #f4f4f4;
}
.topQueriesSection ul li a i{
	margin-right:5px;
	color: #0192bf;
	margin-bottom: 8px;

}
.topQueriesSection ul li a:hover i{
	color: #ed2224;
}
.topQueriesSection.ticketInfo ul li{
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0;
}
.topQueriesSection.ticketInfo ul li span{
    color: #848484;
}
.topQueriesSection.ticketInfo ul li p{
    color: #000000;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}
a.attachemnetBtn,
.topQueriesSection ul li a.attachemnetBtn{
    display: block;
    padding: 5px 10px;
    text-align: center;
    background: #017fa8;
    color: #fff;
    font-size: 14px;
    border: none;
}
a.attachemnetBtn i,
.topQueriesSection ul li a i{
    color: #fff;
}


.supportSection h4{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.3rem;
    color: #a0a0a0;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.topQueriesSection.helpfulListing ul li{
	width:50%;
}
.topQueriesSection.helpfulListing ul li a{
    text-align: center;
    padding: 25px 10px 10px 10px;
    min-height: 150px;
    margin: 0px 4px 4px 0;
    line-height: normal;
}
.topQueriesSection.helpfulListing ul li a i{
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
    margin-right: 0;
}
a.ticketBtn{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.3rem;
	background-color: #008CBA;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
	border:none;
	border-radius:4px;
	padding:10px 20px;
	display: inline-block;
}
a.ticketBtn:hover{
	background: #ed2224;
}
.SupportHistorySection{
	width:100%;
	float:left;
	padding:10px 0 0 0;
}
.SupportHistorySection ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.SupportHistorySection ul li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ececec;
	position:relative;
	padding:0px;
}

.SupportHistorySection ul li a.raiseIssueBtn,a.raiseIssueBtn{
    color: #0092c0;
    line-height: 18px;
    font-weight: 500;
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1rem;
    padding: 2px 6px;
    margin: 0 0 0px 0;
    border: 1px solid #0092c0;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
    text-transform: uppercase;
}
.SupportHistorySection ul li a.raiseIssueBtn:hover,a.raiseIssueBtn:hover{
	background: #fff;
	color: #ed2224;
	border: 1px solid #ed2224;
}
.SupportHistorySection ul li a{
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.2rem;
    margin: 0px 0 0 0;
    padding: 10px;
    font-weight: 600;
    display: block;
    text-decoration: none;
}
.SupportHistorySection ul li a{
    padding-right: 76px;
}

.SupportHistorySection ul li a:hover,
.SupportHistorySection ul li a.active{
    background: #f5f5f5;
	color: #ed2224;
}

.SupportHistorySection ul li .supportAccordianContent{
	width:100%;
	float:left;
	padding:10px;
	display:none;
	border: 1px solid #ececec;
}
.SupportHistorySection ul li .supportAccordianContent p,
.SupportHistorySection ul li .supportAccordianContent ul li,
.supportSection p{
    color: #868484;
    line-height: 20px;
    font-weight: 500;
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 1.2rem;
	padding: 0;
    margin: 0 0 10px 0;
}

.SupportHistorySection ul li .supportAccordianContent ul li{
	width:100%;
	float:left;
	border:none;
}
.SupportHistorySection ul li .supportAccordianContent ul li i{
	margin-right:5px;
}

.raiseIssueFormArea{
	width:100%;
	float:left;
}
.raiseIssueFormArea .form_section{
	width:100%;
	float:left;
}

input[type="file"] {
    width: 100%;
    margin: 0px;
    padding: 5px;
}

.ticketHistorySection{
	width:100%;
	float:left;
}

.ticketHistorySection table tr td a{
	color: #0192bf;
}
.ticketHistorySection table tr td a:hover{
	color: #ff6a64;
}

.myAccountsupportSection .checkout_content .form_section{
    padding: 0px;
}
label span{
    font-weight: 500;
}

/*------------- theme matching ---------- -*/

header .TopSection .OtherLinks ul li a {
    display: block;
    margin-right: 0;
    width: 35px;
    text-align: center;
}
header {
    border-bottom: none;
    padding: 13px 10px;
}
header .TopSection .OtherLinks ul li a img {
    height: 24px;
}
.flexslider .slides img {
    max-height: 234px;
    width: auto;
    display: block;
    margin: 0px auto;
}
.demo-gallery .flexslider .flex-viewport{
    padding-bottom: 42px;
}

.demo-gallery .flexslider .flex-control-thumbs{
    margin: 0;
}

.demo-gallery .flexslider .flex-control-thumbs li {
    width: 56px;
    float: left;
    margin: 0;
    padding: 0;
    height: 56px;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #dadada;
}
.demo-gallery .flexslider .flex-control-thumbs li.active{
    border: 1px solid #0092c0;
}
.demo-gallery .flexslider .flex-control-thumbs img {
    width: auto;
    display: block;
    opacity: 1;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border: none;
    height: 54px;
    margin: 0px auto;
}

/* .demo-gallery .flexslider .flex-control-thumbs li img:parent,
.demo-gallery .flexslider .flex-control-thumbs li < img {
    border: 1px solid #dadada;
} */

.flex-control-thumbs li:last-child::before {
    content: attr(data-length);
    /* content: "+4"; */
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0,0,0,0.3);
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    vertical-align: middle;
    line-height: 50px;
    border-radius: 3px;
}

section.ProductDetailsSection .productTitleArea h1 {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 0 50px 0 0;
    font-weight: 400;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    width: 100%;
    float: left;
}

section.ProductDetailsSection .productSliderArea{
    padding: 15px 15px 10px;
}

section.ProductDetailsSection .productTitleArea h2.price_rate span.compare {
    float: right;
    border: 1px solid #d8d8d8;
    padding: 0px 3px 3px 3px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: normal;
}
.price_rate .compare-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    vertical-align: bottom;
    line-height: 15px;
    display: inline;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    color: #565656;
}

body.hasFixedBottomBtn{
	padding-bottom:50px;
}
section.ProductDetailsSection .WarrantyBazaarArea.fixedCartbtn {
    box-shadow: none;
    margin-bottom: 0px;
}

.price_rate .compare-checkbox:checked + label:after {
    background: #0092c0;
    border: 1px solid #0092c0;
}
.price_rate .compare-checkbox:checked + label:before{
    right: 11px;
    top: 6px;
}

section.ProductDetailsSection .productTitleArea{
    padding: 0px;
}
section.ProductDetailsSection .productTitleArea .topContentSection{
    width: 100%;
    float: left;
    padding: 0 15px 10px;
}
.productTitleArea .productKeysArea{
    padding: 5px 10px;
    /*border-top: 1px solid #0000000f;*/
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.productTitleArea .productKeysArea ul,
.productKeysArea .gradeArea{
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 8px;
    box-shadow: 0 2px 0px rgba(0,0,0,0.06);
    margin: 0 0 0px 0;
    padding: 0px;
}
.productKeysArea ul li{
    width: 33%;
    float: left;
    padding: 0px;
    text-align: left;
    border-right: 1px solid rgba(0,0,0,0.06);
}
.productKeysArea ul li:last-child,
.productKeysArea ul li:nth-child(3){
    border: none;
}
.productKeysArea ul li a{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    display: block;
    color: #000000;
    margin: 0 0 0px 0;
    padding: 6px 10px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.productKeysArea ul a.rightArrowBtn{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    line-height: 30px;
    color: #0092c0;
}
section.ProductDetailsSection .productTitleArea h1 span.in_stock {
    color: #42b14f;
}
section.ProductDetailsSection .productTitleArea h1 span{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.productTitleArea .productKeysArea.categorySection ul li{
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    border-right: 0px;
}
.productTitleArea .productKeysArea.categorySection ul li a{
    padding: 3px 6px;
}
section.ProductDetailsSection .keyFeaturesArea ul li p {
    width: 100%;
    float: left;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    color: #000000de;
    text-align: left;
    line-height: normal;
    padding: 0px;
    font-weight: 400;
}
section.ProductDetailsSection .keyFeaturesArea ul li{
    line-height: normal;
    padding: 0 0 8px 0;
}
h4.subHeading,
section.ProductDetailsSection .keyFeaturesArea h4.subHeading{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 14px;
    color: #424242;
    margin: 0 0 5px 0;
    padding: 0 15px;
    text-transform: none;
    font-weight: 500;
    line-height: 18px;
    width: 100%;
    float: left;
}

section.ProductDetailsSection .pincode_status .delivery_status p{
    margin: 0px;
    line-height: 20px;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    color: #000000de;
    font-weight: 500;
}
section.ProductDetailsSection .pincode_status .delivery_status p span.freeDelivery{
    text-transform: uppercase;
    color: #388e3c;
}
section.ProductDetailsSection .pincode_status .delivery_status p.title{
    font-weight: 400;
}
section.ProductDetailsSection .keyFeaturesArea.sellerInfoArea .sellerInfoTextArea{
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px 15px;
}
section.ProductDetailsSection .keyFeaturesArea.sellerInfoArea .sellerInfoTextArea p{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    color: #0000008f;
    line-height: 18px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
}
section.ProductDetailsSection .keyFeaturesArea.sellerInfoArea .sellerInfoTextArea p a{
    font-weight: 700;
    color: #0092c0;
}
.browse_by_price_area .viewAllBtnArea {
    width: 100%;
    float: left;
    padding: 15px;
    line-height: 20px;
    background: #fff;

}
.browse_by_price_area.bestSellerSection .viewAllBtnArea a{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
}
.browse_by_price_area .viewAllBtnArea a i{
    position: absolute;
    line-height: 20px;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 500;
}

.reviewSubmitArea.single_btn ul li{
    width: 100%;
    padding: 5px 5px;
    background: #fff;
}
.reviewSubmitArea.fixedBottom{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.productDescRateArea p.productTitle,
.productDescRateArea p.condition{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 14px;
    color: #414141;
    line-height: 18px;
    margin: 0 0 6px 0;
    padding: 0;
    font-weight: 400;
}
.productDescRateArea p.condition{}
.productDescRateArea h2.price_rate{
    color: #333332;
    font-size: 14px;
}

p.certify{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    /* font-size: 14px; */
    border-radius: 0 0 2px 0;
    font-size: 12px;
    background: #999999;
    color: #fff;
    padding: 1px 6px;
    font-weight: 500;
    margin: 0px 0 2px 0;
    display: inline-block;
    line-height: 16px;
}
.productDescRateArea p.certify{
    position: relative;
}

section.ProductDetailsSection.productReviewSection.fixedTopSection{
    padding-top: 180px;
}
section.ProductDetailsSection.productReviewSection.fixedTopSection.relativeTitleBar{
    padding-top: 130px;
}
.productReviewSection.fixedTopSection .rateProductArea{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    float: left;
    padding: 10px 15px 7px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    min-height: 130px;
    z-index: 100;
}

header.fixedNav{
    position: fixed;
    top: 0px;
    left: 0px;
}

.flex-control-thumbs li.noMoreSlide,
.flex-control-thumbs li:last-child {
    position: relative;
    text-align: center;
}
.CategorySection .saller_on_togofogo .title h4{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    color: #ababab;
    margin: 0px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
}

.CategorySection .saller_on_togofogo .title .dropdown a.dropdown-toggle {
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 4px 0;
}
.CategorySection .saller_on_togofogo .title .dropdown a.dropdown-toggle i{
    padding-right:4px;
}

.CategorySection .saller_on_togofogo .seller_list .seller_item .seller_description p a.view_details {
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 10px;
    font-weight: 400;
}
 footer .subscribe .latestdeals {
    display: block;
    background: #0192bf;
    padding: 4px 10px;
    color: #fff;
    font-family: 'open_sansregular','Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 8px 0;
    border-radius: 4px;
    line-height: 24px;
    text-decoration: none;
}
.FilterTab .FilterLists ul li a.checkedfilter ,
.FilterLists ul li a.CurrentItem
{
    color: #0192bf;
}


.browse_by_price_area .product_list_area ul li .price_area p span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
    }
    .browse_by_price_area .product_list_area ul li .price_area p span.newOldPrice {
        display: inline-block;
        text-overflow: initial;
        white-space: normal;
        line-height: normal;
        vertical-align: middle;
    }
.browse_by_price_area .product_list_area ul li .price_area p {
        line-height: 12px;
    }

section.CategorySection .filter {
        position: relative;
        width: 100%;
        float: left;
        padding: 10px 40px 10px 10px;
}
section.CategorySection .filter h1{
    padding-right: 0;
}
section.CategorySection .filter h5{
    padding: 2px 0 0 0;
}
section.CategorySection .filter ul li{
    padding: 0;
}
section.CategorySection .filter ul li a{
    padding: 8px;
}
section.CategorySection .filter ul{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}

/*---------------*/

section.MenuCategory.topLogoSection{
    width: 100%;
    float: left;
    background: #0192bf;
    height: 50px;
    padding: 10px 10px 8px;
}
section.MenuCategory.topLogoSection .loginBtn{
    width: 50%;
    float: left;

}

section.MenuCategory.topLogoSection .logoSection{
    width: 50%;
    float: right;
    text-align: right;
}

section.MenuCategory.topLogoSection .loginBtn a{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 30px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
section.MenuCategory.topLogoSection .loginBtn a i{
    display: inline-block;
}
section.MenuCategory.topLogoSection .loginBtn a i img{
    width: 24px;
    padding: 0px;
    margin: 0 8px
}
.c-menu--slide-left .c-menu__close img{
    width: 18px;
    vertical-align: top;
}
.c-menu--slide-left .c-menu__close {
    width: 38px;
    height: 38px;
    line-height: 1;
    border-radius: 94px;
    background-color: #ffffffb5;
    top: 6px;
    right: 4px;
}
.c-menu--slide-left .c-menu__item.homeLink{
    border-bottom: 1px solid #e0e0e0;
}
.c-menu--slide-left .c-menu__item .c-menu__link{
    color: #212121;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: normal;
}
.c-menu--slide-left .c-menu__item.homeLink .c-menu__link{
    text-transform: uppercase;
}
.c-menu--slide-left .c-menu__item .c-menu__link img{
    width: 24px;
    height: 24px;
}
.c-menu--slide-left .c-menu__item.homeLink .c-menu__link img{
    width: 34px;
    height: 34px;
    margin-right: 4px;
}
.c-menu--slide-left .c-menu__item .c-menu__link{
    padding: 10px 5px 10px 16px;
}
.c-menu--slide-left .c-menu__item.homeLink .c-menu__link {
    padding: 10px 5px 10px 10px;
}
.c-menu--slide-left .c-menu__item .c-menu__link img {
    margin-right: 10px;
}
section.MenuCategory li.c-menu__item.DealMenu a{
    color: #212121;
    font-weight: 400;
    padding: 12px 8px 12px 15px;
}
section.MenuCategory li.c-menu__item.DealMenu {
    border-top: 1px solid #ececed;
    border-bottom: 1px solid #ececed;
}
section.MenuCategory.PageMenu li.c-menu__item a {
    color: #212121;
    padding: 10px 6px 10px 15px;
    font-weight: 400;
}
.c-menu--slide-left .menuScrollSection{
    width: 100%;
    float: left;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    height: calc(100vh - 50px);
    /* margin-top: -50px;
    padding-top: 50px; */
}

/* Ripple effect // start */

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }

  .ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(20, 20);
    opacity: 0;
    transition: transform .3s, opacity 0.3s;
  }

  .ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s;
  }
/* Ripple effect // end */

.ModalSection .modal-header, .sortModal .modal-header, .ModalSection .modal-header, .sortModal .modal-header .testArea p {
    background: #0192bf;
    color: #fff;
}
.ModalSection .modal-header .close, .sortModal .modal-header .close {
    color: #fff;
}

/*--------- Sort Modal // start -----------*/

.sortbyModal .modal-dialog {
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    border-radius: 8px;
    position: fixed;
}
.sortbyModal .modal-content{
    border-radius: 8px;
}
.sortbyModal .modal-header{
    padding: 15px;
    background: #fff;
    text-transform: none;
    border-radius: 8px 8px 0 0;
    border: none;
}
.sortbyModal .modal-header h4,
.sortbyModal .modal-header .testArea p{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: 0px;
    line-height: 24px;
    background: transparent;
    text-transform: none
}
.sortbyModal .FilterLists ul li {
    padding: 0px;
    width: 100%;
    float: left;
    border-top: none;
    background: #fff;
}
.sortbyModal .FilterLists ul li a{
    padding: 5px 0px;
    line-height: 30px;
    padding: 5px 0px;
    font-size: 14px;
    vertical-align: middle;
    color: #616161;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    text-transform: none;
}
/* .sortbyModal .FilterLists ul li input[type=radio] {
    height: 18px;
    width: 18px;
    margin-left: 0;
    display: inline-block;
    margin-right: 10px;
} */
.sortbyModal .FilterLists ul li a span{
    display: inline-block;
}

.sortbyModal .FilterLists.paymentSection ul li{
    border: none;
}
.sortbyModal .FilterLists.paymentSection ul li .styled-radio:checked + label {
    background: #fff;
    color: #0092c0;
}
.sortbyModal .FilterLists.paymentSection ul li .styled-radio:checked + label:before {
    background: #fff;
    border: 2px solid #0092c1;
}
.sortbyModal .FilterLists.paymentSection ul li .styled-radio:checked + label:after {
    background: #0092c0;
}
.sortbyModal .FilterLists.paymentSection ul li .styled-radio:checked + label,
.sortbyModal .FilterLists.paymentSection ul li .styled-radio:not(:checked) + label{
    padding: 10px 10px 10px 45px;
    line-height: 16px;
}

.sortbyModal .FilterLists.paymentSection ul li .styled-radio:checked + label:before,
.sortbyModal .FilterLists.paymentSection ul li .styled-radio:not(:checked) + label:before{
    top: 8px;
}
.sortbyModal .FilterLists.paymentSection ul li .styled-radio:checked + label:after,
.sortbyModal .FilterLists.paymentSection ul li .styled-radio:not(:checked) + label:after{
    top: 13px;
}

.sortbyModal .FilterLists.paymentSection {
    width: 100%;
    float: left;
    box-shadow: none;
    padding-bottom: 15px;
    margin: 0px;
    background: #fff;
}
.sortbyModal .bottomApplySection {
    padding: 0px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    float: left;
    width: 100%;
}
.sortbyModal .bottomApplySection ul li{
    width: 50%;
    float: left;
}
.sortbyModal .bottomApplySection ul li a{
    padding: 14px 10px;
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    border-right: 1px solid #f0f0f0;
}
.sortbyModal .bottomApplySection ul li:last-child a{
    border: none;
}
.sortbyModal .modal-header .testArea {
    width: 100%;
    float: left;
}

/*--------- Sort Modal // end -----------*/

/*--------- filter Modal // start -----------*/
.filterModal .modal-header {
    padding: 10px 10px;
    border-bottom: none;
    background: #0192bf;
    color: #fff;
    height: 49px;
}
.filterModal .modal-header .testArea{
    float: left;
    width: 100%;
}
.filterModal .modal-header .testArea p{
    margin: 0px;
    font-size: 14px;
    text-transform: none;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    color: #fff;
    display: inline-block;
    line-height: 28px;
    vertical-align: top;
}
.filterModal .modal-header .testArea .ButtonArea{
    display: inline-block;
}
.filterModal .modal-header .testArea .ButtonArea button.close{
    font-weight: 200;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    line-height: 16px;
    margin-right: 8px;
    padding: 4px;
    margin-top: 0px;
    font-size: 28px;
}
    .filterModal .modal-header .testArea a.filterTopClear,
    .filterModal .modal-header .testArea.filterPostFaceHeader a.filterTopClear {
        font-size: 12px;
        font-family: 'roboto_mediumregular','Roboto', sans-serif;
        color: #fff;
        float: right;
        line-height: 20px;
        vertical-align: top;
        padding: 4px 5px;
        text-transform: capitalize;
    }
.filterModal .modal-body{
    width: 100%;
    float: left;
    background: #f9f9fa;
    padding: 0px;
    position: relative;
}
.filterModal .FilterItemsSection{
    width: 100%;
    float: left;
    height: calc(100vh - 150px);
    position: relative;
}
.filterModal .filterPreFace .FilterItemsSection{
    height: calc(100vh - 184px);
}
.FilterItemsSection .filterListArea{
    width: 100%;
    float: left;
}
.FilterItemsSection .BottomFilter{
    width: 100%;
    float: left;
    padding: 10px 15px;
    height: 56px;
    position: absolute;
    bottom: 9px;
    left: 0;
}
.FilterItemsSection .BottomFilter li span{
    font-size: 14px;
    text-transform: none;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    color: #000000;
    display: block;
    line-height: 36px;
}
    .FilterItemsSection .BottomFilter li a.ApplyBtn {
        padding: 8px 8px;
        border-radius: 2px;
        font-family: 'roboto_mediumregular','Roboto', sans-serif;
        color: #fff;
        font-size: 12px;
        text-transform: capitalize;
        text-align: center;
        background: #0192bf;
        font-weight: 400;
        width: 150px;
        float: right;
        line-height: 20px;
    }
.FilterItemsSection .BottomFilter ul li:first-child::after{
    content: initial;
}
.FilterItemsSection .filterListArea.bottomCategorymenu{
    padding: 0px 0 0px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* height: 458px; */
    height: 100%
}
.filterListArea.bottomCategorymenu li{
    padding: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    position: relative;
    /* min-height: 55px; */
}
.filterListArea.bottomCategorymenu li a{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    border: none;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    padding: 14px 20px 14px 10px;
    display: block;
    line-height: normal;
}
.filterListArea.bottomCategorymenu li a.active{
    color: #0192bf;
}
.filterListArea.bottomCategorymenu li a span{
    display: inline-block;
    font-size: 12px;
    color: #0192bf;
    font-weight: 400;
}
.filterListArea.bottomCategorymenu li a span.secondary{
    color: #a1a1a1;
}
.filterListArea.bottomCategorymenu ul li a i {
    position: absolute;
    line-height: normal;
    top: 50%;
    right: 10px;
    font-size: 2rem;
    transform: translateY(-50%);
}
.filterListArea.bottomCategorymenu ul li.moreFilter a{
    font-size: 14px;
    color: #0192bf;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.filterModal .priceRangeArea{
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 10px 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);

}
.FilterItemsSection .filterListArea.bottomCategorymenu li.hiddenItems{
    display: none;
}
.FilterItemsSection .filterListArea.bottomCategorymenu.viewAllItems li.hiddenItems{
    display: block;
}

.filterModal .filterPreFace,
.filterModal .filterPostFace{
    width: 100%;
    float: left;
    position: absolute;
    left: 0%;
    top: 0%;
    background: #f9f9fa;
    transition: left 0.3s ease;
}
/* .filterModal .filterPostFace{
    left: 100%;
} */
.filterModal .filterPostFace .titleSection{
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 10px 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}
.filterModal .filterPostFace .titleSection p{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    line-height: normal;
}

/* .filterModal.showSubFilters .filterPreFace{
    left: -100%;
    transition: left 0.3s ease;
}
.filterModal.showSubFilters .filterPostFace{
    left: 0%;
    transition: left 0.3s ease;
} */

.filterModal.showSubFilters .hiddenFace,
.filterModal .hiddenFace{
    left: 100% !important;
    transition: left 0.3s ease;
}
.filterModal.showSubFilters .showingFace,
.filterModal .showingFace{
    left: 0% !important;
    transition: left 0.3s ease;
}

.filterModal .modal-header .testArea.filterPostFaceHeader a{
    margin: 0px;
    font-size: 14px;
    text-transform: none;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    color: #fff;
    display: inline-block;
    line-height: 28px;
    vertical-align: top;
}
.filterModal .modal-header .testArea.filterPostFaceHeader a i,
.filterModal .modal-header .testArea.filterPostFaceHeader a span{
    display: inline-block;
}
.filterModal .modal-header .testArea.filterPostFaceHeader a i{
    margin: 0 8px 0 0;
}

.filterModal .modal-header .testArea.filterPostFaceHeader{
    display: none;
}
.filterModal.showSubFilters .modal-header .testArea.filterPostFaceHeader{
    display: block;
}
.filterModal.showSubFilters .modal-header .testArea.filterPreFaceHeader{
    display: none;
}

.modal-open .modal.filterModal  {
    overflow-x: hidden;
    overflow-y: hidden;
}
/* .filterModal.showSubFilters .FilterItemsSection .BottomFilter{
    bottom: -200px;
    transition: bottom 0.6s ease-in;
} */
.filterModal .hiddenFace .FilterItemsSection .BottomFilter{
    bottom: -200px;
    transition: bottom 0.6s ease-in;
}
.filterModal .showingFace .FilterItemsSection .BottomFilter{
    bottom: 9px;
    transition: bottom 0.6s ease-in;
}
.filterModal .filterPostFace .FilterItemsSection{
    height: calc(100vh - 93px);
}
.FilterItemsSection .filterListArea.bottomCategorymenu.hasBottomFixedBtn{
    padding-bottom:56px;
}

.filterListArea.bottomCategorymenu li .filterCheckArea{
    width: 100%;
    float: left;
    padding: 14px 10px;
}
.filterCheckArea .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0px;
    width: 100%;
    float: left;

    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    border: none;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.filterCheckArea .styled-checkbox:checked + label:after{
    right: 13px;
    left: initial;
}

.filterCheckArea .styled-checkbox + label:before {
    content: '';
    margin-right: 0;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 4px;
    border: 1px solid #000000;
    float: right;
}
.filterCheckArea .styled-checkbox:checked + label:before {
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    background: #0092c0;
    border-radius: 4px;
    border: 1px solid #0092c0;
    float: right;
}


/*--------- filter Modal // end -----------*/


header .TopSection .MenuArea a.myAccountHeader{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 15px;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    padding: 0 0 0 5px;
    line-height: 24px;
}
.my_account_card {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 8px;
}
.my_account_card h4.headertext,
.my_account_card .headertext{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 15px;
    background: #fff;
    color: #a5a5a5;
    margin: 0px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    letter-spacing: 0.1px;
}
.my_account_card ul li a {
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    padding: 15px;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    border-bottom: none;
}
.my_account_card .headertext a.goNextBtn{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0092c0;
    float: right;
}
.my_account_card .headertext a.goNextBtn span{
    padding-left:4px;
}
    .my_account_card ul li a span {
        float: right;
        font-size: 12px;
        color: #2f4fa7;
    }

.my_account_card.myProfile .profileDetails{
    width: 100%;
    float: left;
    padding: 12px 15px;
}
.my_account_card.myProfile .profileDetails h4{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    padding: 0px;
    margin: 0px 0 5px 0;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.my_account_card.myProfile .profileDetails p{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    padding: 0px;
    margin: 0px 0 0px 0;
    font-weight: 400;
    color: #a5a5a5;
    font-size: 11px;
    line-height: 16px;
}
.my_account_card.address .profileDetails p{
    text-transform: capitalize;
}
.my_account_card.accountSettings ul li a{
    border-bottom: 1px solid #e0e0e0a1;
}

.filterModal .filterPostFace .searchHeaderArea {
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 5px 5px 5px 40px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    position: relative;
}
.filterModal .filterPostFace .searchHeaderArea i{
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
}
.filterModal .filterPostFace .searchHeaderArea .form-control{
    border: none;
    padding: 0px 0;
    box-shadow: none;
    line-height: 20px;
}

.productReviewSection .productAllInfoSection{
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    padding-top: 46px;
    height: 100%;
}
.productAllInfoSection .InfoTabSection{
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.productAllInfoSection .InfoTabSection ul li a{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #818181;

}
.productAllInfoSection .InfoTabSection ul li a.active{
    color: #0092c0;
    border-bottom: 2px solid #0092c0;
}
.productAllInfoSection .descriptionSection{
    width: 100%;
    float: left;
    padding: 15px;
}
.productAllInfoSection .descriptionSection p{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    padding: 0px;
    margin: 0px 0 5px 0;
}
.productAllInfoSection .descriptionSection h4{
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    line-height: 20px;
    padding: 0px;
    margin: 0px 0 5px 0;
}
.productAllInfoSection .descriptionSection p.generic{
    color: #949494;
    margin: 15px 0 0;
}
.productAllInfoSection .descriptionSection p.generic span{
    color: #000000;
    float: right;
}
.productAllInfoSection .infoContentArea{
    width: 100%;
    float: left;
    height: calc(100vh - 227px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.productAllInfoSection .descriptionSection.specification p{
    color: #949494;
}
.productAllInfoSection .descriptionSection.specification p i{
    font-size: 6px;
    color: #c7c7c7;
    line-height: 20px;
    vertical-align: top;
    margin-right: 4px;
}
.productAllInfoSection .descriptionSection.specification h4{
    margin: 0px 0 0px;
    width: 100%;
    float: left;
}
.productAllInfoSection .descriptionSection.specification ul{
    width: 100%;
    float: left;
}
.productAllInfoSection .descriptionSection.specification ul li{
    width: 100%;
    float: left;
    color: #949494;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    font-size: 12px;
    line-height: 30px;
    text-transform: capitalize;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px;
}
.productAllInfoSection .descriptionSection.specification ul li:last-child{
    border: none;
}
.productAllInfoSection .descriptionSection.specification ul li .dark{
    color: #000000;
    text-transform: none;
}

/*---------- range slider ---------*/
.filterModal .priceRangeArea .rangeSliderArea{
    width: 100%;
    float: left;
}
.filterModal .priceRangeArea .priceSection{
    width: 100%;
    float: left;
    padding-bottom: 0px;
}
.priceRangeArea .priceSection li{
    width: 50%;
    float: left;
}
.priceRangeArea .priceSection li p{
    color: #000000;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    line-height: 18px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}
.priceRangeArea .priceSection li p span{
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.priceRangeArea .priceSection li p span.title{
    font-size: 10px;
}
.priceRangeArea .priceSection li:last-child p{
    text-align: right;
}
.priceRangeArea .sliderSection{
    width: 100%;
    float: left;
    position: relative;
}
.rangeSliderArea .nstSlider{
    position: relative;
    width: 100%;
    height: auto;
    border: none;
    padding: 0px;
    float: left;
}


.priceRangeArea .FilterLists ul li.PriceRange{
    width: 100%;
    float: left;
    padding: 0;
    border: none;
}
.priceRangeArea .FilterLists ul li.PriceRange .MinMaxPrice .priceTag,
.priceRangeArea .FilterLists ul li.PriceRange .priceTag .leftLabel,
.priceRangeArea .FilterLists ul li.PriceRange .priceTag .rightLabel {
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    line-height: 18px;
    color: #212121;
    font-size: 18px;
    text-align: left;
    margin: 0px;
    font-weight:500;
}

.priceRangeArea .FilterLists ul li.PriceRange .MinMaxPrice .priceTag span{
    font-size:12px;
    color:#616161;
    display:block;
    font-weight:400;
}
.priceRangeArea .FilterLists ul li.PriceRange .nstSlider {
    width: 100%;
    float: left;
    border: none;
    padding: 0px;
    margin: 0px 0 0 0;
    background: transparent;
}
.priceRangeArea .FilterLists ul li.PriceRange .MinMaxPrice .priceTag.txtRight {
    text-align: right;
}
.priceRangeArea .nstSlider .rightGrip,
.priceRangeArea .nstSlider .leftGrip {
    /*background: #0192bf;
    top: 50%;
    transform: translateY(-50%);
    z-index:100;*/
    background: white;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .2);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
}
.priceRangeArea .nstSlider .bar {
    background: #0192bf;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index:10;
}
.priceRangeArea .nstSlider::after {
    content:"";
    width:100%;
    float:left;
    background: #e4e4e4;
    height: 2px;
    position:absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    z-index:1;
}


.priceRangeArea .nstSlider .rightGrip,
.priceRangeArea .nstSlider .leftGrip {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .2);
    transition:box-shadow 0.2s ease-in;
}
.priceRangeArea .nstSlider .rightGrip.nstSliderhover,
.priceRangeArea .nstSlider .leftGrip.nstSliderhover{
   box-shadow: 0 0px 0px 20px rgba(1, 146, 191, 0.2);
   transition:box-shadow 0.2s ease-in;
}

/*.priceRangeArea .nstSlider .rightGrip::after,
.priceRangeArea .nstSlider .leftGrip::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #0192bf;
    border-radius: 100px;
    z-index: 1;
    opacity: 0;
    transition:opacity 0.2s ease-in;
}
.priceRangeArea .nstSlider .rightGrip.nstSliderhover::after,
.priceRangeArea .nstSlider .leftGrip.nstSliderhover::after {
    opacity: 0.2;
    transition:opacity 0.2s ease-in;
}*/

.FilterLists ul li.PriceRange .customGraphArea {
    width: 100%;
    float: left;
    position: relative;
    height: 60px;
    margin-bottom: -18px;
    background: #fff;
}
.FilterLists ul li.PriceRange .customGraphArea ul{
    width: 100%;
    float: left;
    position: relative;
    height: 60px;
}
.FilterLists ul li.PriceRange .customGraphArea ul li{
    width: 10%;
    float: left;
    position: absolute;
    height: auto;
    background: #f4f4f4;
    border: none;
    bottom: 0px;
    vertical-align: bottom;
    line-height: 60px;
    bottom: 0px;
    transition: height 0.2s ease;
    /* animation: loadAnimation 0.9s cubic-bezier(.17,.67,.29,1.41) forwards; */
}

/* @keyframes loadAnimation{
    0%{
        height: 0%;
    }
    100%{
        height: 100% ;
    }
} */

.FilterLists ul li.PriceRange .customGraphArea ul li::before{
    content: "";
    width: 1px;
    height: 8px;
    display: inline-block;
    background: #c2c2c2;
    position: absolute;
    left: 0;
    bottom: 28px;
    /* transform: translateY(-50%); */
}
.FilterLists ul li.PriceRange .customGraphArea ul li:last-child::after{
    content: "";
    width: 1px;
    height: 8px;
    display: inline-block;
    background: #c2c2c2;
    position: absolute;
    right: 0;
    bottom: 28px;
}
.FilterLists ul li.PriceRange .priceTag i{
    padding-right: 0;
}

.productAllInfoSection .infoContentArea .DetailArea {
    width: 100%;
    float: left;
    padding: 15px;
}


.buttonGroup{
	width:100%;
	float:left;
}
.buttonGroup ul li{
	float:left;
}
.buttonGroup ul li a{
	display:block;
	margin:0 5px 5px 0;
}
.buttonGroup ul li a.button{
    text-decoration: none;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    color: #fff;
    font-family: 'open_sansregular','Open Sans', sans-serif;
}
.buttonGroup ul li a.button.leave{
    background: #FF9800;
}
.buttonGroup ul li a.button.reply{
    background: #4CAF50;
}
.buttonGroup ul li a.button.assign{
	background: #00BCD4;
}
.buttonGroup ul li a.button.leave:hover,
.buttonGroup ul li a.button.reply:hover,
.buttonGroup ul li a.button.assign:hover,
.buttonGroup ul li a.button:hover{
	background:#ff4943;
	color:#fff;
}
.productKeysArea .gradeArea{
    text-align: left;
    padding: 6px 10px;
}
section.ProductDetailsSection .productTitleArea .productKeysArea .gradeArea p,
.productKeysArea .gradeArea p{
    font-size: 1.2rem;
    font-weight: 400;
    color: #919191;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    line-height: 18px;
    margin: 0px;
}
.productKeysArea .gradeArea .conditionArea,
.ProductsDisplayArea.list_view ul li .list_item .list_description .conditionArea,
.conditionArea{
    width: 100%;
    float: left;
}
.productKeysArea .gradeArea .conditionArea h4,
section.ProductDetailsSection .productKeysArea .gradeArea .conditionArea h4,
.ProductsDisplayArea.list_view ul li .list_item .list_description .conditionArea h4,
.conditionArea h4,
section.CategorySection .ProductsDisplayArea ul li a .product_description .conditionArea h4{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    line-height: 24px;
    margin: 0;
    display: inline-block;
}
.productKeysArea .gradeArea .conditionArea .ConditionLabel,
.ProductsDisplayArea.list_view ul li .list_item .list_description .conditionArea .ConditionLabel,
.conditionArea .ConditionLabel{
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 2px 6px 0;
    border-radius: 2px;
    background: #0092c0;
    color: #fff;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    line-height: 18px;
    font-size: 1.1rem;
    font-weight: 400;
}
section.ProductDetailsSection .productTitleArea .productKeysArea .gradeArea p.attributes,
.productKeysArea .gradeArea p.attributes{
    color: #000000;
}
.conditionArea.onGridView{
    height: auto;
    padding: 0px;
    width: auto;
    /* background: #ececec; */
    line-height: normal;
}
.conditionArea.onGridView h4,
section.CategorySection .ProductsDisplayArea ul li a .product_description .conditionArea.onGridView h4{
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    min-height: auto;
    overflow: auto;
    text-overflow: initial;
    white-space: initial;
    width: auto;
    font-weight: 600;
}
.conditionArea.onGridView .ConditionLabel{
    line-height: 12px;
    font-size: 10px;
    font-weight: 400;
    margin: 0 0 0 0px;
    padding: 1px 3px 0;
    vertical-align: top;
    text-transform: none;
}
.ProductsDisplayArea ul li a .product_description, .product_description .bottomPriceArea{
    width: 100%;
    float: left;
    min-height: 22px;
}

section.CategorySection .ProductsDisplayArea ul li .warrantySection{
    position: absolute;
    top: 2px;
    right: initial;
    width: 60px;
    float: left;
    z-index: 1;
    left: 2px;
}
section.CategorySection .ProductsDisplayArea ul li a.productListAddFavBtn{
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 1.6rem;
    color: #9c9c9c;
    text-decoration: none;
    /* width: auto; */
    padding: 0;
    line-height: 30px;
    z-index: 100;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    /* border: 1px solid #f4f4f4; */
    box-shadow: -1px 1px 4px rgba(0,0,0,0.2);
    background-color: white;
}
section.CategorySection .ProductsDisplayArea ul li a.productListAddFavBtn.active{
    color: #0092c0;
}
.ProductsDisplayArea.list_view ul li .list_item .list_description.warrantyLogo{
    position: relative;
    width: 68%;
}
.ProductsDisplayArea.list_view ul li .list_item .list_description.warrantyLogo h4{
    padding: 0px 60px 0px 0px;
}
.ProductsDisplayArea.list_view ul li .list_item .list_description.warrantyLogo .conditionArea h4{
    padding: 0px;
}
.ProductsDisplayArea.list_view ul li .list_item .list_description.warrantyLogo .warrantySection{
    position: absolute;
    top: 2px;
    right: 2px;
    width: 60px;
    float: left;
    z-index: 1;
    left: initial;
}

section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description h4 {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px 0;
    display: block;
    vertical-align: top;
    font-weight: 600;
    color: #000000;
    font-family: 'roboto_mediumregular','Roboto', sans-serif;
    /* background: #ececec; */
    min-height: 30px;
    padding: 0 0px;

    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    width: 100%;
}
section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description p,
section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description h5{
    width: 50%;
    float: left;
    margin: 5px 0 0 0;
}
section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description p {
    padding: 0px;
    line-height: 14px;
}
section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description p span.oldPrice{
    font-size: 10px;
    margin: 0px;
    text-decoration: none;
    padding: 0 2px;
    position: relative;
}
section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description p span.oldPrice i{
    color: #000000;
}
section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description p span.oldPrice::before{
    content: "";
    width: 100%;
    height: 1px;
    float: left;
    background: #f00;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description h5 span{
    float: right;
    padding: 4px 4px;
    font-size: 1rem;
}
section.CategorySection .ProductsDisplayArea ul li a, .ProductsDisplayArea ul li a {
    padding: 10px 10px;
}
section.CategorySection .ProductsDisplayArea ul li a .product_img, .ProductsDisplayArea ul li a .product_img {
    margin-bottom: 6px;
}

.productAllInfoSection .InfoTabSection ul,
.InfoTabSection ul{
    width: 100%;
    float: left;
    overflow: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
}
.productAllInfoSection .InfoTabSection ul li,
.InfoTabSection ul li {
    float: none;
    width: auto;
    display: inline-block;
}
.productAllInfoSection .InfoTabSection ul li a,
.InfoTabSection ul li a{
    padding: 15px 15px;
}

section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn.payBookBtnArea ul li:first-child{
    width: 50%;
}
section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn.payBookBtnArea ul li:last-child{
    width: 50%;
}

section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn.payBookBtnArea ul li a.addtoCart{
    padding: 8px 4px 4px;
    line-height: 16px;
    font-size: 1.35rem;
    color: #0191bf;
}
section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn.payBookBtnArea ul li a.addtoCart span,
section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn.payBookBtnArea ul li a.BuyNow span{
    font-size: 1rem;
}
section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn.payBookBtnArea ul li a.BuyNow{
    padding: 8px 4px 4px;
    line-height: 16px;
    font-size: 1.35rem;
    background: #0191bf;
    color: #fff;
}
.productAllInfoSection .descriptionSection.noPad,.noPad {
    padding:0px !important;
}

.address_review .review_area .review_item .order_details h4.prebooking {
    padding: 4px 8px 4px 4px;
    background: #bde8c5;
    border: 1px solid #a0d6aa;
    display: inline-block;
}
.address_review .review_area .review_item .order_details h4.prebooking span {
    display:inline-block;
    padding-left:5px;
}
.address_review .review_area .review_item .order_details h4.prebooking input[type=checkbox]{
    padding: 0px;
    margin: 0;
    height: auto;
    line-height: 24px;
    vertical-align: top;
}

.prebookingSection {
    width: auto;
    float: left;
    padding: 2px 5px 0;
    border: 1px solid #a9e0e2;
    margin-top: 5px;
    background: #dbf2f3;
}
.prebookingSection .inputArea {
    width: auto;
    float: left;
}
.prebookingSection .inputArea input[type="checkbox"] {
    margin: 0px;
}
.prebookingSection .inputArea input[type="checkbox"] + label {
vertical-align: top;
    font-size: 1rem;
    line-height: 16px;
    margin: 0px;
    padding: 0 4px;
}
.prebookingSection h6.price_rate {
    float: left;
    margin: 0px;
    font-size: 1.35rem;
    line-height: 20px;
    font-weight: 600;
    vertical-align: top;
}

.address_review .price_details ul li:last-child {
    padding: 8px 5px;
    border-top: 1px dashed #ddd;
    font-size: 1.3rem;
    line-height: 1.42857143;
    color: #333;
    font-weight: 400;
    width: 100%;
    float: left;
}
.address_review .price_details ul li:last-child span{
    font-weight:400;
}
.address_review .price_details ul li.pod {
    border-top: 1px solid #ff5e59;
    color: #ff5e59;
    font-weight: 600;
    font-size: 1.5rem;
    float: left;
    width: 100%;
}
.address_review .price_details ul li.pod span{
    font-weight: 700;
    color: #ff5e59;
}

section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn.payBookBtnArea ul li a.prebookingBuyNowBtn {
    line-height: 28px;
}

.pay_items_box .pay_item .styled-radio:checked + label, .pay_items_box .pay_item .styled-radio:not(:checked) + label {
   text-transform: inherit;
   font-size: 1.1rem;
   font-weight: 600;
}

/*/////////////////////  Media // start  /////////////////*/
@media only screen and (max-width:767px) {
    section.CategorySection .ProductsDisplayArea ul li a .product_img img,
    .ProductsDisplayArea ul li a .product_img img{
        max-height: 200px;
    }
}
@media only screen and (max-width:540px) {
    section.CategorySection .ProductsDisplayArea ul li a .product_img img,
    .ProductsDisplayArea ul li a .product_img img{
        max-height: 180px;
    }
}
@media only screen and (max-width:480px) {
    section.CategorySection .ProductsDisplayArea ul li a .product_img img,
    .ProductsDisplayArea ul li a .product_img img{
        max-height: 150px;
    }
}
@media only screen and (max-width:414px) {
    section.CategorySection .ProductsDisplayArea ul li a .product_img img,
    .ProductsDisplayArea ul li a .product_img img{
        max-height: 150px;
    }
}
@media only screen and (max-width:375px) {

section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn.payBookBtnArea ul li a.prebookingBuyNowBtn {
    line-height: 34px;
}
    section.CategorySection .ProductsDisplayArea ul li a .product_img img,
    .ProductsDisplayArea ul li a .product_img img{
        max-height: 120px;
    }
    section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description h4{
        min-height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
        width: 100%;
    }
    .browse_by_price_area .product_list_area ul li .price_area p span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
    }
    .browse_by_price_area .product_list_area ul li .price_area p span.newOldPrice {
        display: inline-block;
        text-overflow: initial;
        white-space: normal;
        line-height: normal;
        vertical-align: middle;
    }
    .browse_by_price_area .product_list_area ul li .price_area p{
        line-height: 12px;
    }
}
@media only screen and (max-width:360px){
    /* .conditionArea.onGridView h4{
        font-size: 10px;
    }
    .conditionArea.onGridView .ConditionLabel{
        font-size: 9px;
    } */
}
@media only screen and (max-width:350px){
    .demo-gallery .flexslider .flex-control-thumbs li{
        width: 54px;
        height: 54px;
        margin-right: 5px;
    }
    .demo-gallery .flexslider .flex-control-thumbs img{
        height: 52px;
    }
    .conditionArea.onGridView h4, section.CategorySection .ProductsDisplayArea ul li a .product_description .conditionArea.onGridView h4{
        font-size: 11px;
        padding: 0px;
        margin: 0px;
    }
    .conditionArea.onGridView .ConditionLabel{
        font-size: 10px;
    }

}


@media only screen and (max-width:320px){

    section.CategorySection .ProductsDisplayArea ul li a .product_img img,
    .ProductsDisplayArea ul li a .product_img img{
        max-height: 100px;
    }
    section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description h4{
        margin: 0 0 2px 0;
    }
    section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description p, section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description h5{
        padding: 0px;
    }
    section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description p {
        margin: 0;
        line-height: 9px;
        font-size: 12px;
    }
    section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description h5 span{
        padding: 0px 2px;
    }
    section.CategorySection .ProductsDisplayArea ul li a .product_img, .ProductsDisplayArea ul li a .product_img {
        margin-bottom: 0;
    }
    section.CategorySection .ProductsDisplayArea.grid_view ul li a .product_description h4{
        font-size: 11px;
        line-height: 12px;
        margin: 0 0 2px 0;
    }
    section.CategorySection .ProductsDisplayArea ul li a, .ProductsDisplayArea ul li a {
        padding: 5px 5px;
    }

    section.CategorySection .filter h1{
        font-size: 12px;
    }
    .demo-gallery .flexslider .flex-control-thumbs li{
        width: 50px;
        height: 50px;
        margin-right: 4px;
    }
    .demo-gallery .flexslider .flex-control-thumbs img{
        height: 48px;
    }
    section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn ul li a, a.addtoCart, .MyAccountCard.SellerLists ul li.outofStock .footerBtns h4{
        font-size: 12px;
        padding: 10px 0;
    }
    section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn.payBookBtnArea ul li a.BuyNow,
    section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn.payBookBtnArea ul li a.addtoCart{
        padding: 6px 4px 4px;
        line-height: 14px;
        font-size: 1.25rem;
    }
    section.ProductDetailsSection .keyFeaturesArea.ReviewArea .ratingArea .mainRatingArea h4,
    .ratingArea .mainRatingArea h4{
        font-size: 2.5rem;
    }
    .ratingArea .mainRatingArea h4 i {
        font-size: 2rem;
        line-height: 34px;
        vertical-align: top;
    }
    .headerTitleArea h4 {
        width: 65%;
    }
        section.ProductDetailsSection .WarrantyBazaarArea .CartBuyBtn.payBookBtnArea ul li a.prebookingBuyNowBtn {
    line-height: 28px;
}
}

/*/////////////////////  Media // end  /////////////////*/