@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {}


h1,
.h1 {
    font-size: 42px;
    line-height: 46px;
    font-family: 'Teko', sans-serif;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 40px;
    font-family: 'Teko', sans-serif;
}

h3,
.h3 {
    font-size: 32px;
    line-height: 36px;
    font-family: 'Teko', sans-serif;
}

h4,
.h4 {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Teko', sans-serif;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Teko', sans-serif;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Teko', sans-serif;
}

p,
li,
ul,
a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.btn-sm {
    padding: 5px !important;
    font-size: 12px !important;
}

.btn {
    padding: 16px 26px;
    height: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.btn:hover {
    background-color: transparent;
    color: #fff;
}

.btn-light {
    background: #FFF;
    color: #bd1620;
}

.btn-light:hover {
    background: #231f20;
    color: #fff;
}

.btn-primary {
    background: #bd1620;
    color: #fff;
    transition: all .3s ease-in-out;
}

.btn-primary:hover {
    background: #43454b;
    color: #fff;
}

.btn-outline-info {
    border-color: #231f20;
    background-color: transparent;
    color: #231f20;
}

.btn-outline-info:hover {
    background-color: transparent;
    color: #bd1620;
    border-color: #bd1620;
}

.btn-outline-secondary {
    border-color: #231f20;
    color: #231f20;
}

.btn-outline-secondary:hover {
    border-color: #bd1620;
    color: #fff;
    background-color: #bd1620;
}

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

.btn-success {
    border-color: #231f20;
    background-color: #231f20;
    color: #fff;
}

.btn-success:hover {
    border-color: #bd1620;
    background-color: #bd1620;
    color: #fff;
}

.btn-secondary {
    border-color: #ebebeb;
    background-color: #ebebeb;
    color: #231f20;
}

.btn-secondary:hover {
    border-color: #bd1620;
    background-color: #bd1620;
    color: #fff;
}


a {
    transition: all .3s ease-in-out;
}

a:hover {
    transition: all .3s ease-in-out;
    color: #bd1620;
}

.top-header {
    background: #231f20;
    padding: 10px 0;
    z-index: 99;
    position: relative;
}

.total-header-page {
    background: rgba(35, 31, 32, .9);
}

.top-header ul.social-media,
ul.contact-details,
.top-header ul.search.search-toggle {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    margin-right: 10px;
    padding-right: 5px;
}

.top-header ul.social-media::before,
ul.contact-details::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #535353;
}

.top-header ul.social-media li,
.top-header ul.contact-details li {
    margin-right: 10px;
}

.top-header ul.social-media li i,
.top-header ul.contact-details a,
.toolbar .search,
.toolbar .account,
.toolbar .cart {
    color: #c9c9c9;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.top-header ul.social-media li i:hover,
.top-header ul.contact-details a:hover {
    color: #fff;
}

.top-header ul.social-media li i {
    color: #c9c9c9;
}

.top-header ul.search.search-toggle svg path,
.toolbar .cart svg path,
.toolbar .account svg path {
    fill: #c9c9c9;
}

.toolbar .inner {
    display: flex;
    height: 100%;
    min-height: 100%;
}

.toolbar .tools,
.toolbar .search,
.toolbar .account,
.toolbar .cart {
    display: flex;
    align-items: center;
}

.mob-menu .tools {
    display: none;
}

.navbar .site-branding {
    position: relative;
}

.megamenu {
    top: 92px;
}

.wsdownmenu-list>li>a {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    white-space: nowrap;
    letter-spacing: 2px;
    font-family: 'Teko', sans-serif;
}

.megamenu a {
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
}

.megamenu a:hover {
    color: #bf1723 !important;
}

/** Banner ***/

.home-page .container,
.container-wide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-banner-slider .item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, .6);
}

.banner-box-content .big-title {
    font-weight: 400;
    position: relative;
    font-size: 5.125em;
    letter-spacing: .08em;
    color: #FFF;
    line-height: 1.1em;
    margin: 0 0 0.3em;
    padding: 0 0 0.3em;
}

