/*Product info*/
.product-info-container {

}

.product-info-container p, .product-info-container ol, .product-info-container ul {
    font-size: 16px;
}

.product-info-container img {
    width: 100%;
    height: auto;
    max-width: 640px;
}

/*Sticky Bar*/
#stickyBar {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(117,117,117,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(117,117,117,1);
    box-shadow: 0px 0px 4px 0px rgba(117,117,117,1);
}

/*
Flash msg*/
#flashMsgArea {
    /*opacity: 0.98;*/
    position:fixed;
    width: 100%;
    background: #fffff1;
    z-index: 9999;
    /*border-bottom: 1px solid #ff7800;*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    font-size: 19px;
}

.alert {
    margin:5px 0;
    color: #fff;
    border: none;
    font-weight: 300;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    min-width: 90%;
    display: block;
    align-items: center;
    letter-spacing: 1px;
    justify-content: normal;
}

.alert-info {
    background-color: #04005b;
}

.alert-warning {
    background-color: #f99033;
}

.form-control {
    border-radius: 10px !important;
}

.btn {
    border-radius: 10px !important;
}

.text-warning {
    color: #ff871f !important;
}

.text-info {
    color: #014898 !important;
}

/** Dialog */
#priceLimitDialog {
    z-index:99999;
    position:fixed;
    text-align: center;
    bottom: 0; left:0;
    width: 300px;
    color: #fff;
    background: #73b351;
    padding: 15px;
}
#dialogIconBox {
    z-index:99998;
    position:fixed;
    text-align: center;
    bottom: 0;
    left:0;
    width: auto;
    color: #fff;
    padding: 15px;
}