.product-container {
	background : #fff !important;
	padding : 20px 0 ;
}

.custom-product-header {
	margin-top: 10px;
	border: none;
	padding: 15px;
}

.custom-gray-container {
	background-color: #f2f2f2;
	border-radius: 32px;
	padding: 24px;
}

.product-details-container {
	background-color: #f2f2f2;
	box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
	border-radius: 32px;
	padding: 24px;
}

.product-tumbnail {
	border: 2px solid #dfdfdf;
	border-radius: 18px;
	cursor: pointer;
	height: 80px;
	margin-left: 18px;
	padding: 6px;
	position: relative;
	width: 80px;
}

.product-details-header-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 16px;
}

.custom-product-caption > span {
	padding-left: 15px;
	font-size: 12px;
	font-weight  :700;
	display: inline-block;
	position: relative;
	z-index: 1;
	border-left: 1px solid #d3d3d3;
}
.custom-product-category-fields {
	list-style-type : none;
}
.custom-product-category-field-item {
	font-size: 12px;
	font-weight  :700;
}
.custom-product-category-field-item-name {
	color : #F21316 ;
}
.v-divider {
	background-color: #d9d9d9;
	border: none;
	height: 1px;
	margin: 4px 0;
}

.v-divider-line { 
	border-top: 1px solid #d9d9d9;
	padding-top:8px;
}

.custom-product-rating {
	line-height : 1;
	padding-right: 15px;
	border-right: 1px solid #d3d3d3;
}

.custom-color-attribute-child , .custom-product-attribute {
	display : flex;
}

.custom-color-attribute-title , .custom-product-attribute-title {
	font-weight : 700;
}

.custom-product-attribute-label {
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	background-color: #e5e5e5b0;
	color: #333;
	padding: 6px 14px;
	margin : 0 8px;
	border-radius: 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
	border: 1px solid transparent;
	transition: all 0.2s ease;
	user-select: none;
}

.custom-product-attribute-label-selected {
	border: 1px solid #979797 !important;
	background-color: #fff;
	box-shadow: #c7c7c726;
}

.custom-product-attribute-label-text {
	display: inline-block;
	font-size: 13px;
}

.custom-product-attribute-outofstock {
	opacity: 0.4;
	pointer-events: none;
}

.custom-color-pill {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px 6px 8px;
	margin : 0 8px;
	color: #333;
	font-size: 13px;
	border-radius: 50px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	user-select: none;
}

.custom-color-pill-selected {

}
.custom-color-pill-selected .custom-color-pill-image {
	border: 1px solid #979797 !important;
	box-shadow: 0 0 0 2px rgba(216, 0, 0, 0.15);
	background-color: #fff;
}


.custom-color-pill-outofstock {
	opacity: 0.4;
	pointer-events: none;
}

.custom-color-pill-text {
	padding-right: 10px;
}

.custom-color-pill-circle {
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 27px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}


.custom-color-pill-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.custom-product-info-buy {
	display: flex;
	flex-direction : row;
	justify-content: space-between;
}

@media(max-width:991px) {
	.custom-product-info-buy {
		flex-direction : column;
	}
}

.custom-product-seller-icon {
	width: 30px;
}
.custom-product-availability {
	color: #1185E0 !important;
	font-size: 12px;
	font-weight: 700;
}
.custom-product-availability span {
	border: 1px solid #1185E0;
	padding: 8px 12px;
	border-radius: 12px;
	line-height: 1;
}
.custom-product-seller {
	color : #1185E0;
	font-size: 12px;
	font-weight : 700;
}

.btn-custom-primary {
	color: #fff;
	background-color: #1185E0;
	border-color: #1185E0;
	border-radius: 8px;
}
.btn-custom-primary:hover,
.btn-custom-primary:focus {
	color: #fff;
	background-color: #0f78c8;
	border-color: #0f78c8;
}
.btn-custom-red {
	color: #fff;
	border-radius: 8px;
	background-color: #F21316;
	border: 1px solid #F21316;
	transition: all 0.2s ease;
}

.btn-custom-red:hover,
.btn-custom-red:focus {
	background-color: #c81012;
	border-color: #c81012;
	color: #fff;
	text-decoration: none;
}
.custom-product-details .tab-content {
	background: #f2f2f2;
	padding: 30px;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-radius: 24px;
}
.custom-product-details-tab-link {
	cursor : pointer;
	padding : 16px;
	margin:4px;
	background: #f2f2f2;
	border-radius: 24px;
	border: 1px solid #dfdfdf;
	border-bottom: none;
}
.custom-product-details-tab-link.active {
	font-weight: 700;
}