/* Bosch CSS — home.css — auto-generado */

/* ===== css/element_css/banner.css ===== */
/* =====================
banner one
======================== */
.banner-one{
    padding: 24px 0;
}
.banner-left-container{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 523px;
    border-radius: 10px;
    overflow: hidden;
    background-image: url("/bosch/images/banner/banner-01.jpg);
}
.banner-content{
    padding: 139px 86px;
}
.banner-content h6{
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1000ms ease;
}
.banner-carousel .active .banner-content h6{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1000ms;
}
.banner-content h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1000ms ease;
}
.banner-carousel .active .banner-content h2{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1500ms;
}
.btn-box{
    opacity: 0;
    transform: translateY(50px);
    transition: all 1000ms ease;
}
.banner-carousel .active .banner-content .btn-box{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2000ms;
}
.banner-right-container{
    position: relative;
    background: var(--bosch-secondary);
    border-radius: 10px;
    height: 100%;
    padding: 40px;
}
.banner-right-container-top{
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 30px;
}
.banner-right-title h6{
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
}
.banner-right-title h5{
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
    font-weight: 400;
}
.select-container .nice-select{
    margin-bottom: 15px;
}
.select-btn .theme-btn{
    margin-top: 15px;
}
.select-shape{
    position: absolute;
    right: 0;
    bottom: 0;
}
/* ======================
banner one
========================= */

