html,
body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    font-family: 'houschka-pro' !important;
    font-style: normal;
}

p {
    font-family: 'houschka-pro';
    color: #6D6E71;
    font-weight: 300;
    font-style: normal;

}
.cky-btn-revisit-wrapper{
    display: none!important;
}
.cky-revisit-bottom-left {
    display: none;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.winning_bid {
    visibility: hidden;
    position: relative;
}
.winning_bid:after{
        color: #77a464;
    font-weight: 700;
    content:"Highest Bid";
        visibility: visible;
    position: absolute;
    top: 0;
    left: 0;

}
#auctionTitle {
    padding-left: 10px;
    padding-right: 10px;
}

.auctionProduct {
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.33);
    background-color: #fff;
    min-width: 250px;
    max-width: 293px;
}

.auctionProduct i {
    color: #FFBE00;
    padding-right: 5px;
}

#aucImg {
    padding: 10px;
}

.auctionProduct hr {
    margin: 0px 0px 10px 0px;
}

#aucImg img {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
    height: 200px;
    width: 100%;
}

#currentBid p {
    margin-bottom: 0px;
}

.relatedProducts h2 {
    color: #ffbe00;
}

.relatedProducts .products {
    padding-top: 20px !important;
    list-style: none outside;
    clear: both;
    width: fit-content;
    margin-left: auto !important;
    margin-right: auto !important;
}

#timeLeft p {
    margin-bottom: 0px;
}

#exampleModalLongTitle {
    font-family: 'Patua One',
        sans-serif;
    font-weight: 600;
    color: #FFBE00;
}

h1 {
    font-family: 'Patua One', sans-serif;
    font-weight: 600;
    color: #FFBE00;
}

h2 {
    font-family: 'Patua One', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
}

h3 {
    font-family: 'Patua One', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 2em;
}

h4 {
    font-family: 'Patua One',
        sans-serif;
}

h5 {
    font-family: 'Patua One', sans-serif;
    font-weight: bold;
}

.mainContain p {
    color: #fff;
}

.copywriteRow p {
    color: #fff;
}

.bg-primary {
    background-color: #343a40 !important;
}

.center {
    text-align: center;
    justify-content: center;
}

.marginCenter {
    margin: auto;
}

.entry-title a {
    color: #FFBE00;
    text-decoration: none;
    background-color: transparent;
    font-size: 0.65em;
    text-align: center;
    font-family: 'Patua One', sans-serif;
}

.entry-title i {
    color: #000;
    font-size: 1em;
}

.entry-title3 a {
    color: #FFBE00;
    text-decoration: none;
    background-color: transparent;
    font-size: 1.5em;
    text-align: center;
    font-weight: 700;
    font-family: 'Patua One',
        sans-serif;
}


#breadcrumbsRow {
    padding-top: 40px;
    padding-bottom: 20px;
}

.tractorArchiveHeader {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/2021/07/20201220-184319-CMYK_Nokomis-Implement_8300.tif.jpg);
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
    height: 350px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
}

.col-2:hover .overlay {
    opacity: 0.5;
}

.col-2:hover .overlay .text {
    opacity: 1;
}

.greyBack {
    background-color: #F2F2F2;
    margin-left: 0px;
    padding: 15px;
    margin-bottom: 5px;
}

strong {
    font-weight: 800 !important;
}

.tractorArchiveHeader h1 {
    font-family: 'Patua One', sans-serif;
    color: #fff;
    font-size: 4em;
    font-weight: 600;
    padding-top: 100px;
    letter-spacing: 0px;
}

#breadcrumbs a {
    color: #6D6E71;
}

.breadcrumb_last {
    color: #FFBE00;
    font-weight: bold;
}

#breadcrumbs {
    font-family: 'Patua One', sans-serif;
}

#backToList {
    padding-top: 60px;
    padding-bottom: 60px;
}

#backToList a {
    font-family: 'houschka-pro' !important;
    font-weight: 600;
}

#footerGray2 .btn-warning {
    color: #fff;
    background-color: #FFBE00;
    border-color: #FFBE00;
    border-radius: 0px;
    font-family: 'Patua One', sans-serif;
    font-weight: 600;
}

#footerGray2 h2 {
    color: #FFBE00;
}

.btn-warning {
    color: #fff !important;
    background-color: #FFBE00 !important;
    border-color: #FFBE00 !important;
    border-radius: 25px !important;
    font-family: 'Patua One',
        sans-serif !important;
    font-weight: 600 !important;
}

.btn-danger {
    color: #fff;
    background-color: #C82027;
    border-color: #C82027;
    border-radius: 25px;
    font-family: 'Patua One', sans-serif;
    font-weight: 600;
}

