.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.single-product #primary {
    width: 100%;
}

.single-product h1.product-title {
    font-size: 2.2em;
    margin-bottom: 20px;
    font-weight: 400;
}

.single-product .product-price p {
    font-size: 1.6em;
    font-weight: 700;
}

.single-product .product-price p,
.single-product .product-gst p {
    text-align: right;
    margin-bottom: 0;
    color: #a3a3a3;
}

.single-product div.product .summary {
    float: none !important;
    width: 100% !important;
}

.fastrackwp-product-meta {
    border-radius: 4px;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

td.meta-title {
    text-align: right;
}

.fastrackwp-product-meta table {
    margin-bottom: 0;
}

.fastrackwp-product-meta td {
    padding: 8px;
    color: #333333;
}

.product-share {
    position: relative;
    display: table;
}

.product-share p,
.post-share p {
    color: #E24446;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
}

.rrssb-buttons li {
    width: 30px !important;
}

.rrssb-buttons li a .rrssb-text {
    visibility: hidden !important;
}

.rrssb-buttons li a {
    padding: 0 !important;
}

.woocommerce-tabs ul.tabs {
    width: 100% !important;
    margin: 0 0 20px !important;
    border: none !important;
}

.rrssb-buttons li a .rrssb-icon {
    display: block;
    left: auto !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    padding-top: 9px;
    position: relative !important;
    top: auto !important;
    width: 100%;
}

.woocommerce-tabs ul.tabs li a {
    border-bottom: 1px solid #E24446;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-size: 1.8em;
    float: left;
    padding: 0 !important;
    color: #4A4A4A !important;
    font-weight: 400;
}

.woocommerce-tabs ul.tabs li:after {
    content: '';
}

.woocommerce-tabs ul.tabs li.active:after {
    content: '';
}

.woocommerce-tabs .panel {
    float: none !important;
    width: 100% !important;
}

.woocommerce-tabs .panel h2:first-of-type {
    display: none;
}


/* Product Enquiry Form */

.fastrackwp-product-form {
    padding: 10px 20px;
    margin-bottom: 20px;
}

.single-product .fastrackwp-product-form h4 {
    border-bottom: 1px solid #e24446;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 2em;
    float: none;
    margin: 0 auto 20px;
    text-align: center;
}

.fastrackwp-product-form p input {
    border-color: transparent;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    background-color: #ECECEC;
    padding: 5px 10px !important;
    transition: border-color 0.25s ease;
    -moz-transition: border-color 0.25s ease;
    box-sizing: border-box;
}

.fastrackwp-product-form p textarea {
    border-color: transparent;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    resize: none;
    height: 88px;
    font-size: 14px;
    box-shadow: none;
    padding: 5px 10px !important;
    background-color: #ECECEC;
    transition: border-color 0.25s ease;
    -moz-transition: border-color 0.25s ease;
    box-sizing: border-box;
}

.fastrackwp-product-form p button {
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    padding: 7px 30px;
    text-transform: uppercase;
    transition: background-color 0.25s ease 0s;
    -moz-transition: background-color 0.25s ease;
    width: 100%;
}


/* Product Dealer Details */

.fastrackwp-product-dealer-meta {
    padding: 10px 20px;
    margin-bottom: 20px;
}

.fastrackwp-product-dealer-meta h3 {
    color: #E24446;
    line-height: 2.5em;
    font-weight: 600;
}

.fastrackwp-product-dealer-meta table {
    margin-bottom: 0;
    width: auto;
    margin: 0 auto;
}

.fastrackwp-product-dealer-meta table tr td.meta-title {
    font-weight: 600;
    color: #A0A0A0;
    font-size: 15px;
    background-color: #F6F6F6;
    padding: 8px;
}

.fastrackwp-product-dealer-meta table tr td.meta-value {
    color: #000;
    font-size: 15px;
    background-color: #F6F6F6;
    padding: 8px;
}


/* Big Search */

.fastrackwp-large-search-options h2 span {
    cursor: pointer;
}

.fastrackwp-large-search-form,
.fastrackwp-quick-search-form {
    display: table;
    position: relative;
    width: 100%;
}

.fastrackwp-large-search-form > div {
    margin-bottom: 15px;
}

.fastrackwp-large-search-form select {
    padding: 6px 10px;
    border: none;
    margin-bottom: 5px;
    height: 40px;
    width: 100%;
    color: #000000;
    border-radius: 4px;
    background-color: #ffffff;
}

.fastrackwp-large-search-form input[type='text'],
.fastrackwp-quick-search-form input[type='text'] {
    padding: 6px 10px !important;
    border: none !important;
    margin-bottom: 5px;
    height: 40px;
    border-radius: 4px;
    color: #000000 !important;
    width: 100%;
    background-color: #ffffff !important;
}

.fastrackwp-large-search-form .fastrackwp-search-submit-btn,
.fastrackwp-quick-search-form .fastrackwp-search-submit-btn {
    background-color: #e24446;
    border: medium none;
    color: #fff;
    font-weight: 600;
    height: 45px;
    margin-top: 20px;
    text-decoration: none;
    transition: background-color 0.25s ease 0s;
    width: 100%;
    border-radius: 4px;
    text-align: center;
}

.fastrackwp-large-search-form .fastrackwp-search-reset,
.fastrackwp-quick-search-form .fastrackwp-search-reset {
    color: #a3a3a3;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
    text-align: center;
}

.fastrackwp-large-search-form .fastrackwp-search-label,
.fastrackwp-quick-search-form .fastrackwp-search-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.pad-top-form {
    padding-top: 9px;
}

.fastrackwp-quick-search-form .quick-search-or {
    text-align: center;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.7em;
}

.fastrackwp-quick-search-cats {
    list-style: none;
    margin-left: 0;
}

.fastrackwp-quick-search-cats li a {
    text-decoration: underline;
}


/* Quick Links */

.fastrackwp-quicklinks-cats {
    list-style: none;
    margin-left: 0;
}

.fastrackwp-quicklinks-cats li a {
    text-decoration: underline;
}


/* Search Page */

.fastrackwp-listing-controls {
    background: #f4f4f4 none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 15px;
    display: table;
    position: relative;
    width: 100%;
}

.fastrackwp-listing-footer {
    background: #f4f4f4 none repeat scroll 0 0;
    margin-bottom: 20px;
    display: table;
    position: relative;
    width: 100%;
}

.fastrackwp-listing-controls .fastrackwp-listing-label {
    font-weight: 600;
    margin-bottom: 0;
    color: #4a4a4a;
    line-height: 1.5em;
}

.fastrackwp-listing-footer-show {
    margin-bottom: 0;
    color: #4a4a4a;
    padding-top: 22px;
    line-height: 1.5em;
}

.fastrackwp-listing-footer-navigation .page-numbers {
    float: right;
    margin-bottom: 3px;
    padding-top: 9px;
    margin-left: 0;
}

.fastrackwp-listing-footer-navigation li {
    display: inline-block;
}

.fastrackwp-listing-footer-navigation li span.current {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 7px;
    padding: 14px 9px;
}

.fastrackwp-listing-footer-navigation li span.dots {
    display: block;
    float: left;
    margin-right: 7px;
    padding: 14px 9px;
}

.fastrackwp-listing-footer-navigation li a {
    color: #4a4a4a;
    display: block;
    float: left;
    margin-right: 7px;
    opacity: 0.7;
    padding: 14px 9px;
    text-decoration: none;
}

.fastrackwp-listing-controls .fastrackwp-listing-select {
    padding: 6px 10px;
    border: none;
}

.fastrackwp-listing-top-pagination {
    text-align: right;
    font-weight: 600;
    margin-bottom: 0;
    color: #4a4a4a;
    line-height: 1.5em;
}

.fastrackwp-listing-product {
    border-radius: 0;
    border: solid 2px #EEEEEE;
    box-shadow: none;
    padding-top: 10px;
    margin-bottom: 20px;
    display: table;
    position: relative;
    width: 100%;
}

.fastrackwp-listing-product p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #4A4A4A;
}

