/* fix bootstrap printing */
@media print {
  html,
  body {
    width: 675px;
    margin: auto;
    font-size: 85%;
  }
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  td.hidden-xs,
  th.hidden-xs {
    display: table-cell !important;
  }
  .hidden-sm,
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .well,
  table,
  .table,
  .row,
  .orders tbody,
  .order tbody {
    font-size: 9pt;
  }
  .orders tbody div,
  .order tbody div {
    text-overflow: ellipsis;
  }
  .table-condensed > tbody > tr > td,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > td,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > thead > tr > th {
    padding: 0;
  }
  #print-area div {
    max-width: 675px !important;
  }
}
::-moz-selection {
  background: #3297fd;
  color: #ffffff;
}
body {
  letter-spacing: 0.1px;
}
label {
  font-size: 90%;
}
.help-block {
  font-size: 95%;
}
a {
  text-decoration: none;
}
dt {
  font-weight: 600;
}
.field-row {
  margin-bottom: 5px;
}

section.main hr {
  border-top: 1px solid #ddd;
}

/* @version 7.4 */
ul.lang-selector li {
  float: left;
  padding: 0 2px;
}

.word-breaks {
  word-break: break-all;
}

.affix-placeholder {
  visibility: hidden;
  display: block;
}
@media (min-width: 1024px) {
  .affix {
    top: 20px;
    position: fixed;
    z-index: 10000;
  }
  .col-sm-3 .affix {
    width: 220px !important;
  }
}
@media (min-width: 1200px) {
  .col-sm-3 .affix {
    width: 270px !important;
  }
}
@media (max-width: 1023px) {
  .affix {
    position: static;
  }
  .affix-placeholder {
    display: none;
  }
}

/*
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}
.product-info .container {
    max-width: 960px;
    margin: 0 auto !important;
}
*/
#browse .listings {
  margin: 0 -10px !important;
}
#browse .listings .product-list.grid {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

#browse {
  /*margin-top: 20px;*/
}

#browse .listings {
  margin-top: 20px;
}

.breadcrumb {
  background-color: transparent;
}

.category-links a {
  margin-left: 10px;
  padding-left: 10px;
  text-indent: -10px;
  font-size: 85%;
}
.list-group .category-breadcrumbs {
  margin-bottom: 10px;
}
.list-group .category-breadcrumbs a {
  font-size: 85%;
}
.list-group .category-breadcrumbs a:after {
  content: " ";
  display: block;
  clear: both;
}

.list-group .category-breadcrumbs a:last-child:after {
  content: "";
  display: inline;
  clear: none;
}
.list-group input[name="search_submit"] {
  width: 100%;
}
@media (max-width: 767px) {
  input[type="text"].input-tiny {
    display: inline-block;
    width: 60px;
  }
}
.row.browse-title .listing-types {
  float: right;
  margin-right: -15px;
}
.row.browse-title .listing-types .pagination {
  margin: 0;
}
.row.browse-title .section-title {
  display: inline-block;
}
@media (max-width: 480px) {
  .row.browse-title .listing-types .pagination {
    font-size: 65%;
  }
}
.view-switch {
  margin-top: 10px;
}
.no-results-filters {
  text-align: center;
}
.no-results-filters h2 {
  font-weight: 600;
}
.no-results-filters .pagination {
  margin: 5px 0;
}
.no-results-filters .pagination li a {
  margin: 0 8px;
}
.no-results-filters .pagination li a i {
  padding-left: 10px;
  border-left: 1px solid #cccccc;
  margin-left: 7px;
}
/* There is currently no Catalog on HipPostcard */
.vertical-postcards #menu-main-navigation li a[href="https://www.hippostcard.com/catalog/browse"] {
  display: none;
}

/* categories browse drop-down menu content (layout) */
#browse-content {
  width: 95%;
  margin-left: 2.5%;
  /*height: 302px;*/
  display: none;
  position: absolute;
  top: 52px;
  left: -1px;
  z-index: 999;
  background: #f6f6f6;
  -moz-box-shadow: 0 2px 2px -1px #f1f1f1;
  -webkit-box-shadow: 0 2px 2px -1px #f1f1f1;
  box-shadow: 0 2px 2px -1px #f1f1f1;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 6px 0;
}

#browse-content li {
  float: left;
  width: 33%;
}

#browse-content li a {
  padding: 3px 0;
  font-size: 12px;
  font-weight: normal;
  text-indent: 12px;
}

#browse-content li a:hover {
  color: #449dd0;
}

#browse-content span {
  margin-left: 5px;
  font-size: 10px;
  color: #333;
}

