.elementor-kit-104{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-378be579:#4D66FF;--e-global-color-a81780e:#C3C6D1;--e-global-color-2c16da3e:#20242E;--e-global-color-6a27f316:#000000;--e-global-color-a93b18b:#858997;--e-global-color-ac3be8c:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-104 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================================
   WooCommerce Select2 Dropdown
   Desktop + Mobile
========================================== */

/* Remove browser arrows */
.woocommerce form select,
.select2-hidden-accessible{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

/* Select2 field */
.select2-container--default .select2-selection--single{
    height:54px;
    border:1px solid #dcdcdc;
    border-radius:8px;
    background:#fff;
    display:flex;
    align-items:center;
    position:relative;
    transition:all .25s ease;
}

/* Selected text */
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:54px;
    padding-left:16px;
    padding-right:58px;
    color:#222;
    font-size:15px;
}

/* Arrow container */
.select2-container--default .select2-selection__arrow{
    position:absolute;
    top:0;
    right:0;
    width:56px;
    height:100%;
}

/* Hide default arrow */
.select2-container--default .select2-selection__arrow b{
    display:none;
}

/* Large custom arrow */
.select2-container--default .select2-selection__arrow:after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:24px;
    height:24px;
    transform:translate(-50%,-50%);
    background-repeat:no-repeat;
    background-position:center;
    background-size:24px;
    pointer-events:none;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23666' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Hover */
.select2-container--default .select2-selection--single:hover{
    border-color:#2563eb;
}

/* Focus */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single{
    border-color:#2563eb;
    box-shadow:0 0 0 3px rgba(37,99,235,.12);
}

/* Dropdown */
.select2-dropdown{
    border:1px solid #dcdcdc;
    border-radius:8px;
    overflow:hidden;
}

/* Active option */
.select2-results__option--highlighted{
    background:#2563eb !important;
}

/* ==========================
   Mobile
========================== */

@media (max-width:767px){

    .select2-container--default .select2-selection--single{
        height:50px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height:50px;
        padding-right:54px;
        font-size:15px;
    }

    .select2-container--default .select2-selection__arrow{
        width:52px;
    }

    .select2-container--default .select2-selection__arrow:after{
        width:22px;
        height:22px;
        background-size:22px;
    }
}


/* ==========================================
   WooCommerce Checkout Order Table - Mobile
========================================== */

@media (max-width:767px){

    .woocommerce-checkout-review-order-table{
        width:100% !important;
        table-layout:fixed;
    }

    /* Product column */
    .woocommerce-checkout-review-order-table th:first-child,
    .woocommerce-checkout-review-order-table td:first-child{
        width:55% !important;
    }

    /* Price column */
    .woocommerce-checkout-review-order-table th:last-child,
    .woocommerce-checkout-review-order-table td:last-child{
        width:45% !important;
        text-align:right;
        white-space:nowrap !important;
        padding-right:15px !important;
    }

    /* Price */
    .woocommerce-checkout-review-order-table .amount,
    .woocommerce-checkout-review-order-table .woocommerce-Price-amount{
        white-space:nowrap !important;
        display:inline-block;
        min-width:95px;
        text-align:right;
    }

}

/* WooCommerce Checkout Product Name Fix */
@media (max-width:767px){

    .woocommerce-checkout-review-order-table td.product-name{
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        word-wrap: normal !important;
        hyphens: none !important;
        line-height: 1.6;
    }

    .woocommerce-checkout-review-order-table td.product-total,
    .woocommerce-checkout-review-order-table .amount{
        white-space: nowrap !important;
    }

}

@media (max-width:767px){

    #order_review{
        padding:0 !important;
    }

    .woocommerce-checkout-review-order{
        padding:0 !important;
    }

    .woocommerce-checkout-review-order-table{
        width:100% !important;
    }

    .woocommerce-checkout-review-order-table td,
    .woocommerce-checkout-review-order-table th{
        padding:12px 8px !important;
    }

}

@media (max-width:767px){

    .woocommerce-checkout-review-order-table .wc-item-meta img,
    .woocommerce-checkout-review-order-table .product-thumbnail,
    .woocommerce-checkout-review-order-table img{
        display:none !important;
    }

}/* End custom CSS */