/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* SLIDER STUFF */

.home-slider > div > div > div > div {
    height: 250px;
    align-items: center;
}

/*
.slider-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.slider {
    display: flex;
    //flex-wrap: wrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
	list-style-type: none;
	padding-bottom: 14px;
}

@media only screen and (max-width: 1024px) {
  	.slider {
  		display: grid;
  	}
	
	.slider-dots {
		display: none !important;
	}
}

.slider::-webkit-scrollbar {
    display: none;
}

.slider-item {
    flex: 0 0 calc(20% - 20px);
    margin: 10px;
    overflow: hidden;
	position: relative;
}

.slider-item .ct-woo-card-actions {
	padding-top: 14px;
}

.slider-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.slider-item > li {
	display: flex;
  	align-items: stretch;
	flex-direction: column;
}

.slider-item h2.woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 5px;
}

.slider-item .woocommerce-product-details__short-description {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.slider-item .woocommerce-loop-product__price {
    margin-bottom: 10px;
}

.slider-item .onsale, .slider-item .out-of-stock {
    bottom: 10px;
    transform: none;
}

.slider-item .ct-woo-card-extra {
    transform: none;
	right: 10px;
	top: 10px;
}

.slider-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slider-dots {
    display: flex;
    justify-content: center;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    background-color: #ccc;
    transition: background-color 0.3s ease;
}

.slider-dot.active {
    background-color: #555;
}*/
