@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

.btn {
    border-radius: 5px;
    text-transform: none;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    padding: 12px 26px 16px 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    height: auto;
}

.btn:hover {
    border-radius: 50px;
    text-transform: none;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    padding: 12px 26px 16px 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
    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: #203040;
    border: 1px solid #203040;
    color: #FFF;
}

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

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

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

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

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

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

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


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

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

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

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


h1,
.h1 {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 40px;
    line-height: 46px;
    color: #323232;
}

h2,
.h2 {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #323232;
}

h3,
.h3 {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #323232;
}

h4,
.h4 {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #323232;
}

h5,
.h5 {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
}

h6,
.h6 {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #323232;
}

div,
a,
input,
li,
li,
ol,
p,
table,
td,
th,
tr,
ul {
    font-family: "Jost", sans-serif;
    color: #203040;
}

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

img {
    width: 100%;
}

/**** HEADER ******/
.offcanvas-wrapper {
    z-index: auto;
    background-image: url('../img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.top-header-heft {
    padding: 0px 0;
}

.top-header-heft a {
    color: #FCFCFC;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase
}

.top-header-heft svg {
    padding-top: 2px;
}

.top-header-heft li {
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-right: 18px;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
}

.header-offer,
.header-store a {
    color: #FCFCFC;
    font-size: 15px;
    line-height: 20px;
}

.header-offer i {
    margin-right: 5px;
}

.header-store a {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.header-store a span {
    margin-right: 3px;
}

.header-store {
    text-align: right;
}

.site-logo {
    width: 100%;
}


.total-header {
    background-color: #000;
    z-index: 999;
    left: 0;
    width: 100%;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.home-page .total-header {
    position: absolute;
    background-color: transparent;
}

.header-bg {
    background: #203040;
}
.top-header{
    background: #203040;
}

.home-page .top-header {
    background-color: transparent;
}

.home-page .header-bg {
    background-color: transparent;
}

.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: 15px;
    margin-left: 0;
    right: 9px;
    background: #ED373F;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.toolbar .cart:hover .count {
    background: #fff;
    color: #ED373F;
}

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

.usp-header .owl-item a {
    color: #203040;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 0;
    display: inline-block;
}

.usp-header .owl-item {
    text-align: center;
    position: relative;
}

.usp-header .owl-item:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #F2F2F2;
}

.megamenu a:hover {
    color: #000;
}

.megamenu a {
    color: #323232;
    text-transform: capitalize;
}

/***** 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: flex-end;
}

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

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;
    border-radius: 0 0 100px 100px;
}

section.slider.home-slider {
    border-radius: 0 0 100px 100px;
}

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

section.slider.home-slider .textarea,
section.slider.home-slider .textarea p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 25px;
}

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: 3;
}

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: #CA0035;
    border-color: #CA0035;
    color: #fff;
    font-size: 18px;
}


section.slider.home-slider .owl-dots {
    position: absolute;
    bottom: 100px;
    left: 0;
    max-width: 1170px;
    margin: 0 auto;
    right: 0;
    text-align: left;
}

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

section.slider.home-slider .owl-carousel .owl-dots .owl-dot {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.65);
    border-color: rgba(255, 255, 255, 0.65);
}

section.slider.home-slider .owl-carousel-slider .item .textbox h1 {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 68px;
    letter-spacing: 1px;
    /* 121.429% */
    text-transform: uppercase;
    margin-bottom: 15px;
}

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

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

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: 20px;
    font-style: normal;
    line-height: 30px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

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

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

section.slider.home-slider .owl-carousel-slider .item picture:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.05) 100%);
    z-index: 0;
}




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

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

.promo-tiles-section {
    padding-bottom: 0px;
}

.promo-tiles-section .fw-section .promo-img {
    width: 100%;
    border-radius: 15px;
}

.promo-tiles-section .fw-section {
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.promo-tiles-section .promo-content {
    bottom: 20px;
    padding: 0;
    width: calc(100% - 40px);
    background: transparent;
    position: absolute;
    right: 20px;
    left: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.promo-tiles-section .promo-content .display-4 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
}

.promo-tiles-section .promo-content .display-2 {
    text-align: right;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}

.promo-tiles-section .promo-content p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
}

.promo-tiles-section .promo-content .btn {
    padding: 0;
    width: 36px;
    height: 36px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #203040;
    margin-left: 15px !important;
    border-color: #fff;
}

.promo-tiles-section .fw-section .promo-img img {
    transform: scale(1);
    transition: .5s ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 15px;
}

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

/****/
.promo-title-full-width .full-width-conntent p {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 20px;
}