/* ======================
banner two
========================= */
section.home-two-banner {
    position: relative;
    width: 100%;
    height: 650px;
}
.home-two-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1);
    transition: all 8000ms ease;
}
.banner-carousel .active .home-two-banner-bg{
    transform: scale(1.25);
    transition-delay: 1000ms;
}
.home-two-wrapper{
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-two-wrapper-inner{
    max-width: 641px;
    text-align: center;
}
.home-two-wrapper-inner h6{
    color: #FFF;
    font-size: 14px;
    padding: 10px 25px;
    background: var(--bosch-primary);
    border-radius: 5px;
    display: inline-block;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 1000ms ease;
}
.banner-carousel .active .home-two-wrapper-inner h6{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1000ms;
}
.home-two-wrapper-inner h2{
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    margin: 20px 0;
    line-height: 57px;
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1000ms ease;
}
.banner-carousel .active .home-two-wrapper-inner h2{
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1000ms;
}
.home-two-wrapper-inner p{
    color: #FFFFFF;
    opacity: 0;
    transform: translateX(50px);
    transition: all 1000ms ease;
}
.banner-carousel .active .home-two-wrapper-inner p{
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1000ms;
}
.btn-box{
    margin-top: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1000ms ease;
}
.banner-carousel .active .home-two-wrapper-inner .btn-box{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1000ms;
}

/* auto parts */
.home4-auto-parts{
    background: #F7FAFF;
}
.auto-parts-container{
    background: var(--bosch-secondary);
    border-radius: 10px;
    padding: 45px 94px;
    position: relative;
    margin-top: -80px;
    z-index: 2;
}
.auto-parts .select-container{
    display: flex;
    align-items: center;
    gap: 15px;
}
.auto-parts .nice-select {
    max-width: 226px;
    background: #383C45;
    border-radius: 0;
}
.auto-parts .select-container .nice-select {
    margin-bottom: 0px;
}
.auto-parts .select-btn .theme-btn {
    margin-top: 0px;
}
.auto-parts .btn-style-one {
    font-size: 12px;
    line-height: 24px;
    padding: 10px 10px;
}
/* auto parts */
/* =====================
home two
========================*/

/* =====================
home three
========================*/
.banner-three .banner-left-container{
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-three .banner-content p{
    color: #FFFFFF;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1000ms ease;
}
.banner-carousel .active .banner-content p{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2000ms;
}
.banner-three .banner-carousel .active .banner-content .btn-box{
    transition-delay: 2500ms;
}

.banner-three .banner-carousel .owl-dots {
    display: block;
    background: #ffffff;
    position: absolute;
    bottom: 40px;
    right: 40px;
    border-radius: 15px;
    padding: 1px 12px;
}
.banner-three .owl-theme .owl-dots .owl-dot span {
    background: #D9D9D9;
    display: block;
    margin: 0px 3px 0px 3px;
    transition: opacity 200ms ease 0s;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.banner-three .owl-theme .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0 var(--bosch-primary);
    width: 10px;
    height: 10px;
}
/* =====================
home three
========================*/

/* =====================
home four
========================*/
.home-four-banner{
    margin-top: -50px;
}
/* =====================
home four
========================*/

/* responsive */
@media only screen and (max-width: 1366px){
    .auto-parts .nice-select {
        max-width: 218px;
    }
    .auto-parts-container {
        padding: 45px 60px;
    }
}

@media only screen and (max-width: 1024px){
    .auto-parts .nice-select {
        max-width: 177px;
    }
    .auto-parts-container {
        padding: 45px 37px;
    }
}

@media only screen and (max-width: 768px){
    .auto-parts-container {
        position: relative;
    }
    .select-btn {
        position: absolute !important;
        top: 45px !important;
        right: 37px !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 740px){
    section.home-two-banner {
        height: 550px;
    }
    .home-two-wrapper {
        height: 550px;
    }
    .home-two-wrapper-inner h2 {
        font-size: 38px;
        line-height: 49px;
    }
    .auto-parts-container {
        position: relative;
        height: 480px;
    }
    .select-btn {
        display: inline-block;
        position: inherit !important;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    .auto-parts .select-container {
        display: block;
    }
    .auto-parts .nice-select {
        max-width: 100%;
        margin: 10px 0;
    }
    .nice-select .list {
        width: 100%;
        border-radius: 0;
    }
    
}


/* ===== css/element_css/feature_block_one.css ===== */
section.features-section_hr_001 {
    position: relative;
    padding: 70px 0 40px;
}

.feature-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    padding-left: 100px;
    width: 100%;
    transition: all 500ms ease;
}
.feature-block-one .inner-box:hover{
    border-color: #e35711;
}
.feature-block-one .icon {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 45px;
    color: var(--theme-color);
}
.feature-block-one h4 {
    line-height: 35px;
    color: var(--bosch-secondary);
    margin-bottom: 5px;
}
.feature-block-one .text {
    color: #808080;
}


/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
  }
  .dot {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 5px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  


/* featured 3 */
.featured-three{
    padding: 90px 0;
}
.featured-three .product-block-one{
    margin-bottom: 24px;
}
.featured-three .product-block-one img{
    width: 176px;
    height: 168px;
}
/* featured 3 */
/* ===== css/element_css/feature_block_two.css ===== */
/* Features Section Two */
.features-section-two {
    position: relative;
    background: #f5f8fc;
    padding: 70px 0 40px;
}
.feature-block-two .inner-box {
    position: relative;
    background: #fff;
    padding: 47px 15px;
    margin-bottom: 30px;
    text-align: center;
    display: block;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
}
.feature-block-two:hover .inner-box{
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
    border-color: #fff;
}
.feature-block-two .icon {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    transition: .5s;
    margin-bottom: 10px;
}
.feature-block-two h4 a,
.feature-block-two .icon a {
    color: var(--bosch-secondary);
    transition: .5s;
}
.feature-block-two h4 a:hover,
.feature-block-two .icon a:hover {
    color: var(--theme-color);
}
.feature-block-two .inner-box:hover .icon {
    color: var(--theme-color);
}
/* ===== css/element_css/product_block_one.css ===== */
/* Product Block One */
.product-block-one {
    position: relative;
    width: 305px;
    margin-bottom: 10px;
    padding-top: 0;
    transition: .5s;
    background-color: #fff;
}
.product-block-one-image{
    width: 100%;
    padding: 17px 15px;
    border: 1px solid #E9ECEF;
    border-radius: 10px;
}
.product-block-one-cintent{
    width: 100%;
    padding: 17px 0px;
    border-bottom: 1px solid #E9ECEF;
}

.ribon {
    padding: 0 10px;
    border-radius: 5px;
    background-color: var(--bosch-primary);
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 29px;
    color: #FFFFFF;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
}
.product-block-one .ribon.style_2 {
    background-color: #15ad64;
}
.product-block-one .image {
    text-align: center;
    margin-bottom: 15px;
    min-height: 215px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}
.wheels .product-block-one .image{
    margin-bottom: 5px;
}
.product-block-one .image img {
    transition: .5s;
    width: auto;
}
.product-block-one:hover .image img {
    opacity: .5;
    transform: scale(1.1);
}
.product-block-one h4 {
    color: var(--bosch-secondary);
}
.product-block-one-cintent h4 a {
    color: var(--bosch-secondary);
    transition: .5s;
    font-size: 16px;
    line-height: 29px;
}
.product-block-one-cintent h4 a:hover{
    color: var(--bosch-primary);
}
.rating {
    font-size: 14px;
    color: #ffc92e;
    margin-bottom: 5px;
}
.empty-star{
    color: #ECECEC;
}
.rating span {
    color: #222;
    font-size: 15px;
    margin-left: 10px;
}
.price {
    font-size: 12px;
    line-height: 29px;
    color: #8B929A;
    text-decoration: line-through;

}
.price span{
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 29px;
    color: var(--bosch-secondary);
    margin-left: 7px;
}
.product-block-one .price-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -10px;
}
.product-block-one .price-container .price-cart a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #F8F8F8;
    font-size: 18px;
    color: var(--bosch-primary);
    transition: 0.5s;
}
.product-block-one .price-container .price-cart a:hover{
    color: #fff;
    background: var(--bosch-primary);
}
.product-block-one:hover .price-cart a{
    color: #fff;
    background: var(--bosch-primary);
}
.product-block-one .overlay {
    position: absolute;
    top: 15px;
    right: 20px;
    transition: .5s;
    opacity: 0;
}
.product-block-one:hover .overlay {
    opacity: 1;
}
.product-block-one .overlay ul li {
    margin-bottom: 5px;
}
.product-block-one .overlay li a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #E9ECEF;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    transition: .5s;
    color: #222;
    font-size: 16px;
    transform: scale(.8);
}
.product-block-one-heart a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #E9ECEF;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    transition: .5s;
    color: #222;
    font-size: 16px;
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 1;
    visibility: visible;
} 
.product-block-one:hover .product-block-one-heart a{
    opacity: 0;
    visibility: hidden;
}
.product-block-one .overlay li:nth-child(2) a {
    transition: .7s;
}
.product-block-one .overlay li:nth-child(3) a {
    transition: .9s;
}
.product-block-one .overlay li:nth-child(4) a {
    transition: 1s;
}
.product-block-one:hover .overlay li a {
    transform: scale(1) rotate(360deg);
}
.product-block-one .overlay li a:hover {
    color: #fff;
    background-color: var(--theme-color);
}
.product-block-one .overlay li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}

