/*-----------------------------------------------------------------------------------
    Template Name:Tohoney-eCommerce Bootstrap 4 Template
    Template URI:
    Description: This is html5 template
    Author:
    Author URI:
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)433
    2. header-area start
    3. slider-area start
    4. product-area start
    5. modal
    8. banner-area start
    6. subscribe-area start
    7. testmonial-area start
    8. footer-area start
    9. mobal-subscribe
    10. home2 start
    11. home3 start
    12. product-style start
    13. featured-product-area start
    14. shop single style here
    15. shop sidebar style here
    16. blog-area
    17. cart style here
    18. checkout style here
    19. contact-area start
-----------------------------------------------------------------------------------*/


/*=================================
 Theme Default CSS
===================================*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800');
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
}

input:focus,
select:focus {
    outline: none;
}

input,
button,
img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #00A19D;
}

a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.black-opacity {
    position: relative;
    z-index: 9;
}

.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.bg-1 {
    background: #f5f5f5;
}

.bg-2 {
    background: #fff;
    border-bottom: 1px solid #efefef;
}

.bg-img-1 {
    background: url(../images/banner/1.jpg) no-repeat center center / cover;
}

.bg-img-8 {
    background: url(../images/banner/hercules.jpg) no-repeat center center;
    background-size: cover;   
    background-position: center;
    background-repeat: no-repeat;
}

.bg-img-2 {
    background: url(../images/bg/review.png) no-repeat center center / cover;
}

.bg-img-3 {
    background: url(../images/bg/2.png) no-repeat center center / cover;
}

.bg-img-4 {
    background: url(../images/bg/1.png) no-repeat center center / cover;
}

.ptb-25 {
    padding: 25px 0px;
}

.ptb-50 {
    padding: 50px 0px;
}

.ptb-15 {
    padding: 15px 0px;
}

.ptb-100 {
    padding: 100px 0px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-30 {
    margin-bottom: 30px;
}

a#scrollUp {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background: #00A19D;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
}

a#scrollUp:hover {
    background: #333;
}

.sticky-menu {
    width: 100%;
    left: 0;
    top: 0px;
    position: fixed;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.fluid-container {
    width: 1720px;
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 100%;
}

/*===============================
    24. PRELOADER
===============================*/

