body#top .all_colors p {
	font-size: var(--font-size-med);
	line-height: var(--line-height-med);
}

#top .all_colors .entry-content > .vc_row:not(.vc_inner):first-of-type p,
#top .all_colors .bigtext p {
	font-size: var(--font-size-big);
	line-height: var(--line-height-big);
}

.vc_row:not(.vc_inner):first-of-type .wpb_text_column {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}


.circled-image img {
	clip-path: circle(72.7% at 67% 26%);
}

#main > div {
	border: none;
}

table div.quantity {
	width: auto !important;
}

.quantity input {
	border: none !important;
}

.quantity input.plus {
	margin-left: 15px !important;
}

.quantity input.minus {
	margin-right: 15px !important;
}

.quantity input.plus,
.quantity input.minus {
	background: var(--blue) !important;
	font-size: 22px;
	border-radius: 50px !important;
}