* {
    text-decoration: none;
    max-width: 100%;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    min-width: 960px;
    font-weight: 600;
}
img {
    border: none;
}
header img {
    width: 18%;
}
.fontWeightFix {
    font-weight: 500;
}
p {
    font-size: 17px;
}
.floatRight {
    float: right;
    color: rgb(255 255 255);
    font-weight: 500;
}
.garamond {
    font-family: "Cormorant Garamond", serif;
}
.clearfix {
    clear: both;
}
.bold {
    font-weight: bold;
}
.specialInternetOffer {
    font-weight: 500;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.greenColor {
    color: #39b54a;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.caption {
    font-size: smaller;
}
.container {
    margin: 0 auto;
    width: 900px;
}
header {
    background-color: #1b1933;
    padding: 20px;
}
.orderOptionsLeft {
    width: 434px;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0px 10px 14px 3px rgba(228, 228, 228, 1);
    -moz-box-shadow: 0px 10px 14px 3px rgba(228, 228, 228, 1);
    box-shadow: 0px 10px 14px 3px rgba(228, 228, 228, 1);
}
#rightSideMBWrap {
    display: inline-block;
    vertical-align: top;
    width: 390px;
    text-align: center;
    margin-left: 66px;
    margin-top: 50px;
}
.orderOptionsLeft h3 {
    background-color: #c65717;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 30px;
}
.bottleOptions {
    cursor: pointer;
    width: 25%;
    display: inline-block;
    background-color: #ebebeb;
    margin-right: 2%;
    margin-left: 2%;
    padding-top: 7px;
    padding-bottom: 7px;
}
.yourPrice {
    color: #3cb64b;
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.retail {
    color: #625e5d;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
}
.savePercentage {
    color: #d0021b;
    font-size: 22px;
    margin-top: 5px;
}
.questions {
    color: #c65717;
    font-size: 20px;
    margin-bottom: 0px;
}
.answers {
    margin-top: 0px;
    font-weight: 500;
}
.bottleOptions.active {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 23%;
    background-color: #ffd6bf;
    border: 2px solid #ff9c39;
}
#faqWrap {
    margin-top: 50px;
}
.getStartsButton {
    display: block;
    width: 200px;
    border-radius: 100px;
    background-color: #ff9e32;
    color: #fff;
    margin: auto;
    padding: 20px 0;
    font-weight: 300;
    text-transform: uppercase;
}
.oneTimePayment {
    color: #625e5d;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}
.smallLine {
    width: 10%;
    margin: 0 auto;
}
.readyText {
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 50px;
}
/*#faqWrap h1{font-size: 37px; font-weight: 500;}*/
.strike {
    text-decoration: line-through;
}
.viewOrderOptionsButton {
    display: block;
    width: 200px;
    border-radius: 100px;
    background-color: #ff9e32;
    color: #fff;
    margin-left: 220px;
    padding: 15px 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

footer {
    background-color: #ececec;
    text-align: center;
    padding: 20px;
}
footer p {
    font-size: 12px;
}

.shipping {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 300;
}
