* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
	-webkit-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img, object, embed {
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
input, select {
	vertical-align: middle;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
.ie6 input {
	vertical-align: text-bottom;
}
a:hover, a:active {
	outline: none;
}
button, input, select, textarea {
	margin: 0;
}
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
img {
	border: none;
}
:focus {
	outline: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
    line-height: 1;
    overflow-x: hidden;
	appearance: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
::-webkit-input-placeholder {
	color: #22a2b3;
	opacity: 1;
}
:-moz-placeholder {
	color: #22a2b3;
	opacity: 1;
}
::-moz-placeholder {
	color: #22a2b3;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #22a2b3;
	opacity: 1;
}
.container {
    max-width: 1000px;
}
.row {
    width: 100%;
    float: left;
}

h1 {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #000000;
    text-align: center;
}

.cart {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.cart img {
    width: 30px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 80%  !important;
    margin-bottom: 0;
}
#search { padding-top: .5em !important; }
.search-bar {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.search-bar .input-group-btn {
    font-size: 14px !important;
    min-width: 60px !important;
}
.search-bar select {
    background: url(../images/down-arrow.png) no-repeat 90% 10px;
    background-size: 10px 12px;
    min-width: 60px;
    min-height: 34px;
    padding: 5px;
    border: 1px solid #ccc;
    border-right: 0;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-appearance: none;
    line-height: 22px;
}
.advance-search {
    width: 100%;
    float: left;
    margin-top: 30px !important;
}
.advance-search h2 {
    font-size: 16px;
    text-align: center;
    margin: 0;
}
.advance-search a {
    text-decoration: none;
}
.advance-search a:hover {
    text-decoration: underline;
}
.advanced-list {
    text-align: center;
    margin-top: 15px;
    display: none;
}

label {
    font-size: 16px;
    /*color: #000;*/
    font-weight: normal;
    margin-left: 10px;
    line-height: 20px;
    cursor: pointer;
}
.advanced-list input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 0;
}

.bill-form {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px -2px rgb(0, 0, 0, 0.8);
}
.bill-form table tr th {
    background-color: #3286cc;
    color: #ffffff;
}
.balance-row td {
    text-align: right;
    font-size: 14px;
    height: 100px;
    vertical-align: bottom !important;
}
.balance-row td span {
    font-weight: bold;
    margin-right: 20px;
}
.balance-row a, .balance-row button {
    background-color: #3286cc;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    text-decoration: none;
}
.table.items > tbody > tr > td {
    border: 1px #fbf7eb solid;
}
.item-button {
    background-color: #3286cc;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    text-decoration: none;
}
.update-button {
    background-color: #3286cc !important;
    font-size: 14px !important;
    color: #ffffff !important;
    padding: 5px 10px 5px 10px !important;
    border-radius: 3px !important;
    text-decoration: none !important;
    font-family: arial !important;
font-weight: 500 !important;
}
.checkout-button {
    background-color: #018300;
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    text-decoration: none;
}
.item-button:hover, .checkout-button:hover, .add-button:hover, .coupon-button:hover {
    color: #ffffff;
    text-decoration: none;
}
.button-frame td {
    height: 60px;
    text-align: right;
    vertical-align: middle !important;
}
.coupon-frame td {
    height: 60px;
    text-align: left;
    vertical-align: middle !important;
}
.add-button {
    background-color: #3286cc;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 2px 0 0 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    text-decoration: none;
    font-family: arial !important;
font-weight: 500 !important;
}
.coupon-button {
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: -8px 0 0 0px;
    text-decoration: none;
}
.coupon-button img {
    width: 90px; padding-right: 10px;
}
.items .form-control {
    width: 200px;
    float: left;
}
.address-frame {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.address-frame img {
    width: 250px;
    float: left;
}
.address-frame p {
    float: left;
    font-size: 16px;
    color: #000000;
    line-height: 66px;
    padding-left: 20px;
}
.address-frame h1 {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #aa8d6d;
    padding-bottom: 20px;
    text-align: left;
}
.address-frame form {
    border-bottom: 1px solid #aa8d6d;
    width: 100%;
    float: left;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.address-frame label {
    color: #aa8d6d;
    font-weight: normal;
}
.address-frame input {
    color: #aa8d6d;
    font-weight: normal;
    border: 1px #aa8d6d solid;
}
.address-frame .form-horizontal .control-label {
    text-align: left;
    padding: 7px 0 0 0;
}
.page-content .container { padding-bottom: 20px; }
@media (max-width:1000px) {
    .container {
        width: 100%;
        padding: 0 20px 0 20px;
    }
    .input-group .form-control {
    width: 70%  !important;
    }
}
@media (max-width:670px) {
    h1 {
        font-size: 24px;
    }
    .advanced-list {
        text-align: left;
        padding-bottom: 15px;
    }
    .advanced-list span {
        float: left;
        padding-bottom: 15px;
    }
    label {
        width: 100%;
        float: left;
        text-align: left;
        margin: 0;
    }
    .bill-form table tr th {
        font-size: 12px;
    }
    .items .form-control {
        width: 200px;
        float: left;
        margin-bottom: 15px;
    }
    .address-frame p {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 24px;
        margin: 8px 0 0;
        padding-left: 0;
    }
    .address-frame h1 {
        font-size: 24px;
        padding-bottom: 0px;
    }
    .address-frame .form-horizontal .control-label {
        padding: 7px 0 7px 0;
    }
    .form-horizontal .form-group {
        margin-right: 0;
        margin-left: 0;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 0;
        padding-right: 0;
    }
    .input-group .form-control {
    width: 30%  !important;
    }
}