.banner-box-content p {
    font-weight: 300;
    color: #FFF;
    margin: 1.3em 0 1.2em 0;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2px;
}
.banner-box-content h5{
    color: #FFF;
}
.banner-box-content .big-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 240px;
    height: 5px;
    background: #bf1723;
}



.banner-down {
    padding: 40px 0;
    background: #bf1723;
    text-align: center;
}

.banner-down h2 {
    line-height: 1.2;
    color: #FFF;
    letter-spacing: .4em;
    text-transform: uppercase;
    font-weight: bold;
}


/** Promo Tiles **/
.promo-tiles-section .fw-section {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}


.promo-tiles-section .fw-section img {
    transform: scale(1);
    transition: .5s ease-in-out;
}

.promo-tiles-section .fw-section:hover img {
    transition: .5s ease-in-out;
    transform: scale(1.1);
}

.promo-tiles-section .text-promo {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px;
}

.promo-tiles-section .text-promo .display-4 {
    margin-bottom: 0;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #FFF;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.promo-tiles-section .fw-section:hover .overlay {
    opacity: 80% !important;
    transition: .5s ease-in-out;
}


.promo-tiles-section .fw-section>.overlay {
    transition: .5s ease-in-out;
}

/** featured-products **/

.featured-products {
    background: #ebebeb;
}

.common-padding {
    padding: 3.75em 0;
}

.heading-text {
    margin: 0 0 1em;
    letter-spacing: 5px;
    text-align: center;
    line-height: 1.2;
}


.featured-products .owl-stage {
    display: flex;
    height: 100%;
}

.featured-products .product-card-custom-div {
    height: 100%;
    border-radius: 0;
}

.product-badge {
    display: inline-block;
}

.featured-products {
    padding-bottom: 4em;
}

.product-card-custom {
    border-radius: 0;
}

.product-card-custom img {
    transform: scale(1);
    transition: .5s ease-in-out;
}

.product-card-custom:hover img {
    transform: scale(1.1);
    transition: .5s ease-in-out;
}

.featured-products .product-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

}

.product-card-custom-div .colour-options {
    font-size: 16px;
    line-height: 20px;
}

.product-card-custom a.product-thumb {
    overflow: hidden;
    display: block;
}

/** ICON **/

.icon-section {
    background: #ebebeb;
}


.icon-section .icon {
    text-align: center;
    line-height: normal;
    max-width: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-height: 50px;
    height: 100%;
    width: 100%;
    margin-right: 20px;
}

.icon-section .icon-text .h5 {
    color: #000;
    font-family: Teko;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 111.111% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.icon-section .icon-module {
    padding: 40px 30px 40px;
    position: relative;
    height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

/* .icon-section .icon-module::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.10);;
    bottom: 0;
}
.icon-section .icon-module::after {
    position: absolute;
    content: '';
    width: 1px;
    background: rgba(0, 0, 0, 0.10);
    top: 0;
    height: 100%;
    right: 0;
} */



.text-module-section {
    padding: 7.5em 0;
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: 50%;
    background: #bd1620;
}

.text-module-section ul {
    list-style: none;
    padding-left: 0;
}

.text-module-section .module,
.text-module-section .h3 {
    color: #fff;
}

.text-module-section span {
    margin-right: 5px;
}

.text-module-section li {
    margin-bottom: 10px;
}

.text-module-section .border-style {
    border-right: 1px solid #FFF;
}

.text-module-section .v-12img {
    margin-bottom: 20px;
}


/* Blog */
.home-featured-products {
    background: #ebebeb;
}

.blog-content-home .textbox {
    background: #FFF;
    padding: 1.70em 1.25em;
}

.blog-content-home .textbox h5 {
    text-decoration: none;
    font-weight: 400;
    margin: 0;
    letter-spacing: .02em;
    color: #bd1620;
    line-height: 1.125em;
}

.blog-content-home .textbox p {
    font-size: .975em;
    color: #231f20;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-content-home .textbox a {
    color: #bd1620;
    text-decoration: none;
    font-weight: 900;
    font-size: .975em;
    line-height: 1.5em;
    display: block;
}

.blog-content-home {}

.blog-content-home .category {
    width: 100%;
    height: 200px;
}

.blog-content-home .category img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-blog .owl-stage {
    display: flex;
    height: 100%;
}

.home-blog .product-card-custom-div {
    height: 100%;
    border-radius: 0;
}

.blog-content-home {
    height: 100%;
    background: #FFF;
}

.slider-360 {
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: 50%;
    background: #fff;
}

/**** FOOTER ****/

.site-footer {
    padding: 3.75em 0 1.75em 0;
    background: #231f20;
}

button#newsletter-signup-btn {
    float: none;
    width: 100%;
    margin-top: 10px;
}

.site-footer .input-group-addon {
    background-color: #f2f2f2;
    color: #1c1a1a;
}

.site-footer .input-group .form-control {
    padding-left: 10px;
    background-color: #f2f2f2;
    color: #1c1a1a;
    min-height: 56px;
}

.site-footer .input-group .form-control::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #1c1a1a;
}

