@font-face {
    font-family: 'Macha';
    src: url('../fonts/Macha-BoldItalic.woff2') format('woff2'),
        url('../fonts/Macha-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Macha-BookItalic';
    src: url('../fonts/Macha-BookItalic.woff2') format('woff2'),
        url('../fonts/Macha-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Macha';
    src: url('../fonts/Macha-Medium.woff2') format('woff2'),
        url('../fonts/Macha-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Macha';
    src: url('../fonts/Macha-Bold.woff2') format('woff2'),
        url('../fonts/Macha-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Macha';
    src: url('../fonts/Macha-MediumItalic.woff2') format('woff2'),
        url('../fonts/Macha-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Macha-Book';
    src: url('../fonts/Macha-Book.woff2') format('woff2'),
        url('../fonts/Macha-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Macha';
    src: url('../fonts/Macha-ThinItalic.woff2') format('woff2'),
        url('../fonts/Macha-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Macha';
    src: url('../fonts/Macha-Thin.woff2') format('woff2'),
        url('../fonts/Macha-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}






.btn {
    border-radius: 4px;
    text-transform: none;
    font-size: 18px;
    font-family: 'Macha';
    padding: 14px 36px 16px 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0;
    height: auto;
}

.btn:hover {
    border-radius: 4px;
    text-transform: none;
    font-size: 18px;
    font-family: 'Macha';
    padding: 14px 36px 16px 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 0;
    height: auto;
}

.btn-sm {
    padding: 6px 10px !important;
    font-size: 12px !important;
    letter-spacing: 1px;
}

.btn-sm:hover {
    padding: 6px 10px !important;
    font-size: 12px !important;
    letter-spacing: 1px;
}

.bg-secondary {
    background-color: #101010;
    border: 1px solid #101010;
    color: #FFF;
}

.bg-secondary:hover {
    background-color: #FF0000;
    border: 1px solid #FF0000;
    color: #fff;
}

.btn-outline-primary {
    color: #FF0000;
    background-color: transparent;
    border: 1px solid #FF0000;
}

.btn-outline-primary:hover {
    background-color: #FF0000;
    border: 1px solid #FF0000;
    color: #fff;
}

.btn-primary {
    color: #fff;
    border: 1px solid #FF0000;
    background-color: #FF0000;
}

.btn-primary:hover {
    color: #fff;
    border: 1px solid #101010;
    background-color: #101010;
}

.btn-outline-info {
    color: #101010;
    background-color: transparent;
    border: 1px solid #101010;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #FF0000;
    border: 1px solid #FF0000;
}


.btn-outline-secondary {
    color: #101010;
    background-color: transparent;
    border: 1px solid #101010;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #FF0000;
    border: 1px solid #FF0000;
}

.btn-white {
    border-color: #FCFCFC;
    background-color: #FCFCFC;
    color: #101010;
}

.btn-white:hover {
    background-color: #FF0000;
    color: #fff;
    border-color: #FF0000;
}


.btn-outline-white {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.btn-outline-white:hover {
    background-color: #FF0000;
    box-shadow: none;
    color: #fff;
    border-color: #FF0000;
}

img {
    width: 100%;
}

h1,
.h1 {
    font-family: 'Macha';
    font-size: 40px;
    line-height: 50px;
    color: #303030;
}

h2,
.h2 {
    font-family: 'Macha';
    font-size: 35px;
    line-height: 45px;
    color: #303030;
}

h3,
.h3 {
    font-family: 'Macha';
    font-size: 30px;
    line-height: 40px;
    color: #303030;
}

h4,
.h4 {
    font-family: 'Macha';
    font-size: 25px;
    line-height: 30px;
    color: #303030;
}

h5,
.h5 {
    font-family: 'Macha';
    font-size: 20px;
    line-height: 24px;
    color: #303030;
}

h6,
.h6 {
    font-family: 'Macha';
    font-size: 18px;
    line-height: 22px;
    color: #303030;
}

a,
input,
li,
li,
ol,
p,
table,
td,
th,
tr,
ul {
    font-family: 'Macha';
    color: #101010;
}

p {
    font-size: 16px;
    line-height: 26px
}



/**** HEADER ******/

.top-header {
    background-color: #000;
}

.top-header-heft li a,
.top-header-heft li {
    font-size: 15px;
    color: #FFFFFF;
    list-style: none;
    text-decoration: none;
    font-weight: 500;
}

.top-header-heft li {
    border-right: 1px solid rgba(252, 252, 252, 0.25);
    padding: 7px 10px;
}

.top-header-heft li:first-child {
    padding-left: 0;
}

.top-header-heft li:last-child {
    border-right: 0;
}

.top-header-heft li i {
    padding-left: 5px;
    padding-right: 5px;
}

.top-header .searchbar input {
    max-width: 270px;
    width: 270px;
    border-radius: 4px;
    background: #fff;
    border-color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
    color: #6F6F6F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 32px;
    padding-left: 15px;
}

.top-header .searchbar input:focus-visible {
    outline: none;
}

.top-header buton.search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
}

.site-logo {
    width: 100%;
}

.total-header {
    z-index: 9;
    position: relative;
    padding: 11px 0;
}

.toolbar .inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.toolbar .tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.toolbar .cart>.count {
    position: absolute;
    top: -10px;
    margin-left: 0;
    right: 4px;
    background: #FF0000;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
}

.site-branding {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
}

.total-header .searchbar {
    position: relative;
    margin-right: 15px;
}

.toolbar .search:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    background: rgba(255, 255, 255, 0.10);
    width: 1px;
}

.megamenu a:hover {
    color: #FF0000;
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

.megamenu a {
    color: #000;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}

.main-menu .wsdownmenu-list {
    display: flex;
    justify-content: flex-end;
}

.megamenu {
    max-height: 500px;
    overflow-y: auto;
    max-width: 900px;
    width: 170%;
    top: 62px;
    margin: 0 auto;
    left: auto;
    right: 0;
    border-radius: 0 0 6px;
}

.top-slider-usp {
    background-color: #F6F6F6;
    padding: 15px 0;
}

.top-slider-usp .item {
    background-color: #F6F6F6;
    text-align: center;
    color: #101010;
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0;
    font-weight: 500;
    height: 100%;
    border-right: 1px solid #E8E8E8;
}

.account-link {
    background-color: #FF0000;
}

.toolbar .account>i {
    margin-top: -5px;
}

.top-slider-usp .item h6 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.top-slider-usp .item a {
    text-decoration: none;
}

.usp-header-down .owl-stage {
    display: flex;
}



/***** Banner  ****/

.overlay-dark:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 1;
}

.overlay-light::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.7);
    content: '';
    z-index: 1;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none !important;
}


section.slider.home-slider .owl-carousel-slider .item .textbox .container.text-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: row-reverse;
}

section.slider.home-slider .owl-carousel-slider .item .textbox .container.text-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

section.slider.home-slider .owl-carousel-slider .item .textbox .container.text-center {
    display: flex;
    justify-content: center;
}

section.slider.home-slider .owl-carousel-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    max-width: 490px;
}

section.slider.home-slider .textarea,
section.slider.home-slider .textarea p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 3px;
    color: #fff;
    font-style: italic;
    margin-bottom: 10px;
}

section.slider.home-slider .owl-carousel-slider .item picture,
section.slider.home-slider .owl-carousel-slider,
section.slider.home-slider .owl-carousel-slider .item {
    height: auto;
    position: relative;
}

section.slider.home-slider .owl-carousel-slider .item {
    padding: 0;
}

section.slider.home-slider .owl-carousel-slider .owl-nav {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

section.slider.home-slider .owl-carousel-slider .item .textbox {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    z-index: 2;
}

section.slider.home-slider .owl-carousel-slider .owl-nav button i {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

section.slider.home-slider .owl-prev,
section.slider.home-slider .owl-next {
    margin-top: 0;
    transform: translateY(-50%);
    opacity: 1;
    background-color: #FF0000;
    border-color: #FF0000;
    color: #fff;
    font-size: 18px;
}


section.slider.home-slider .owl-dots {
    position: absolute;
    bottom: 15px;
}

section.slider.home-slider .owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    background-color: #FF0000;
    border-color: #FF0000;
}

section.slider.home-slider .owl-carousel .owl-dots .owl-dot {
    opacity: 0.7;
    background-color: #FCFCFC;
    border-color: #FCFCFC;
}

section.slider.home-slider .owl-carousel-slider .item .textbox h1 {
    color: #FFF;
    font-size: 180px;
    font-style: normal;
    font-weight: 700;
    line-height: 182px;
    /* 121.429% */
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

section.slider.home-slider .owl-carousel-slider .item.overlay-light .textbox h1 {
    color: #101010;
}

section.slider.home-slider .owl-carousel-slider .item.overlay-light .textbox .mini-title {
    color: #101010;
}

section.slider.home-slider .owl-carousel-slider .item.overlay-dark .mini-title,
section.slider.home-slider .owl-carousel-slider .item.overlay-dark p {
    color: #fff;
}

section.slider.home-slider .owl-carousel-slider .item.overlay-light .mini-title,
section.slider.home-slider .owl-carousel-slider .item.overlay-light p {
    color: #0f0f0f;
}

section.slider.home-slider .owl-carousel-slider .item .textbox .mini-title {
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-transform: capitalize;
}

section.slider.home-slider .owl-carousel-slider .item .links .btn {
    margin-top: 10px;
}

section.slider.home-slider .owl-prev::before,
section.slider.home-slider .owl-next::before {
    display: none;
}

.banner-offer {
    width: 140px;
    height: 140px;
    background: #FCBF02;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    flex-flow: column;
    border-radius: 50%;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #101010;
}

.banner-offer span {
    font-weight: bold;
}

/********************/

.common-padding {
    padding: 70px 0 70px;
}

.special-ads-slider .center {
    position: relative;
    width: auto;
    height: auto;
    top: 0%;
    left: 0%;
    margin-top: 0px;
    margin-left: 0px;
    z-index: auto;
}

.special-ads-slider .compnent-promo-content {
    position: absolute !important;
    bottom: 25px;
    left: 25px;
    right: 25px;
    text-align: center;
}

.special-ads-slider .compnent-promo-content h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 5px;
}

.special-ads-slider .compnent-promo-content p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
}

.special-ads-slider .fw-section img {
    border-radius: 4px;
    width: 100%;
}

.special-ads-slider .fw-section::before {
    border-radius: 4px;
}

.special-ads-slider .owl-carousel .owl-prev::before,
.special-ads-slider .owl-carousel .owl-next::before {
    display: none;
}

.special-ads-slider .owl-nav {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82%;
}

.special-ads-slider .owl-carousel .owl-prev,
.special-ads-slider .owl-carousel .owl-next {
    opacity: 1;
    background-color: rgba(225, 225, 225, 0.9);
}

.special-ads-slider .owl-carousel .owl-prev:hover,
.special-ads-slider .owl-carousel .owl-next:hover {
    background-color: #FF0000;
    border-color: #FF0000;
}


.special-ads-slider .fw-section {
    position: relative;
}

.special-ads-slider .fw-section::before {
    right: 0;
    opacity: 0.7;
    top: 0;
    left: auto;
}

.special-ads-slider .fw-section::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}

.special-ads-slider .item {
    position: relative;
}

.special-ads-slider .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 24%) 0, rgb(255 2 2 / 48%) 94%);
    opacity: 0.7;
}


