/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

/*------------------------------------------------------------*/
/* General                                                    */
/*------------------------------------------------------------*/

/*------------------------------------------------------------*/
/* Header                                                     */
/*------------------------------------------------------------*/
.jet-dropdown-arrow {
    margin-right: 4px;
    margin-top: 3px;
}

.px-menu-in-bold a {
    font-weight: 700 !important;
}

/*------------------------------------------------------------*/
/* Home Page                                                  */
/*------------------------------------------------------------*/
/*
.sp-carrousel div[data-swiper-slide-index="2"] > a {
    color: brown;
}

.sp-carrousel div[data-swiper-slide-index="2"] > a figcaption {
    color: brown !important;
}
*/

/*------------------------------------------------------------*/
/* Pages                                                      */
/*------------------------------------------------------------*/

/*------------------------------------------------------------*/
/* Product Page                                               */
/*------------------------------------------------------------*/
.px-order-page h2 {
    font-size: 1.75rem;
}

#pewc-group-3196 {
    display: none;
}

#pewc-group-1715 .pewc-group-description {
    color: #333 !important;
}

.pewc-total-field-wrapper>p:nth-child(1),
.pewc-total-field-wrapper>p:nth-child(2) {
    display: none;
}

#pewc-group-3000 .pewc-total-field-wrapper>p:nth-child(1) {
    display: block;
}

#pewc-grand-total-label {
    float: right;
}

#pewc-grand-total {
    float: left;
}

#wl-group-1715 .wl-product-extra-groups {
    display: flex;
    justify-content: space-between;
}

#wl-group-1715 .wl-product-extra-groups .wl-item {
    flex: 0 0 45%;
}

.wl-total-field-wrapper {
    background: #e7f7ff;
    padding: 15px;
    background-color: #19927f4f;
    margin-bottom: 5px;
}

.cart button {
    border-style: double;
    border-width: 11px 11px 11px 11px;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 14px 14px 14px;
    color: #ffffff;
    background-color: #10A692;
    border-color: #FFFFFF;
    transition: all 0.2s;
}

#wl_calc_form .quantity {
    display: flex;
    width: 100%;
}

#wl_calc_form .wl_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wl_calc_form .wl_buttons input {
    max-width: 100px;
    height: 42px;
}

.wl_error {
    display: block;
    margin-top: 10px;
    color: red;
}

#wordpress_file_upload_textbox_1 {
    display: none;
}

div.file_div_clean_responsive_container {
    /*height: 160px;*/
}
/*.wl-field-1310{*/
	/*display: none;*/
/*}*/

form#uploadform_1 .file_input_button,
input[type=file], 
input[type=file]::-webkit-file-upload-button {
	cursor: pointer;
}
#wl_id_product,
#wl_group_1301_1310{
    cursor: pointer;
}
.single_add_to_cart_button:disabled{
    filter: grayscale(1);
}
.single_add_to_cart_button:disabled:hover{
    background-color: #10A692;
}
#wfu_messageblock_header_1{
    display: none!important;
    opacity: 0;
}
.wl_thumbnail_image{
    width: 150px;
    height: 150px;
    object-fit: contain;
}
#wfu_messageblock_header_1_1{
    display: none;
}
.wl_open_modal_wrapper{
    display: inline-block;
    position: relative;
}
.wl_open_modal{
    cursor: pointer;
    padding: 0 10px 0 0px;
}
#wfu_messageblock_header_1_container_1{
    display: none;
}
.wl_modal{
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    top: 20px;
    z-index: 222;
    box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 20%);
    width: 300px;
    line-height: 1.2;
}
@media all and (max-width: 768px) {
.wl_modal{
    left: -155px;
    }
}
.wl_modal p{
    margin-bottom: 0;
}

form#uploadform_1.file_input_uploadform,
div.file_div_clean_responsive,
form.file_input_uploadfor,
input[type="button"].file_input_button {
    max-width: 100%;
    width: 100%;
    height: 80px;
}
div.file_div_clean_responsive {

    max-width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
}

.file_input_uploadform input[type="button"].file_input_button:disabled,
.file_input_uploadform input[type="button"].file_input_button_hover:disabled,
.file_input_uploadform input[type="button"].file_input_button_hover,
.file_input_uploadform input[type="button"].file_input_button {
    max-width: 90%;
    width: 100%;
    height: 70px;
    margin: 10px;
    border-radius: 6px;
    background: transparent;
    border: 1px dashed rgba(0, 0, 0, 0.3);
    outline: none;
    cursor: pointer;
}

.file-upload-button,
form.file_input_uploadform,
input[type="file"].file_input_hidden {
    cursor: pointer;
}

.single_add_to_cart_button:focus{
	outline:none;
}

div.file_progress_bar {
width: 100%!important;
    border: unset!important;
}

.woocommerce-checkout-review-order-table .variation,
.woocommerce-cart-form__cart-item .variation{
    display: none;
}

.px-order-page .wl-group-wrap {
    margin: 30px auto;
}

.px-order-page #meidot .wl_open_modal_wrapper {
    position: absolute;
}

.px-order-page #meidot .wl_open_modal {
    right: 70px !important;
}

/*------------------------------------------------------------*/
/* Cart & Checkout Pages                                      */
/*------------------------------------------------------------*/
.cart_item img,
.product-name img,
.woofc-item-title img {
    width: 70px !important;
    margin-top: 5px;
}

.woocommerce-account .site-main {
    margin: 25px auto;
}

.woocommerce-checkout .woocommerce-shipping-methods label {
    vertical-align: 2.5px;
}