/*
Theme Name: Pionerboats
Template: Divi
Author: Salient partners
Version: 1.1
*/

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    color: #fff;
}

@media (max-width: 400px) {
    #main-content .section-how-contact .et_pb_promo {
        padding: 30px 20px !important;
    }

    #main-content .section-how-contact .et_pb_promo .et_pb_button.et_pb_promo_button {
        min-width: unset;
        line-height: 1.4 !important;
        padding: 15px 5px !important;
    }
}
option[value="Test"] {
    display: none;
}
.admin-bar option[value="Test"] {
    display: block;
}


a.check_fin {
    border: red 1px solid;
    border-radius: 5px;
    padding: 5px;
    margin-left: 20px;
}

#p_sel_options span.smaller {
    font-size: 0.8em;
    line-height: 1.2;
    display: block;
    color: gray;
}

#santander_answer_field {
    display: none;
}

#optass_articules_field,
#p_sel_order,
#order_flag_field,
#initial_price_field,
#motor_dealer_field,
#paymant_way_field,
#option_assembly_field,
#option_assembly_summ_field {
    display: none;
}

.featherlight .featherlight-content #billing_address_1_field,
.featherlight .featherlight-content #billing_postcode_field,
.featherlight .featherlight-content #billing_city_field,
.featherlight .featherlight-content #billing_state_field,
.featherlight .featherlight-content #gdpr_field,
.featherlight .featherlight-content #billing_email_field,
.featherlight .featherlight-content #billing_phone_field,
.featherlight .featherlight-content #billing_last_name_field,
.featherlight .featherlight-content #billing_first_name_field {
    display: none;
}

body.woocommerce-checkout #et-main-area #billing_address_1_field,
body.woocommerce-checkout #et-main-area #billing_postcode_field,
body.woocommerce-checkout #et-main-area #billing_city_field,
body.woocommerce-checkout #et-main-area #billing_state_field,
body.woocommerce-checkout #et-main-area #gdpr_field,
body.woocommerce-checkout #et-main-area #billing_email_field,
body.woocommerce-checkout #et-main-area #billing_phone_field,
body.woocommerce-checkout #et-main-area #billing_last_name_field,
body.woocommerce-checkout #et-main-area #billing_first_name_field {
    display: inline-block;
}

body.woocommerce-checkout #et-main-area a.button.alt.check_fin {
    width: 100%;
    text-align: center;
    color: #fff;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    display: block !important;
}

table.shop_table.woocommerce-checkout-review-order-table thead,
table.shop_table.woocommerce-checkout-review-order-table tbody {
    display: none;
}


.woocommerce-checkout #et-main-area .woocommerce .woocommerce-cart-form table.shop_table .product-subtotal {
    display: none;
}

.woocommerce-checkout #place_order {
    margin-bottom: 10px !important;
}

#p_sel_options span {
    display: none !important;
}

.bankanswer {
    text-align: center;
    padding: 5px;
    background: #ffe9e9;
    margin-bottom: 10px;
}

.woocommerce-order-received section.woocommerce-customer-details dl {
    display: none;
}

.loan-calc #content-area {
    padding: 20px;
}

table.shop_table.woocommerce-checkout-review-order-table {
    margin: 10px auto 0 auto;
}

@media (min-width: 981px) {
    table.shop_table.woocommerce-checkout-review-order-table {
        margin: 10px auto 0 10%;
        width: 90%;
    }
}

/*
table.shop_table.woocommerce-checkout-review-order-table {
    opacity: 0;
}
*/

#mx-checkout.showthis table.shop_table.woocommerce-checkout-review-order-table {
    opacity: 1;
    transition: 1500ms all;
}

@media (max-width: 980px) {
    .checkout p.form-row.form-row-wide {
        width: 100% !important;
    }
}

.featherlight label .check-motor-model {
    font-weight: 400;
}

#mx-checkout .mx-checkout-h3 + p {
    padding: 0 !important;
}
.vpc-cart-options-container > div.deliverytime,
.vpc-cart-options-container > div.deliverycond{
    display: none;
}
.woocommerce-order-received li.woocommerce-order-overview__payment-method.method,
.woocommerce-order-received .mx-checkout-message{
    display: none;
}
.vpc-group-name.disabled {
    opacity: 0.3;
}

