﻿/*#region > H1 AND SUB HEADER TEXT */
.section-title {
  font-weight: bold;
}
.section-title .btn {
  margin: -3px auto;
}
.section-title .pull-right {
  margin-top: 0px;
}
.section-title .pull-left {
  margin-top: 0px;
}

/*#endregion > H1 AND SUB HEADER TEXT */
/*#region > FLEXBOX LAYOUT BLOCKS */
.flex-justify, .flex-left, .flex-right, .flex-around, .flex-center, .flex-c-to-l, .flex-adjustable {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.inline-flex {
  display: inline-flex;
}

/** Horizontal alignments (X) **/
.flex-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-center {
  -ms-flex-pack: center;
  justify-content: center;
}

/** Vertical alignments (Y) **/
.flex-va-top {
  -ms-align-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.flex-va-center {
  -ms-align-content: center;
  align-content: center;
  align-items: center;
}

.flex-va-bottom {
  -ms-align-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}

.fx-nowrap {
  flex-wrap: nowrap !important;
}

.fx-w-unset {
  width: unset !important;
}

.fx-row {
  flex-direction: row;
}

.fx-column {
  flex-direction: column;
}

.reverse, .fx-reverse {
  flex-direction: row-reverse;
}

.flex-c-to-l {
  -ms-flex-pack: center;
  justify-content: center;
}

/** Custom flex columns **/
.fx-2-col, .fx-3-col, .fx-4-col, .fx-5-col, .fx-6-col, .fx-8-col, .fx-10-col {
  width: 100%;
}

.fx-w33 {
  width: 33.3%;
}

.fx-w25 {
  width: 100%;
}

.fx-w60 {
  width: 60%;
}

.fx-w50 {
  width: 50%;
}

.fx-w75 {
  width: 75%;
}

.fx-w75rw {
  width: 100%;
}

.fx-logo-sign-wrap {
  width: 100%;
  margin: 0 auto;
}

.required::after {
  content: "*";
  color: var(--maroon);
  display: inline-flex;
  height: 30px;
  font-size: 1rem !important;
  position: relative;
  top: 0px;
}

@media (min-width: 768px) {
  .fx-2-col {
    width: 49.5%;
  }
  .fx-4-col {
    width: 25%;
  }
  .fx-5-col {
    width: 20%;
  }
  .fx-6-col {
    width: 16.6%;
  }
  .fx-8-col {
    width: 12.5%;
  }
  .fx-w25 {
    width: 25%;
  }
  .fx-10-col {
    width: 10%;
  }
  .fx-w75rw {
    width: 75%;
  }
  .fx-mrg-tb-reg {
    margin: 70px 0 0;
  }
  .fx-logo-sign-wrap {
    width: 249px;
    margin: 0 0;
  }
}
@media (min-width: 992px) {
  .fx-w75rw {
    width: 50%;
  }
  .fx-mrg-tb-reg {
    margin: 17% 0;
  }
}
@media (min-width: 1000px) {
  .fx-3-col {
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .fx-mrg-tb-reg {
    margin: 36px 0 0;
  }
}
/*#endregion > FLEXBOX LAYOUT BLOCKS */
/*#region > Section Panels <section> */
/* NOTE: <section> containers are placed before the <div class"container">. They should stretch the entire width of the screen. */
/* Add color to them by using the pre-defined background classes in the _Theme.scss file.  Eg. <section class="bg-drk-gray"></section> */
section {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 4.6rem 0 4.6rem 0;
  min-height: 20rem;
  position: relative;
}
section h1, section h2, section h3, section h4, section big {
  margin-top: 0;
}

/*section:first-of-type { padding-top: 1.25rem; }
*/
/*#endregion > END Section Panels </section> *****************************/
/*#region > MAIN LAYOUT BLOCK */
main {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
  min-height: 35vh;
}
main .main-container {
  padding: 0%;
  margin: 0%;
  width: 100%;
}

/*#endregion > MAIN LAYOUT BLOCK */
/*#region > FOOTER LAYOUT BLOCK */
footer {
  background-color: #fff !important;
  position: relative;
  bottom: 0;
  width: 100%;
  padding-top: 25px;
}
footer .w-footer-col4 {
  width: 100%;
}
footer .fx-ft-col-1, footer .fx-ft-col-4 {
  width: 100%;
}
footer .fx-ft-col-2, footer .fx-ft-col-3 {
  width: 50%;
}
footer .footer-logo {
  width: 217px !important;
  height: auto;
  margin: 0 auto;
  display: block;
}
footer .footer-copyright-container {
  font-weight: var(--Raleway-Medium);
  font-size: var(--font-extra-small-size);
  display: flex;
  justify-content: center;
  align-content: center;
  opacity: 0.9;
  text-align: center;
}
footer .social-media-svgs {
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
  width: 100%;
  position: relative;
}
footer .social-media-svgs svg {
  fill: var(--midgrey);
  margin: 0 0.7rem;
}
footer .social-media-svgs svg:hover {
  fill: #AF181A;
}
footer .footer-sign-in-btn {
  background-color: #811618;
  color: #FFF;
  text-transform: uppercase;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--Raleway-Extra-Bold);
  font-size: var(--font-small-size);
  border: none;
}
footer .footer-sign-in-btn:hover {
  background-color: #AF181A;
  color: #FFF;
}
footer .footer-sign-in-icon {
  fill: #FFF;
}
footer .footer-column-title {
  text-transform: uppercase;
  font-weight: var(--Raleway-Extra-Bold);
  font-size: 1rem;
  color: #191919;
}
footer .footer-title-bottom-line {
  margin: 1rem 0;
  width: 10%;
  color: #DBDBDB;
  border-top: 5px solid;
}
footer .container {
  padding-left: 0;
  padding-right: 0;
}

.btn.btn-primary.daily-hunt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--Raleway-Extra-Bold);
  font-size: var(--font-small-size);
  height: 64px;
  background-color: #821213;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  width: 100%;
}