.dropdown-menu {
  right: auto;
}
.pull-right .dropdown-menu,
.navbar-right .dropdown-menu {
  right: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.chosen-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.btn i {
  font-weight: normal;
}
.btn-primary {
  background-color: #f6870f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.focus {
  background-color: #eb7c06 !important;
  outline: 0 !important;
}
.btn-success {
  background-color: #5cb85c;
}
.btn-success:hover {
  background-color: #51a351;
}
.btn-info,
.btn-primary.search-bar-submit,
.btn[name="search_submit"] {
  background-color: #2980b9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.focus,
.btn-primary.search-bar-submit:hover,
.btn-primary.search-bar-submit:focus,
.btn-primary.search-bar-submit:active,
.btn-primary.search-bar-submit.focus,
.btn[name="search_submit"]:hover,
.btn[name="search_submit"]:focus,
.btn[name="search_submit"]:active,
.btn[name="search_submit"].focus {
  background-color: #2472a4 !important;
}
.btn-warning {
  background-color: #f0ad4e;
}
.btn-warning:hover {
  background-color: #eb9316;
}
.btn-danger {
  background-color: #d9534f;
}
.btn-danger:hover {
  background-color: #d43f3a;
}
.btn-buy {
  width: 100%;
}
.btn-make-offer,
.btn-buy-it-now {
  padding: 10px 18px;
  border: 2px solid #f6870f;
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #f6870f;
}
.btn-make-offer:hover,
.btn-make-offer:focus,
.btn-make-offer:active,
.btn-make-offer.focus,
.btn-buy-it-now:hover,
.btn-buy-it-now:focus,
.btn-buy-it-now:active,
.btn-buy-it-now.focus {
  background-color: #eb7c06;
  padding: 12px 20px;
  border: none;
  color: white;
}
@media (max-width: 414px) {
  .main .container:first-child {
    padding: 10px;
  }
  .main .featured .container:first-child {
    padding: 10px 25px;
  }
}
.btn.dropdown-toggle .caret {
  margin-left: 10px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group-vertical > .btn:only-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-side-invoice-panel {
  width: 135px;
}
.btn-side-invoice-panel .btn {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  text-transform: none;
  text-align: left;
  max-width: 99.999%;
}
.btn-side-invoice-panel .btn i {
  width: 12px;
}
.flag-buyer-success {
  color: #2980b9;
}

/* ----- Category Select (layout) ----- */
#basic-search {
  width: 325px;
  height: 41px;
  text-indent: 10px;
}
@media (max-width: 767px) {
  #basic-search {
    margin-top: -15px;
    margin-bottom: 10px !important;
  }
}

.search-bar {
  vertical-align: middle;
  margin-top: 20px;
}

.search-bar-categories {
  margin-left: -3px;
  height: 41px;
}
.search-bar-categories select {
  background-color: transparent;
  border: 0px solid;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  margin: 2px 0 0 -5px;
  width: 135px;
  font-family: "Mukta Vaani", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  color: #666 !important;
  font-weight: normal !important;
}
.search-bar-submit {
  margin-left: -4px;
}

.sdSelector {
  display: inline-block;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 5px;
  width: 116px;
  height: 27px;
  padding-top: 7px;
  font-family: "Mukta Vaani", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  color: #666 !important;
  font-weight: normal !important;
}

.sdToggle {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-right: 4px;
  vertical-align: 50%;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media (max-width: 1200px) {
  .search-bar-categories select {
    width: 110px;
  }
  .sdSelector {
    width: 81px;
  }
  #basic-search {
    width: 270px;
  }
}
@media (max-width: 767px) {
  #basic-search {
    width: 100%;
  }
}

.header a {
  font-weight: 400;
}
.header .top a {
  font-size: 12px;
  font-weight: 600;
}
.search-bar-categories {
  position: relative;
}

.advanced-search-box {
  margin-top: 10px;
}
.advanced-search-box a {
  color: #999;
  font-weight: normal;
  font-family: "Mukta Vaani", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* search bar browse drop-down menu (layout) */
.browse-menu {
  height: 50px;
  border-right: 1px solid #f1f1f1;
  float: left;
}

.browse-menu a {
  display: block;
  color: #333;
  padding: 17px 0 17px 8px;
  font-weight: 600;
  white-space: nowrap;
}

#browse-content a:hover {
  color: #449dd0;
}

.browse-menu a span {
  margin-left: 5px;
  font-size: 12px;
}

/* tabbed content (layout - app/index) */
.tabbed-content {
  margin: 20px 0 0;
  /*width: 960px;*/
  position: relative;
  float: left;
}
.nav-tabs li.details-voucher-tab a {
  color: #2980b9;
}
.product-summary .nav-tabs, .product-summary .short-description {
  display: none;
}

/* nav container (layout - app/index) */
.home-page-tabs ul {
  display: block;
  float: left;
  margin-left: 35px;
  margin-bottom: 0;
}

.home-page-tabs ul li {
  display: inline;
  text-align: center;
  float: left;
  margin-right: 3px;
}

.home-page-tabs ul li a {
  top: 2px;
  padding: 11px 25px;
  background: #f1f1f1;
  border: 2px solid #f1f1f1;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  position: relative;
  color: #999;
  font-weight: 600;
  text-shadow: 1px 1px 1px #eee;
  font-size: 15px;
  cursor: pointer;
  float: left;
  margin: 0;
}

.home-page-tabs ul li a:hover {
  color: #449dd0;
  background: #f8f8f8;
  top: 3px;
}

.home-page-tabs ul li a.active {
  top: 3px;
  color: #449dd0;
  border: 2px solid #f1f1f1;
  text-shadow: 1px 1px 1px white;
  background: #f8f8f8;
  border-bottom: none !important;
}

.listing-social {
  float: right;
  padding-bottom: 24px;
}

.listing-social .social-button {
  padding-left: 8px;
  float: left;
}

/* home page footer (layout) */
footer {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin: 20px 0;
  position: relative;
  font-size: 11px;
}
.footer .links li,
.footer .menu li {
  margin-bottom: 10px;
}
.footer .links li a.btn {
  color: #fff;
}

/*footer .links {*/
/*text-align: right;*/
/*}*/
/**/
/*footer .links li {*/
/*display: inline;*/
/*}*/
/**/
/*footer .statistics {*/
/*text-align: right;*/
/*}*/

.footer .social,
.footer .sister-sites {
  overflow: hidden;
}
.footer .sister-sites img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.footer .social-button {
  padding-right: 8px;
  float: left;
}

/* members area menu styling (layout - _members.phtml [members area top navigation]) */
.sub-container {
  display: block;
  overflow-y: visible;
}

.sub-container .navbar-inner {
  min-height: 38px;
  background-color: #eee;
  border-color: #eee #eee #ddd #eee;
  background-image: none;
  box-shadow: none;
  padding: 0 5px;
}

.sub-container .navbar .nav {
  margin: 0 10px 0 10px;
}

.sub-container .navbar .nav li {
  padding: 4px 1px 0;
  margin-bottom: -1px;
}

