.sg-gutenberg-customisations-add-to-cart-custom h2 a:hover,
.sg-gutenberg-customisations-add-to-cart-custom p a:hover {
	color: inherit;
}

.sg-gutenberg-customisations-add-to-cart-custom .product-image {
    margin: 0 0 20px 0;
}

.sg-gutenberg-customisations-add-to-cart-custom .product-image a {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.sg-gutenberg-customisations-add-to-cart-custom .product-description {
    margin-bottom: 20px;
}

.sg-gutenberg-customisations-add-to-cart-custom .product-description ul {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    max-width: 80%;
    font-size: 15px;
    line-height: 25px;
}

.sg-gutenberg-customisations-add-to-cart-custom .product-description label {
    cursor: pointer;
    user-select: none;
    margin: 0;
}

.sg-gutenberg-customisations-add-to-cart-custom .product-description label strong {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.sg-gutenberg-customisations-add-to-cart-custom .product-description label .arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    transition: all 300ms ease;
}

.sg-gutenberg-customisations-add-to-cart-custom .product-description input[type="checkbox"] {
    display: none;
}

.sg-gutenberg-customisations-add-to-cart-custom .product-description .content {
    display: none;
}

.sg-gutenberg-customisations-add-to-cart-custom .product-description input[type="checkbox"]:checked ~ label .arrow  {
    transform: rotate(180deg);
}

.sg-gutenberg-customisations-add-to-cart-custom .product-description input[type="checkbox"]:checked ~ .content {
    display: block;
}

.sg-gutenberg-customisations-add-to-cart-custom .btn {
    width: auto;
    white-space: normal;
    display: none;
}

.sg-gutenberg-customisations-add-to-cart-custom .added_to_cart {
    display: none;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #E65928;
	overflow: hidden;
    border-radius: 5px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
	background: #E65928;
	width: 150px;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity .screen-reader-text {
	display: none;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity .minus,
.sg-gutenberg-customisations-add-to-cart-custom div.quantity .plus,
.sg-gutenberg-customisations-add-to-cart-custom div.quantity .qty {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
    outline: none !important;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity .qty {
	background: #fff;
	border:none!important;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity .minus,
.sg-gutenberg-customisations-add-to-cart-custom div.quantity .plus {
	background: #fbfaf9;
	width: 50px;
	cursor: pointer;
	padding-bottom: 5px;
    height: 32px;
    position: absolute;
    top: 0;
    height: 100%;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity .minus {
    left: 0;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity .plus {
    right: 0;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity .qty::-webkit-inner-spin-button,
.sg-gutenberg-customisations-add-to-cart-custom div.quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity .minus,
.sg-gutenberg-customisations-add-to-cart-custom div.quantity .plus {
	background-color: #E65928 !important;
	color: #fff !important;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity input::-webkit-outer-spin-button,
.sg-gutenberg-customisations-add-to-cart-custom div.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity input[type="number"] {
	border-radius: 0;
    -moz-appearance:textfield;
    width: 100%;
    padding: 4px 0;
    display: block;
    color: #E65928;
}

.sg-gutenberg-customisations-add-to-cart-custom div.quantity input[type="button"]:disabled,
.sg-gutenberg-customisations-add-to-cart-custom div.quantity input[type="button"]:disabled:hover {
	background-color: #F2AB92 !important;
	opacity: 1 !important;
	cursor: default;
}

[data-displayed-stock-status="in-stock"] .btn.btn-in-stock {
    display: inline-block;
}


[data-displayed-stock-status="out-of-stock"] .btn.btn-out-of-stock {
    display: inline-block;
}

.sg-gutenberg-customisations-add-to-cart-custom .bundle-content {
    margin-bottom: 10px;
}

.sg-gutenberg-customisations-add-to-cart-custom .bundle-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 94%;
    margin: 0 auto;
}

.sg-gutenberg-customisations-add-to-cart-custom .loader {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75);
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
}

.sg-gutenberg-customisations-add-to-cart-custom.loading .loader {
    opacity: 1;
    visibility: visible;
}
