.text-right{
	text-align:right;
}
.loader_bg{
		float: left;
		width: 100%;
		height: 100%;
		position: fixed;
		background: #eee;
		z-index: 99999;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: .5;
	}
	.showloader{
		float: left;
		width: 100%;
		height: 100%;
		position: fixed;
		
		z-index: 999999;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		
	}
	.showloader img{
		width:100px;
		top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  margin: auto;
	}
	
	.removebtn{
		float:right;float: right;
		  padding: 5px 17px;
		  color: #fff;
		  background-color: red;
		  border-radius: 5px;border-radius: 10px;
	}
	.removebtn:hover{
		color: #fff;
		  background-color:#000 ;
	}
	.adeitbtn:hover{
		background-color: red;color: #fff;
	}
	.adeitbtn{ border-radius: 10px!important;
		float:right;float: right;
		padding: 5px 17px;
		color: #fff;
		background-color: #000;
		border-radius: 5px;margin-right: 10px;
	}
.addedWishlist svg{
	color:red;
}

/*share link here */

.share_dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.dropbtn:hover {
    background-color: #45a049;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropbtn1 {
	margin-top:-10px;
}
.product-single__price, .product-single__short-desc{
	margin-bottom:0px!important;
}
/*share link here */