/*---------------------------------------------------------------*/
/*----------------------------- Admin ---------------------------*/
/*---------------------------------------------------------------*/

/* Init */
.woocommerce-homescreen .is-inbox
{
    display: none;
}

.woocommerce-homescreen-column
{
  width: 100% !important;
}

.woocommerce-stats-overview__install-jetpack-promo 
{
    display: none;
}

.woocommerce-page .woocommerce-quick-links 
{
    display: none;
}

.woocommerce-page #activity-panel-tab-inbox
{
    display: none !important;
}

.woocommerce-layout__header .woocommerce-layout__activity-panel-mobile-toggle
{
    display: none !important;
}

.woocommerce-mobile-app-banner 
{
    display: none !important;
}

.woocommerce-task-dashboard__container 
{
    display: none !important;
}

.pagenow-woocommerce_page_wc-admin .woocommerce-homescreen 
{
    flex-direction: column !important;
}

.woocommerce-task-progress-header 
{
    display: none !important;
}

/* WP Menu */
#wp-admin-bar-woocommerce-site-visibility-badge 
{
    display: none !important;
}

/* Orders */
.wp-list-table .column-billing_address,
.wp-list-table .column-shipping_address
{
    display: table-cell;
}

.pagenow-shop_order #postcustom,
.pagenow-shop_order #woocommerce-order-downloads  
{
    display: none;
}

#woocommerce-order-actions .order_actions #actions select 
{

}

.post-type-shop_order .woocommerce-BlankState .woocommerce-BlankState-message::before 
{
    background: url(../images/admin/orders/icon-tienda-1.png);
    width: 120px;
    height: 105px;
    text-indent: -9999999px;
    margin-left: auto;
    margin-right: auto;
}

.post-type-shop_order .woocommerce-BlankState-buttons .woocommerce-BlankState-cta
{
    display: none !important;
}

.wp-admin .woocommerce #order_data .order_data_column .form-field-wide input.hour,
.wp-admin .woocommerce #order_data .order_data_column .form-field-wide input.minute 
{
    width: 4em;
    text-align: center;
}

/* Products List */
.woocommerce-page #dropdown_product_type 
{
    display: none;
}

/* Products */
.woocommerce-page .pagenow-product .wrap .page-title-action
{
    display: none;
}

.woocommerce-page .et_pb_toggle_builder_wrapper 
{
    display: none;
}

.woocommerce-page #wp-content-media-buttons,
.woocommerce-page #wp-excerpt-media-buttons 
{
    /*display: none;*/
}

.woocommerce-page .switch-html,
.woocommerce-page .mce-wp-dfw
{
    display: none;
}


.woocommerce-page .type_box
{
    /*display: none !important;*/
}

#woocommerce-product-data .hndle 
{
    margin-bottom: 10px;
}

#woocommerce-product-data .hndle span.type_box 
{
    top: auto;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
    position: relative;
    z-index: 9;
}

#woocommerce-product-data .hndle label:first-child 
{
    z-index: 9;
}

.woocommerce-page #et_settings_meta_box  
{
    display: none;
}

.woocommerce-feature-enabled-product-custom-fields .et_pb_toggle_builder_wrapper 
{
    display: none!important;
}

/*-- Variables */
.woocommerce_variable_attributes .variable_pricing,
.woocommerce_variable_attributes .show_if_variation_manage_stock
{
  
}

.woocommerce_variable_attributes .data div::after
{
    content: " ";
    clear: both;
    display: block;
}

.woocommerce_variable_attributes .options label:nth-child(2), 
.woocommerce_variable_attributes .options label:nth-child(3) {
    display: none;
}

/* Marketing */

.woocommerce-marketing-knowledgebase-card 
{
    display: none;
}

#toplevel_page_woocommerce-marketing .wp-submenu
{
    /*display: none !important;*/
}

/*-- Coupons */
.woocommerce-BlankState
{
    width: 100%;
}


.pagenow-edit-shop_coupon .woocommerce-BlankState .woocommerce-BlankState-cta:last-child
{
    display: none !important;
}

@media only screen and (max-width: 1280px)  
{
    /* Orders */
    #woocommerce-order-actions .order_actions #actions select 
    {
        width: 85%;
    }
}

/* Analytics */
.woocommerce-layout__footer 
{
    bottom: 40px !important;
    z-index: 999999 !important;
}

.woocommerce-admin-page__analytics_report .components-popover__content 
{
    width: auto;
}

/* Payments (?) */
#toplevel_page_admin-page-wc-admin-task-payments 
{
    display: none !important;
}

