/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.btn-primary {
  background-color: #4aa72e;
  color: #ffffff;
  border-color: #4aa72e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #387f23;
  border-color: #387f23;
  color: #e6e6e6;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #5eca3e;
  border-color: #5eca3e;
}
.btn-default {
  background-color: #ffffff;
  color: #4aa72e;
  border-color: #4aa72e;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #e6e6e6;
  border-color: #387f23;
  color: #387f23;
}
.btn-default.disabled,
.btn-default[disabled] {
  background-color: #ffffff;
  border-color: #5eca3e;
}
.btn-alt {
  background-color: #ffffff;
  color: #000000;
  border-color: #7f7f7f;
}
.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active,
.btn-alt.active {
  background-color: #e6e6e6;
  border-color: #666666;
  color: #000000;
}
.btn-alt.disabled,
.btn-alt[disabled] {
  background-color: #ffffff;
  border-color: #999999;
}
.btn-lg {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.btn-warning {
  background-color: #f28a13;
  color: #ffffff;
  border-color: #f28a13;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #c76f0b;
  border-color: #c76f0b;
  color: #e6e6e6;
}
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f5a243;
  border-color: #f5a243;
}
.btn-link {
  text-decoration: underline;
}
.btn-flat {
  background-color: transparent;
  color: #000000;
  border-color: transparent;
}
.btn-flat:hover,
.btn-flat:focus,
.btn-flat:active,
.btn-flat.active {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #000000;
}
.btn-flat.disabled,
.btn-flat[disabled] {
  background-color: rgba(26, 26, 26, 0);
  border-color: rgba(26, 26, 26, 0);
}
.breadcrumb {
  background-color: inherit;
  padding-left: 0;
  padding-right: 0;
  font-size: 85%;
  margin: 6px 0;
}
.breadcrumb > li + li:before {
  content: '>';
}
.breadcrumb li.current {
  color: #7f7f7f;
}
.breadcrumb li.active {
  margin-left: 1px;
  zoom: 1;
}
ul.rating {
  display: inline;
}
ul.rating li {
  list-style-type: none;
  display: inline;
}
ul.rating li .fa-star {
  color: #7f7f7f;
}
ul.rating li .fa-star.got {
  color: #ffc600;
}
ul.navigations {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  background-color: #f5f5f5;
}
ul.navigations a {
  display: block;
  padding: 20px 20px 20px 33px;
  cursor: pointer;
}
ul.navigations a:hover {
  background-color: white;
}
ul.navigations a.current {
  background-color: white;
  font-weight: bold;
  border-left: solid 4px #4aa72e;
  padding-left: 29px;
}
.pager {
  text-align: center;
}
.pager .pagination {
  text-align: center;
}
.pager .pagination li a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  font-size: 17px;
  color: #7f7f7f;
  background-color: transparent;
  margin: 0 3px;
  padding: 3px 10px;
}
.pager .pagination li a:hover {
  background-color: #f5f5f5;
  color: black;
}
.pager .pagination li a .fa {
  font-size: 10px;
}
.pager .pagination li a .fa-caret-left,
.pager .pagination li a .fa-caret-right {
  padding: 3px 4px;
}
.pager .pagination li.active a {
  font-weight: bold;
  background-color: transparent;
}
.pager .pagination li.arrow a {
  background-color: #4aa72e;
  color: white;
}
.pager .pagination li.arrow a:hover {
  background-color: #5eca3e;
}
.pager .pagination li.arrow.disabled a {
  background-color: #f5f5f5;
}
.btn-dropdown > button {
  text-align: left;
  position: relative;
  padding: 8px 30px 8px 10px;
}
.btn-dropdown > button i.fa {
  position: absolute;
  right: 10px;
  top: 20%;
  margin-top: 4px;
  color: black;
}
.btn-dropdown > button i.fa-angle-up {
  display: none;
}
.btn-dropdown .dropdown-menu {
  border: solid 1px #4aa72e;
  padding: 10px;
  margin-top: 4px;
}
.btn-dropdown .dropdown-menu ul li.current {
  font-weight: bold;
}
.btn-dropdown .dropdown-menu ul a {
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  min-width: 210px;
}
.btn-dropdown .dropdown-menu ul a.current {
  font-weight: bold;
}
.btn-dropdown .dropdown-menu ul a:hover {
  background-color: #4c4c4c;
  color: white;
}
.btn-dropdown .dropdown-menu ul a span.default-flag {
  margin-left: 5px;
}
.btn-dropdown.open > button {
  border: solid 1px #4aa72e !important;
}
.btn-dropdown.open > button i.fa-angle-down {
  display: none;
}
.btn-dropdown.open > button i.fa-angle-up {
  display: inline;
}
.btn-dropdown.default > button {
  min-width: 130px;
  background-color: #ffffff;
  color: #000000;
  border-color: #7f7f7f;
}
.btn-dropdown.default > button:hover,
.btn-dropdown.default > button:focus,
.btn-dropdown.default > button:active,
.btn-dropdown.default > button.active {
  background-color: #e6e6e6;
  border-color: #666666;
  color: #000000;
}
.btn-dropdown.default > button.disabled,
.btn-dropdown.default > button[disabled] {
  background-color: #ffffff;
  border-color: #999999;
}
.btn-dropdown.form-control {
  padding: 0;
}
.btn-dropdown.form-control > button {
  padding: 5px 30px 5px 10px;
  width: 100%;
  min-height: 32px;
  background-color: #fff;
}
.btn-dropdown.form-control > button i.fa {
  top: 12%;
}
.btn-dropdown .popover {
  margin-top: 50px;
  margin-left: -90px;
  min-width: 420px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #7f491a;
}
.btn-dropdown .popover .arrow {
  left: 120px;
  color: #7F491A;
  border-bottom-color: #7f491a;
}
.btn-dropdown .popover .dismiss {
  font-size: 20px;
  font-weight: bold;
  color: #7F491A;
  padding: 0 10px;
  position: absolute;
  display: block;
  text-align: center;
  right: 0;
  top: 0;
  cursor: pointer;
}
.btn-dropdown .popover .popover-content {
  padding: 15px 15px 15px 20px;
  position: relative;
}
.btn-dropdown .popover .popover-content a {
  color: #4aa72e;
  text-decoration: underline;
}
.btn-dropdown .popover h6 {
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: bold;
}
.btn-dropdown .popover h6 span.fa-warning {
  color: #FFC800;
  font-size: 20px;
  margin-right: 10px;
}
.btn-dropdown .popover p {
  line-height: 1.5em;
  margin: 15px 0 0 0;
}
.btn-dropdown .popover.show {
  display: block;
}
.car-selector .single-row {
  padding: 20px 0;
}
.car-selector label {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
}
.car-selector .btn-dropdown {
  margin-right: 10px;
}
.car-selector .btn-dropdown > button {
  min-width: 130px;
  box-sizing: content-box;
  background-color: #ffffff;
  color: #000000;
  border-color: #7f7f7f;
}
.car-selector .btn-dropdown > button:hover,
.car-selector .btn-dropdown > button:focus,
.car-selector .btn-dropdown > button:active,
.car-selector .btn-dropdown > button.active {
  background-color: #e6e6e6;
  border-color: #666666;
  color: #000000;
}
.car-selector .btn-dropdown > button.disabled,
.car-selector .btn-dropdown > button[disabled] {
  background-color: #ffffff;
  border-color: #999999;
}
.car-selector .btn-primary.btn,
.car-selector .btn-default.btn {
  padding: 8px 20px;
  margin-top: -1px;
  margin-left: 10px;
}
.car-selector .model-selector td,
.car-selector .sub-model-selector td,
.car-selector .make-selector td {
  white-space: nowrap;
}
.car-selector .model-selector td a,
.car-selector .sub-model-selector td a,
.car-selector .make-selector td a {
  padding: 8px 10px;
  display: block;
  min-width: 120px;
}
.car-selector .model-selector td a.current,
.car-selector .sub-model-selector td a.current,
.car-selector .make-selector td a.current {
  font-weight: bold;
}
.car-selector .model-selector td a:hover,
.car-selector .sub-model-selector td a:hover,
.car-selector .make-selector td a:hover {
  background-color: #4c4c4c;
  color: white;
}
.car-selector .year-selector .dropdown-menu {
  left: -150px;
  padding: 15px 60px 15px 20px;
}
.car-selector .year-selector .dropdown-menu th,
.car-selector .year-selector .dropdown-menu td {
  min-width: 60px;
}
.car-selector .year-selector .dropdown-menu th a,
.car-selector .year-selector .dropdown-menu td a {
  padding: 6px 8px;
  display: block;
}
.car-selector .year-selector .dropdown-menu th a.current,
.car-selector .year-selector .dropdown-menu td a.current {
  font-weight: bold;
}
.car-selector .year-selector .dropdown-menu th a:hover,
.car-selector .year-selector .dropdown-menu td a:hover {
  background-color: #4c4c4c;
  color: white;
}
.car-selector .year-selector .dropdown-menu th {
  padding: 5px 8px;
  color: #7f7f7f;
}
.car-selector .year-selector .dropdown-menu .extender {
  width: 60px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  padding: 20px 20px 20px 0;
}
.car-selector .year-selector .dropdown-menu .extender .btn {
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
}
.car-selector .year-selector .dropdown-menu .extender .btn .fa-chevron-left {
  display: none;
}
.car-selector .year-selector .dropdown-menu .extend-col {
  display: none;
}
.car-selector .year-selector .dropdown-menu.extended .extend-col {
  display: table-cell;
}
.car-selector .year-selector .dropdown-menu.extended .btn .fa-chevron-left {
  display: inline;
}
.car-selector .year-selector .dropdown-menu.extended .btn .fa-chevron-right {
  display: none;
}
.modal .modal-dialog {
  margin: 20px auto;
}
.modal .modal-header {
  background-color: #f5f5f5;
  border: none;
  padding: 22px 30px;
}
.modal .modal-header h4 {
  font-size: 24px;
  font-weight: normal;
}
.modal .modal-body {
  padding: 20px 30px;
}
.modal.success .modal-header {
  background-color: #f1f8f0;
}
.modal.success .modal-header h4 {
  color: #4aa72e;
}
.action-confirm-modal .modal-dialog {
  width: 450px;
}
.action-confirm-modal .modal-dialog .modal-header .fa {
  font-size: 35px;
  vertical-align: -5px;
  color: #ffc600;
  position: absolute;
  left: 30px;
  top: 22px;
}
.action-confirm-modal .modal-dialog .modal-header h4 {
  display: block;
  font-size: 18px;
  margin: 5px 20px 5px 50px;
  line-height: 30px;
}
.action-confirm-modal .modal-dialog .modal-body {
  padding: 30px 30px;
}
.action-confirm-modal .modal-dialog .modal-body .row {
  padding: 0 15px;
}
.action-confirm-modal .modal-dialog .modal-body strong {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
}
.action-confirm-modal .modal-dialog .modal-body p {
  margin-bottom: 40px;
}
.action-confirm-modal .modal-dialog .modal-body .col-md-6 {
  padding: 0 10px;
}
.action-confirm-modal .modal-dialog .modal-body .col-md-6 button {
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.action-confirm-modal.no-icon .modal-header h4 {
  margin-left: 0px;
  font-size: 24px;
}
.input-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.input-btn input {
  height: 38px;
}
.input-btn button {
  height: 38px;
}
.input-btn.primary input {
  border: solid 1px #4aa72e;
}
.input-btn.primary button {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #4aa72e;
  color: #ffffff;
  border-color: #4aa72e;
}
.input-btn.primary button:hover,
.input-btn.primary button:focus,
.input-btn.primary button:active,
.input-btn.primary button.active {
  background-color: #387f23;
  border-color: #387f23;
  color: #e6e6e6;
}
.input-btn.primary button.disabled,
.input-btn.primary button[disabled] {
  background-color: #5eca3e;
  border-color: #5eca3e;
}
span.default-flag {
  font-weight: normal;
  color: #4aa72e;
}
div.note {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}
div.note .fa {
  float: left;
  font-size: 25px;
  display: none;
}
div.note .fa-info-circle {
  color: #ffc600;
  display: block;
}
div.note .fa-warning {
  color: #de1919;
}
div.note span.content {
  display: block;
  padding-left: 40px;
  padding-top: 2px;
  padding-right: 20px;
}
div.note span.content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px;
}
div.note.warning {
  background-color: #fdf8e4;
  border: solid 1px #faebcc;
}
div.note.warning .fa-exclamation-circle {
  display: block;
  color: #dea64f;
}
div.note.warning .fa-info-circle {
  display: none;
}
div.note.error {
  background-color: #fef4f3;
}
div.note.error button.close {
  color: #de1919;
}
div.note.error .fa-warning {
  display: block;
}
div.note.error .fa-info-circle {
  display: none;
}
.summary-panel {
  background-color: #f5f5f5;
}
.summary-panel .term-condition {
  background-color: white;
  border: solid 1px #eeeeee;
  padding: 2px 20px;
}
.summary-panel .term-condition a {
  color: #4aa72e;
  text-decoration: underline;
}
.summary-panel .term-condition .btn-warning {
  margin: 15px 0;
}
table.cart {
  margin-top: 14px;
  border: solid 1px #eeeeee;
}
table.cart > tr {
  min-height: 130px;
  border: solid 1px #eeeeee;
}
table.cart tr.item td {
  vertical-align: middle;
}
table.cart td {
  padding-top: 24px;
  border: none;
}
table.cart td.selection-box {
  width: 40px;
}
table.cart td.selection-box .checkbox input {
  position: static;
  margin-left: -6px;
  margin-top: -6px;
}
table.cart td.product-img {
  width: 70px;
}
table.cart td.product-img img {
  width: 70px;
  height: 70px;
}
table.cart td.infos {
  width: 560px;
}
table.cart td.infos h6 {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
table.cart td.infos small {
  font-size: 14px;
  color: #7f7f7f;
}
table.cart td.counts {
  text-align: center;
}
table.cart td.counts input {
  width: 60px;
  text-align: center;
  padding: 6px;
  margin-bottom: 5px;
}
table.cart td.counts span {
  display: block;
  line-height: 26px;
}
table.cart td.counts em.limit {
  font-style: normal;
  display: inline;
  margin-left: 5px;
}
table.cart td.actions .btn {
  text-align: left;
}
table.cart td.prices {
  padding-right: 20px;
}
table.cart td.prices span {
  display: block;
  text-align: right;
}
table.cart td.prices span.old-price {
  text-decoration: line-through;
  margin-bottom: 10px;
  color: #7f7f7f;
}
table.cart td.prices span.price {
  font-size: 18px;
  font-weight: bold;
}
table.cart tr.subtotal td {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
table.cart tr.subtotal td label {
  font-weight: normal;
  color: #7f7f7f;
}
table.cart tr.tax {
  background-color: #f5f5f5;
}
table.cart tr.tax td {
  border: none;
}
table.cart tr.tax td.tax {
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 20px;
}
table.cart tr.tax td.tax h6 {
  font-size: 18px;
}
table.cart tr.tax td.tax .zip-panel {
  padding-top: 10px;
  display: inline-block;
  vertical-align: top;
  width: 350px;
}
table.cart tr.tax td.tax .zip-panel label {
  font-weight: normal;
}
table.cart tr.tax td.tax .zip-panel input {
  padding: 5px;
  width: 80px;
  margin-left: 5px;
}
table.cart tr.tax td.tax .zip-panel button {
  margin-top: -2px;
  margin-left: 5px;
  min-width: 100px;
}
table.cart tr.tax td.tax .shipping-panel {
  display: inline-block;
  padding: 0 40px;
}
table.cart tr.tax td.tax .shipping-panel .radio {
  margin: 0;
}
table.cart tr.tax td.tax .shipping-panel label {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}
table.cart tr.tax td.tax .shipping-panel label span {
  display: inline-block;
  min-width: 60px;
}
table.cart tr.tax td.tax .shipping-panel label small {
  font-size: 1em;
  color: #7f7f7f;
}
table.summary {
  width: 100%;
  margin-bottom: 15px;
}
table.summary td {
  text-align: right;
  padding: 7px 0;
}
table.summary td span.count {
  font-weight: bold;
}
table.summary td.price {
  width: 150px;
  font-weight: bold;
}
table.summary td.price.discount {
  color: #4aa72e;
}
table.summary td .fa.fa-question-circle {
  color: #f28a13;
  margin-right: 20px;
  font-size: 16px;
}
table.summary tr.parent-row td {
  padding: 10px 0 6px 0;
}
table.summary tr.sub-row td {
  padding: 3px 0;
}
table.summary tr.spliter td {
  border-bottom: solid 1px #eeeeee;
  padding: 10px 0;
}
table.summary tr.total td {
  padding-top: 20px;
  font-size: 18px;
}
table.summary tr.total td.price {
  font-size: 26px;
}
.panel-row {
  overflow: hidden;
}
.address-panel {
  margin-left: -1px;
  margin-bottom: 10px;
  width: 32%;
  float: left;
  border-left: solid 1px #eeeeee;
  position: relative;
}
.address-panel .radio {
  position: absolute;
  padding: 0;
  margin: 0;
  top: -1px;
  left: 1px;
}
.address-panel .radio label {
  padding: 10px 20px;
  max-width: none;
}
.address-panel .radio input {
  position: relative;
  vertical-align: top;
  margin-left: 0;
}
.address-panel address {
  min-height: 120px;
  margin-bottom: 0;
}
.address-panel address h6 {
  margin: 3px 0 7px 0;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  max-height: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.address-panel address p {
  margin: 0;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.address-panel address .checkbox label {
  padding: 0px 20px;
}
.address-panel address span.default-flag {
  margin-top: 5px;
  display: block;
}
.address-panel address > label {
  padding: 9px 35px 9px 45px;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  min-height: 130px;
}
.address-panel address > label:hover {
  background: #eeeeee;
}
.address-panel.new-address,
.address-panel.edit-address {
  margin-bottom: 0;
  float: none;
  width: 100%;
  clear: both;
}
.address-panel.new-address address,
.address-panel.edit-address address {
  min-height: inherit;
}
.address-panel.new-address address > label,
.address-panel.edit-address address > label {
  min-height: inherit;
}
.address-panel.new-address .address-form,
.address-panel.edit-address .address-form {
  padding: 12px 150px 10px 55px;
}
.address-panel.new-address .address-form .col-md-1,
.address-panel.edit-address .address-form .col-md-1,
.address-panel.new-address .address-form .col-md-2,
.address-panel.edit-address .address-form .col-md-2,
.address-panel.new-address .address-form .col-md-3,
.address-panel.edit-address .address-form .col-md-3,
.address-panel.new-address .address-form .col-md-4,
.address-panel.edit-address .address-form .col-md-4,
.address-panel.new-address .address-form .col-md-5,
.address-panel.edit-address .address-form .col-md-5,
.address-panel.new-address .address-form .col-md-6,
.address-panel.edit-address .address-form .col-md-6,
.address-panel.new-address .address-form .col-md-7,
.address-panel.edit-address .address-form .col-md-7,
.address-panel.new-address .address-form .col-md-8,
.address-panel.edit-address .address-form .col-md-8,
.address-panel.new-address .address-form .col-md-9,
.address-panel.edit-address .address-form .col-md-9,
.address-panel.new-address .address-form .col-md-10,
.address-panel.edit-address .address-form .col-md-10,
.address-panel.new-address .address-form .col-md-11,
.address-panel.edit-address .address-form .col-md-11,
.address-panel.new-address .address-form .col-md-12,
.address-panel.edit-address .address-form .col-md-12 {
  padding: 0 5px;
}
.address-panel.new-address .address-form label,
.address-panel.edit-address .address-form label {
  font-weight: normal;
  margin-bottom: 12px;
  color: #7f7f7f;
}
.address-panel.new-address .address-form div.actions button,
.address-panel.edit-address .address-form div.actions button {
  min-width: 100px;
  margin-right: 16px;
}
.address-panel.billing-address {
  float: none;
}
.address-panel.billing-address .checkbox {
  margin-left: 20px;
}
.address-panel.billing-address .checkbox span {
  margin-left: 5px;
}
.address-panel > button.btn.btn-link {
  display: block;
  text-align: left;
  margin-left: 34px;
}
.address-panel.checked {
  background-color: #f1f8f0;
}
.address-panel.checked:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  font-size: 50px;
  right: 5px;
  bottom: 5px;
  color: #b0d8aa;
}
.credit-card-panel {
  float: left;
  position: relative;
  width: 220px;
  margin-bottom: 10px;
  min-height: 28px;
}
.credit-card-panel label {
  cursor: pointer;
}
.credit-card-panel > .radio,
.credit-card-panel > .checkbox {
  margin-bottom: 0;
  position: absolute;
  left: 10px;
  top: -10px;
}
.credit-card-panel > .radio label,
.credit-card-panel > .checkbox label {
  padding: 10px 20px;
  max-width: none;
  white-space: nowrap;
}
.credit-card-panel > .radio input,
.credit-card-panel > .checkbox input {
  position: relative;
  vertical-align: top;
  margin-right: 5px;
}
.credit-card-panel .content {
  min-height: 120px;
}
.credit-card-panel .content > label,
.credit-card-panel .content .card {
  width: 220px;
  padding: 15px 15px 5px 30px;
  font-weight: normal;
  display: block;
}
.credit-card-panel .content > label:hover {
  background: #eeeeee;
}
.credit-card-panel .content .checkbox label {
  padding: 0px 20px;
}
.credit-card-panel span.code {
  font-size: 14px;
  letter-spacing: 3px;
}
.credit-card-panel img,
.credit-card-panel span.code,
.credit-card-panel span.exp-date {
  display: block;
  margin-bottom: 4px;
}
.credit-card-panel .cvv2 span {
  color: #7f7f7f;
}
.credit-card-panel .cvv2 input {
  width: 80px;
  padding: 6px 7px;
  float: left;
  margin-right: 10px;
}
.credit-card-panel .cvv2 input,
.credit-card-panel .cvv2 img {
  margin-top: 9px;
}
.credit-card-panel .btn-link {
  margin-left: 16px;
}
.credit-card-panel.new-credit-card,
.credit-card-panel.edit-credit-card {
  width: 100%;
  clear: both;
}
.credit-card-panel.new-credit-card .content,
.credit-card-panel.edit-credit-card .content {
  min-height: inherit;
}
.credit-card-panel.new-credit-card .radio,
.credit-card-panel.edit-credit-card .radio,
.credit-card-panel.new-credit-card .checkbox,
.credit-card-panel.edit-credit-card .checkbox {
  top: 0;
}
.credit-card-panel.new-credit-card form,
.credit-card-panel.edit-credit-card form {
  margin-top: 45px;
  padding: 0 360px 0 42px;
}
.credit-card-panel.new-credit-card form .input-group-addon,
.credit-card-panel.edit-credit-card form .input-group-addon {
  border: none;
  background-color: inherit;
}
.credit-card-panel.new-credit-card form .form-group.card-number,
.credit-card-panel.edit-credit-card form .form-group.card-number {
  position: relative;
}
.credit-card-panel.new-credit-card form .form-group.card-number input,
.credit-card-panel.edit-credit-card form .form-group.card-number input {
  letter-spacing: 3px;
  padding-right: 60px;
}
.credit-card-panel.new-credit-card form .form-group.card-number img.card-icon,
.credit-card-panel.edit-credit-card form .form-group.card-number img.card-icon {
  position: absolute;
  right: 15px;
  top: 37px;
}
.credit-card-panel.new-credit-card form .form-group.card-number .card-icons,
.credit-card-panel.edit-credit-card form .form-group.card-number .card-icons {
  overflow: hidden;
}
.credit-card-panel.new-credit-card form .form-group.card-number .card-icons img,
.credit-card-panel.edit-credit-card form .form-group.card-number .card-icons img {
  margin-top: 9px;
  margin-right: 10px;
  float: left;
}
.credit-card-panel.new-credit-card form .form-group.cvv2 input,
.credit-card-panel.edit-credit-card form .form-group.cvv2 input {
  width: 120px;
  height: 36px;
}
.credit-card-panel.new-credit-card form .form-group.cvv2 .input-group-addon,
.credit-card-panel.edit-credit-card form .form-group.cvv2 .input-group-addon {
  width: 99%;
  padding: 0;
}
.credit-card-panel.new-credit-card form .form-group.cvv2 img,
.credit-card-panel.edit-credit-card form .form-group.cvv2 img {
  display: inline-block;
}
.credit-card-panel.new-credit-card form .form-group.cvv2 span.tips,
.credit-card-panel.edit-credit-card form .form-group.cvv2 span.tips {
  margin-left: 5px;
  color: #7f7f7f;
}
.credit-card-panel.new-credit-card form label,
.credit-card-panel.edit-credit-card form label {
  font-weight: normal;
  margin-bottom: 12px;
  color: #7f7f7f;
}
.credit-card-panel.new-credit-card form .checkbox label,
.credit-card-panel.edit-credit-card form .checkbox label {
  white-space: nowrap;
}
.credit-card-panel.new-credit-card form div.actions button,
.credit-card-panel.edit-credit-card form div.actions button {
  min-width: 100px;
  margin-right: 16px;
}
.credit-card-panel.edit-credit-card .radio {
  margin-top: 0;
}
.credit-card-panel.edit-credit-card form {
  margin-left: 3px;
  margin-top: 14px;
  margin-bottom: 20px;
  padding-right: 430px;
}
.credit-card-panel.edit-credit-card form label {
  padding-left: 0;
}
.credit-card-panel.checked {
  background-color: #f1f8f0;
}
.credit-card-panel.checked:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  font-size: 50px;
  right: 5px;
  bottom: 5px;
  color: #b0d8aa;
}
.subscribed-container h3 {
  font-size: 18px;
  font-weight: bold;
  color: #4aa72e;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
}
.subscribed-container h3 .fa {
  font-size: 36px;
  vertical-align: -5px;
  margin-right: 7px;
}
.subscribed-container p a {
  color: #4aa72e;
  cursor: pointer;
  text-decoration: underline;
  text-transform: uppercase;
}
.email_subscribe_container .subscribed-container {
  margin-left: -40px;
}
.email_subscribe_container .subscribed-container h3 {
  font-size: 14px;
}
.email_subscribe_container .subscribed-container p {
  color: white;
}
.email_subscribe_container .subscribed-container .btn-primary {
  width: 140px;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  overflow: visible;
  padding-right: 0px !important;
}
.row {
  position: relative;
}
.dropdown-menu {
  border-radius: 0;
}
body.modal-open {
  padding-right: 0!important;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.form-control {
  border-radius: 0;
}
.btn {
  border-radius: 0;
}
.navbar-right .dropdown-menu {
  right: 0;
  left: auto;
}
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
span.caret {
  color: #4aa72e;
}
.fa-angle-down {
  color: #4aa72e;
}
html,
body {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-family: Helvetica, 'Calibri', Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased !important;
  color: #373b3d;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn[disabled="disabled"],
input[disabled="disabled"],
a[disabled="disabled"] {
  box-shadow: none;
  filter: none;
  text-shadow: none;
}
body,
ul {
  margin: 0;
}
ul {
  padding: 0;
}
a {
  color: #373b3d;
  text-decoration: underline;
}
.navigation_container a,
a.shop_all,
.see_all a,
.information_section a,
.item_promotion a,
a.check_box_action,
.brand_filter a,
.navigations a {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #84cb70;
}
a:hover {
  text-decoration: underline;
}
a.btn {
  text-decoration: none;
}
a.btn:hover {
  text-decoration: none;
}
a.btn.btn-link {
  text-decoration: underline;
}
a.btn.btn-link:hover {
  text-decoration: underline;
}
.navigation_container a:hover {
  text-decoration: none;
}
.pagination > li > a:hover {
  text-decoration: underline;
}
a.greenlink {
  color: #4aa72e;
  text-decoration: none;
}
a.greenlink:hover,
a.greenlink:focus {
  color: #84cb70;
  text-decoration: none;
}
.container {
  margin: 0 auto 0 auto;
  width: 1200px;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.clear {
  clear: both;
}
.vertical_center {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.underline {
  text-decoration: underline;
}
ul {
  list-style: none;
}
ul.horizontal {
  display: block;
  position: relative;
  height: 100%;
  margin: 0;
}
ul.horizontal li {
  display: block;
  height: 100%;
  float: left;
}
.table_table {
  display: table;
  clear: both;
}
.table_row {
  display: table-row;
}
.table_cell {
  display: table-cell;
}
.table_cell.align_center {
  text-align: center;
  vertical-align: middle;
}
.top_bar {
  width: 100%;
  height: 30px;
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
ul.top_bar_information {
  display: table;
  float: right;
  width: 260px;
  height: 30px;
}
ul.top_bar_information li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: none;
}
ul.top_bar_information .toll_free {
  width: 55px;
  color: #7f7f7f;
}
ul.top_bar_information .phone {
  width: 82px;
}
ul.top_bar_information .separator_v_line {
  width: 30px;
  color: #7f7f7f;
}
ul.top_bar_information .need_help {
  width: 80px;
  text-align: left;
}
.weather_container {
  height: 30px;
  width: 200px;
  display: table;
  float: left;
  position: relative;
}
.weather_container .weather_icon,
.weather_container .weather_dropdown {
  display: table-cell;
  font-weight: normal;
  vertical-align: middle;
}
.weather_container a.weather_dropdown {
  text-decoration: none;
}
.weather_container .weather_icon {
  position: relative;
  width: 33px;
  text-align: right;
}
.weather_container .temperature {
  width: 40px;
  text-align: left;
}
.weather_container .location {
  text-align: left;
}
.weather_container .dropdown-menu {
  top: -3px;
  left: 0;
  width: 240px;
  height: 140px;
  padding: 10px;
  color: #FFF;
  border-color: #4aa72e;
  background-color: #4aa72e;
}
.weather_container .dropdown-menu .fa-angle-down {
  color: #FFF;
}
.weather_container .dropdown-menu li:first-child {
  font-size: 12px;
  height: 30px;
}
.weather_container .dropdown-menu li:first-child .date {
  display: inline-block;
  float: left;
}
.weather_container .dropdown-menu li:first-child .location {
  display: inline-block;
  float: right;
  cursor: pointer;
}
.weather_container .dropdown-menu li.weather_icon_large {
  text-align: center;
  height: 60px;
  position: relative;
}
.weather_container .dropdown-menu li.weather_icon_large img {
  height: 40px;
}
.weather_container .dropdown-menu .weather_desc {
  text-align: center;
  height: 20px;
  display: block;
  max-width: 80px;
}
.weather_container .dropdown-menu .current_temperature_container {
  width: 135px;
  height: 60px;
  position: relative;
}
.weather_container .dropdown-menu .current_temperature_container .fa-refresh {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  color: #e2ff0e;
  line-height: 20px;
  top: 35px;
  right: 15px;
  cursor: pointer;
}
.weather_container .dropdown-menu .current_temperature {
  font-size: 40px;
  position: relative;
}
.weather_container .dropdown-menu .current_temperature sup {
  font-size: 24px;
  vertical-align: top;
  position: relative;
  top: 20px;
}
.weather_container .dropdown-menu li.weather_temperature {
  height: 20px;
  width: 100%;
  clear: both;
  margin-top: 10px;
  text-align: right;
}
.weather_container .dropdown-menu li.weather_temperature .high_temperature,
.weather_container .dropdown-menu li.weather_temperature .low_temperature {
  font-size: 18px;
}
.weather_container .change_location_box {
  position: absolute;
  z-index: 1001;
  width: 240px;
  height: 648px;
  top: 15px;
  left: -11px;
  background-color: #FFF;
  color: #373b3d;
  padding: 20px 5px;
  border: 1px solid #4aa72e;
}
.weather_container .change_location_box.dropdown-menu.with-arrow:before {
  left: 185px;
}
.weather_container .change_location_box.dropdown-menu.with-arrow:after {
  left: 185px;
}
.weather_container .change_location_box .weather_location_input_box {
  font-size: 12px;
  border: 1px solid #4aa72e;
}
.weather_container .change_location_box .weather_location_box_container .btn:focus {
  border: 1px solid #4aa72e;
}
.weather_container .change_location_box .weather_location_box_container .btn:hover {
  border: 1px solid #4aa72e;
}
.weather_container .change_location_box ul.location_search_result {
  display: none;
  margin-top: 15px;
}
.weather_container .change_location_box ul.location_search_result li {
  margin-bottom: 15px;
  cursor: pointer;
}
.weather_container .change_location_box ul.location_search_result li .first_line {
  font-size: 14px;
}
.weather_container .change_location_box ul.location_search_result li .second_line {
  font-size: 12px;
  color: #aaaaaa;
}
.weather_container .change_location_box ul.location_search_result li:hover .first_line,
.weather_container .change_location_box ul.location_search_result li:hover .second_line {
  color: #84cb70;
}
.site_logo {
  margin-left: 38px;
}
#header {
  height: 110px;
}
.logo_section {
  height: 80px;
  margin-top: 20px;
  position: relative;
}
.logo_section > div {
  height: 100%;
  position: relative;
}
.logo_section .site_logo_container {
  width: 278px;
  height: 100%;
  position: relative;
  float: left;
}
.search_box_container {
  width: 510px;
  height: 100%;
  float: left;
  padding: 20px 0 0 0px;
}
.search_box_container input,
.search_box_container .btn {
  height: 40px;
}
.search_box_container .input-group-btn {
  vertical-align: top;
}
.search_box_container .header_search_box {
  border: 2px solid #4aa72e;
}
.search_box_container .btn {
  background-color: #4aa72e;
  border: 1px solid #4aa72e;
  width: 61px;
}
.search_box_container .keyword_list {
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  top: 66px;
  left: 0;
  overflow: hidden;
}
.search_box_container .keyword_list li {
  margin-right: 10px;
  color: #7f7f7f;
}
.search_box_container .keyword_list a {
  text-decoration: underline;
  color: #7f7f7f;
}
.search_box_container .keyword_list a:hover {
  color: #84cb70;
}
label.error,
.has-error .help-block {
  color: #de1919;
}
input.error,
input:focus.error,
.has-error .form-control {
  border-color: #de1919 !important;
}
input::-webkit-input-placeholder {
  color: #aaaaaa !important;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa !important;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa !important;
}
input:-ms-input-placeholder {
  color: #aaaaaa !important;
}
.header_right_container {
  float: left;
  width: 411px;
  height: 100%;
  padding: 20px 0 0 5px;
}
.header_right_container .dropdown {
  margin-left: 10px;
  float: right;
}
.header_right_container .dropdown.open > .btn {
  border: 2px solid #4aa72e;
}
.header_right_container .dropdown-menu .btn_sign_in {
  width: 200px;
  height: 36px;
}
.header_right_container .btn {
  color: #000;
  border-color: #eeeeee;
}
.header_right_container .btn .fa-angle-down {
  color: #000;
}
.header_right_container .btn_cart {
  position: relative;
}
.header_right_container .btn_cart .cart_number {
  color: #4aa72e;
  font-weight: bold;
}
.header_right_container .btn_account {
  max-width: 160px;
  overflow: hidden;
}
.dropdown_my_account .hello_title {
  display: block;
  height: 28px;
  width: 200px;
  padding: 7px 13px 0px 0;
}
.dropdown_my_account .hello_text {
  color: #aaaaaa;
}
.dropdown_my_account li {
  line-height: 35px;
  display: block;
  height: 35px;
  width: 100%;
  border-top: 1px solid #eeeeee;
}
.dropdown_my_account li:first-child {
  border-top: 0;
  margin-top: 10px;
}
.dropdown-menu.with-arrow {
  margin-top: 10px;
  border-color: #4aa72e;
  border-radius: 0;
  padding: 15px;
}
.dropdown-menu.with-arrow .btn {
  color: #FFF;
  background-color: #4aa72e;
}
.dropdown-menu.with-arrow .btn:hover {
  background-color: #387f23;
}
.dropdown-menu.with-arrow:before {
  content: " ";
  position: absolute;
  left: 55px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid #4aa72e;
}
.dropdown-menu.with-arrow:after {
  content: " ";
  position: absolute;
  left: 55px;
  top: -13px;
  border: 8px solid transparent;
  border-bottom: 8px solid #FFF;
}
.navbar-right .dropdown-menu.with-arrow:before,
.navbar-right .dropdown-menu.with-arrow:after {
  right: 55px;
  left: auto;
}
.mini_cart_table_container {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 750px;
  padding-right: 25px;
  margin-right: -15px;
}
.dropdown_mini_cart .cart_empty {
  clear: both;
  width: 670px;
  height: 250px;
  color: #aaaaaa;
}
.dropdown_mini_cart .cart_empty .table_table {
  width: 100%;
  height: 100%;
}
.dropdown_mini_cart .cart_empty i.fa-info-circle {
  font-size: 35px;
}
.dropdown_mini_cart .cart_empty p {
  padding-top: 20px;
  font-size: 18px;
}
.mini_cart_table {
  width: 645px;
  display: table;
  position: relative;
}
.mini_cart_table_row {
  display: table-row;
}
.mini_cart_table_cell {
  display: table-cell;
  vertical-align: top;
}
.item_image_cell {
  width: 95px;
  padding-bottom: 10px;
}
.item_image_cell img {
  width: 85px;
}
.item_title_cell {
  width: 253px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
}
.item_qty_cell {
  text-align: center;
  color: #000;
}
.item_price_cell {
  color: #000;
  font-weight: bold;
  text-align: center;
}
.actions_cell {
  text-align: right;
}
.actions_cell a {
  color: #266697;
  text-decoration: underline;
}
.mini_cart_summary {
  height: 40px;
  text-align: right;
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.mini_cart_summary .see_more_items {
  display: hidden;
  height: 20px;
  width: 240px;
  text-align: center;
  color: #aaaaaa;
  position: absolute;
  z-index: 5;
  background-color: #FFF;
  font-size: 14px;
  top: -10px;
  left: 50%;
  margin-left: -120px;
}
.mini_cart_operation {
  height: 40px;
  margin-top: 15px;
}
.mini_cart_operation ul.horizontal {
  float: right;
}
.mini_cart_operation .btn {
  margin-left: 15px;
  width: 120px;
  height: 35px;
  font-weight: bold;
}
.dropdown-menu.with-arrow .btn.btn_checkout {
  background-color: #f28a13;
  border-color: #e26f0e;
}
.dropdown-menu.with-arrow .btn.btn_checkout:hover {
  background-color: #c76f0b;
}
.dropdown-menu.with-arrow .btn.btn_view_cart {
  background-color: #FFF;
  border-color: #4aa72e;
  color: #4aa72e;
}
.dropdown-menu.with-arrow .btn.btn_view_cart:hover {
  background-color: #e6e6e6;
}
.navigation_container {
  width: 100%;
  height: 48px;
  position: relative;
  margin-top: 15px;
  z-index: 6;
}
.navigation_container_vertical {
  width: 240px;
  height: 100%;
  float: left;
  position: relative;
}
.navigation_container_horizontal {
  height: 100%;
  width: 960px;
  float: left;
  position: relative;
}
.navigation_container_horizontal a.btn.btn-link {
  text-decoration: none;
  color: #373b3d;
}
.navigation_container_horizontal a.btn.btn-link .fa {
  color: #373b3d;
}
.navigation_container_horizontal a.btn.btn-link .action_word {
  font-weight: bold;
  text-decoration: underline;
}
.navigation_container_horizontal a.btn.btn-link:hover {
  text-decoration: none;
  color: #84cb70;
}
.nav_section {
  position: relative;
  height: 48px;
  line-height: 48px;
  font-weight: bold;
}
.nav_section > div {
  height: 100%;
}
.nav_section .btn_navigation {
  width: 240px;
  background-color: #4aa72e;
  height: 100%;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
.nav_section .btn_navigation .fa {
  color: #FFF;
  position: relative;
  left: 30px;
}
.nav_section .btn_navigation a {
  color: #FFF;
  text-decoration: underline;
}
.nav_section .btn_navigation a:hover {
  color: #e6e6e6;
}
.nav_section .car-selector .btn-dropdown > button {
  min-width: 0;
  border-color: transparent;
}
.nav_section .car-selector .btn-dropdown > button:focus {
  background-color: transparent;
}
.nav_section .car-selector {
  border: none;
  width: 100%;
  text-align: right;
  line-height: 20px;
}
.nav_section .car-selector > label {
  font-size: 14px;
}
.nav_section .car-selector .year-selector .dropdown-menu,
.nav_section .car-selector .make-selector .dropdown-menu,
.nav_section .car-selector .model-selector .dropdown-menu {
  left: auto;
  right: 0;
}
.nav_section .car-selector .btn_add_car,
.nav_section .car-selector .btn_cancel_selection {
  height: 30px;
  padding: 4px 0px 4px 10px;
}
.nav_section .finder_products_fit_car {
  text-align: right;
  position: relative;
  padding-top: 3px;
  line-height: 38px;
}
.nav_section .finder_products_fit_car .finder_label {
  font-weight: bold;
  font-size: 14px;
}
.nav_section .finder_products_fit_car a {
  text-decoration: none;
  font-weight: normal;
}
.nav_section .finder_products_fit_car .dropdown-menu {
  left: auto;
  right: 0;
}
.nav_section .finder_products_fit_car .dropdown-menu a.current {
  font-weight: bold;
}
.nav_section .finder_products_fit_car .car_selected {
  font-weight: normal;
  margin-right: 30px;
}
.nav_section .finder_products_fit_car .car_selected > a {
  text-decoration: underline;
}
.nav_section .finder_products_fit_car .car_selected .btn_choose_fit_car {
  padding: 0px 10px;
}
.nav_section .finder_products_fit_car .car_selected .btn_choose_fit_car .fa {
  width: 15px;
}
.nav_section .finder_products_fit_car .btn_find_products_fit_car {
  height: 30px;
  padding: 4px 0px;
}
.nav_section .finder_products_fit_car div.dropdown {
  display: inline-block;
}
.nav_section .finder_products_fit_car .fa {
  color: #373b3d;
}
.bold_text {
  font-weight: bold;
}
.v_category_list {
  visibility: hidden;
  display: block;
  position: absolute;
  width: 240px;
  height: 434px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  z-index: 15;
}
.v_category_list .category_list_bg {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #5e6163;
  z-index: -1;
}
.v_category_list .left_angle {
  content: "";
  position: relative;
  height: 20px;
  width: 5px ;
  top: 18px;
  left: 217px;
  background: url(../img/icon_sub_menu_angle_left.png) no-repeat;
  display: none;
}
.v_category_list li.main_menu.active .left_angle {
  display: block;
}
.v_category_list li.main_menu:hover {
  background-color: #4f5558;
}
.v_category_list li.main_menu.active {
  background-color: #373b3d;
}
.v_category_list ul,
.v_category_list li {
  display: block;
}
.v_category_list li.main_menu {
  height: 53px;
  padding: 3px 5px 3px 18px;
}
.v_category_list li.main_menu .v_category_icon_container,
.v_category_list li.main_menu .v_category_desc_container {
  float: left;
  text-align: left;
  color: #FFF;
  height: 100%;
}
.v_category_list li.main_menu .v_middle {
  margin-top: 13px;
}
.v_category_list li.main_menu .v_category_icon_container {
  line-height: 54px;
  width: 45px;
  clear: both;
}
.v_category_list li.main_menu .v_category_desc_container {
  margin-top: 5px;
  font-weight: normal;
  height: 100%;
}
.v_category_list li.main_menu .v_category_desc_container .category_desc,
.v_category_list li.main_menu .v_category_desc_container .category_promotion {
  display: block;
  height: 20px;
  line-height: 20px;
  width: 160px;
  overflow: hidden;
}
.v_category_list li.main_menu .v_category_desc_container .category_desc a {
  color: #FFF;
}
.v_category_list li.main_menu .v_category_desc_container .category_promotion,
.v_category_list li.main_menu .v_category_desc_container .category_promotion a {
  color: #91ef75;
}
.default_show {
  visibility: visible;
}
.dropdown.open .v_category_list {
  visibility: visible;
}
.nav_subcat_wrap {
  line-height: 20px;
  height: 432px;
  width: 730px;
  display: block;
  position: absolute;
  top: 0;
  left: 240px;
  font-weight: normal;
  overflow: visible;
  visibility: hidden;
  z-index: 20;
  background-color: #FFF;
  border: 2px solid #4aa72e;
  padding: 10px 20px 20px 20px;
}
.nav_subcat_wrap .nav_subcat_col {
  height: 100%;
  float: left;
  position: relative;
}
.nav_subcat_wrap .nav_subcat_spotlight_col {
  width: 250px;
  height: 480px;
  position: absolute;
  right: 0;
}
.nav_subcat_wrap .nav_subcat_col {
  width: 100%;
  overflow: hidden;
}
.nav_subcat_wrap .nav_subcat_col li {
  line-height: 30px;
  font-weight: normal;
}
.nav_subcat_wrap .nav_subcat_col li.sub_cate_title,
.nav_subcat_wrap .nav_subcat_col li.sub_cate_title a {
  color: #4aa72e;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.nav_subcat_wrap .nav_subcat_col li.sub_cate_title:after {
  content: " ";
  display: block;
  height: 10px;
  line-height: 10px;
}
.nav_subcat_wrap .nav_subcat_col li.sub_cate_end:after {
  content: " ";
  display: block;
  height: 20px;
  line-height: 20px;
}
.spotlight_img {
  position: relative;
  top: 30px;
  left: -40px;
}
.spotlight_intro_wrap {
  position: absolute;
  bottom: 60px;
}
.spotlight_intro_wrap .spotlight_promo_text,
.spotlight_intro_wrap .spotlight_title,
.spotlight_intro_wrap .spotlight_sub_title {
  display: block;
}
.spotlight_intro_wrap .spotlight_learn_more {
  display: inline-block;
  float: right;
  color: #4aa72e;
}
.spotlight_intro_wrap .spotlight_promo_text {
  font-size: 16px;
}
.spotlight_intro_wrap .spotlight_title {
  color: #e26f0e;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
}
.spotlight_intro_wrap .spotlight_sub_title {
  font-size: 12px;
  text-align: right;
  color: #aaaaaa;
}
#footer {
  width: 100%;
  background-color: #303436;
  border-top: 2px solid #4aa72e;
  margin-top: 80px;
}
#footer .main_information_container {
  height: 265px;
  position: relative;
  padding-top: 35px;
  background-color: #373b3d;
}
#footer .other_information_container {
  height: 55px;
  position: relative;
  padding-top: 20px;
  font-size: 12px;
  color: #7f7f7f;
}
#footer .information_title {
  font-weight: bold;
  display: block;
  color: #4aa72e;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
#footer ul.information_section {
  display: block;
  float: left;
  width: 230px;
  padding-left: 50px;
  border-right: 1px solid #303436;
  color: #FFF;
}
#footer ul.information_section:first-child {
  padding-left: 0;
}
#footer ul.information_section li {
  line-height: 26px;
}
#footer ul.information_section li a {
  color: #FFF;
}
#footer ul.information_section li a:hover {
  color: #84cb70;
}
#footer ul.information_section i.fa {
  color: #7f7f7f;
}
#footer ul.information_section .fixed_width {
  display: inline-block;
  width: 20px;
}
#footer .underline_text {
  text-decoration: underline;
}
#footer .email_subscribe_container {
  width: 510px;
  padding-left: 220px;
  float: left;
}
#footer .email_subscribe_box {
  width: 290px;
}
#footer .email_subscribe_box .email_subscribe_input_box {
  border-color: #4aa72e;
  height: 35px;
}
#footer .email_subscribe_box .input-group-btn {
  vertical-align: top;
}
#footer .email_subscribe_box .input-group-btn .btn {
  width: 98px;
  height: 35px;
}
#footer .blue_text {
  color: #266697;
}
#footer .copyright_and_policy .separator_v_line {
  display: block;
  width: 30px;
  height: 20px;
  text-align: center;
  color: #070707;
  font-size: 10px;
}
#footer .award_list {
  margin-top: -10px;
}
#footer .award_list li {
  width: 90px;
  float: right;
}
.separator_arrow {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
  font-size: 12px;
}
.breadcrumb {
  background-color: transparent;
  padding: 10px 0px;
  position: relative;
  list-style: none;
  border-radius: 0;
  font-size: 12px;
  height: 45px;
}
.breadcrumb.horizontal {
  height: 45px;
}
.breadcrumb li {
  height: 100%;
}
.breadcrumb li.root,
.breadcrumb li.root a {
  color: #373b3d;
}
.breadcrumb li.petiole,
.breadcrumb li.petiole a {
  color: #373b3d;
}
.breadcrumb li.leaf {
  color: #7f7f7f;
}
.breadcrumb li a:hover {
  color: #4aa72e;
}
.breadcrumb .separator_arrow {
  font-size: 8px;
  width: 20px;
  text-align: center;
  height: 20px;
  padding-top: 4px;
}
.search_results_container {
  height: 40px;
}
.search_results_container img {
  width: 100px;
  height: 40px;
  margin-left: 20px;
}
.search_result_text {
  color: #000;
  font-size: 24px;
}
.search_word {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.brand_name:after {
  content: " ";
}
.item_title {
  line-height: 20px;
  padding: 2px 0;
  height: 40px;
  over-flow: hidden;
}
.item_price {
  display: block;
  height: 30px;
  font-size: 24px;
  width: 100%;
  font-weight: bold;
}
.fa-star {
  color: #aaaaaa;
}
.fa-star.got {
  color: #ffc600;
}
.fa-star-half-empty {
  color: #ffc600;
}
.item_rating {
  height: 20px;
  width: 100%;
  max-width: 220px;
  display: block;
}
.item_rating .rating_count {
  display: inline-block;
  margin-left: 5px;
}
.item_promotion {
  line-height: 20px;
  color: #aaaaaa;
}
.modal-content {
  border-radius: 0;
}
@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 768px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent!important;
}
input:focus::-moz-placeholder {
  color: transparent!important;
}
input:focus:-moz-placeholder {
  color: transparent!important;
}
