/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.7.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*** 28 dec 2021 ***/

/* add bottom padding tokped popup quick view category product */

.mfp-content .product-lightbox-inner {
   padding: 30px 30px 69px !important;
}

.mfp-content .deret_tombol .dt_item .button {
    font-size: 0.9em !important;
}

/* styling text after price */

.ctap img {
    width: 18px;
	position: relative;
    top: -1px;
}

/*.ctap {
    margin: 10px 0 10px;
    border: 2px dashed #848484;
    padding: 10px;
    background: #b1e68a;
}*/

.ctap p {
    line-height: 23px;
    margin: 0;
    padding: 0;
}

p.ctap_italic {
    font-style: italic;
    font-size: 12px;
    color: #a0a0a0;
}

.ctap p.ctap_bold {
    font-weight:bold;
}

/* remove google captcha badge */
.grecaptcha-badge { visibility: hidden; }

/*__ change background color ig icon__*/

.button.instagram:not(.is-outline), .button.instagram:hover {
    color: #D93174!important;
}

/* memberikan 1 baris pada element apapun */
li.spasi1baris {
    margin-bottom: 20px;
}

/* resize image di product detail ke ukuran fix 400x400*/
/*.product-container .tab-panels  img {*/
/*    width:400px !important;*/
/*    height:400px !important;*/
   
/*}*/

/*__ disable auto resize image on product list on description__*/
	/*.products.row-small img {*/
	/*	width: auto !important;*/
	/*	height: auto!important;		*/
	/*}*/

.product-container .tab-panels  img.myimg-auto {
    width: auto !important;
    height: auto !important;
}

/*__ menghilangkan bullet hunting phone di halaman cara belanja__*/

ul.ul-hunting li {
    list-style: none;
}


div#style-6 {
    box-shadow: rgb(179, 179, 179) 5px 3px 5px !important;
}
body img {
    border-radius: 10px !important;
}

.col.zero-col {
  padding-bottom: 0px !important;
}

.col.col-riz-home-slide {
    padding-bottom: 0px !important;  
}

.my-home-slider .slick-slide img {
  /*width: 99% !important;*/
  width: auto;
}

ol, ul {
    margin-top: 0;
    padding: 0;
    /*padding-left: 20px;*/
}

.my-video-home .slick-slide {
    padding:3px;
}
.tabelku-responsive {
	overflow-x: auto;
}
.tabelku-garansi {
  overflow-x: auto;  
}
.tabelku-garansi td {
  border:1px solid #ccc;
}


.listku-responsive > div {
    /* border: 1px solid #ccc; */
    padding: 5px 0 0px 9px;
    margin: 10px 0;
    /* background: #46bcbc63; */
    font-weight: 700;
    font-size: 21px;
    border-bottom: 1px dashed #ccc;
    color: #ccc;
}

li.html_topbar_right a.wws-shortcode-btn {
    font-family: inherit;
    font-weight: inherit;
    background-color: #22c15e;
    display: inline-block;
    color: #fff;
    padding: 5px 10px 5px 5px;
}



table {
    background-color: rgba(192,194,196,0.38);
border:1px solid #c6c4c4    
}

tr:nth-child(even) {
    background-color: #ffffff;
   
}

th:last-child, td:last-child {
    padding: 7px 10px;
}
th:first-child, td:first-child {
    padding-left: 0;
    padding: 0 20px;
}

table {
    /*background-color: #e8fbff;
    padding: 5px;*/
}

.page-id-16039 .box-text.text-center {
    background: rgba(242, 246, 249, 0.97) !important;
    color:#333;
    font-weight: 700;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 1px 1px rgb(153,151,151);
	-moz-box-shadow: 2px 2px 1px 1px rgb(183,183,183);
	box-shadow: 2px 2px 1px 1px rgb(162,161,161);    
}

.page-id-16039 .box-image {
    width:60% !important;    
}

.page-id-16039 .box-text {
    padding-top: .7em;
    padding-bottom: 0em !important;    
}

a#top-link {
    background: #5ca527;
    color: #333;
    width:30px;
}

.col-katalog-kiri .col-inner, .col-katalog-kanan .col-inner {
	border-radius: 10px !important;
}

/*__slider arrow__*/
.slider .flickity-prev-next-button {    
    opacity: 1 !important;
}