.product-block-one .overlay li span{
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 8px;
    line-height: 15px;
    color: #FFFFFF;
    background: var(--bosch-primary);
    border-radius: 2px;
    padding: 0 7px;
    transition: 0.5s;
}
.product-block-one .overlay li span::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent var(--bosch-primary);
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

/* featured */
.featured-one{
    position: relative;
    padding-top: 90px;
}
.featured-one-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:  1px solid #E9ECEF;
    margin-bottom: 60px;
}
.nav-tabs{
    border-bottom: 1px solid transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--bosch-secondary);
    background-color: #fff;
    border-color: transparent transparent var(--bosch-primary);
    padding: 20px 0;
}
.nav-link {
    padding: 20px 0;
    margin: 0 16px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent transparent var(--bosch-primary);
}
.nav-tabs .nav-link h6{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #8B929A;
}
.nav-tabs .nav-link.active h6{
    color: var(--bosch-secondary);
}
.featured-one .owl-nav {
    display: none;
}
.featured-one .owl-dots {
    display: block;
    text-align: center;
}

/* custom carousol */
.slideshow-container {
    position: relative;
    margin: auto;
}
.mySlides{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}


/* items */
.item-left-container{
    padding: 40px;
    border: 1px solid var(--bosch-primary);
    border-radius: 10px;
    height: 858px;
}
.item-left-container .owl-nav {
    display: block;
}
.item-left-container .owl-nav .owl-prev {
    position: absolute;
    right: 40px;
    top: -100px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--bosch-secondary);
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1));
    transition: 0.5s;
}
.item-left-container .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: -100px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--bosch-secondary);
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1));
    transition: 0.5s;
}
.item-left-container .owl-nav .owl-prev:hover, .item-left-container .owl-nav .owl-next:hover{
    background: var(--bosch-primary);
    color: #ffffff;
}
.item-left-container h4{
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: var(--bosch-secondary);
    margin-bottom: 71px;
}
.item-content{
    text-align: center;
}
.item-content h5{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: var(--bosch-secondary);
    margin-top: 40px;
    margin-bottom: 15px;
}
.time-travel-four .item-content h5 {
    line-height: 34px;
    margin-top: 60px;
}
.item-content h6{
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--bosch-secondary);    
}
.item-content h6 span{
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 29px;
    text-decoration-line: line-through;
    color: #8B929A;
}
.launch-time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}
.launch-time p{
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: var(--bosch-secondary);
}
.item-block-one{
    width: 270px;
    margin-bottom: 20px;
}
/* items */

/* item 3 */
.item-3{
    margin-bottom: 70px;
}
.item3-content h5 {
    margin-bottom: 24px !important;
}
.item3-launch-time {
    margin: 24px 0 !important;
}
.item-left-timer {
    text-align: center;
}
/* item 3 */