.site-footer .input-group .form-control::placeholder {
    color: #1c1a1a;
}

.site-footer .socal-media .social-button {
    width: 40px;
    height: 40px;
    border-color: #fff;
    background: #fff;
    color: #231f20 !important;
    font-size: 18px;
    line-height: 38px;
}

.site-footer .socal-media .social-button:hover {
    border-color: #bd1620;
    background: #bd1620;
    color: #fff !important;
}


/** Internal page  **/

.sidebar .widget-title {
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
}

.price-range-slider .ui-range-slider-footer .btn {
    height: auto;
}

.product-list-page {
    background: #ebebeb;
}

.sidebar {
    background: #f2f2f2;
}

.sidebar .widget {
    margin-bottom: 20px;
}

.sidebar ul,
.ui-range-slider-footer,
div#status-choices,
.sidebar .widget-title+div {
    padding: 0 10px;
}

div#push-ui-range-slider {
    padding-left: 15px;
    padding-right: 15px;
}

#size-choices .btn {
    padding: 5px 7px;
    font-size: 12px;
    margin-top: 5px;
}

.product-data-section .nav-tabs .nav-link {
    background: #bf1723;
    color: #FFF;
    border-radius: 0;
    font-family: 'Teko', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
}

.product-data-section .nav-tabs .nav-link:hover,
.product-data-section .nav-tabs .nav-link.active {
    background: #fff;
    color: #bf1723;
    border-radius: 0;
}

.product-data-section .nav-tabs .nav-item {
    margin-right: 2px;
    margin-bottom: 0;
}

.product-data-section td {
    border-bottom: 1px solid #f2f2f2;
}

.product-page-article-block-down .product-card-custom .product-thumb,
.product_finance_banner_off {
    border-radius: 0;
}

.shopping-cart-footer .btn {
    min-height: 36px;
}


.shopping-cart-footer>.column:last-child {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.shopping-cart-footer>.column:last-child a {
    margin-bottom: 10px;
}

.checkout-footer {
    border: 1px solid transparent;
}

.checkout-footer>.column {
    padding: 0;
}

.site-footer .subscribe-form a {
    text-decoration: none;
}

.site-footer .subscribe-form a:hover {
    text-decoration: none;
    color: #D44A38;
}

.site-footer .widget-light-skin h3.widget-title {
    font-size: 18px;
    letter-spacing: 1px;
}

.site-footer .footer-form {
    margin-bottom: 10px;
}

.promo-tiles-section .fw-section:hover .text-promo {
    border: 2px solid #fff;
}

.wsdownmenu {
    padding-top: 16px;
}

.product-card-custom .product-title a,
.product-card-custom .product-title {
    font-size: 22px;
    color: #374250;
    font-family: 'Teko', sans-serif;

}

.product-card-custom .product-title a:hover {
    color: #bd1620;
}

.breadcrumbs a,
.breadcrumbs li {
    font-size: 18px;
    letter-spacing: 2px;
}


.product-page-article-block-down .product-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px;
}

