
#p2 {
    width: 417px;
    height: 143px;
    background-image: url('img/USS-007-packages.png');
    background-size: 100%;
    margin: 0 auto;
    margin-top: 20px;
} 

#content h3 + ul {
    margin: 0 40px;
}
#content li {
    margin-top: 10px;
}
#calc {
    width: 100%;
    height: 440px;
}
#calc #calculation {
    width: 60%;

    float: right;
    /*background-color: silver;*/
}
#calc #results {
    width: 30%;
    float: left;
    /*background-color: silver;*/
    padding: 2px;
    box-sizing: border-box;
}
#calc #results .res {
    margin-top: 2px;
    padding: 20px;
    background-color:#eeeeee;
    font-size: 20px;
    float: right;
    clear: both;
    width: 100%;
}
#calc #results .res h3{
    display: inline-block;
}
#calc #results span {
    float:left;
    margin-left: 25px;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
}

#calc .engFont{
    float: none !important;
}


.title {
    /* font-size: 24px; */
    /* color: Black; */
    width: 100%;
    /* border-bottom: 5px #4bc1de solid; */
    margin: 20px 0 20px 0;
    padding: 10px 0
}

.title > * {
    display: inline-block;
    vertical-align: middle;
}

.table {
    display:table;
    width: 100%;
    /*border: 1px black solid;*/
}
.table .row {
    display:table-row;
}
.table .cell {
    display:table-cell;
    /*border: 1px black solid;*/
    padding-bottom: 10px;
    vertical-align: middle;
}

.table .h {
    font-weight: 700;
    padding: 5px 0 15px 10px;
}

.table .group {
    display: table-row-group; 
}


select {
    /*max-width: 157px;*/
    /*width: 157px;*/
    /*height: 25px;*/
    /*box-sizing: border-box;*/
    /*margin-left: 10px;*/
    margin-right: 5px;
}

#calc input[type=text], input[type=number] {
    width: 50px;
    height: 25px;
    box-sizing: border-box;
    margin-left: 10px;
}

.hr {
    width: 100%;
    height: 2px;
    background-color: #E5E5E5;
    margin: 15px 0;
}

.button {
    border: none;
    background-color: #4bc1de;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.button:hover {
    background-color: #89B556;
    text-decoration: none;
}

.button:visited {
    color: #ffffff;
}

.notification {
    padding: 0;
    color: #fc2020;
    font-size: 17px;
    font-weight: 700;
    text-align: right;
}

.calc_ul {
    margin: 0 !important;
    margin-top: 10px !important;
}

.calc_ul li {
    font-size: 1.125rem;
    font-family: 'spoiler', arial;
    color: #1b3b5c;
    letter-spacing: 0.1px;
    text-align: right;
}

#amazon-results table {
    display: none;
    margin: 30px 0;
    font-size: 1.125rem;
    line-height: 1.8rem;
    font-family: 'spoiler', arial;
    color: #1b3b5c;
    letter-spacing: 0.1px;
    text-align: right;
}

#amazon-results table tr td:first-child {
    width: 150px;
}
#amazon-results table tr:last-child td {
    padding-top: 15px;
}

#amazon-results td {
    padding-bottom: 5px;
}
#amazon-results td > * {
    display: inline-block;
}

.loader {
    visibility: hidden;
}

.total_air, .total_sea {
    font-weight: 700;
}

#total {
    float: left;
    margin: 12px 0 0 0;
    font-size: 1.875rem;
    display: block;
    font-weight: 700;
    letter-spacing: -0.75px;
}

#calc .checkboxes {
    display: inline-block;
}

#calc .checkboxes span {
    display: inline-block;
    padding: 0px 0px 0px 4px;
    width: 80px;
    vertical-align: middle;
}

#calc .res_checkboxes{
    float: right;
    clear: both;
}

#calc .discount_bf{
    display: none;
    margin-right: 17px;
}

#calc .coupon_description{
    font-size: 1rem;
    display: none;
}

#calc .discount_bf span{margin-left: 0px !important;}