.special-ads-slider .fw-section::before,
.special-ads-slider .fw-section::after {
    content: "";
    background: #FF0000;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}

.special-ads-slider .fw-section:hover::after,
.special-ads-slider .fw-section:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}


.heading-text .h1 {
    color: #101010;
    font-size: 40px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    font-optical-sizing: auto;
    margin-bottom: 10px;
}

/* Component top */

.compnent-promo-top {
    margin-top: -80px;
    z-index: 3;
    position: relative;
}

.compnent-promo-top .fw-section {
    background: #F5F5F5 !important;
    border: 1px solid #EEE8E8;
    border-radius: 6px;
    transition: all .3s ease-in-out;
}

.compnent-promo-top .fw-section:hover {
    background-color: #101010 !important;
    border: 1px solid #383737;
    transition: all .3s ease-in-out;
}

.compnent-promo-top .compnent-promo-content {
    text-align: center;
    padding: 40px 20px;
}

.compnent-promo-top .fw-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compnent-promo-top .mobile-a {
    height: 100%;
    display: flex;
}

.compnent-promo-top .owl-stage {
    display: flex;
}

.compnent-promo-top .owl-item {
    height: auto;
}

.compnent-promo-top .promo-icon {
    margin-bottom: 20px;
}

.compnent-promo-top .promo-icon img {
    max-width: 55px;
}