.sub-container .navbar .nav li a {
  padding: 7px 9px;
  color: #248ec7;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #eee;
  margin-bottom: -1px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.sub-container .navbar .nav li a:hover {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-bottom: none;
  color: #777777;
}

.sub-container .navbar .nav > .active > a,
.sub-container .navbar .nav > .active > a:hover,
.sub-container .navbar .nav > .active > a:focus {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
  color: #777777;
}

.sub-container .nav-header {
  text-transform: none;
  /*background-color: #41ade2;*/
  border-radius: 4px 4px 0 0;
  /*color: #fff;*/
  font-size: 16px;
  font-weight: 700;
  padding: 12px 15px 10px;
}

.sub-container .nav-list {
  padding: 0;
}

.sub-container .nav-list li {
  border-bottom: 1px solid #f0f0f0;
}

.sub-container .nav-header {
  margin-bottom: 5px !important;
}

.sub-container .inner {
  background: none;
  margin: 0 !important;
  font-size: 15px;
}

.sub-container .nav-list > li > a,
.sub-container .nav-list .nav-header {
  margin: 0;
}

.sub-container .nav-list > li > a {
  padding: 6px 12px;
  color: #777;
}

.sub-container .nav-list > li > a:hover {
  color: #248ec7;
}

.sub-container .nav-list > .active > a,
.sub-container .nav-list > .active > a:hover,
.sub-container .nav-list > .active > a:focus {
  color: #777;
  background: none repeat scroll 0 0 #eeeeee;
  text-shadow: none;
}

.sub-container .inner > li > a {
  font-size: 15px;
  text-indent: 5px;
}

.sub-container .nav-list .inner .pending > li > a {
  color: #ff7300;
}

.sub-container .headline {
  margin: 0 0 1em;
}

.sub-container li.nav-subheader > a,
.sub-container li.nav-subheader > a:hover {
  color: #666;
  font-size: 15px;
}

.sub-container li.nav-tab a {
  padding-left: 10%;
  padding-right: 0;
  font-size: 90%;
}

.nav-members {
  padding: 0;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}

.sub-container .breadcrumbs {
  margin: 16px 0 22px;
  background-color: transparent;
}

.nav-members {
  background-color: transparent;
}

.members_reminders {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 16px;
  padding-bottom: 4px;
}
.members_reminders a {
  font-weight: bold;
}

.login-box .headline {
  margin: 15px 0;
}
/* REGISTER AND LOGIN MODAL BOXES */
.form-modal {
  max-width: 280px;
  margin: 0 auto;
}

/*.headline span {*/
/*border-bottom: none;*/
/*font-family: "Raleway", serif;*/
/*color: #000;*/
/*font-weight: 600;*/
/*letter-spacing: 1px;*/
/*text-transform: uppercase;*/
/*}*/

.btn,
.form-control,
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices {
  border-radius: 0px;
}

.modal-dialog input[name="adjust_prices[amount]"],
.modal-dialog input[name="bulk_relist_adjust_prices[amount]"] {
  width: 125px;
}
.modal-dialog {
  z-index: 1060;
}
.modal .modal-footer {
  text-align: right;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  text-shadow: none !important;
  /*background-color: #59b210 !important;*/
}
.paginationGoTo {
  margin-right: 10px;
}
.paginationGoTo form {
  display: inline;
}
.paginationGoTo input {
  display: inline;
  max-width: 34px;
  max-height: 17px;
  margin: 0 -5px 0 -5px !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none;
  text-align: center;
}
@media (max-width: 480px) {
  .paginationGoTo input {
    max-width: 45px;
  }
}

/** SELL YOUR ITEM **/
.listing-submit-buttons {
  text-align: center;
  margin-top: 30px;
}
.listing-submit-buttons .btn {
  margin-right: 15px;
}
.listing-submit-buttons-top {
  float: right;
  margin-top: -60px;
  padding-right: 15px;
  text-align: right;
}
.listing-submit-buttons-top .btn {
  font-size: 10px;
  padding: 4px 20px !important;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .listing-submit-buttons-top {
    display: none;
  }
}

/** THEME CUSTOMIZATIONS **/
.block-language-wrapper {
  padding-top: 10px;
  padding-right: 14px;
  width: auto !important;
}

.header .logo {
  /*margin-top: 10px !important;*/
}
#store header {
  margin-top: -15px;
  margin-bottom: 30px;
}
#store header .store-logo img,
.more-items .store-logo img {
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.more-items .store-logo img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#store h1 {
  margin-bottom: 0;
}
/* phones only */
@media (max-width: 767px) {
  h1.store-name {
    font-size: 24px;
    font-weight: 600;
  }
}
#store header .store-description {
  color: #939694;
}
.box a {
  text-decoration: none;
}
.box .box-header h3 {
  margin: 15px 0 15px 0;
}
.box .box-header {
  padding-bottom: 0;
}
.box.box-attach-first {
  margin-bottom: 0;
}
.box.box-attach-middle {
  margin-top: -40px;
  margin-bottom: 0;
  border-top: 0;
}
.box.box-attach-last {
  margin-top: -40px;
  border-top: 0;
}
.user-box {
  margin-bottom: 0px;
  border: 0;
  /*padding: 15px;*/
}
.user-box .btn {
  float: right;
}
.table-condensed {
  margin: 15px 0;
}
table[data-sortable] th[data-sorted-direction="descending"]:after {
  margin-bottom: -8px;
}
.table-small > tfoot > tr > td {
  border-top: 1px dotted #ddd;
}
table .sale-images {
  width: 75px !important;
}
table .sale-images .img-thumbnail {
  padding: 0;
}
@media (max-width: 767px) {
  table .sale-images {
    width: 40px !important;
  }
  table .sale-images img {
    width: 40px !important;
    max-width: 40px !important;
  }
}
table[data-sortable] th.text-right,
table[data-sortable] td.text-right {
  text-align: right !important;
}
.input-group-addon {
  padding: 6px 12px 5px 12px;
}
.invoice-sale-details {
  margin-top: 10px;
  padding: 5px;
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
}
.invoice-sale-details .table {
  margin-top: 0;
}

.product-name {
  margin: 0 0 5px;
}

.grid .product-meta {
  display: none;
}

.list .product-meta {
  display: block;
}

.grid .desc {
  display: none;
}

