.full-setting-area .top-dropdown{
	padding-top: 15px;
}
.product_desc {
    margin: 5px 0 0;
}
.product_desc .product_desc_info .rating-box {
    padding-bottom: 0;
    height: 0;
    top: -28px;
    display: block;
    position: relative;
    overflow: visible;
    right: 3px;
    border: 0;
}
.product_desc .product_desc_info .rating-box .color-categoriy ul li{
	float: right;
	margin: 0px 0px 0px 5px;
}
.color-categoriy ul li span.red {
  background: red;
}
.color-categoriy ul li span.pink {
  background: pink;
}
.color-categoriy ul li span.purple {
  background: purple;
}
.color-categoriy ul li span.orange {
  background: orange;
}
.product_desc .product_desc_info > h4 {
    padding-top: 5px;
}
.add-actions-link {
    margin-top: 19px;
    padding-top: 15px;
}
.single-product-wrap:hover {
    padding: 0 0 55px;
}




.color-list li a.white {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid lightslategray;
}
.color-list li a.white:hover {
    border: 2px solid #333333;
}
.color-list li a.black {
  background: #000000 none repeat scroll 0 0;
}




.plantmore-product-thumbnail{
	padding: 0 !important;
	width: 90px;
}
.plantmore-product-name{
	padding: 5px !important;
	text-align: left;
	max-width: 300px;
	width: 20%;
}
.plantmore-product-name span{
	display: block;
}
.plantmore-product-quantity{
	width: 60%;
}





@media (max-width: 767px) {
	.shopping-cart-box {
		width: 50%;
	}
	.theLogoCol{
		display: flex;
		height: 0;
	}
	.theLogoCol .logo{
		padding: 10px;
	}
	.full-setting-area .top-dropdown{
		padding-top: 0;
		margin-top: 5px; 
	}
	.full-setting-area .top-dropdown ul{
		text-align: right;
	}
	.full-setting-area .top-dropdown ul.open-dropdown{
		text-align: center;
	}
}