/*new checkout May 2021*/
/* body.woocommerce-checkout .woocommerce-cart-form, */

body.woocommerce-checkout form.woocommerce-checkout{
    display:none;
}

body.woocommerce-checkout form #p_sel_motor > label {
    visibility: visible !important;
    font-size: 12px !important; 
}

.loan-calc h3.clearb{
    background:#ECECEA;
    color: #555; 
}

.vpc-cart-options-container {
    /* height: 100px; */  
    overflow: hidden;
}
a.show-more {
    font-size: 12px;
}
.deliverycond-under{
    display: none;
}

/*end new checkout May 2021*/

.project.type-project.project_tag-video:before,   
.project.type-project.project_tag-video-de:before,   
.project.type-project.project_tag-video-fi:before,   
.project.type-project.project_tag-video-en:before,   
.project.type-project.project_tag-video-sv:before{    
    display: block;
    content: '';
    background-image: url(images/playbutton.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 15px;
    position: absolute;
    z-index: 9;
}

html[lang="en-EU"] #main-content .section-single-product-header .et_pb_text .price:after {
    display: inline;
    content: "  shipping excluded";
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
@media (max-width:480px){
    html[lang="en-EU"] #main-content .section-single-product-header .et_pb_text .price:after {
    display: block;
}
}

html[lang="en-EU"] .priceHeadingBG .priceHeadingWrap #vpc-price-container #vpc-price:after {
    display: block;
    content: "shipping excluded";
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    position: absolute;
    text-transform: none;
}
html[lang="en-EU"] table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount.amount:last-child::after {
    display: block;
    content: "shipping excluded";
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}
body.woocommerce-checkout #mx-checkout .woocommerce-checkout-review-order-table tfoot th {
    vertical-align: top;
}



/*
#menu-item-wpml-ls-117-eneu,
.icl-eneu{
    display: none;
}
*/
html[lang="fi"] .back-checkout,
html[lang="de-DE"] .back-checkout,
html[lang="en-US"] .back-checkout,
html[lang="en-EU"] .back-checkout{
    display:none !important;
}
.frozen {
    opacity: 0.3;
    pointer-events: none;
}
.frozen-console {
    opacity: 0.3;
    pointer-events: none;
}


input.qr-button-submit {
    cursor: pointer;
}
input.qr-button-submit.disabled {
    opacity: 0.3;
    pointer-events: none;
}
body.woocommerce-checkout .back-checkout.reload-button{
	display:none;
}

/* Borlab cookie*/
#BorlabsCookieBox ._brlbs-box .cookie-box  ._brlbs-flex-center img,
#BorlabsCookieBox ._brlbs-box .cookie-preference  ._brlbs-flex-center img{
	display:none;
}
#BorlabsCookieBox ._brlbs-box .cookie-box   ._brlbs-flex-center+.row>div:last-child {
	display:none;
}
#BorlabsCookieBox ._brlbs-box .cookie-box   ._brlbs-flex-center+.row>div:first-child {
	width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
#BorlabsCookieBox ._brlbs-box .cookie-box   ._brlbs-button-area>div:nth-child(2),
#BorlabsCookieBox ._brlbs-box .cookie-box   ._brlbs-button-area>div:nth-child(3){
	 display:none;
}
#BorlabsCookieBox ._brlbs-box .cookie-preference ._brlbs-refuse-btn{
	display:none;
}
#BorlabsCookieBox  ._brlbs-box .cookie-box   ._brlbs-button-area>div:first-child {
	width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
#BorlabsCookieBox ._brlbs-box .cookie-box ._brlbs-manage-btn a._brlbs-btn {
	background: #fff;
    color: #999;
	text-decoration: underline;
	font-size: 1em;
}
.mx-search_wrapper{
    display: none; 
}
html[lang="en-EU"] #BorlabsCookieBox, html[lang="en-EU"] #BorlabsCookieWidget{
    display: none;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

/* arrow */
.pack-arrow {
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
    transition: transform 0.25s ease;
}

/* .pack-arrow.open {
    transform: rotate(90deg);
} */

.vpc-group-name2 {
    cursor: pointer;
}