.box-image {
  width: 100%;
}
/* Blog */
.post .box-image {
  width: inherit;
}

.product-name a {
  color: #000;
  font-family: "Raleway", serif;
  font-size: 15px;
  font-weight: 600;
}

#print-area .carousel-inner {
  margin-top: 0;
}

/* desktops and tablets */
@media (min-width: 768px) {
  .left-navbar {
    float: left;
  }

  .left-navbar ul {
    margin-top: 6px;
  }

  .left-navbar li > a {
    font-size: 85%;
    line-height: 1.2em;
    padding: 0 8px !important;
    font-weight: 400;
    border-left: 1px dotted #ccc;
  }

  .left-navbar li:first-child > a {
    padding-left: 0 !important;
    border-left: none;
  }
}

/* phones only */
@media (max-width: 767px) {
  .sub-container {
    overflow-x: hidden;
  }

  .form-header .form-group {
    margin: 0;
  }

  .form-header .input-search {
    width: 100%;
  }

  .greeting-box,
  .horizontal-menu {
    float: right;
  }

  .horizontal-menu {
    margin-left: 35px;
    margin-top: 10px;
  }
}

.main-menu .social a,
.footer .social a {
  background-image: none !important;
  text-indent: 0;
  opacity: 1;
}

.main-menu > li > a {
  white-space: nowrap;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin-bottom: 0 !important;
}
.form-modal input {
  margin-bottom: 15px !important;
}

.grid {
  width: 33%;
}

.grid .image {
  /*margin-bottom: -14px;*/
  background-color: #E1E1E1 !important;
}

.product-list.list .standard {
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
  background-color: #fff;
}

.product-list.list a {
  box-shadow: none;
}

.grid .list-details {
  display: none;
}
.list-details .sales {
  float: right;
  clear: right;
}
.list-details .bids,
.list-details .sales {
  text-align: right;
}
.list-details .bids div small,
.list-details .sale div small {
  display: inline;
}

.product-list {
  margin-left: 0;
  margin-right: 0;
}

.product-list.grid a .title {
  z-index: 2000;
  padding: 10px 15px 10px 15px !important;
  -webkit-box-shadow: 0px -20px 25px -4px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px -20px 25px -4px rgba(50, 50, 50, 0.2);
  box-shadow: 0px -20px 25px -4px rgba(50, 50, 50, 0.2);
}

.product-list.list a .image {
  background: transparent;
  width: 15%;
}
.product-list a .image:before {
  content: "";
  display: block;
  padding-top: 152%;
}
.vertical-stamps .product-list a .image:before {
  padding-top: 116%;
}
.vertical-postcards .product-list a .image:before {
  padding-top: 65%;
}
.product-list a .image img {
  position: absolute;
  top: 0;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  max-height: 103%;
}
.vertical-comics .product-list a .image img[src^="https://storage"] {
  image-rendering: pixelated;
}
.product-list a .image img[src$="broken.png"] {
  background: #E1E1E1;
}
/* .initializing img[src^="https://storage"] {
  visibility: hidden;
} */
img[src^="https://storage"] {
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: none !important;
  transition: none !important;
}
.more-items-ajax .product-list a .image img[src^="https://storage"] {
  width: auto;
  max-height: 103%;
}
@supports (object-fit: contain) {
  .sale-images img {
    object-fit: contain;
  }
  .product-list a .image img {
    width: unset;
  }
  .more-items-ajax .product-list a .image img[src^="https://storage"] {
    width: unset;
    height: 103%;
    object-fit: contain;
    visibility: visible;
  }
  .store-logo img {
    width: 100px !important;
    height: 100px;
    object-fit: contain;
    background: #E1E1E1;
    visibility: visible;
  }
  img[src^="https://storage"][width="50"] { 
    width: 50px !important;
    height: 50px;
  }
  img[src^="https://storage"][width="60"] { 
    width: 60px !important;
    height: 60px;
  }
  img[src^="https://storage"][width="75"] { 
    width: 75px !important;
    height: 75px;
  }
}
#jq-mainImage .item {
  text-align: center;
}
#jq-mainImage img[src^="https://storage"] {
  display: none;
}
#jq-thumbnails .slick-slide {
   height:117px;
}
#jq-thumbnails .slick-slide img {
   height:117px;
   object-fit: contain;
}
.product-summary #jq-thumbnails {
  zoom:65%;
}
.thumb img {
  max-width: 100%;
  max-height: 100%;
}
@supports (object-fit: contain) {
  .thumb img.img-rounded {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #E1E1E1;
  } 
}

.product-list .show-seller a {
  display: inline !important;
  color: #2980b9;
}
.orders .product-list.list .standard {
  box-shadow: 0 1px 1px 1px rgba(71, 73, 72, 0.2);
}
.orders .product-list.list a .image img {
  bottom: 0;
  /*margin: inherit;*/
}
.orders .product-list.list a .title {
  padding: 10px;
}
.orders .product-list.list .stats {
  margin-top: 10px;
}
.indent-div-div div div {
  margin-top: -3px;
  margin-left: 15px;
}
.table .size-xmini {
  width: 8%;
}

div[data-loader="ajax"] {
  min-height: 385px;
  background: url("../../../img/loading.gif") 50% 50% no-repeat;
  opacity: 0.1;
  filter: grayscale(1);
}

@media (min-width: 1200px) {
  #browse aside {
    width: 20%;
  }

  #browse section {
    width: 80%;
  }
  #browse .listings {
    margin: 0 -15px;
  }
  .grid {
    width: 25%;
  }
  .more-items-col-12 .grid {
    width: 16.666%;
  }
  .vertical-postcards .grid {
    width: 33.3%;
  }
  .product-list.list {
    margin-left: 15px;
    width: 97%;
  }
}

@media (max-width: 767px) {
  .grid {
    width: 50%;
  }
  .more-items-col-12 .grid {
    width: /*33.333%*/ 50%;
  }
  .more-items-col-12 .grid:nth-child(5),
  .more-items-col-12 .grid:nth-child(6) {
    display: none;
  }
}

