.clear-both {
	clear: both;
}
#kwm-product-ship-calc {
	width: 70%;
	margin-top: 10px;
}
#ship_calc_title {
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0 2px 0;
    font-size: 15px;
}
.ship_calc {
	font-size: 11px;
}
.ship_calc_zip_title {
	display: none;
	float: left;
	width: 60px;
	font-weight: bold;
	padding-top: 2px;
}
.ship_calc_zip {
	float: left;
    display: inline-block;
    width: 80%;
}
.ship_calc_input {
    width: 100%;
    height: 38px;
    font-size: 14px;
    color: #4c5154;
    background-color: #fff;
    border: 1px solid rgba(127,127,127,0.3);
    border-radius: 3px;
    padding: 10px;
    margin: 0 0 0px 0;
}
.ship_calc_input:focus {
    border: 1px solid #c3c3c3 !important;
    outline: none;
}
#ship_calc_zip_country_break {
	clear: both;
}

.ship_calc_country_title {
	float: left;
	width: 60px;
	font-weight: bold;
	padding-top: 2px;
}

.ship_calc_country {
	float: left;
}
.ship_calc_sel {
	width: 169px;
	font-size: 10px;
}
#ship_calc_button_break {
/*	clear: both;*/
}
.ship_calc_submit {
    width: 20%;
    float: left;
    display: inline-block;
}
.ship_calc_submit img {
    display: inline-block;
    float: left;
}
#ajax_results {
	margin-top: 10px;
    padding: 10px 0 0 0;
}
.ajax_rates span {
    font-size: 15px;
    color: #fe0000 !important;
}
.ajax_rates {
	float: right;
	width: 55px;
}

.ajax_methods {
    float: left;
    width: 250px;
    font-size: 15px;
    padding: 5px 0 0 0;
    color: #000;
    display: none;
}
.ajax_dates {
    float: left;
    width: 250px;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0 0 0;
    color: #000;
    margin: -20px 0 0 0;
    text-align: left;
}
div#calc_results span {
    font-size: 13px;
    padding: 10px 0 0 0;
    display: block;
}
div#calc-image-loader {
    padding: 15px 0 0 0;
}


@media (max-width:480px){
#kwm-product-ship-calc {
    text-align: center;
    width: 100%;
}
.ship_calc_input {
    font-size: 10px;
}
.ship_calc_zip {
    width: 70%;
}
  .ship_calc_submit {
    width: 20%;
}
}

@media (min-width:480px) and (max-width:768px){
#kwm-product-ship-calc {
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 10px 0 0 6%;
}
}