.btn-danger:hover {
    background-color: #a51b21;
    border-color: #a51b21;
}


.btn-info {
    border-radius: 25px;
    font-family: 'Patua One',
        sans-serif;
    font-weight: 600;
    background-color: #175db8;
    border-color: #175db8;
}

.woo-ua-current {
    display: none;
}

.entry-summary .price {
    color: #FFBE00 !important;
    font-size: 2em !important;
    font-weight: 600;
}

.entry-summary p {
    margin-bottom: 0px;
}

.btn-secondary {
    border-radius: 25px;
    font-family: 'Patua One',
        sans-serif;
    font-weight: 600;
    background-color: #123350;
    border-color: #123350;
}

.btn-success {
    border-radius: 25px;

    font-family: 'Patua One',
        sans-serif;
    font-weight: 600;
}

.btn-outline-dark {
    border-radius: 25px;
    width: 165px;
    border-color: #004A73;
    color: #004A73;
    font-family: 'Patua One', sans-serif;
    font-weight: 600;
}

#wrapper-navbar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.uwa_auction_product_countdown {
    overflow: hidden;
    padding: 0px !important;
    color: #cc1818 !important;
    background-color: #ffffff !important;
    border-color: #fff !important;
    margin: 0px 0 0px 0 !important;
    max-width: 100%;
    width: 100%;
    font-weight: 600;
}

.facetwp-facet {
    margin-bottom: 40px;
    width: auto;
}

#bidButtonRow {
    padding-left: 15px;
}

.timeRow .uwa_auction_product_countdown {
    color: #FFBE00 !important;
    font-size: 1.5em !important;
}

.timeRow .countdown_show4 .countdown_section {
    /* width: 24.5%; */
    color: #FFBE00 !important;
}

.timeRow .countdown_amount {
    font-size: 1.15em;
    padding: 0px !important;
}

.timeRow .countdown_section {
    padding-right: 0px !important;
}

.timeRow2 .uwa_auction_product_countdown {
    color: #cc1818 !important;
    font-size: 1.25em !important;
    background-color: transparent !important;
}

.timeRow2 .countdown_amount {
    font-size: 1.15em;
    padding: 0px;
}

.timeRow2 .countdown_section {
    padding-right: 0px;
}

.timeRow2 .countdown_show4 .countdown_section {
    /* width: 24.5%; */
    color: #cc1818 !important;
}

.countdown_section {
    flex-direction: row !important;
    font-size: 14px !important;
}

span.countdown_row {

    padding: 0px 5px !important;
}

.countdown_show4 .countdown_section {
    padding-top: 0px;
}

#countdownTimer .timeRow2 .uwa_auction_product_countdown {
    color: #cc1818 !important;
    font-size: 1.25em !important;
    background-color: transparent !important;
    font-weight: 700;
}

.woocommerce ul.products li.product .price {
    color: #198754;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 1.15em !important;
}

.relatedContentRow {
    padding-bottom: 40px;
}

.btn-outline-dark:hover {
    color: #004A73;
    background-color: #cad2ef;
    border-color: #004A73;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-link:focus {
    box-shadow: none;
}

.btn-link:hover {
    box-shadow: none;
    color: #fff;
}

.btn-link {
    color: #fff;
    font-family: 'houschka-pro';
    font-style: normal;
    font-weight: bold;
}

.facetwp-facet input.facetwp-search,
.facetwp-facet input.facetwp-location {
    margin: 0;
    padding-right: 30px;
    min-width: 400px !important;
    border-radius: 20px;
    height: 40px;
    text-align: center;
}

.facetwp-icon {
    left: 40px;
    height: 100%;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    right: 100% !important;
}

.entry-title2 a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    font-size: 1em;
    text-align: center;
    font-family: 'Patua One', sans-serif;
    font-weight: bold;
}

.navbar-brand img {
    max-height: 100px;
    width: auto;
    padding: 15px;
    z-index: 9999;
    position: relative;
}

.headerLogoRow {
    padding: 40px;
}

.btn-outline-light {
    color: #fff;
    border-color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

a {
    color: #FFBE00;
    font-family: 'Patua One',
        sans-serif;
    text-decoration: none;
}

a:hover {
    color: #FFBE00;
    text-decoration: none;
}

a:hover h3 {
    color: #FFBE00;
    text-decoration: none;
}

.panel-title {
    position: relative;
}

.modal-body .btn-secondary {
    width: 300px;
}

.pswp__bg {
    background: #000000d1 !important;
}

/*#editMe:after {
    content: "\f044";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}*/

.modal-header {
    border-bottom: none;
}

#rememberme {
    height: 1em;
    width: auto;
}