@media (min-width: 768px) {
  .carousel-inner .grid {
    width: 25% !important;
  }
  .more-items-col-12 .carousel-inner .grid {
    width: 16.666% !important;
  }
  /* .vertical-postcards .carousel-inner .grid{ width: 33.3% !important } */
}

.anchor-listing .product-list.list {
  width: 100% !important;
  margin: -20px 0 20px 0 !important;
}

.anchor-listing .product-list a .image {
  background-color: #E1E1E1 !important;
}

.anchor-listing .product-list a .image img {
  bottom: 0 !important;
}

.anchor-listing .product-list a .title h3 {
  font-size: 18px;
  font-weight: 400 !important;
}

.store-box {
  width: 100% !important;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.store-box:first-child {
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.store-box img {
  margin: 0;
  padding: 0;
}
@media (max-width: 979px) {
  .store-box .store-left {
    margin-bottom: 15px;
  }
}
.store-box .store-logo {
  float: left;
  width: 100px;
}
.store-box .store-description {
  height: 100px;
  padding-left: 15px;
  overflow: hidden;
}
.store-box .store-description h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}
.store-box .store-description p {
  font-size: 11px;
  line-height: 14px;
  color: #777 !important;
}
.store-box .store-description i {
  font-style: normal;
  color: #999;
}
.store-box .listingCount {
  float: right;
  width: 20% !important;
  height: 100px;
  padding-top: 28px;
  border: 1px solid #d7d7d7;
  background: #e1e1e1;
  text-align: center;
  box-shadow: 1px 1px 1px #eee;
  font-weight: 600;
}
.store-box .hip-value {
  display: none;
}
.box-compact {
  margin-top: 30px;
  padding: 0;
}
.box-compact .hgroup.title {
  margin: 0;
  padding: 10px 0 0 0;
}
.store-box .listingCount a p {
  color: #777 !important;
}
.store-box-compact {
  margin: 0 !important;
}
.store-box-compact .store-description {
  text-align: center;
}
.store-box-compact .store-description h3 {
  font-weight: 600;
}
.store-box-compact .store-items {
  margin-top: 15px;
}
.store-box-compact .listingCount {
  height: 60px;
  padding-top: 9px;
}
.badge-listing,
.badge-store,
.badge-store-featured {
  position: absolute;
  right: 8px;
  bottom: 10px;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 6px;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 2px;
  background-clip: padding-box;
  text-transform: none !important;
}
.badge-store-featured {
  background-color: #2980b9;
}
.badge-listing {
  right: 0px;
  bottom: 5px;
}
.store-box .badge-listing,
.product-list.list .badge-listing {
  display: none;
}
.badge-store:after,
.badge-store-featured:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #444444 transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: -10;
}
.badge-store-featured:after {
  border-color: #164666 transparent transparent transparent;
}
.store-box-compact .listingCount .badge-store-featured {
  display: none;
}
.badge-store-featured.badge-fees {
  top: 7px;
  bottom: auto;
  right: -5px;
  position: absolute;
  font-size: 12px;
}
.badge-store-featured.badge-fees:after {
  z-index: 5;
}

.store-box .store-items {
  text-align: right;
}
.store-box .store-items .items {
  padding-right: 5px;
  max-height: 100px;
  overflow: hidden;
}
.store-box .store-items .items .grid {
  margin: 0;
  padding: 0 5px;
}
.store-box .store-items .list {
  padding-left: 0 !important;
  height: 100px !important;
}
.store-box .store-items .title {
  display: none;
}

.btn-group-select-all {
  margin-left: -10px;
  margin-right: 15px;
}
.btn-group-select-all label.btn {
  display: inline-block;
  float: left;
}
.btn-group-select-all label.btn input {
  position: relative;
  top: 3px;
  width: auto;
  margin: 0;
}
.btn-group-select-all button .caret {
  margin-left: 0 !important;
}
.btn-group-select-all ul.dropdown-menu {
  margin-left: 10px;
}
.select-all-dropdown {
  margin-left: -15px !important;
}