/* Orders */

/* -- Single Order */
.ks-m-wc-extender-admin-order-single-order-export 
{
    margin-top: 5px;
    margin-bottom: 5px;
}


/*---------------------------------------------------------------*/
/*---------------------------- Public ---------------------------*/
/*---------------------------------------------------------------*/

/*-------------------------- Selectors ---------------------------*/

.et_pb_wc_cart_totals .select2-container .select2-selection--single .select2-selection__rendered, 
.et_pb_wc_checkout_billing .select2-container .select2-selection--single .select2-selection__rendered, 
.et_pb_wc_checkout_shipping .select2-container .select2-selection--single .select2-selection__rendered 
{
    color: #999 !important;
}

/*-------------------------- Menu ---------------------------*/
.ks-m-public-wc-extender-menu-button-cart
{
    position: relative;
}

.ks-m-public-wc-extender-menu-button-cart a
{
    position: relative;
    min-width: 30px;
    min-height: 15px;
}

.ks-m-public-wc-extender-menu-button-cart a.ks-m-public-wc-extender-menu-button-cart-a::before, 
.pa-underline-dropout nav ul li.ks-m-public-wc-extender-menu-button-cart a::before 
{
    font-family: ETmodules!important;
    font-weight: 900;
    content: "\e07a" !important;
    font-size: 20px;
    color: #666666;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1 !important;
    background: none;
    /*box-shadow: 0px 0px 25px 3px #A1A1A1;*/
}

.ks-m-public-wc-extender-menu-button-cart a:hover 
{
    text-decoration: none;
}

.ks-m-public-wc-extender-menu-button-cart p
{
    display: none;
    padding-right: 10px;
}

.ks-m-public-wc-extender-menu-button-cart .cart-contents-count 
{
    position: absolute;
    top: -12px;
    left: 35px;
    font-weight: normal;
    font-size: 12px;
    min-height: 22px;
    min-width: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50px;
    padding: 0px 5px;
    display: flex;
    justify-content: center;
    justify-items: center;
    box-sizing: content-box;
    border: 1px solid #cfcfcf;
}

/*.ks-m-public-wc-extender-menu-button-cart:before
{   content: "\e07a";
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
}*/

.et-cart-info { display: none; }

@media (max-width: 980px)
{
    .ks-m-public-wc-extender-menu-button-cart a:before
    {
        display: none;
    }
    .ks-m-public-wc-extender-menu-button-cart p
    {
        display: inline-block;
    }
    .ks-m-public-wc-extender-menu-button-cart .cart-contents-count 
    {
        position: relative;
        display: inline-block !important;
        top: -3px;
        right: 0;
        margin-top: 0;
    }
}

/*--------------------- Shop Products -------------------------*/

