.nav-menu-kategori{
    height: 85px;
    position: static;
    display: flex;
    float: left;
    margin-left: 100px;
    align-items: center;
}

body {
    overflow-x: hidden !important;
}

.nav-menu ul.nav-menu-inner > li > a{
    /* color: rgba(49,53,59,.44) !important; */
    color: #4cb04c !important;
    font-weight: 600;
}

.nav-menu ul.nav-menu-inner > li > a:hover{
    color: #89242c !important;
    font-weight: 600;
}

.list-breadcrumb li a{
    color: #4cb04c !important;
    font-weight: 600;
}

.list-breadcrumb li a:hover{
    color: #000 !important;
    font-weight: 600;
}

.star-rating2 .rating-md {
    font-size: 18pt !important;
}

table.tbl-pencarian tr td {
    padding: 6px;
}

.text-board {
    position: relative;
    top: -80px;
    left: 25px;
    color: #fff;
}

.text-board .portfolio-caption-tb-cell h5,  .text-board .portfolio-caption-tb-cell p {
    color: #fff;
}

.dropdown-menu > li > a {
    color: rgba(49,53,59,.44);
}

.dropdown-menu > li > a:hover{
    color: #42b549 ;
    font-weight: 600 !important;
}

.dropdown-menu > li:hover{
    background-color: #fff !important;
}

.button-kategori{
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px rgba(49,53,59,.44);
    color: rgba(49,53,59,.44);
    padding: 10px;
    font-weight: 600;

}

.button-kategori:hover{
    color: #42b549 ;
    background-color: rgba(49,53,59,.10);
    font-weight: 600;
    padding: 10px;
}

.button-kategori:active{
    color: #42b549 ;
    background-color: rgba(49,53,59,.10);
    font-weight: 600;
    padding: 10px;
}

.kategori-dropdown {
    left: 26%;
    margin-top: 65px;
}

.kategori-dropdown-button{
    left: 6%;
    margin-top: 17px;
}

.subkategori-dropdown {
    left: 100% !important;
    top: -2% !important;
    
}

.dropdown:hover .dropdown-menu.kategori-dropdown{
    display: block;
}

.subkategori:hover .dropdown-menu.subkategori-dropdown{
    display: block;
}

.dropdown-menu:hover, .dropdown-menu li:hover, .dropdown-menu li div:hover {
    background: #fff;
}

.kotak-pencarian{
    /*height: 200px;*/
    border: solid 1px;
}

.tbl-pencarian{
    margin: 20px;
}

.tbl-pencarian-title{
    width: 150px;
    padding: 20px 0 20px 0;
}

.tbl-pencarian-content{
    width: 350px;
}

.tbl-pencarian-select{
    border-radius: 10px !important;
}

.tbl-pencarian-button{
    float: right;
    margin-top: 8px;
    padding: 10px 40px !important;
    font-size: 14px;
    border-radius: 10px;
}

.header.header-fixed{
    background-color: #fff;
}

.intro-content-inner{
    height: 200px !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

}

@media (width: 1200px) {
    .nav-tabs.nav-justified>li>a {
        height: 50px !important;
    }
}

.commodities-col{
    padding: 10px;
    transition: all ease 250ms;
    border-radius: 10px;
    height: 300px;
    /* margin-bottom: 10px !important; */
    
}

.commodities-col:hover{
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
    transform: translateY(-10px);
}

a:hover{
    outline: 0;
    cursor: pointer;
    text-decoration: none;
}

.commodities-col img {
    max-width: 100%;
    height: 170px;
    /* max-height: 200px; */
}

.hot-list-kategori img{
    width: 100%;
    height: 160px;
}

.commodities-title{
    padding-top: 20px;
    line-height: 25px;
    margin: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    /* bottom: 60px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

.commodities-title:hover{
    color: rgba(0, 0, 0, 0.7);
    font-style: unset;
}

.commodities-kph{
    font-weight: 600;
    font-style: italic;
    margin: 10px 5px 5px 0px;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    /* bottom: 25px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.commodities-production{
    margin: 0px 5px 0px 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    /* bottom: 10px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

/* carousel */
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }
    
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }


.commodities-carousel{
    padding: 5px;
    transition: all ease 250ms;
    border-radius: 5px;
    /* max-width: 240px; */
    height: 200px;
    margin-right: 5px;
    border: solid 1px #000;
}

