body { overflow-x: hidden; } .icon-row .svg.warp { background: none; box-shadow: none; } .icon-row .svg.warp img { filter: none; } .banner { position: relative; } .slideshow { position: relative; overflow: hidden; width: 100vw; } .slideshow img { max-width: 100%; height: auto; } .holder { position: relative; top: 0; left: 0; width: 10000vw; transition: left 1s; } .holder div { float: left; width: 100vw; } .steps { position: absolute; bottom: 30px; left: 0; width: 100%; overflow: hidden; text-align: center; color: #fff; } .prev { left: 0; } .next { right: 0; } div#center-ow, div#center2-ow { position: relative; } .tns-nav { display: none; } .tns-controls { position: absolute; top: 50%; width: 100%; } .tns-controls button { z-index: 1; position: absolute; border: none; background: #fff; width: 40px; height: 40px; box-shadow: 0 .25rem .375rem -.0625rem hsla(0, 0%, 8%, .12), 0 .125rem .25rem -.0625rem hsla(0, 0%, 8%, .07)!important; border-radius: 100%; font-family: uicon !important; } .tns-controls button:last-child { right: -20px; } .tns-controls button:first-child:before { content: "\f10e"; } .tns-controls button:last-child:after { content: "\f10f"; } .products-list .inner { text-align: center; } .car-label-box a { color: #fff; align-self: flex-start; margin-left: 1em; } .car-label-box h3 { font-size: 2.5em; width: 100%; text-align: center; align-self: end; margin: 0; } .car-label-box { height: 100%; border-radius: 25px; background-position: center center; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; color: #fff; } div#center-iw li .inner, div#center2-iw li .inner { margin: 0; }  .tns-controls button:first-child { left: 10px; } .pdl { padding-left: 2rem; } .products-list h4 { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } div#center-iw:after, div#center2-iw:after { content: ""; width: 90px; height: 100%; background: linear-gradient(90deg, transparent, #f7f7f7); display: block; position: absolute; right: 0; top: 0; } button:disabled { display: none; }.products-list { display: flex !important; flex-wrap: nowrap; } .products-list .inner { padding: 1.5rem; margin: 1rem; background: #fff; height: 100%; } .products-list img { width: 100%; height: auto; object-fit: cover; }#register-trigger { cursor: pointer; }.title-label-image { max-width: 350px; width: 100%; text-align: center; }.car-label-box-content { text-align: center; } .car-label-box-content i { font-size: 2em; }
.icon-row .icon-svg {
    width: 100%;
}
.icon-row .icon-text {
    width: 100%;
    text-align: center;
}
.icon-row .svg.warp {
    background-color: var(--red);
    box-shadow: none;
    height: 75px;
    width: 75px;
    margin-bottom: 0.7em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-row .svg.warp svg {
    width: 100%;
    height: auto;
    max-width: 85%;
}
.icon-row .svg.warp svg path, .icon-row .svg.warp svg rect {
    fill: var(--white);
}
.inner .f-image-warp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55%;
}
.slide-product-content-warp {
    margin-top: 1em;
}
@media only screen and (max-width: 1366px) {
    .products-list .inner {
        padding: 0.5rem;
        margin: 0.5rem;
    }
}
@media only screen and (max-width: 1024px) {
    .best .products-list {
        flex-wrap: wrap;
    }
    .products-list li {
        width: 33.333333333%;
        min-width: auto;
    }
    .car-label-box h3 {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 767px) {
    .icon-row .col-3 {
        width: 50%;
        margin-bottom: 1em;
    }
    .car-label-box {
        padding: 5em 0;
    }
    .pdl {
        padding-left: 0;
    }
    .products-list li {
        flex: 0 0 auto;
        width: 50%;
        min-width: auto;
        margin-top: 2em;
    }
    .logo-list li {
        width: calc(26.3% - 1rem);
    }
    div#center-iw:after, div#center2-iw:after {
        background: none;
    }
    .inner .f-image-warp {
        height: 50%;
    }
    
}