.compnent-promo-top .compnent-promo-content .display-2 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 22px;
    font-weight: 700;
}

.compnent-promo-top .compnent-promo-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-style: italic;
}

.compnent-promo-top .fw-section:hover .compnent-promo-content p,
.compnent-promo-top .fw-section:hover .compnent-promo-content .display-2 {
    color: #fff;
}

/**** Promo 1****/

.promo-tiles-secton-top .heading-text .heading-color {
    display: block;
    color: #FF0000;
}

.promo-tiles-secton-top .heading-text p {
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
    letter-spacing: 1px;
}


.promo-tiles-secton-top .item {
    background-color: #F2F2F2;
    border-radius: 6px;
    padding: 0px;
}

.promo-tiles-secton-top .item .h3 {
    margin-bottom: 0px;
}

.promo-tiles-secton-top .item p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-style: italic;
    color: #fff;
    padding: 10px 15px;
    padding-bottom: 25px;
}

.promo-tiles-secton-top .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
    position: relative;
}

.promo-tiles-secton-top .item1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.promo-tiles-secton-top .item2 {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}

.promo-tiles-secton-top .item3 {
    grid-column: 4 / 6;
    grid-row: 1 / 2;
}

.promo-tiles-secton-top .item4 {
    grid-column: 4 / 6;
    grid-row: 2 / 3;
}

