body, 
p, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
a{
    font-family: 'Didact Gothic', sans-serif !important;
    font-weight: 400 !important;
}

p.elementor-heading-title{
    font-size: 24px !important;
}

.site-content p, 
.site-content ul li, 
.site-content ol li, 
.site-content a{
    font-family: 'Didact Gothic', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px;
}

.elementor-widget-woocommerce-product-content{
    font-family: 'Didact Gothic', sans-serif !important;
    font-weight: 400 !important;
}

#page{
    overflow: hidden !important;
}

.category-carousel{
    background-size: contain;
}

.carousel-next i::before, .carousel-previous i::before{
    font-size: 30px !important;
    color: #000 !important;
}

.carousel-category-text,
.carousel-category-text a{
    background-color: transparent !important;
    color: #563474 !important;
    font-family: 'Didact Gothic', sans-serif !important;
    text-align: center !important;
    box-shadow: none !important;
    margin-bottom: 80px !important
}

.carousel-category-text{
    margin-bottom: 100px !important; 
    padding: 20px 15px !important;
}

.carousel-category-text a.font-title span{
    font-size: 26px !important;
}

.carousel-product-title,
.carousel-product-title > div {
    background-color: transparent !important;
    color: #000 !important;
    font-family: 'Didact Gothic', sans-serif !important;
    text-align: center !important;
    box-shadow: none !important;
}

.current-language-menu-item{
    display: none !important;
}

.elementor-nav-menu--main .elementor-nav-menu a{
    padding: 10px 13px !important;
}

.k-footer nav ul li a{
    padding-left: 0 !important;
}

.wc-has-gallery .secondary-image {
    position: absolute;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    left: 50%;
    top: 50% !important;;
    transform: translate(-50%, -50%) !important;
}

.wc-has-gallery .attachment-woocommerce_thumbnail{
    transition: all .3s ease-in-out !important;
}

 li.product.wc-has-gallery:hover .attachment-woocommerce_thumbnail{
    opacity: 0 !important;
}

/* .elementor-widget-woocommerce-product-content p{
    margin-bottom: 20px;
} */

.elementor-widget-woocommerce-product-content p,
.elementor-widget-woocommerce-product-content ul,
.elementor-widget-woocommerce-product-content ol{
    font-size: 18px !important;
}

/* .elementor-widget-woocommerce-product-content p:empty{
    display: none;
} */

.woocommerce div.product p.stock{
    font-size: 18px !important;
}

p.stock.in-stock{
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.cart .quantity input{
    margin-right: 20px !important;
}

.cart .single_add_to_cart_button{
    margin-left: 0 !important;
}

.inflex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.font-title{
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.font-title span{
    flex-shrink: 0;
}

.font-title h2, .font-title h2 span, .font-title span{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 0 !important;
}

h3.woocommerce-loop-product__title{
    font-size: 20px !important;
}

.wc_payment_method{
    border-radius: 10px;
    background-color: #563474;
    color: white;
    padding: 20px;
    margin-bottom: 20px !important;
}

.wc_payment_method label{
    cursor: pointer;
}

.wc_payment_method a{
    color: #ffffff !important;
    text-decoration: underline !important;
}

.wc_payment_method a:hover{
    color: #ffffff !important;
    text-decoration: underline !important;
}

.wc_payment_method input{
    clip: unset !important;
    cursor: pointer;
}

.woocommerce-terms-and-conditions-wrapper{
    margin-bottom: 20px;
}

.product-images{
    display: flex;
}

.product-images .woocommerce-product-gallery__image{
    width: 50%;
    padding: 10px;
}

.product-images .woocommerce-product-gallery__image img{
    -webkit-box-shadow: 0px 0px 3px 0px rgba(86,52,116,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(86,52,116,1);
    box-shadow: 0px 0px 3px 0px rgba(86,52,116,1);
}