.woocommerce ul.products 
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/*---- Cart Lateral Viewer ----*/
.ks-m-wc-extender-public-shop-product-cart-lateral-viewer 
{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-background 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 ,0 ,0, .8);
    cursor: pointer;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-wrapper 
{
    position: absolute;
    top: 0;
    right: -100%;
    background-color: #fff;
    max-width: 360px;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;

    transition: all 1s;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-wrapper-open 
{
    right: 0;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-header 
{
    min-height: 53px;
    background-color: #333333;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-header-button-close 
{
    cursor: pointer;
    padding: 0;
    font-size: 25px;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-header-title 
{
    font-size: 18px;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-items 
{
    max-height: calc(75% + 15px);
    overflow: auto;
    margin-bottom: 25px;
    transition: all 1s;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item
{
    display: flex;
    margin-bottom: 10px;
    position: relative;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item-column
{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item-column:first-child
{
    width: 30%;
    display: flex;
    position: relative;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item-column:last-child
{
    
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item-image-container 
{

}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item-image 
{
    width: 70px;
    height: 70px;
    margin-right: 10px;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item-image-remove 
{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background-color: red;
    padding: 5px 6px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: all 0.5s;
    border: thin solid #fff;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item-image-remove:hover 
{
    opacity: 1;
}

/*.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item-image-remove::before 
{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    height: 0;
}*/

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item img
{
    
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-data 
{
    min-height: 175px;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item-subtotal 
{
    display: block;
    font-weight: bold;
    width: 100%;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-item-description 
{
    display: block;
    width: 100%;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-subtotal 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-subtotal h4
{
    font-weight: bold;
    font-size: 35px;
    display: block;
    width: 100%;
    text-align: center;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-subtotal h5
{
    display: block;
    width: 100%;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-go-to-cart,
.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-go-to-checkout 
{
    color: white;
    background-color: #333333;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    width: 100%;
    margin: 0 auto 15px auto;
    cursor: pointer;
    font-weight: bold;
    display: block;

    transition: all 0.5s;
}

.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-go-to-cart:hover,
.ks-m-wc-extender-public-shop-product-cart-lateral-viewer-go-to-checkout:hover
{
    background-color: #70112C;
}



/*---- Row Mode ----*/
.ks-m-wc-extender-public-shop-products-mode-row .products 
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ks-m-wc-extender-public-shop-products-mode-row .product
{
    width: 47% !important;
    margin: 0 2.99% 2.992em 0 !important;
    clear: right !important;
}

.ks-m-wc-extender-public-shop-products-mode-row .et_shop_image 
{
    margin-right: 15px;
}

.ks-m-wc-extender-public-shop-products-mode-row .et_shop_image img
{
    margin: 0 !important;
}

.woocommerce-page .ks-m-wc-extender-public-shop-products-mode-row ul.products li.product a img, 
.woocommerce .ks-m-wc-extender-public-shop-products-mode-row ul.products li.product a img
{
    margin: 0 !important;
}


.ks-m-wc-extender-public-shop-products-mode-row .woocommerce ul.products li.product a 
{
    display: flex;
    flex-direction: row;
}

.ks-m-wc-extender-public-shop-product-column 
{
    flex-direction: column;
}

.ks-m-wc-extender-public-shop-product-column h2.woocommerce-loop-product__title 
{
    /*min-height: 75px;*/
}

.ks-m-wc-extender-public-shop-product-price-cart-wrapper 
{
    min-height: 100px;
}

.ks-m-wc-extender-public-shop-products-mode-row .ks-m-wc-extender-public-shop-product-column-flex-30 
{
    flex-basis: 30%;
}

.ks-m-wc-extender-public-shop-products-mode-row .ks-m-wc-extender-public-shop-product-column-flex-70 
{
    flex-basis: 70%;
    flex-direction: column;
    min-height: 145px;
    display: flex;
    justify-content: space-around;
}

.ks-m-wc-extender-public-shop-products-mode-row ul.products li.product .woocommerce-loop-product__title 
{
    padding-top: 0;
}

.ks-m-wc-extender-public-shop-product-description 
{
    display: none !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    line-height: 1.2;
    max-height: 65px;
}

.ks-m-wc-extender-public-shop-product-description-show .ks-m-wc-extender-public-shop-product-description 
{
    display: -webkit-box !important;
} 

.ks-m-wc-extender-public-shop-product-price-cart-wrapper .price 
{
    width: 100%;
    min-height: 16px;
}

.ks-m-wc-extender-public-shop-product-price-cart-wrapper .woocommerce-Price-from 
{
    font-weight: normal;
}

/* Add To Cart */

.ks-m-wc-extender-public-shop-product-cart-add-wrapper
{
    display: none;
}

.ks-m-wc-extender-public-shop-product-cart-add-show .ks-m-wc-extender-public-shop-product-cart-add-wrapper
{
    display: block;
}

.ks-m-wc-extender-public-shop-product-cart-add 
{
    box-shadow: 0px 0px 6px 0px #999;
    padding: 2px 15px;
    background-color: #333333;
    color: #fff !important;
    transition: all 0.5s;
    display: flex !important;
    justify-content: center;
    text-align: center;
}

.ks-m-wc-extender-public-shop-product-cart-add:hover
{
    background-color: #70112C;
}

.ks-m-wc-extender-public-shop-product-cart-add-hide 
{
    opacity: 0;
    display: none !important;
}

.ks-m-wc-extender-public-shop-product-cart-add-wrapper .fluid-width-video-wrapper
{
    width: auto;
}

.ks-m-wc-extender-public-shop-product-cart-add-wrapper .ks-m-wc-extender-public-shop-product-cart-add-object
{
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}

/* Add To Cart Popup */
.ks-m-wc-extender-public-shop-product-cart-add-popup 
{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-background 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 ,0 ,0, .8);
    cursor: pointer;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-wrapper 
{
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    max-width: 360px;
    width: 100%;
    max-width: 360px;
    max-height: 500px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    transform: translate(-50%, -50%);
    transition: all 1s;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-header 
{
    background-color: #333333;
    padding: 10px;
    margin-bottom: 10px;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-title 
{
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-product 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-product-title 
{
    margin-bottom: 10px;
    font-size: 18px;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-product-image-container 
{
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-product-image 
{
    width: 100%;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-product-price 
{
    font-size: 18px;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-go-to-continue,
.ks-m-wc-extender-public-shop-product-cart-add-popup-go-to-cart,
.ks-m-wc-extender-public-shop-product-cart-add-popup-go-to-checkout 
{
    color: white;
    background-color: #333333;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin: 0 auto 10px auto;
    cursor: pointer;
    font-weight: bold;
    display: block;
    transition: all 0.5s;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-go-to-checkout 
{
    margin-bottom: 0;
}

.ks-m-wc-extender-public-shop-product-cart-add-popup-go-to-continue:hover,
.ks-m-wc-extender-public-shop-product-cart-add-popup-go-to-cart:hover,
.ks-m-wc-extender-public-shop-product-cart-add-popup-go-to-checkout:hover
{
    background-color: #70112C;
}

/* Cart Mobile Footer View */
.ks-m-wc-extender-public-shop-product-cart-mobile-footer-total-view 
{
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.ks-m-wc-extender-public-shop-product-cart-mobile-footer-total-view-wrapper 
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 0px 6px 0px #999;
    padding: 2px 10px;
    width: 100%;
    height: 60px;
    background-color: #48B836;
}

.ks-m-wc-extender-public-shop-product-cart-mobile-footer-total-view-count 
{
    background-color: #056132;
    color: #fff;
    padding: 5px 10px;
}

.ks-m-wc-extender-public-shop-product-cart-mobile-footer-total-view-title 
{
    color: #fff;
}

.ks-m-wc-extender-public-shop-product-cart-mobile-footer-total-view-price 
{
    color: #fff;
}


@media (max-width: 980px)
{
    .ks-m-wc-extender-public-shop-products-mode-row .products li.product
    {
        width: 100% !important;
        min-width: 100%;
        margin-right: 0 !important;
    }

    .ks-m-wc-extender-public-shop-products-mode-row .ks-m-wc-extender-public-shop-product-description 
    {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 0 !important;
        margin: 2px 0 2px !important;
        max-height: 32px;
    }

    .ks-m-wc-extender-public-shop-products-mode-row .ks-m-wc-extender-public-shop-product-column-flex-30 
    {
        flex-basis: 45%;
        width: 45%;
    }

    .ks-m-wc-extender-public-shop-products-mode-row .ks-m-wc-extender-public-shop-product-column-flex-70 
    {
        flex-basis: 55%;
        width: 55%;
    }

    .ks-m-wc-extender-public-shop-products-mode-row ul.products li.product .onsale
    {
        font-size: 12px !important;
        padding: 6px 18px !important;
        top: -20px!important;
        width: 34%;
    }

    .ks-m-wc-extender-public-shop-product-column 
    {
        flex-direction: column;
    }

    .ks-m-wc-extender-public-shop-product-price-cart-wrapper 
    {

    }

    a.ks-m-wc-extender-public-shop-product-cart-add 
    {
        margin-top: 10px;
    }

    /* Cart Mobile Footer View */
    .ks-m-wc-extender-public-shop-products-mode-row .ks-m-wc-extender-public-shop-product-cart-mobile-footer-total-view  
    {
        
    }   
}


/*---------------------- Product Page ------------------------*/
.woocommerce-page .woocommerce-product-gallery .flex-viewport 
{
    max-height: 600px;
}

.woocommerce-page .ks-m-wc-extender-page-product-mobile-bottom-sticky-form-variations  .variations_form
{
	display: flex !important;
    flex-direction: column !important;
}

.woocommerce-page .ks-m-wc-extender-page-product-mobile-bottom-sticky-form-variations  .variations_form .single_variation_wrap
{
	    width: 100%;
}

@media (max-width: 460px)
{
    .woocommerce-page .cart 
    {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .woocommerce-page .cart .single_add_to_cart_button 
    {
        width: 77%;
    }
}

/*-------------------- My Account Page ----------------------*/
.woocommerce-privacy-policy-text 
{
    display: none;
}

.woocommerce-MyAccount-navigation-link--downloads 
{
    display: none;
}

/*------------------------ Cart Page ------------------------*/
.woocommerce-cart-form 
{
    
}

.cart_totals
{
    
}

.cart_totals .woocommerce-shipping-totals
{
    
}

.shipping-calculator-button 
{
    /*display: none !important;*/
}

.shipping-calculator-form 
{
    /*display: block !important;*/
}

.ks-m-public-wc-extender-arrival-date 
{
    margin: 0 0 5px 20px;
}

.ks-m-public-wc-extender-arrival-date strong
{

}

.woocommerce-cart table.cart td.actions .coupon .input-text ,
.woocommerce-cart-form #coupon_code
{
    font-size: 14px !important;
}

.woocommerce-cart-form #coupon_code::placeholder
{

}

/* Checkout Mobile */
@media only screen and (max-width: 980px) 
{
    .woocommerce .coupon button 
    {
        width: 100% !important;
    }
}
@media only screen and (max-width: 600px) 
{
    .woocommerce-page .woocommerce-message 
    {
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce-page .woocommerce-message a
    {
        margin-top: 25px;
    }
}


/*------------------------ Checkout Page ------------------------*/
/* Pre Email */
.ks-m-public-wc-extender-pre-email
{
    max-width: 840px;
    margin: 0 auto;
}

.ks-m-public-wc-extender-pre-email,
.ks-m-public-wc-extender-pre-email h5,
.ks-m-public-wc-extender-pre-email input,
.ks-m-public-wc-extender-pre-email h6,
.ks-m-public-wc-extender-pre-email .details,
.ks-m-public-wc-extender-pre-email .details .title,
.ks-m-public-wc-extender-pre-email .details ul,
.ks-m-public-wc-extender-pre-email .details ul li,
.ks-m-public-wc-extender-pre-email .details ul li:before,
.ks-m-public-wc-extender-pre-email .continue,
.ks-m-public-wc-extender-pre-email .continue:hover
{
    
}

.ks-m-public-wc-extender-pre-email h5
{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ks-m-public-wc-extender-pre-email input
{
    width: 100%;
    height: 54px;
    padding: 15px !important;
    margin-bottom: 10px;
    font-size: 14px;
}

.ks-m-public-wc-extender-pre-email h6
{
    font-size: 20px;
    text-align: right;
}

.ks-m-public-wc-extender-pre-email .details
{
    background-color: #EBECEC;
    border-radius: 20px;
    padding: 30px 35px 20px 35px;
    max-width: 690px;
    margin: 25px auto 40px auto;
}

.ks-m-public-wc-extender-pre-email .details .title
{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.ks-m-public-wc-extender-pre-email .details ul
{
    margin-top: 5px;
    padding: 10px 60px;
}

.ks-m-public-wc-extender-pre-email .details ul li
{
    list-style: none;
}

.ks-m-public-wc-extender-pre-email .details ul li:before
{
    content: '✓';
    margin-right: 5px;
    font-size: 10px;
}

.ks-m-public-wc-extender-pre-email .continue
{
    max-width: 280px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #CECFD0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 30px;
    color: #343434;
}

.ks-m-public-wc-extender-pre-email .continue:hover 
{
    background-color: #CECFD0;
    color: #ffffff;
}

/* Forms */

.ks-m-public-wc-extender-checkout-form-wrapper 
{
    
}

.ks-m-public-wc-extender-checkout-columns 
{
    display: flex;
    flex-direction: column;
}

.ks-m-public-wc-extender-checkout-columns #customer_details
{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ks-m-public-wc-extender-checkout-columns #customer_details .col-1,
.ks-m-public-wc-extender-checkout-columns #customer_details .col-2  
{
    float: none;
    width: 100%;
    margin-bottom: 25px;
}



/*---- Checkout ----*/
.ks-m-public-wc-extender-checkout-header
{ 
    
}

.ks-m-public-wc-extender-checkout-header .safe-buy-decoration
{ 
    text-align: right;
    font-size: 20px;
    margin-right: 42px;
    margin-bottom: 25px;
    position: relative;
}

.ks-m-public-wc-extender-checkout-header .safe-buy-decoration::after
{ 
    content: "";
    background: url(../images/checkout/checkout_icon_secure.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: -15px;
}

.ks-m-public-wc-extender-checkout-header h4
{ 
    font-size: 40px;
    font-weight: bold;
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 10px;
}

.ks-m-public-wc-extender-checkout-header h4::after
{ 
    content: "";
    width: 100%;
    height: 2px;
    background-color: #CECFD0;
    position: absolute;
    margin-bottom: 10px;
    bottom: 0;
    left: 0;
}

.ks-m-public-wc-extender-checkout-header .back-to-cart
{ 
    font-size: 25px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 55px;
    cursor: pointer;
    color: #1A1039;
    display: block;
}

.ks-m-public-wc-extender-checkout-form-wrapper #billing_company_field 
{
    display: none;
}

/* Selector */
.ks-m-public-wc-extender-checkout-form-wrapper .select2-container--default .select2-selection--single
{
    height: 55px;
    display: flex;
    align-items: center;
}

.ks-m-public-wc-extender-checkout-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow 
{
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
}

/* Checkout Form Top (icon + title + description) */
.ks-m-public-wc-extender-checkout-forms-top 
{

}

.ks-m-public-wc-extender-checkout-forms-top .title
{
    font-size: 25px;
    display: flex;
    align-items: center;
}

.ks-m-public-wc-extender-checkout-forms-top .title .icon
{
    margin-right: 5px;
    position: relative;
    left: -5px;
}

.ks-m-public-wc-extender-checkout-forms-top .description
{
    font-size: 13px;
    margin: 10px 0 10px 0;
}

.ks-m-public-wc-extender-checkout-forms-top .checked-data
{
    background: url(../images/checkout/checkout_icon_edit.png);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* Billing */
.ks-m-public-wc-extender-billing
{
    display: block;
    padding: 15px 20px;
    border: thin solid #CECFD0;
    border-radius: 5px;
    max-width: 100%;
    position: relative;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 
{
    margin-bottom: 100px;
}

.ks-m-public-wc-extender-billing .ks-form-add-to-newsetter 
{
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.ks-m-public-wc-extender-billing input[type=checkbox].ks-form-checkbox
{
    color: #808080;
    background: #E6E6E6;
    border: thin solid #CFD0D1;
    border-radius: 5px;
    width: 21px;
    height: 21px;
    margin-left: 4px;
    margin-right: 10px;
    /*-moz-appearance: none;*/
    /*-webkit-appearance: none;*/
}

.ks-m-public-wc-extender-billing .ks-form-checkbox-text
{
    font-size: 13px;
}

.ks-m-public-wc-extender-billing .form-resume,
.ks-m-public-wc-extender-form-shipping .form-resume
{
    
}

.ks-m-public-wc-extender-billing .form-resume p,
.ks-m-public-wc-extender-form-shipping .form-resume p
{
    font-size: 14px;
    padding-bottom: 0px;
    color: #989898;
}

.ks-m-public-wc-extender-billing #billing_country_field 
{
    
}

.ks-m-public-wc-extender-billing .validate-state
{
    
}

/* Inputs */
.ks-m-public-wc-extender-billing .woocommerce-billing-fields__field-wrapper,
.ks-m-public-wc-extender-form-shipping .woocommerce-shipping-fields__field-wrapper 
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.ks-m-public-wc-extender-billing .woocommerce-billing-fields__field-wrapper .form-row,
.ks-m-public-wc-extender-form-shipping .woocommerce-shipping-fields__field-wrapper .form-row 
{
    flex-basis: 40%;
    flex: 1 40%;
    max-width: 49%;
}

.ks-m-public-wc-extender-billing #billing_address_1_field,
.ks-m-public-wc-extender-billing #billing_address_floor_field,
.ks-m-public-wc-extender-form-shipping #shipping_address_1_field,
.ks-m-public-wc-extender-form-shipping #shipping_address_floor_field,
.ks-m-public-wc-extender-form-shipping #shipping_city_field
{
    /*width: 47%;
    float: left;
    clear: none;*/
}

.ks-m-public-wc-extender-billing #billing_address_2_field,
.ks-m-public-wc-extender-billing #billing_address_number_field,
.ks-m-public-wc-extender-billing #billing_address_apartment_field,
.ks-m-public-wc-extender-form-shipping #shipping_address_number_field,
.ks-m-public-wc-extender-form-shipping #shipping_address_apartment_field,
.ks-m-public-wc-extender-form-shipping #shipping_postcode_field
{
    /*width: 47%;
    float: right;
    clear: none;*/
}

.ks-m-public-wc-extender-billing #billing_city_field,
.ks-m-public-wc-extender-billing #billing_email_field
{
    /*width: 47%;
    float: left;
    clear: left;*/
}

.ks-m-public-wc-extender-billing #billing_state_field,
.ks-m-public-wc-extender-form-shipping #shipping_state_field
{
    /*width: 47%;
    float: right;
    clear: none;
    margin-top: 17px;*/
}

.ks-m-public-wc-extender-billing #billing_phone_field,
.ks-m-public-wc-extender-billing #billing_postcode_field
{
    /*width: 47%;
    float: right;
    clear: none;*/
}

.ks-m-public-wc-extender-billing #billing_dni_field,
.ks-m-public-wc-extender-form-shipping #shipping_dni_field
{
    /*width: 47%;
    float: left;
    clear: left;*/
}

/* New account */
.ks-m-public-wc-extender-checkout-form-wrapper .woocommerce-account-fields 
{
    display: none;
}

/* Newsetter */
.ks-m-public-wc-extender-billing .ks-add-to-newsetter 
{

}

.ks-m-public-wc-extender-review-order
{

}

.ks-m-public-wc-extender-payment-method
{   
    display: block;
}

/* Payment */
.ks-m-public-wc-extender-payment
{   
    display: block;
    padding: 15px 20px;
    border: thin solid #CECFD0;
    border-radius: 5px;
    width: 100%;
    position: relative;
}

.ks-m-public-wc-extender-payment .top-decoration
{   
    position: absolute;
    right: 10px;
    top: 10px;
    width: 220px;
    height: 45px;
    background: #919191;
    padding: 12px 14px 10px 14px;
    border-radius: 10px;
    color: #fff !important;
}

.ks-m-public-wc-extender-payment .top-decoration::after 
{
    content: " ";
    position: absolute;
    right: 0;
    top: 2px;
    background: url(../images/checkout/checkout_icon_protected.png);
    width: 40px;
    height: 40px;
}

.ks-m-public-wc-extender-payment .form-inputs-wrapper 
{
    
}

/* Shipping */
.ks-m-public-wc-extender-form-shipping
{   
    display: block;
    padding: 15px 20px;
    border: thin solid #CECFD0;
    border-radius: 5px;
    max-width: 100%;
    position: relative;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
}

.ks-m-public-wc-extender-form-shipping .form-inputs-wrapper
{

}

.ks-m-public-wc-extender-form-shipping .form-resume .resume-2 
{
    color: #000000;
}

#order_review_heading 
{

}

.woocommerce-form-coupon-toggle 
{

}

.ks-m-public-wc-extender-form-shipping .woocommerce-shipping-fields
{
    /*display: none;*/
}

/* Order Resume */
.ks-m-public-wc-extender-checkout-order-resume 
{

}

.ks-m-public-wc-extender-checkout-order-resume .products-selected
{
    margin-bottom: 25px;
}

.ks-m-public-wc-extender-checkout-order-resume .products-selected .cart_item 
{
    display: flex;
    border: 1px solid #CECFD0;
    border-radius: 5px;
    padding: 15px;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
}

.ks-m-public-wc-extender-checkout-order-resume .products-selected .product-image
{
    width: 50px;
    margin-bottom: -7px;
    margin-right: 15px;
}

.ks-m-public-wc-extender-checkout-order-resume .products-selected .product-image img
{

}

.ks-m-public-wc-extender-checkout-order-resume .products-selected .product-name
{
    margin-right: 10px;
}

.ks-m-public-wc-extender-checkout-order-resume .products-selected .product-name .name
{
    color: #5F617E;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}

.ks-m-public-wc-extender-checkout-order-resume .products-selected .product-name .quantity
{
    font-size: 13px;
}

.ks-m-public-wc-extender-checkout-order-resume .products-selected .product-total
{
    font-size: 13px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.ks-m-public-wc-extender-checkout-order-resume .product-totals 
{
    background-color: #F5F6F6;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
}

.ks-m-public-wc-extender-checkout-order-resume .product-totals  .cart-subtotal
{
    display: flex;
}

.ks-m-public-wc-extender-checkout-order-resume .product-totals  .cart-subtotal .title,
.ks-m-public-wc-extender-checkout-order-resume .product-totals  .order-total .title
{
    padding: 10px;
    width: 150px;
    text-align: left;
    display: flex;
    justify-content: flex-end;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 500;
}

.ks-m-public-wc-extender-checkout-order-resume .product-totals  .cart-subtotal .price,
.ks-m-public-wc-extender-checkout-order-resume .product-totals  .order-total .price
{
    padding: 10px;
    width: 150px;
    text-align: left;
    display: flex;
    justify-content: flex-end;
    color: #717171;
    font-size: 18px;
    font-weight: normal;
}

.ks-m-public-wc-extender-checkout-order-resume .product-totals  .order-total
{
    display: flex;
}

.ks-m-public-wc-extender-checkout-order-resume .product-totals  .order-total .title
{
    font-weight: 500;
    font-size: 22px;
    color: #2C1A4C;
}

.ks-m-public-wc-extender-checkout-order-resume .product-totals  .order-total .price,
.ks-m-public-wc-extender-checkout-order-resume .product-totals  .order-total strong
{
    font-weight: 500;
    font-size: 22px;
    color: #2C1A4C;
}

.ks-m-public-wc-extender-checkout-order-observations 
{

}

.ks-m-public-wc-extender-checkout-order-observations h4
{
    font-size: 30px;
    font-weight: bold;
    color: #4D4D4D;
    margin-bottom: 10px;
}

.ks-m-public-wc-extender-checkout-order-observations textarea
{
    width: 100%;
    border: thin solid #CCCCCC;
    border-radius: 5px;
    padding: 15px;
}

.woocommerce button.ks-m-public-wc-extender-checkout-place-order 
{
    width: 100%;
    height: 80px;
    font-size: 30px !important;
    background-color: #ffffff;
    color: #40A9F1 !important;
    margin-top: 40px;
    border-radius: 5px !important;
    border: 2px solid #40A9F1 !important;
    cursor: pointer;
}

.woocommerce button.ks-m-public-wc-extender-checkout-place-order:hover 
{
    background-color: #40A9F1 !important;
    color: #ffffff !important;
}

/* Checkout */
.ks-m-public-wc-extender-checkout
{ 
    display: block;
    margin-top: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered 
{
    color: #333 !important;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] 
{
    color: #333 !important;
}

/* Checkout Footer */
.ks-m-public-wc-extender-checkout-footer 
{
    margin-top: 50px;
    display: none;
}

.ks-m-public-wc-extender-checkout-footer a
{ 
    font-size: 20px;
    display: table;
    color: #000000 !important;
    margin-bottom: 5px;
}

.ks-m-public-wc-extender-checkout-footer a:hover
{ 
    color: #666666;
}

/* Thankyou*/
.ks-woocommerce-order-thankyou 
{

}

.ks-m-public-wc-extender-checkout-order-thankyou 
{
    display: block;
    text-align: center;
    margin: 125px 0;
}

.ks-m-public-wc-extender-checkout-order-thankyou h4
{
    font-size: 30px;
    font-weight: bold;
    color: #4D4D4D;
}

.ks-m-public-wc-extender-checkout-order-thankyou p
{
    font-size: 16px;
    color: #4D4D4D;
    max-width: 515px;
    margin: 25px auto;
}

.ks-m-public-wc-extender-checkout-order-thankyou h5
{
    font-size: 22px;
    color: #2C1A4C;
}

/* Checkout - Blocks */
.ks-page-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span
{
    color: #000 !important;
}

.ks-page-checkout .wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label {
    color: #cc1818 !important;
}

.ks-page-checkout .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label 
{
    color: hsla(0,0%,7%,.5) !important;
}

/* Checkout Mobile */
@media only screen and (max-width: 1366px) 
{

    /* Checkout - Cart - Thankyou - Header */
    .ks-m-public-wc-extender-checkout-header h4 
    {
        font-size: 26px;
    }

    .ks-m-public-wc-extender-checkout-header .back-to-cart 
    {
        font-size: 20px;
    }

    .ks-m-public-wc-extender-checkout-forms-top .title 
    {
        font-size: 18px;
    }

    /* Pre Email */
    .ks-m-public-wc-extender-pre-email .details .title 
    {
        text-align: left;
    }

    .ks-m-public-wc-extender-pre-email .details ul 
    {
        padding: 10px 10px;
    }

    /* Checkout */
    .ks-m-public-wc-extender-checkout-columns 
    {
        flex-direction: column;
    }

    .ks-m-public-wc-extender-checkout-columns-col-1 
    {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .ks-m-public-wc-extender-checkout-columns-col-2 
    {
        flex-basis: 100%;
    }

    .ks-m-public-wc-extender-checkout-order-observations h4 
    {
        font-size: 25px;
    }

    .woocommerce button.ks-m-public-wc-extender-checkout-place-order 
    {
        width: 100%;
        height: 65px;
        font-size: 25px !important;
    }

    .ks-m-public-wc-extender-billing .woocommerce-billing-fields__field-wrapper .form-row, 
    .ks-m-public-wc-extender-form-shipping .woocommerce-shipping-fields__field-wrapper .form-row 
    {
        flex: 1 100%;
        max-width: 100%;
    }

    .ks-m-public-wc-extender-billing 
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ks-m-public-wc-extender-form-shipping 
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ks-m-public-wc-extender-payment 
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .woocommerce-checkout #payment ul.payment_methods 
    {
        padding: 0;
    }

    .woocommerce-checkout #payment 
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}