/* product */
.product{
    padding-bottom: 85px;
}
.product-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E9ECEF;
    padding-bottom: 16px;
    margin-bottom: 30px;
}
.product-header h4{
    color: var(--bosch-secondary);
    font-size: 26px;
    font-weight: 700;
}
.product-header a{
    display: inline-block;
    color: var(--bosch-secondary);
    font-size: 12px;
    font-weight: 500;
}
.product-contant{
    position: relative;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 10px;
    margin-bottom: 15px;
}
.product-image{
    max-width: 70px;
    width: 100%;
}
.product-contant .product-block-one-cintent {
    width: 100%;
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
}
.product-contant h4 a{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.product-contant .rating i{
    font-size: 10px;
}
.product-contant .price{
    font-size: 12px;
    line-height: 22px;
    margin-top: -10px;
}
.off-80-contant{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 31px 20px 31px;
    border-radius: 10px;
    text-align: center;
    min-height: 452px;
}
.off-80-contant .image {
    position: absolute;
    bottom: 50px;
}
.off-80-contant span{
    color: #FFF;
    font-size: 12px;
    letter-spacing: 3.6px;
    height: 100%;
}
.off-80-contant h3{
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
.off-80-contant h6{
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.percent-80{
    display: flex;
    align-items: center;
    justify-content: center;
}
.percent-80 h2{
    color: #FFF;
    font-size: 100px;
    font-weight: 400;
}
.percent-80 .percent h4{
    color: #FFF;
    font-size: 35px;
    line-height: 35px;
}
.percent-80 .percent h5{
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
}
/* product */

/* item 4 */
.item-4{
    padding-top: 90px;
}
.item4-left-container{
    padding: 40px 34px;
}
.item4-left-container h4{
    margin-bottom: 11px;
    text-align: center;
}
.item4-left-container p{
    text-align: center;
}
.item4-left-container .launch-time-content{
    padding: 6px 10px;
    background: var(--bosch-primary);
}
.item4-left-container .launch-time-content span, .item4-left-container .launch-time-content p{
    color: #ffffff;
}
.item4-content{
    margin-top: -30px;
    margin-bottom: 30px;
}
/* item 4 */

/* popular parts */
.popular-parts{
    padding-top: 90px;
    padding-bottom: 60px;
}
.auto-parts-content a{
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #E9ECEF;
    background: #ffffff;
    color: var(--bosch-secondary);
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 30px;
    transition: 0.5s;
}
.auto-parts-content a:hover{
    background: var(--bosch-primary);
    color: #ffffff;
}
/* popular parts */


/* ========================================
responsive
=========================================== */
@media only screen and (max-width: 1024px){
    .product-block-one-cintent h4 a {
        font-size: 13px;
        line-height: 22px;
    }
    .featured-three .product-block-one {
        width: 240px;
    }
    .item4-content {
        margin-top: -70px;
        margin-bottom: 30px;
    }

    
}

@media only screen and (min-width: 769px) and (max-width: 991px){
    .featured-three .product-block-one {
        width: 100%;
    }
    .week-deal-three .product-block-one {
        width: 100%;
    }
    .new-product .product-block-one {
        width: 100%;
    }
    .week-deal-one {
        width: 100% !important;
    }

}


@media only screen and (max-width: 768px){
    .featured-three .product-block-one {
        width: 100%;
    }
}

@media only screen and (min-width: 360px) and (max-width: 740px){
    .featured-three .nav-tabs .nav-link h6 {
        font-size: 10px;
    }
}
/* ========================================
responsive
=========================================== */



/* ===== css/element_css/week_sale.css ===== */
.week-sale-container{
    position: relative;
    background: #F7FAFF;
    border-radius: 10px;
    padding: 38px 30px;
}
.popular-sale{
    display: inline-block;
    background: var(--bosch-primary);
    border-radius: 49px;
    padding: 2px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
}
.week-sale-container h5{
    max-width: 189px;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: var(--bosch-secondary);
    margin-top: 15px;
    margin-bottom: 7px;
}
.week-sale-container a{
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    color: var(--bosch-secondary);
}
.week-sale-container a i{
    margin-left: 9px;
    margin-bottom: -4px;
}
.week-sale-container a:hover{
    color: var(--bosch-primary);
}
.week-image{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 154px;
}
.week-image img{
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

/* week deal */
.week-deal{
    padding-top: 90px;
    padding-bottom: 101px;
}
.new-product{
    background: #F7FAFF;
}
.week-deal-three{
    padding-bottom: 0;
}
.timer{
    display:flex;
    width: 478px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--bosch-primary);
}
.timer p{
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.7px;
}
.timer-count {
    display: flex;
    gap: 5px;
    align-items: center;
}
.timer-count p{
    font-size: 24px;
    font-weight: 500;
}
/* week deal */

/* new product */
.new-product .product-block-one {
    background-color: #F7FAFF;
}
/* new product */

/* latest deal */
.latest-deals-container{
    border-radius: 10px;
    border: 1px solid var(--bosch-primary);
    width: 100%;
    height: 255px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 86px;
}
.latest-deals-content .price{
    color: var(--bosch-secondary);
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 5px;
}
.latest-deals-content .price span{
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}
.latest-deals-content h6{
    color: var(--bosch-secondary);
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}
.progress {
    height: 8px;
    background-color: #E0E0E0;
    border-radius: 5px;
}
.progress-bar {
    background-color: var(--bosch-primary);
    transition: width 2s ease;
}
/* latest deal */

/* week seal 4 */
.week-sale-four{
    padding: 90px 0;
}
/* week seal 4 */


/* ==========================
responsive
=============================*/
@media only screen and (max-width: 1366px){
    .latest-deals-container {
        height: 233px;
    }
}

@media only screen and (max-width: 1024px){
    .latest-deals-container {
        gap: 50px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px){
    .week-sale-four .week-image {
        width: 80px !important;
    }

}


@media only screen and (max-width: 768px){
    .week-sale-container {
        padding: 35px 20px;
    }
    .latest-deals-container {
        margin-bottom: 20px;
    }
}
/* ==========================
responsive
=============================*/

/* ===== css/element_css/categories.css ===== */
.catagory{
    padding: 90px 0;
}
.categories-content{
    width: 100%;
    height: 278px;
    border-radius: 10px;
    border: 1px solid #E9ECEF;
    margin-bottom: 33px;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}
.flip-card img{
    width: 214px;
    width: 164px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip-card-front {
    color: var(--bosch-secondary);
}
.flip-card-back {
    color: var(--bosch-secondary);
    transform: rotateY(180deg);
}
.category-content-top{
    position: relative;
    width: 100%;
    height: 199px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 33px;
}
.category-content-top p{
    color: #FFF;
    font-size: 10px;
}
.category-content-top h4{
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2.6px;
}
.category-content-top h2{
    color: #FFF;
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
    display: flex;
    align-items: center;
}
.category-content-top h2 span{
    display: inline-block;
    color: #FFF;
    font-size: 25px;
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;
}
.category-content-top a{
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    line-height: 24px;
    text-decoration-line: underline;
}
.category-content-bottom {
    position: relative;
    width: 100%;
    height: 356px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.category-image-content {
    position: absolute;
    left: 27px;
    bottom: 27px;
}
.category-image-content h5{
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
}
/* ===== css/element_css/brand.css ===== */
.brand{
    background: #F7FAFF;
    padding: 90px 0;
}
.brand-container{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.05);
    
    text-align: center;
    margin-bottom: 24px;
    transition: 0.5s;
}
.brand-container::before{
    content: "";
    width: 40px;
    height: 100%;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
}
.brand-container:hover::before{
    left: 100%;
}
.brand-logo a{
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.brand-logo span{
    display: block;
    color: var(--bosch-secondary);
    text-align: center;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    margin-top: 5px;
}
/* ===== css/element_css/clients_one.css ===== */
.testimonial{
    padding: 90px 0;
}
.testimonial-left h5{
    color: var(--bosch-secondary);
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 30px;
}
.testimonial-left-content{
    display: flex;
    align-items: center;
    gap: 15px;
}
.testimonial-left-icon {
    max-width: 100px;
    width: 100%;
}
.testimonial-left-content h6{
    color: var(--bosch-secondary);
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
}
.testimonial-content{
    position: relative;
    padding: 25px 32px;
    background: #ffffff;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1));
}
.testimonial-content .rating{
    margin-bottom: 15px;
}
.testimonial-content .triangle-border{
    position: absolute;
    bottom: -11px;
    left: 32px;
    width: 24px;
    height: 16px;
}
.testimonial-content .testimonial-content-border{
    position: absolute;
    bottom: -14px;
    left: 0;
}
.quote-icon {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 46px;
    height: 46px;
}
.testimonial-member-info{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}
.testimonial .owl-nav {
    display: block;
}
.testimonial .owl-nav .owl-prev {
    position: absolute;
    left: -440px;
    top: 220px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--bosch-secondary);
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1));
    transition: 0.5s;
}
.testimonial .owl-nav .owl-next {
    position: absolute;
    left: -400px;
    bottom: 45px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--bosch-secondary);
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1));
    transition: 0.5s;
}
.testimonial .owl-nav .owl-prev:hover, .testimonial .owl-nav .owl-next:hover{
    background: var(--bosch-secondary);
    color: #ffffff;
}