.modal-body {
    padding-top: 0px;
}

#loginButton {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    margin-right: 25px;
    width: auto;
}

.logged-in #loginButton {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

#loginButton:active {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

#loginButton:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

#wp-submit {
    color: #fff;
    background-color: #ffb42b;
    border-color: #ffb42b;
    border-width: 0px;
    border-radius: 25px;
    width: 100%;
    font-family: 'Patua One',
        sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}

.modal-header {
    padding-bottom: 0px !important;
}

#loginform {
    width: 300px;
}

.modalLogin input {
    border: none;
    width: 300px;
    height: 40px;
    border-radius: 5px;
}

.modalLogin {
    background-color: #F2F2F2;
}

.modalLogin p {
    font-size: 0.75em;
    color: #123350;
}

.modalLogin h5 {
    color: #123350;
    font-size: 1.1em;
}

.filterRow1 .facetwp-facet {
    margin-bottom: 15px;
}

.btn-outline-danger {
    color: #C82027;
    border-color: #C82027;
    border-radius: 20px;
}

#tractor-archive-wrapper .facetwp-sort {
    background-color: #FBB040 !important;
    color: #fff;
    border: none;
    font-family: 'Patua One', sans-serif;
    font-weight: bold;
}

th p {
    font-weight: 300;
    font-size: 1.25em;
}

.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
    font-family: 'Patua One',
        sans-serif;
    font-weight: 600 !important;
    background-color: #FFBE00 !important;
    border-radius: 25px !important;
    width: 300px !important;
    padding: 0.75em 0.75rem !important;
    font-size: 1em;
}

.whiteText {
    color: #fff;
}

.marginAuto {
    margin: auto;
}

#footerAdRow {
    width: 80%;
    margin: auto;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: 'Patua One', sans-serif;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-family: 'Patua One',
        sans-serif;
}

.modal-body .btn-primary {
    color: #fff;
    background-color: #ffc009;
    border-color: #ffc009;
    border-radius: 25px;
    font-family: 'Patua One', sans-serif;
    font-weight: 600;
}

.modal-body .btn {
    max-width: 300px;
}

.facetwp-facet-sort_by select {
    height: 45px;
    margin-right: 10px;
    color: #66666696;
    border-color: #78787866;
    padding: 10px;
    text-transform: lowercase;
}

.single-product .countdown_amount {
    font-size: 1.25em !important;
}

#auctionFilter p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#auctionFilter {
    padding-top: 30px;
}

.facetwp-facet-categories {
    padding-left: 0px;
}

.facetwp-facet-sort_by {
    padding-right: 0px;
}

#registeryFilter .facetwp-dropdown {
    height: 45px;
    margin-right: 10px;
    color: #66666696;
    border-color: #78787866;
    padding: 10px;
    text-transform: lowercase;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    margin: auto;
}

.focus {
    box-shadow: 0 0 0 0.2rem rgb(246 153 15);
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(246 153 15);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #fbb040;
    border-color: #fbb040;
}

.btn-outline-primary:hover,
.wpcf7 input:hover[type=submit] {
    color: #fff;
    background-color: #f0a93e;
    border-color: #ffa93e;
}

.product_title {
    font-family: 'houschka-pro' !important;
    font-size: 1.5em;
    font-weight: 700 !important;
}

#breadcrumbs {
    font-family: 'houschka-pro' !important;
}

#breadcrumbs a {
    font-family: 'houschka-pro' !important;
}

#auctadcol .row {
    padding-bottom: 40px;
}

.btn-primary {
    color: #fff;
    background-color: #fbb040;
    border-color: #fbb040;
    border-radius: 0px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f0a93e;
    border-color: #f0a93e;
}

.btn-outline-primary,
.wpcf7 input[type=submit]:hover {
    color: #fff;
    border-color: #FBB040;
    background-color: #FBB040;
    border-radius: 0px;
    text-transform: lowercase;
    padding-right: 20px;
    padding-left: 20px;
}

.uwa_auction_bage_icon {
    display: none;
}

th a {
    color: #000;
    font-weight: 300;
    font-size: 1.75em;
    font-family: 'houschka-pro';
    font-style: normal;
}

thead {
    background-color: #FFBE00;
    color: #fff;
    text-transform: uppercase;
}

thead tr p {
    color: #fff !important;
    font-family: 'houschka-pro';
    font-size: 1em;
    margin: auto;
    font-weight: 400;
    font-style: normal;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem #ffbe00;
}

