.main_section {
    height: 100vh;
}

.header_img {
    padding: 21px 30px;
}

.mainbar_item_box {
    width: calc(100% - 402px);
    position: fixed;
    background-color: #EFEFEF;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.mainbar_slider {
    height: 100%;
}

.mainbar_item_option {
    width: 402px;
    float: right;
}

.main_section_content {
    height: 100%;
}

.mainbar_price_bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #1B1B1B;
    padding: 19px 30px;
    align-items: center;
}

.mainbar_price_bar_name h4 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.mainbar_price_bar_pricetag p,
.mainbar_price_bar_name p {
    color: #C9C9C9;
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px;
}

.mainbar_price_bar_pricetag h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.mainbar_price_bar_pricetag p {
    text-align: right;
}
.mobile_car_image_box{
    display: none;
    background-color: #EFEFEF;
}
/*mainbar_item_option style*/

.mainbar_slider {
    padding: 20px;
}

.slick-dotted.slick-slider, .slick-list.draggable, .slick-track, .mainbar_slide {
    height: calc(100vh - 216px)!important;
}

.slick-slide img {
    height: auto;
    width: auto;
    margin: 0px auto;
    max-height: 100%;
}

.slick-next {
    right: 70px !important;
}

.slick-prev {
    left: 50px !important;
    position: relative;
    z-index: 1234;
}

.mainbar_slider button::before {
    display: none;
}

@media (max-width: 1650px) {
    .specification_modal {
        padding: 40px 30px;
    }


}

@media (max-width: 1340px) {


    .mainbar_item_interior_pick_div, .mainbar_item_color_pick_div_img {
        margin-right: 8px;
    }
}

@media (max-width: 1024px) {
    .mainbar_slider {
        display: none !important;
    }

    .header {
        position: fixed;
        width: 100%;
        background: white;
    }

    .mainbar_price_bar {
        position: fixed;
        bottom: 0px;
    }

    .mainbar_item_option {
        width: 100%;
    }

    .mainbar_item_box {
        width: 100%;
        position: relative;
        height: 0px;
        z-index: 1234;
    }

    .mainbar_item_option {
        padding-top: 64px;
        padding-bottom: 100px;
    }

    .mobile_car_image_box {
        display: block;
    }

    .mainbar_item_name {
        margin-top: 30px;
    }

    .mainbar_item_performance {
        border-bottom: none;
    }

    .header {
        border-bottom: 1px solid #E3E3E3;
    }

    .mainbar_item_interior, .mainbar_item_color {
        padding-top: 20px;
    }

}