.preloader-wrap {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    top: 0;
    left: 0;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.flex-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



/*================================
header-area start
=====================================*/

.header-contact {
    display: flex;
    flex-wrap: wrap; /* kalau kepanjangan bisa turun ke bawah */
    justify-content: center; /* biar rapi di HP */
    gap: 10px; /* jarak antar item */
    padding: 15px 0;
    padding-left: 0;
    list-style: none;
    color: #00A19D;
}
.header-contact li {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.header-contact li a {
    margin-left: 5px;
    white-space: nowrap; /* biar email panjang gak patah */
}

.header-contact li:last-child {
    padding-right: 0;
}

.header-contact li i {
    margin-right: 5px;
}

.header-contact li i:before {
    font-style: 16px;
}

.header-area {
    position: sticky;   /* atau pakai fixed */
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;      /* biar selalu di atas konten lain */
    background: #fff;   /* kasih background biar gak transparan */
}

.header-area.scrolled {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}

@media (max-width: 768px) {
    .header-contact {
        flex-direction: column;   /* turun ke bawah di HP */
        align-items: center;
        font-size: 12px;
        gap: 6px;
        color: #00A19D;
    }

    .header-main {
        padding: 10px;
    }

    .logo img {
        height: 32px; /* lebih kecil di HP */
    }
}

.account_login-area {
    justify-content: flex-end;
}

.account_login-area li {
    position: relative;
    padding: 20px 20px;
}

.account_login-area li:first-child {
    padding-left: 0;
}

.account_login-area li:last-child {
    padding-right: 0;
}

.account_login-area>li:before {
    position: absolute;
    left: 0;
    top: 50%;
    background: #eee;
    content: "";
    height: 40px;
    width: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.account_login-area li:first-child:before {
    display: none;
}

.account_login-area li a {
    color: #333;
    display: block;
}

.account_login-area li:hover>a {
    color: #00A19D;
}

.account_login-area li a i.fa-user {
    margin-right: 5px;
}

.account_login-area li a i.fa-angle-down {
    margin-left: 5px;
}

.dropdown_style {
    position: absolute;
    left: 0;
    top: 100%;
    background: #333;
    width: 150px;
    padding: 15px 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
.dropdown_style li a {
    color: #fff;
}
.account_login-area li:hover .dropdown_style,
.mainmenu ul li:hover ul.dropdown_style,
.search-cart-wrapper li:hover>ul.dropdown_style {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.dropdown_style li {
    padding: 0px;
}

.dropdown_style li a:hover {
    padding-left: 5px;
    color: #fff;
}

.right {
    left: auto;
    right: 0;
}

.logo {
    padding-top: 0px 0;
    padding-bottom: 5px 0;
}

.mainmenu ul,
.search-cart-wrapper {
    justify-content: flex-end;
}

.mainmenu ul li {
    padding: 30px 20px;
    position: relative;
}

.mainmenu ul li:first-child {
    padding-left: 0;
}

.mainmenu ul li:last-child {
    padding-right: 0;
}

.mainmenu ul li a {
    text-transform: capitalize;
}

.mainmenu ul li:hover>a,
.mainmenu ul li.active>a {
    color: #00A19D;
}

.mainmenu ul li>ul {
    background: #333;
    width: 200px;
}

.mainmenu ul li>ul li {
    padding: 5px 0px;
}

.mainmenu ul li>ul li a {
    color: #fff;
    text-transform: capitalize;
}

.search-cart-wrapper li {
    padding: 30px 20px 30px 0px;
    position: relative;
    color: #fff;
}

.search-cart-wrapper li:last-child {
    padding-right: 0;
}

.search-cart-wrapper li>a {
    font-size: 18px;
    position: relative;
    display: block;
}

.search-cart-wrapper li:hover>a {
    color: #00A19D;
}

.search-cart-wrapper li>a span {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background: #00A19D;
    display: block;
    position: absolute;
    right: -8px;
    top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.search-cart-wrapper li:hover>a span {
    background: #333;
}

.search-cart-wrapper li>ul.cart-wrap {
    width: 250px;
    background: #333;
    right: 0;
    padding: 20px;
    left: auto;
}

.cart-wrap li {
    padding: 0;
}

.cart-wrap li.cart-items {
    overflow: hidden;
    padding: 0px 0px 15px;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #999;
}

.cart-img {
    float: left;
    margin-right: 15px;
}

.cart-wrap li .cart-content {
    overflow: hidden;
}

.cart-wrap li .cart-content a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 20px;
}

.cart-wrap li .cart-content a:hover {
    color: #00A19D;
    padding: 0px;
}

.cart-wrap li .cart-content span {
    display: block;
    line-height: 14px;
    color: #fff;
}

.cart-wrap li .cart-content p {
    line-height: 20px;
    color: #fff;
    margin-top: 5px;
}

.cart-wrap li .cart-content i {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.cart-wrap li .cart-content i:hover {
    color: #f00;
}

.cart-wrap li button {
    width: 100%;
    height: 35px;
    background: #fff;
    text-transform: uppercase;
    border: none;
    color: #333;
    margin-top: 25px;
}

.cart-wrap li button:hover {
    background: #00A19D;
    color: #fff;
}

.search-cart-wrapper .responsive-menu {
    padding: 36px 0;
}

.search-cart-wrapper .responsive-menu a {
    display: block;
    position: static;
}

.search-cart-wrapper .responsive-menu a span {
    position: static;
    width: 20px;
    height: 2px;
    margin-bottom: 2px;
    background: #333;
    border-radius: 0px;
}




/*search*/

.search-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    left: -100%;
    top: -100%;
    transition: all .5s;
    border-radius: 50%;
}

.search-area.current {
    visibility: visible;
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.11, .67, .79, .36);
    transition-timing-function: cubic-bezier(.11, .67, .79, .36);
    left: 0;
    top: 0;
    border-radius: 0px;
}

.search-form form {
    position: relative;
}

.search-form input {
    width: 100%;
    height: 60px;
    border: 1px solid #999;
    padding: 0px 80px 0px 30px;
    background: transparent;
    color: #fff;
}

.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 60px;
    background: #00A19D;
    font-size: 20px;
    color: #fff;
    border: none;
}

.search-form button:hover {
    background: #fff;
    color: #00A19D;
}

.closebar {
    position: absolute;
    right: 3px;
    top: 3px;
    background: #00A19D;
    width: 80px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}

.closebar:hover {
    background: #f00;
}




/*search*/


/*------responsive-menu area start------*/

.header-bottom {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.responsive-menu-tigger a {
    /* Base styles - handled in responsive.css */
}

.responsive-menu-tigger a span {
    /* Base styles - handled in responsive.css */
}

.responsive-menu-area {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #00A19D;
    top: 100%;
    padding: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    display: none;
}

.responsive-menu-area.active {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    display: block;
}

.metismenu li {
    margin-bottom: 5px;
}

.metismenu li a {
    color: #fff;
    display: block;
}

.metismenu .has-arrow:after {
    right: 0;
}

.metismenu li>ul {
    padding-left: 20px;
}




/*------responsive-menu area end------*/


/*------header-area end------*/


/*------slider-area start------*/

.swiper-container {
    height: 838px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

.swiper-slide {
    overflow: hidden;
}

.slide-inner1 {
    background: url(../images/slider/zoom.png);
}

.slide-inner2 {
    background: url(../images/slider/lewitt.png);
}

.slide-inner3 {
    background: url(../images/slider/audient.png);
}

.slide-inner4 {
    background: url(../images/slider/focusrite.png);
}

.slide-inner5 {
    background: url(../images/slider/akai.png);
}

.slide-inner6 {
    background: url(../images/slider/boss.png);
}

.slide-inner7 {
    background: url(../images/slider/hercules.png);
}

.slide-inner8 {
    background: url(../images/slider/alesis.png);
}

.slide-inner9 {
    background: url(../images/slider/ernieball.png);
}

.slide-inner10 {
    background: url(../images/slider/samson.png);
}

.slide-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-shape {
    background:rgba(255,255,255,.7);
    width: 880px;
    height: 300px;
    text-align: center;
    margin: auto;
    padding: 65px 65px 0;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

@media (max-width: 767px) {
    .slider-shape {
        width: 90%;
        padding: 15px;
        background: rgba(255,255,255,0.7) !important; /* paksa transparan */
        border-radius: 10px;
    }
}

.slider-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #00A19D;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.count-down-clock {
    padding-bottom: 15px;
}
.slider-content p {
    font-size: 14px;
    color: #333;
}

.slider-content a {
    display: inline-block;
    padding: 12px 30px;
    background: #00A19D;
    border: 1px solid #00A19D;
    color: #fff;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    margin: 30px auto 0;
    border-radius: 7px;
}

.slider-content a:hover {
    background: #fff;
    color: #333;
}

.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    outline: 1px solid transparent;
    outline-offset: 2px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background: #00A19D;
    outline: 1px solid #00A19D;
}

.slider-area2 .slider-content h2,
.slider-area2 .slider-content p {
    color: #fff;
}


/*------slider-area start------*/


/*------featured-area start------*/

.featured-area {
    padding: 100px 0px 70px;
}
.featured-area .container-fluid{
    padding: 0;
}

.featured-wrap {
    position: relative;
    margin-bottom: 30px;
}

.featured-img {
    position: relative;
    overflow: hidden;
}

.featured-img img {
    width: 100%;
    zoom: 1;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.featured-wrap:hover .featured-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.featured-img:before,
.featured-img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 9;
    opacity: .4;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.featured-img:before {
    left: 0px;
    top: 0px;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.featured-img:after {
    right: 0px;
    bottom: 0px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.featured-img:hover:before,
.featured-img:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.featured-content {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    z-index: 99;
}

.featured-content a {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    border: 1px solid #00A19D;
    font-weight: 500;
    background: rgba(0, 161, 157, .7);
    white-space: nowrap; /* Biar teks tetap 1 baris */
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

.featured-content a:hover {
    background: #fff;
    color: #00A19D;
}


/*------featured-area end------*/


/*===========================
 count-down
=============================*/

.count-down-area {
    background: url(../images/coundown/elixirr.jpg) no-repeat center center / cover;
    position: relative;
}

.count-down-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:rgba(0,0,0,.3);

}

.count-down-section {
    padding: 250px 0;
}

.count-down-section h2 {
    font-size: 60px;
    color: #fff;
    margin: 0;
}

@media (max-width: 1199px) {
    .count-down-section h2 {
        font-size: 36px;
        font-size: 3.44444rem;
    }
}

@media (max-width: 767px) {
    .count-down-section h2 {
        font-size: 30px;
        font-size: 2.77778rem;
    }
}

.count-down-section h2>span {
    font-size: 18px;
    display: block;
    margin-bottom: 0.6em;
    margin: 20px 0;

}

.count-down-item2 h2>span {
    font-size: 18px;
    display: block;
    margin-bottom: 0.6em;
}

@media (max-width: 1199px) {
    .count-down-section h2>span {
        font-size: 25px;
        font-size: 1.38889rem;
    }
}

@media (max-width: 767px) {
    .count-down-section h2>span {
        font-size: 14px;
    }
}


.count-down-section #clock {
    color: #5e9a8e;
    overflow: hidden;
}

.count-down-section #clock>div {
    width: 18%;
    float: left;
    text-align: center;
    border: 1px solid rgba(255,255,255,.5);
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    color: #fff;
    padding: 20px 0;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .count-down-section #clock>div {
        width: calc(50% - 5px);
    }
}

.count-down-section #clock>div+div {
    margin-left: 2%;
}

@media (max-width: 767px) {
    .count-down-section #clock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .count-down-section #clock>div {
        flex-basis: calc(100% * (1/2) - 15px);
        margin-bottom: 30px;
    }
}

.count-down-section #clock .box>div {
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
}

@media (max-width: 1199px) {
    .count-down-section #clock .box>div {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .count-down-section #clock .box>div {
        font-size: 40px;
        line-height: 1.3em;
    }
}