.flexslider {
  height: auto !important;
  margin: -40px 0 30px;
  overflow: hidden;
}
.box-body .flexslider {
  margin: 0;
}
.flexslider .flex-direction-nav {
  margin: -32px 0 0;
}
.featured {
  border: none;
  background: inherit;
  padding: 0;
}
.main > .home > .container > .headline:first-child {
  margin-top: -20px;
}
section.featured .headline:first-child {
  margin-top: 0px;
}
section.featured .featured,
section.featured .tab-content {
  margin-bottom: 30px;
}
.featured.listings,
.tab-pane.listings,
.more-items #other {
  border: none;
  /*padding: 10px 0;*/
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.featured.listings .text-right,
.tab-pane.listings .text-right {
  margin-right: 15px;
}
.carousel-inner {
  margin-top: 10px;
}
.carousel .item {
  padding-top: 0;
  padding-bottom: 0;
}
.carousel-inner .product-list.list {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

.carousel,
.carousel-inner > .item {
  width: 100%;
  height: auto !important;
}

.product-list.grid a {
  overflow: hidden;
  color: #666;
  background: #E1E1E1;
}
.product-list.grid .hip-value a {
    background: #F9F9F9;
}
.grid .ends {
  font-family: Arial;
  font-size: 80%;
}
/* hides the very bottom of title - can't use overflow because of the the above content arrow */
.product-list.grid a .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2500;
}
.product-list a .title h3 {
  font-weight: 600;
  line-height: 21px;
}
.product-list a .title .prices .price {
  margin-right: -5px;
}
.featured.listings .product-list.grid a .title h3,
.more-items .product-list.grid a .title h3 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
}
.featured.listings .product-list.grid a .title .prices,
.more-items .product-list.grid a .title .prices {
  margin-top: -2px;
  margin-left: 5px;
  height: 16px;
}
@media (min-width: 1200px) {
  .featured.listings .product-list.grid a .title h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
  .featured.listings .product-list.grid a .title .prices {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  #browse {
    margin-left: 0px;
    margin-right: 0px;
  }
  #browse > .row {
    margin-left: 0;
    margin-right: 0;
  }
  #browse aside {
    margin-left: -10px;
  }
  #browse .listings {
    margin: 0 -15px;
  }
  .product-list.grid a .title h3 {
    font-size: 12px;
    line-height: 17px;
  }
  .product-list.grid a .title .prices {
    margin-top: -2px;
    margin-left: 5px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .row-offcanvas-left .sidebar-offcanvas {
    left: -78%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sidebar-offcanvas-xs {
    left: 0 !important;
    position: static !important;
  }
  .sidebar-offcanvas-xs.col-sm-3 {
    width: 25% !important;
  }
}
@media (max-width: 480px) {
  .nav-tabs > li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  .nav-tabs > li > a,
  .nav-tabs > li.active > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    font-size: 65%;
  }
}
.cart-items .col_product h5 {
  display: inline-block;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .cart-items .col_product h5 {
    display: inherit;
    margin-left: 100px;
  }
}
.cart-empty {
  width: 300px;
  height: 273px;
  margin: 15px auto;
  background: url("../img/cart-empty.png?ver=3");
  opacity: 0.35;
}
.navbar-move-up {
  margin-top: -15px;
}
.navbar.navbar-filter .btn-default {
  padding: 8px 16px 9px 16px;
}
.label-offer {
  background-color: #1f9f50;
}
.label-counter {
  background-color: #830f03;
}
#shipping-estimator .input-medium {
  width: 220px !important;
}
#shipping-estimator .dl-horizontal dt {
  text-align: left !important;
}
#shipping-estimator .dl-horizontal dd {
  margin-left: 0 !important;
}
#checkout-totals .dropdown-toggle {
  cursor: pointer;
}
.cart-listing-options {
  font-size: 85%;
  color: #aaaaaa;
}
.cart-listing-options a {
  margin: 0 7px;
}
.cart-listing-options a:first-child {
  margin-left: 0;
}

.browse-catalog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0f0f0;
}
.browse-catalog .items {
  padding-right: 5px;
  max-height: 100px;
  overflow: hidden;
}
.browse-catalog .list {
  padding-left: 0 !important;
  height: 100px !important;
}
.browse-catalog .carousel-inner .grid {
  margin: 0;
  padding: 5px;
  width: 50% !important;
}
.browse-catalog .carousel.slide .product-list .title {
  display: none;
}
.product-list a .image.browse-catalog-image-blank {
  background: #e3e3e3 !important;
  margin-bottom: 0 !important;
  padding-bottom: 7px !important;
}
.browse-catalog-no-listings {
  z-index: 2000;
  position: absolute;
  top: 12px;
  left: 12px;
  font-weight: 600;
  color: #aaa;
}
/* Catalog Boxes */
.product-list .standard {
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.product-list .standard:hover {
  -webkit-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
  -box-shadow: 0 2px 3px rgba(71, 73, 72, 0.5);
}
.product-list a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -box-shadow: none;
}
.list-actions {
  overflow: hidden;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product-list .standard:hover .list-actions,
.product-list .standard .list-actions-solid {
  height: auto;
}
.list-actions a {
  display: block;
  width: 100%;
  margin: auto;
  padding: 8px;
  background: white !important;
  opacity: 0;
  text-align: center;
  color: #2980b9;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.product-list .standard:hover .list-actions a,
.product-list .standard .list-actions-solid a {
  opacity: 0.9;
}
.list-actions a:hover {
  color: #449dd0;
}
.product-list .hip-value {
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f9f9f9;
  z-index: 25;
  padding: 5px 0;
  text-align: center;
  color: #666;
  font-size: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
}
.product-list .hip-value a {
  display: block;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-list .hip-value:hover a {
  color: #2980b9;
}
.product-list .hip-value .glyphicon-question-sign {
  float: right;
  margin: 2px 10px 0 -20px;
}
.product-list .hip-value .glyphicon-question-sign.text-muted {
  color: #bbbbbb;
}
/* END Catalog Boxes */
.purchase a.add-to {
  margin-bottom: 15px;
}
.purchase a.add-to:last-of-type {
  margin-bottom: 0px;
}
.catalog-volume-links {
  margin-top: 15px;
}
.catalog-volume-links .category-links a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.catalog-volume-links .category-links i {
  font-style: normal;
  color: #999;
}

.table-hover tbody tr:hover > th,
.table-hover tbody tr:hover > td {
  background-color: inherit;
  color: inherit;
}

.highlighted {
  background-color: transparent;
}

.highlighted .title {
  background-color: #23fbcf !important;
}

.product-list.grid a .title h3 {
  height: 60px;
}
.product-list.list a .title h3 {
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-list a .image {
  z-index: 1040;
}

.hgroup.title {
  border-bottom: none;
}
.promos h2 sup {
  top: -0.95em;
  margin-right: 2px;
  font-size: 35%
}

#left-side-search a {
  text-decoration: none;
}

#browse .filter-results,
#browse .section-title {
  color: #474948;
  margin-left: 0;
}

#left-side-search .count {
  display: inline-block;
  margin-left: 5px;
  font-size: 85%;
  color: #666;
}

#left-side-search .radio,
#left-side-search .checkbox {
  padding-bottom: 0px;
}
.sub-category-catalog-volume {
  padding-top: 10px;
  margin-bottom: -10px;
  color: #474948;
  font-weight: 600;
}
.sub-category.category-breadcrumbs {
  margin-top: 15px;
  padding-left: 10px;
}
.select-a-category {
  position: relative;
  bottom: -22px;
  color: #474948;
  font-size: 82.5%;
  font-weight: 600;
}

/* Product Details Page */
.product-info > .container {
  margin: 0;
  padding: 0;
}
.product-info.product-summary > .container {
  margin-bottom: 40px;
}

.product-info .social {
  margin-bottom: 0;
}

.product-info .quantity {
  margin-top: -20px;
  margin-bottom: 20px;
}

