﻿
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Abel);
a {
	color:#e50640;
}
a:hover,a:focus {
	color:#c50638;
}
/* fieldset div.form-group{
	height: 15px;
} */
body {
    font-family:  poppins, 'Roboto', sans-serif;
    position: relative;
    font-weight: 400px;
}
.form-control:focus {

    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}
.inpt-grp{
position: relative;
   	display: block !important;
   	border-collapse: separate;

}
.pts-banner-margin{
	margin-bottom:17px;
}

ul li {
    /* list-style: none; */
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

.img-responsive-pts {
    display: block;
    height: auto;
    max-width: 200px;
}
.container div.list-group a:hover
{
	color:#e50640;
}
.container h2.checkout-title{
	color:#e50640;
}
a {
    -webkit-transition: 300ms;
    transition: 300ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins, 'Roboto', sans-serif;
}

.btn:hover,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container{
	width:96%;
}

.navbar-toggle {
    background-color: #000;
}

a#scrollUp {
    bottom: 0px;
    right: 10px;
    padding: 5px 10px;
    background: #e50640;
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

a#scrollUp i {
    font-size: 30px;
}




/*=================Abhi css===================*/
.caret{
    transform: rotate(180deg);
}
.link-button:hover .caret{
    transform: rotate(0deg);
}
.dropdown-toggle:hover .caret{
    transform: rotate(0deg);
}

.mega-nav .mega-dropdown:hover .caret{
    transform: rotate(0deg);
}

.m-b-30 .grocery-div .owl-theme{
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    padding: 8px;
    margin-bottom: 15px;
}
.product-image-div:hover .product-div .productinfo img{
    transform: rotateY(360deg);
    transition: .8s;
}


/*************************
*******Header CSS******
**************************/

.header_top {
    background: none repeat scroll 0 0 #fff;
}

.contactinfo ul li:first-child {
    margin-left: -15px;
}

.contactinfo ul li a {
    font-size: 12px;
    color: #333;
    font-family: poppins, 'Roboto', sans-serif;
}

.contactinfo ul li a:hover {
    background: inherit;
}

.header-middle .container .row {
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0px;
    padding-top: 20px;
}

.header-middle .container .row .col-sm-4 {
    padding-left: 0;
}

.header-middle .container .row .col-sm-8 {
    padding-right: 0;
}


.btn-group.open .dropdown-toggle {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
	    color: #fff;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus{
    background-color: transparent;
    color: #e50640;
    font-family: poppins, 'Roboto', sans-serif;
    text-decoration: none;
}

.shop-menu ul li {
    /*display: inline-block;*/
    padding-left: 5px;
    padding-right: 5px;
	position: relative;
}

.shop-menu ul li:last-child {
    padding-right: 0;
}

.shop-menu ul li a {
    color: #696763;
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
    padding: 0;
    padding-right: 0;
    //margin-top: 10px;
}

.shop-menu ul li a i {
    margin-right: 3px;
    background: #e50640;
    padding: 11px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
}

.shop-menu ul li a:hover {
    color: #e50640;
    /*background: #fff;*/
}

.header-bottom.sticky .fixed-header {
    /* margin-top: 30px; */
    background-color: #fff;
        box-shadow: 0px 16px 19px 0px rgba(0,0,0,0.5);
}



@media(max-width:768px){
    .shop-menu ul li a i {
        margin-right: 3px;
        background: #e50640;
        padding: 5px;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        color: #fff;
    }
}


/*************************
*******Footer CSS******
**************************/

#footer {
    background: #333;
}

.footer-top .container {
    border-bottom: 1px solid #E0E0DA;
    padding-bottom: 20px;
}



.footer-top .col-sm-3 {
    overflow: hidden;
}

.footer-div {
    margin-bottom: 30px;
}

.m-t-30{
	    margin-top: 30px;
}

.footer-div .container {
   padding-top: 15px;
}

.footer-div h2 {
    color: #adadad;
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
	position: relative;
}