#menu-users {
    display: none;
}

.filterBarRow {
    padding-top: 40px;
}

#footerGray .btn-warning {
    border-radius: 0px;
    background-color: #FFBE00;
}

:focus-visible {
    outline: none;
}

:active {
    outline: none;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: none;
}

.navbar-toggler {
    display: none;
}

.orange {
    color: #FF7C24 !important;
    padding-right: 10px;
}

.red {
    color: #ED2024 !important;
    padding-right: 10px;
}

.entry-header .container {
    padding-right: 0px;
    padding-left: 0px;
}

#shareMe {
    padding-bottom: 0px;
    position: relative;
    top: 20px;
    left: 10px;
    font-size: 0.6em;
}

.wrapper {
    padding: 0px 0;
}

.p-0 {
    padding: 0 !important;
}

#footerGray {
    background-color: #333333;
}

.footerRow1 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.footerRow1 h2 {
    color: #FFBE00;
}

.footerRow1 p {
    color: #fff;
}

.footerRow1 i {
    color: #fff;
}

#footerBlack {
    background-color: #000;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerRow2 i {
    font-size: 1.2em;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.footerRow2 ul {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.footerRow2 a {
    color: #fff;
    font-weight: 300;
    font-family: 'houschka-pro';
    font-style: normal;
    text-transform: lowercase;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.copywriteRow a {
    font-family: 'houschka-pro';
    font-style: normal;
}

.copywriteRow {
    font-size: 0.75em;
}

.footerHome1 {
    color: #fff;
    width: 90%;
    margin: auto;
    padding-top: 60px;
    /*was 60px looked fine on mac NOT on PC*/

}

.footerHome1 i {
    color: #fff;
    font-size: 2em;
    padding-left: 5px;
    padding-right: 5px;
}

#footerGray2 {
    background-color: #F2F2F2;
    color: #092F57;
}

#footerGray2 p {
    color: #000;
}

.uwa-main-auction-product-loop.uwa_auction_product_countdown.hasCountdown {
    margin: 0px !important;
}

.countdown_section br {
    display: none !important;
}

.homeBlog {
    height: 450px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    color: #fff;
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;

}

.homeSelection {
    background-color: #3f3f3f78;
    margin-top: 10px;
    padding: 20px;
    width: 85%;
    margin-left: auto;
    padding-left: 80px;
}

.blogHomeContainer h2 {
    font-family: 'houschka-pro';
    font-style: normal;
}

.skew2 {
    -webkit-transform: skewX(13deg);
    -moz-transform: skewX(13deg);
    -ms-transform: skewX(13deg);
    -o-transform: skewX(13deg);
    transform: skewX(13deg);
    position: relative;
    left: 65px;
    padding-top: 2vw;
    z-index: 5;
}

.yellow {
    color: #FFBE00;
}

.blue {
    color: #004A73;
}

#moveUp .col-md-8 {
    padding-left: 0px;
    padding-right: 0px;
}

.footerAd {
    width: 80%;
    padding-bottom: 100px;
}

.auctionFooter1 i {
    color: #ffbe00;
    font-size: 3em;
    ;
}

.auctionFooter1 .col-md-4 {
    border-right: 1px solid #9e9c9c;
}

.auctionFooter1 a {
    color: #FFF;
    font-family: 'houschka-pro';
    text-decoration: underline;
}

.btn-outline-secondary {
    height: 45px;
    margin-right: 10px;
    color: #66666696;
    border-color: #78787866;
    padding: 10px;
    text-transform: lowercase;
    font-family: 'houschka-pro';
    border-radius: 0px;
}

.auctionFooter1 .col-md-4:last-child {
    border-right: none;
}

.blogHead {
    color: #FFBE00;
}

.yellowbg {
    background: #FFBE00;
}

#mobileSelectionHome {
    padding-bottom: 15px;
}

#secondMenuFooter {
    text-align: right;
}

.table-responsive {
    display: inline-table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#grayBorders {
    border-left: 1px solid #cbc7c7;
    border-right: 1px solid #cbc7c7;
}

#introText p {
    font-size: 1.25em;
}

#introText {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
}

.btn-outline-warning {
    font-family: 'Patua One';
}

.btn-outline-warning:hover {
    font-family: 'Patua One';
    color: #fff;
}

#hamburger-1 {
    position: inherit;
    top: 20px;
    right: 25px;
    z-index: 999;
    display: none;
}

.hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(2) {
    width: 33px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px 5px 5px -3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger-1 .line:nth-child(3) {
    width: 33px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger .is-active {
    position: fixed;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}


#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

/* The Overlay (background) */
.menuOverlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    right: 0;
    top: 0;
    background-color: #000000;
    /* Redfallback color */
    background-color: #000000;
    color: #fff;
    /* Red w/o opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    -webkit-box-shadow: 10px 0px 20px -2px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 10px 0px 20px -2px rgba(0, 0, 0, 0.46);
    box-shadow: 10px 0px 20px -2px rgba(0, 0, 0, 0.46);
    overscroll-behavior: contain;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    padding-top: 75px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    text-align: left;
    padding-left: 55px;
}

.open {
    width: 100%;
}

/* Position the close button (top right corner) */
.menuOverlay .closebtn {
    position: absolute;
    font-size: 60px;
    z-index: 999;
}

.menuBox1 .row {
    border-top: 1px solid #ffffff2b;
}

.menuBox1 .row:last-child {
    border-bottom: 1px solid #ffffff2b;
}

.menuBox1 {
    margin-top: 100px;
    color: #fff;
}

.menuBox1 a {
    color: #fff;
    padding-left: 60px;
}


.menuBox2 a {
    color: #c4c4c4;
    padding-left: 60px;
    font-family: 'houschka-pro';
    font-size: 1.5rem;
}

.menuBox2 {
    padding-top: 15px;
}

.modal {
    z-index: 9999;
}

.header-search {
    position: relative;
    background: #333;
    width: auto !important;
}

.header-search .search-field {
    min-width: 250px !important;
    margin-left: 30px;
    border-radius: 0px !important;
    background: #333;
    color: #fff;
}

.header-search .search-field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.header-search .search-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.header-search .search-field::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.header-search form.search-form:before {
    content: '\f002';
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    color: #fff;
    left: 40px;
    z-index: 99;
    top: 8px;
}

.wpadverts-list-item-marked-as-sold {
    font-size: 20px !important;
    padding: 5px 10px !important;
    background-color: #ED2024 !important;
}

.red-outline-btn {
    border: 2px solid #ffbe00;
    background: transparent;
    color: #ffbe00;
    font-family: 'Patua One';
    font-weight: 700;
    padding: 5px 10px;
    transition: .5s ease;
}

.red-outline-btn:hover {
    background: #ffbe00;
    color: #fff;
}

#backBtnRow2 .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.header-search .search-field {
    min-width: 250px !important;
    margin-left: 30px;
    border-radius: 0px !important;
    background: #333;
    color: #fff;
}

.search-field {
    min-width: 400px !important;
    border-radius: 20px;
    height: 40px;
    text-align: center;
}

.header-search .form-control {
    border: transparent;
    border-radius: 0px;
}

.search-submit {
    display: none;
}

.autoWidth .row {
    width: auto !important;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    border: none;
}

.modal-header {
    display: flex;
    align-items: flex-start;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.howItWorks {
    padding-top: 50px;
    padding-bottom: 40px;
}

.howItWorks i {
    font-size: 3.5em;
    color: #FFBE00;
    padding-top: 15px;
    padding-bottom: 15px;
}

.howItWorks h4 {
    color: #FFBE00;
}

.howItWorks p {
    color: #333;
}

#howGreyContainer .col-6 {
    padding: 60px;
}

#howGreyContainer i {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.5em;
    color: #ffbe00;
}

#howGreyContainer h1 {
    width: auto;
    color: #FFBE00;
}

.howToContain {
    padding-top: 40px;
    padding-bottom: 20px;
}

.w-60 {
    width: 60%;
}

.listPackage i {
    color: green;
}

.listPackage {
    border: #ffbe00 solid 1px;
    height: 500px;
    padding-left: 60px;
    padding-right: 60px;
}

.packageBuy {
    position: relative;
    bottom: 65px;

}

.submitTips {
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.25);
    padding: 40px 80px 40px 80px;
}

.submitTips a::after {
    content: "\f107";
    color: #FFBE00;
    top: 0px;
    position: relative;
    font-family: "FontAwesome";
    left: 20px;
}
.submitTips .hideAfter a::after {
    display: none;
}
.submitTips a[aria-expanded="true"]::after {
    content: "\f106";
}

.submitTips iframe {
    width: 664px;
    height: 374px;
}

.submitListing i {
    color: #FFBE00;
    font-size: 3em;
    padding-bottom: 20px;
}

.with_frm_style .frm_primary_label {
    font-family: 'houschka-pro';
    font-weight: 600;
    color: #000 !important;
    font-size: 1em;
    padding-bottom: 15px;
}

.auctionFormDetails {
    padding-bottom: 60px;
}