.promo-tiles-secton-top .promo-tiles-content {
    position: absolute !important;
    bottom: 0;
    left: 0;
}

.promo-tiles-secton-top .fw-section img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 6px;
}

.promo-tiles-secton-top .promo-tiles-content .heading-bc {
    background: #FF0000;
    border-radius: 6px;
    display: inline-block;
    padding: 10px 15px;
    color: #FFF;
}

.promo-tiles-secton-top .item2 .promo-tiles-content p {
    padding-bottom: 15px;
}

.promo-tiles-secton-top .item1 .promo-tiles-content .heading-bc {
    border-radius: 0px 6px 6px 0;
}

.promo-tiles-secton-top .item3 .promo-tiles-content .heading-bc,
.promo-tiles-secton-top .item4 .promo-tiles-content .heading-bc {
    border-radius: 6px 0px 0px 6px;
}

.promo-tiles-secton-top .item3 .promo-tiles-content,
.promo-tiles-secton-top .item4 .promo-tiles-content {
    text-align: right;
    width: 100%;
}


.promo-tiles-secton-top .item2 .promo-tiles-content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #101010;
    left: 0;
    right: 0;
    border: 5px solid #fff;
    border-radius: 6px;
    bottom: 30px;
}

.promo-tiles-secton-top .item2 .promo-tiles-content .heading-bc {
    text-align: center;
    background: #fff;
    width: 100%;
    border-radius: 0;
    color: #101010;
    border-radius: 0;
    padding: 5px 10px 8px;
}

.promo-tiles-secton-top .item .fw-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(0 0 0 / 73%) 0%, rgb(255 255 255 / 0%) 51%);
    border-radius: 6px;
}

.promo-tiles-secton-top .grid-container {
    margin-top: 70px;
}


/****/
.featured-products-section .product-card-custom .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}