.count-down-section #clock .box span {
    font-size: 14px;
    text-transform: uppercase;
}



/*------ product-area start ------*/

.product-area {
  padding: 40px 0 120px; /* atas 100px, bawah 120px biar longgar */
}

.section-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px; /* jarak ke produk */
}

.section-title h2 {
  font-size: 30px;
  line-height: 25px;
  font-weight: 600;
  padding-bottom: 6px;
}

.category-title {
  margin-top: 90px;
  margin-bottom: -70px;
}

.product-wrap {
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.product-wrap:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.product-img {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}

.product-img img {
  width: 100%;
  transition: all .6s;
  transform: scale(1.2);
}

.product-wrap:hover .product-img img {
  transform: scale(1);
}

.product-img span {
  width: 55px;
  height: 25px;
  left: 10px;
  top: 10px;
  color: #fff;
  background: #00A19D;
  line-height: 25px;
  text-align: center;
  display: block;
  position: absolute;
  transition: all .3s;
}

.product-wrap:hover .product-img span {
  opacity: 0;
  visibility: hidden;
}

.product-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}

.product-wrap:hover .product-icon {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.product-icon:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #dddddd;
  content: "";
  z-index: -9;
  opacity: .5;
}

.product-img ul li {
  display: inline-block;
}

.product-img ul li a {
  display: block;
  height: 35px;
  width: 35px;
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  line-height: 35px;
  border-radius: 3px;
}

.product-img ul li a:hover {
  background: #00A19D;
  border-color: #00A19D;
}

.product-content {
  padding-top: 20px;
  overflow: hidden;
}

.product-content h3 {
  font-weight: 500;
  font-size: 18px;
}

.product-content ul li {
  color: #00A19D;
}

.product-content del {
  margin-left: 20px;
}

/* jarak antar baris produk */
.product-area .row {
  row-gap: 40px;
}

/*------ product-area end ------*/

/*------ responsive fix ------*/

/* Desktop: 4 produk */
@media (min-width: 1200px) {
  .product-area .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Tablet: 2 produk */
@media (min-width: 768px) and (max-width: 1199px) {
  .product-area .col-lg-4,
  .product-area .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* HP: 2 produk */
@media (max-width: 767px) {
  .product-area .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/*------product-area end------*/


/*------banner-area start------*/

.banner-wrap {
    text-align: center;
    padding: 450px 0 205px;
}
.banner-wrap h2 {
    font-size: 32px;
    font-weight: 700;
    color: #00A19D;
    margin-bottom: 30px;
}

.banner-wrap h2 span {
    color: #00A19D;
    font-size: 100px;
}

.banner-wrap p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}


.banner-wrap a {
    display: inline-block;
    color: #fff;
    border: 1px solid #00A19D;
    text-align: center;
    padding: 13px 25px;
    background: rgba(0, 161, 157);
    box-shadow: 0 2px 3px rgba(,0,0,0.3);
    border-radius: 5px;
    white-space: nowrap; /* Biar teks tetap 1 baris */
    
}
.banner-wrap a:hover{
    background:#fff;
    color: #00A19D;
}

@media (max-width: 767px) {
    .bg-img-8 {
        background-size: contain;   /* biar kelihatan semua */
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fff;     /* warna latar belakang */
    }

    .banner-wrap {
        padding: 100px 0; /* kecilin banget biar gak numpuk kosong */
    }
}

/*------banner-area end------*/


/*------testmonial-area start------*/
.testmonial-area{
    padding: 70px 0 120px;
}

.test-items {
    overflow: hidden;
}

.test-img {
    float: left;
    margin-top: 0px;
}
.testmonial-active .owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
}

{
   width:58%;
}
.test-title h2{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: -30px;
    color: #fff;
}

.test-content h2{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin:20px 0;

}
.test-content p{
    color: #bdb9b9;
}

.test-content span{
    color: #fff;
}

.testmonial-active .owl-dots {
    position: absolute;
    bottom: -60px; /* boleh diatur sesuai kebutuhan */
    left: 50%;
    transform: translateX(-50%);
}


.testmonial-active .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #fff;
    display:inline-block;
}

.testmonial-active .owl-dot.active {
    background:#00A19D;
}

