/************ // Preowned // ************/


.wpc-filters-widget-wrapper > div {
    width: 10%;
    margin: 0px 5px;
    min-width: 149px;
    height: 33px;
}

.wpc-filters-widget-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.wpc-filter-title {
    display: none !important;
}

.wpc-posts-found {
    width: 100% !important;
}

.wpc-filter-content select {
    padding: 5px;
    font-size: 14px;
}

.widget-area .widget .wpc-filters-widget-controls-container a.wpc-filters-apply-button, .widget .wpc-filters-widget-controls-container a.wpc-filters-apply-button, .wpc-filters-widget-main-wrapper .wpc-filters-widget-controls-container a.wpc-filters-apply-button, .wpc-filters-widget-main-wrapper a.wpc-filters-submit-button {
    border-color: #c71633 !important;
    background-color: #C71624 !important;
    color: #f5f5f5;
}

.content {
    width: 78%;
}
.sidebar .widget {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
}

.sidebar {
    border-radius: 0px;
    background-color: #fff;
    border-top: 1px #DDD Solid;
}

.pagination {
    clear: both;
    width: 100%;
    margin: 40px 0;
}

.archive-pagination {
    margin: 0 auto;
    width: 100%;
    padding: 50px;
    text-align: center;
}

.product_page_container {
    padding: 10px;
    width: 54%;
    margin: 1%;
    border: 1px solid rgb(0 0 0);
    position: relative;
    min-width: 400px;
    max-width: 433px;
}

.featured_btn_one a {
    background-color: #000;
    color: #fff;
    padding: 9px 73px 11px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: block;
    text-align: center;
}

h1.usedTitle {
    text-align: center;
    font-weight: 800;
    padding-top: 20px;
    text-transform: uppercase;
}

.single-preowned .contententry {
    padding: 70px 80px 30px 80px;
}

.post-type-archive-preowned h1.usedTitle {
    padding-top: 0px;
}

.sidebar-primary{
  float: none !important;
  margin: 0 auto;
  width: 100%;
}
.archive > .site-container > .site-inner > .content-sidebar-wrap {
    display: table;
    width: 1300px;
    margin: 0 auto;
  }
  .archive > .site-container > .site-inner > .content-sidebar-wrap > .content {
    display: table-footer-group;
    float: none;
  }
 .archive > .site-container > .site-inner > .content-sidebar-wrap > .content > .sidebar {
    display: table-header-group;
  }

.product_archive {
    float: left;
}

.product_page_vehicle_info_cotainer_title_featured {
    min-height: 60px;
}

.archive-pagination a:hover, .archive-pagination a:focus, .archive-pagination .active a {
    background-color: #ffffff;
    color: #000;
    border: 2.5px solid #cfcfcf;
}

.archive-pagination a {
    background-color: #fff;
    color: #e92a37;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    border: 2.5px solid#cfcfcf;
    padding: 8px 12px;
    text-decoration: none;
}

.after-entry, .archive-description, .author-box {
    display: none;
}


/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #e2e2e2;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 18px 14px;
    transition: 0.3s;
    color: #000;
    z-index: 0;
    position: relative;
}

/* Change background color of buttons on hover */

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 25px 30px 0 0;
    border-bottom: none;
}
/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 0px;
    /* border: 1px solid #fff; */
    border-top: none;
    background: #e2e2e2;
    margin: -15px 0px 0px;
}

.commentHolder {
    border: 20px solid #e2e2e2;
}

.tabBorder {
    border: 6px solid #fff;
    border-radius: 10px;
    background: #fff;
    padding: 25px;
    z-index: 1;
    position: relative;
}

.single_page_title_cotainer_text_featured {
    font-size: 32px;
    font-weight: 900;
    color: #000;
}

.single_page_text_cotainer {
    padding-top: 5px;
}

.single_page_product_content {
    background: #e2e2e2;
    padding: 15px;
    width: 320px;
}

.tnumber a {
    color: #fff;
    background: #000;
    padding: 5px;
    display: block;
    margin-top: 10px;
    width: 322px;
    text-align: center;
    font-weight: 700;
}


span.single_product_price {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}


.single_page_product_content img {
    width: 16px;
}

.actual_single_page_container {
    padding-bottom: 10px;
}

h1.usedDeal {
    text-align: center;
    font-weight: 900;
}

.formHolder {
    padding-top: 30px;
}


.vehiclePrice {
    font-size: 35px;
    font-weight: 900;
    color: #000;
}


@media screen and (max-width: 480px) {
	
	.product_page_container {
    padding: 10px;
    width: 100%;
    margin: 0% auto;
    border: 1px solid rgb(0 0 0);
    position: relative;
    min-width: 288px;
}

.product_archive {
    display: block;
    float: unset;
    width: 100%;
    margin: 0;
    padding: 5px;
}
}