﻿
.tooltip {
    position: fixed;
}

.tooltip-inner {
    background-color: #5b5b5b;
    color: #fff;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #5b5b5b;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #5b5b5b;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #5b5b5b;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #5b5b5b;
}

.uidialogclose {
    top: -7% !important;
    right: -1% !important;
    margin-right: -10px !important;
    margin-top: -15px !important;
    background: url(https://s3-eu-west-1.amazonaws.com/shopusadocs/Global+site/img/closeButton.png) no-repeat;
    height: 37px !important;
    width: 40px !important;
    border: none;
    position: fixed;
}

#shipping-calculator {
    max-width: 500px;
    border: 1px solid gray;
}

.cal-title {
    background: #333;
    color: #fff;
    padding: 10px 0px;
    margin: 0px;
}

.cal-box {
    padding: 25px 25px 0px
}

.package-title {
    padding-left: 15px;
}

.border-boxes {
    background: #5b5b5b;
    color: #fff;
}

/* .weight-cal-box {
        width: 22%;
    }*/

.weight-cal-box-1 {
    width: 32%;
}

.cal-box label {
    font-family: helvetica65 !important;
}

.height-box {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

@media (max-width:508px) {
    .weight-cal-box {
        width: 50%;
        margin-bottom: 15px;
    }

    .weight-cal-box-1 {
        width: 50%;
    }
}

@media (max-width:420px) {
    .cal-box {
        padding: 5px !important;
    }

    #estimated-cst {
        font-size: 15px !important;
        text-transform: capitalize !important;
    }
}

.calculater-grid {
    margin-bottom: 15px;
}

#shipmentgrid thead tr th {
    background: #274594;
    text-align: center;
    color: #fff;
    font-family: helvetica55;
    font-weight: normal;
    font-size: 17px;
}

#shipmentgrid tbody tr td {
    text-align: center;
    font-family: helvetica55;
    font-size: 17px;
}

#shipmentgrid tbody tr .dis-clr {
    color: #cb2127;
    font-family: helvetica65;
}

#add-pkg {
    margin-bottom: 20px;
}

.shopping-heading-ttl {
    color: #000;
    font-size: 20px;
    font-family: helvetica55;
}

.saveamt-title {
    color: #cb2127;
    font-family: helvetica65;
    font-size: 17px;
}

@@media(max-width:991px) {
    .weight-cal-box {
        padding-bottom: 15px;
    }
}

@@media(max-width:340px) {
    .saveamt-title {
        text-align: center;
    }
}

.saveamt-title a {
    color: #cb2127;
    text-decoration: none;
    padding-right: 8px;
}

#estimated-cst {
    font-size: 17px;
    font-family: helvetica55;
}

#shipmenttable {
    margin-bottom: 8px;
}

#note-text {
    font-family: helvetica55;
    font-size: 13px;
    margin-bottom: 30px;
    font-style: italic;
}

#note-txt {
    font-family: helvetica65;
}

.learmore {
    border: 1px solid #274594;
    color: #1b5ba9;
    font-family: helvetica55;
}

    .learmore:hover, .learmore:focus {
        border: 1px solid #274594;
        color: #fff;
        background: #274594;
    }

.hide-btn {
    visibility: hidden;
}

.shippingrate-ttls {
    height: 105px;
}

@media(max-width:767px) {
    .shippingrate-ttls {
        height: auto;
    }

    .hide-btn {
        display: none;
    }

    #hide-img {
        display: none;
    }
}

#shipping-calculator .form-control {
    border: 1px solid #999;
}

#drpdownupscountry {
    font-size: 16px;
}

#estimated-cst {
    text-transform: uppercase;
}

.shippingrates {
    border: none;
}

#btnCalcCalculateShippingCost {
    font-size: 17px !important;
    font-family: helvetica55 !important;
    margin-bottom: 25px;
}

.citycodes {
    padding-right: 0px;
}

#ui-id-1 {
    width: 345px !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
    margin-left: 128px;
}

@media(max-width:508px) {
    .grid-cal-box {
        margin-bottom: 0px !important;
    }
}

@media(max-width:767px) {

    #PostalerrorText {
        left: 78px !important;
    }
}

@media (max-width: 390px) {
    #btnCalcCalculateShippingCost {
        font-size: 14px !important;
    }
}

#wt-cal-btn {
    padding-left: 40px;
}

@media(max-width:480px) {
    #wt-cal-btn {
        padding-left: 10px;
    }

    #btnCalcCalculateShippingCost {
        margin-bottom: 0px;
    }
}