.test-items2{
    text-align: center;
}
.test-img2{
    text-align:center;
    width: 15%;
    margin: auto;
    margin-top: 30px;
}
.testmonial-area.testmonial-area2{
    padding: 100px 0 110px;
}

/*------testmonial-area end------*/


/*------subscribe-area start------*/

.newsletter h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color:#fff;
}


.social-newsletter-section{
    padding: 90px 0;
    background: #272a2d;
}
.newsletter{
    max-width: 700px;
    margin: auto;
}
.social-newsletter-section .newsletter form {
    position: relative;
}
.social-newsletter-section .newsletter button {
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.social-newsletter-section .newsletter button i {
    color: #c1b696;
}
.social-newsletter-section .newsletter input {
    background-color: #3a3f42;
    height: 60px;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #fff;
    padding: 6px 80px 6px 30px;
    border: 0;
    border-radius: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-area-2{
    padding-bottom: 70px;
}
 .contact-map {
  width: 100%;
  height: 604px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 767px) {
.contact-map {
    height: 500px;
  }
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/*------subscribe-area end------*/


/*------footer-area start------*/
.footer-area {
    background: #00A19D;
}

.footer-top {
    padding: 30px 0;
    border-top: 1px solid #fff;
    
}

.footer-top-text ul {
    padding-left: 0;
    margin: 0;
}

.footer-top-text ul li {
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
}

.footer-top-text ul li:first-child {
    padding-left: 0;
}

.footer-top-text ul li:first-child:before {
    display: none;
}

.footer-top-text ul li:before {
    content: "/";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #5f6365;
}

.footer-top-text ul li a {
    color: #fff;
    transition: color 0.3s ease;
}

.footer-top-text ul li a:hover {
    color: #00A19D;
}

.back-top span {
    text-transform: uppercase;
    color: #fff;
}

.footer-icon ul li {
    padding-top: 0px;
    padding-right: 20px;
}

.footer-content {
    position: relative;
    padding-left: 10px;
    color: #fff;
}


.footer-adress {
    position: relative;
    padding-left: 10px;
    color: #fff;
}

.footer-adress ul li {
    line-height: 1.8em;
}

.footer-adress ul li span {
    color: #fff;
}

.footer-bottom {
    padding-bottom: 50px;
}

.footer-bottom ul li a {
    color: #fff;
    transition: color 0.3s ease;
}

.footer-bottom ul li a:hover {
    color: #00A19D;
}

.footer-reserved {
    padding-top: 0px;
}

.footer-reserved ul li {
    color: #fff;
    padding-top: 0px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
    .footer-content:after,
    .footer-adress:before,
    .footer-adress:after {
        display: none;
    }

    .footer-top-text ul li {
        display: block;
        margin: 5px 0;
        padding-left: 0;
    }

    .footer-top-text ul li:before {
        display: none;
    }
}
/*------footer-area end------*/


/*------home2 start------*/
.slider-content2{
    text-align: center;
}
.slider-shape2{
    background: #fff;
    padding: 30px;
    max-width: 600px;
    max-height:300px;
    margin:auto;
    margin-bottom: 30px;
    border:1px solid #00A19D57;
    background:rgba(255,255,255,.8);
}
.featured-area.featured-sub{
 background: #000;
}
.product-area.product-area2{
   background: #000;
   color:#fff;
}
.product-area.product-area2 .product-content h3 a{
    color:#fff;
}

/*------home2 end------*/


/*------home3 start------*/
.slider-content3{
    padding:0 52px;

}
.slider-content3 a{
    margin:0;
}
.slider-content3 p{
    padding: 20px 0 35px;
    color:#333;
}
.slider-content3 h2{
    color:#333;
}
.next-prev-style .owl-nav div {
    position: absolute;
    left: -105px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background: #00A19D;
    border-radius: 5px;
}

.next-prev-style .owl-nav div:hover {
    background: #fff;
    color: #00A19D;
    border: 1px solid #00A19D;
}

.next-prev-style .owl-nav div.owl-next {
    left: auto;
    right: -105px;
}

.banner-img img {
    width: 100%;
}

.featured-active2 {
    position: relative;
    z-index: 9;
    margin: 50px 0px 75px;
}

.featured-active2:before {
    position: absolute;
    left: -7.5%;
    top: -15%;
    width: 115%;
    height: 130%;
    border: 1px solid #333;
    z-index: -9;
    content: "";
    border-radius: 10px;
}

.owl-carousel .featured-wrap {
    margin-bottom: 0;
}
/*------home3 end------*/

.breadcumb-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color:#fff;
}

.breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    color:#fff;
}
.breadcumb-wrap ul li a{
  color:#fff;
}
.breadcumb-wrap ul li a:hover{
  color:#00A19D;
}

.breadcumb-wrap ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}

.breadcumb-wrap ul li:last-child:after {
    display: none;
}



/*------product-style start------*/

.product-area {
    padding-bottom: 100px 0 70px;
}

.product-menu {
    margin-bottom: 50px;
}

.product-menu ul li {
    margin-right: 10px;
    font-weight: 500;
}

.product-menu ul li:last-child {
    margin-right: 0px;
}

.filter-menu a,
.product-menu ul li a {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #00A19D;
    font-weight: 500;
    text-transform: uppercase;
}

.product-menu ul li a.active {
    background: #00A19D;
    color: #fff;
}

.filter-menu a:hover {
    background: #00A19D;
    color: #fff;
}

.filter-active {
    display: none;
}

.filter-wrap {
    padding: 50px 50px 20px;
    border: 1px solid #eee;
    margin-bottom: 50px;
}

.product-filter {
    margin-bottom: 30px;
}

.filter-title {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.filter-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #00A19D;
    content: "";
}

.sort-by li {
    line-height: 30px;
}

.color-filter li {
    line-height: 30px;
}

.color-filter li a {
    position: relative;
    padding-left: 20px;
}

.color-filter li a:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #00A19D;
    content: "";
    border-radius: 50%;
}

.color-filter li:nth-child(2) a:before {
    background: #A52A2A;
}

.color-filter li:nth-child(3) a:before {
    background: #FFA500;
}

.color-filter li:nth-child(4) a:before {
    background: #FF0000;
}

.color-filter li:nth-child(5) a:before {
    background: #FFFF00;
}

