.agp-related-group-wrap {
	display:flex;
	flex-wrap:wrap;	
}

.agp-product {
	display:flex;
	position:relative;
}

.agp-product-box {
	display:block;
	margin-right:8px;
	margin-bottom:8px;
}

.agp-product-link {
	flex-direction:column;
	display:flex;
	box-sizing:border-box;
	border-radius: 2px;
	min-width:40px;
	min-height:40px;
	box-shadow: inset 0 0 0 1px var(--m-color-border,#aaa);
	padding:8px;	
}

.agp-product-link.selected {
    box-shadow: inset 0 0 0 2px #ff5a00;
}

.agp-product-image {
	width:64px;
	height:64px;
	line-height: 64px;
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
.agp-related-group-wrap::-webkit-scrollbar {
    display: none
}
.single-product div.product form.cart {margin-top: 0;}
.agp-related-group-wrap {
    overflow: hidden;
    vertical-align: top;
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
}
.agp-product {
    display: inline-block;
    vertical-align: top;
}
}

.agp-product-plus {display: flex}
.agp-product-hide {display: none}
@media (max-width: 767px) {
.agp-product-plus {display: none}
.agp-product-hide {display: inline-block;}
}