.blog h4{
	margin-top:15px;
}

.footer-div h2 i {
    margin-right: 15px;
}

.footer-div ul li a {
    color: #8C8C88;
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}

.footer-div ul li a i {
    margin-right: 18px;
}

.footer-div ul li a:hover {
    background: none;
    color: #d0d0d0;
}


.footer-bottom {
    background: #191919;
    padding-top: 10px;
}

.footer-bottom p {
    color: #adacac;
    font-family: poppins, 'Roboto', sans-serif;
    font-weight: 300;
    margin-left: 15px;
	text-align:center;
}

.footer-bottom p span a {
    color: #e50640;
    font-style: italic;
    text-decoration: underline;
}


/*************************
******* Home ******
**************************/

#slider {
    padding-bottom: 17px;
}

.carousel-indicators li {
    background: #C4C4BE;
}

.carousel-indicators li.active {
    background: #e50640;
}

.control-carousel {
    position: absolute;
    top: 40%;
    font-size: 60px;
    color: #C2C2C1;
    margin: 0 50px;
}

.control-carousel:hover {
    color: #e50640;
}

.right {
    right: 0;
}

.qt-category {
    border: 1px solid #F7F7F0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
}




h2.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}


.shipping {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}



.tooltip-inner {
    background-color: #e50640;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #e50640;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.padding-right {
    padding-right: 0;
}

.features_items {
    overflow: hidden;
}

h2.title {
    color: #e50640;
    
}

.product-image-div {
    border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 30px;
	cursor: pointer;
}

.product-div {
    position: relative;
}
.productinfo h2 {
    color: #e50640;
    }

.productinfo p  a{
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #696763;
}