.product-tags li {
    display: inline-block;
    margin-bottom: 5px;
}

.product-tags li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #eee;
}

.product-tags li a:hover {
    background: #00A19D;
    border-color: #00A19D;
    color: #fff;
}

.filter-price {
    margin-top: 20px;
}

.ui-slider-horizontal {
    background: #e9e9e9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 3px;
    margin-bottom: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #00A19D;
    height: 10px;
    outline: medium none;
    top: -4px;
    width: 10px;
    border-radius: 50%;
    cursor: w-resize;
    margin-left: -1px;
}

.ui-slider-horizontal .ui-slider-range {
    background: #00A19D none repeat scroll 0 0;
}

.filter-price input {
    height: 35px;
    border: none;
    width: 75px;
}

.filter-price button {
    height: 35px;
    width: 100%;
    border: 1px solid #00A19D;
    color: #00A19D;
    text-transform: uppercase;
    background: transparent;
}

.filter-price button:hover {
    background: #00A19D;
    color: #fff;
}



/*===========================
    shop sidebar style here
===========================*/

.widget {
    margin-bottom: 50px;
}

.widget-title {
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.widget-title:before {
    width: 70px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #00A19D;
    content: "";
    position: absolute;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    width: 100%;
    height: 40px;
    border: 1px solid #00A19D;
    padding: 0px 40px 0px 20px;
}

.widget_search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #00A19D;
    color: #fff;
    border: none;
}

.widget_search button:hover {
    background: #333;
}

.widget_categories ul li {
    margin-bottom: 15px;
}

.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget_categories ul li a {
    position: relative;
    color: #333;
    display: block;
}

.widget_categories ul li a:hover {
    color: #00A19D;
}

.widget_categories ul li a:before {
    position: absolute;
    right: 0;
    top: 0px;
    font-family: fontawesome;
    content: "\f178";
}

.widget_categories ul li:hover a:before {
    right: 5px;
}

.widget_recent_entries ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.post-img {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

.post-content a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.post-content a:hover {
    color: #00A19D;
}

.post-content p {
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
}

.select-style {
    width: 100%;
    height: 40px;
    border: 1px solid #00A19D;
    padding: 0px 20px;
    background: #fff url(../images/select-icon.png) no-repeat calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.total-product {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #00A19D;
    text-align: center;
}

.tab-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tab-menu li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #00A19D;
    display: block;
    text-align: center;
    margin-left: 10px;
    color: #00A19D;
}

.tab-menu li a.active,
.tab-menu li a:hover {
    background: #00A19D;
    border-color: #00A19D;
    color: #fff;
}

.pagination-wrapper ul li {
    display: inline-block;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #00A19D;
    color: #00A19D;
    display: inline-block;
}

.product-list .product-content h3 {
    margin-top: 0;
}

.pagination-wrapper ul li:hover a,
.pagination-wrapper ul li span {
    background: #00A19D;
    color: #fff;
    border-color: #00A19D;
}

.product-list .product-text {
    margin-bottom: 20px;
}

.product-list .product-content p {
    margin-bottom: 25px;
}

.product-list .cart-btn li {
    display: inline-block;
    margin-right: 5px;
}

.product-list .cart-btn li a {
    display: block;
    height: 40px;
    width: 130px;
    background: #00A19D;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #00A19D;
}

.product-list .cart-btn li:first-child:hover a,
.product-list .cart-btn li:last-child a {
    background: transparent;
    color: #00A19D;
}

.product-list .cart-btn li:last-child:hover a {
    background: #00A19D;
    color: #fff;
}


/*===========================
shop single style here
===========================*/

.product-active {
    margin-bottom: 30px;
}

.product-thumbnil-active {
    padding: 0px 40px;
}

.product-thumbnil-active .owl-nav div {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
}

.product-thumbnil-active .owl-nav div:hover {
    background: #f8f8f8;
}

.product-thumbnil-active .owl-nav div.owl-next {
    left: auto;
    right: 0px;
}

.product-thumbnil-active .item {
    cursor: pointer;
}

.single-product-area .product-single-content {
    padding-left: 0;
}

.color-plate {
    margin-bottom: 25px;
}

.color-plate p {
    margin-bottom: 5px;
}

.color-plate ul li {
    display: inline-block;
    height: 28px;
    width: 28px;
    background: #999;
    outline: 2px solid #999;
    outline-offset: 2px;
    margin: 0px 5px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.color-plate ul li:nth-child(2) {
    background: #888;
    outline-color: #888;
}

.color-plate ul li:nth-child(3) {
    background: #777;
    outline-color: #777;
}

.color-plate ul li:nth-child(4) {
    background: #666;
    outline-color: #666;
}

.product-size {
    margin-bottom: 30px;
}

.product-size p {
    margin-bottom: 5px;
}

.product-size ul li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #00A19D;
    color: #00A19D;
}

.single-product-menu ul li a {
    padding: 10px 30px;
    text-transform: uppercase;
    display: block;
    border: 1px solid #e5e5e5;
    margin-right: -1px;
}

.single-product-menu ul li a.active,
.single-product-menu ul li a:hover {
    background: #00A19D;
    color: #fff;
    border-color: #00A19D;
}

.description-wrap p {
    margin-bottom: 20px;
}

.single-product-area .tab-content {
    border: 1px solid #d7d7d7;
    padding: 50px;
    margin-top: -1px;
}

.review-wrap {
    margin-bottom: 40px;
}

.review-wrap ul li.review-items {
    overflow: hidden;
    margin-bottom: 30px;
}

.review-wrap ul li.review-items.review-items2 {
    margin-left: 30px;
}

.review-wrap ul li.review-items:last-child {
    margin-bottom: 0;
}

.review-img {
    float: left;
    margin-right: 20px;
}

.review-content {
    overflow: hidden;
    position: relative;
}

