/* --- Cart --- */
.page-cart, .page-checkout, .page-order-show {
  background-color: #F6F7F7;
  font-size: 14px;
  overflow: hidden;
}
.checkout-nav {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.checkout-nav .step {
  color: black;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
  max-width: 33%;
  vertical-align: top;
  width: 240px;
}
.checkout-nav .step span {
  display: block;
  padding: 0 5px;
  font-size: 14px;
}
.checkout-nav .step .badge {
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
  font-size: 13px;
  font-weight: 400;
}
.checkout-nav .step:first-child .badge::before {
  left: 50%;
  width: 50%;
}
.checkout-nav .step:last-child .badge::before {
  right: 50%;
  width: 50%;
}
.checkout-nav .step .badge::before {
  background-color: #3d3737;
  content: " ";
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}
.checkout-nav .step.visited .badge::after, .checkout-nav .step.active .badge::after {
  background-color: #3d3737;
}
.checkout-nav .step .badge::after {
  background-color: #f8f8fa;
  border: 2px solid #3d3737;
  border-radius: 15px;
  content: " ";
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  z-index: 0;
}
.checkout-nav .step.active .badge .text {
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.checkout-nav .step .badge .text {
  color: #3d3737;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.page-cart .panel.shopping-cart-empty {
  border: 0 none;
  margin: 0 auto;
  max-width: 100%;
  min-height: 350px;
  text-align: center;
  width: 550px;
}
.page-cart .panel.shopping-cart-empty .fa-shopping-cart {
  color: #cccccc;
  display: block;
  font-size: 120px;
  padding: 10px 0;
  text-align: center;
}
.page-cart .panel.shopping-cart-empty h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0;
  text-align: center;
}
.page-cart .panel.shopping-cart-empty .btn {
  margin-top: 30px;
  width: 70%;
}
.page-cart .panel.shopping-cart-complete {
}
.page-cart .panel.shopping-cart-complete .row{
	padding:5px 0;
}
@media (max-width: 767px) {.page-cart .panel.shopping-cart-complete .datetime{font-weight:600;}}

.page-cart .panel.shopping-cart-complete h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 5px 0;
  text-align: center;
  color:#b31a20;
}
.page-cart .panel.shopping-cart-complete p {
  text-align: center;
  padding: 5px 0;
  color: #000000;
  letter-spacing: 1px;
}
.page-cart .panel.shopping-cart-complete .btn {
  margin-top: 30px;
  width: 70%;
}
.page-cart .panel.shopping-cart-complete .btn.back-to-order {
  display: block;
  float: none;
  margin: 0 auto;
  width: 30%;
}
.page-cart .panel.shopping-cart-complete .fa-check-square-o {
  color: #3d3737;
  display: block;
  font-size: 120px;
  padding: 10px 0;
  text-align: center;
}
.btn-block {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.page-cart .btn-success, .page-checkout .btn-success, .page-order-show .btn-success {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 2px solid #3d3737 !important;
  color: #3d3737 !important;
  transition: color 0.25s ease 0s, background 0.25s ease 0s;
}
.page-cart .btn-success:hover, .page-checkout .btn-success, .page-order-show .btn-success:hover {
    background-color: #3d3737 !important;
    border-color: #3d3737 !important;
    color: #fff !important;
    transition: color 0.25s ease 0s, background 0.25s ease 0s;
}
.panel-body {
  padding: 35px;
  overflow: hidden;
  font-size: 17px;
}
.page-cart .panel-place-order .panel-body {
  padding-left: calc(50% + 30px);
}
@media (max-width:767px) {.page-cart .panel-place-order .panel-body {padding-left: 35px;}}

.page-cart .panel-place-order .panel-body .form-group{
  margin-bottom: 5px;
}
.page-cart .panel-place-order .panel-body .form-group label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  min-height: 20px;
  font-size: 15px;
  padding-left: 20px;
}
.page-cart .panel-place-order .panel-footer {
  background-color: white;
  border-top: 1px solid #ededed;
  line-height: 45px;
  padding: 20px 15px;
  overflow: hidden;
}
.page-cart .confirm-message {
  margin: -30px 0 50px;
  position: relative;
}
.page-cart .panel.shopping-cart-complete .order-detail-section {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.page-cart .panel.shopping-cart-complete .order-detail-section h4 {
  text-align: left;
  color:#333333;
  padding-bottom: 10px;
}
.page-cart .alert, .page-checkout .alert, .page-order-show .alert {
  margin-bottom: 30px;
  padding: 15px;
}
.alert-ask-for-login {
  background-color: white;
  border: 1px solid #dddddd !important;
  border-radius: 0 !important;
}
.alert-ask-for-login p {
  line-height: 34px;
}
.btn-color-primary {
  background-color: #3d3737;
    border-radius: 20px;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
	line-height: 1.625em;
}
.btn-color-primary:hover {
  background-color: #666666;
  color: #ffffff;
  transition: color 0.25s ease 0s, background 0.25s ease 0s;
}
.alert-ask-for-login .btn {
  min-width: 120px;
}

.page-cart section, .page-checkout section, .page-order-show section {
  background-color: white;
  border: 1px solid #ededed;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 0 15px;
}
.page-cart .shopping-cart{
  padding: 0;
}

.page-cart section .section-header, .page-checkout section .section-header, .page-order-show section .section-header {
  background-color: #3d3737;
  font-weight: 500;
  line-height: 26px;
  padding: 10px 15px;
  margin: 0 -15px;
  color: white !important;
}
.shopping-cart .section-header {
  margin: 0!important;
}
.customer-form .section-header {
  background-color: #3d3737;
  font-weight: 500;
  line-height: 26px;
  padding: 10px 15px;
  margin: 0 -15px !important;
  color: white !important;
}
.page-cart section .section-body, .page-checkout section .section-body, .page-order-show section .section-body {
  padding: 15px 0;
}
.page-cart section > *:not(:last-child), .page-checkout section > *:not(:last-child), .page-order-show section > *:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.page-cart .panel, .page-checkout .panel, .page-order-show .panel {
  border: 1px solid #ededed;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 30px;
  background-color: #fff;
}
.page-cart .btn-place-order {
  width: calc(50% - 30px);
}
.page-cart section .section-header h3, .page-checkout section .section-header h3, .page-order-show section .section-header h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 2px 0;
}
.page-cart section .table-header, .page-cart section .table-row, .page-checkout section .table-header, .page-checkout section .table-row, .page-order-show section .table-header, .page-order-show section .table-row {
  padding: 15px;
}
.page-cart section .table-row, .page-checkout section .table-row, .page-order-show section .table-row {
  border-bottom: medium none;
  border-top: 1px solid #ededed;
}
.cart-items .btn-remove-cart-item {
  color: #7f7f7f !important;
  display: block;
  font-size: 17px;
  line-height: 15px;
  padding: 0;
  min-width: auto;
}
.page-cart .btn-link, .page-checkout .btn-link, .page-order-show .btn-link {
  border: 0 none !important;
  border-radius: 0 !important;
  color: #b31a20 !important;
}
.cart-items .product-image {
  float: left;
  margin-right: 10px;
  width: 80px;
}
@media only screen and (max-width: 480px) {.cart-items .product-image{float: none;}}