.product-info .product-content #product .details {
  padding-bottom: 0;
}
.product-info .product-content #product input[name="quantity"] {
  float: right;
  margin-top: 7px;
  margin-bottom: 10px !important;
  text-align: center;
}

.buyout-amount {
  color: #a94442;
}
.original-price {
  float: left;
  color: #999;
  font-weight: 600;
  margin-left: 0px;
  padding: 0 0 20px 0;
}
#product .original-price {
  float: none;
}
.product-list.grid a .original-price {
  padding: 0 3px 20px 0;
  font-size: 70%;
}
.product-list.list .original-price {
  padding: 0 5px 20px 0;
}
@media (max-width: 767px) {
  .original-price {
    font-size: 9px;
  }
  .product-list.grid .original-price .cents {
    display: none !important;
  }
}
.cart-items .original-price,
.discount.original-price {
  float: none;
  text-decoration: line-through;
}
.discount.original-price {
  padding: 0;
}
.original-price-save {
  font-size: 15px;
  color: #41a317;
  font-weight: normal;
}
.details .current-price {
  /*padding: 0 0 20px 0;*/
  margin-left: 0;
}
.price.entries,
.time.entries {
  float: right;
}
.current-price span.number-bids {
  margin-right: 0;
}
.product-list .price .cents,
.product-content #product-price .cents {
  position: relative;
  bottom: 0.22em;
  margin-left: -1px;
  font-size: 65%;
  font-family: "Arial";
}
.product-content #product-price .cents {
  bottom: 0.45em;
  font-size: 55%;
}
.original-price-save .cents {
  bottom: 0.35em !important;
}
form .cents {
  bottom: 0 !important;
  margin-left: 0px !important;
  font-size: 100% !important;
  font-family: "Mukta Vaani", "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}
form.bid {
  margin-bottom: 15px;
  padding: 10px 15px 15px 15px;
  background-color: #f0f0f0;
}
form.bid dl {
  margin-bottom: 0;
}
.product-details-bottom {
  position: relative;
  top: 160px;
  text-align: center;
}
.product-details-bottom span {
  margin: 0 10px;
}
.product-details-bottom .label-default {
  background: #ccc;
}

.alert-dismissable .close,
.alert-dismissible .close {
  right: 0;
}
.alert-big {
  padding-top: 45px;
  padding-bottom: 45px;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.orders .headline {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .orders .table-responsive > .table > tbody > tr > td.status {
    white-space: normal;
  }
  .btn-group-vertical .btn {
    margin-bottom: 0 !important;
  }
}
.orders #left-side-basic-search .border-top {
  border-top: none;
}
.range-date-reset {
  margin-top: 8px;
  font-weight: 600;
}

.product-images {
  margin-top: 20px;
}

.product-images .box {
  padding: 0 20px;
}
.product-images .box .primary {
  background: #e1e1e1;
}
@media (min-width: 1200px) {
  .product-images .box .primary {
    min-height: 560px;
  }
  .vertical-stamps .product-images .box .primary {
    min-height: 424px;
  }
  .vertical-postcards .product-images .box .primary {
    min-height: 237px;
  }
  .product-summary .product-images .box .primary {
    min-height: 250px;
  }
  .product-summary .vertical-stamps .product-images .box .primary {
    min-height: 250px;
  }
  .product-summary .vertical-postcards .product-images .box .primary {
    min-height: 237px;
  }
}
.product-images .box .primary img {
  padding: 0;
  outline: 0;
}
#jq-thumbnails .img-thumbnail,
#jq-thumbnails .slick-active {
  border: 0 !important;
  outline: 0 !important;
}
.jq-gallery {
  display: none;
}
#jq-mainImage .item {
  display: none;
}
#jq-mainImage .item:first-child,
#jq-mainImage .item.slick-slide {
  display: block;
}
#jq-thumbnails {
  max-height: 122px;
  overflow: hidden;
}
#jq-thumbnails .item {
  display: inline-block;
}
.product-images .slick-dots {
  display: none !important;
}
.slick-prev {
  left: -17px;
}
.slick-next {
  right: -17px;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  font-weight: 600;
  color: #999;
  line-height: 1;
  font-family: FontAwesome;
}
.slick-prev:before {
  content: "\f100";
}
.slick-next:before {
  content: "\f101";
}
.mfp-close {
  font-size: 0;
  line-height: 0;
}
.mfp-close:before {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f057";
}

.product-images .box .social {
  height: 65px;
}

