.site_header {
    background-color: slategray;
}

#loader {
     display: none; 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}


.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

.three{
    background-color: #eeeeee45;
    width: 100%;
    height: 100%;
}

.loader {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader-4 span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px;
    opacity: 0;
}

#loader-4 span:nth-child(1){
    animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3){
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
    0%, 100%{
        opacity: 0;
    }

    60%{
        opacity: 1;
    }
}

.promo_line {
    padding: 10px;
    background-color: #385D8D;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto';
}

.head_fluid {
    margin: 20px auto;
}

.tp-stars--4--half .tp-star:nth-of-type(-n + 4) .tp-star__canvas,
.tp-stars--4--half .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
    fill: #00b67a;
}

.trust_score::after {
    content: "|";
    margin: 0 2px;
}

.site_nav {
    background-color: #385D8D;
}

.cart_li {
    background-color: #fc0;
}

.cart_li:hover {
    background-color: #dbaf00 !important;
}

.site_nav .nav>li>a {
    padding: 15px 20px !important;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.palte_intro p {
    font-size: 16px;
    line-height: 1.6;
}

.palte_intro h2 {
    font-family: 'Francois One';
    text-transform: uppercase;
}

.palte_intro p a {
    text-decoration: underline !important;
    color: #2e6da4;
}

.build_plate {
    margin-top: 20px;
}

.image_overlay {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.image_overlay h3 {
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #fefefe;
    float: left;
    margin: 0 0 0 15 !important;
    font-size: 20px !important;
}

.buy_btn:hover {
    color: #fff !important;
    background-color: #2e6da4 !important;
}

.buy_btn {
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 10px 8px !important;
    line-height: 1 !important;
    margin: 15px !important;
    background-color: #337ab7;
    color: #fff;
}

.palte_intro li {
    list-style: none !important;
}

.blog_col {
    padding-top: 15px;
}

.fa-check-circle {
    color: #337ab7;
    margin-right: 5px
}

.pre_footer {
    background-color: aliceblue;
    padding: 10px 20px;
}

img.ass-busi {
    padding: 15px;
    margin: auto;
}

.associate_businesses img {
    width: 106px;
    height: auto;
    aspect-ratio: auto 106 / 53;
}

.associate_businesses {
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.signup-footer {
    padding: 10px 20px;
    background-image: url(../image/footerbackground.jpeg);
    background-size: cover;
    background-position: right;
}

.post_image img {
    width: 100%;
    height: 180px;
}

.signup-text {
    padding-top: 20px;
    text-align: center;
    margin-left: auto;
    font-size: 22px;
    text-transform: uppercase;
    font-style: italic;
    FONT-WEIGHT: 700;
    font-family: 'Francois One';
    color: #fff;
}

input.email {
    font-size: 15px;
    border: none;
    border-radius: 0px;
    height: 44px;
    padding: 0px 10px;
    width: 55% !important;
    font-style: italic;
}

.form-text {
    padding-top: 15px;
}

.sub_btn {
    background-color: #fc0;
    color: #000 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    border-radius: 0px !important;
    vertical-align: bottom !important;
    padding: 9px 12px !important;
    font-size: 16px !important;
    margin: 1 10;
}

.main_footer {
    background-color: #1F2F45;
    padding: 30px 0;
}

.heading {
    color: #FFBF11;
    font-size: 24px;
    font-weight: 600;
}

.elementor a {
    color: #dea916;
    font-size: 16px;
}

.elementor .pipe {
    color: white;
}


.heading_p {
    color: #fff;
    font-size: 16px;
}

.heading_h3 {
    color: #FFBF11;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.social_icon {
    padding-top: 10px;
    padding-bottom: 10px;
}

.social_icon i {
    margin-right: 5px;
    font-size: 40px;
    color: #fff;
}

.twitter img {
    width: 35px;
    vertical-align: top;
    margin-right: 5px;
}

.accordion-icon {
    position: absolute;
    right: 15px;
}

.accordion-title .accordion-icon::before {
    content: "+";
}

.accordion-title.expanded .accordion-icon::before {
    content: "-";
}

.accordion {
    background: #fefefe;
    border: 1px solid #999;
    border-bottom: 0;
    border-radius: 0;
}

.accordion a {
    display: block;
    padding: 15px;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    color: #0d0d0d;
    position: relative;
    border-bottom: 1px solid #999;
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
}

.accordion-content {
    padding: 20px;
    border-bottom: 1px solid #999;
    max-width: 100%;
}

.accordion a:active,
.accordion a:hover {
    background-color: #999;
    color: #000 !important;
}

.faqs_content {
    max-width: 60%;
    margin: auto;
    margin-bottom: 30px;
}

.mobile_text {
    height: 90px;
    align-items: center;
    background-color: #ffeb3b;
    justify-content: space-evenly;
    color: #235596;
}

.text-dec {
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto';
    color: black;
}

.warranty_img {
    width: 12%;
}

.blogpost {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.blog_image {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    background-color: #ededed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 20rem;
    background-size: cover;
    background-color: #ededed;
    height: 20rem;
}

.blog_content {
    vertical-align: middle;
    padding: 20px;
    position: relative;
    width: 100%;
    right: 20px;
    top: 0px;
    background-color: white;
    box-shadow: 1px 1px 12px 7px #00000021;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.blog_title a {
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.entry_content p {
    margin-top: 5px;
    line-height: 1.6;
}

.mobile_title {
    font-weight: bold;
}

.cart_summary {
    background: #003194;
    color: #fff;
    padding: 10;
}

.th_card th {
    padding: 10px 20px !important;
    font-size: 20px;
    text-transform: capitalize;

}

.summary_title {
    font-family: 'Francois One';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.item_info td {
    padding-top: 15px !important;
}

.item_title {
    font-family: 'Roboto';
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.item_actions td {
    padding: 10px 20px !important;
    text-align: end;
}

.kit_info .item_title {
    padding-left: 20px;
}

.kit_info td {
    padding-top: 15px !important;
}

.cat_header_image {
    background-image: url(../image/AccessoriesHeader.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
}


.modes {
    background-color: #f5f5f5;
    padding: 15px 20px 0px;
    justify-content: space-between;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.modes .item-count {
    margin-right: 20px;
    font-weight: bold;
}

.show-options,
.sort-options {
    margin-right: 20px;
}

.limiter-options,
.sorter-options {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.limiter-options:focus-visible,
.sorter-options:focus-visible {
    outline: 1px solid #8ed1fc;
}

.filter_title {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: bold;
}

.filter_item {
    color: #fff;
    padding-top: 15;
}

.filter_content {
    background-color: #2453b3;
    padding: 15px 20px;
    margin-bottom: 35px;
    height: 100%;
}

.main_content {
    border-top: 1px solid #cacaca;
    padding-top: 20px;
}

.acc_title {
    font-family: Francois One;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.acc_content {
    border: 1px solid #d9d9d9;
    padding: 15px;
    margin-bottom: 20px;
}

.acc_img {
    width: 100%;
    height: 290px;
}

.acc_bottom {
    margin-bottom: 10px;
}

.summary_top {
    border-top: 1px solid #d1d1d1;
    padding-top: 10px;
    margin-top: 10px;
}