.btn.btn-primary.daily-hunt-btn:hover {
  background-color: #AF181A;
  color: #FFF;
}

.btn.btn-primary.daily-hunt-btn svg {
  fill: #FFF;
}

@media (min-width: 472px) {
  .fx-ft-col-2 {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  footer .fx-ft-col-1, footer .fx-ft-col-2, footer .fx-ft-col-3 {
    width: 33%;
  }
  footer .fx-ft-col-4 {
    width: 100%;
  }
  footer .footer-column-title {
    font-size: 1.125rem;
  }
  footer .container {
    max-width: 875px;
  }
  .btn.btn-primary.daily-hunt-btn {
    font-size: var(--font-small-size);
  }
}
@media (min-width: 992px) {
  footer .fx-ft-col-1, footer .fx-ft-col-2, footer .fx-ft-col-3, footer .fx-ft-col-4 {
    width: 25%;
  }
  footer .container {
    max-width: 1645px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .social-media-svgs {
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    width: 100%;
    position: relative;
    top: 0;
  }
  .social-media-svgs svg {
    margin: 0rem 0.7rem;
  }
  .btn.btn-primary.daily-hunt-btn {
    height: 80px;
    width: 100%;
    border-radius: 6px;
  }
  .btn.btn-primary.daily-hunt-btn {
    font-size: var(--font-smallest-size);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1590px;
  }
}
/*#endregion > MAIN LAYOUT BLOCK */
/*#region > ICONS / BADGES */
.listingTypeIcon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.listing-badge {
  position: absolute;
}
.listing-badge:before {
  color: #fff;
  border: 10px solid #337ab7;
  border-right-color: transparent;
  box-shadow: 0 5px 5px -5px #000;
  font-weight: bold;
  height: 0;
  line-height: 0;
  padding-right: 10px;
  position: absolute;
  top: -3px;
  left: -13px;
  z-index: 1;
}
.listing-badge:after {
  content: "";
  border: 4px solid #286090;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 17px;
  left: -13px;
}

.pdficon {
  margin-right: 10px;
  vertical-align: middle;
}

/*#endregion > ICONS / BADGES */
/*#region > GROUP/REGION BLOCKS */
.awe-category-group {
  display: inline-block;
}

.control-readonly-value {
  margin-top: 7px;
}

.event-banner img {
  margin: 0 auto 15px auto;
}

/*#endregion > GROUP/REGION BLOCKS */
/*#region > REVIEW GALLERY */
/* Tile Gallery Layout used in Review Listings and other partial views */
.galleryContainer {
  margin: 0 -5px 0 -5px;
}
.galleryContainer .galleryUnit {
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
}
.galleryContainer .galleryUnit .listing-badge:before {
  top: -6px;
  left: -18px;
}
.galleryContainer .galleryUnit .listing-badge:after {
  top: 14px;
  left: -18px;
}
.galleryContainer .panel.panel-default {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.galleryContainer .galleryImage {
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  border: solid 1px #ddd;
  margin-bottom: 10px;
}
.galleryContainer .galleryImage img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galleryContainer .galleryTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0px;
}
.galleryContainer .galleryTitle .small {
  font-size: 14px;
}

.galleryData--title {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.galleryData--values {
  margin-bottom: 0;
}

.galleryTime--active, .galleryQTY, .galleryDate--ended {
  float: right;
  font-size: 16px;
}

.galleryDate--ended {
  padding-right: 24px;
}

.galleryTime--active {
  font-weight: bold;
}

.galleryPrice {
  color: #009933;
}
.galleryPrice .NumberPart {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.galleryPrice--ended, .galleryTime--ended {
  color: #555;
}

.galleryPrice--ended .NumberPart {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.timeLabel, .qtyLabel {
  float: right;
}

.qtyLabel-xs {
  visibility: hidden;
}

/*@media (min-width: 320px) {
    .galleryContainer {
        .galleryImage { height: 200px; max-height: 200px; }
    } 
}
@media (min-width: 420px) {
    .galleryContainer {
        .galleryImage { height: 245px; max-height: 245px; }
    } 
}
@media (min-width: 500px) {
    .galleryContainer {
        .galleryImage { height: 280px; max-height: 280px; }
    } 
}
@media (min-width: 575px) {
    .galleryContainer {
        .galleryImage { height: 156px; max-height: 156px; }
    }
}
@media (min-width: 768px) {
    .galleryContainer {
        .galleryImage { height: 220px; max-height: 220px; }
    } 
}
@media (min-width: 992px) {
    .galleryContainer {
        .galleryImage { height: 136px; max-height: 136px; }
    } 
}
@media (min-width: 1200px) {
    .galleryContainer {
        .galleryImage { height: 165px; max-height: 165px; }
    } 
}
*/
@media (min-width: 1200px) and (max-width: 1399px) {
  .time__format--classic {
    font-size: 12px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 675px) {
  .galleryData--title {
    display: none;
  }
  .galleryTime--active {
    display: block;
    float: none;
    margin-left: -8px;
  }
  .galleryQTY {
    display: block;
    float: none;
  }
  .galleryQTY span {
    font-size: 14px;
  }
  .qtyLabel-xs {
    visibility: visible;
  }
  .galleryUnit .no-photo {
    padding-top: 15%;
  }
}
/*#endregion > REVIEW GALLERY */
/*#region > EVENT BLOCKS */
.event-data .glyphicon-envelope {
  font-size: 19px;
  margin-right: 13px;
  margin-left: 2px;
  vertical-align: middle;
}
.event-data .glyphicon-list-alt {
  font-size: 19px;
  margin-right: 14px;
  margin-left: 1px;
  vertical-align: middle;
}
.event-data .glyphicon-forward {
  font-size: 19px;
  margin-right: 11px;
  margin-left: 4px;
  vertical-align: top;
}
.event-data .data-card .small {
  padding: 5px 10px;
}
.event-data .data-card hr {
  margin: 0;
  padding: 0;
}

.event-media {
  float: left;
  margin-right: 10px;
}

.data-card + .data-card {
  margin-top: 10px;
}

/* Event Editing */
.readonly {
  padding-top: 7px;
}

/* Event Closing Groups */
.evui-mainContainer {
  padding: 10px;
  overflow: auto;
  overflow-x: scroll;
  width: 100%;
}

.evui-groupContainer {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  clear: both;
  float: left;
  margin-bottom: 15px;
  max-height: 115px;
  min-height: 50px;
  padding: 5px;
  white-space: nowrap;
}
.evui-groupContainer:hover {
  border-color: #999;
}
.evui-groupContainer:last-child {
  clear: both;
  text-align: center;
  width: 100%;
}
.evui-groupContainer:last-child .evui-group-label {
  width: 100%;
}

.evui-lotContainer {
  background-color: #B9D3EE;
  border-right: 5px solid #B9D3EE;
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  padding: 5px;
  width: 200px;
  white-space: nowrap;
}

.evui-lotContainer-data .btn {
  padding: 0 5px;
}

.evui-groupLabel {
  background-color: #F8F8F8;
  font-weight: bold;
  padding: 5px;
}

.evui-newtarget {
  border: 1px dashed;
  margin: -10px;
  padding: 30px;
  z-index: 1;
}

.evui-quickLotMove {
  cursor: pointer;
}

.evui-quickmove-options {
  font-size: smaller;
  position: absolute;
  z-index: 9999;
}
.evui-quickmove-options .btn {
  margin: 5px;
}

.autoextenditem.evui-lotContainer {
  background-color: #FFCC99;
  border-right: 5px solid #FFCC99;
}

@media (max-width: 768px) {
  .event-data .col-sm-6 + .col-sm-6 {
    margin-top: 10px;
  }
}
/*#endregion > EVENT BLOCKS */
/*#region > TABLE CUSTOMS */
table .shipping-modal {
  margin-bottom: 0;
}

/*#endregion > TABLE CUSTOMS */
/*#region > iFRAME CUSTOMS */
@media only screen and (max-width: 600px) {
  #iFrameYouTube {
    height: 75%;
    margin: 0 auto;
    width: 75%;
  }
}
/*#endregion > iFRAME CUSTOMS */
/*#region > TESTIMONIAL BLOCK */
#TestimonialBlock .vc-button {
  background-color: #ddd;
  color: #fff;
  width: 60px;
  height: 60px;
  z-index: 1400;
  border: transparent;
  border-radius: 50%;
  /*box-shadow: 0px 3px 6px #00000029;*/
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#TestimonialBlock {
  position: relative;
}
#TestimonialBlock .quote-box {
  font-size: 1.4rem;
  color: #666;
  font-style: italic;
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin-bottom: 1.3rem;
}
#TestimonialBlock .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 50;
}
#TestimonialBlock .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (min-width: 575px) {
  #TestimonialBlock .quote-box {
    height: 165px;
  }
  #TestimonialBlock .swiper-slide {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #TestimonialBlock .quote-box {
    height: 132px;
  }
}
@media (min-width: 992px) {
  #TestimonialBlock .quote-box {
    height: 140px;
  }
}
/*#endregion > TESTIMONIAL BLOCK */
/*region > 16:9 aspect ratio global */
.ws-ratio-box {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}