.product-page-article-block-down .grid-item:hover .text-promo {
    border: 2px solid #fff;
}

.product-page-article-block-down .product-title a {
    color: #FFF;
    font-size: 30px;
    font-family: 'Teko', sans-serif;
    letter-spacing: 2px;
}

.widget-featured-products>.entry {
    margin-bottom: 12px;
    padding: 0 10px;
}

.user-info-wrapper,
.checkout-steps>a:first-child,
.checkout-steps>a:last-child,
.rounded,
.post-meta {
    border-radius: 0;
}

.sidebar .widget-categories ul>li>a,
.sidebar .widget-links ul>li>a,
.shop-toolbar .shop-sorting {
    font-family: 'Teko', sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
}




@media (max-width: 1070px) {
    .navbar {
        min-height: auto;
        padding: 10px 0;
    }

    .wsdownmenu {
        display: none;
    }

    .site-branding.mob-menu {
        display: flex;
        justify-content: flex-end;
    }

    .csstransforms3d .offcanvas-open .offcanvas-wrapper,
    .csstransforms3d .offcanvas-open .site-backdrop,
    .csstransforms3d .offcanvas-open .navbar,
    .csstransforms3d .offcanvas-open .topbar {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .offcanvas-container {
        z-index: 9999;
    }

    .account-link {
        background-color: rgba(35, 31, 32, .9);
        color: #FFF;
    }

    .csstransforms3d .offcanvas-open .site-backdrop {
        opacity: 1;
    }

    .toolbar .inner {
        align-items: center;
    }
    .offcanvas-toggle.menu-toggle {
        display: flex;
        justify-content: flex-end;
        width: auto;
        margin-left: 15px;
    }
 
}

@media (max-width: 991px) {
    .icon-section .icon-text {
        margin-bottom: 20px;
    }

    .text-module-section .module {
        text-align: center;
    }

    .text-module-section .module.first-module-left {
        margin-bottom: 50px;
    }

    .text-module-section .border-style {
        border-right: 0px solid #FFF;
    }

    div#push-ui-range-slider-mobile {
        margin: 10px 10px 20px;
    }

    .modal .widget-title {
        font-size: 20px;
    }

    .icon-section .icon-module {
        border-top: 1px solid rgba(0, 0, 0, 0.10) !important;
        padding: 20px 30px 20px;
    }

    .icon-section .col-lg-4:first-child .icon-module {
        border-top: 0px solid rgba(0, 0, 0, 0.10) !important;
    }
}


@media (max-width: 767px) {

    .banner-box-content .big-title {
        font-size: 3.125em;
    }

    .banner-box-content p {
        font-size: 20px;
        margin: 1.2em 0 1.1em 0;
    }

    .toolbar {
        position: relative;
        display: none;
    }

    .mob-menu .toolbar {
        display: block;
    }

    .toolbar .inner {
        justify-content: center;
        align-items: center;
    }

    ul.contact-details {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin-right: 0;
    }

    ul.social-media {
        display: none !important;
    }

    .mob-menu .tools {
        display: flex;
    }

    .mob-menu .toolbar .cart {
        margin-left: 20px;
    }
}

@media (max-width: 576px) {

    .banner-down h2 {
        letter-spacing: .2em;
    }

    .banner-box-content .big-title {
        margin: 0 0 0em;
        padding: 0 0 0.1em;
    }

    .banner-box-content .big-title:before {
        display: none;
    }

    .banner-box-content p {
        font-size: 20px;
        margin: 5px 0 20px 0;
    }

    .navbar {
        border-bottom: 0px solid #f5f5f5;
    }

    .home-banner-slider .owl-carousel .owl-nav {
        display: none;
    }
}

/* Menu close button: 16-12-2024 */
.offcanvas-container .site-backdrop {
    visibility: hidden !important;
}
.offcanvas-container.active .site-backdrop {
visibility: visible !important;
opacity: 1 !important;
}
/* Mobile menu issue fixed */
.offcanvas-menu ul li.has-children>.offcanvas-submenu.off-view, 
.offcanvas-menu ul.menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0) !important;
}