/* -- Homepage Background -- */
body.home {
    background-color: #222222;
}

.top-bottom-border-blue {
    border-top: 1px solid #C2DFEB;
    border-bottom: 1px solid #C2DFEB;
}
@media all and (min-width: 768px) {
    body .storefront-breadcrumb {
        padding: 1.41575em 0;
        margin: 0 0 0;
    }
}

/* -- PRODUCT CUSTOMISE BUTTON -- */
.customise-btn-wrap, .customise-request-btn-wrap {
    margin-bottom: 1em;
}
body.single-product div.product form.cart {
    margin-bottom: 0;
}
.single_add_to_cart_button, .customise-btn-wrap .button{
    width: 200px;
    text-align: center;
}
.customise-btn-wrap .button {
    background-color: #008fcc;
    border-color: #008fcc;
    color: #ffffff;
}
.customise-btn-wrap .button:hover {
    background-color: #008fcc;
    border-color: #008fcc;
    color: #ffffff;
    opacity: 0.9;
}

/* -- Header Overrides -- */
.user_welcome {
    display: none;
}
@media all and (min-width: 768px) {
    body .site-header {
        padding-top: 1em;
    }
    body .site-branding, body .site-search, body .site-header-cart, 
    body .site-logo-anchor, body .site-logo-link, body .custom-logo-link {
        margin-bottom: 5px;
    }
    body .site-header-cart .cart-contents {
        padding: 1em 0;
    }
    body .main-navigation ul.menu > li > a, 
    body .main-navigation ul.nav-menu > li > a {
        padding: 1em 1em;
    }
    .user_welcome {
        display: block;
        width: 47.8260869565%;
        float: right;
        margin-bottom: 5px;
        text-align: right;
    }
    .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
        margin: 0 0 1em;
    }
}

/* -- Footer Menu -- */
#menu-footer-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
}
#menu-footer-menu .menu-item {
    position: relative;
    display: inline-block;
    text-align: left;
}
#menu-footer-menu .menu-item:not(:last-child):after {
    content: " | ";
}
#menu-footer-menu .menu-item a {
    padding: 2px;
}
body .site-footer {
    padding: 0;
}
body .site-info {
    padding: 1.617924em 0;
}
.menu-footer-menu-container {
    margin-bottom: 10px;
}

/* -- Contact Sales Rep -- */
.sales-information {
    position: fixed;
    bottom: 0;
    left: 10px;
    background: #008fcc;
    color: #ffffff;
    padding: 5px;
    border: 1px solid #008fcc;
    border-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 99999;
    font-weight: 600;
}
@media all and (max-width: 768px) {
    .sales-information {
        bottom: 69px;
    }
}

/* -- Product 3D View -- */
.product-3d-view iframe{
    width: 100%;
    border: none !important;
}

.button, button, .button:hover, button:hover, a, a:hover {
    transition: all 0.5s;
}
body a:focus, body button:focus, body .button:focus, .menu-item:focus {
    outline: none;
}

/* -- Featured Categories Wrapped With Links (requires class "wrap-element-with-link") -- */
.page .entry-content a.featured-category-wrapping-link {
    text-decoration: none;
}

/* -- Hide Product Images On Product Page -- */
.product.has-kb-model .woocommerce-product-gallery__image,
.product.has-kb-model .woocommerce-product-gallery__trigger {
    display: none !important;
}

/* -- Pricing Table -- */
a.ptp-button {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}
div.ptp-most-popular {
    background: #008fcc !important;
}
div.ptp-plan {
    
    padding: .5em 1.25em !important;
    
}
.ptp-col.ptp-highlight .ptp-plan {
    background-color: #7d0633 !important;
    color: #ffffff !important;
}
div.ptp-cta {
    background-color: transparent !important;
}
.ptp-col.ptp-highlight .ptp-item-container {
    border: 1px solid #008fcc !important;
}
div.ptp-most-popular, div.ptp-not-most-popular {
    margin-bottom: 0 !important;
}

