﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 24px;
    font-weight:500;
    margin-bottom: 5px;
}

h2 {
    font-size: 18px;
    font-weight: 600;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.max-wide {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.mid-wide {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    box-sizing: border-box;
}

#cart-summary {
    display: block;
    width: 350px;
    float: right;
}

#cart-detail {
    display: block;
    width: 730px;
    float: left;
}

.nobr {
    white-space: nowrap;
}

    .nobr a {
        text-decoration:none;
        color:white;
    }

    .nobr a:visited {
        text-decoration: none;
        color: white;
    }

#bread-crumb {
    margin:10px auto;
    line-height:24px;
}

.section-2 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.view-button {
    color: #ffffff;
    font-weight: bold;
    background-color: #01669a;
    height: 30px;
    width: 80px;
    border: none;
    cursor: pointer;
}

.hand_cursor {
    height: 30px;
    color: white;
    background-color: #0092CF;
    border: none;
    cursor: pointer;
}

.aspNetDisabled {
    background-color: #cccccc !important;
    cursor: default !important;
} 

.input-box {
    display: inline-block;
    width: 45%;
    margin-top: 10px;
    vertical-align: top;
}

input[type="text"] {
    border: solid 1px #cccccc;
    height: 22px;
    padding-left: 2px;
}

input[type="password"] {
    border: solid 1px #cccccc;
    height: 22px;
    padding-left: 2px;
}

input[type="number"] {
    border: solid 1px #cccccc;
    height: 22px;
    padding-left: 2px;
}
input[type="email"] {
    border: solid 1px #cccccc;
    height: 22px;
    padding-left: 2px;
}
input[type="tel"] {
    border: solid 1px #cccccc;
    height: 22px;
    padding-left: 2px;
}

select {
    border: solid 1px #cccccc;
    height: 26px;
}

.product-img {
    max-width: 100%;
    height:auto;
}

.newspaper {
    text-align: left;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.img-cipa {
    width: 90px;
    height: 46px;
}


/*******************************************************************************/
@media screen and (max-width: 1187px) {
    .max-wide {
        width: 100%;
    }

    .mid-wide {
        width: 100%;
    }

}

/*******************************************************************************/
@media screen and (max-width: 957px) {
    .section-2 {
        width: 100%;
    }

    .newspaper {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }
}

/*******************************************************************************/
@media screen and (max-width: 615px) {
    .input-box {
        width: 100%;
    }

    .newspaper {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

}
