.vertical-nav-wrapper {
	display: none;
}

.content-wrapper {
	float: none;
	width: 100%;
}

.pd-offer {
	background: #f7f7f9;
	padding: 15px;
	line-height: 1.3;
	width: 100%;
	margin: 20px 0;
}

.stock-hint {
	display: inline-block;
	clear: both;
	position: relative;
	font-weight: 400;
	font-size: .85rem;
	border: 1px solid #fff;
	border-radius: .2rem;
	padding: 2px .85rem;
	margin-bottom: .2rem;
}

.out-stock-hint {
	color: #fff;
	background-color: #000;
}

.in-stock-hint {
	color: #fff;
	background-color: #4caf50;
}

.pd-actions-container {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.pd-actions-primary:not(:empty) {
	margin-bottom: 15px;
}

.pd-actions-primary:not(:empty) > :not(:last-child) {
	margin-bottom: 7.5px;
}

.pd-actions {
	overflow-x: hidden;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.pd-actions.pd-actions-xl {
	overflow-x: auto;
}

.pd-actions .pd-action-item {
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, .15);
	padding-top: 6px;
}

.pd-actions .pd-action-item:last-child {
	border-color: transparent;
}

.pd-actions .pd-action-item.col .pd-action-label,
.pd-actions .pd-action-item.col-2 .pd-action-label {
	display: none !important;
}

@media (min-width:576px) and (max-width:767.98px) {
	.pd-actions .pd-action-item.col .pd-action-label,
	.pd-actions .pd-action-item.col-2 .pd-action-label {
		display: block !important;
	}
}

@media (min-width:1200px) {
	.pd-actions .pd-action-item.col .pd-action-label,
	.pd-actions .pd-action-item.col-2 .pd-action-label {
		display: block !important;
	}
}

.pd-actions .pd-action-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	height: 100%;
	-webkit-appearance: none;
	cursor: pointer;
}

.pd-actions .pd-action-link .pd-action-icon {
	display: block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	color: #abadb1;
	-webkit-transition: all 125ms ease-out;
	transition: all 125ms ease-out;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
}

.pd-actions .pd-action-link .pd-action-label {
	padding-top: .375rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pd-actions .pd-action-link:hover .pd-action-icon {
	color: #eeb819;
	-webkit-transform: scale(1.14);
	transform: scale(1.14);
}

.btn-edit-product {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, .5);
}

.pd-section-top:hover .btn-edit-product {
	display: inline-block;
}

.summary-content,
.related-products .grid-item-inner {
	border: none;
}

.add-to-wishlist {
	display: none;
}

.product-description-wrap {
	margin-top: 40px;
}