.c-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin:0 5px;
    padding: 7px 24px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    overflow: visible;
    border-radius: 2px;
    -webkit-transition: color .3s ease-out, opacity .3s ease-out, background .3s ease-out;
    -o-transition: color .3s ease-out, opacity .3s ease-out, background .3s ease-out;
    transition: color .3s ease-out, opacity .3s ease-out, background .3s ease-out;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    background-color: #fafafa;
    color: #333;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    height: auto;
    letter-spacing: 0;
}

.c-btn:hover {
    background:#c30f42;
    color:#fff;
}


.u-txt--normal {
    font-weight: normal !important;
}
.c-btn--pill {
    border-radius: 100px;
}
.c-btn--small {
    font-size: 12px;
    padding: 4px 12px;
}
.huruf_tebal {
	font-weight: 700;
}

.nav-dropdown .menu-item-has-children>a, .nav-dropdown .title>a, .nav-dropdown .nav-dropdown-col>a {
	font-size: 16px;
    font-weight: bolder;
    /*color: rgba(102,102,102,.85);*/
    color:#333;
    text-transform: capitalize;
    font-weight: 800;

}

.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: #333;
    transition: all .2s;
    font-weight:800;
}
.nav>li>a:hover, .nav-dropdown>li>a:hover, .nav-column>li>a:hover {
    color: #22709e;   
    transition: all .2s;
 	font-weight:800;
    
}

.slick-prev:before, .slick-next:before {
    color: #040404 !important;

}

/* disable product display hover effect */
.has-hover:hover img.show-on-hover {
	opacity: 0 !important;
}

.p-title {
	text-align: center;
	height: 37px;
  font-size: 15px;
  line-height: 20px;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

td {
    color: #666;
    border-bottom: 1px solid #ccc;
}

/* Hover Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* atur tinggi judul produk khusus di halaman homepage2019*/
.page-id-27201 .box-image {
    height: 190px !important;
}

.row-our-customer .flickity-page-dots .dot {
    /*border: 3px solid #d65123 !important;*/
}

#wpcf7-f27409-p15585-o1 input[type=email], 
#wpcf7-f27409-p15585-o1 input[type=number],
#wpcf7-f27409-p15585-o1 input[type=text],
#wpcf7-f27409-p15585-o1 input[type=tel],
#wpcf7-f27409-p15585-o1 input[type=url],
#wpcf7-f27409-p15585-o1 textarea,
#wpcf7-f27409-p15585-o1 select {
	border: 1px solid #d0cdcd !important;
}

/*_ styling footer _*/
ul#footer_kontak li {
    list-style-type: none;
  margin-left:0;
}
.sembunyikan {
  display: none;
}
  
.c-btn--pill-footer {
    border-radius: 100px;
    background: #082c46;
    padding: 8px 25px;
    font-weight: 700;
}
a.c-btn--pill-footer:hover {
    background: #0d4c79;
}
ul#footer_kontak li svg {
    margin-right:5px;
}

.absolute-footer.dark {
    color: rgba(255,255,255,0.5);
    display: none;
}
#footer p, #footer li {
    color: #333
}

.cf7-form-footer input:not([type="submit"]), .cf7-form-footer textarea, .cf7-form-footer select {
  background-color: rgba(97, 97, 97, 0.51);
  color:#fff !important;
}
.text_justify {
  text-align: justify;
}
.wpcf7 .wpcf7-response-output {
    color: #61bc46 !important;
}
.product-short-description .reveal-icon span {
    -ms-transform: none !important;
    transform: none !important;
}
.row-paket-mesin-banner {
  margin-top:0 !important;
}

span.top_button_contact {
    background: #f9f9f9;
    border: 2px solid #2260a0;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
}
span.top_button_contact .svg-inline--fa.fa-w-14 {
    width: 1.875em;
}
/* styling halaman kontak us */
#wpcf7-f27409-p15585-o1 .wpcf7 .wpcf7-response-output {
    color: #fffcfc!important;
    border: 1px solid #333 !important;
    background: #5ca527 !important;
}

.row-paket-mesin .banner h4 {
    margin-bottom:0 !important;
}

.row-paket-mesin .is-uppercase,.row-paket-mesin .uppercase {
    line-height: 1em !important;    
}

.row-paket-mesin .fill {
    border: 0.3px solid #ccc !important;
}