.fastrackwp-listing-product-status {
    text-align: right;
}

.fastrackwp-listing-product .fastrackwp-listing-product-desc-title a {
    text-decoration: none;
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 600;
}

.fastrackwp-listing-product-price p {
    font-weight: 900;
    font-size: 1.6em;
    margin-bottom: 0px;
    color: #A3A3A3;
}

.fastrackwp-listing-product-gst p {
    color: #A3A3A3;
}

.fastrackwp-listing-product-status p {
    font-style: italic;
}

.fastrackwp-listing-product-more-info a {
    color: #C3C3C3;
    text-decoration: underline;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    background-color: transparent;
    border: none;
    padding: 0px;
    font-weight: 600;
}

.fastrackwp-recent-product p {
    text-align: center;
}

.fastrackwp-recent-product h6 {
    text-align: center;
}

.fastrackwp-recent-product h6 a {
    color: #e24446;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
}

.fastrackwp-small-search-submit-btn {
    display: none !important;
}

.woocommerce-product-gallery {
    margin-right: 0 !important;
}

.engine-overlay {
    font-size: 14px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 100%;
}

.engine-overlay p {
    padding: 8px;
}

/* Responsive Columns */

@media (min-width: 768px) {
    .fastrackwp-product-form h4 {
        width: 65%;
    }
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .woocommerce-product-gallery,
    .col-sm-11,
    .col-sm-12 {
        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%;
    }
    .woocommerce-product-gallery {
        width: 58.33333333% !important;
    }
    .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-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;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
}