.review-content h3 {
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.review-content h3 a {
    color: #333;
}

.review-content h3 a:hover {
    color: #00A19D;
}

.review-content span {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.review-content .rating {
    position: absolute;
    right: 0;
    top: 0;
}

.ratting-wrap {
    margin-bottom: 40px;
}

.ratting-wrap table tr th {
    height: 35px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
    font-weight: 500;
    border: 1px solid #d7d7d7;
}

.ratting-wrap table tr td {
    border: 1px solid #d7d7d7;
    text-align: center;
    height: 40px;
}

.ratting-wrap tr td input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    -webkit-transition: 0.5s all linear;
    transition: 0.5s all linear;
    outline: none;
    position: relative;
    top: 2px;
    cursor: pointer;
    background: #00A19D;
}

.ratting-wrap tr td input:checked {
    border: 3px solid #00A19D;
    background-color: #fff;
}

.add-review h4 {
    font-size: 18px;
}

.add-review textarea,
.add-review input[type="text"],
.add-review input[type="email"],
.cart-form-wrap input,
.cart-form-wrap select {
    width: 100%;
    height: 50px;
    background: transparent;
    padding-left: 20px;
    border: 1px solid #d7d7d7;
    margin-bottom: 15px;
}

.add-review textarea {
    height: 150px;
    padding-top: 5px;
}

.add-review button {
    float: right;
    margin-top: 10px;
    padding: 10px 55px;
    text-transform: uppercase;
    border: none;
    background: #00A19D;
    color: #fff;
}

.add-review button:hover {
    background: #333;
}

.faq-wrap .card {
    border: 1px solid #00A19D;
    border-radius: 0;
    margin-bottom: 5px;
}

.faq-wrap .card-header {
    padding: 0;
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px solid #00A19D;
}

.faq-wrap .card-header h5 {
    margin-bottom: 0px;
}

.faq-wrap .card-header button {
    width: 100%;
    background: #00A19D;
    border: none;
    height: 40px;
    text-align: left;
    padding: 0px 20px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.faq-wrap .card-header button:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 43px;
    background: #00A19D;
    color: #fff;
    content: "-";
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-left: 1px solid #d7d7d7;
}

.faq-wrap .card-header button.collapsed:before {
    content: "+";
}


/*------featured-product-area start------*/

.featured-product-area {
    padding-bottom: 70px;
}

.featured-product-wrap {
    margin-bottom: 30px;
}

.featured-product-img {
    overflow: hidden;
    position: relative;
}

.featured-product-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00A19D;
    opacity: .3;
    z-index: 9;
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
}

.featured-product-wrap:hover .featured-product-img:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
}

.featured-product-img img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    zoom: 1;
    width: 100%;
}

.featured-product-wrap:hover .featured-product-img img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

.featured-product-content {
    padding-top: 20px;
}

.featured-product-content h3 {
    font-size: 14px;
    margin-bottom: 0px;
}

.featured-product-content h3 a {
    color: #333;
}

.featured-product-content h3 a:hover {
    color: #00A19D;
}

.featured-product-content p {
    font-weight: 500;
    color: #999;
}

.featured-product-content ul li {
    display: inline-block;
}

.featured-product-content ul li a {
    height: 30px;
    width: 30px;
    border: 1px solid #a7a7a7;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #333;
}

.featured-product-content ul li a:hover {
    border-color: #00A19D;
    background: #00A19D;
    color: #fff;
}


/*------featured-product-area end------*/


/*===========================

    cart style here
===========================*/

.cart-wrap td,
.cart-wrap th {
    width: 10%;
    border: 1px solid #b7b7b7;
    text-align: center;
    font-weight: 500;
}

.cart-wrap td {
    padding: 10px;
}
.cart-wrap thead {
    background: #000;
    color: #fff;
}
.cart-wrap .product {
    width: 25%;
}

.cart-wrap .product a {
    font-size: 16px;
    color: #333;
}

.cart-wrap .product a:hover {
    color: #00A19D;
}

.cart-wrap .quantity {
    position: relative;
}

.cart-wrap th {
    height: 60px;
    font-weight: 400;
}

.cart-wrap .quantity .qtybutton {
    top: 50%;
    left: 27px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
}

.cart-wrap .quantity .qtybutton.inc {
    right: 27px;
    left: auto;
}

.remove i {
    cursor: pointer;
}

.remove i:hover {
    color: #f00;
}

.cartcupon-wrap ul {
    margin-bottom: 20px;
}

.cartcupon-wrap ul li {
    margin-right: 15px;
}

.cartcupon-wrap ul li:last-child {
    margin-right: 0;
}

.cartcupon-wrap ul li a, .cartcupon-wrap ul li button {
    padding: 10px 21px;
    background: #999;
    display: block;
    border: none;
    color: #fff;
    text-transform: capitalize;
}
.cartcupon-wrap ul li a:hover,
.cartcupon-wrap ul li button:hover {
    background: #333;
}

.cartcupon-wrap h3 {
    font-size: 20px;
    font-weight: 500;
}

.cartcupon-wrap p {
    margin-bottom: 10px;
}

.cupon-wrap {
    position: relative;
}

.cupon-wrap input {
    width: 100%;
    height: 45px;
    border: 1px solid #d7d7d7;
    padding-left: 20px;
}