.product-card-custom .bg-opacity-cat {
    border-bottom: none;
}

.product-card-custom .bg-opacity-cat:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
    border-radius: 6px;
}

.product-title a {
    color: #4D4D4D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.view-product-link {
    color: #101010;
}

.view-product-link:hover {
    color: #FF0000;
}

.product-price, .start-price  {
    color: #FF0000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.product-price del, .start-price del{
    color: #333;
    font-weight: 400;
}

.product-card-custom {
    border-radius: 6px;
    background: white;
    box-shadow: none;
    padding: 0px;
    height: 100%;
    border: 0px solid #EBEBEB;
    position: relative;
    padding: 10px 20px 25px;
    text-align: center;
}

.product-card-custom .btn {
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.product-card-custom .btn:hover {
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.featured-products-section .owl-carouse {
    margin-top: 30px;
}


.featured-products-section {
    background: #F5F5F5;
}

.featured-products-section .match-height,
.product-lower-section .match-height,
.basket-new-setction .match-height {
    height: 100%;
}

.featured-products-section .owl-stage,
.product-lower-section .owl-stage,
.basket-new-setction .owl-stage {
    display: flex;
}

.featured-products-section .owl-stage,
.product-lower-section .owl-stage,
.basket-new-setction .owl-stage {
    margin-bottom: 10px;
}

.featured-products-section .owl-carousel {
    margin-top: 40px;
}


.owl-carousel .owl-dots .owl-dot {
    width: 30px !important;
    height: 6px !important;
    border-radius: 4px !important;
    background: #bbb6b6 !important;
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #FF0000 !important;
    opacity: 1;
}

.featured-products-section .owl-nav {
    position: absolute;
    top: -34px;
    right: 0;
}

.featured-products-section .owl-prev,
.featured-products-section .owl-next {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    border-radius: 6px;
}

.featured-products-section .owl-prev:hover,
.featured-products-section .owl-next:hover {
    background-color: #fff;
    border-color: #fff;
    border-radius: 6px;
}

.featured-products-section .owl-carousel .owl-next {
    right: 0;
}

.featured-products-section .owl-carousel .owl-prev {
    left: -100px;
}

.down-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-products-section .down-details .btn {
    margin-top: 0;
}

.product-card-custom .product-sub {
    font-size: 13px;
    color: #606060;
    font-weight: 500;
}

.dark-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 1;
    top: 0;
    left: 0;
}

.light-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(225, 225, 225, 0.50) 0%, rgba(225, 225, 225, 0.50) 100%);
    z-index: 1;
    top: 0;
    left: 0;
}


.promo-tiles-secton-top .item {
    position: relative;
}

.promo-tiles-secton-top .item.dark-overlay:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.promo-tiles-secton-top .item.light-overlay:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    background: rgba(225, 225, 225, 0.5);
    border-radius: 5px;
}

.promo-tiles-secton-top .item.dark-overlay .display-4,
.promo-tiles-secton-top .item.dark-overlay .display-2,
.promo-tiles-secton-top .item.dark-overlay a,
.promo-tiles-secton-top .item.dark-overlay p {
    color: #FCFCFC;
}

.promo-tiles-secton-top .item.light-overlay .display-4,
.promo-tiles-secton-top .item.light-overlay .display-2,
.promo-tiles-secton-top .item.light-overlay a,
.promo-tiles-secton-top .item.light-overlay p {
    color: #101010;
}

.scroll-to-top-btn {
    border: 1px solid #FF0000;
    background-color: #FF0000;
    border-radius: 6px;
}

.scroll-to-top-btn:hover {
    border: 1px solid #101010;
    background-color: #101010;
    border-radius: 6px;
}

.footer-store-name:hover {
    color: #FF0000 !important;
}
.footer-email a {
    text-transform: lowercase;
}

/*****/
.home-bg-image-and-content p {
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
}

