/**
 * Theme Name: Freebeesshop
 * Description: Blocksy Child theme
 * Version: 1.0.0
 * Author: BEELDR
 * Template: blocksy
 * Text Domain: blocksy
 */

/* 
.admin-bar div[data-block="hook:1277"] {
    top: 160px;	
}
@media screen and (max-width: 782px) {
	.admin-bar div[data-block="hook:1277"] {
		top: 70px;	
	}
} */

/* 
div[data-block="hook:1277"] {
    position: sticky;
    top: 130px;
    z-index: 88;
}
*/

/* Masthead home and shop | Mobile / tablet  */
div[data-block="hook:1560"] {
	position: relative;
	overflow: hidden;
}
/* Masthead home and shop | Mobile / tablet  */

/* Filter header bottom  */
#header-menu-2 .menu-item .ct-menu-link {
    padding: 6px 12px;
    border-radius: 8px;
    height: auto;
}

#header-menu-2 .menu-item.current-menu-item .ct-menu-link{
    background: #362c66;
    color: #fff!important;
} 
#menu-product-category-1 .menu-item.current-menu-item {
    border-radius: 8px;
    height: auto;
}
#menu-product-category-1 .menu-item .ct-menu-link{
    padding: 3px 8px;
}

#menu-product-category-1 .menu-item.current-menu-item .ct-menu-link{
    background: #362c66;
    color: #fff!important;
}
nav[class*=menu] li[class*=current-menu-]>.ct-menu-link, nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent {
    color: #000000!important;
}

/* Filter header bottom  */

/* // page transition */
#main {
    opacity: 1;
    transition: 400ms opacity;
}
#main.fade-out {
    opacity: 0;
    transition: none;
}

#main {
    -webkit-animation: fadein 400ms;
            animation: fadein 400ms;
}

div[data-block="hook:1060"]{
	-webkit-animation: fadein 400ms;
            animation: fadein 400ms;
}
div[data-block="hook:1060"].fade-out {
    opacity: 0;
    transition: none;
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* // page transition */
.ff-el-is-error select,
.ff-el-is-error textarea,
.ff-el-is-error input[type=url],
.ff-el-is-error input[type=tel],
.ff-el-is-error input[type=text],
.ff-el-is-error input[type=time],
.ff-el-is-error input[type=date],
.ff-el-is-error input[type=datetime],
.ff-el-is-error input[type=datetime-local],
.ff-el-is-error input[type=email],
.ff-el-is-error input[type=number],
.ff-el-is-error input[type=search],
.ff-el-is-error input[type=password],
.ff-el-is-error fieldset .wc-stripe-elements-field,
.ff-el-is-error .ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]){
    border-color: #d20100!important;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    color: #d20100!important;
    margin-left: 1px!important;
    font-weight: 900;
}
.fluentform .ff-el-is-error .ff-el-form-check-label, .fluentform .ff-el-is-error .ff-el-form-check-label a{
    color: #d20100!important;
}

/* Product card */
[data-products] .product> .custom-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio (9/16 * 100) */
    overflow: hidden;
}

.custom-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Zorgt ervoor dat de afbeelding correct schaalt */
}


[data-products] .product {
    background: #ffffff;
    border: 6px solid #f7f7f7;
	padding-bottom: 20px;
}

[data-products] .product .ct-media-container {
    border-radius: 0;
}

[data-products] .product h2, [data-products] .product div {
    padding: 0px 20px 0px 20px;
}

[data-products] .product .entry-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

[data-products=type-1] .ct-woo-card-actions[data-alignment=equal] .button {
    min-width: 120px;
    font-weight: 600;
}
/* Product card */

/* login woocommerce */
.page .ct-woo-unauthorized>.woocommerce-form-login, .ct-woo-unauthorized>.woocommerce-ResetPassword{
	margin-inline: unset!important;
}
.page .woocommerce-form-login input, .woocommerce-ResetPassword input {
    background: #ffffff!important;
    border: 1px solid #362c66!important;
}
/* login woocommerce */

/* single woocommerce */
#freebees_input[type=number]::-webkit-inner-spin-button, 
#freebees_input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
input[type=number] {
  line-height: 34px;
}

input[type=number]::-webkit-inner-spin-button {
  width: 34px;
  height: 34px;
}
@media (min-width: 1000px) {
 	.product .summary.entry-summary {
        grid-template-columns: 2.6fr 1fr!important;
    	grid-gap: 10px;
		display: grid;
		min-width: 100%;
		margin-inline-start: 0;
    }
}
.woocommerce-product-details__short-description {
    display: none;
}
.product .entry-summary section:first-child {
	background: #ffffff;
	padding: 2rem;
	margin-bottom: 3rem;
}

@media only screen and (min-width: 1000px) {
	.product .entry-summary section:first-child {
		background: #ffffff;
		padding: 4rem;
		margin-bottom:0;
	}
}

.product .entry-summary section{
	padding: 20px;
}


.product .entry-summary section:last-of-type {
    height: fit-content;
    background: #47427c;
    border: 6px solid #a8a6c2;
    color: #fff;
}
@media (min-width: 1000px) {
    .product .entry-summary section:last-of-type {
        border-left: 6px solid #a8a6c2!important;
    }
}
@media (max-width: 999.98px) {
    .product .entry-summary section:last-child {
        border-top: 6px solid #a8a6c2!important;
    }
}

.product .entry-summary section:last-of-type .ct-product-add-to-cart input {
    background: #ffffff;
	margin-bottom: 10px;
}

.ct-product-add-to-cart label {
    font-weight: 700;
    margin-bottom: 4px;
    display: flex;
}

.product .entry-summary section:last-of-type .ct-product-add-to-cart .single_add_to_cart_button{
	border: 1px solid #fff;
	font-weight: 700;
	margin-top: 15px;
}

.product .entry-summary-items .ct-product-add-to-cart {
	margin-bottom: 0;
}

.product .entry-summary section:last-of-type .ct-product-divider {
    display: none!important;
}
.product .entry-summary section:last-of-type .ct-product-add-to-cart .single_add_to_cart_button{
	min-width: 100%;
}
/* variable product woocommerce */
.ct-product-add-to-cart button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    min-width: 100%;
}
.ct-product-add-to-cart a.added_to_cart.wc-forward {
    min-width: 100%;
    opacity: 1;
    background: white;
}
.ct-product-add-to-cart span.woocommerce-Price-amount.amount{
	color: #fff;
}
.ct-product-add-to-cart form.variations_form table.variations select {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin-bottom: -20px;
}
.ct-product-add-to-cart form.variations_form table.variations label {
    font-weight: 700!important;
}
.ct-product-add-to-cart form.variations_form table.variations {
    margin-bottom: 0!important;
}
.ct-product-add-to-cart form.variations_form a.reset_variations[style*="visibility: visible;"] { 
    margin-top: 20px;
	color:	#a8a6c2;
}
/* variable product woocommerce */
/* single woocommerce */

.woocommerce-billing-fields input, .woocommerce-billing-fields .select2-selection--single, .woocommerce-additional-fields .form-row textarea {
    border: 1px solid #362c66!important;
}

.woocommerce-tabs[data-type*=type-3] .ct-accordion-heading {
    text-transform: none;
}

/* Mobile menu */
[data-header*="type-1"] #offcanvas .ct-toggle-close {
    margin-left: 4px;
    margin-top: 10px;
}
/* Mobile menu */