#calc .res_checkboxes span{
    font-size: 20px !important;
}

#calc .res_checkboxes span input[type='radio'] {
    vertical-align: middle;
    width: 15px;
    display: inline;
}

#calc .checkboxes span input[type='radio'] {
    vertical-align: middle;
    width: 15px;
    display: inline;
}


.container-inside form .col-50 {
    width: 227px;
    display: inline-block;
    vertical-align: top;
    margin-right: 34px;
}

.container-inside form .col-30 {
    display: inline-block;
    margin-right: 34px;
}

.container-inside form .one-input {
    margin-bottom: 16px;
}

.container-inside form span {
    font-size: 1.125rem;
    color: #1b3b5c;
    font-family: 'spoiler', arial;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.5px;
}

.container-inside form .bg-inp {
    width: 227px;
    border-radius: 2px;
    height: 40px;
    border: 1px solid #e1e1e1;
    margin-top: 5px;
    display: block;
}

.container-inside form .col-30 input {
    width: 85px;

}


.calculate{
    margin-top: 20px;
    border: 0px;
    background-color: #ed8c27;
    border-radius: 3px;
    min-height: 48px;
    font: 400 36px/32px 'spoiler', arial;
    color: #1b3b5c;
    padding: 0px 18px 0px 30px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 40%;
    float: left;
}

.calculate  img {
    vertical-align: middle;
    margin-left: 7px;
    display: none;
    float: right;

}

.calculate.wait {background-color: #ed8c27; color: #0f2234;}
.calculate.wait img{display: inline;}

#calc #results .checkboxes span{
    font-weight: normal;
}

.res_shipping_values{
    margin-top: 10px;
}
#discount_air_value{
    margin-top: 0px !important;
}

.calc_ul{
    float: right;
    margin-top: 20px;
}

#calculate_amazon{
    float: right;
}

#amazon_url{
   width: 60%;
}

#search_amazon{
    display: inline;
}
#amazon_url{
    display: inline;
}



.calculate_amazon  img {
    vertical-align: middle;
    margin-left: 7px;
    display: none;
    float: right;

}

.calculate_amazon.wait {background-color: #ed8c27; color: #0f2234;}
.calculate_amazon.wait img{display: inline;}

#search_amazon_input{
    margin-bottom: 20px;
}

.purchase_link{
    width: 170px;
    margin-left: 20px !important;
    text-decoration: none !important;
    padding: 5px 10px !important;

}

.buy4u{
    text-decoration: none !important;
    padding: 5px 10px !important;
}

.purchase_link_div{
    float: right;
}
.buy4u_div{
    float: left;
}

@media screen and (max-width: 768px){
    .buy4u{
        width: 150px;
    }
}

@media screen and (max-width: 992px){
    #calc #results{
        float: right;
        width: 100%;
    }
    #calc #calculation{
        width: 100%;
    }
}


.message{
    float: right;
    margin-left: 5px;
    color: red;
    width:400px;
}

.font_16{
    font-size: 16px !important;
}

.font_20 td{
    font-size: 20px !important;
}


#amazon-results a:hover
{
    background-color: #0f2234; color: white;
}

#calculation .errors{
    margin-top: 100px;
}

#amazon-results{
    display: inline-block;
}

#amazon-results .result{
    float: right;

}
#amazon-results .picture{
    float: left;
    margin-top: 80px;
    margin-right: 80px;

}

.amazon-remarks{
    display: inline-block;

}

@media screen and (max-width: 1024px){
    #amazon-results .picture img{
        max-width: 350px;

    }
    #amazon-results .picture{
        margin-right: 50px;

    }

}
@media screen and (max-width: 768px){
    #amazon-results .picture img{
        max-width: 500px;

    }
    #amazon-results .picture{
        float: right;
        margin-right: 0px;

    }

}
@media screen and (max-width: 425px){
    #amazon-results .picture img{
        max-width: 280px;
    }
}

@media screen and (max-width: 375px){
    .buy4u_div {
        float: right;
        clear: both;
        margin-top: 20px;
    }
}