.cupon-wrap button {
    width: 150px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background: #00A19D;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

.cupon-wrap button:hover {
    background: #333;
}

.cart-total h3 {
    position: relative;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cart-total h3:before,
.cart-total h3:after {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 200px;
    height: 1px;
    background: #d7d7d7;
    content: "";
}

.cart-total h3:after {
    bottom: 0;
    width: 230px;
    background: #a7a7a7;
}

.cart-total ul li {
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 15px;
}

.cart-total ul li span {
    font-size: 18px;
}

.cart-total ul li:last-child span {
    font-size: 30px;
}

.cart-total ul li:last-child {
    font-size: 24px;
}

.cart-total a {
    display: inline-block;
    padding: 10px 30px;
    background: #00A19D;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}

.cart-total a:hover {
    background: #333;
}

.stock span {
    color: #999;
}

.addcart a {
    height: 40px;
    width: 150px;
    background: #00A19D;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
}

.addcart a:hover {
    background: #bbb;
}

/*--------blog-area start--------*/
.blog-area {
    padding: 80px 0px 50px;
}
.blog-wrap {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}
.blog-image {
    position: relative;
}
.blog-image ul {
    position: absolute;
    left: 10px;
    top: 10px;
    outline: 2px solid #fff;
    outline-offset: 3px;
    height: 60px;
    width: 50px;
    text-align: center;
    background: #fff;
    padding: 8px 0px;
}
.blog-image ul li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
}
.blog-image ul li:first-child {
    color: #ff9000;
    font-size: 18px;
}
.blog-image iframe {
    height: 235px;
    width: 100%;
}
.blog-image img {
    width: 100%;
}
.blog-content {
    padding: 30px 20px;
}
.blog-content .blog-meta {
    margin: 0px 0 20px;
}
.blog-content .blog-meta ul li {
    margin-right: 10px;
}
.blog-content .blog-meta ul li:last-child {
    margin-right: 0px;
}
.blog-content .blog-meta ul li a {
    font-weight: 400;
    color: #888;
}
.blog-content .blog-meta ul li a i {
    font-size: 12px;
}
.blog-content h3,
.blog-content h3 a {
    font-size: 20px;
    line-height: 28px;
}
.blog-content p {
    margin-top: 20px;
}
.blog-meta ul li{
    display: inline-block;
}
/*--------blog-area end--------*/
/*===========================
checkout style here
===========================*/

.form-style input,
.form-style select,
.form-style textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #d7d7d7;
    margin-bottom: 25px;
    padding-left: 20px;
}

.form-style textarea {
    height: 150px;
    padding-top: 10px;
    margin-bottom: 0;
}

.form-style input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.create-account p {
    margin-bottom: 15px;
}

.form-style label {
    line-height: 18px;
    margin-bottom: 0;
    cursor: pointer;
}

.create-account {
    display: none;
}

.form-style input#toggle2 {
    top: 0;
}

label.fontsize {
    font-size: 18px;
    text-transform: uppercase;
}

#open2 {
    display: none;
}

.order-area h3,
.checkout-form h3 {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 24px;
}

.total-cost,
.payment-method {
    margin-bottom: 40px;
}

.total-cost li {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    color: #333;
}

.total-cost li:last-child {
    font-size: 18px;
    font-weight: 700;
}

.payment-method li {
    margin-bottom: 5px;
    overflow: hidden;
}

.order-area button,
.account-form button {
    height: 45px;
    width: 100%;
    background: #00A19D;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

.order-area button:hover,
.account-form button:hover {
    background: #999;
}

.account-form button {
    margin: 10px 0px 20px;
}

.blog-details-wrap h3 {
    margin: 30px 0px 0px 0;
    font-size: 30px;
}

.meta {
    margin-bottom: 20px;
}

.meta li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    position: relative;
    color: #00A19D;
}

.meta li:before {
    position: absolute;
    left: -12px;
    top: 0;
    content: "/";
}

.meta li:first-child:before {
    display: none;
}

.blog-details-wrap p {
    margin-bottom: 20px;
}

.list {
    margin: 10px 0px 25px;
}

.list li {
    line-height: 28px;
    position: relative;
    padding-left: 20px;
}

.list li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f0da";
    font-family: fontawesome;
    color: #00A19D;
}

.share-wrap {
    border-top: 1px solid #00A19D;
    border-bottom: 1px solid #00A19D;
    padding: 25px 0px;
    margin: 30px 0px 50px;
}

.share-wrap .socil-icon li {
    margin-right: 5px;
    color: #333;
    text-transform: capitalize;
}

.blog-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.blog-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #00A19D;
    content: "";
}

ol {
    list-style: none;
}

.comment-wrapper {
    position: relative;
}

.comment-wrap {
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.comment-theme {
    float: left;
    margin-right: 30px;
}

.comment-main-area {
    overflow: hidden;
}

.comment-wrap1 {
    margin-left: 70px;
}

.sewl-comments-meta h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

.sewl-comments-meta span {
    display: inline-block;
    margin-bottom: 10px;
    color: #00A19D;
    font-size: 13px;
}

.comment-area p {
    margin-bottom: 10px;
}

.form-submit input {
    width: 125px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    background: #333;
    cursor: pointer;
    margin: 30px 0px 0px;
}

.form-submit input:hover {
    background: #00A19D;
}

.recent_post .post-content a {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}

.recent_post .post-content p {
    font-size: 13px;
    color: #333;
}


/*===================================================
                contact-area start
=====================================================*/

.contact-form input {
    height: 55px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 7px;
}

.contact-form textarea {
    margin-top: 5px;
    height: 250px;
    border-radius: 8px;
}

.contact-wrap ul li {
    background: #fff;
    padding: 15px 30px 15px 80px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: none ;
    border: 1px solid #d7d7d7;
    margin-top: 5px;
    border-radius: 7px;
}

.contact-wrap ul li:last-child {
    margin-bottom: 0px;
}

.contact-wrap ul li i {
    color: #00A19D;
    font-size: 30px;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.contact-wrap ul li p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 24px;
}

.contact-wrap ul li p span {
    display: block;
}

.contact-form button {
    padding: 10px 30px;
    background: #00A19D;
    color: #fff;
    text-transform: uppercase;
    border: none;
    margin-top: 20px;
    border-radius: 7px;
}

.contact-form button:hover {
    background: #333;
}

#googleMap {
    height: 500px;
    width: 100%;
    background: #999;
}



/*===========================
    about-page start
===========================*/

.about-wrap h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.about-wrap p {
    margin-bottom: 25px;
}


/*modal*/

.modal-dialog-centered {
    background: #fff;
    padding: 50px;
    max-width: 1000px;
    margin: 200px auto;
}

.modal-body {
    padding: 0px;
}

.product-single-content {
    padding-left: 30px;
}

.modal-content {
    border: none;
}

.rating-wrap {
    margin-bottom: 30px;
}

.rating-wrap span {
    font-weight: 500;
    color: #333;
}

.modal-text h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.rating li {
    display: inline-block;
}

.rating li i {
    color: #00A19D;
}

.product-single-content p {
    margin-bottom: 40px;
}

.product-single-content ul li {
    display: inline-block;
    position: relative;
}

.input-style {
    margin-bottom: 25px;
}

.quantity input {
    width: 120px;
    padding: 0px 35px;
    text-align: center;
    height: 35px;
    position: relative;
    background: #ccc;
    border: none;
}

.quantity .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    background:#ddd;
}