/* -- Video Banner -- */
.kit-builder-video-banner {
    position: relative;
}
.kit-builder-video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.kit-builder-video-banner .overlay-item-wrap {
    position: absolute;
    top: 110px;
    left: 8.5%;
}
.kit-builder-video-banner .overlay h1 {
    font-family: var(--font);
    color: #000000;
    font-weight: 400;
    font-size: 62px !important;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: normal;
}
.kit-builder-video-banner .overlay .sub-text {
    font-family: var(--font) !important;
    color: #000000;
    font-weight: 300;
    font-size: 37px !important;
    text-align: center;
}
@media all and (min-width: 1001px) and (max-width: 1450px) {
    .kit-builder-video-banner .overlay-item-wrap {
        top: 30px;
        left: 5%;
    }
    .kit-builder-video-banner .overlay h1 {
        font-size: 50px !important;
        margin-bottom: 30px;
    }
    .kit-builder-video-banner .overlay .sub-text {
        font-size: 30px !important;
    }
}
@media all and (min-width: 765px) and (max-width: 1000px) {
    .kit-builder-video-banner .overlay-item-wrap {
        top: 30px;
        left: 5%;
    }
    .kit-builder-video-banner .overlay h1 {
        font-size: 30px !important;
        margin-bottom: 15px;
    }
    .kit-builder-video-banner .overlay .sub-text {
        font-size: 18px !important;
    }
}
@media all and (min-width: 650px) and (max-width: 764px) {
    .kit-builder-video-banner .overlay-item-wrap {
        top: 15px;
        left: 5%;
    }
    .kit-builder-video-banner .overlay h1 {
        font-size: 30px !important;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .kit-builder-video-banner .overlay .sub-text {
        font-size: 18px !important;
    }
}
@media all and (min-width: 240px) and (max-width: 649px) {
    .kit-builder-video-banner .overlay-item-wrap {
        top: 15px;
        left: 5%;
        right: 5%;
    }
    .kit-builder-video-banner .overlay br {
        display: none;
    }
    .kit-builder-video-banner .overlay h1 {
        font-size: 20px !important;
        margin-bottom: 15px;
        margin-top: 0;
        text-shadow: 1px 1px #ffffff;
    }
    .kit-builder-video-banner .overlay .sub-text {
        font-size: 14px !important;
        text-shadow: 1px 1px #ffffff;
    }
}

/* STATS PANELS START */
.stats-panel {
    background-color: #4F4F4E;
    color: #ffffff !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.stats-panel .orange {
    color: #ea6d34 !important;
}
.stats-panel .stats-time {
    font-size: 35pt !important;
    margin-bottom: 0;
    line-height: 35pt;
}
.stats-panel .stats-middle .orange,
.stats-panel .stats-right .orange,
.stats-panel .med,
.stats-panel .stats-title {
    font-size: 40pt !important;
    line-height: 40pt;
}
.stats-panel-two .stats-middle .stats-time {
    font-size: 90pt !important;
    line-height: 90pt;
}
.stats-panel .med,
.stats-panel .stats-title,
.stats-panel-two .stats-middle .stats-time,
.stats-panel .orange{
    font-weight: 600;
}
.stats-panel .stats-title {
    margin-bottom: 5px;
    line-height: initial;
}
.stats-panel .stats-tagline {
    font-size: 19pt !important;
    font-family: var(--font) !important;
    margin-bottom: 0;
    letter-spacing: normal !important;
}
.stats-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0;
    align-items: center;
}
.stats-panel-one .stats-wrapper {
    align-items: flex-start;
}
.stats-wrapper > div {
    padding: 65px 50px;
    width: 33.33%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.stats-panel .stats-icon {
    margin: 0 auto;
    width: auto;
    height: 60px;
    max-width: 90px;
    margin-top: 5px;
}
.stats-panel .stats-tagline img {
    display: inline;
}
@media all and (max-width: 1000px) {
    .stats-wrapper {
        flex-wrap: wrap;
    }
    .stats-wrapper > div {
        width: 100% !important;
        padding: 40px;
    }
}
@media all and (max-width: 400px) {
    .stats-panel-two .stats-middle .stats-time {
        font-size: 70pt !important;
        line-height: 70pt !important;
    }
}
/* STATS PANELS END */

/* CALL ME BACK FORM */
.call-me-back-form-container {
    padding: 5%;
}