/*__ membuat garis antar prduct slide di newhome2019 __*/
.row-home-promo .row-small>.flickity-viewport>.flickity-slider>.col,.row-home-promo .row-small>.col,
.row-home-wirapax .row-small>.flickity-viewport>.flickity-slider>.col,.row-home-wirapax .row-small>.col,
.row-home-wirastar .row-small>.flickity-viewport>.flickity-slider>.col,.row-home-wirastar .row-small>.col
 {
   border-right: 1px solid #e2e2e2;
}

/*__ styling homepage __*/
.page-id-27201 .flickity-prev-next-button {
   color: #cccccc;
}

/*_ styling banner paket mesin home overlay _*/
.row-paket-mesin-static {
    margin-bottom: -197px !important;
    z-index:1000 !important;
}

.mybutton-detil {
    display: flex;
    flex-direction: row;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}

/* membuat main cat title lebih kelihatan */
.product-category .box-badge .box-text {
    padding: 10px 5px !important;
    position: relative !important;
    bottom: 0px !important;
    transition: background .3s;
    z-index: 1;
    border: 1px solid #ccc;
}

/* modifed video tab layout dekstop */

/*div#tab-qty_pricing_tab iframe, div#tab-description iframe {*/
/*    width: 100%;*/
/*    height: 500px;*/
/*}*/

/*__ add radius border into sub cat thumbnail product__*/

.category-page-row .product-small.box {
    border: 1px solid #ccc;
    border-radius: 5%;
    padding: 10px 10px;
    /*min-height:382px;*/
    /*height:382px;*/
}

.category-page-row .product-small.box:hover {
    box-shadow: 2px 2px #c8c8c8;
}

/* styling page promo */

.term-653 .category-page-row .product-small.box {
    border: 1px solid #ccc;
    border-radius: 5%;
    padding: 10px 10px;
    min-height: 350px;
    height: 350px;
}

/* end styling page promo */

select.orderby {
    border-radius: 10px;
    background: #f5f3f3;

}

.product-summary .hrg_normal_cst,.product-summary .hrg_promo_cst {
  font-size:18px;
} 

.related-products-wrapper .hrg_normal_cst,.related-products-wrapper .hrg_promo_cst {
  display:none;
}

/*___membuat jarak bottom padding dibawah related product___*/
.product-section {   
    padding: 20px !important;
}

/*#footer .section_bg_footer .section-bg.bg-fill {*/
/*    background-size: auto !important;*/
/*    background-repeat: repeat-x !important;*/
/*}*/

.blog-archive .entry-summary {
    text-align: justify;
}

.wira_disclaimer {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 5px;
    font-size: 13px;
    background: #b0e2a0;
    color: #000;
    font-style: italic;
    text-align: justify;
    font-weight: 700;
}
/*__ video thumb play css __*/
.MyitemsContainer {
    /*background:red; */
    float:left;
    position:relative;
}

.MyitemsContainer:hover .playmyvideo {
  display:block;
}

.playmyvideo{
    position : absolute;
    display: block;
    top: 40%; 
    width: 40px;
    margin:0 auto;
    left:0px;
    right:0px;
    z-index:100;
} 

/*__ video thumb play css __*/