#FAQ h3 {
    font-size: 1.5em;
}

#FAQ .btn-link {
    color: #ffbe00;
    font-family: 'houschka-pro';
    font-style: normal;
    font-weight: bold;
    padding: 5px 5px 5px 0px;
}

#FAQ .card-header {
    padding: 0.5rem 0rem;
    margin-bottom: 0;
    background-color: #fff;
}

#FAQ .card {
    border: none;
}

#biddingQuestions {
    padding-bottom: 60px;
}

#sellingQuestions {
    padding-bottom: 60px;
}

#shippingQuestions {
    padding-bottom: 60px;
}

#generalQuestions {
    padding-bottom: 60px;
}

#auctionQuickSelect i {
    color: #FFBE00;
}

#auctionQuickSelect a {
    color: #000;
    font-weight: 300;
    font-family: 'houschka-pro';
}

#auctionQuickSelect .uwa-watchlist-button {
    margin: 0px;
    position: relative;
    bottom: 7px;
    padding-left: 4px;
}



.single-product .add-uwa:before {
    font-family: "dashicons";
    content: "\f487";
    font-size: 20px;
    padding: 0px 5px 0px 0px !important;
    position: relative;
    top: 4px;
    text-decoration: none;
    border: none;
    outline: none;
    color: #ffbe00;
}

#auctionQuickSelect {
    padding-bottom: 15px;
}

#auctionQuickSelect .col-3 {
    padding-left: 0px;
    justify-content: space-between;
    border-right: 1px solid #666;
    text-align: center;
}

#auctionQuickSelect .col-4 {
    padding-left: 0px;
    justify-content: space-between;
    border-right: 1px solid #666;
    text-align: center;
}

.single-product .remove-uwa {
    text-decoration: none;
    padding-right: 10px;
}

.watchlist-notice {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #ffbe00;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #c99701;
    color: #fff;
}

#auctionQuickSelect .col-3:last-child {
    border-right: none;
}

#auctionQuickSelect .col-4:last-child {
    border-right: none;
}

.product_meta {
    display: none !important;
}


.countdown_show3 .countdown_section {
    width: auto;
    display: flex;
    justify-content: normal !important;
    flex-direction: row !important;
}

span.countdown_row {
    justify-content: flex-start !important;
}

.timeRow p {
    font-family: 'houschka-pro';
    color: #000000;
    font-weight: 300;
    font-style: normal;
}

.endsOn p {
    font-family: 'houschka-pro';
    color: #000000;
    font-weight: 300;
    font-style: normal;
}

.entry-summary i {
    color: #ffbe00;
    padding-right: 15px;
}

.timeRow {
    padding-top: 15px;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin-left: 30px;
    width: auto !important;

}

form#uwa_auction_form {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    margin-top: 0;
    flex-wrap: wrap;
}

.single-product .summary .uwa_auction_form .quantity.buttons_added {
    display: flex;
    align-items: center;
    width: auto !important;
}

.uwa_auction_product_countdown {
    box-shadow: none !important;
}

.moreAuctionInfo {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

.moreAuctionInfo h2 {
    color: #FFBE00;
}

.photoGallery {
    padding-bottom: 40px;
}

.videoGallery {
    padding-bottom: 30px;
}

.detailGallery {
    padding-bottom: 30px;
}

#auctadcol {
    padding-right: 20px;
    padding-top: 40px;
}

.detailGallery p {
    color: #000;
}

.moreAuctionInfo .col-md-10 {
    padding-left: 0px;
}

#sellerInfo {
    padding-top: 15px;
}

#sellerInfo p {
    color: #000;
}

.verifiedSeller i {
    padding-left: 10px;
    padding-right: 0px;
    color: green;
}

.verifiedSeller {
    color: green;
}

.productListDisp .btn {
    border-radius: 0px !important;
}

.productListDisp a {
    font-family: 'houschka-pro' !important;
    font-weight: 700;
    font-style: normal;

}

.allAucInfo i {
    color: #ffbe00;
}

.productListDisp .price {
    color: green;
    font-size: 1.75em;
    font-weight: 700;

}

.productListDisp .countdown_amount {
    font-size: 1.75em;
}

.auction-history-table {
    width: 100%;
}

.widget-title {
    font-size: 1.5em;
    color: #FFBE00;
}

.widget_product_categories {
    background-color: #F2F2F2;
    padding: 15px;
    margin-bottom: 30px;

}

.product-categories {
    list-style-type: none !important;
    padding-inline-start: 0px;
}

.product-categories a {
    color: #000;
    font-family: 'houschka-pro' !important;
}