/* =======================================
responsive
========================================== */
@media only screen and (max-width: 1366px){
    .testimonial .owl-nav .owl-prev {
        left: -400px;
    }
    .testimonial .owl-nav .owl-next {
        left: -358px;
    }

}

@media only screen and (max-width: 1024px){
        .testimonial-left h5 {
            margin-bottom: 10px;
        }
        .testimonial .owl-nav .owl-prev {
            left: -337px;
            top: 225px;
        }
        .testimonial .owl-nav .owl-next {
            left: -296px;
            bottom: 58px;
        }
 
}

@media only screen and (max-width: 768px){

    .testimonial-left {
        margin-bottom: 30px;
    }
    .testimonial .owl-nav .owl-next {
        left: 92%;
        bottom: 114%;
    }
    .testimonial .owl-nav .owl-prev {
        left: 86%;
        top: -80px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 740px){
    .testimonial .owl-nav {
        display: none;
    }

}
/* =======================================
responsive
========================================== */
/* ===== css/element_css/newsletter_one.css ===== */
.newsletter{
    padding-bottom: 90px;
}
.newsletter-left-container{
    display: flex;
    gap: 26px;
}
.newsletter-content h6{
    color: var(--bosch-primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
}
.newsletter-content h5{
    color: var(--bosch-secondary);
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin: 5px 0;
}
.newsletter-right-container form{
    position: relative;
}
.newsletter-mail{
    width: 100%;
    padding: 17px 18px;
    border-radius: 15px;
    border: 1px solid #E9ECEF;
}
.newsletter-mail::placeholder{
    color: rgba(0,0,0,0.30);
    font-size: 12px;
}
.newsletter-right-container button{
    position: absolute;
    top: 15px;
    right: 15px;
}
.newsletter-right-container p{
    color: #8A8A8A;
    font-size: 12px;
    line-height: 29px;
    position: relative;
    margin-top: 4px;
}
.newsletter-right-container p span{
    color: var(--bosch-primary);
    font-size: 12px;
    line-height: 29px;
    cursor: pointer;
    text-decoration: underline;
}
.newspop-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newspop-content{
    max-width: 636px;
    width: 588px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.newspop-content .close{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #ffffff;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.newspop-content .close img{
    width: 20px;
    height: 20px;
}
.newspop-wrapper{
    text-align: center;
    padding: 50px 55px;
    background: #ffffff;
}
.newspop-wrapper h5{
    color: var(--bosch-secondary);
    font-size: 26px;
    font-weight: 700;
}
.newspop-wrapper p{
    margin: 20px 0;
}


/* ========================================
responsive
=========================================== */
@media only screen and (max-width: 1024px){
    .newsletter-content h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 768px){
    .newsletter-left-container {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 740px){
    .newsletter-right-container p span {
        display: block;
    }
}
/* ========================================
responsive
=========================================== */

/* ===== css/element_css/cta_section.css ===== */
.cta{
    padding: 30px 0;
    border-bottom: 1px solid #E9ECEF;
}
.cta-content{
    display: flex;
    align-items: center;
    gap: 14px;
}
.cta-image{
    display: flex;
    height: 80px;
    align-items: center;
}
.cta-info h5{
    font-size: 18px;
    line-height: 21px;
    color: var(--bosch-secondary);
}
.cta-info h6{
    font-size: 14px;
    line-height: 17px;
    color: #8B929A;
}
.cta-carousel .owl-nav {
    display: block;
   
}
.cta-carousel .owl-prev, .cta-carousel .owl-next{
    width: 25px;
    height: 25px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1));
    transition: 0.5s;
}
.cta-carousel .owl-prev span, .cta-carousel .owl-next span{
    font-size: 10px;
    font-weight: 400;
}
.cta-carousel .owl-prev:hover, .cta-carousel .owl-next:hover{
    background: var(--bosch-primary);
    color: #FFFFFF;
}
.cta-carousel .owl-prev{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.cta-carousel .owl-next{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

/* cta two */
.cta-two{
    border-bottom: none;
}
/* cta two */

/* cta three */
.cta-three-container{
    width: 100%;
    height: 231px;
    position: relative;
}
.cta-three-image{
    width: 100%;
    height: 100%;
}
.cta-three-content{
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.cta-three-content p{
    color: #FFF;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;

}
.cta-three-content p span{
    font-weight: 400;
}
.cta-three-content h6{
    color: #FFF;
    font-size: 14px;
}
.cta-three-content h5{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5.4px;
    margin-top: 15px;
}
/* cta three */


/* =========================
responsive
============================ */
@media only screen and (max-width: 1024px){
    .cta-three-container {
        width: 100%;
        height: 172px;
        position: relative;
    }
    
}

@media only screen and (min-width: 360px) and (max-width: 740px){
    .cta-three-container {
        height: 188px;
        margin-bottom: 20px;
    }
    .cta-three-content {
        bottom: 16px;
    }
    .cta-content {
        justify-content: center;
    }
}
/* =========================
responsive
============================ */

/* ===== css/element_css/news_block_one.css ===== */
.news-block-one {
    position: relative;
}
.news-block-one .inner-box {
    filter: drop-shadow(0px 10px 25px rgba(26,46,85,0.1));
    background-color: #ffffff;
}
.news-block-one .lower-content {
    position: relative;
}
.news-block-one ul.post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.news-block-one ul.post-meta li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    position: relative;
}
.news-block-one ul.post-meta li:before {
    position: absolute;
    content: '';
    top: 10px;
    right: -15px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #e5e5e5;
}
.news-block-one ul.post-meta li:last-child:before {
    display: none;
}
.news-block-one ul.post-meta li:last-child {
    margin-right: 0;
}
.news-block-one ul.post-meta li a {
    color: #808080;
    transition: .5s;
}
.news-block-one ul.post-meta li a:hover {
    color: var(--bosch-secondary);
}
.news-block-one h4 {
    position: relative;
    margin-bottom: 20px;
}
.news-block-one h4 a {
    color: var(--theme_dark);
    transition: .5s;
}
.news-block-one h4 a:hover {
    color: var(--theme-color);
}
.news-block-one .text {
    position: relative;
    font-size: 16px;
    transition: .5s;
    margin-bottom: 20px;
}
.news-block-one .read-more {
    position: relative;
}
.news-block-one .read-more .theme-btn.btn-style-one {
    border: 1px solid #e7e7e7;
}
.news-block-one .inner-box .post-info li:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 6px;
    height: 6px;
    top: 12px;
    right: -19px;
    border-radius: 50%;
}
.news-block-one .inner-box blockquote{
	border-left: 3px solid var(--bosch-primary);
}
.news-block-one .inner-box blockquote h5.name:before {
    position: absolute;
    content: '';
    background: var(--bosch-secondary);
    width: 15px;
    height: 2px;
    left: 0px;
    top: 12px;
}
.news-block-one.quote-block .inner-box .icon-box img{
    opacity: .7;
    width: 60px;
}
.news-block-one.video-block .image-box .image:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.3;
    z-index: 1;
    border-radius: 27px;
}
.news-block-one .lower-content .theme-btn:before {
    background: var(--bosch-primary);
}
.news-block-one.video-block .image-box .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform: translate(-50%,-50%);
}
.news-block-one.video-block .image-box .video-btn a:before,
.news-block-one.video-block .image-box .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.news-block-one.video-block .image-box .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.news-block-one.quote-block .inner-box {
    overflow: visible;
}
.blog-standard-content .news-block-one .inner-box {
    border-bottom: 1px solid #e5e5e5;
    filter: none;
    background: #fff;
}

.news-block-one .owl-carousel img {
    width: 100% !important;
}
/* ===== css/element_css/blog.css ===== */
.blog{
    margin-bottom: 90px;
}
.blog-container{
    transition: 0.5s;
}
.blog-container:hover .blog-image img{
    transform: scale(1.1);
}
.blog-image{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.blog-ribon{
    position: absolute;
    top: 20px;
    left: 20px;
    color: var(--bosch-secondary);
    font-size: 12px;
    line-height: 29px;
    border-radius: 52px;
    background: #FFF;
    padding: 0 10px;
}
.blog-content {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.blog-date {
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-title a{
    display: inline-block;
    color: var(--bosch-secondary);
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin: 15px 0;
    transition: 0.3s;
}
.blog-title a:hover{
    color: var(--bosch-primary);
}
.blog-container .common-more-btn{
    margin-top: 15px;
}
.blog-carousel .image{
    height: 415px;
}
.blog-carousel .image img{
    height: 100%;
    border-radius: 25px;
}
/* =================================
responsive
==================================== */
@media only screen and (min-width: 769px) and (max-width: 991px){
    .blog-image img{
        width: 100%;
    }
    .blog-container {
        margin-bottom: 50px;
    }
}
/* =================================
responsive
==================================== */
/* ===== css/element_css/dot_style_one.css ===== */
.owl-dot-style-one .owl-dots{
    margin-top: 20px;
}
.owl-dot-style-one .owl-dots .owl-dot span {
    background: #E0E0E0;
    display: block;
    margin: 0px 5px 0px 5px;
    transition: opacity 200ms ease 0s;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.owl-dot-style-one .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0  var(--bosch-primary);
}

/* custom dot */
.dot {
    height: 5px;
    width: 5px;
    margin: 0 2px;
    background-color: #E0E0E0;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.dot.active{
    background: var(--bosch-primary);
}
/* ===== css/element_css/owl_nav_one.css ===== */
.owl-nav-style-one .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-105%);
}
.owl-nav-style-one .owl-nav .owl-prev {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    width: 28px;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    line-height: 25px;
    font-size: 0px;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-right: 1px solid #ddd;
}
.owl-nav-style-one .owl-nav .owl-prev:after {
    font-family: "Flaticon";
    content: "\f120";
    position: absolute;
    top: 0;
    height: 60px;
    line-height: 25px;
    left: 0;
    color: #212121;
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.owl-nav-style-one .owl-nav .owl-prev:hover:after {
    left: 0;
    margin-left: 0;
}
.owl-nav-style-one .owl-nav .owl-next {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    height: 60px;
    width: 28px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
}
.owl-nav-style-one .owl-nav .owl-next:after {
    font-family: "Flaticon";
    content: "\f121";
    position: absolute;
    top: 0;
    height: 60px;
    line-height: 60px;
    right: 0;
    color: #212121;
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
}
.owl-nav-style-one .owl-nav .owl-next:hover:after {
    right: 0;
    margin-right: 0;
}
.owl-nav-style-one .owl-nav .owl-prev:hover:after,
.owl-nav-style-one .owl-nav .owl-next:hover:after {
    opacity: 1;
    color: var(--theme-color);
}
.owl-nav-style-one .owl-nav .owl-prev:hover,
.owl-nav-style-one .owl-nav .owl-next:hover {
    opacity: 1;
}
/* ===== css/element_css/tab_btn_style_one.css ===== */
.nav-tabs.tab-btn-style-one {
    max-width: 170px;
    border: none;
    padding: 55px 25px;
    border-right: 1px solid #e5e5e5;
}
.nav-tabs.tab-btn-style-one li.nav-item {
    margin: 0;
    border: none;
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
.nav-tabs.tab-btn-style-one li.nav-item .nav-link {
    border: none;
    font-size: 15px;
    line-height: 35px;
    color: var(--bosch-secondary);
    font-weight: 400;
    font-family: "Inter";
    display: block;
    padding: 0;
    transition: .5s;
}
.nav-tabs.tab-btn-style-one li.nav-item .nav-link h4 {
    font-size: 15px;
    line-height: 35px;
    color: var(--bosch-secondary);
    font-weight: 500;
    font-family: "Inter";
    transition: .5s;
}
.nav-tabs.tab-btn-style-one li.nav-item .nav-link.active h4 {
    color: var(--theme-color);
}
/* ===== css/element_css/add.css ===== */
.add{
    padding: 90px 0;
}
.add-left-container{
    background-size: cover;
    width: 100%;
    height: 288px;
    padding-left: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.add-right-container{
    background-size: cover;
    width: 100%;
    height: 288px;
    padding-left: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.add-content h3{
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #FFFFFF;
    margin: 9px 0;
}
.add-content h6{
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.add-content p{
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 9px 0;
}

/* divider */
.divider{
    padding-top: 70px;
    padding-bottom: 90px;
}
.divider-container{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 70px;
    border-radius: 10px;
}
.divider-content h4{
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 17px;
    margin-bottom: 5px;
}
.divider-content p{
    margin-bottom: 9px;
}

/* divider two */
.divider-two-container{
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.divider-two-contant {
    width: 53%;
    height: 100%;
    margin-left: -35px;
}
.divider-two-contant p{
    color: #FFF;
    font-size: 16px;
    font-family: Poppins;
}
.divider-two-container .contant-one{
    position: relative;
    background: var(--bosch-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);

}
.divider-two-container .content-two{
    background: var(--bosch-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.divider-two-container .content-two a{
    padding: 5px 30px;
    border-radius: 100px;
    background: var(--bosch-secondary);
    color: #FFF;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 700;
}
.divider-two-container .content-two a:hover{
    color: var(--bosch-primary);
}
.divider-two-contant span {
    position: absolute;
    top: 27px;
    right: 48px;
    color: rgba(255, 255, 255, 0.10);
    font-size: 68px;
    font-family: Poppins;
    font-weight: 700;
}

/* home two wheel add */
.wheels{
    margin-bottom: 80px;
}
.wheels-add{
    position: relative;
    width: 100%;
    height: 850px;
    background: var(--bosch-primary);
    border-radius: 10px;
    overflow: hidden;
}
.wheels-add-top-img{
    width: 100%;
    height: 296px;
    
}
.wheels-add-top-img img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.wheels-add-one{
    position: absolute;
    left: 0;
    top: 44px;
}
.wheels-add-two{
    position: absolute;
    right: 0;
    bottom: 0;
}
.wheel-add-three{
    position: absolute;
    left: 40px;
    bottom: 185px;
    animation: wheelAdd 1s linear infinite alternate;
}
@keyframes wheelAdd{
    0%{
        bottom: 185px;
    }
    100%{
        bottom: 165px;
    }
}
.wheel-add-three-content{
    position: relative;
}
.wheel-seal {
    position: absolute;
    top: 27px;
    left: 37px;
}
.wheel-mega {
    position: absolute;
    top: 18px;
    left: 80px;
}
.wheel-add-three-content h5 {
    position: absolute;
    left: 12px;
    bottom: 62px;
    color: var(--bosch-secondary);
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    animation: wheeText 0.5s linear infinite alternate;
}
@keyframes wheeText{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.1);
    }
}
.wheels-add h4{
    position: absolute;
    left: 50%;
    top: 48%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
}
.wheels-add h4 span{
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
}
/* home two wheel add */

/* home two divider */
.home-two-divider{
    padding: 101px 0;
}
/* home two divider */

/* home-two-divider-2 */
.home-two-divider-2{
    padding-bottom: 0;
} 
.home-two-divider-2 .divider-container{
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 68px 70px;
}
/* home-two-divider-2 */

/* home-two-add */
.home-two-add{
    padding-bottom: 0;
}
/* home-two-add */

/* =========================
home three diviver
============================*/
.divider-three{
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
}
.divider-three-content{
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.divider-three-content .newsletter-right-container{
    width: 100%;
    margin-left: 80px;
}
.divider-three-content h2{
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    margin-top: 15px;
}
.divider-three-content .newsletter-mail {
    width: 100%;
    padding: 15px 30px;
    border-radius: 15px;
    border: 1px solid #E9ECEF;
    background: #FFFFFF;
}
.divider-three .newsletter-right-container p{
    color: #FFFFFF;
    text-align: right;
}
/* =========================
home three diviver
============================*/

/* =========================
home three add
============================*/
.add-three{
    padding: 90px 0;
}
.add-three-container{
    position: relative;
    margin-bottom: 24px;
}
.add-three-content{
    position: absolute;
    left: 36px;
    bottom: 48px;
    max-width: 224px;
}
.add-three-content h4{
    color: #FFF;
    font-size: 26px;
    font-weight: 300;
}
.add-three-content h4 span{
    font-weight: 600;
}
.add-three-content p{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.add-three-bottom-content{
    position: absolute;
    left: 60px;
    bottom: 60px;
    max-width: 352px;
}
.add-three-bottom-content h6{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 24px;
}
.add-three-bottom-content h4{
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
}
.add-three-bottom-content p{
    margin-bottom: 20px;
    color: #FFFFFF;
}
.add-three .latest-deals-container{
    margin-bottom: 24px;
}
/* =========================
home three add
============================*/

/* =========================
home four add
============================*/
.batteries-container{
    position: relative;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 17px 7px 17px 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}
.batteries-container .ribon {
    line-height: 22px;
    padding: 0 11px;
}
.batteries-image{
    max-width: 70px;
    width: 100%;
    height: 70px;
}
.batteries-content h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.batteries-content .rating {
    font-size: 10px;
    color: #ffc92e;
    margin-bottom: 0px;
    line-height: 23px;
}
.batteries-content .price{
    line-height: 20px;
}
.batteries-content .price span {
    font-size: 12px;
    line-height: 20px;
}
/* =========================
home four add
============================*/

/* =========================
home four divider
============================*/
.home-four-divider .divider-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.home-four-divider .divider-content h4 {
    margin-bottom: 20px;
}
/* =========================
home four divider
============================*/

/* =======================================
responsive
==========================================*/
@media only screen and (max-width: 1024px){
    .wheels-add {
        display: none;
    }
    .divider-three-content {
        height: 165px;
        display: block;
        margin-top: 60px;
    }
    .divider-three-content .newsletter-right-container {
        margin-left: 0px;
    }
    .add-three-content {
        bottom: 15px;
    }
    .add-three .latest-deals-container {
        height: 188px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px){
    .add-three-image img{
        width: 100%;
    }
}

@media only screen and (max-width: 768px){
    .add-three-image img{
        width: 100%;
    }
    .home-four-divider .divider-container {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 740px){
    .add-left-container {
        padding-left: 30px;
    }
    .add-right-container {
        padding-left: 30px;
    }
    .add-content p br{
        display: none;
    }
    .divider-three-content h2 {
        font-size: 29px;
    }
    .add-three-container {
        height: 300px;
    }
    .add-three-image {
        height: 100%;
    }
    .add-three-image img {
        height: 100%;
    }
    .add-three-bottom-content {
        left: 35px;
        bottom: 15px;
    }
    .add-three .latest-deals-container {
        height: 350px;
    }
}
/* =======================================
responsive
==========================================*/
/* ===== css/element_css/time-travel.css ===== */
.time-travel{
    padding-top: 100px;
}
.time-travel-container{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E9ECEF;  
    display: flex;
    align-items: center;
    gap: 21px;
    margin-bottom: 24px;
}
.time-travel-container:last-child{
    margin-bottom: 0;
}
.time-travel-image{
    width: 102px;
    height: 98px;
}
.time-travel-container .rating {
    margin-bottom: 0px;
}
.time-travel-container .product-block-one-cintent {
    padding: 0px;
    border-bottom: none;
}
.time-travel-content .launch-time {
    margin: 0;
    border-radius: 5px;
    background: #F7FAFF;
    padding: 7px 15px;
}
.time-travel-content .launch-time-content{
    display: flex;
    align-items: center;
    gap: 5px;
}
.time-travel-content .launch-time-content p{
    font-size: 14px;
    font-weight: 500;
}
.time-travel-content .launch-time-content span{
    font-size: 10px;
}
.time-travel-image-wrapper{
    position: relative;
    width: 100%;
    height: 367px;
    background: url("/bosch/images/add/time-travel.jpg) no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.time-travel-image-content{
    max-width: 306px;
    position: absolute;
    left: 28px;
    bottom: 68px;
}
.time-travel-image-content h4{
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
}

/* time travel 4 */
.time-travel-four{
    padding-top: 0;
    padding-bottom: 90px;
}

.time-four-left-container{
    height: 759px !important;
    position: relative;
    padding: 60px 50px !important;
}
.time-four-left-container .ribon {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    padding: 5px 15px;
    left: 37px;
    top: 32px;
}
.time-left-bar{
    margin-top: 25px;
}
.time-sale{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}
.time-sale p{
    color: var(--bosch-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.time-sale p span{
    display: inline-block;
    font-weight: 600;
}
/* time travel 4 */

/* ======================================
responsive
========================================= */
@media only screen and (max-width: 768px){
    .time-travel-container:last-child {
        margin-bottom: 24px;
    }
}
/* ======================================
responsive
========================================= */