.myvideo-header {    
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.shop-container .myvideo-header {
    width: 100% !important;
}

/*.myvideo-header iframe {*/
/*    height: 600px!important;*/
/*}*/

/*__ styling upsell product footer __*/

.product-footer .product-section .flickity-viewport {
   height : 380px !important ;   
}

/*__ give right space on two button on product detail page __*/

.mybutton-detil .md-list {
    margin-right:10px;
}

/*__besarkan text deksripsi tab__*/

ul.product-tabs li {
    font-size:20px !important;
}
/*__ wp popup maker__*/
.pum-theme-32036 .pum-container, .pum-theme-lightbox .pum-container {

    border: none !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

/*__ menghilangkan chat text wa__*/

.wa__btn_popup .wa__btn_popup_txt {
    display: none !important;
    visibility: hidden !important;
}

[data-readmore-toggle] {
    font-weight: 600 !important;
    width: 30% !important;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
}



/*__ change color dot slider image product __*/

.flickity-page-dots .dot.is-selected {
    background-color: #75be62 !important;
}

.flickity-page-dots .dot {
    border: 2px solid #75be62 !important;
}

/*__ styling button nego sekarang dan brosur produk__*/

.button.bttokped.primary.is-outline.is-xmedium.collapsible, 
.button.bttokped.primary.is-outline.is-xmedium.collapsible:active,
.button.bttokped.primary.is-outline.is-xmedium.collapsible:hover

{
    border: 0px !important; 
    border-bottom: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background: #61bc46 !important;
    color: #fff !important;
}
.button.bttokped.primary.is-outline.is-xmedium.collapsible.active, 
.button.bttokped.primary.is-outline.is-xmedium.collapsible.active:active,
.button.bttokped.primary.is-outline.is-xmedium.collapsible.active:hover

{
    border: solid 2px #61bc46 !important; 
    border-radius:7px!important;
    background: #00000000 !important;
    color: #61bc46 !important;
}

.deret_tombol {
    display: flex;
    flex-direction: row;
    text-align: center !important;
    margin: 20px 0;
}

.deret_tombol_tokped {
    display: flex;
    flex-direction: row;
    flex-wrap:  wrap;
    text-align: center !important;
    margin: 2px 0;
}

.deret_tombol_tokped .dt_item_tokped {
    margin: 7px auto;
    width:180px;
}

.deret_tombol.dtleft {
    display: flex;
    flex-direction: row;
    text-align: left !important;
    margin: 20px 0;
}


.deret_tombol .dt_item, .deret_tombol_tokped .dt_item {
    width: 100% !important;
}


.deret_tombol .dt_item .button {
    width: 96% !important;
    margin: 0 auto !important;
    border-radius: 8px;
   /* font-family: "Nunito Sans", sans-serif;*/
    text-transform: uppercase;
}

.dt_item.float_right {
    text-align: right;
}

.dt_item.float_left {
    text-align: left;
}

.product-main {
    padding: 30px 0 0px;
}

.image-tools.bottom.left {
    display: none !important;
}

.product-short-description {
    margin-top: 10px;
}

.product-short-description p, .product-short-description li {
	margin-bottom: 0.2em;
}

.deret_tombol a.mybtn-aktif.button.primary.is-outline.is-xmedium {
    background: #61bc46;
    color: #fff;
    border: 1px solid #61bc46;
}

/*__ resize badge free ongkir __*/
.category-page-row .yith-wcbm-badge img, .page-id-27201 .yith-wcbm-badge img  {
    max-width:60px !important;
}

.product-template-default .yith-wcbm-badge img  {
    max-width:65px !important;
}

.upsells-wrapper .yith-wcbm-badge img {
    display: none;
}

/* create radius bg nav top menu*/
.header-bottom {   
    border-radius: 8px;
}

.deret_tombol .dt_item .button-tokped {
    width: 95% !important;
    margin: 0 auto !important;
    border-radius: 8px;
     font-family: "Nunito Sans", sans-serif; 
    text-transform: uppercase;
    border:2px solid #61BC46;
    padding: 10px;
    font-weight: 600;
}

/* hide tag on page */

.custom_tag_page {
    display: none;
}

/*__ styling lokasi __*/
.col-wrapper-lokasi {
    background: #E9E9E9;
}

.col-wrapper-lokasi {
    background: #E9E9E9;
    display: grid;
    grid-template-columns: 35% auto;
    grid-column-gap: 3%;
    grid-row-gap: 5%;
}

.row-lokasi {
    display: grid;
    grid-row-gap: 20px;
}

.col-item-inner-lokasi.col-map-lokasi {
    padding: 30px 0 0px 0;
}

ul.noclass li {
    list-style: none;
    margin-bottom: 0px;
}
li.list-icon-loc span {
    padding: 5px;
}
li.list-icon-loc {
    display: flex;
}

span.empty-space {
    padding-left: 30px;
}

.icon-space i.icon-map-pin-fill {
    font-size: 18px;
    padding-right: 3px;
}

.icon-space i.icon-envelop {
    font-size: 16px;
}

.list-icon-loc span.empty-space {
    padding-left: 20px;
}

.lokasi-ribbon {
    background: #44ab38;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    z-index: 10;
    /* margin-bottom: -52px; */
    top: 10px;
    left: 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.col-item-inner-lokasi.col-foto-lokasi {
    position: relative;
}

li.list-icon-loc p {
    line-height: 15px;
}


/*.list-icon-work {
    display: flext;
    flex-direction: column;
}*/

div.social-icons {
    font-size:110% !important;
}

.ytb-top-content {
    max-widtth:1020px !important;
}

.wws-popup__open-btn > svg {
	width:25px !important;
	height:25px !important;
}

.wws-popup__open-btn span{
 font-size:20px;
}