/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-04-05, 08:43:33
    Author     : Innovation Software
*/

/*Innovation Software */

.shipment_cost {
    font: 'Raleway', sans-serif;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

a[disabled="disabled"] {
    pointer-events: none;
}

.discountInfo {
    float: right;
    text-align: right;
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(169, 34, 34);
}

.productSubtotalValue {
    padding-right: 5px;
}

.freightCost {
    display: flex;
    flex-direction: column;
}

.callback_msg {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border: 0;
    color: #07283d;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    align-items: center;

}



.messageSuccessAjaxRequest {
    display: flex;
    justify-content: space-between;
    text-align: right;

}

.step1-table .summary {
    padding-right: 0px;
}

.woocommerce div.product form.cart .variations td.label {
    width: 37%;
}

.shipmentCountriesValue {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    align-items: center;
}

.deliveryTimeLoadingIcon {
    justify-content: center;
    align-items: center;
}

.shipment_cost {
    border-bottom: 2px solid;
}
.estimatedDeliveryWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.freightCostPrice {
    font: 'Raleway', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(169, 34, 34);
}

.pre_price {
    font: 'Raleway', sans-serif;
    display: flex;
    justify-content: space-between;
    width: 95%;
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    align-items: center;
}

.woocommerce-variation-price .pre_price {
    color: #606060;
}

#get_price_for_calc {
    padding-bottom: 20%;
}

#product_variation_form {
    margin-top: 10px;
}
#pa_countries {
    display: flex;
    float: left;
    color: black;
    width: 200px;
    text-align: left;
    padding-left: 20px;
    font: 'Raleway', sans-serif;
    vertical-align: middle;
    height: 2em;
    border: 1px solid #07283d;
    border-radius: 47px !important;
    outline: none;
    -webkit-appearance: none;
    background: url('../../themes/unicup/img/down_arrow.png') 91% center no-repeat;
}

.messageLoadingAjaxRequest {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipmentLoadingAjaxRequest {

}
.priceLoadingIcon, #shipmentLoadingIcon{
    width: 100%;
}
.priceLoadingIcon img, #shipmentLoadingIcon img {
    width: 20px;
}
.productSubtotal {
    display: flex;
    width: 100%;
    font-size: 1em;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.discountValueSection {
    display: flex;
    width: 100%;
    font-size: 1em;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

#estimatedDeliveryDays {
    font-weight: bold;
    color: rgb(169, 34, 34);
}

.discountPriceSection {
    display: flex;
    width: 100%;
    font-size: 1em;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.discountValueLabel {
    float: left;
    width: 40%;
}
#discountValue {
    width: 53%;
    float: left;
    text-align: right;
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(169, 34, 34);
}

.discountPriceLabel {
    float: left;
    width: 40%;
}

.currencyType {
    font-size: 1em;
    font-weight: bold;
    color: rgb(169, 34, 34);
}

.discountPriceWithCurrency {
    width: 53%;
    float: left;
    text-align: right;
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(169, 34, 34);
}

.productSubtotalMessage {
    float: left;
    width: 40%;
}

.subtotalPrice {
    width: 53%;
    float: left;
    text-align: right;
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(169, 34, 34);
}

.step1-table .summary {
    padding-left: 4%;
}

.discountSection {
    display: flex;
    flex-direction: column;
    padding: 15px 0 15px 0;
}

.packageLabel {
    display: flex;
    justify-content: center;
}

.woocommerce div.product form.cart .variations select {
    margin-right: 0;
}



@media only screen and (max-width: 1920px) {
    #get_price_for_calc {
        padding-bottom: 10%;
    }
}

@media only screen and (max-width: 1540px)  {

    #pa_countries {
        max-width: 150px;
        padding-left: 15px;
    }

    #get_price_for_calc {
        padding-bottom: 1%;
    }
}

@media only screen and (max-width: 768px)  {

    .product_left_container, .product_middle_container, .product_right_container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 640px) {

    #pa_countries select option {
        width: 100%;
        overflow-x: auto;
    }


    .callback_msg {
        padding-right: 0;
    }

}