.promo-title-full-width .full-width-conntent h3 {
    font-size: 56px;
    line-height: 62px;
    font-weight: 900;
    color: #FFF;
    margin-bottom: 12px;
}


.promo-tiles-section-down .promo-content {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
}

.promo-tiles-section-down .promo-content .fw-text {
    color: #FFF;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 10px;

}

.promo-tiles-section-down .promo-content p {
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.heading-text h3 {
    color: #111;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-optical-sizing: auto;

}

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

.product-card-custom .bg-opacity-cat:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1;
    border-radius: 5px;
}

.featured-product-slider .owl-carouse {
    margin-top: 30px;
}

.product-title a {
    color: #203040;
    font-size: 20px;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    font-family: "Wix Madefor Display", sans-serif;
}

.product-sub-categorys a {
    font-size: 16px;
    line-height: 21px;
    font-family: "Wix Madefor Display", sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    color: #4D4D4D;
}

.product-price {
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 1px;
    font-family: "Jost", sans-serif;
}

.product-card-custom {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 25px 28px;
    height: 100%;
    margin: 0px;
    min-height: 365px;
}

.product-card-custom .product-title a {
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    min-height: 61px;
    font-size: 15px;
    line-height: 19px;
}

.product-sub-categorys a {
    font-size: 13px;
    line-height: 20px;
    font-family: "Wix Madefor Display", sans-serif;
    letter-spacing: 0.6px;
    text-decoration: none;
    color: #4D4D4D;
}


.featured-product-section {
    background: #FDFDFD;
    padding-top: 30px;
    padding-bottom: 55px;
}

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

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

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

.owl-carousel .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 26px;
    background: #203040 !important;
    box-shadow: 0px 0px 0px 2px #000;
    border: 1px solid #f2f2f2;
}

.owl-carousel .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 26px;
    background: #E4E4E4 !important;
    box-shadow: 0px 0px 0px 2px #E4E4E4;
    border: 1px solid #f2f2f2;
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    width: 14px;
    height: 14px;
    border-radius: 26px;
    background: #203040 !important;
    box-shadow: 0px 0px 0px 2px #000;
    border: 1px solid #f2f2f2;
}

.home-bg-image-and-content {
    align-items: center;
    display: flex;
    position: relative;
    border-radius: 30px;
}

.home-bg-image-and-content .row {
    z-index: 2;
    margin: 50px;
}

.home-bg-image-and-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 1;
    border-radius: 30px;
}

.home-bg-image-and-content .h1 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 146.154% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-bg-image-and-content p {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 26px;
    color: #F5F5F5;
    margin-bottom: 30px;
}

.promo-buttom-section .fw-section,
.promo-buttom-section .promo-img,
.promo-buttom-section .promo-img img {
    border-radius: 15px;
}

.promo-buttom-section .promo-content {
    display: flex;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    flex-flow: column;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.promo-buttom-section .display-2 {
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}





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

.site-footer address {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 13px;
}

.site-footer .phone,
.site-footer .email {
    color: #fff;
    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,
.opening-time {
    color: #CDCDCD;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.site-footer .email a {
    text-transform: lowercase;
}

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

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

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

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

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

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

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

.site-footer .form-newsletter input {
    height: 46px;
    background-color: #FCFCFC;
    border-color: #FCFCFC;
    box-shadow: none;
    border: 1px solid #FCFCFC;
    border-radius: 5px;
    padding-left: 10px;
    width: 100%;
}

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

.subscribe-section .alert.alert-danger {
    color: #FFf;
}

.site-footer .copy-right .footer-copyright {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}

.site-footer .copy-right {
    margin-top: 55px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-copyright {
    padding-top: 15px;
}

.site-footer {
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px 50px 0 0;
    margin-top: -70px;
    padding-top: 170px;
    background-color: #1B1B1B;
}

.site-footer .widget ul li a {
    padding-left: 25px;
    transition: .5s ease-in-out;
}


.site-footer .widget ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background: #fff;
    width: 15px;
    height: 1px;
    transition: .5s ease-in-out;
}

.site-footer .widget ul li a:hover {
    padding-left: 30px;
    transition: .5s ease-in-out;
}


.site-footer .widget ul li a:hover:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background: #fff;
    width: 20px;
    height: 1px;
    transition: .5s ease-in-out;
}


/************* INTERNAL ****************/
.sidebar {
    box-shadow: 0 5px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    background-color: #fff;
    border-radius: 10px;
}

.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: #203040;
    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;
}


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;

}

.product-addtocart {
    background: #fff;
    padding: 25px;
}

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

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

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

.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: #007095 !important;
    text-decoration: none;
    color: #fff;
}

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

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