.order-checkout {
  margin-bottom: 50px;
  font-size: 16px;
}
@media (max-width:767px) {
.page-cart .cart-item .item-quantity, .page-cart .cart-item .item-action, .page-cart .cart-item .item-size, .page-cart .cart-item .item-price, .page-cart .cart-item .item-total, .page-cart .cart-item .item-information {
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 16px;
}
}

.hide {
  display: none !important;
}

@media (min-width:1024px) {.hidden-lg {display: none !important;}}
@media (max-width:767px) {.hidden-xs {display: none !important;}}

.original-price {
  text-decoration: line-through;
}
.cart-items .price, .cart-items .sale-price, .cart-items .original-price {
  display: block;
  text-align: center;
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: left;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 6px 12px;
}

.page-cart .form-group:not(.has-error) .form-control, .page-checkout .form-group:not(.has-error) .form-control, .page-order-show .form-group:not(.has-error) .form-control {
  text-align: left;
  width: 100%;
}
.page-cart .form-inline.form-inline-2 > *:first-child, .page-checkout .form-inline.form-inline-2 > *:first-child, .page-order-show .form-inline.form-inline-2 > *:first-child {
  margin-right: 2%;
  width: 49%;
}
.page-cart .form-inline.form-inline-2 > *:last-child, .page-checkout .form-inline.form-inline-2 > *:last-child, .page-order-show .form-inline.form-inline-2 > *:last-child {
  margin-left: -5px;
  width: 49%;
}
.page-cart .form-inline.form-inline-2 > *, .page-checkout .form-inline.form-inline-2 > *, .page-order-show .form-inline.form-inline-2 > * {
  display: inline-block;
  vertical-align: top;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append, .input-group-prepend {
  display: flex;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.button, input[type="submit"], input[type="button"], button {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  padding: 0 28px;
  position: relative;
  text-align: center;
}
.input-group .btn {
	background-clip: padding-box;
	border-radius: 2px;
	display: inline-block;
	line-height: 1.5;
	min-width: auto;
	padding: 6px 8px;
	text-align: center;
	transition: all 0.5s ease 0s;
	border-color: #ccc;
	margin: 0;
	min-height: 38px;
}
.input-group .btn:hover {
	background-color: #333333;
}
.input-group .btn:hover i{
	color: #ffffff;
}
.ml1 {
  margin-left: -1px;
  margin-right: 0px !important;
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  flex: 1 1 auto;
  margin-bottom: 0;
  position: relative;
  width: 1%;
  border-radius: 0;
}
.cart-promotions {
  padding: 5px 15px;
  margin-bottom: 10px;
  width: 100%;
}
.cart-promotions .promotion {
  display: block;
  margin-bottom: 5px;
}
.cart-promotions .badge {
  background-color: transparent;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  width: 100px;
  text-align: center;
}
.cart-promotions .badge span {
  background-color: #b31a20;
  color: #fff;
  display: block;
  padding: 5px 0;
}
.cart-promotions .description {
  padding: 0 15px;
}
.cart-promotions .promotion .discount, .cart-promotions .promotion .description {
  padding-bottom: 5px;
  padding-top: 5px;
}
.cart-promotions .badge, .cart-promotions .description, .cart-promotions .discount {
  display: table-cell;
  vertical-align: text-top;
}
.cart-promotions .total{
	font-weight: 600;
}
.page-cart section h5, .page-checkout section h5, .page-order-show section h5 {
  font-size: 14px;
}
.page-cart .margin-bottom-small, .page-checkout .margin-bottom-small, .page-order-show .margin-bottom-small, .page-apply-return .margin-bottom-small, .page-return-order-show .margin-bottom-small {
	margin-bottom: 5px;
}
.order-summary .total::before, .order-summary .total::after, .order-summary .subtotal::before,  .order-summary .subtotal::after,  .order-summary .discount::before,  .order-summary .discount::after,  .order-summary .applied-store-credits::before,  .order-summary .applied-store-credits::after,  .order-summary .delivery-fee::before,  .order-summary .delivery-fee::after, #checkout-container .order-summary .payment-fee::before,  .order-summary .payment-fee::after {
  content: " ";
  display: table;
  clear: both;
}
 .order-summary .total,  .order-summary .subtotal,  .order-summary .discount,  .order-summary .applied-store-credits,  .order-summary .delivery-fee,  .order-summary .payment-fee {
  margin-bottom: 10px;
}
.order-summary .cart-coupon form label {
  display: block;
  font-weight: 400;
}
.order-summary .cart-coupon form input {
  float: left;
  width: 67%!important;
}
.order-summary .cart-coupon form .btn {
  float: right;
  margin: 0;
  min-width: auto;
  width: 30%;
  padding: 6px 20px;
}
.order-summary .cart-coupon .form-group::after {
  clear: both;
}
.order-summary .cart-coupon .form-group::before,  .order-summary .cart-coupon .form-group::after {
  content: " ";
  display: table;
}
.products-detail-right-order {
	width: 100%;
}
.products-detail-right-order select {
	width: 40%;
}
@media only screen and (max-width: 768px) {.products-detail-right-order select {width: 100%;}}

.products-detail-right-order .form-inline {
	width: 40%;
}
.products-detail-right-order .action-title {
  font-size: 16px;
  font-weight: 400;
  margin: 6px 10px 10px 0;
  text-transform: uppercase;
}
.products-detail-right-order .action-title2 {
  color: #b31a20;
  font-size: 18px;
  font-weight: 400;
  margin: 6px 10px 10px 0;
  text-transform: uppercase;
}
.products-detail-right-order select#specification {
  text-align: left;
}
.products-detail-right-spec-img {
  overflow: hidden;
}
.products-detail-right-spec-img ul {
  margin: 0 -10px;
}
.products-detail-right-spec-img ul li {
  border: 1px solid #cccccc;
  float: left;
  list-style: outside none none;
  margin: 10px;
  max-width: 120px;
  padding: 5px;
}
.add-cart a.submit {
  margin: 20px 0;
}
.sidr {
  background: #333333 none repeat scroll 0 0;
  color: white;
  display: none;
  font-size: 15px;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 250px;
  z-index: 999999;
}
.sidr.left {
  background-color: #f1f1f1;
  left: -260px;
  right: auto;
}
.cart-header {
  background-color: #3d3737;
  color: #ffffff;
  float: left;
  font-size: 20px;
  padding: 15px 20px;
  width: 100%;
}
.cart-items {
  overflow: hidden;
}
.cart-item {
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 15px;
}
.cart-item-content .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}
.cart-items .product-title {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.cart-item-content .price-details {
  font-size: 13px;
  line-height: 16px;
  color: #333333;
}
.cart-item .remove a {
  color: #666;
  float: right;
}
.cart-chkt-btn-cont {
  display: block;
  padding: 15px;
}
.cart-chkt-btn {
  background-color: #3d3737;
  border: 0 none;
  border-radius: 20px;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 8px 30px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.cl, .clear {
  clear: both;
  display: block;
}










/* --- Member --- */
.large-message {
  background: #f8f8f8 none repeat scroll 0 0;
  margin-bottom: 20px;
}
.large-message .container > .row > .col-sm-12 > .content {
  margin-top: 0;
  min-height: 150px;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.full-content-center {
  margin: 2% auto;
  max-width: 500px;
  text-align: left;
  width: 100%;
}
.member-content-center {
  max-width: 1440px;
}
.member-content-center .table {
  font-size: 14px;
  background-color: transparent;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%;
}
.member-content-center .table thead th {
  padding:8px;
}
.member-content-center .table td {
  line-height: 1;
  vertical-align: middle;
  padding:12px;
  border-top: 1px solid #ccc;
  width: 25%;
}
@media (max-width:1024px) {.table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {display: block;width: 100%!important;text-align: left;overflow: hidden;}}
@media (max-width:1024px) {.table-responsive thead tr {display: none;}}
.member-content-center .table tr:hover {
  background-color: #f5f5f5;
}
.table-responsive td::before {
  left: 6px;
  padding-right: 10px;
  position: absolute;
  top: 6px;
  white-space: nowrap;
  width: 45%;
}
.member-center-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: left;
}
.member-center-title .hello {
  display: inline-block;
  margin: 0 15px 0 0;
}
.member-center-logout {
  display: inline-block;
  text-decoration: underline;
}
.member-center-select {
  color: #b31a20;
  vertical-align: text-top;
}
.nav > li > a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
.nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-justified > li {
  float: none;
}
.tab-pane .chat-container {
    max-width: 100%;
}
.tab-pane .order-container th {
    text-align: center;
}
.content.content-with-tabset {
    max-width: 600px;
}
.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.content-tabset {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    width: 600px;
}
.content-tabset.tabset-member-center {
    width: 100%;
}
.content-tabset hr {
    border-color: #ddd;
    display: block;
    margin: 20px 0 20px -20px;
    width: calc(100% + 40px);
}
.content-tabset .links-container {
    margin: 20px 0 0;
	text-align: center;
}
.content-tabset .links-container a {
    color: #666;
    font-size: 14px;
}
.content-tabset .links-container a:nth-of-type(1) {
    display: inline-block;
    margin-bottom: 8px;
}
.content-tabset label {
    display: block;
    font-weight: normal;
	padding-left: 20px;
}
.content-tabset .divider {
    margin: 10px auto;
    width: auto;
}
.content-tabset .form-group {
    margin-bottom: 20px;
}
.content-tabset .notice-content {
    color: #666;
    font-size: 12px;
    margin-top: 7px;
}
.tab-pane .edit-group label {
  vertical-align: middle;
  width: 130px;
}
.tab-pane .edit-group label, .tab-pane .edit-group .controls {
  padding: 0;
  text-align: left;
}
#user input:not([type="button"]):not([type="checkbox"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="radio"]):not([type="reset"]):not([type="submit"]):not([type="color"]):not([type="range"]), textarea {
  background: #ffffff none repeat scroll 0 0;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  max-width: 80%;
  width: 80%;
  padding: 10px;
  text-align: left;
}
#user select {
  background: #ffffff none repeat scroll 0 0;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  max-width: 80%;
  width: 80%;
  padding: 10px;
  text-align: left;
}
#user span {
  color: #999;
}
.nav-tabs {
    margin-bottom: 20px;
	border-bottom: 0 !important;
	display: flex;
}
.nav-tabs > li > a {
	line-height: 1.42857;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > li > a {
    background-color: #fbfbfb;
    border-color: transparent #ddd #ddd transparent;
    border-radius: 0;
    color: #333;
    margin-right: 0;
    padding: 20px 15px;
}
.nav-tabs.nav-justified > li:nth-last-of-type(1) > a {
    border-right-color: transparent !important;
}
.nav-tabs.nav-justified > li.active > a, .nav-tabs.nav-justified > li.active a:hover, .nav-tabs.nav-justified > li.active > a:focus {
    background-color: #fff;
    border-color: transparent #ddd transparent transparent;
}
.tab-pane {
    margin-bottom: 30px;
    padding: 0 40px;
}
@media (max-width: 767px) {.tab-pane{padding: 0 10px;}}

.tab-pane button.btn.btn-success {
    background-color: #3d3737;
    border-color: #3d3737;
	color: #ffffff;
}
.tab-pane button.btn.btn-success:hover {
    background-color: #3d3737;
    border-color: #3d3737;
    opacity: 0.8;
}
.tab-pane .line-input {
  border: 1px solid #ddd !important;
  border-radius: 0;
  color: #666;
  outline: medium none;
  padding: 5px 20px !important;
  width: 100%;
  font-size: 15px !important;
}
.tab-pane select.line-input {
    -moz-appearance: none;
}
.tab-pane select.line-input::after {
    content: "";
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabset-title {
    margin-bottom: 20px;
    text-align: center;
}
.actions {
  margin-top: 35px;
  overflow: hidden;
}
.login-input input {
  min-width: 275px;
  width: 90%;
  font-size: 16px !important;
}
@media only screen and (max-width: 360px) {.login-input input {min-width: auto;}}

.login-input i {
  margin-right: 10px;
  vertical-align: bottom;
  vertical-align: middle;
}
.line-input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0 !important;
  border-color: -moz-use-text-color -moz-use-text-color black;
  border-image: none;
  border-style: none none solid !important;
  border-width: medium medium 1px !important;
  color: #333;
  padding: 5px 2px 0 !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  vertical-align: middle;
}
.btn-custom-large {
  font-size: 16px;
  padding: 8px 50px;
}
.links-container {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.links-container a {
  font-size: 14px;
}
.text-left {
  text-align: left !important;
}
.agree-highlight {
  color: #b31a20;
}
.highlight {
  color: #b31a20;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.page-cart .cart-summary h5.summary-header, .page-checkout .cart-summary h5.summary-header, .page-order-show .cart-summary h5.summary-header {
  font-size: 16px;
  margin: 20px;
  text-align: center;
}
.body-wrapper {
    position: relative;
    z-index: 2001;
}
.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.minHeight450 {
  min-height: 450px;
}
.page-topic {
  overflow: hidden;
  margin: 40px 0;
}
.page-topic h1{
	font-size: 24px;
	text-align: center;
}
.page-topic h2 {
  font-size: 15px;
  font-weight: normal;
  padding: 10px 0;
  text-align: center;
}
#order-coupon {
	margin: 0;
	float: left;
	width: 80%;
}
@media (max-width: 767px) {#order-coupon {width: 50%;}}

.form-inline {
	width: 100%;
}
.social-login-container {
	display: block;
	overflow: hidden;
}
.social-login-container div {
	float: left;
}
.social-login-container div:nth-last-child(2n), .social-login-container div:nth-last-child(2n) ~ div {
	width: 50%;
	padding: 0 3px;
	display: inline-block;
}
.btn-line-login {
	background-color: #00c300;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
	display: block;
	text-align: left;
	min-height: auto !important;
}
.btn-line-login img {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.btn-facebook-login {
	color: #fff;
	background-color: #3B5998;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
	text-align: left;
	min-height: auto !important;
}
.btn-facebook-login img {
	width: 40px;
	height: 40px;
	padding: 5px;
	display: inline-block;
}
.login-btn-label {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	padding: 10px 0px;
	color: #fff;
	line-height: 1.43;
	width: 100%;
	margin-left: -40px;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #b31a20;
}
@media (max-width: 767px) {.order-number{font-size: 16px;font-weight:600;}}
.txt-m{display: none;}
@media (max-width: 767px) {.txt-m{display: inline-block;}}
.controls select {
    float: left;
    width: 33.33% !important;
	margin: 0 0 10px 0;
}
