.sg-products-carousel {
	margin-left: 0;
	margin-right: 0;
	width: auto;
	position: relative;
}

.sg-products-carousel .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-products-carousel.loading .loader {
	opacity: 1;
	visibility: visible;
}

.sg-products-carousel .filters {
	margin: 0;
	color: #484A48;
	position: absolute;
	top: 13px;
	left: 0;
    right: 0;
	max-width: var(--wp--style--global--content-size);
	z-index: 10;
}

.sg-products-carousel[data-center-sub-categories="true"] .filters {
    text-align: center;
}

.sg-products-carousel .filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sg-products-carousel .filters ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
	line-height: 32px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
    font-size: 15px;
}

.sg-products-carousel .filters ul li:last-of-type {
	margin-right: 0;
}

.sg-products-carousel .filters ul li.active {
	color: #E65928;
	border-bottom-color: #E65928;
}

.sg-products-carousel .inner {
	position: relative;
	max-width: 100% !important;
}

.sg-products-carousel .inner:not(.flickity-enabled) {
    white-space: nowrap;
    overflow: hidden;
    height: 500px;
}

.sg-products-carousel .inner:not(.flickity-enabled) .sg-product-column {
    display: inline-block;
    white-space: normal;
    height: 100%;
}

.sg-products-carousel .inner:not(.flickity-enabled) .sg-product-column > .products {
    height: 100%;
}

.sg-products-carousel:not(.products-carousel-1-slides) .inner {
	padding-top: 80px;
}

.sg-products-carousel[data-dots="true"]:not(.products-carousel-1-slides) .inner {
	padding-bottom: 40px;
}

.sg-products-carousel .sg-product-column {
	min-height: 100%;
	flex: 1;
	display: flex;
	margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 24px !important;
}

.sg-products-carousel .sg-product-column .products {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.sg-products-carousel .sg-product-column .product-other-purchase-frequencies ul {
    top: auto;
    bottom: 26px;
    border-radius: 13px 13px 0 0;
    border-top: 1px solid #e65928;
    border-bottom: none;
}

.sg-products-carousel .sg-product-column .product-other-purchase-frequencies.active .header {
    border-radius: 0 0 13px 13px;
}

.sg-products-carousel .sg-product-column .products .product {
	margin: 0 !important;
	width: 100%;
	max-width: none !important;
}

.sg-products-carousel[data-slides-to-show="1"] .sg-product-column {
	width: 100%;
}

.sg-products-carousel[data-slides-to-show="2"] .sg-product-column {
	width: calc(48% - 24px);
	margin-right: 24px;
}

.sg-products-carousel[data-slides-to-show="3"] .sg-product-column {
	width: calc(31.33% - 24px);
	margin-right: 24px;
}

.sg-products-carousel[data-slides-to-show="4"] .sg-product-column {
	width: calc(24% - 24px);
	margin-right: 24px;
}

.sg-products-carousel[data-slides-to-show="5"] .sg-product-column {
	width: calc(19.5% - 24px);
	margin-right: 24px;
}

.sg-products-carousel .view-more-button {
	padding: 40px 0 0 0;
}

.sg-products-carousel .view-more-button svg {
	margin-left: 5px;
}

.flickity-prev-next-button {
	background: #fff;
	border-radius: 50%;
	height: 40px;
	top: 8px;
	transform: none;
	transition: all .3s ease-in-out;
	width: 40px;
	padding: 0;
	border-radius: 0;
}

.flickity-prev-next-button:focus {
	box-shadow: none;
}

.flickity-prev-next-button:disabled {
	opacity: 0.5;
}

.flickity-prev-next-button.previous {
	left: auto;
	right: 40px;
}

.flickity-prev-next-button.next {
	right: 0;
}

.flickity-prev-next-button svg {
	fill: #2c3e50 !important;
	width: 28px !important;
}

.flickity-prev-next-button.previous svg {
	top: 7px;
	left: 6px;
}

.flickity-prev-next-button.next svg {
	top: 10px;
	left: 10px;
}

.flickity-page-dots {
	bottom: 0;
	line-height: 0;
	text-align: left;
}

.flickity-page-dots .dot {
	background: transparent;
	width: 9px;
	height: 9px;
	border: 1px solid #484A48;
	margin: 0 3px;
	opacity: 1;
}

.flickity-page-dots .dot.is-selected {
	transition: all .3s ease-in-out;
	background: #484A48;
}

@media (max-width: 1470px) {
	.sg-products-carousel-inner {
        padding-left: 15px;
        padding-right: 15px;
		max-width: 100%;
    }

	.sg-products-carousel .filters {
		left: 15px;
	}
}

@media (max-width: 1200px) {
	.sg-products-carousel[data-slides-to-show="4"] .sg-product-column,
	.sg-products-carousel[data-slides-to-show="5"] .sg-product-column {
		width: calc(31.33% - 24px);
		margin-right: 24px;
	}
}

@media (max-width: 991px) {

	.sg-products-carousel:not(.products-carousel-1-slides) .inner {
		padding-top: 60px;
	}

	.sg-products-carousel[data-dots="true"]:not(.products-carousel-1-slides) .inner {
		padding-bottom: 32px;
	}

	.sg-products-carousel[data-slides-to-show="3"] .sg-product-column,
	.sg-products-carousel[data-slides-to-show="4"] .sg-product-column,
	.sg-products-carousel[data-slides-to-show="5"] .sg-product-column {
		width: calc(48% - 24px);
		margin-right: 24px;
	}

	.flickity-page-dots {
		bottom: -32px;
	}
}

@media (max-width: 767px) {
	.sg-products-carousel[data-slides-to-show="2"] .sg-product-column,
	.sg-products-carousel[data-slides-to-show="3"] .sg-product-column,
	.sg-products-carousel[data-slides-to-show="4"] .sg-product-column,
	.sg-products-carousel[data-slides-to-show="5"] .sg-product-column {
		width: 40%;
		margin-right: 10px !important;
	}

	.sg-products-carousel .sg-product-column .wp-block-sg-gutenberg-customisations-svg-image {
		text-align: center;
	}

	.sg-products-carousel .sg-product-column ul.products li.product .product-price-wrapper .product-loop-reviews.loaded {
		width: 100%;
		border-top: 1px solid #DAD9D6;
		margin-top: 4px;
	}

	.sg-products-carousel .flickity-page-dots,
    .sg-products-carousel .flickity-button {
		display: none !important;
	}

    .sg-products-carousel .filters {
        right: 15px;
    }

    .sg-products-carousel .filters ul {
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .sg-products-carousel .filters ul li {
        margin-right: 16px;
    }
}

@media (max-width: 640px) {
    .sg-products-carousel[data-slides-to-show-mobile="1"] .sg-product-column {
        width: 100%;
        margin-right: 0 !important;
    }

	.sg-products-carousel[data-slides-to-show-mobile="2"] .sg-product-column {
        width: calc(48% - 10px);
    }

    .sg-products-carousel[data-slides-to-show-mobile="3"] .sg-product-column {
        width: calc(33.3% - 10px);
    }
}