.widget_media_image {
    margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom: 3px solid #ffbe00 !important;
    color: #ffbe00;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-bottom: 1px !important;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0px;
    margin: 0 -5px;
    padding: 0 7em;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 1.2em;
    color: #393839;
    padding-bottom: 0px;
}

.woocommerce-Reviews-title {
    display: none;
}

.reviews_tab {
    display: none !important;
}

#auctionCommentsTitle {
    padding-top: 40px;
}

#auctionComments {
    padding-bottom: 30px;
}

.myAuctionsContainer {
    padding-bottom: 60px;
}

.wcfm_buttons {
    display: none;
}

.myAuctionProducts .price {
    color: #198754;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 1.15em !important;
}

.myAuctionProducts #auctionTitle {
    padding-left: 10px;
    padding-right: 10px;
}

.myAuctionProducts #auctionTitle h2 {
    font-size: 1em;
    padding-left: 0px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #ffffff;
    background-color: #ffbe00;
    border-radius: 0px;
}

.product-categories .cat-item-19 {
    display: none;
}

.product-categories .cat-item-21 {
    display: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #c99701;
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.auctionNumber {
    font-size: 0.6em;
}

.auctionNumber p {
    margin-bottom: 0px;
}

.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=file],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style .frm-card-element.StripeElement {
    line-height: 1.3;
    background-color: #f2f2f2;
    border: none;
    height: 50px;
}

.relatedProducts .auctionProduct {
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 33%);
    -webkit-box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.33);
    background-color: #fff;
    min-width: 293px;
    max-width: 293px;
}
.cky-consent-container .in-bbapp {
display: none;
}
@media (min-width:768px) {
    .featuredSlider {
        clip-path: polygon(14% 0%, 100% 0, 100% 100%, 0% 100%);
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    #moveUp .col-md-3 {
        flex: 0 0 39.333%;
        max-width: 39.333%;
        margin-right: -10%;
        margin-left: 2%;
    }

    #moveUp .col-md-8 {
        flex: 0 0 68.66667%;
        max-width: 68.66667%;
    }

    .homeSelection {
        width: 100%;
        padding: 15px;
        padding-left: 40px;
    }

    .homeSelection p {
        font-size: .9rem;
        line-height: 1.1;
    }
}

@media (min-width:1200px) {
    #moveUp .col-md-3 {
        flex: 0 0 39.333%;
        max-width: 39.333%;
        margin-right: -10%;
        margin-left: 4%;
    }
}

@media (min-width:1400px) {
    #moveUp .col-md-3 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-right: -8.3333%;
        margin-left: 8.3333%;
    }
}

@media (min-width:2500px) {
    .nextend-arrow-previous {
        left: 10% !important;
    }

    .nextend-arrow-next {
        left: 90% !important;
    }
}



@media (max-width:900px) {
    .nextend-arrow-previous {
        left: 275px !important;
    }

    .nextend-arrow-next {
        left: 325px !important;
    }
}

@media (max-width:767.98px) {
    #moveUp {
        flex-direction: column-reverse;
    }

    .homeSelection {
        padding: 10px;
        width: 23%;
        margin: 1%;
        text-align: center;
    }

    .homeSelection h2 {
        font-family: 'houschka-pro';
        font-style: normal;
        font-size: 1.25rem;
        font-weight: 600;
    }

    .homeSelection i {
        padding-right: 0;
        width: 100%;
    }

    .homeSelection .row:nth-child(2) {
        display: none;
    }

    #moveUp .container {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
    }

    #moveUp .homeSelection .container {
        padding-left: 15px;
    }

    .featuredSlider {
        margin-bottom: 15px;
    }

    .accept-offers {
        text-align: left;
    }

    .header-search .search-field {
        min-width: 165px !important;
        margin-left: 30px;
        border-radius: 0px !important;
        background: #333;
        color: #fff;
    }

    .facetwp-facet-categories {
        padding-left: 10px;
    }

    #auctadcol {
        display: none;
    }
}

@media (max-width:550px) {
    .homeSelection {
        width: 48%;
    }

    .homeSelection a {
        margin: auto;
    }
}