.main .container > .alert:first-child {
  margin-top: -20px;
}
.main .container .box-header > .alert:first-of-type {
  margin-top: 20px;
}
.product-info .container .row:first-child {
  margin: -20px -15px 20px -15px;
}
.product-info .breadcrumbs a {
  text-decoration: none;
}
.product-summary .breadcrumbs {
  font-size: 125%;
}
.product-info .container .row .sku, .sku {
  font-size: 85%;
}
.product-info .container .row .status {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .sm-spacing-bottom {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
#paypal-protection {
  /*display: block;*/
  width: 335px;
  height: 42px;
  margin-bottom: 15px;
  margin-right: 15px;
  background-image: url("../img/paypal-protection.png");
  opacity: 0.8;
}
@media (max-width: 1200px) {
  #paypal-protection {
    width: 175px;
    height: 79px;
    background-image: url("../img/paypal-protection-stacked.png");
  }
}
#purchase-protection {
  display: block;
  width: 220px;
  max-width: 100%;
  height: 70px;
  margin: 15px auto;
  background-image: url("../img/purchase-protection.png");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  #purchase-protection {
    display: none;
  }
}
#pay-later-accepted {
  display: inline-block;
  width: 155px;
  height: 42px;
  margin-bottom: 15px;
  margin-right: 5px;
  background-image: url("../img/pay-later-accepted.png");
  opacity: 0.8;
}
.pay-later-get-approved {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.label-pay-later {
  vertical-align: top;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .label-pay-later {
    vertical-align: top;
    margin-top: 0px;
  }
}

.invoice-view-external,
.invoice-total-qty {
  display: block;
  margin-top: -15px;
  margin-left: 15px;
  text-align: left;
  font-size: 85%;
  opacity: 0.75;
}

.input-group input[type="text"] {
  height: 27px;
}
.checkout-item-name {
  font-size: 11px;
  color: #666;
}
.paypal-protection {
  clear: both;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}
.cart-details .hgroup.title h5 {
  font-size: 15px;
  line-height: 16px;
}
.checkout-details {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #f0f0f0;
  font-size: 11px;
  color: #666;
}
.checkout-details p {
  margin-bottom: 10px;
}
.checkout-details img {
  margin-top: 15px;
}
.checkout-coupon {
  margin: 20px 0 -20px 0;
}
.btn-xs[name="voucher_apply"] {
  padding: 5px 12px;
  margin-top: -1px;
}
.footer .confidence img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.8;
}
img.ebay-compatible {
  border: 0px;
  width: 100px;
}
.form-control-half {
  width: 48% !important;
  display: inline-block;
}
.form-control.input-sm-tall {
  height: 34px;
}
@media (min-width: 768px) {
  .navbar-form .form-control.input-sm {
    width: 105px;
  }
}
.label {
  margin-bottom: 2px;
  font-size: 11px;
}
.element-date[readonly],
.hasDatepicker[readonly] {
  cursor: pointer;
  background-color: white;
}
@media (max-width: 767px) {
  .btn {
    margin-bottom: 3px;
  }
  .purchase {
    padding-bottom: 15px;
  }
  .purchase .btn {
    width: 100% !important;
  }
}
.purchase .btn {
  margin-right: 0px;
  margin-bottom: 15px;
}
.purchase .bid dt {
  color: #f39125;
}
.purchase .offer dt {
  color: #f39125;
}
.giveaway-button-label {
  float: left;
}
.input-field-map-xl {
  margin: 5px 0;
}
.bootbox-body input[name="amount"] {
  min-width: 67%;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: black;
}
.bootbox-body input[name="submit_purchase"] {
  min-width: 67%;
}
.cart-sale-buttons {
  float: right;
}
@media (min-width: 1024px) {
  .cart-sale-buttons {
    margin-bottom: -15px;
  }
  .cart-shipping-options {
    margin-top: 30px;
  }
}
/* .loading-modal {
    background: rgba(67, 67, 67, .45) url('../../../img/loading.gif') 50% 50% no-repeat;
    opacity: 0.65;
} */
/* NewsletterItems */
.newsletterItemsListing {
  display: inline-block;
  width: 54px;
  height: 73px;
  margin: 2px 3px;
  padding: 3px;
  border: 1px solid #eee;
  font-size: 8px;
  line-height: 8px;
  font-weight: 600;
  overflow: hidden;
  cursor: move;
  position: relative;
}
.newsletterItemsListing img {
  padding: 0 !important;
}
.newsletterItemsListing .title {
  height: 24px;
  top: 47px;
  padding: 3px;
  background: white;
  position: absolute;
}
.newsletterItemsRow {
  height: 80px;
  margin: 5px -5px 5px -5px;
  background: #eee;
  border: 1px solid #ccc;
  position: relative;
}
.newsletterItemsRow .newsletterItemsListing {
  margin: 1px 3px 2px 3px;
}
.newsletterItemsRow li.placeholder {
  line-height: 70px;
  text-align: center;
  color: #999;
  list-style: none;
}
/* Item Description displayDescription() */
.description-label {
  display: inline-block;
  font-weight: 600;
  color: #5f5f5f;
  min-width: 125px;
}
.description-heading {
  font-weight: 600;
  color: #5f5f5f;
}

.masonry .item h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.well {
  margin-bottom: 20px;
}
.full-width-form-elements .col-sm-3 {
  width: 0;
}
.full-width-form-elements .col-sm-9 {
  width: 100%;
}
/* jquery ui slider */
.ui-slider {
  background: #f0f0f0 !important;
  border: 1px solid #d7d7d7;
  height: 12px;
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 9999px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9999px;
  -moz-background-clip: padding;
  border-radius: 9999px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.2);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.2);
  /*color: @arguments;*/
}
.ui-slider .ui-slider-range {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  background: #2980b9 !important;
  -webkit-border-radius: 9999px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9999px;
  -moz-background-clip: padding;
  border-radius: 9999px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.2);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.2);
  /*color: @arguments;*/
  cursor: pointer;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  top: 0 !important;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -2px;
  background: url("../img/ui-slider-handle.png") no-repeat;
  z-index: 20;
  border: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.ui-slider .ui-slider-handle:focus {
  outline: 0 none;
}
.slider-label {
  position: relative;
  top: -10px;
  color: #939694;
}
.slider-label strong {
  color: #474948;
}
/* chosen */
.chosen-container {
  min-width: 150px !important;
}
.chosen-container-single .chosen-single {
  padding-left: 10px;
}
.chosen-container-multi .chosen-choices {
  padding: 3px 3px 3px 3px !important;
  border-color: #cacaca !important;
}
.chosen-container-multi .chosen-choices .search-field input {
  height: auto !important;
  line-height: 18px !important;
  margin-left: -5px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  font-size: 80%;
  margin: 2px 0 2px 4px;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  color: #999;
}
/* maxlength */
.maxlength {
  display: inline-block;
  margin-left: 15px;
  color: #737373;
}
/* ouibounce */
#modal-exit-intent .whiteout-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

/* HIP-27 Saved Searches */
.pagination > .follow-search > a,
.pagination > .follow-search > span,
.pagination > .follow-search > a:hover,
.pagination > .follow-search > span:hover,
.pagination > .follow-search > a:focus,
.pagination > .follow-search > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .followed-search > a,
.pagination > .followed-search > span,
.pagination > .followed-search > a:hover,
.pagination > .followed-search > span:hover,
.pagination > .followed-search > a:focus,
.pagination > .followed-search > span:focus {
  cursor: default;
  background-color: #fff;
}