.cart-variation {
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: none;
	border-right: none;
	border-radius: 0px;
	padding: 15px;
	width: 100%;
}
.cart-variation.equal {
	background-color: unset;
}
.cart-variation.odd {
	background-color: unset;
}
.cart-variation-price-top-label {
	color: #fff;
	top: unset;
	right: unset;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 15px;
}
.product-single-details .price-box {
	margin-bottom: 45px;
	color: #EEE3B1;
	font-weight: 700;
}
[data-type="cart-variation-price"] > span:nth-of-type(1) {
	font-size: 25px;
	text-decoration: underline;
}
.form-fields{
	margin-bottom:5px;
}
.product-single-details .product-title {
	color: #fff;
}
.out-cart {
	color: #fff;
	font-family: "Oswald",sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	min-width: 102px;
	z-index: 2;
	transition-duration: 0s;
}
.nav.nav-tabs .nav-item.show .nav-link, .nav.nav-tabs .nav-item .nav-link.active {
	border-bottom-color: #EEE3B1;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
}
.product-single-tabs .tab-pane {
	color: #d8d8d8;
}
.product-single-details .product-desc {
	border-bottom: 1px solid #595959;
}
.sidebar-wrapper > .widget{
	background-color:#838383;
	padding:15px;
}
.sidebar-wrapper > .widget-info h4 {
	color: #d8d8d8;
}
.sidebar-wrapper > .widget-info i {
	color: #EEE3B1;
}
.sidebar-wrapper > .widget > ul > li:first-child{
	border-top:none;
}
.product-image-container{
	background-repeat:no-repeat; 
	background-position:center center; 
	background-size:cover; 
}
.product-image-container.featured{
	height:80px;
	width:100%;
}
.product-unavailable{
	padding: 10px;
	margin-bottom:15px;
	text-align:center;
	background-color: #626060;
}
.product-unavailable > h2{
	color:#f97676;
}
.why-buy{
	margin-bottom:5px !important;
}
.product-single-image{
	max-height:450px;
}
.social a {
	padding: 0 .25em;
}
.paction.add-cart {
	border-color: #fff !important;
}
.paction.add-cart:hover {
	cursor: pointer;
}
.social > a > i.fa-phone-square{
	color:#00B22D;
}
.social > a > i.fa-facebook-square{
	color:#4267B2;
}
.social > a > i.fa-twitter-square{
	color:#4DD2FF;
}
/*.social > a > i.fa-linkedin-square{
	color:#0274B3;
}
.social > a > i.fa-google-plus-square{
	color:#DD4C3B;
}
.social > a > i.fa-address-book{
	color:#EEE3B1;
}*/
[data-sharer="googleplus"] { 
	display:none;
}
[data-sharer="linkedin"] { 
	display:none;
}
[data-sharer="email"] { 
	display:none;
} 