body{ width: 100%; height: 100%; padding: 0; margin: 0; color: #111; background: #fff; font-family: 'Gotham Narrow'; font-size: 16px; font-weight: 400; overflow: auto; overflow-x: hidden;}
::selection{ background: #89060d; color: #fff;}
.loading{ position: fixed; width: 100%; height: 100vh; background: #fff; top: 0; left: 0; z-index: 9999999999999999;}
.container{ max-width: 1400px !important; }
.main-section::after { content: ""; display: block; clear: both; }

/* Header Section */

.header-section { transition: 0.3s; position: fixed; max-width: 1400px; width: 100%; top: 60px; left: 50%; transform: translateX(-50%); z-index: 99; background: #fff; border-radius: 50rem; box-shadow: 0px 3px 20px rgba(0,0,0,0.05); }

.header-section.fixed { max-width: 100%; border-radius: 0; top: 0; padding: 20px 0 5px 0; box-shadow: 0px 3px 40px rgba(0,0,0,0.2); }
.header-section.fixed .logo { top: -20px; border: 10px solid #fff; }
.header-section.fixed .logo a { filter: invert(1) grayscale(100); }
.header-section.fixed .logo a img { width: 100px; }

/* Logo */

.logo { transition: 0.3s; width: auto; position: absolute; z-index: 2; left: 50%; transform: translateX(-50%); top: -27px; border-radius: 50rem; box-shadow: 0px 3px 20px rgba(0,0,0,0.05); }
.logo a { transition: 0.3s; text-decoration: none; color: currentColor; display: block; background: #fff; border-radius: 50rem; overflow: hidden; padding: 10px 30px; }
.logo a img { transition: 0.3s; width: 140px; }

/* Right Links */

.right-links { display: flex; align-items: center; }
.right-links > a { text-decoration: none; color: currentColor; display: inline-flex; align-items: center; padding: 10px 20px; font-size: 14px; line-height: 1; }
.right-links > .follow-us { background: url(../images/social/instagram.svg) no-repeat center left; background-size: 32px; filter: grayscale(100) brightness(0); padding-left: 36px; }
.right-links > .phone { background: url(../images/phone.svg) no-repeat center left; background-size: 24px; filter: grayscale(100) brightness(0); padding-left: 26px; }
.right-links > .account span { cursor: pointer; display: block; width: 31px; height: 31px; margin: 0 5px; background: url(../images/user.svg) no-repeat center; background-size: 27px; filter: grayscale(100) brightness(0); }
.right-links > .basket-btn { position: relative; width: 31px; height: 31px; margin: 0 10px; background: url(../images/basket.svg) no-repeat center; background-size: 27px; }
.right-links > .basket-btn small { position: absolute; width: 16px; height: 16px; right: -3px; top: 1px; font-weight: 500; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: #22bc31; color: #fff; filter: grayscale(0)  }

/* Brand Carou */
.brand-carou { padding-bottom: 60px; }
    .brand-carou a { text-decoration: none; display: block; }
    .brand-carou img { width: 100%; }

    .brand-carou .swiper-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
        .brand-carou .swiper-pagination span { width: 10px; height: 10px; background: transparent; border: 1px solid #999; opacity: 1; }
        .brand-carou .swiper-pagination .swiper-pagination-bullet-active { width: 16px; height: 16px; border: 2px solid #f8bd00; }




/* Top Menu */

.top-menu{ width: auto;}
.top-menu ul{ list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center;}
.top-menu ul li{ position: relative; width: auto;}
.top-menu ul li a{ text-decoration: none; color: #111; display: inline-block; padding: 10px 20px; font-size: 13px; font-weight: 500; position: relative;}
.top-menu ul li a i{ color: #101010; font-size: 18px; position: relative; top: 3px; display: none;}
.top-menu ul li:hover a{ color: #22bc31;}
.top-menu > ul{ list-style: none; padding: 0; margin: 0; display: flex;}
.top-menu > ul ul{ list-style: none; padding: 10px 0; margin: 0; position: absolute; width: 190px; background: #fff; display: none; z-index: 2;}
.top-menu > ul ul li a{ padding: 5px 20px; color: #111 !important;}
.top-menu > ul ul li a:hover{ color: #22bc31 !important;}
.top-menu > ul ul.opened{ display: block;}
.top-menu > ul ul ul{ left: 100%; top: 0; display: none;}
.top-menu > ul ul ul.opened{ display: block;}

/* Mobile Menu */

.mobile-menu{ width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 999; transition: 0.3s; background: #fff; overflow: auto;}
.mobile-menu.opened{ left: 0;}
.mobile-menu ul{ width: 100%; height: 100%; top: 0; z-index: 3; padding: 30px 0; padding-top: 60px; margin: 0; list-style: none;}
.mobile-menu ul li{ position: relative; border-top: 1px solid #eee;}
.mobile-menu ul li:last-child{ border-bottom: 1px solid #eee;}
.mobile-menu ul li a{ text-decoration: none; color: #111; font-size: 14px; font-weight: 500; display: block; letter-spacing: 1px; padding: 10px 15px; text-align: center;}
.mobile-menu > ul{ display: block; left: 0;}
.mobile-menu > ul ul{ position: fixed; background: #fff; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s;}
.mobile-menu > ul ul.opened{ left: 0; opacity: 1; visibility: visible;}
.mobile-menu > ul ul ul{ position: fixed; left: 0; top: 0; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s;}
.mobile-menu > ul ul ul.opened{ left: 0; opacity: 1; visibility: visible;}
.mobile-menu .back-icon{ width: 40px; height: 40px; position: absolute; left: 15px; top: 10px; display: flex; align-items: center; justify-content: center; z-index: 2; border: 1px solid #ddd;}
.mobile-menu .sub-icon{ width: 40px; height: 40px; position: absolute; right: 0; top: 0; display: flex; align-items: center; justify-content: center; z-index: 2;}

.mobile-menu .close-btn { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; position: absolute; right: 15px; top: 10px; font-size: 26px; }

/* Slider */

.slider{ position: relative; width: 100%; }
.slider a{ position: relative; width: 100%; min-height: 912px; text-decoration: none; color: currentColor; display: block;}
.slider a::after { content: ""; width: 100%; height: 100%; left: 0; top: 0; position: absolute;  }
.slider img{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }

.slider .content { max-width: 400px; position: absolute; z-index: 2; top: 45%; left: 50%; transform: translate(-50%,-50%); text-align: center; color: #fff; }
.slider .content small { font-size: 20px; }
.slider .content h2 { font-family: 'bauerbodni_btroman'; font-size: 44px; margin-bottom: 45px; }
.slider .content p { font-size: 14px; }

/* Home Slider */

.home-slider { padding-bottom: 50px; }
.home-slider .image { position: absolute; height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.home-slider .image img { max-width: 100%; height: 100%; object-fit: contain; }
.home-slider .content { width: 100%; display: flex; flex-wrap: wrap; }
.home-slider .content .item { width: 50%; display: flex; align-items: center; padding: 45px 0; }
.home-slider .content .item .detail { margin: 0 20px; }
.home-slider .content .item .detail h2 { font-size: 20px; font-weight: bold; }
.home-slider .content .item .detail p { font-size: 14px; margin: 0; }
.home-slider .content .item:nth-child(odd) { padding-right: 150px; text-align: right; }
.home-slider .content .item:nth-child(even) { padding-left: 150px; }
.home-slider .content .item:nth-child(even) .detail { order: 2; }

.home-slider .swiper-button-prev, .home-slider .swiper-button-next { opacity: 1; top: unset; bottom: 0; }
.home-slider .swiper-button-prev { left: 50%; margin-left: -35px; }
.home-slider .swiper-button-next { right: 50%; margin-right: -35px; }
.home-slider .swiper-button-prev::after, .home-slider .swiper-button-next::after { display: none; }
.home-slider .swiper-button-prev i, .home-slider .swiper-button-next i { font-size: 32px; color: #666; }
.home-slider .swiper-button-next i { color: #22bc31; }

/* Banner */

.banner{ position: relative; width: 100%; min-height: 500px;}
.banner img{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover;}
.banner .content { position: absolute; z-index: 2; left: 15%; bottom: 60px; }
.banner .content small { font-size: 22px; }
.banner .content h2 { font-size: 48px; font-family: 'bauerbodni_btroman'; line-height: 1; margin: 0; }

/* Breadcrumb */

.breadcrumb{ background: transparent; padding: 20px 0;}
.breadcrumb a{ text-decoration: none; color: currentColor; color: #999;}
.breadcrumb a::after{ content: "/"; position: relative; margin: 0 10px;}
.breadcrumb a:last-child{ color: #031539; font-weight: 700;}
.breadcrumb a:last-child::after{ display: none;}

/* Side Nav */

.side-nav{ width: 100%;}
.side-nav ul{ list-style: none; padding: 0; margin: 0;}
.side-nav ul li{ width: 100%; position: relative;}
.side-nav ul li:last-child a{ border: 0;}
.side-nav ul li a{ text-decoration: none; color: currentColor; display: block; padding: 5px 0; padding-right: 44px; font-size: 16px; font-weight: 600;}
.side-nav ul li a:hover{ color: #22bc31;}
.side-nav ul li .arrow{ position: absolute; color: #14ab37; right: 0; width: 42px; height: 34px; top: 0; display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; z-index: 2;}
.side-nav ul li .arrow.active{ transform: rotate(90deg);}
.side-nav ul li.has-sub ul{ padding: 0; height: 0; overflow: hidden;}
.side-nav ul li.has-sub ul.opened{ height: auto;}
.side-nav ul ul{ border: 0;}
.side-nav ul ul li a{ border: 0; font-size: 14px;}
.side-nav ul ul li a{ font-weight: 400;}

/* Side Menu */

.side-menu{ width: 100%;}
.side-menu ul{ list-style: none; padding: 0; margin: 0;}
.side-menu ul li{ width: 100%; position: relative;}
.side-menu ul li:last-child a{ border: 0;}
.side-menu ul li a{ text-decoration: none; color: currentColor; display: block; padding: 5px 0; padding-right: 44px; font-size: 16px; font-weight: 600;}
.side-menu ul li a:hover{ color: #22bc31;}
.side-menu ul li .arrow{ position: absolute; color: #14ab37; right: 0; width: 42px; height: 34px; top: 0; display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; z-index: 2;}
.side-menu ul li .arrow.active{ transform: rotate(90deg);}
.side-menu ul li.has-sub ul{ padding: 0; height: 0; overflow: hidden;}
.side-menu ul li.has-sub ul.opened{ height: auto;}
.side-menu ul ul{ border: 0;}
.side-menu ul ul li a{ border: 0; font-size: 14px;}
.side-menu ul ul li a{ font-weight: 400;}

/* Soru Cevap */

.soruCevap ul { list-style: none; padding: 0; margin: 0; }
.soruCevap ul li { width: 100%; padding: 15px 25px; border-radius: 10px; margin-bottom: 20px; box-shadow: 0px 3px 10px rgba(0,0,0,0.1); }
.soruCevap ul li h6 { margin: 10px 0; cursor: pointer; display: flex; justify-content: space-between; }
.soruCevap ul li h6 i { font-size: 20px; }
.soruCevap ul li h6 i.is-active { transform: rotate(90deg); }
.soruCevap ul li .yazi { display: none; }
.soruCevap ul li .yazi p { margin: 10px 0; }
.soruCevap ul li .yazi.is-visible { display: block; }

/* Cat Links */

.cat-links a { text-decoration: none; color: currentColor; display: inline-block; margin: 0 20px; font-size: 18px; }
.cat-links a.is-active { font-weight: bold; }
.cat-links a.is-active span { border-bottom: 3px solid #d1fba5; }

/* Product List */

.product-list .list-item { padding: 30px; border: 1px solid #ccc; border-radius: 20px; text-align: center; }
.product-list .list-item a { text-decoration: none; color: currentColor; display: block; }
.product-list .list-item .image { margin-bottom: 15px; }
.product-list .list-item .image img { width: 100%; height: 300px; object-fit: contain; }
.product-list .list-item .content h2 { font-size: 20px; font-weight: bold; min-height: 75px; max-height: 75px; }
.product-list .list-item .content h3 { font-size: 16px; opacity: 0.7; margin-bottom: 15px; }
.product-list .list-item .content .price { font-size: 27px; font-weight: bold; margin-bottom: 15px; }
.product-list .list-item a.buy-btn { display: inline-block; background: #22bc31; color: #fff; padding: 7px 20px; border-radius: 50px; }

.product-list.carou { padding-bottom: 50px; }
.product-list.carou .swiper-pagination span { background: transparent; border: 1px solid #666; opacity: 1; width: 14px; height: 14px; }
.product-list.carou .swiper-pagination .swiper-pagination-bullet-active { background: #22bc31; border-color: #22bc31; }

.product-list.carou.style-2 { padding: 0; }
.product-list.carou.style-2 .list-item { display: flex; align-items: center; padding: 0; border: 0; text-align: left; }
.product-list.carou.style-2 .list-item .content { padding-left: 20px; }

.product-list.carou.style-2 .swiper-button-prev::after, .product-list.carou.style-2 .swiper-button-next::after { color: #666; }

/* Detail Image */

.detail-image a { text-decoration: none; color: currentColor; display: block; }
.detail-image a img { width:100%; }

/* Detail Content */

.detail-content h1 { font-size: 26px; font-weight: bold; }
.detail-content small { display: block; font-size: 20px; opacity: 0.7; margin-bottom: 20px; }
.detail-content .size { display: flex; flex-wrap: wrap; margin-bottom: 5px; }
.detail-content .size a { width: 20%; border-radius: 7px; text-align: center; padding: 8px; text-decoration: none; color: currentColor; display: inline-block; margin: 0 10px 10px 0; border: 1px solid #ddd; }
.detail-content .size a:hover { background: #ddd; }
.detail-content .size a.active { background: #ddd; }
.detail-content .price { font-size: 32px; font-weight: bold; margin-bottom: 30px; }
.detail-content .buttons { display: flex; flex-wrap: wrap; }
.detail-content .buttons a { width: 40%; text-align: center; border-radius: 50rem; padding: 15px; text-decoration: none; color: currentColor; font-size: 13px; font-weight: 500; margin: 0 15px 15px 0; }
.detail-content .buttons a.buy-btn { background: #22bc31; color: #fff; }
.detail-content .buttons a.add-btn { background: #111; color: #fff; }

/* Detail Tab */

.detail-tab { width: 100%; }
.detail-tab ul { list-style: none; padding: 0; margin: 0; }

.detail-tab .tab-title { width: 100%; margin-bottom: 10px; }
.detail-tab .tab-title ul { width: 100%; display: flex; flex-wrap: wrap; }
.detail-tab .tab-title ul li { margin-right: 30px; }
.detail-tab .tab-title ul li a { text-decoration: none; color: currentColor; display: block; padding: 7px 0; font-size: 13px; letter-spacing: 2px; }
.detail-tab .tab-title ul li:hover a { font-weight: 500; text-decoration: underline; }
.detail-tab .tab-title ul li.is-active a { font-weight: 500; text-decoration: underline; }

.detail-tab .tab-content ul { max-height: 500px; overflow: auto; background: #f5f5f5; padding: 10px; border: 20px solid #f5f5f5; }
.detail-tab .tab-content ul li { width: 100%;  }
.detail-tab .tab-content ul li.is-active { display: block; }

.detail-tab .tab-content ul::-webkit-scrollbar { width: 8px; }
.detail-tab .tab-content ul::-webkit-scrollbar-track { background: transparent; }
.detail-tab .tab-content ul::-webkit-scrollbar-thumb { background: #666; border-radius: 50rem; }

/* Mid Banner */

.mid-banner { position: relative; width: 100%; padding: 60px 0; }
.mid-banner::after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.5); z-index: -1; }
.mid-banner img { position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; z-index: -2; }

.mid-banner .content { max-width: 800px; width: 100%; margin: auto; color: #fff; text-align: center; padding: 0 15px; }
.mid-banner .content .page-title h2 { color: #fff; }
.mid-banner .content .page-title h3 { color: #8b762a; }
.mid-banner .content p { font-size: 14px; }

.mid-banner.custom { padding: 0; }
.mid-banner.custom a { display: block; }
.mid-banner.custom::after { display: none; }
.mid-banner.custom img { position: relative; height: auto; }

/* Scroll Images */

.scroll-images img:nth-child(1) { position: absolute; left: -10px; top: -50px; width: 400px; height: 350px; object-fit: contain; z-index: 9; }
.scroll-images img:nth-child(2) { position: absolute; right: 0; bottom: -200px; width: 400px; height: 350px; object-fit: contain; z-index: 9; }

/* Icons */

.icons { display: flex; flex-wrap: wrap; justify-content: center; }
.icons .item { width: 33.333%; padding: 15px; text-align: center; color: #fff; z-index: 2; }
.icons .item img { position: relative; width: 130px; height: 130px; object-fit: contain; margin: auto; margin-bottom: 10px; }
.icons .item small { display: block; font-size: 18px; }
.icons .item span { display: block; font-size: 20px; font-weight: 500; }

/* Contact Map */

.contact-map { width: 100%; min-height: 300px; position: relative; margin-bottom: 15px; }
.contact-map iframe { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

/* Showcase */

.showcase { position: relative; z-index: 2; }
.showcase .item { padding: 30px 0; display: flex; align-items: flex-end; }
.showcase .item > img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; z-index: -1; }
.showcase .item .content { position: relative; max-width: 650px; width: 100%; height: 100%; display: flex; align-items: flex-end; padding: 0 30px; }
.showcase .item .content img { max-width: 240px; width: 100%; }
.showcase .item .content .detail { padding: 30px; max-width: 350px; width: 100%; }
.showcase .item .content .detail h2 { font-family: 'bauerbodni_btroman'; font-size: 44px; margin-bottom: 20px; }
.showcase .item .content .detail p { font-style: italic; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.showcase .item .content .detail a { display: inline-flex; align-items: center; text-decoration: none; color: currentColor; font-size: 14px; }
.showcase .item .content .detail a span { text-decoration: underline; }
.showcase .item .content .detail a i { font-weight: bold; font-size: 18px; position: relative; top: -1px; margin-left: 5px; color: #8f7621; }
.showcase .item:nth-child(1) { justify-content: flex-end; border-right: 12px solid #fff; }
.showcase .item:nth-child(2) { border-left: 12px solid #fff; }
.showcase .item:nth-child(2) img { order: 2; }

.showcase.home { margin-top: -25%; }
.showcase.home .item { border: 0; position: relative; padding: 0 15px; }
.showcase.home .item .content img { max-width: 240px; }
.showcase.home .item .content::after { content: ""; width: 100%; height: 65%; position: absolute; left: 0; bottom: 0; background: #fff; z-index: -1; }

.showcase.home .item:nth-child(1) .content::after { border-top-right-radius: 100px; }
.showcase.home .item:nth-child(2) .content::after { border-top-left-radius: 100px; }

/* Contact Info */

.contact-info { margin-bottom: 30px; }
.contact-info h2 { font-size: 24px; margin-bottom: 15px; }
.contact-info ul { list-style: none; padding: 0; margin: 0; }
.contact-info ul li { width: 100%; margin-bottom: 10px; }
.contact-info ul li a { text-decoration: none; display: block; color: currentColor; }

/* Contact Form */

.contact-form h2 { font-size: 24px; margin-bottom: 15px; }
.contact-form ul { list-style: none; padding: 0; margin: 0; }
.contact-form ul li { width: 100%; margin-bottom: 10px; }
.contact-form ul li label { display: block; }
.contact-form ul li input[type=text] { width: 100%; outline: none; border: 1px solid #ddd; padding: 10px; }
.contact-form ul li textarea { width: 100%; height: 120px; outline: none; border: 1px solid #ddd; padding: 10px; }
.contact-form input[type=submit] { outline: none; border: 0; background: transparent; color: #22bc31; border: 2px solid #22bc31; border-radius: 50rem; font-weight: 900; padding: 13px 30px; }

/* Footer Menu */

.f-menu h3 { font-size: 14px; font-weight: 600; }
.f-menu ul { list-style: none; padding: 0; margin: 0; }
.f-menu ul li { padding: 5px 0; }
.f-menu ul li a { font-size: 14px; text-decoration: none; color: currentColor; display: block; }
.f-menu ul li a strong { color: #22bc31; font-weight: bold; }

.footer-section img { max-width: 100%; }

/* Subscribe */

.subscribe h3 { font-size: 14px; font-weight: 600; margin-bottom: 15px; }
.subscribe input[type=text] { width: 100%; outline: none; border: 0; border-bottom: 1px solid #ccc; padding: 5px 0; margin-bottom: 20px; background-color: #ffffff; }
.subscribe input[type=submit] { outline: 0; border: 0; background: #22bc31; color: #fff; padding: 10px 15px; font-size: 14px; letter-spacing: 1px; }

/* Copyright */

.copyright { position: relative; font-size: 14px; }
.copyright::after { content: ""; position: absolute; width: 100vw; height: 100%; left: -50vw; margin-left: 50%; top: 0; background: #f0f0f0; z-index: -1; }
.copyright a { font-weight: 500; text-decoration: none; color: currentColor; }

/* Helpers */

.menu-btn{ position: absolute; right: -5px; z-index: 10; width: 34px; height: 34px; border-radius: 100%; background: #22bc31; color: #fff; font-size: 24px; margin-left: 15px; display: none; align-items: center; justify-content: center;}
.global-title { font-family: 'bauerbodni_btroman'; font-size: 26px; text-align: center; }
.page-title { text-align: center; margin-bottom: 45px; }
.page-title h2 { font-family: 'bauerbodni_btroman'; font-size: 48px; }
.page-title h3 { position: relative; font-family: 'Amalfi Coast'; font-size: 48px; color: #8c762b; transform: rotate(-10deg); padding-left: 180px; }
.padding-top { padding-top: 150px !important; }
.alisSepet { min-height: 350px; }

#ozlgrp-14 ul li:nth-child(3) { width: 100%; }
#ozlgrp-14 ul li:nth-child(4) { width: 100%; }

@media(max-width: 991px) { 
    .menu-btn{ display: flex;}
    .top-menu{ display: none;}
    .side-nav{ margin-bottom: 30px;}
    .side-nav > ul > li{ border-bottom: 1px solid #ddd;}
    .side-nav > ul > li:last-child{ border: 0;}
    .scroll-images { display: none !important; }
    .right-links { width: 100%; padding: 8px; position: relative; padding-right: 50px; justify-content: flex-end; }
    .right-links > a:not(.basket-btn) { width: 34px; height: 31px; font-size: 0; padding: 0; margin-left: 15px; }
    .right-links > .basket-btn { margin: 0; }
    .logo { top: -19px; left: 15px; transform: unset; }
    .logo a img { width: 120px; }
    .header-section { top: 35px; }
    .page-title h2 { font-size: 36px; }
    .page-title h3 { transform: unset; font-size: 32px; padding: 0; }
    .showcase .item { border: 0 !important; }
    .banner { min-height: 340px; }
    .slider a { min-height: 640px; }
    .slider .content { top: 50%; }

    .home-slider .swiper-slide { display: flex; }
    .home-slider .image { position: relative; left: unset; top: unset; transform: unset; }
    .home-slider .content .item { padding: 0 !important; width: 100%; margin-bottom: 20px; }
    .home-slider .content .item .detail { order: 2 !important; text-align: left; }

    .detail-image a { text-align: center; }
    .detail-content { text-align: center; }
    .detail-content .buttons { justify-content: center; }
    .detail-content .buttons a { margin: 0 10px 15px 10px; }
    .detail-tab .tab-title ul { justify-content: center; }
    .detail-tab .tab-title ul li { margin: 0 15px 15px 15px; }

    .padding-top { padding-top: 100px !important; }
}

@media(max-width: 768px)
{
    .icons .item img { width: 75px; height: 75px; }
    .icons .item small, .icons .item span { font-size: 16px; }
}

@media(max-width: 640px)
{
    .slider a { min-height: 400px; }
    .slider .content { top: 57%; }
    .slider .content h2 { margin: 0; }
    .slider .content p { display: none; }
    .showcase .item .content { max-width: 100%; }
    .showcase.home .item .content::after { height: 100%; }
    .home-slider .swiper-slide { flex-wrap: wrap; }
    .home-slider .image { display: none; }
    .logo { top: -7px; }
    .logo a img { width: 80px; }
    .header-section.fixed .logo { border: 0; top: -4px; }
    .header-section.fixed .logo a img { width: 65px; }
    .header-section.fixed { padding: 4px 0; }
}

@media(max-width: 576px)
{
    .showcase .item .content { padding: 0; }
    .showcase .item .content img { max-width: 150px; }
    .showcase .item .content .detail { padding: 15px; }
    .showcase.home .item .content img { max-width: 120px; }
}

@media(max-width: 480px)
{
    .showcase.home .item .content::after { border-radius: 30px !important; }
}

@media(max-width: 440px)
{

}