@media (max-width: 767px) {
    .mainbar_item_option {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/* style for your_order */
.sidebar_your_order {
    width: 402px;
    float: right;
    padding: 30px;

}

.sidebar_exit_order_link {
    margin-bottom: 18px;
}

.sidebar_exit_order_link a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
}

.sidebar_exit_order_link a::before {
    content: url(../svg/left_arrow_exit_order.svg);
    position: relative;
    top: 4px;
}

.sidebar_your_order_title {
    margin-bottom: 10px;
}

.sidebar_your_order_title h2 {
    color: #1B1B1B;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}

.sidebar_your_order_total_cost,
.sidebar_your_order_fee,
.sidebar_your_order_price {
    padding: 30px 0px;
    border-bottom: 1px solid #E3E3E3;
}

.sidebar_your_order_fee_registration,
.sidebar_your_order_fee_order,
.sidebar_your_order_fee_subtotal,
.sidebar_your_order_price_name,
.sidebar_your_order_color,
.sidebar_your_order_interior,
.sidebar_your_order_final_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    line-height: 22px;
}

.sidebar_your_order_price_name h6,
.sidebar_your_order_color h6,
.sidebar_your_order_interior h6 {
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.sidebar_your_order_price_name p,
.sidebar_your_order_color p,
.sidebar_your_order_interior p {
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.sidebar_your_order_fee_subtotal,
.sidebar_your_order_final_price {
    margin-bottom: 0px;
}

.sidebar_your_order_final_price h6 {
    color: #1B1B1B;
    font-size: 16px;
}

.sidebar_your_order_final_price p {
    color: #1B1B1B;
    font-weight: 700;
}

.sidebar_your_order_fee_registration p,
.sidebar_your_order_fee_order p {
    font-size: 14px;
    color: #1B1B1B;

}

.sidebar_your_order_fee_subtotal {
    font-weight: 700;
}

.sidebar_total_cost_p {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 25px;
}

.sidebar_total_cost_full_p p {
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.sidebar_order_with_card_due_p p {
    font-weight: 700;
    font-size: 18px;
}

.sidebar_order_with_card_due_p {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.sidebar_order_with_card_due_full_p p {
    color: #666;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 40px;
    max-width: 480px;
}

.sidebar_order_with_card_a a {
    border: 1px solid #E3E3E3;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0px;
    text-decoration: none;
    font-size: 14px;
    color: #1B1B1B;
    line-height: 14px;
}

.sidebar_your_order_terms_p p,
.sidebar_your_order_privacy_p p {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    max-width: 480px;
}

.sidebar_your_order_terms_p a,
.sidebar_your_order_privacy_p a{
    color: #666666;
}

form div {
    display: flex;
    flex-direction: column;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    margin-bottom: 26px;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    margin-bottom: 30px;
}

.woocommerce form .form-row .required {
    display: none;
}

.sidebar_your_order_form {
    padding: 40px 0px 0;
}

.sidebar_your_order_form_title h2 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
}

.sidebar_your_order_form form div.sidebar_your_order_privacy_p {
    padding: 40px 0;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 40px;
}

.sidebar_your_order_form form div label {
    color: #1B1B1B;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.sidebar_order_with_card_a.proceed a{
    opacity: 0.5;
    background:  #002C5E;
    color: white;
    display: none;
}

.sidebar_your_order_form form div input {
    padding: 10px 16px;
    border: 1px solid #C9C9C9;
    transition: all .3s ease;
    height: 50px;
    font-size: 14px;
}

.sidebar_your_order_form form div input:active {
    outline: none;
    border: 1px solid #1B1B1B;
}

.sidebar_your_order_form form p.woocommerce-invalid input{
    border: 1px solid #D70C19;
}

.sidebar_your_order_form form p.woocommerce-invalid:after {
    color: #D70C19;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

.site.en .sidebar_your_order_form form p.woocommerce-invalid.woocommerce-invalid-required-field:after {
    content: "This field is required."
}

.site.en .sidebar_your_order_form form p.woocommerce-invalid.woocommerce-invalid-phone:after {
    content: "Phone number cannot contain words."
}

.site.en .sidebar_your_order_form form p.woocommerce-invalid.woocommerce-invalid-email:after {
    content: "Format of email is incorrect."
}

.site.en .sidebar_your_order_form form p.email-not-matching:after {
    content: "This two emails are not the same."
}

.site.is .sidebar_your_order_form form p.woocommerce-invalid.woocommerce-invalid-required-field:after {
    content: "Þessi reitur er nauðsynlegur."
}

.site.is .sidebar_your_order_form form p.woocommerce-invalid.woocommerce-invalid-phone:after {
    content: "Símanúmer má ekki innihalda orð."
}

.site.is .sidebar_your_order_form form p.woocommerce-invalid.woocommerce-invalid-email:after {
    content: "Snið tölvupósts er rangt."
}

.site.is .sidebar_your_order_form form p.email-not-matching:after {
    content: "Þessir tveir tölvupóstar eru ekki eins."
}

.sidebar_your_order_form form p.email-not-matching input{
    border: 1px solid #D70C19;
}

.sidebar_your_order_form form p.email-not-matching:after {
    color: #D70C19;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

.woocommerce form .form-row label {
    line-height: 1.2;
}

abbr.required {
    text-decoration: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.wc_payment_methods.payment_methods.methods{
    display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: transparent;
    border-radius: 0;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.woocommerce-privacy-policy-text p{
    color: #666666;
    font-size: 12px;
    line-height: 20px;
}

.woocommerce-privacy-policy-text p a {
    color: #666666;
    text-decoration: underline;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    border: 1px solid #E3E3E3;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 14px;
    opacity: 1;
    background: #002C5E;
    color: white;
    margin-top: 20px;
}

.sidebar_your_order_form form div input:focus {
    outline: none;
    border: 1px solid #1B1B1B;
}

.sidebar_your_order_form form div input:focus-visible {
    outline: none;
    border: 1px solid #1B1B1B;
}

.sidebar_your_order_form form div input:hover {
    border: 1px solid #1B1B1B;
}

.sidebar_your_order_form{
    display: none;
}
.sidebar_your_order_terms_p{
    display: none;
    margin-bottom: 20px;
}
.sidebar_your_order_with_card_due{
    display: flex;
    justify-content: space-between;
    padding: 40px 0px 20px 0px;
    flex-direction: column;
}
.sidebar_your_order_with_card_due_today{
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 4px;
}
.sidebar_your_order_with_card_due_today p{
    color:  #1B1B1B;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.sidebar_your_order_with_card_due_today h4{
    color:  #1B1B1B;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.sidebar_your_order_with_card_due_p p{
    color:  #666;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    max-width: 480px;
    line-height: 22px;
}



.sidebar_total_cost_full_p p {

    max-width: 480px;
}

@media (max-width: 1024px) {
    .sidebar_your_order {
        width: 100%;
    }
    .sidebar_your_order {
        padding-top: 90px;
        width: 100%;
        padding-bottom: 78px;
    }
    .sidebar_your_order_title {
        margin-bottom: 20px;
    }

    .sidebar_your_order_with_card{
        padding-bottom: 40px;;
    }

}

@media (max-width: 767px){
    .sidebar_your_order_title h2{
        font-size: 28px;
    }
    .sidebar_your_order {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mainbar_price_bar_name h4 {
        margin-bottom: 6px;
        font-size: 18px;
        line-height: 16px;
    }

    .mainbar_price_bar_pricetag p, .mainbar_price_bar_name p {
        margin-top: 0px;
    }
    .sidebar_your_order {
        padding-bottom: 76px;
    }
}
@media (max-width: 575px){
    .mainbar_price_bar {
        padding: 11px 20px;
    }
    .sidebar_your_order {
        padding-bottom: 60px;
    }
    .mainbar_price_bar_pricetag h4 {
        margin-bottom: 2px;
        font-size: 18px;
    }
    .mainbar_price_bar_name h4 {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 16px;
    }
    .sidebar_your_order {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header_img {
        padding: 21px 20px;
    }
}
.sidebar_order_with_card_a a:hover{
    border: 1px solid #EFEFEF;
    background-color: #EFEFEF;
    transition-duration: 200ms;
}

.sidebar_exit_order_link a:hover{
    color: #1B1B1B;
    transition-duration: 100ms;

}.woocommerce-privacy-policy-text p{
    max-width: 480px;
 }
.woocommerce-privacy-policy-text a:hover,
.sidebar_your_order_privacy_p a:hover{
    color: #1B1B1B;
    transition-duration: 100ms;

}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 30px;
    display: none;
}
.otgs-development-site-front-end{
    display: none;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: unset;
}