.home-bg-image-and-content h6 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.home-bg-image-and-content h3 {
    color: #FF0000 !important;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 82px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.home-bg-image-and-content .fw-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(302deg, rgba(0, 0, 0, 0.8463760504201681) 0%, rgba(255, 255, 255, 0) 51%);
    z-index: 1;
    top: 0;
    left: 0;
}

.home-news-content {
    margin-top: 40px;
}

/*****/

.brand-slider-section .owl-stage {
    display: flex;
    align-items: center;
}

.home-news-block .news-content .blog-date {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #717171;
    font-style: italic;
    margin-bottom: 10px;
}

.home-news-block .news-content h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #101010;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news-block .news-content {
    padding: 20px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

.home-news-block .news .fw-section {
    border-radius: 6px 6px 0 0;

}

.home-news-block .fw-section>.overlay,
.home-news-block .fh-section>.overlay {
    border-radius: 6px 6px 0 0;
}

.home-news-block .news-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brand-slider-section {
    border-top: 1px solid #E9E9E9;
    background: white;
}


.newsletter h2 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 19px;
}

.newsletter p {
    color: #F5F5F5;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.subscribe-section {
    background: #2C3590;
}

.subscribe-section .newsletter {
    padding-top: 50px;
    padding-bottom: 50px;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    position: relative;
    padding: 15px 25px;
    background: transparent;
    color: #FCFCFC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: auto;
    border-radius: 4px;
}

.subscribe-form input::placeholder {
    color: #fff;
}

.subscribe-form .form-control:focus {
    border-color: #fff;
    outline: 0;
    color: #fff;
    box-shadow: none !important;
    background: transparent;
}

#newsletter-signup-btn {
    position: absolute;
    display: inline-flex;
    padding: 5px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    width: auto !important;
    right: 10px;
    top: 11px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}

#newsletter-signup-btn:hover {
    background: transparent;
    border: 1px solid #FFF;
    color: #fff;
}

/**** Footer *****/
.site-footer .widget-title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    border: 0 !important;
    letter-spacing: 1px;
    padding-top: 0;
}

.site-footer address {
    color: #BEBEBE;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
}

.site-footer .phone,
.site-footer .email,
.site-footer div {
    color: #BECBD0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 1px;
    text-transform: capitalize;
}

.site-footer .phone a,
.site-footer .email a {
    color: #C1C1C1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: none;
}

.site-footer .phone a:hover,
.site-footer .email a:hover {
    color: #fff;
}

.site-footer .social-button {
    width: 36px;
    height: 36px;
    background: #FF0000;
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
}

.site-footer .social-button:hover {
    color: #fff !important;
    background: #111111;
}

.site-footer .widget-links a,
.site-footer .widget-links p {
    color: #BEBEBE;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.site-footer .widget-links a {
    color: #BEBEBE;
    text-decoration: none;
}

.site-footer .widget-links p {
    line-height: 25px;
}

.site-footer .widget-links a:hover {
    color: #FF0000;
}

.site-footer .widget-links li {
    margin-bottom: 2px;
}

.site-footer .subscribe-form input {
    height: 50px;
    background-color: transparent;
    border-color: #FCFCFC;
    box-shadow: none;
    border: 2px solid rgba(252, 252, 252, 0.3);
    border-radius: 5px;
    padding-left: 10px;
    width: 100%;
}

.site-footer .subscribe-form {
    position: relative;
    margin-top: 16px;
}

.site-footer button#newsletter-signup-btn {

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    height: calc(100% - 10px);
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff;
    cursor: pointer;
}

.site-footer button#newsletter-signup-btn:hover {
    color: #fff;
}

.site-footer .copy-right .footer-copyright,
.site-footer .copy-right .footer-copyright,
.site-footer .copy-right .footer-copyright p,
.site-footer .copy-right .footer-copyright a {
    color: #BEBEBE;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.site-footer .copy-right {
    padding-top: 10px;
    border-top: 1px solid rgba(225, 225, 225, 0.15);
    margin-top: 25px;
}

.site-footer .widget-links ul>li {
    padding-left: 0px;
}

.footer-divider {
    display: block;
    width: 100%;
    margin: 40px 0;
    border: 1px solid rgba(225, 225, 225, 0.20);
}

