/*your custom css goes here*/

/*===============common Class===========*/
.mt-p{
   margin-top: -5px; 
   margin-left: -5px!important;
}
.padding-right{
    padding:0px!important;
}    

.padding-left{
    padding-left:0px!important;
}  

.sticky-top {
    top: -2px!important;
}

.j-top-sec{
    background: #FC5111;
}

.top-left{
    background: #0e2f56;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
    padding: 2px;
}
.top-left a{
    color: #fff;
    padding: 5px 5px;
    display: inline-block;
}

.top-right-menu ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
}

.top-right-menu ul li{
   float: left;
}

.top-right-menu ul li a{
    color: #fff;
    padding: 5px 7px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.top-right-menu ul li a:hover{
      color: #0e2f56!important;
     border-bottom: 2px solid #0e2f56;
}
.text-reset {
    color: red!important;
}

.color-white {
  color: #fff;
}

.show-categories a {
    padding: 1px 11px;
    margin-right: 5px;
    color: #0e2f56;
    display: inline-block;
    font-size: 18px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #ddd;
}

.show-categories a:hover {
    color: #fff;
    background: #0e2f56;
}

.show-categories{
    margin-top: 6px;
}


.j-slide-right img{
    width: 100%;
    height: 100%;
}


.cart-btn button{
    padding: 5px 9px!important;
}


/*.wide-90{
    width:95%;
}
*/

.j-slide-right{
    height: 170px;
    margin-bottom:10px;
}

 .get-offer{
    background: #fff;
    padding: 10px 7px;
    margin-top: 4px;
    box-shadow: 0px 0px 1px #0e2f56;
}

 .get-offer-top i{
    float: left!important;
     padding-right:10px!important;
    
}

.get-upto{
      font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    color: #666;
}

.get-offer-test{
    color: #666;
    font-size: 12px;
}

.j-btn{
    background-color: gray;
        padding: 9px!important;
}

.category-sidebar .categories > li > a {
    font-size: 11px !important;
}


.top-ads-720{
     padding-top:10px;
    padding-bottom:10px;
}


.top-product-item{
    width: 25%;
    float: left;
    margin-bottom: 1px;
    min-height: 343px;
    background: #fff;
    transition: box-shadow .5s;
    box-shadow: 0px 0px 2px 0px #0e2f56;
    position: relative;
}


.top-product-item:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.top-product-item:hover::after {
    opacity: 1;
}


.top-product-item:hover .top-product-img {
    height: 160px;
}




.top-product-item:last-child{
    
    margin-right: 0px;
} 

.top-product-img{
    height: 200px;
    padding: 10px;
    text-align: center;
    margin: 0px auto;
}

 .top-product-tex{
    padding: 10px;
}
.product-name{
    font-size: 12px;
    color: #0e2f56;
}

.define-by span{
    font-weight:bold;
}

.define-by{
    font-size: 11px;
    margin-top: 5px;
}

.top-product-price{
    border-top: 2px dotted #8f97ab;
    padding: 10px;
    margin: 0px 2px;
}

.top-product-show{
    background: #fff;
}

.running-price{
    float:right;
    color:red;
    font-size: 15px;
    
}

.old-price{
    text-decoration: line-through;
    font-size: 15px;
}


.top-product-price p{
    margin: 0px;
    text-align: left;
}

.discount-price{
    font-size: 15px;
    color:green;
}


.discount-price{
    font-size: 11px;
    color:green;
        font-weight: 600;
}


.discount-bill{
    float: right;
    color: green;
        font-weight: 600;
}

.top-product-item:hover{
   box-shadow: 0px 0px 8px 0px #0e2f56;
    z-index: 999!important;
    width:25%;
}

.top-cont-1 h3 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.top-product-img img{
    width:80%;
}
.top-product-item:hover .top-product-img img{
   width:60%;
}

.cart-btn{
    padding: 7px;
    text-align: center;
    display:none;
}


.top-product-item:hover .cart-btn{
   display:block;
}

.cart-btn{
    position: absolute;
    /*background-color: rgb(14, 47, 86, .9);*/
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.9;
    
}


.add-to-cart{
    border: none;
    background: #e8681f;
    color: #fff;
    padding: 5px 23px;
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

.buy-cart{
    border: 1px solid #e8681f;
     background: #fff;
    color: #e8681f;
    padding: 5px 23px;
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px;
}


.my-3 p{
    color:#000;
}


.border-bottom{
    color: #0e2f56;
    font-weight: bold;
    font-size: 17px!important;
}

.img-zoom{
    border: 1px solid red;
}

.feature-sec ul li{
    font-size: 15px;
    margin-bottom: 7px;
}

.feature-sec ul li strong{
    color:#0e2f56;
    margin-right: 10px;
}

.feature-sec{
    border-top: 1px dashed #000;
    margin-top: 10px;
    padding-top: 10px;
}

.feature-sec h3{
    font-size: 20px;
    font-weight: bold;
    color: #0e2f56;
}

.product-info h3{
    font-size: 20px;
    font-weight: bold;
    color: #0e2f56;
}

/*.bg-white{
    padding-top: 20px;
}*/

.product-info{
    margin-top: 20px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.input-number{
    height: 35px;
    width: 80px;
    border-radius: 0px!important;
}

.j-quantity{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.j-quantity-right{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.j-car-sec{
    width: 300px;
    padding: 0px 30px;
}
.update-qty{
    font-size: 15px;
    font-weight: bold;
    color: #0e2f56;
    margin-right: 8px;
    margin-bottom: 0px;
}

.customized-price{
    padding: 10px;
    margin: 10px 0px;
    text-align: center;
}

.customized-price a{
    color: #0e2f56;
    font-size: 15px;
    font-weight: 600;
}

.j-details-btn{
    text-align: center;
    padding-bottom: 30px;
}

 .btn-size{
    font-size: 16px;
    color: #fff;
}
.btn-color{
    background: #e8681f!important;
}


.details-sticky{
    position: sticky;
    z-index: 99;
    top: 64px;
}

/*.details-padding{
    padding-top:15px!important;
}
*/
.other-details{
     padding:15px;
     text-align: center!important;
}
.other-details a{
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    padding: 5px;
    color: #0e2f56;
    font-weight: bold;
}

.other-details a i{
    background: red;
    color: #fff;
    font-size: 20px;
    padding: 2px;
    border-radius: 17px;
}

.other-details h4{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}


.genarate{
    padding: 20px 0px;
    border-top: 1px dashed #0e2f56;
    margin-bottom: 40px;
    text-align: right;
    margin-right: 10px;
}


.genarate a{
    display: inline-block;
    color: #0e2f56;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 13px;
    border-radius: 3px;
    text-decoration: underline;
}

.rightArea{
    border-bottom: 1px dashed #e2e5ec;
    margin-bottom: 15px;
}

.customized-price {
    border-top: 1px dashed #e2e5ec;
    border-bottom: 1px dashed #e2e5ec;
}

.right-gen{
    padding: 20px;
    text-align: center;
    background: #fff;
    border: 1px dashed #0e2f56;
    margin-top: 15px;
}

.right-gen a{
    padding: 5px 20px;
    color: #fff;
    font-size: 20px;
    background: #0e2f56;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
}
.btn-warning{
    background: #0e2f56!important;
    border: 1px solid #0e2f56!important;
}

.buy-btn{
    background: #BE180A!important;
    border: 1px solid #BE180A!important;
}

 .show-categories a img{
    width: 30px;
    height: 30px;
    padding: 3px;
    background: #fff;
    border-radius: 20px;
}

.btn-success{
    background: #BE180A!important;
    border-color: #BE180A!important;
}

.btn-warning{
    background: #0e2f56!important;
    border-color: #0e2f56!important;
    color:#fff;
}
.btn-warning:hover{
    color:#fff!important;
}

/*------------------details page--------------------*/
.breadcrumb-menu nav ol{
    background: none!important;
}

.breadcam-sec {
    border-bottom: 1px solid #e2e5ec;
    margin-bottom: 10px;
}

.breadcrumb{
    margin-bottom: 0px!important;
}

.print{
    text-align: right;
}

.print a{
    padding: 5px 10px;
    font-size: 20px;
    display: inline-block;
    color: #0e2f56;
}

.define-by{
    text-align:left;
}






.input-code-box h4{
    font-size: 15px;
    color: #0e2f56;
    font-weight: bold;
}

.code-input{
    width: 302px;
    font-size: 12px;
    padding: 7px 9px 6px;
}

.code-input{
    height: 30px;
    width: 250px!important;
}
.code-btn{
    padding: 3px 10px;
    background: #eee;
    font-size: 12px;
    color: #666;
    text-align: center;
    border: none;
    border:1px solid #666;
    text-transform: uppercase;
}

.offer-sec{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding-right: 20px;
}

.offerWidget {
    display: none;
    float: right;
}

.offerWidgetBgArea {
    background: #fff4c0;
    display: table;
    margin: 0 0 5px;
}

.offerWidgetBgArea .offerWidgetLeft {
    display: table-cell;
    color: #000;
    padding: 15px 15px 15px 10px;
}

.offerWidgetBgArea .discountHeading {
    color: #fb8339;
    font-size: 18px;
    font-family: open sans semibold;
}

.offerWidgetBgArea .useCode {
    border: dashed 1px #f84c46;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding: 10px 20px;
    line-height: 22px;
    font-size: 13px;
}

.offerWidgetBgArea .couponHeading {
    text-transform: uppercase;
    font-family: open sans bold;
    display: block;
    font-size: 16px;
    margin: 4px 0 0;
}
.offerWidget .view {
    float: right;
    color: #046699;
    text-decoration: underline;
}

.warenty-sec{
    margin: 0;
    width: 100%;
    display: table;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    padding: 0;
    background: #fcfcfc;
}

.warenty-logo{
    padding: 18px;
}

.warenty-cont{
    display: flex;
}

.warenty-icon{
    padding: 10px 2px;
    margin-right: 10px;
}

.warenty-icon i{
    font-size: 25px;
    color: gray;
}

.warenty-decs p{
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
        color: gray;
}


.warenty-decs-sec{
    padding: 20px 0px;
}

.warenty-decs{
    font-size: 11px;
    margin-top: 6px;
}

.comment-sec{
    background: #fff;
	margin-top: 15px;
	padding: 20px;
}

.rating-title h3{
    font-size: 18px;
    margin-top: 0px;
    padding: 9px 0px;
    margin-bottom: 15px;
    color: #0e2f56;
    font-weight: bold;
    border-bottom: 1px solid #e2e5ec;
}

.rating-block h4{
    font-size: 20px;
    font-weight: 600;
}

.breakdown h4{
    font-size: 20px;
    font-weight: 600;
}




.btn-grey{
    background-color:#D8D8D8;
	color:#FFF;
}
/*.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}*/
.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}


.rating-user{
    width: 60px;
    border: 1px dashed #000;
    overflow: hidden;
}

.rating-user img{
    width: 100%;
}




/*----------------------------*/
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar-info {
    background-color: #5bc0de;
}
.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar-danger {
    background-color: #d9534f;
}


/*--------------new-products---------------*/

.new-product-ads{
    margin-top: 30px;
}

.new-product-ads img{
   height: 100%!important;
    width: 100%!important;
}

.new-products-title h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #0e2f56;
    font-weight: bold;
}

.new-products{
    border:1px solid #000;
    height:100px;
}



.widht-20{
    width: 20%;
}


.widht-20:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
   width: 20%;
  
}

.widht-20:hover::after {
    opacity: 1;
}


/*------------------------slider---------------*/
/*.carousel {
	margin: 50px auto;
	padding: 0 70px;
}*/
.carousel .carousel-item {
	min-height: 330px;
	text-align: center;
	overflow: hidden;
}
.carousel .carousel-item .img-box {
	height: 160px;
	width: 100%;
	position: relative;
}

.carousel-box a img{
    height:312px;
}
/*.carousel .carousel-item img {	
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}*/
.carousel .carousel-item h4 {
	font-size: 18px;
	margin: 10px 0;
}
.carousel .carousel-item .btn {
	color: #333;
	border-radius: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-top: 5px;
	line-height: 16px;
}
.carousel .carousel-item .btn:hover, .carousel .carousel-item .btn:focus {
	color: #fff;
	background: #000;
	border-color: #000;
	box-shadow: none;
}
.carousel .carousel-item .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.carousel .thumb-wrapper {
	text-align: center;
}
.carousel .thumb-content {
	padding: 15px;
}
.carousel-control-prev, .carousel-control-next {
height: 50px;
    width: 50px;
    background: none;
    margin: auto 0;
    background: #fff;
    border: 1px solid #000;
    border-radius: 29px;
    box-shadow: 0px 0px 8px 0px #000;
    
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -16px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: red!important;
	text-shadow: none;
	font-weight: bold;
	
}
.carousel-control-prev i {
	margin-left: -3px;
}
.carousel-control-next i {
	margin-right: -3px;
}
.carousel .item-price {
	font-size: 13px;
	padding: 2px 0;
}
.carousel .item-price strike {
	color: #999;
	margin-right: 5px;
}
.carousel .item-price span {
	color: #86bd57;
	font-size: 110%;
}	
.carousel .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border-color: transparent;
	border: none;
}
.carousel-indicators li {	
	background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {	
	background: rgba(0, 0, 0, 0.6);
}
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}



.slaider-sec{
    background: #fff;
}

.padding-left-0{
    padding-left:0px!important;
}
.padding-right-0{
    padding-right:0px!important;
}

.j-slide-img img{
    width: 100%;
}
.new-products-view a{
    padding: 5px 10px;
    background: #0e2f56;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    float: right;
    border-radius: 4px;
    margin-top: 20px;
}
.right-side-adds{
    margin-top: 102px;
}

.right-side-adds img{
     width: 100%;
}

.padding-right-10{
    padding-right:10px!important;
}

.right-side-adds-2 img {
      margin-top: -5px;
}







/*===============================header css--------------------*/
.ml-3, .mx-3 {
    margin-left: 1rem!important;
    float: left!important;
}

.j-cart-box{
    float: right;
}
.bg-dark {
    padding: 10px 0px 0px 0px!important;
    background: #fff!important;
}
.category-sidebar{
    z-index: 999;
    background: #fff;
    height: auto;
    border-right: 1px solid #ddd;
}

.aiz-category-menu {
    position: sticky;
    z-index: 99;
    top: 67px;
    margin-left: -15px;
}
   
.mobile-search-section{
    display:none;
}



.btn-outline-secondary{
    background: #0e2f56!important;
    color:#fff!important;
    padding: 6px 10px;
}

.opacity-70 {
    opacity: 9!important;
    font-weight: bold!important;
    color:#0e2f56!important;
}



.j-search-input{
       padding: 5px 11px!important;
    height: 35px!important;
    margin-left: -2px!important;
}


.j-search-btn{
    margin-left:-4px;
        padding: 0px 17px!important;
    font-size: 20px!important;
}

.j-search-sec{
    margin-top:10px;
}

.category-sidebar {
    margin-top: -5px;
    
}


.top-footer-sec {
    background: #232f3e;
    color: #fff;
    z-index: 200;
    width: 100%;
    padding:50px;
}

.footer-categories ul{
    list-style:none;
    margin-top: 20px;
    padding: 0px;
}

.footer-categories ul li{
    
}



.footer-categories ul li a {
    padding: 5px 0px;
    display: inline-block;
    color: #fff;
}

.category-sidebar .categories > li > a {
    padding: 10px 15px!important;
     border-bottom: none!important; 
}

.category-sidebar .categories > li > a {
    padding: 9px 15px !important;
    border-bottom: 0px!important;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff!important;
    font-size: 18px!important;
    border-bottom: 2px solid red!important;
    background:#232f3e!important;
}

.nav-tabs .nav-link {
    border: 0px!important;
    font-size: 18px;
    color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-left: 30%!important;
}

.top-ads-720 img{
    height: 110px;
}
.det-offer-contact img{
    width: 100%;
    height: 130px;
    margin-top: 3px;
    box-shadow: 0px 0px 1px #0e2f56!important;
}






.account_Area_With_DropDown {
    float: left;
    line-height: 14px;
    height: 100%;
    position: relative;
    cursor: pointer;
    margin: 17px 29px 0 0;
}

.account_Area_With_DropDown .accountTable {
    display: table;
}
.account_Area_With_DropDown .accountTable .signInIcon {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 8px 0 0;
}
.account_Area_With_DropDown .loginheading {
    display: table-cell;
    vertical-align: middle;
}

.account_Area_With_DropDown .loginheading .naming {
    margin-bottom: 2px !important;
}
.account_Area_With_DropDown .loginheading .naming {
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.account_Area_With_DropDown .caret {
    position: absolute;
    top: 5px;
    right: 0px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


@media only screen and (max-width: 767px) {
   .j-logo {
    float: left;
    width: 100px;
}

.j-mobile{
    float: left;
}
}


@media (max-width: 991px){
.j-logo {
    float: left;
    width: 100px;
}
 .j-mobile{
    float: left;
}
.j-display-none{
    display:none;
}

.j-cart-box {
    margin-top: 10px;
}

.j-search{
    border: 1px solid #000;
    margin-top: 6px;
}

.j-search-box{
    margin-top: 8px;
}
.mobile-search-section{
    display:block;
}

}









/*=======================product details pages=========================*/
.by {
    color: #a1a1a1;
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
}

.by a {
    color: #046699;
    margin: 0 0 0 2px;
}

.powerbrand {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 5px;
}

.powerbrand-strip {
    background: url(/static/images/powerbrand-strip.png?52099dfbb68f) no-repeat;
    width: 99px;
    height: 21px;
    display: inline-block;
}

.question {
    float: none;
    top: -7px;
}

.question {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    border: solid 1px #e4e4e4;
    color: #444;
    padding: 0px 4px;
    height: 14px;
    font-size: 10px;
    display: inline-block;
    margin: 9px 0 0 6px;
    line-height: 11px;
    cursor: pointer;
    float: left;
}

.triangle {
    top: 26px;
    right: 15px;
    position: absolute;
    z-index: 1;
}
.powrbrand-details {
    font-size: 12px;
    padding: 12px 12px 12px 18px;
    border: 1px solid #ccc;
    background: #fff;
    width: 280px;
    position: absolute;
    top: 34px;
    left: 34px;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    z-index: 99;
}
.manufacture {
    background-position: 0 2px;
}
.manufacture{
    background: url(/static/svg/powerbrand.svg?52099dfbb68f) no-repeat;
    width: 26px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
}
.details {
    font-size: 13px;
    color: #333;
    font-weight: normal;
}

.icon.support {
    background-position: 0 -31px;
}

.icon.support {
    background: url(/static/svg/powerbrand.svg?52099dfbb68f) no-repeat;
    width: 26px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
}

.icon.request {
    background-position: 0 -58px;
}






.clickInformation {
    top: -2px;
    display: inline-block;
    position: relative;
}
.clickInformation .clickInformationIcon {
    background: #fff;
    border: solid 1px #aaa;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    cursor: pointer;
    vertical-align: middle;
    color: #444;
}

.clickInformation .answrToolTip {
    display: none;
    background: #fff;
    position: absolute;
    width: 324px;
    top: 28px;
    right: -10px;
    text-align: left;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    font-size: 12px;
    font-family: open sans regular;
    line-height: 17px;
    z-index: 1;
}

.clickInformation:hover .answrToolTip {
    display: block!important;
}

.additionalGstPopup table {
    width: 100%;
}

.additionalGstPopup table th {
    padding: 10px 20px;
    font-size: 14px;
    font-family: open sans bold;
}

.additionalGstPopup table td {
    padding: 7px 20px;
    border-top: solid 1px #e8e8e8;
    font-family: open sans semibold;
}

.additionalGstPopup table td:nth-child(even) {
    text-align: right;
}


.rupeesArea {
    padding: 10px 0 0;
    text-align: center;
    background: #fff;
    width: inherit;
}
.rightTopTable {
    padding: 0 20px;
    display: block;
}
.cutPrice {
    color: #666;
    position: relative;
    text-align: left;
}

.taxInclusivePrice {
    color: #444;
    margin: 0 0 10px;
    font-family: 'Open Sans Semibold';
}
.price strong {
    margin: 0 0 5px;
    color: #fa832a;
    font-size: 35px;
}
.mainPrice {
    margin: 0 0 12px;
    color: #666;
    font-size: 16px;
}

.price {
    font-family: 'Open Sans Semibold';
}

.inclusiveTax {
    color: #444;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.clickInformation {
    top: -2px;
    display: inline-block;
    position: relative;
}

.offPer {
    font-family: 'Open Sans Semibold';
    color: #489437;
    border: dashed 1px #489437;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 20px 20px 0;
    display: inline-block;
    font-size: 18px;
}

.listPriceDel {
    font-size: 16px;
    margin: 0 15px 0 0;
    vertical-align: middle;
    display: inline-block;
}
.QuantityArea{
    width: 100%;
    display: table;
    border-top: solid 1px #eee;
    padding: 10px 20px 21px;
}
.qtyLeftArea {
    float: left;
    width: 110px;
}

.heading {
    font-size: 12px;
    color: #444;
    font-weight: bold;
}
.updateQty {
    display: inline-block;
    margin: 6px 0 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}






/*.slick-slide {
    margin: 0px 20px;
}
*/
.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}

.brand img {
    border: 1px solid #0e2f56;
    height: 100px!important;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}












 .rating-info span{
    right: 0px;
    color: green;
    font-size: 12px;
}


.main-rating{
    width:150px!important;
}


.widget{
    margin-top: 40px;
}

.widget .panel-body { padding:0px; }
.widget .list-group { margin-bottom: 0; }
.widget .panel-title { display:inline }
.widget .label-info { float: right; }
.widget li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.widget .mic-info { color: #666666;font-size: 11px; }
.widget .action { margin-top:5px; }
.widget .comment-text { font-size: 12px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }



.coment-count{
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 15px;
    background: #5bc0de;
    padding: 0px 7px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.label-info {
    background-color: #5bc0de;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.widget .label-info {
    float: right;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.containerdiv {
    border: 0;
    position: relative;
    display: flex;
}
.containerdiv img {
    max-width: 100px;
}

.cornerimage {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.cornerimage img {
    max-width: 100px;
}
.rating-value span {
    font-size: 21px!important;
    margin-left: 10px!important;
    font-weight: bold!important;
    background: #13a564;
    padding: 0px 9px;
    color: #fff;
    border-radius: 3px;
}