@media (max-width: 800px) {
    #hamburger-1 {
        position: absolute;
        top: 43px;
        right: 30px;
        z-index: 999;
        display: block;
        width: auto;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        display: inline-block;
        padding: 0.5em 0;
        font-weight: 700;
        color: #515151;
        text-transform: lowercase;
        font-size: 0.75rem;
    }

    #introText {
        padding-top: 40px;
        padding-bottom: 40px;
        margin: auto;
        width: 100%;
    }

    #loginButton {
        position: relative;
        right: 50px;
        z-index: 999;
    }

    .header-search {
        position: relative;
        z-index: 999;
    }

    .fwpl-layout {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .blogHomeContainer .col-md-6 {
        padding-bottom: 15px;
    }

    #secondMenuFooter {
        text-align: left;
    }

    #box12 {
        padding-top: 30px;
    }

    .filterBarRow {
        display: none;
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #grayBorders {
        border-bottom: 1px solid #cbc7c7;
        border-top: 1px solid #cbc7c7;
        border-left: none;
        border-right: none;
        padding-top: 10px;
        padding-bottom: 10px;

    }

    #backBtnRow2 .col-sm-auto {
        padding-top: 10px;
    }

    #mega-menu-wrap-secondary {
        display: none;
    }

    #mega-menu-wrap-primary {
        display: none;
    }

    .footerAd {
        width: 100%;
        padding-bottom: 100px;
        padding-top: 0px;
    }

    .footerHome1 {
        color: #fff;
        width: 90%;
        margin: auto;
        padding-top: 45px;
    }

    h2 {
        font-size: 1.5rem;
    }

    .manArchive a {
        font-size: 1.5rem;
        text-decoration: underline;
    }

    thead tr p {
        color: #fff !important;
        font-family: 'houschka-pro';
        font-size: 0.75em;
        margin: auto;
        font-weight: 400;
        font-style: normal;
    }

    .registryTop {
        padding-top: 30px;
        padding-bottom: 15px;
        padding-right: 15px;
    }

    .registryContentBox p {
        color: #000;
        font-size: 0.75rem;
    }

    .registryContentBox b {
        font-size: 0.75rem;
    }

    .registryContentBox a {
        font-size: 0.75rem;
    }

    .registryContentBox {
        padding-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .registryContentBox .btn-warning {
        font-size: 0.75rem;
    }

    #buttonEditRow a {
        color: #FFBE00;
        font-size: 1rem;
    }

    .registryTop .btn {
        border-radius: 0px;
        font-size: 0.75rem;
    }

    #buttonEditRow .btn-warning {
        font-family: 'houschka-pro' !important;
        font-weight: 700;
        font-size: 0.75rem;
    }

    .tribe-common .tribe-common-h5,
    .tribe-common .tribe-common-h6 {
        font-weight: 500 !important;
        font-size: 1.5rem !important;
    }

    .tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
        padding-left: 35px;
    }

    .tractorArchiveHeader h1 {
        font-size: 3em;
    }

    th a {
        color: #000;
        font-weight: 300;
        font-size: 0.75rem;
        font-family: 'houschka-pro';
        font-style: normal;
    }

    th p {
        font-weight: 300;
        font-size: 0.75em;
    }

    .registryArchiveContain a {
        color: #ED2024;
        font-size: 0.75rem;
        font-weight: bolder;
    }

    .registryArchiveContain p {
        color: #000;
        font-size: 0.75rem;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .single-product.woocommerce div.product #auction-product-type form.cart div.quantity {
        margin: 0 0px 0 0 !important;
        width: 48% !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {

        padding: 0 1.5em;
    }
}

@media (max-width: 600px) {
    .fwpl-layout {
        grid-template-columns: 1fr 1fr !important;
    }

    .registryTractorArchiveHeader {
        height: auto;
    }

    .facetwp-facet input.facetwp-search,
    .facetwp-facet input.facetwp-location {
        margin: 0;
        padding-right: 30px;
        min-width: 275px !important;
        border-radius: 20px;
        height: 40px;
        text-align: center;
    }

    .search-field {
        min-width: 275px !important;
        border-radius: 20px;
        height: 40px;
        text-align: center;
    }

    #registryPost .entry-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .fwpl-layout {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 1200px) {

    ul.products.columns-1 li.product,
    ul.products.columns-2 li.product,
    ul.products.columns-3 li.product,
    ul.products.columns-4 li.product,
    ul.products.columns-5 li.product,
    ul.products.columns-6 li.product {
        width: 50% !important;
        margin-right: 0% !important;
    }
}

@media (max-width: 767px) {

    ul.products.columns-1 li.product,
    ul.products.columns-2 li.product,
    ul.products.columns-3 li.product,
    ul.products.columns-4 li.product,
    ul.products.columns-5 li.product,
    ul.products.columns-6 li.product {
        width: 100% !important;
        margin-right: 0% !important;
    }
}

@media all and (max-width: 767px) {
    .woocommerce-page ul.products li.product:nth-child(n) {
        margin: 0 0 11.5% !important;
        width: 100% !important;
    }
}