/************* INTERNAL ****************/
.sidebar {
    box-shadow: 0 5px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
}

.sidebar .widget-title {
    border-bottom: none;
    background: #f2f2f2;
    padding: 10px 0;
    padding-left: 15px;
    margin-bottom: 15px;
}

.sidebar .widget-categories ul,
.sidebar #model-choices,
.sidebar #status-choices,
.sidebar #brand-choices,
.sidebar #size-choices,
.sidebar #colour-choices {
    padding-left: 15px;
}

.sidebar .widget-title {
    border-top: 0px rgba(0, 0, 0, 0.13) solid;
}

.sidebar .widget-categories ul li a,
.sidebar .custom-control .custom-control-label {
    color: #101010;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.sidebar .widget-categories ul li a:hover {
    color: #374F66;
}

.sidebar .noUi-horizontal {
    width: 90%;
    margin: 0 auto;
}

.sidebar .ui-range-slider-footer {
    display: flex;
    width: 100%;
    padding-top: 20px;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

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

.product-addtocart h1 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 0 !important;
    margin-bottom: 10px;
}

.product-addtocart .live-price {
    font-size: 25px;
    line-height: 30px;
}

.shopping-cart-footer button.btn.btn-outline-primary.btn-sm,
button#getaddress_button {
    margin-top: 0;
}

button#getaddress_button {
    border-radius: 0 50px 50px 0;
}

#postcode_search {
    margin-top: 0;
    height: 54px;
}

div#product-description {
    padding: 40px 30px;
    background: #fff;
}

div#product-specification {
    margin-top: 40px;
}

div#product-specification table {
    width: 100%;
    background: #fff;
}

div#product-specification table td:first-child {
    background-color: #374F66;
    color: #fff;
    padding: 10px;
}

div#product-specification table td {
    padding: 10px;
    font-size: 15px;
}

div#product-specification table tr {
    border-bottom: 1px solid #f2f2f2
}

.checkout-footer .btn {
    padding: 14px 14px 16px 14px;
    font-size: 14px;
}

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

.checkout-footer {
    border: 0px solid #e1e7ec;
}

.img-border-style img {
    border-radius: 10px;
}

.internal-bg-section {
    background: #f2f2f2;
    padding: 50px 0;
    position: relative;
}

.offcanvas-wrapper {
    background-color: #fcfcfc;
    z-index: auto;
}

.offcanvas-wrapper.content-page {
    overflow: hidden;
}

.internal-bg-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #f2f2f2;
}

.internal-bg-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: #f2f2f2;
}

