.text-gradient { background:linear-gradient(180deg, #D3A54E 0%, #F6DC88 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 


/* Header */
.w-phone { position: relative; max-width: 310px; } 

.header-top { background: linear-gradient(-90deg, #E6E6E6 80%, var(--color-main) 20%); } 
.header-top-left::after { content: ""; position: absolute; left: 95%; top: 0px; background: var(--color-main); width: 50px; height: 100%; transform: skew(-25deg); } 
.header-bottom { background: url(../images/set/webp/bg-header.jpg) no-repeat top right; } 

/* 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; bottom: 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: 9999; width:100%; padding:0; } 
.menu.fixed { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; } 
.menu .wrap-content { position: relative; } 
.menu .ulmn { padding-left: 300px !important; height: 50px; } 
.menu .ulmn { width: 100%; padding: 0px; margin: 0; list-style: none; } 
.menu-line { width: 10px; height: 10px; background: var(--color-main); flex: unset !important; } 
.menu .ulmn li { position: relative; z-index: 99; } 
.menu .ulmn li.line { width: 1px; height: 15px; background-color: rgba(255, 255, 255, 0.5); flex: none; } 
.menu .ulmn li a { font-size: 15px; font-family: var(--font-bold); color: var(--color-white); margin: 0px; padding: 15px 20px; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: normal; text-transform: uppercase; } 
.menu .ulmn li a:hover, .menu .ulmn li a.active { background: rgba(0, 0, 0, 0.2); } 
.menu .ulmn li a img { vertical-align: middle; } 
.menu .ulmn 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 .ulmn 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 .ulmn li ul li { text-align: left; border-bottom: 1px solid rgb(173 173 173 / 32%); } 
.menu .ulmn li ul li:last-child { border-bottom: 0px; } 
.menu .ulmn 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 .ulmn li ul li ul { top: 0px; left: 100%; } 
.menu .ulmn li ul li a:after { display: none; } 
.menu .ulmn 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 .ulmn li ul li a:hover:before,
.menu .ulmn li ul li > a.active:before { left: 0; visibility: visible; opacity: 1; width: 30px; } 
.menu .ulmn li ul li a:hover { padding-left: 40px; } 
.ds-news h3 { font-family: var(--font-medium); font-size: 16px; -webkit-line-clamp: 2; } 

/* SLIDESHOW */
.wrap-slider { position: relative; z-index: 999; margin-top: 10px; } 
.col-category { width: 270px; border-radius: 10px; margin-top: 0; margin-bottom: -50px; } 
.col-slider { width: calc(100% - 280px); } 

.menu-head-left { position: relative; } 
.title-menu { display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; padding: 16px 16px; font-family: var(--font-bold); cursor: pointer; line-height: normal; display: block; background: rgba(0, 0, 0, 0.2); } 
.menu-product-list { position: absolute; z-index: 99; top: 100%; width: 100%; background: var(--color-white); border: 1px solid #ECECEC; } 
.menu-product-list ul { padding: 0px 10px; margin-bottom: 0px; max-height: 380px; min-height: 380px; overflow-y: auto; } 
.menu-product-list ul ul { position: absolute; width: 1025px; background: #fff; left: 100%; top: 0px; border: 1px solid #d9d9d9; gap: 10px; height: 100%; overflow-x: hidden; } 
.menu-product-list ul ul ul { position: relative; left: 0px; top: 0px; width: 100%; border: none; display: block; height: auto; } 
.menu-product-list ul li a { font-family: var(--font-medium); position: relative; display: flex; align-items: center; font-size: 15px; text-transform: capitalize; padding: 11px 5px; border-top: 1px dotted #ccc; } 
.menu-product-list ul li a .icon-down { position: absolute; right: 10px; top: 15px; color: #b3b3b3; } 
.menu-product-list ul ul li a span { position: absolute; right: 10px; font-size: 13px; font-family: var(--font-medium); text-transform: capitalize !important; color: var(--color-main); } 
.menu-product-list ul ul li a span:hover { color: var(--color-hover); } 
/* .menu-product-list ul li a:hover { color: var(--color-hover) !important; } */
.menu-product-list ul ul li a { border-bottom: none; font-weight: bold; color: var(--color-title) !important; } 
.menu-product-list ul ul ul li a { font-weight: normal; } 
.title-cat { font-family: var(--font-extra) !important; } 
.title-item { font-size: 14px !important; text-transform: capitalize !important; font-family: var(--font-medium) !important; padding: 5px 20px !important; } 
.active-title { background: #F1F1F1; color: var(--color-main); color: var(--color-hover) !important; } 

.slideshow { position: relative; margin-bottom: 10px; } 
.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 { border: 1px solid var(--color-main); color: var(--color-main); width: 45px; height: 45px; opacity: 1; box-shadow: unset; } 
.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev { opacity: 1; background: var(--color-main) !important; color: var(--color-white) !important; } 

.wrap-product__list h2 { position: relative; color: var(--color-white); padding: 11.5px 40px 11.5px 50px; font-size: 18px; background: var(--color-main); font-weight: 500; text-transform: uppercase; position: relative; font-family: var(--font-custom); } 

.wrap-product__list h2::before { content: ""; position: absolute; left: 0; bottom: 0px; background: url(../images/set/webp/before-title.jpg); width: 26px; height: 100%; } 

.wrap-product__list h2::after { content: ""; position: absolute; left: 100%; bottom: 0px; background: url(../images/set/webp/after-title.png); width: 24px; height: 100%; background-size: 100% 100%; } 

.title-category-product { background: #f2f2f2; } 
.btn-custom { min-width: max-content; line-height: normal; font-family: var(--font-regular); display: block; color: var(--color-title); font-size: 15px; cursor: pointer; position: relative; padding-right: 15px; } 
.btn-custom::after { content: ""; position: absolute; right: 0px; top: calc(50% - 5px); width: 1px; height: 10px; background: #333333; } 
.btn-custom:last-child::after { display: none; } 
.btn-custom:last-child { padding-right: 0; } 
.btn-custom:hover,
.btn-custom.active { color: var(--color-main); transition: ease-in-out 0.5s; } 

.title-category-product h2 { width: max-content; } 
.title-productCat { flex: 1; overflow-x: auto; padding: 5px 0; margin: 0 10px 0 30px; } 
.title-productCat::-webkit-scrollbar { height: 3px; } 
.title-productCat::-webkit-scrollbar-track { background: #f1f1f1; } 
.title-productCat::-webkit-scrollbar-thumb { background: #ccc; } 
.title-productCat::-webkit-scrollbar-thumb:hover { background: var(--color-main); } 
.read-more { display: block; width: 90px; } 


/* News */
.title-home { position: relative; padding-left: 10px; border-bottom: 1px solid #e6e6e6; margin-bottom: 1rem; } 
.title-home::after { position: absolute; content: ""; top: 0px; left: 0px; width: 2px; background: #00a135; height: 100%; } 
.items-vertical { border-bottom: 1px solid #eee; padding-bottom: 10px; } 
.image-vertical { width: 155px } 
.info-vertical { width: calc(100% - 175px); } 
.view-more { width: 115px; height: 40px; line-height: 40px; text-align: center; border: 1px solid #000; display: block; } 
.view-more:hover { background: var(--color-title); color: var(--color-white) !important; } 
.image-news-inside { width: 300px; } 
.info-news-inside { width: calc(100% - 320px); } 

.aside--sticky{ position: sticky; top: 55px; }
.group-sidebox { margin: 0 0 20px; position: relative; padding: 10px 10px; border: 1px solid #e7e7e7; } 
.group-sidebox .sidebox-title h3 { font-size: 18px; text-transform: uppercase; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 2px solid #323232; text-align: center; position: relative; color: #000000; font-family:var(--font-bold); } 
.list-latest .item-article { display: flex; position: relative; } 
.list-latest .item-article:not(:last-child) { margin-bottom: 10px; } 
.list-latest .item-article:not(:last-child):after { content: ""; display: block; width: 100%; height: 1px; background: #eee; position: absolute; left: 0; bottom: -5px; } 
.list-latest .item-article .post-image { width: 30%; position: relative; } 
.list-latest .item-article .post-image img { width: 100%; height: 100%; object-fit: cover } 
.list-latest .item-article .post-content { width: 70%; padding-left: 10px; } 
.list-latest .item-article .post-content h3 { line-height: 20px } 
.list-latest .item-article .post-content h3 a { white-space: initial; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; color: #000000; font-family: var(--font-medium); line-height: 20px; font-size: 15px; } 
.list-latest .item-article .post-content h3 a:hover { color: #ff0000 } 
.list-latest .item-article .post-content .post-meta { font-size: 13px; font-family: var(--font-medium); color: #999 } 
.list-latest .item-article .post-content .post-meta-price span:nth-child(2) { color: #e60e0e; font-weight: 700 } 
.menuList-links { margin: 0; padding: 0; list-style: none; } 
.menuList-links li { position: relative; } 
.menuList-links li a { color: #252a2b; position: relative; font-size: 14px; display: block; font-family: var(--font-regular) } 
.menuList-links li a:hover, .menuList-links li a:focus { color: #196fe6; } 
.menuList-links > li { border-bottom: 1px solid #e7e7e7; } 
.menuList-links > li:last-child { border-bottom: none; } 
.menuList-links > li > a { padding: 12px 0; font-weight: 500; font-size: 15px; } 
.menuList-links > li.has-submenu > a { padding-right: 30px; } 
.menuList-links > li.has-submenu .icon-plus-submenu:hover { border: 1px solid #e7e7e7; } 
ul.menuList-links li ul.submenu-links { display: none; } 
ul.submenu-links li a { padding: 8px 0 8px 0px; } 
li.has-submenu.level0 > ul.submenu-links { border-top: 1px dashed #e7e7e7; } 
li.has-submenu.level0 > ul.submenu-links li a { padding-left: 12px; } 
li.has-submenu.level1 > ul.submenu-links li a { padding-left: 25px; } 
.menuList-links > li.has-submenu span.icon-plus-submenu { width: 25px; height: 25px; cursor: pointer; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid transparent; } 
.icon-plus-submenu:after, .icon-plus-submenu:before { background: rgba(9, 9, 9, 0.6); content: ''; display: block; position: absolute; margin-right: 7px; top: 50%; right: 0; -moz-transition: all .25s linear; -o-transition: all .25s linear; -webkit-transition: all .25s linear; transition: all .25s linear; } 
.icon-plus-submenu:before { width: 9px; height: 1px; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } 
.icon-plus-submenu:after { width: 1px; height: 9px; right: 4px; transform-origin: center; -moz-transform: translateY(-50%) scale(1, 1); -ms-transform: translateY(-50%) scale(1, 1); -webkit-transform: translateY(-50%) scale(1, 1); transform: translateY(-50%) scale(1, 1); } 
li.has-submenu.opened > a .icon-plus-submenu:after { -moz-transform: translateY(-50%) scale(1, 0); -ms-transform: translateY(-50%) scale(1, 0); -webkit-transform: translateY(-50%) scale(1, 0); transform: translateY(-50%) scale(1, 0); } 

@media screen and (max-width: 992px){
 .left-content { width: 100%; } 
 .right-content { width: 100%; } 
 .sidebar-site { display: none; } 
 }


/* Video */
.video-main { position: relative; } 
.list-video { margin-top: 10px; width: 100%; border-radius: 5px; border: 1px solid #ddd; } 
.img-video span { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); border: 1px solid #ff000066; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; color: #f00; background: #ffffffa8; font-size: 27px; cursor: pointer; transition: all 1s; } 
.item-video:hover span { transform: translateX(-50%) translateY(-50%) rotate(360deg); } 
.item-video h3 { text-align: center; font-size: 16px; margin-top: 10px; } 

/*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 { width: calc(100% - 50px); } 
.newsletter-button { width: 50px; } 
.newsletter-input input { height:45px; border-radius: 0; } 
.btn-submit { height: 45px; background: #ffde00; width: 100%; } 

.footer-powered { background: #0012a3; } 
.social-icon { background: #0012a3; position: absolute; top: -30px; right: 0px; left: 0px; margin: auto; width: 300px; padding-top: 15px; } 
.social-icon::before { content: ""; width: 13px; height: 100%; background: url(../images/set/webp/before-ft.png) no-repeat; position: absolute; right: -13px; top: 0px; } 
.social-icon:after { content: ""; width: 13px; height: 100%; background: url(../images/set/webp/after-ft.png) no-repeat; position: absolute; left: -13px; top: 0px; } 

.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.jpg) no-repeat top center; background-size: 100% 100%; } 

.name-footer { font-family: 'UTM HelvetIns'; font-size: 35px; color: var(--color-main); text-transform: uppercase; margin-bottom: 10px; line-height: 45px; position: relative; padding-bottom: 5px; text-shadow: 1.5px 0 0 #fff, -1.5px 0 0 #fff, 0 1.5px 0 #fff, 0 -1.5px 0 #fff, 1.5px 1.5px #fff, -1.5px -1.5px 0 #fff, 1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 2px 4px 3px rgba(0, 0, 0, 0); } 
.line-bottom { padding-bottom: 10px; } 
.line-bottom::after { content: ""; width: 50px; height: 3px; background: var(--color-white); position: absolute; bottom: 0; left: 0; } 
.footer-ul li a:hover { text-decoration: underline; } 
.footer-ul li.line { font-size: 10px; } 
.footer-powered .wrap-content { padding-top: 15px; padding-bottom: 15px; } 
.setting-name { font-family: var(--font-custom); color: var(--color-title); text-transform: uppercase; font-size: 30px; margin: 5px 0; } 

.footer-news:nth-child(1) { width: 415px; } 
.footer-news:nth-child(2) { width: 215px; } 
.footer-news:nth-child(3) { width: 210px; } 
.footer-news:nth-child(4) { width: 295px; } 



/* 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:300px; } 
.maps-iframe iframe { position:absolute; left:0px; top:0px; width:100%; height:100%; } 
.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; } 
.social-header li { width: 30px; height: 30px; text-align: center; display: flex; justify-content: center; align-items: center; background: var(--color-white); border-radius: 50%; } 

::-webkit-scrollbar { width: 3px; } 
::-webkit-scrollbar-track { background: #fff; } 
::-webkit-scrollbar-thumb { background: #ccc; } 
::-webkit-scrollbar-thumb:hover { background: var(--color-hover); } 
.product .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: -webkit-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left bottom, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to top, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_right { position: absolute; height: 0; width: 2px; right: 0; bottom: 0; background: -webkit-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to bottom, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_top { position: absolute; height: 2px; width: 0; right: 0; top: 0; background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left top, right top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product .i_bottom { position: absolute; height: 2px; width: 0; left: 0; bottom: 0; background: -webkit-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: -o-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, right top, left top, from(red), color-stop(orange), color-stop(yellow), color-stop(green), color-stop(blue), color-stop(indigo), to(violet)); background: -moz-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet); background: linear-gradient(to left, red, orange, yellow, green, blue, indigo, violet); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } 
.product:hover .i_left { height: 100%; bottom: 0; top: inherit } 
.product:hover .i_top { width: 100%; left: 0 } 
.product:hover .i_right { height: 100%; top: 0; bottom: inherit } 
.product: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; } 


