/** Header **/
.fws-results {
    margin-top: 19px;
}



.fws-categories {
    display: none !important;
}

.fws-bar input {
    outline: none;
}
.fws.type-fullwidth .fws-results .fws-products {
    width: 100%;
}
/** End Header **/

/** After Add To Cart **/
#fresh-woo-after-add-cart.show {
	z-index: 999 !important;
}
/** End After Add To Cart **/


/** Media Queries **/
@media only screen and (max-width: 768px) {
    .fws-bar input {
        border-radius: 20px !important;
    }
    .fws.type-fullwidth {
        padding: 5px 10px 5px 10px;
    }
    .fws-results {
        margin-top: 10px;
    }
}
/** End Media Queries **/


.swiper-wrapper-container {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.mySwiper2 {
    width: 100%;
    height: 400px; 
}

.thumbnails-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.mySwiper {
    flex: 1;
    overflow: hidden;
    position: relative;
    margin: 0px; 
}

.mySwiper .swiper-slide {
    width: calc(33.333% - 10px); 
    margin-right: 10px;
    opacity: 0.4;
    cursor: pointer;
    border-radius: 10px;

}


.swiper-slide{
	align-items: center!important;
	display: flex!important;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide .swiperimg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
	margin: 0 auto;
	border-radius: 20px!important;
}

.swiper-button-next,
.swiper-button-prev {


    width: 40px!important;
    height: 40px!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	margin-top: 0px!important;
    z-index: 10;
	position: relative!important;
}


.swiper-button-next {
    background-image: url('https://barrelkings.com/wp-content/uploads/2024/11/swipe-next.png');
	right: 0px!important;
}

.swiper-button-prev {
    background-image: url('https://barrelkings.com/wp-content/uploads/2024/11/swipe-prev.png');
	left: 0px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none!important;
}

	.swiper-thumbs {
		margin-left: 5px!important;
		margin-right: 5px!important;
	}

/* Responsieve aanpassingen */
@media (max-width: 768px) {
    .mySwiper .swiper-slide {
        width: calc(50% - 10px);
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 30px!important;
        height: 30px!important;
    }
	

}

@media (max-width: 480px) {
    .mySwiper .swiper-slide {
        width: 100%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 25px!important;
        height: 25px!important;
    }
}



/** custom quantity selector **/ 
.custom-quantity-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 100%; 
    max-width: 180px; 
    overflow: hidden;
	background-color: #fff!important;
	margin-right:10px;
}

.custom-quantity-selector button {

    border: none;
	font-weight: 200!important;
    cursor: pointer;
    font-size: 25px!important;
    flex: 1;
	margin-right: 10px;
    outline: none;
	color:#000!important;
	background-color: #fff!important;
	border-width: 0px!important;
	padding: 0px!important;
	font-family: "Font Awesome 5 Free"!important;
	margin-top: -3px!important;
}



.custom-quantity-selector button:focus {
    outline: none;
}

.custom-quantity-selector button:active {

}

.custom-quantity-selector input.quantity-input {
    border: none!important;
    text-align: center;
    width: 70px;
	font-family: 'Oswald', Sans serif;
    font-size: 16px!important;
    background-color: transparent;
    outline: none;
}

.custom-quantity-selector button:focus {
    
	color:#000!important;
}

.custom-quantity-selector input:focus {
    outline: none;
}

.custom-quantity-selector button:hover {
    background-color: #e0e0e0;
}

@media (max-width: 1024px) {
    .e-atc-qty-button-holder {
        display: flex;
        flex-direction: column;
    }
	
	.custom-quantity-selector {
		margin-bottom: 10px;	
	}
}