.frequently-questions-div {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.frequently-questions {
    margin: 50px auto 0;
    padding: 20px;
    border: 1px solid #dfdfdf;
    max-width: 800px;
    background: #fafafa
}

.product-data-section .nav-tabs .nav-item .nav-link.active {
    background: #111 !important;
    text-decoration: none;
    color: #fff;
}

.product-data-section .tab-content {
    border-color: #111 !important;
    background: #fff;
    border-top: 1px solid #111;
}

.product-data-section .nav-tabs .nav-link {
    color: #fff;
    background: #FF0000;
}

.product-data-section .nav-tabs .nav-link {
    border: 0px solid transparent
}

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

.product-data-section .tab-content table td:first-child {
    background-color: #FF0000;
    color: #fff;
    padding: 10px;
}

.text-muted {
    color: #333 !important;
    font-size: 14px;
}

.product-page{
    margin-bottom: 0px !important; 
    padding-bottom: 50px !important;
}

.pagination .pages>li.active>a{
    border-color: #FF0000;
    background-color: #FF0000;
}
.product-page .product-addtocart img.brand_logo {
    margin-bottom: 15px;
}
.scroll-to-top-btn.visible {
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-steps>a.active{
    background-color: #FF0000;
}
.checkout-steps>a.active>.angle::after {
    border-left-color: #FF0000;
}
.checkout-steps>a:hover{
   color:#FF0000; 
}

@media (max-width: 1070px) {
    .offcanvas-toggle.menu-toggle {
        display: table-cell;
        margin-top: -8px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

}


@media (max-width: 991px) {
    .promo-tiles-secton-top .item {
        padding: 0;
    }

    .product-card-custom .btn {
        padding: 14px 25px 14px 25px;
    }

    .special-ads-slider .compnent-promo-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .site-footer .widget-title {
        margin-top: 15px;
        padding-bottom: 5px;
    }

    .top-slider-usp .item {
        border-right: 0px solid #E8E8E8;
    }

    .top-header-heft li {
        padding-left: 0;
    }

    .promo-tiles-secton-top .item {
        grid-column: 1;
        grid-row: auto;
        min-height: 280px;
        text-align: center;
    }

    .promo-tiles-secton-top .grid-container {
        grid-gap: 10px 0;
        grid-template-columns: 1fr;
    }

    .promo-tiles-secton-top .promo-tiles-content {
        width: 100%;
    }

    .promo-tiles-secton-top .item3 .promo-tiles-content,
    .promo-tiles-secton-top .item4 .promo-tiles-content {
        text-align: center;
    }

    .compnent-promo-top {
        margin-top: -35px;
    }

    .featured-products-section .owl-nav {
        position: absolute;
        bottom: -50px;
        right: 0;
        margin: 0 auto;
        left: 0;
        top: auto;
    }

    .featured-products-section .owl-carousel .owl-prev {
        left: 0;
    }

    section.slider.home-slider .owl-carousel-slider .item picture {
        height: 400px;
        position: relative;
        display: block;
    }

    section.slider.home-slider .owl-carousel .owl-dots  {
        display: block;
        bottom: 40px;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        opacity: 1;
        background-color: #FF0000 !important;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}


@media (max-width: 767px) {
    .footer-copyright {
        padding-bottom: 10px;
    }

    .home-bg-image-and-content .h1 {
        font-size: 40px;
        line-height: 56px;
    }

    section.slider.home-slider .owl-dots {
        display: block;
        bottom: 12px;
        position: absolute;
    }

    section.slider.home-slider .owl-carousel-slider .item .textbox h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .heading-text h3 {
        font-size: 35px;
    }

    .home-bg-image-and-content h3,
    .WidgetTitle__Header-sc-ruy1gu-2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .home-bg-image-and-content .btn {
        padding: 14px 25px 16px 25px;
        font-size: 16px;
        line-height: 18px;
    }

    .home-bg-image-and-content .btn:hover {
        padding: 14px 25px 16px 25px;
        font-size: 16px;
        line-height: 18px;
    }

    .product-card-custom .btn {
        padding: 14px 20px 14px 20px;
        font-size: 15px;
    }

    .heading-text .h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .product-card-custom .product-title a {
        min-height: auto;
    }

    .breadcrumbs {
        justify-content: center;
    }

    section.slider.home-slider .owl-carousel-slider .item .textbox .container.text-left,
    section.slider.home-slider .owl-carousel-slider .item .textbox .container.text-right {
        text-align: center !important;
    }
    .banner-content {
        max-width: 490px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
.shopping-cart-footer > .column-right a.btn {
    max-width: 100% !important;
    width: 100%;
}}

iframe#brm-online-booking{
    height: 100vh;
}

.checkout-steps>a.active+a>.angle{
    background-color: #FF0000;
}
.embed-content iframe{ height: 409px;}

button.btn.btn-info.finance-button{
    color: white;
}

span.footer-bottom-content p {
    color: white;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-right: 100px;
    padding-left: 100px;
}

span.footer-bottom-content a {
    color: #FF0000;
}

@media (max-width: 575px) {
    span.footer-bottom-content p {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* Product Size Option */
.sizeOpt{
    width: auto !important;
}
.sizeOpt span{
    min-width: 56px !important;
    max-width: 100px !important;
}

.selectedSizeOpt{
    width: auto !important;
}
.selectedSizeOpt span{
    min-width: 56px !important;
    max-width: 100px !important;
}
/* Product Size Option */