.text-gradient { background: linear-gradient(90deg, #606C79 0%, #0F1113 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 

.filter-popup { min-width: 250px; border-radius: 10px; background: #fff; max-height: 300px; overflow-y: auto; } 
.filter-popup .btn { min-width: 80px; border-radius: 5px; font-size: 14px; padding: 4px 12px; transition: 0.2s; } 
.btn-check:checked + .btn { background-color: var(--color-main); color: #fff; border-color: var(--color-main); } 
.filter-bar .btn { min-width: 130px; font-weight: 500; } 
.selected-filters .badge { padding: 6px 12px; font-size: 14px; gap: 6px; } 
.btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.filter-white img { filter: brightness(0) saturate(100%) invert(84%) sepia(100%) saturate(30%) hue-rotate(65deg) brightness(115%) contrast(100%); } 

/* Header */
.w-phone { position: relative; max-width: 310px; } 

/* APP */
.app-fixed { position: fixed; left: 20px; bottom: 140px; } 
.btn-app { margin-top: 30px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: #ffffff8a; border-radius: 50%; } 

/* CART */
.cart-button { position: fixed; top: 140px; right: 35px; z-index: 999; width: 50px; height: 50px; border-radius: 50%; padding: 0; display: flex; justify-content: center; align-items: center; background: var(--color-white); border: 1px solid var(--color-main); color: var(--color-main); font-family: var(--font-bold); text-transform: capitalize; } 
.cart-button:hover { color: var(--color-active); border-color: var(--color-active); } 
.cart-button i { font-size: 20px; } 
.cart-button .count-cart { position: absolute; z-index: 999; color: var(--color-white); background: #f00; border-radius: 50%; top: -10px; right: 5px; width: 20px; height: 20px; text-align: center; } 

/* MENU */
.menu { position: relative; z-index: 99; width:100%; padding: 5px 0; } 
.menu.fixed { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background: var(--color-white); padding: 0; } 
.menu .wrap-content { position: relative; } 
.menu ul { padding: 0px; margin: 0; list-style: none; } 
.menu ul.ulmn { gap: 15px; } 

.menu-line { width: 10px; height: 10px; background: var(--color-main); flex: unset !important; } 
.menu ul li { position: relative; z-index: 99; } 
.menu ul li.line { width: 1px; height: 15px; background-color: rgba(255, 255, 255, 0.5); flex: none; } 
.menu ul li a { font-size: 20px; font-family: var(--font-regular); color: var(--color-main); margin: 0px; padding: 7px 10px; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: 1; text-transform: capitalize; } 
.menu ul li a img { vertical-align: middle; } 

.menu ul li a::after { position: absolute; content: ''; z-index: -1; width: 100%; height: 100%; background: #1472D6; border-radius: 10px; left: 0px; bottom: 0px; transform-origin: right; transform: scaleX(0); transition: transform 0.5s; } 
.menu ul li a.active::after,.menu ul li:hover > a::after { transform-origin: left; transform: scaleX(1); } 
.menu ul li .a-href.active, .menu ul li:hover > .a-href { color: var(--color-white); } 

.menu ul li ul { position: absolute; min-width: 250px; left: 0; background: var(--color-white); box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all 0.5s; } 
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all 0.7s; } 
.menu ul li ul li { text-align: left; border-bottom: 1px solid rgb(173 173 173 / 32%); } 
.menu ul li ul li:last-child { border-bottom: 0px; } 
.menu ul li ul li a { font-size: 14px; padding: 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left; font-weight: 500; text-transform: capitalize; color: #333; } 
.menu ul li ul li a:hover, .menu ul li ul li > a.active { color: var(--color-active); } 
.menu ul li ul li ul { top: 0px; left: 100%; } 
.menu ul li ul li a:after { display: none; } 
.menu ul li ul li a:before { position: absolute; content: ''; top: 50%; left: 0; width: 0; height: 1px; background: var(--color-active); transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; visibility: hidden; opacity: 0; } 
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before { left: 0; visibility: visible; opacity: 1; width: 30px; } 
.menu ul li ul li a:hover { padding-left: 40px; } 

.col-menu-start::after { position: absolute; content: url(../images/set/webp/line-left.webp); right: 0px; bottom: -20px; height: 42px; pointer-events: none; } 
.col-menu-end::after { position: absolute; content: url(../images/set/webp/line-right.webp); left: -20px; bottom: -20px; height: 42px; pointer-events: none; } 


/* SLIDESHOW */
.slideshow { position: relative; } 
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 22.5px); } 
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 2px solid var(--color-white); padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; text-align: center; font-size: 25px; margin: 0px; background-color: #00a3ff; display: flex; align-items: center; justify-content: center; } 
.control-owl button:hover { opacity: 1; } 
.control-owl button.owl-prev { left: 20px; } 
.control-owl button.owl-next { right: 20px; } 
.swiper-button-next, .swiper-button-prev { background: var(--color-main); color: var(--color-white); width: 40px; height: 40px; opacity: 0.5; } 
.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev { opacity: 1; } 

/* SEARCH */
.wrap-search { margin-top: -75px; position: relative; z-index: 1; } 
.search-container { background: var(--color-white); border-radius: 12px; padding: 35px 40px; width: 100%; border: 1px solid #DFF3FC; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); } 
.tabs { display: flex; justify-content: center; margin-bottom: 40px; position: relative; } 
.tabs::after { content: ''; position: absolute; width: 208px; height: 60px; right: 133px; bottom: -25px; border: 2px solid var(--color-main-v2); border-bottom: transparent; border-left: transparent; border-radius: 0 20px; } 
.tabs::before { content: ''; position: absolute; width: 208px; height: 60px; left: 133px; bottom: -25px; border: 2px solid var(--color-main-v2); border-bottom: transparent; border-right: transparent; border-radius: 20px 0; } 
.tab { padding: 10px 25px; border: 1px solid #A7DDF8; background: #FBFEFF; color: #333; font-family: var(--font-medium); font-size: 26px; border-radius: 12px; margin: 0 5px; transition: background 0.3s; min-width: 215px; } 
.tab.active { background: #e60000; color: white; } 
.form-section { display: none; gap: 10px; align-items: center; } 
.form-section.active { display: flex; } 
.form-section select,
.form-section input { padding: 8px 20px; border-radius: 12px; height: 58px; border: 1px solid #C6E9FA; min-width: 300px; font-size: 20px; font-family: var(--font-regular); } 
.search-btn { background: var(--color-gradient); height: 58px; color: white; border: none; padding: 10px 20px; min-width: 160px; border-radius: 12px; transition: background 0.3s; font-size: 20px; font-family: var(--font-medium); } 
.search-btn:hover { background: var(--color-hover); } 


/* ABOUT US */
.section-aboutus { position: relative; } 
.section-aboutus::after { position: absolute; content: url(../images/set/webp/title-set.webp); right: -30px; top: 0; } 

.btn-index { display: block; width: 160px; height: 48px; line-height: 48px; text-align: center; } 
.btn-index:hover { background: var(--color-hover); border: none; color: var(--color-white); } 
.items-criteria { padding: 20px 25px; background: url(../images/set/webp/bg-criteria.png) no-repeat; background-size: 100% 100%; } 
.items-criteria:hover { background: transparent; } 
.image-criteria { width: 40px; height: 40px; margin: auto; } 
.info-criteria { width: calc(100% - 55px); } 

/* PRODUCT */
.wrap-product { background: linear-gradient(171deg, #3B9AFF -37.96%, #17416E 166.56%); } 
.wrap-battery::after { position: absolute; content: url(../images/set/webp/after-product.webp); right: 0; top: -100px; pointer-events: none; } 
.wrap-oil { background:linear-gradient(180deg, #B9E7FF 0%, #53A4E5 100%); position: relative; } 

.wrap-parts::after { position: absolute; content: url(../images/set/webp/before-product.webp); left: 0; top: 0; pointer-events: none; } 
.items-parts { background: #F2F2F2; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); } 
.info-parts { padding: 25px 10px 25px 25px; width: calc(100% - 170px); } 
.image-part { width: 163px; } 
.info-parts .price-product { font-style: italic; } 
.info-parts .contact-product { width: max-content; } 

.price-olds { text-decoration: line-through; } 

/* News */
.news-time { width: 40px; height: 60px; } 
.news-time p { border-bottom: 1px solid #fff; } 
.inner-info { width: calc(100% - 50px); } 

/*NEWSLETTER*/
.wrap-form { background:#f5f5f5; background-size: cover; } 
.section-newsletter { background: linear-gradient(297deg, #FFF 17.42%, rgba(255, 255, 255, 0.00) 29.16%, rgba(255, 255, 255, 0.71) 48.87%, rgba(255, 255, 255, 0.72) 77.41%, #FFF 95.08%); } 
.newsletter-input input { height:44px; } 
.newsletter-input .label { position:absolute; top:12px; left:20px; -webkit-transform-origin:0 0; -moz-transform-origin:0 0; -ms-transform-origin:0 0; -o-transform-origin:0 0; transform-origin:0 0; -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); transform:translate3d(0,0,0); -webkit-transition:all .2s ease; -o-transition:all .2s ease; -moz-transition:all .2s ease; transition:all .2s ease; pointer-events:none } 
.newsletter-input input:not(:-moz-placeholder-shown) + .label { -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.newsletter-input input:not(:-ms-input-placeholder) + .label { transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; border-radius:.25rem; left:5px } 
.newsletter-input input:not(:placeholder-shown) + .label { -webkit-transform:translate3d(0,-22px,0) scale(0.85); -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -webkit-border-radius:.25rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.newsletter-input input:focus + .label { -webkit-transform:translate3d(0,-22px,0) scale(0.85); -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -webkit-border-radius:.25rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.newsletter-input textarea { height:80px; } 
.newsletter-input textarea:not(:-moz-placeholder-shown) + .label { -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.newsletter-input textarea:not(:-ms-textarea-placeholder) + .label { transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; border-radius:.25rem; left:5px } 
.newsletter-input textarea:not(:placeholder-shown) + .label { -webkit-transform:translate3d(0,-22px,0) scale(0.85); -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -webkit-border-radius:.25rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 
.newsletter-input textarea:focus + .label { -webkit-transform:translate3d(0,-22px,0) scale(0.85); -moz-transform:translate3d(0,-22px,0) scale(0.85); transform:translate3d(0,-22px,0) scale(0.85); background:var(--color-white); padding:0 .5rem; -webkit-border-radius:.25rem; -moz-border-radius:.25rem; border-radius:.25rem; left:5px } 

/* FOOTER */
.bg-footer { background: url(../images/set/webp/bg-ft.webp) no-repeat center/cover; } 
.footer-ul li a:hover { text-decoration: underline; } 
.footer-ul li.line { font-size: 10px; } 
.footer-powered .wrap-content { padding-top: 20px; padding-bottom: 20px; } 
.setting-name { font-family: var(--font-custom); color: var(--color-title); text-transform: uppercase; font-size: 30px; margin: 5px 0; } 
.border-footer { position: relative; } 
.border-footer::after { width: 1200px; height: 1px; margin: 0 auto; background: #ffffff7a; position: absolute; content: ''; left: 0; right: 0; bottom: 0; z-index: 1; } 

.items-contact { } 
.items-contact .icon { width: 39px; height: 39px; color: #fff; } 
.items-contact .info-contact { width: calc(100% - 52px); } 
.items-contact a { } 
.items-contact a:hover { color:#fd0; } 

.title-footer { padding-bottom: 10px; } 
.title-footer::after { position: absolute; content: ''; width: 32px; height: 1px; background: #ffffff7a; bottom: 0; left: 0; } 


/* Play icon */
.play-icon { z-index: 1; position: absolute; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); } 
.play-icon svg { -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 30%); -moz-box-shadow: 1px 1px 15px rgb(0 0 0 / 30%); box-shadow: 1px 1px 15px rgb(0 0 0 / 30%); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: rgb(255 255 255 / 15%); } 
.play-icon svg .play-icon-stroke-dotted { opacity: 0; stroke-dasharray: 4, 5; stroke-width: 1px; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: spin 4s infinite linear; -moz-animation: spin 4s infinite linear; -o-animation: spin 4s infinite linear; animation: spin 4s infinite linear; -webkit-transition: opacity 1s ease, stroke-width 1s ease; -o-transition: opacity 1s ease, stroke-width 1s ease; -moz-transition: opacity 1s ease, stroke-width 1s ease; transition: opacity 1s ease, stroke-width 1s ease; } 
.play-icon svg .play-icon-stroke-solid { stroke-dashoffset: 0; stroke-dashArray: 300; stroke-width: 4px; -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease; -o-transition: stroke-dashoffset 1s ease, opacity 1s ease; -moz-transition: stroke-dashoffset 1s ease, opacity 1s ease; transition: stroke-dashoffset 1s ease, opacity 1s ease; } 
.play-icon svg .play-icon-icon { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: -webkit-transform 200ms ease-out; transition: -webkit-transform 200ms ease-out; -o-transition: -o-transform 200ms ease-out; -moz-transition: transform 200ms ease-out, -moz-transform 200ms ease-out; transition: transform 200ms ease-out; transition: transform 200ms ease-out, -webkit-transform 200ms ease-out, -moz-transform 200ms ease-out, -o-transform 200ms ease-out; } 
.play-icon:hover svg .play-icon-stroke-dotted { stroke-width: 4px; opacity: 1; } 
.play-icon:hover svg .play-icon-stroke-solid { opacity: 0; stroke-dashoffset: 300; } 
.play-icon:hover svg .play-icon-icon { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); } 

/* VIDEO SELECT */
.listvideos { width:100%; height:40px; padding:0px 10px; border:1px solid #ccc; color:var(--color-black); margin-top:10px; cursor:pointer; } 
.video__main { position:relative; height:450px; } 
.video__main iframe { position:absolute; width:100%; height:100%; top:0px; left:0px; } 

/*MAPS*/
.footer__map-title { position: absolute; top: 10px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); z-index: 10; } 
.maps-iframe { position:relative; height:250px; } 
.maps-iframe iframe { position:absolute; left:0px; top:0px; width:100%; height:100%; border-radius: 15px; } 
.items-map { border:none; color:var(--color-white); background:var(--color-main); } 
.items-map.active,.items-map:hover { background:var(--color-active); color:var(--color-white)!important; } 

/* CSS CUSTOM */
.goog-te-gadget, .skiptranslate { display: none; } 
.select-Translator { height: 35px; padding: 0px 10px; outline: none; border: none; border-radius: 50px; min-width: 140px; font-size: 14px; color: var(--color-main); } 
.skiptranslate iframe { display: none !important; } 
.goog-te-gadget img { display: none; } 
.goog-te-gadget .goog-te-combo { height: 35px; width: 120px; font-size: 13px; font-family: var(--font-regular); background: var(--color-white); text-align: center; border:1px solid var(--color-main); border-radius: 20px; color: var(--color-main); } 
.goog-te-gadget span { display: none; } 
.goog-te-gadget { font-size: 0px !important; } 
#google_language_translator { width: 120px; margin: 0; } 

.social-footer li { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--color-white); } 


/* DETAIL */
.file-section { width: 100%; max-width: 400px; margin: auto; } 
.file-item { position: relative; background: #f3f3f3; border-radius: 8px; margin-bottom: 15px; padding: 0 15px; border-bottom: 1px solid #eee; transition: box-shadow 0.3s ease; } 
.file-item:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); padding: 0; } 
.file-title { position: relative; cursor: pointer; z-index: 1; display: flex; justify-content: space-between; align-items: center; padding: 15px 0; color: var(--color-main); font-family: var(--font-medium); font-size: 17px; text-transform: capitalize; transition: color 0.3s; } 
.file-title span { position: relative; z-index: 1; cursor: pointer; } 
.arrow { font-size: 16px; position: relative; z-index: 1; color: var(--color-main); transition: color 0.3s, transform 0.3s; } 
.file-item:hover .arrow { color: var(--color-white); transform: rotate(45deg); } 
.file-title::after { content: ''; position: absolute; width: 100%; height: 100%; background: var(--color-main); border-radius: 5px; left: 0; bottom: 0; transform-origin: right; transform: scaleX(0); transition: transform 0.5s ease; z-index: 0; } 
.file-item:hover .file-title::after { transform-origin: left; transform: scaleX(1); } 
.file-item:hover .file-title { color: var(--color-white); padding: 15px; } 
.file-links { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; font-family: var(--font-medium); font-size: 15px; color: var(--color-title); padding: 0 10px; transform: translateY(10px); opacity: 0; transition: all 0.4s ease; } 
.file-item:hover .file-links { max-height: 500px; padding: 10px 10px 15px 10px; background: #f9f9f9; border-radius: 0 0 8px 8px; transform: translateY(0); opacity: 1; } 
.file-links a { display: block; color: #333; text-decoration: none; padding: 6px 0; font-size: 16px; transition: padding-left 0.3s, color 0.3s; } 
.file-links a:hover { color: var(--color-main); padding-left: 20px; text-decoration: underline; } 


.btn-main { color: #fff; background-color: var(--color-main); border-color: var(--color-main); } 
.btn-outline-main { color: var(--color-main); border-color: var(--color-main);; } 


.filter-group .form-select { color: var(--color-main); border-color: var(--color-main); width: 130px; font-weight: 500; } 

/* CUSTOM */

::-webkit-scrollbar { width: 3px; } 
::-webkit-scrollbar-track { background: #ccc; } 
::-webkit-scrollbar-thumb { background: var(--color-main); } 
::-webkit-scrollbar-thumb:hover { background: var(--color-hover); } 

.hover-line { position: relative; } 
.hover-line .i-left { position: absolute; height: 0; -webkit-border-radius: 0 50px; -moz-border-radius: 0 50px; border-radius: 0 50px; width: 2px; left: 0; top: 0; background: linear-gradient(to top, #C6E9FA, #1DA7ED); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; } 
.hover-line .i-right { position: absolute; height: 0; width: 2px; right: 0; bottom: 0; background: linear-gradient(to bottom, #C6E9FA, #1DA7ED); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; } 
.hover-line .i-top { position: absolute; height: 2px; width: 0; right: 0; top: 0; background: linear-gradient(to right, #C6E9FA, #1DA7ED); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; } 
.hover-line .i-bottom { position: absolute; height: 2px; width: 0; left: 0; bottom: 0; background: linear-gradient(to left, #C6E9FA, #1DA7ED); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; } 
.hover-line:hover .i-left { height: 100%; bottom: 0; top: inherit } 
.hover-line:hover .i-top { width: 100%; left: 0 } 
.hover-line:hover .i-right { height: 100%; top: 0; bottom: inherit } 
.hover-line:hover .i-bottom { width: 100%; right: 0; left: inherit } 

.image--mark img { -webkit-mask-image: url(../images/set/mark.png); mask-image: url(../images/set/mark.png); -webkit-mask-size: 100% 100%; mask-size: 100%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; } 
.hover--shadow:hover { -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; -moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } 
.shadow-custom { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } 
menu, ol, ul { list-style: unset; } 