.ws-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*endregion > END 16:9 aspect ratio */
/*region > custom CSS */
.mw-450 {
  max-width: 450px !important;
}

.userDashboard-title-body.card.card-body.mrg-b-sm.section-title {
  top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.userDashboard.card {
  box-shadow: 1px 1px 4px #a1a1a1;
}

.userDashboard-heading {
  text-shadow: 1px 1px 9px #000000;
}

.userDashboard.card.d-none.d-lg-block {
  width: 24%;
  margin: auto 0.5%;
  float: left;
  box-shadow: 1px 1px 4px #a1a1a1;
}

.userDashboard-title-body.card.card-body.section-title {
  top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  width: 75%;
}

.userDashboard-title-body.card.card-body {
  box-shadow: 1px 1px 4px #a1a1a1;
  border-width: 2px;
}

.myaccount .list, .myaccount .won-list {
  border-width: 0 !important;
}

.myaccount .list .row, .myaccount .won-list .row {
  border: 1px solid #c9c9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}

.awe-rt-BuyBox .row .col-sm-12 a {
  font-family: "Poppins", sans-serif !important;
}

#shield-icon {
  color: #666 !important;
}

@media (max-width: 992px) {
  .userDashboard-title-body.card.card-body.section-title {
    width: 100%;
  }
}
@media (max-width: 412px) {
  #shield-icon {
    left: -8px;
    position: relative;
  }
  #clipboard-icon {
    left: -5px;
    position: relative;
  }
  #shipping-label {
    left: -13px;
    position: relative;
  }
  #insurance-label {
    left: -13px;
    position: relative;
  }
}
/*endregion > END custom CSS*/
/*region > Site Restyling */
#ah-warranty-button {
  color: #666;
}

#MCThumbsRapper .swiper-wrapper {
  visibility: hidden;
}

.red-bg {
  background-color: #811618 !important;
}

#auctions-filter-container form {
  align-items: baseline !important;
}

#auctions-filter-container {
  max-width: 862px !important;
  margin: auto !important;
  padding-bottom: 40px !important;
}

#search-button-reformat {
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
  z-index: 1000 !important;
}

#search-button-reformat .search-btn-icon {
  width: 23px !important;
  color: #666666 !important;
}

input[name=FullTextQuery] {
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

/* BJ STREAMING */
.bj-streaming-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  overflow: hidden;
}

.bj-streaming-link {
  width: 100%;
  display: block;
  text-align: center;
  max-width: 850px;
  margin: auto;
}

.bj-streaming-logo {
  width: 100%;
}

.bj-streaming-title {
  text-align: center !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

/*endregion > END Site Restyling */