.quantity .qtybutton:hover {
    background: #00A19D;
    color: #fff;
}

.quantity .qtybutton.inc {
    left: auto;
    right: 0;
}

.input-style li a {
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 120px;
    background: #00A19D;
    color: #fff;
    display: block;
    margin-left: 30px;
}

.input-style li a:hover {
    background: #333;
}

.cetagory {
    margin-bottom: 25px;
}

.socil-icon li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #333;
    color: #fff;
    border-radius: 50%;
}

.socil-icon li a:hover {
    background: #00A19D;
}

.modal-content button {
    position: absolute;
    right: -48px;
    top: -48px;
    width: 50px;
    height: 50px;
    background: #00A19D;
    text-align: center;
    font-size: 24px;
    border: none;
    color: #fff;
    opacity: 1;
}

.modal-content button:hover {
    background: #333;
}






/*modal*/

.loadmore-btn {
    display: inline-block;
    padding: 8px 40px;
    border: 1px solid #00A19D;
    font-weight: 500;
    color: #00A19D;
    margin: 30px 0 0;
}

.loadmore-btn:hover {
    background: #00A19D;
    color: #fff;
}


/*mobal-subscribe*/

.subscribe-dialog {
    max-width: 900px;
    margin: 200px auto;
}

.subscribe-box {
    padding: 50px;
}

.subscribe-box h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.subscribe-box p {
    margin-bottom: 10px;
}

.subscribe-box form {
    position: relative;
    margin-bottom: 25px;
}

.subscribe-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0px 120px 0px 20px;
}

.subscribe-box input[type="submit"] {
    width: 120px;
    height: 50px;
    border: none;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 24px;
}

.subscribe-box input[type="submit"]:hover {
    background: #f5f5f5;
}

.subscribe-dialog .modal-content button {
    top: 0;
    right: 0;
}

.about-area{
    padding-bottom: 0;
}

.sold-counter {
    font-size: 40px;
    font-weight:600;
    color: #fff;
    margin-top: 20px;
}
.sold-counter span {
    color: #00A19D;
}

/* -------- Process Css -------- */

.process_area {
  padding-bottom: 50px;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* jarak antar kotak */
  justify-content: center;
}

.single-process {
  flex: 1 1 300px;       /* lebar fleksibel */
  min-height: 220px;     /* tinggi seragam */
  padding: 25px;
  background: #00A19D;
  margin-bottom: 30px;
  box-shadow: 5px 5px 15px rgba(255,255,255,.02);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  /* ⬅️ text mulai dari atas */
  text-align: center;
}

.single-process i{
	color: #fff;
	font-size: 28px;
}

.process_content{
    color: #fff;
}

.single-process h3 {
	font-size: 17px;
	text-transform: capitalize;
	margin-top: 15px;
	margin-bottom: 6px;
	font-weight: 600;
	line-height: 20px;
	display: inline-block
}
.single-process p{
	font-size: 13px;
}
.gradient_section{
	background-image: linear-gradient(45deg, #00A19D 0%, #8a0b1e 100%);
}

/* -------- Brand css -------- */

#brand_area {
    background-color: #00A19D;
    padding: 50px 0;
    margin-top: 100px; /* tambahin jarak ke atas */
    margin-bottom: 100px;
}

/* Hilangin pagination di brand slider */
.brand_slide .owl-dots {
  display: none !important;
}

/*mobal-subscribe*/

@media (max-width: 767px) {
    /* Logo lebih besar */
    .logo img {
        max-height: 200px;  
        width: 150px;
    }
    .logo {
        text-align: left;
        padding: 0px 0;
    }

    /* Clean hamburger CSS - handled in responsive.css */
}

/* -------- Promo Area Css -------- */

#promo_area {

}

.single_promo{
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 10px;
    box-sizing: border-box;
    
}
.single_promo:before,
.single_promo:after,
.single_promo .box-content:before,
.single_promo .box-content:after{
    content: '';
    background: linear-gradient(transparent,rgba(0,0,0,0.8));
    height: 100%;
    width: 25%;
    position: absolute;
    left: 0;
    top: -100%;
    z-index: 1;
    transition: all 0.3s;
	opacity: 0;
}
.single_promo:hover:before,
.single_promo:hover:after,
.single_promo:hover .box-content:before,
.single_promo:hover .box-content:after{
	opacity: 1;
	top: 0;
}
.single_promo:after{ left: 25%; }
.single_promo .box-content:before{ left: 50%; }
.single_promo .box-content:after{ left: 75%; }
.single_promo:hover:before{ transition-delay: 0.225s; }
.single_promo:hover:after{ transition-delay: 0.075s; }
.single_promo:hover .box-content:before{ transition-delay: 0.15s; }
.single_promo:hover .box-content:after{ transition-delay: 0s; }
.single_promo img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}

.single_promo .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
}
.promo-content{
    font-family: 'Poppins', sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 100%;
    
}

.single_promo:hover .promo-content{
    opacity: 1;
}

.single_promo .title {
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	margin: 0px 0 5px;
	opacity: 1;
	transition: transform 0.5s ease 0s;
	width: auto;
	display: inline-block;
	overflow: hidden;
}

.single_promo .post{
    display: block;
	overflow: hidden;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin: 10px 0;
    transition: all 0.7s ease 0s;
	opacity: 0;
	
}
.single_promo .box-content p{
	color: #fff;
	transition: all 0.7s ease 0s;
	opacity: 0;
}
.single_promo:hover .post,
.single_promo:hover p,
.single_promo:hover .shop_now_btn{
    opacity: 1;
    transition-delay: 0.15s;
}
.shop_now_btn {
    display: inline-block;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: rgba(0, 161, 157, .9);
    border: 1px solid #00A19D;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    opacity: 0; /* tetap pakai kalau memang dari animasi hover */
    margin-top: 30px;
    text-decoration: none; /* biar gak ada underline */
}

.shop_now_btn:hover,
.shop_now_btn:focus {
    background: #fff;
    color: #00A19D;
    border: 1px solid #00A19D;
}

@media only screen and (max-width:990px){
    .single_promo{ margin-bottom: 30px; }
}
.mb_30{
	margin-bottom: 30px;
}
.section_padding{
	padding:80px 0;
}
