.current-item-details {
	height: auto;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	z-index: 500;
	max-width: 1280px;
	margin: auto;
	position: fixed;
	left: 0;
 right: 0;
	display: none;
}

.current-item-details h2 {
	font-family: "Cormorant Garamond", serif;
	font-size: 18px;
	text-transform: none;
	font-weight: bold;
	margin: 0;
}

.current-item-details p {
	text-align: center;
	margin: 0;
	font-size: 13px;
	color: #000;
}

.current-item-details, .current-item-details h2, .current-item-details p {
	line-height: 60px;
}

.current-item-details .product-price-details, .current-item-details .product-color-details {
	font-weight: bold;
}
.current-item-details .addcart a.btn {
	padding: 15px;
	letter-spacing: 0;
}

.current-item-details ul {
	text-align: center;
}

.current-item-details ul li {
	display: inline-block;
}


@media screen and (max-width: 991px) {
	.current-item-details h2 {
		text-align: center;
		line-height: initial;
	}
	.current-item-details {
		padding-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	.current-item-details h2 {
		line-height: initial;
	}
	.current-item-details .addcart a.btn {
		width: 100%;
		font-size: 14px;
		margin-bottom: 20px;
	}
}