.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: #323232;
    color: #fff;
    padding: 10px;
}

a.btn.btn-paypal img {
    width: 50px;
}

#result {
    left: 0;
}

.delivery-payment-page .entry-thumb {
    padding-left: 10px;
}

.form-control:not(textarea) {
    height: 56px;
    border-radius: 50px;
}

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

#postcode_search {
    border-radius: 50px 0 0 50px;
}

.featured-product-slider .owl-dot.active:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid #F5F5F5;
    left: -8px;
    top: -8px;
}

.featured-product-slider .owl-dot {
    position: relative;
}

.product-card-custom .bg-opacity-cat:before {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


.featured-product-slider h3 {
    margin-bottom: 26px;
}

.featured-product-slider .tab-format .btn {
    padding: 8px 16px;
    border: 1px solid #777777;
    font-size: 15px;
    line-height: 20px;
}

.featured-product-slider .tab-format .btn:hover,
.featured-product-slider .tab-format .btn.active {
    padding: 8px 16px;
    border: 1px solid #203040;
    background-color: #203040;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.featured-product-slider .owl-stage {
    margin-top: 35px;
}

.product-card-custom .product-btn {
    color: #203040;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    border-radius: 43px;
    border: 2px solid #107095;
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    margin-top: 0px;
    margin-left: 0px !important;
    margin-bottom: 0px;
}

.product-card-custom .product-btn:hover {
    border: 2px solid#263545;
    background-color:#263545;
    color: #fff;
}

.product-btn:hover {
    font-size: 15px !important;
    font-weight: 500;
    line-height: 25px;
    line-height: 25px;
    border-radius: 43px !important;
    padding: 10px 20px !important;
}


.brand-log-slider {
    padding: 43px 0px;
}



.promo-tiles-section .promo-content .display-2 {
    margin-bottom: 0px;
}

.promo-tiles-section .promo-content p {
    margin-bottom: 0px;
}

.newsletter h2 {
    color: #203040;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.newsletter h5 {
    color: #203040;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

.subscribe-section {
    background: transparent;
    padding: 85px 0px 0;
}

.subscribe-form {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
    padding: 45px 40px 50px;
    border-radius: 20px;
    margin-top: 30px;
    z-index: 2;
    max-width: 80%;
    margin: 0 auto;
}

.subscribe-form input {
    position: relative;
    padding: 16px 0;
    background: transparent;
    color: #203040 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: auto;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

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

#newsletter-signup-btn {
    position: relative;
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 61px;
    background: transparent;
    border: 1px solid #203040 !important;
    color: #203040;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
}

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

.cc-color-override--296238038 .cc-btn {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

form#checkout,
.login-box,
.checkout {
    background: #fff;
    padding: 25px 40px;
    border-radius: 20px;
}

/*31/01/2024 end*/


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

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

@media (max-width: 991px) {
    #newsletter-signup-btn {
        margin-top: 20px;
    }

    .site-footer {
        padding-top: 130px;
    }

    .site-footer .widget-title {
        padding-bottom: 10px;
        padding-top: 25px;
    }

    .site-footer .copy-right {
        margin-top: 40px;
        padding-top: 30px;
    }

    .page-title .column:first-child {
        display: block !important;
    }
}

@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-carousel-slider .owl-nav {
        display: none;
    }

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

    .owl-carousel .owl-dots .owl-dot {
        background: #808080;
    }

    .common-padding,
    .what-customers-say {
        padding: 60px 0;
    }

    section.slider.home-slider .owl-carousel-slider .item {
        /* height: 700px; */
        height: 450px;
    }

    .home-bg-image-and-content .row {
        margin: 20px;
    }

    #breadcrumbs_title .hidden-sm-down {
        display: block !important;
    }

    .breadcrumbs {
        justify-content: center;
    }

    .shopping-cart-footer>.column-right a.btn {
        max-width: 100% !important;
    }


}

.opening-time ul li {
    color: white;
}

.offcanvas-wrapper.product-list-page {
    padding-top: 20px;
}
div#breadcrumbs_title {
    padding-top: 20px;
}
a.btn.product-btn {
    background: #107095;
    color: white;
}

i.fa.fa-location-arrow , i.fa-light.fa-truck , i.fa.fa-phone{ 
    font-size: 18px;
    color: #189ACE;
}
.s-img-mrgn{margin: 18px 0 0 0;}
div#osm-map{
    z-index: 1;
}

/* 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;
}
/* close button issue fixed */
.offcanvas-container .site-backdrop {
    visibility: hidden !important;
}
.offcanvas-container.active .site-backdrop {
visibility: visible !important;
}