.product-overlay {
    background: rgba(243, 240, 240, 0.5);
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    -webkit-transition: height 500ms ease 0s;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.product-overlay h2 {
    color: #fff;
    font-family: poppins, 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.product-div:hover .product-overlay {
    display: block;
    height: 100%;
}

.productinfo img {
    margin: 0 auto;
    vertical-align: middle;
    width: auto !important;
}

.productinfo {
    position: relative;
	    border: 1px solid #f2f2f2;
}


.add-to-cart {
    background: #F5F5ED;
    
}
.add-to-cart-desc {
    background: #F5F5ED;
    
}

.add-to-cart:hover {
    background: #e50640;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}
.add-to-cart-desc:hover {
    background: #e50640;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}


.add-to-cart i {
    margin-right: 5px;
}
.add-to-cart-desc i {
    margin-right: 5px;
}

.add-to-cart:hover {
    background: #e50640 !important;
    color: #FFFFFF !important;
}
.add-to-cart-desc:hover {
    background: #e50640 !important;
    color: #FFFFFF !important;
}

.login-register  p{
	    margin: 0px 0px 0px 15px;
		font-size: 12px;
		color:#333;
}

.login-register p a{
	font-size: 12px;
    color: #333;
    font-family: poppins, 'Roboto', sans-serif;
}

.login-register p a:hover{
	color: #e50640;
   }

.white-dropdown{
	background-color: transparent;
    margin: 0px;
	color:#333;
	border-radius:0px;
	border: none;
	padding: 5px;
}
.white-dropdown:hover{
	background-color: transparent;
    margin: 0px;
	color:#e50640;
	border-radius:0px;
	border: none;
}

.login-register{
	    padding: 10px 0px;
}

/* Search Bar Css */

.search-btn{
	background-color: #e50640;
    color: #fff !important;
    border-radius: 0px;
	border-color: #e50640;
}

.border-radius-0{
	border-radius:0px;
}

/* Search Bar Css */



/* mega menu css */
.mega-dropdown {
  position: static !important;
  
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
	
	
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
 
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header a {
    font-size: 15px;
    color: #e50640;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
	text-transform: uppercase;
}
.mega-dropdown-menu .dropdown-header {
    padding: 5px 0px 5px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: 0px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
	z-index: 9;
}

.mega-nav li a{
	color: #000;
    text-transform: capitalize;
    font-size: 15px;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #e50640;
}

.mega-nav-right li a {
    color: #333;
    text-transform: capitalize;
    font-size: 13px;
}

.mega-nav-right li ul li a {
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
}

.fixed-header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
	z-index: 9;
    background-color: #fff;
}

/* mega menu css */

.cart-value {
		position: absolute;
		top: 0;
		right: -19px;
		font-size: 12px;
		background-color: #e50640;
		width: 20px;
		height: 20px;
		border-radius: 52%;
		color: #fff;
		padding: 2px 6px;
}

.offer-btn{
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: #e50640;
    width: 100px;
    margin: 0 auto;
    padding: 6px 0px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.compare-btn{
	margin-bottom: 25px;
    border: 1px solid transparent;
    font-size: 15px;
	color: #696763;
    padding: 5px 8px;
    border-radius: 0px;
}

.compare-btn:hover{
	margin-bottom: 25px;
    border: 1px solid transparent;
    font-size: 15px;
    padding: 5px 8px;
    border-radius: 0px;
	background: #e50640 !important;
    color: #FFFFFF !important;
}
.compare-btn-desc{
	margin-bottom: 25px;
    border: 1px solid transparent;
    font-size: 24px;
	color: #696763;
    padding: 5px 8px;
    border-radius: 0px;
}

.compare-btn-desc:hover{
	margin-bottom: 25px;
    border: 1px solid transparent;
    font-size: 24px;
    padding: 5px 8px;
    border-radius: 0px;
}

/* .h-color{
	    color: #e50640;
} */

.discount-banner-right{
	position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: #e50640;
    color: #fff;
	border-radius: 50%;
}

.discount-banner-right h5{
	    text-align: center;
    font-size: 16px;
}

.discount-banner-right h5 span{
	    display: block;
    font-size: 13px;
}

.discount-banner-left{
	position: absolute;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    background-color: #e50640;
    color: #fff;
	border-radius: 50%;
}

.discount-banner-left h5{
	    text-align: center;
    font-size: 16px;
}

.discount-banner-left h5 span{
	    display: block;
    font-size: 13px;
}

.m-b-30{
	margin-bottom:30px;
}

.m-b-10{
	margin-bottom:10px;
}

.product-img{
	width: 50%;
    float: left;
    clear: both;
}

.product-img img{
	width: 100%;
   }
   
 .product-content{
	width: 50%;
    float: left;
 }
 
 .main-div{
	 border: 1px solid #efefef;
    overflow: hidden;
    padding: 10px;
	margin-bottom:30px;
 }

 .main-div:hover{
	box-shadow: 1px 3px 5px #ccc;
	cursor:pointer;
 } 
 
 .product-content p{
	margin-bottom: 3px;
    font-size: 13px;
    color: #696763;
 }
 
 .ratings{
	margin-bottom: 3px;
 }
 
 .ratings i{
	color:#f5d808;
 }
 
.reco-btn{
	    background-color: #F5F5ED;
    border: none;
    border-radius: 0px;
    font-size: 12px;
}

.reco-btn:hover{
	background-color: #e50640;
	color:#fff;
    
}

.reco-btn i{
	    padding-right: 4px;
}

.hover-effect:hover{
	opacity:0.7;
	cursor:pointer;
}

/* client slider  */

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* client slider  */

.footer-middle a{
	width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    background-color: #191919;
    margin-right: 5px;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0px;
}

.footer-middle a:hover{
	background-color:#e50640;
	color:#fff;
}

.navbar-collapse {
    max-height: none;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
  -webkit-overflow-scrolling: touch;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    margin: 0 auto;
}

.rating-home{
	    padding: 4px 0px 14px;
}

.rating-home i{
	    color: #f5d80f;
}

.height-34 {
    height: 34px;
    padding: 0px 8px;
    background-color: transparent;
	color:#696763!important;
}

.height-34:hover{
	background-color: transparent;
	color:#696763 !important;
}

.height-34 option:hover{
	background-color: transparent;
	color:#696763!important;
}

.carousel-indicators{
	z-index:1;
}

.navbar-brand {
    float: left;
    padding: 7px 15px;
    font-size: 18px;
    line-height: 34px;
	color: #fff;
}

.navbar-brand img{
	width:135px;
}

.footer-div h2 i{
		display:none;
	}
	
.shoping{
	margin-bottom: 30px;
    border: 1px solid #f5f5f5;
    padding: 15px;
	text-align:center;
	background-color: #f3f3f3;
}

.shoping h5{
	    color: #7b7b7b;
}

.shoping i{
	font-size: 30px;
	color: #636161;
    padding-right: 20px;
}

.author-blog span i {
    color: #e50640;
    
}

.left-sidebar h2, .brands_products h2{
	    color: #e50640;
}

.tags a{
	    background-color: #e50640;
}

.comment-owner h3 {
    color: #e50640;
}

.btn-danger {
    color: #fff;
    background-color: #e50640;
    border-color: #e50640;
}

.btn-red,.btn-primary,.btn-primary[disabled] {
    background-color: #e50640;
    border: 1px solid #e50640;
	color:#fff;
}

.btn-red:hover, .btn-red:focus,.btn-primary:hover,.btn-primary:focus {
    background-color: #c50638;
    border: 1px solid #c50638;
    color: #fff;
}

.panel-title>a:hover {
    color: #e50640;
}

.red-font{
	    color: #e50640;
}

address h3 i{
	 color: #e50640;
}

.checkout-title i{
	    background-color: #e50640;
}

.product-brand p span a {
    padding-left: 10px;
    color: #e50640;
}

.view-product h3{
	    background: #e50640;
}

.item-control i{
	    background: #e50640;
}

.recommended-item-control{
	    background-color: #e50640;
}

#pts-price-slider .ui-slider-handle{
	    background: #e50640;
}

p.list-view i{
	    background-color: #e42336;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-nav li i {
    color: #e50640;
}

del{
	font-size: 14px;
    color: #969696;
    font-weight: normal;
}

/* multilevel dropdown */

.dropdown-menu{
	border-radius:0px;    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.5);
}

.my-menu li a{
	color:#333;
}

.home-heading{
	font-family: poppins, 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececea;
	color:#e50640;
}

.home-heading span{
	border-bottom: 3px solid #333;
    padding-bottom: 8px;
}



/* owl carousel */

.grocery-div{
	position:relative;
}

.owl-indicators{
	position: absolute;
    top: 0px;
    right: 15px;
}

.owl-left{
	width: 25px;
    height: 25px;
    background-color: #e50640;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.owl-right{
	width: 25px;
    height: 25px;
    background-color: #e50640;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

a.owl-left:hover, a.owl-right:hover,
a.owl-left:active, a.owl-right:active,
a.owl-left:visited, a.owl-right:visited,
a.owl-left:focus, a.owl-right:focus{
	color:#333;
}

/* owl carousel */

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}

/* multilevel dropdown */

/* breadcrumb */
.breadcrumb li a{
	color:#000
}

.active-class{
	color: #e50640 !important;
}

.title-store{
	    background-color: #e50640;
}

.title-store h3{
    font-size: 16px;
    font-weight: normal;
    padding: 12px 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    text-shadow: 0px 4px 1px #252525;
}

.profile-image{
	background-color: #f5f5f5;
    position: relative;
	height: 100px;
}

.profile-image img{
	width: 110px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    border: 5px solid #e6e6e4;
    border-radius: 50%;
}

.info h3{
	margin-top: 57px;
    font-size: 16px;
}

.review-user i{
	color: #f3d607;
}

.review-user span{
	    padding-left: 10px;
}

.m-b-10{
	margin-bottom:10px;
}

.social-user a{
	display: inline-block;
    width: 30px;
    height: 30px;
       background-color: #e50640;
    color: #fff;
    text-align: center;
    padding: 6px 0px;
}

.social-user a:hover{
	background-color: #333333;
    color: #fff;
    /* transition: 0.5s ease;
    transform: rotate(360deg); */
}

.more-info p{
	margin-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0px;
    font-size: 13px;
    color: #525050;
}

.more-info p i{
	font-size: 15px;
    padding-right: 5px;
    color: #333;
}

.more-info p a{
	 color: #525050;
}

.more-info p a:hover{
	 color: #e50640;
}

/* .more-info p:last-child{
	border-bottom:1px solid transparent;
} */

.info{
	border: 1px solid #f4f4f4;
    padding: 0px 15px;
}

.store-btn{
	background-color: #e50640;
    border-radius: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 13px;
	color:#fff;
}

.store-btn:hover{
	background-color: #333;
    color:#fff;
}

.short-by{
	float:left;
}

.short-by label{
	font-weight:normal;
}

.short-by select{
	width: 130px;
    border: 1px solid #e8e8e8;
    padding: 6px 8px;
}

.short-by-1{
	float:right;
}

.short-by-1 label{
	font-weight:normal;
}

.short-by-1 select{
	width: 100px;
    border: 1px solid #e8e8e8;
    padding: 6px 8px;
}

.short{
	overflow:hidden;
	}
/* breadcrumb */
.qt-category .panel-default .panel-heading .panel-title a:hover{
	color:#e50640;
}

.panel-body ul li a:hover{
	color:#e50640;
}

.panel-body ul li{
	padding:3px 0px
}
.breadcrumb.theme-breadcrumb{
	/*background: transparent !important;*/
}

.img-zoom {display:inline-block;position: relative;border:1px solid #dddddd;padding:10px; width: 100%;}

.img-zoom img::selection { background-color: transparent;}
#pro-zoom img:hover { cursor: url(grab.cur), default;}

.common-title {
	color: #e50640;
}

a.link-button {
	color: #565656;
}

a.link-button:hover {
	color: #e50640;
}

div.required .control-label::before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.view_common_btn{ 
   /*background: #fff none repeat scroll 0 0;*/
   border: 1px solid #fff;
   display: none;
   left: 0;
   margin: 0 auto;
   padding: 4px 8px;
   text-align: center;
   width: 100px;
   z-index: 9;
}

.product-div:hover .view_common_btn {
   display: block;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 370px;
	//min-width: 250px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		min-width: 298px;
		position: absolute;
		//left: -40px;
		right:-34px;
	}
}
@media (max-width: 478px) {
	.shop-menu ul li {
		display: inline-block;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 767px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

.cart-header {
	//margin-top: 9px;
	cursor: pointer;
}

.overlay-content p {
margin-bottom: 50%;
}

.wrap-text {
	white-space: nowrap;
	width: 16em;
	overflow: hidden;
	text-overflow: ellipsis;
}/* Ravi Css 09-01-2018 */.rating span i{	font-size:14px;	color: #f5d80f;	text-align: left;}.fa-stack {    position: relative;    display: inline-block;    width: 1.5em;    height: 2em;    line-height: 2em;    vertical-align: middle;}

/*Logo Text*/
.logo h1 a {
	color: #e50640;
}
.logo h1 a:hover {
	color: #e50640;
}
.logo h1 {
	margin-top: 3px;
	font-size: 24px;
}

.logo a img {
     max-width: 200px;
	margin-top: -12px;
	margin-bottom: 10px;
}

/*Newsletter Subscribe Footer*/
.newsletter-success {
	color: green;
}
.newsletter-error {
	color: red;
}
.pts-newsletter-msg {
	margin-top: 10px;
}
.newsletter
/* Show/hide mega dropdown menu */
.nav ul li ul.dropdown-menu {display:none;}
.nav ul li.dropdown:hover ul.dropdown-menu {display:block;}
.fausertop { padding-right:3px; }