.commodities-carousel:hover{
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.commodities-carousel img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    padding: 0px;
}

.btnCarousel{
    background-color: transparent;
}

.btnCarousel:focus{
    outline: none;
}

.icon-carousel{
    font-size: 30px;
    color: #106022;
}

.icon-carousel:hover{
    font-size: 30px;
    color: #17a697;
}

.nav-tabs > li > a{
    color: rgba(0, 0, 0, 0.38);
    font-weight: 600;
    border: none;
}

.nav-tabs > li > a:hover{
    color: #17a697;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    width: 100%;
    left: 0;
    color: #42b549;
    display: block;
    font-weight: 600;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border-bottom: solid 4px #42b549 !important;
    transition: all 0.5s;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.official-kphp{
    width: 100%; 
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}

.official-kphp-box{
    height: 150px;
    /* width: 180px; */
    border: solid 1px rgba(0, 0, 0, 0.10);
    padding: 2px;
    display: flex;
    margin: 5px;
}

.official-kphp-box a{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.official-kphp-box a img{
    max-height: 125px;
    width: 100%;
}

.official-kphp-box a img:hover{
    transform: scale(1.02);
}

.official-kphp-box:hover{
    transform: scale(1.02);
    transition: all 0.4s;
}

.nav-tabs.nav-justified>li>a {
    
    padding: 5px;
    height: 40px;
}

.kategori-produk{
    width: 100%;
    display: inline-block;
}

.kategori-produk-list{
    padding: 5px;
    /* border: solid 1px rgba(0, 0, 0, 0.10); */
    font-size: 18px;
    margin-bottom: 20px;
    
}

/* page promosi kategori */ 
.nav-menu-kategori-page{
    position: static;
    display: flex;
    float: left;
    align-items: center;
}

.pencarian-top{
    width: 60%;
}

.login-daftar-group {
    width: 20% !important;
}

@media (max-width: 500px) {

    .team-carousel.img-carousel-pemasaran.owl-carousel.owl-theme .owl-item {
        width: 100px !important;
    }

    #sortlist .col-md-4 {
        margin-top: 10px;
    }

    .nav-tabs.nav-justified.tabs-kphp{
        display: block !important;
        width: 100% !important;
    }

    .nav-tabs.nav-justified.tabs-kphp > li{
        display: table-cell;
    }

    .judul-detail-text-header{
        top: 400px !important;
        left: 10px !important;
    }

    .judul-text-header {
        top: 320px !important;
        left: 10px !important;
    }

    .pemasaran-slide-item {
        height: 300px !important;
    }

    .pemasaran-item-col {
        padding: 0 70px;
    }

    .plt-90{
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-menu-kategori-page{
        display: none;
    }

    .pencarian-lengkap{
        display: none;
    }

    .pencarian-top{
        width: 100% !important;
    }

    .section-padding-t {
        padding-top: 130px;
    }

    .login-daftar-group {
        width: 100% !important;
        margin-top: 40px !important;
    }

    .commodities-col{
        height: 300px;
        width: 215px;
        margin-left: auto;
        margin-right: auto;
        border: solid 2px;
    }

    .commodities-col img{
        max-height: 165px;
    }

    .MultiCarousel .MultiCarousel-inner{
        width: 100px !important;
    }

    .btnCarousel{
        display: none;
    }

    .official-kphp-box{
        height: 120px;
        width: 120px;
        display: inline-flex;
        margin: 5px;
    }

    .official-kphp-box img{
        max-height: 109px;
        width: 100%;
    }

    .pencarian-lengkap{
        margin-top: 30px;
    }

    /* .produk-terbaik-carousel{
        display: none;
    } */

    .team-carousel {
        padding: 0 40px;
    }

    .text-subkategori {
        width: 100% !important;
        font-size: 14px !important;
    }

    .breadcrumb-col-right, .breadcrumb-col-left {
        text-align: center;
    }

    .all-sort-list {
        width: 100% !important;
        text-align: center;
    }

    .breadcrumb {
        width: 85% !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .pemasaran-detail-txt {
        width: 100% !important;
        padding: 10px 20px !important;
    }

    .product-rating {
        margin-top: 30px;
    }

    .product-title {
        margin-bottom: 15px;
        margin-top: 40px;
        text-align: center;
    }

    /* .box-komentar-email {
        width: 47% !important;
    } */
	
	.kategori-top {
        width: 100% !important;
    }

    .nav-menu-kategori-page {
        width: 100%;
        text-align: right;
        position: absolute;
        top: -50px;
        right: 15px;
        font-size: 12px;
        display: block;
    }

    .kategori-dropdown-button {
        right: 0;
        left: auto;
    }
    
}

@media (min-width: 501px) and (max-width:767px){

    .nav-tabs.nav-justified.tabs-kphp{
        display: block !important;
        width: 100% !important;
    }

    .nav-tabs.nav-justified.tabs-kphp > li{
        display: table-cell;
    }

    .section-padding-t {
        padding-top: 120px;
    }

    .kategori-dropdown-button {
        left: 22%;
        margin-top: -24px;
    }

    .kategori-top{
        width: 100% !important;
        height: 40px;
    }

    .kategori-top:hover{
        cursor: pointer;
    }

    .login-daftar-group {
        width: 100% !important;
        margin-top: 40px !important;
    }

    .pencarian-top{
        width: 100% !important;
        margin-top: 40px;
    }

    .pencarian-lengkap{
        margin-top: 30px;
    }

    .commodities-carousel{
        width: 150px;
        height: 120px;
    }

    .official-kphp-box{
        height: 150px;
        width: 160px;
        display: inline-flex;
        margin: 5px;
    }

    .commodities-col{
        height: 270px;
        width: 215px;
        margin-left: auto;
        margin-right: auto;
        border: solid 2px;
    }

    .all-sort-list {
        width: 100% !important;
        text-align: center;
    }

    .product-rating {
        width: 100% !important;
    }

    .product-title {
        margin-bottom: 15px;
        margin-top: 40px;
        text-align: center;
    }

}

@media (min-width:768px) and (max-width:900px){
    .nav-menu-kategori-page{
        display: none;
    }

    .pencarian-top{
        width: 100% !important;
    }

    .login-daftar-group {
        width: 100% !important;
        margin-top: 20px;
    }

    .pencarian-lengkap{
        margin-top: 40px;
    }

    .text-subkategori {
        width: 100% !important;
        font-size: 14px !important;
    }

    /* .col-sm-3 {
        width: 22.5%;
    } */

    .commodities-col{
        height: 250px;
        display: block;
    }

    .commodities-col img {
        max-width: 100%;
        height: 120px;
    }

    .commodities-title{
        width: 100%;
        font-size: 16px;
    }

    .produk-terbaru{
        padding-left: 40px;
        padding-right: 40px;
    }

    .commodities-kph{
        width: 100%;
    }

    .commodities-kph .commodities-kph-text{
        font-size: 10px !important;
    }

    .commodities-kph .commodities-kph-img{
        width: 15px !important;
        height: 15px !important;
    }

    .produk-terbaik-carousel{
        padding-left: 40px;
        padding-right: 40px;
    }

    .produk-terbaik-carousel div.row{
        width: 90%;
    }

    .commodities-carousel {
        width: 180px;
        height: 160px;
    }

    .nav-tabs.nav-justified.tabs-kphp{
        display: block !important;
        width: 100% !important;
    }

    .nav-tabs.nav-justified.tabs-kphp > li{
        display: table-cell;
    }

    .nav-tabs.nav-justified{
        display: inline-block;
        width: 23%;
    }

    .nav-tabs.nav-justified > li{
        display: table-header-group;
    }

    .register-tab.nav-tabs.nav-justified {
        width: 100%;
    }

    .register-tab.nav-tabs.nav-justified > li{
        display: inline-table;
        width: 49%;
    }

    .produk-kph-konten{
        width: 77%;
        float: right;
    }

    .official-kphp-box{
        height: 150px;
        width: 180px;
        display: inline-flex;
        margin: 5px;
    }

}

@media (min-width:901px) and (max-width: 1190px) {

    .nav-menu-kategori-page{
        display: none;
    }

    .pencarian-top{
        width: 100% !important;
    }

    .login-daftar-group {
        width: 100% !important;
        margin-top: 20px;
    }

    .pencarian-lengkap{
        margin-top: 0;
    }

    /* .col-sm-3 {
        width: 25%;
    } */

    .commodities-col{
        height: 250px;
        display: block;
    }

    .commodities-col img {
        width: 100%;
        height: 120px;
    }

    .commodities-title{
        width: 100%;
    }

    .produk-terbaru{
        padding-left: 40px;
        padding-right: 40px;
    }

    .commodities-kph{
        width: 100%;
    }

    .produk-terbaik-carousel div.row{
        width: 90%;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .commodities-carousel{
        width: 230px;
        height: 170px;
    }

    .kategori-produk-list{
        font-size: 12px;
    }

    .nav-tabs.nav-justified{
        display: inline-block;
        width: 23%;
    }

    .nav-tabs.nav-justified > li{
        display: table-header-group;
    }

    .register-tab.nav-tabs.nav-justified {
        width: 100%;
    }

    .register-tab.nav-tabs.nav-justified > li{
        display: inline-table;
        width: 49%;
    }

    .produk-kph-konten{
        width: 77%;
        float: right;
    }

    .official-kphp-box{
        height: 150px;
        width: 180px;
        display: inline-flex;
        margin: 5px;
    }

    .tbl-pencarian{
        width: 90%;
    }


}

@media (min-width:1200px) and (max-width: 1280px){
    .produk-terbaru div.row{
        width: 100%;
        margin: 0;
    }

    .commodities-kph {
        width: 100%;
    }

    .produk-terbaik-carousel div.row{
        width: 100%;
    }

    .text-subkategori {
        display: block !important;
        width: 100% !important;
    }

    .nav-tabs.nav-justified{
        display: inline-block;
        width: 100%;
    }

    .nav-tabs.nav-justified > li{
        display: table-cell;
    }

    .register-tab.nav-tabs.nav-justified {
        width: 100%;
    }

    .register-tab.nav-tabs.nav-justified > li{
        display: inline-table;
        width: 49%;
    }

    .produk-kph-konten{
        width: 77%;
        float: right;
    }

    .register-konten {
        width: 100%;
    }

    .official-kphp-box{
        height: 150px;
        width: 180px;
        display: inline-flex;
        margin: 5px;
    }

    .commodities-carousel{
        width: 200px;
        height: 150px;
    }

    .kategori-produk-list{
        font-size: 16px;
    }
}

.kategori-dropdown-page{
    margin-top: 10px;
    margin-left: 15px;
}

.kategori-icon-search{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.kategori-icon-search:hover{
    cursor: pointer;
}

.subkategori-icon{
    height: 80px;
    object-fit: cover;
    padding: 5px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding: 6px 12px;
}

.input-group .form-control:focus{
    border: solid 1px #42b549;
}

.button-login-kategori{
    color: rgba(0, 0, 0, 0.45);
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    border: solid 1px rgba(0, 0, 0, 0.45);
}

.button-login-kategori:hover{
    color: #42b549;
    border: none;
    background-color: rgba(0, 0, 0, 0.10) !important;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    border: solid 1px #42b549;
    transition: all 250ms ease;
}

.button-daftar-kategori{
    color: #42b549;
    border: solid 1px #42b549;
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
}

.button-daftar-kategori:hover{
    background-color: #42b549 !important;
    border-radius: 10px;
    color: #fff;
    transition: all 250ms ease;
}

.header-img-breadcrumb{
    position: relative;
    background: transparent no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    opacity: 0.5;
}

.judul-text-header{
    display: block;
    position: absolute;
    font-size: 36px;
    line-height: 1;
    text-transform: capitalize;
    /* margin: -215px 0 0 50px; */
    padding: 30px 0;
    font-weight: 600;
    max-width: 100%;
    color: #000;
    top: 320px;
    left: 50px;
}

.judul-detail-text-header{
    display: block;
    position: absolute;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    /* margin: -40px 0 0 50px; */
    padding: 30px 0;
    font-weight: 600;
    max-width: 100%;
    color: #000;
    top: 365px;
    left: 50px;
}

.breadcrumb-share{
    padding: 10px 24px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 1px 1px 6px 1px #e0e0e0;
    top: -40px;
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.icon-next{
    font-size: 14px;
    position: relative;
    padding: 0 5px;
    top: 1px;
}

.breadcrumb-text-ul{
    padding-left: 0;
}

.breadcrumb-text-ul li{
    display: inline;    
}

.breadcrumb-text-ul li i{
    font-style: normal !important;
}

.breadcrumb-col-left{
    margin-top: 5px;
    /* width: 70%; */
}

.breadcrumb-col-right{
    margin-top: 5px;
    /* width: 30%; */
}

.breadcrumb-icon-share{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    transform: scale(1.02);
}

.kategori-list-box{
    box-sizing: border-box;
    border-radius: 10px;
    height: 180px;
    margin-bottom: 20px;
    transition: all ease 250ms; 
}

.kategori-list-box:hover{
    border-radius: 10px;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
    transform: translateY(-10px);
    transition: all ease 250ms; 
}

.kategori-list-box-inner{
    padding-top: 10px; 
    height: 75%;
}

.kategori-list-box-inner img{
    border-radius: 5px;
    width: 100px;
    height: auto;
}

.kategori-list-text{
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.button-kategori-all{
    color: #42b549;
    border: solid 1px #42b549;
    background-color: transparent !important;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 20px;
    padding: 15px;
}

.button-kategori-all:hover{
    color: rgba(0, 0, 0, 0.45);
    border: none;
    background-color: #42b549 !important;
    border-radius: 10px;
    font-size: 20px;
    transition: all 0.5s;
}

.hot-list-kategori{
    padding: 10px;
    transition: all ease 250ms;
    border-radius: 10px;
    height: 250px;
    margin-bottom: 30px;
}

.hot-list-kategori:hover{
    transform: scale(1.1);
    transition: all 0.3s; 
    box-shadow: inset 1px -2px 7px 0px #777;
    transform: rotate(-3deg);
    transition: all 0.5s;
}

.hot-list-kategori:hover .hot-list-name{
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.hot-list-kategori:hover .hot-list-by{
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.hot-list-wisata{
    padding: 10px;
    transition: all ease 250ms;
    border-radius: 10px;
    height: 250px;
    margin-bottom: 30px;
}

.hot-list-wisata:hover{
    transform: scale(1.1);
    transition: all 0.3s; 
    box-shadow: inset 1px -2px 7px 0px #777;
    transform: rotate(-3deg);
    transition: all 0.5s;
}

.hot-list-wisata:hover .hot-list-name{
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.hot-list-wisata:hover .hot-list-by{
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.hot-list-by{
    display: none;
}

.hot-list-name{
    display: none;
}



.all-sort-list{
    width: 30%;
    float: right;
    display: inline-block;
    margin-bottom: 20px;
}

.tbl-sort-list{
    border-radius: 10px !important;
    display: inline-block;
    width: 72%;
    margin-left: 20px;
}

/* Promosi Detail */

.product-title{
    font-size: 35px;
    font-weight: 600;
    /* margin-bottom: 50px; */
}

.product-price{
    font-size: 25px;
    font-weight: 600;
    color: #42b549;
    margin-bottom: 30px;
}

.product-production{
    font-size: 18px;
    font-weight: 400;
}

.product-rating{
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    width: 100%;
}

.wisata-rating{
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    
}

.star-rating {
    line-height:32px;
    font-size:1.25em;
  }
  
  .star-rating .fa-star{color: #42b549;}

.product-social {
    height: 36px;
    font-size: 20px;
    display: block;

}

.detail-nav{
    margin-bottom: 30px;
}

#listCategory div{
    display: none;
}

.social-coloured {
    position: relative;
}

.social-coloured a {
    display: inline-block;
    height: 30px;
    width: 32px;
    margin: 2px;
    padding: 5px;
    text-align: center;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.social-coloured a svg {
    height: 100%;
    width: 100%;
}

.social-coloured a svg path,
.social-coloured a svg polygon,
.social-coloured a svg rect {
    fill: #fff;
}

.social-coloured .twitter {
    background: #6CACDE;
    outline: none;
}

.social-coloured .linkedin {
    background: #0077B5;
    outline: none;
}

.social-coloured .gplus {
    background: #DC4E41;
    outline: none;
}

.social-coloured .facebook {
    background: #3A5897;
    outline: none;
}

.social-coloured a:hover,
.social-coloured a:focus {
    background: #fff;
}

.social-coloured .facebook:hover svg path,
.social-coloured .facebook:focus svg path {
    fill: #3A5897;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.social-coloured .twitter:hover svg path,
.social-coloured .twitter:focus svg path {
    fill: #6CACDE;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.social-coloured .linkedin:hover svg path,
.social-coloured .linkedin:focus svg path,
.social-coloured .linkedin:hover svg rect,
.social-coloured .linkedin:focus svg rect {
    fill: #0077B5;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.social-coloured .gplus:hover svg path,
.social-coloured .gplus:focus svg path,
.social-coloured .gplus:hover svg polygon,
.social-coloured .gplus:focus svg polygon {
    fill: #DC4E41;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}

.post-share .post-share-social a{
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.login-modal-body{
    width: 480px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15%;
    border-radius: 15px;
}

.form-input-login{
    width: 250px;
    
}

.login-form-table{
    width: 100%;
}

.login-form-table tr td{
    padding-bottom: 10px;
}

.form-input-login:focus{
    border-color : #42b549 !important;
    border-radius: 12px !important;
    transition: all ease 700ms;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(66, 181, 73, .6) !important; */
    transform: scale(1.08);
    font-size: 16px;
}

input, input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea, select{
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.button-signin-modal{
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
    width: 140px;
    font-family: "Open Sans",sans-serif;
    border: solid 2px;

}

::-webkit-input-placeholder {
    font-size: 12px !important;
 }

 .text-daftar{
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    font-weight: 700;
    width: 140px;
    font-family: "Open Sans",sans-serif;
    background-color: transparent;
    color: #6f6f6f;
    border: solid 2px transparent;
 }

 .text-daftar:hover {
    color: #42b549;
    border: solid 1px #42b549;
    background-color: transparent !important;
    box-shadow: 2px 2px 2px;
 }

  .search-dropdown{
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    width: 100% !important;
    max-height: 300px;
    list-style: none;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    overflow-y: auto;
 }

 .search-dropdown li {
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
 }

.search-dropdown li:hover {
    color: #17a697;
}

.tabel-login{
    display: block;
    padding: 30px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tabel-login tbody{
    display: inline-table;
    width: 100%;

}

.tabel-login tr td label{
    color: #333;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 6px;
    font-family: "Open Sans",sans-serif;
}

.masuk-text{
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "Open Sans",sans-serif;
}

.button-social-login{
    width: 130px;
    background: #fff;
    border: solid 1px #d6d6d6;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

.button-social-login:hover{
    width: 130px;
    background: rgba(0, 0, 0, 0.7);
    border: solid 1px #d6d6d6;
    color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
    transform: scale(1.1);
}

.button-social-login img{
    width: 24px;
    margin-right: 20px;
}

.wisatapict img{
    max-height: 450px !important;
}

.social-login-divider-text{
    font-size: 16px;
    background-color: #f2f2f2;
    padding: 0 10px;
    color: #bfbfbf;
}

.social-login-divider-line{
    width: 100%;
    height: 14px;
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
    margin: 20px 0px 30px 0px;
}

.social-login-text{
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.profile-user{
    height: 200px;
    text-align: center;
    
}

.profile-user img {
    height: 100%;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 2px 4px 4px 4px rgba(0,0,0,0.15);
}

.profile-username {
    font-size: 32px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.profile-email {
    margin: 0;
    text-transform: lowercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.profile-born {
    text-transform: capitalize;
}

.profile-address-1 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
}

.profile-address {
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
}

.profile-address-box {   
    border: solid 2px;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.4);
}

.profile-hr{
    width: 75%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}



.nav-menu{
    position: static;
    /* float: right; */
    display: block;
    height: 88px;
}

.form-control:focus {
    border-color: #85e48b !important; 
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(66, 181, 73, .6) !important;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(66, 181, 73, .6) !important;
  }

.rata-kanan{
    text-align: right;
}

.rata-kiri{
    text-align: left;
}

.button-signin-form{
    font-size: 16px;
    padding: 8px;
    text-transform: capitalize;
    border-radius: 5px;
    transition: all ease 500ms;
    font-weight: 600;
}

.button-signin-form:hover{
    border-radius: 20px;
    color: #42b549;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    transition: all .1s ease-out;
    cursor: pointer;
    transform: translateY(-3px);
}

.register-modal-body{
    width: 480px;
    display: block;
    margin-left: 25%;
    margin-right: 0;
    text-align: center;
    margin-top: 15%;
    border-radius: 15px;
}

.modal-register-akun{
    position: absolute;
    background-color: #77aa77;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%2377aa77'/%3E%3Cstop offset='1' stop-color='%234fd'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    margin-top: 30%;
    width: 132%;
    height: 260px;
    left: -110px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-register-akun-content{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5%;
    text-align: center;
}

.button-login-in-register{
    font-size: 16px;
    padding: 8px;
    text-transform: capitalize;
    border-radius: 5px;
    transition: all ease 500ms;
    font-weight: 600;
    width: 100px;
    background: #fff;
    color: #42b549;
    width: 50%;
}

.button-login-in-register:hover{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    transition: all .1s ease-out;
    cursor: pointer;
    transform: translateY(-3px);
}

.list-group-item a{
    text-transform: capitalize !important;
}


/* hexagon */
.hexagon{
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg);
    cursor: pointer;
}

.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
}

.hexagon-in2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(https://www.thomasmade.co.th/images/bg-thupro.png);
    /* background: #fff; */
    visibility: visible;
    -webkit-transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
            -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
}

/* .hexagon-in2:hover {
    background-image: url(https://www.thomasmade.co.th/images/bg-mask-big.png);
} */

.hexagon1 {
    width: 300px;
    height: 200px;
    /* margin: 0 0 0 -80px; */
}

.hexagon-caption-mask {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    z-index: 9;
}

.hexagon-in1:hover .hexagon-caption-mask {
    opacity: 1;
    visibility: visible;
}

.hexagon-in1:hover .hexagon-caption-mask .hexagon-caption-text {
    bottom: 30px;
    opacity: 1;
}

.hexagon-caption-mask .hexagon-caption-text {
    bottom: -60px;
    left: 0;
    opacity: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
}

.text-subkategori{
    display: inline-block;
    height: 100%;
    position: inherit;
    width: 200px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: right;
}

.box-subkategori{
    height: 80px; 
    border-radius: 10px; 
    background-color: #fff; 
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.box-subkategori:hover{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    transition: all 350ms ease;
    cursor: pointer;
    transform: translateY(-10px);
}

.box-subkategori:hover .subkategori-icon{
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.shape-header {
    position: absolute;
    left: -5px;
    top: 17px;
    background-color: #fff;
    width: 240px;
    height: 92px;
    /*border-bottom-left-radius: 50px;*/
    border-bottom-right-radius: 65px;
    
}

.shape-header-right {
    position: absolute;
    right: 0px;
    top: 8px;
    background-color: #fff;
    width: 90px;
    height: 80px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

.logo-right{
    width: 70px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.curve-header-left{
    position: absolute;
    width: 110px;
    left: 201px;
    top: 65px;
    transform: rotate(6deg);
}

.header {
    border-bottom: 1px solid #f0f0f0;
}

.madu-pemasaran-top {
    position: absolute;
    bottom: -90px;
    left: -90px;
    width: 400px;
    opacity: 0.5;
}

.pemasaran-tab > li > a {
    padding: 25px 15px;
}

@media all and (max-width: 1024px) {
    .logo a img {
        height: 80px;
    }

    .nav-menu ul.nav-menu-inner li {
        display: block;
        width: 100%;
    }

    .nav-menu {
        position: fixed;
        left: 0;
        top: 67px;
        float: none;
        display: none;
        width: 100%;
        background: #f6f6f6;
        overflow-y: auto;
        z-index: 999;
        padding: 15px 0;
        height: calc(100% - 60px);
    }

    .text-subkategori {
        font-size: 14px;
        display: block;
    }

    .all-sort-list {
        width: 100% !important;
        text-align: center;
    }

    .product-rating {
        float: right;
        width: 50% !important;
    }

    .button-login-in-register {
        width: 100%;
    }

}

@media (width:1024px) {
    .breadcrumb-col-left {
        width: 65% !important;
    }

    .breadcrumb-col-right {
        width: 35% !important;
    }
}

@media (width: 768px){
    .pemasaran-detail-img {
        width: 100% !important;
    }

    .pemasaran-detail-txt {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .product-title {
        margin-bottom: 15px;
        margin-top: 40px;
        text-align: center;
    }


}

@media (max-width: 768px){
    .pemasaran-detail-txt {
        width: 100% !important;
        padding: 10px 20px !important;
    }

    /* .box-komentar-email {
        width: 49% !important;
    } */

    .product-title {
        margin-bottom: 15px;
        margin-top: 40px;
        text-align: center;
    }
    
}

.box-komentar-email {
    width: 50%;
}

.button-cat-filter {
    padding: 8px;
    font-size: 14px;
    background: #fff;
    border-radius: 5px !important;
    color: #5cb85c;
}

.button-cat-filter:active, .button-cat-filter:focus, .button-cat-filter:hover, .button-cat-filter.active{
    background: #5cb85c;
    color: #fff;
}

.pencarian-top .custom-search.input-search {
    font-weight: 400;
}