/*
 Theme Name:   MGI GROUP - GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      1.0
*/

/* Header */
.site-header {
	border-bottom:1px solid #f1f1f1;
	position:sticky;
	top:0;
	background:#fff;
	z-index:91;
}

.responsive-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.separate-containers .inside-article {
	background:#fff;
}

.nav-float-left #site-navigation {
	order: 1;
	margin-left: 20px;
}
.inside-header { position:relative; flex-direction: row!important;}
.top_nav { position:absolute; right:0; }
.inside-navigation.grid-container { justify-content:center; }
.toggle_button,
.search_button {
    position: absolute;
}
.top_toggle { margin-top:6px; position: absolute; right: 0; z-index: 991;}
.toggle_button { left:0; }
.search_button { right:0; }
a.search-icon { color:var(--tax-color); }

.main-navigation .menu-toggle {
    padding-right: 0;
    padding-left: 0;
    font-size: 28px;
}
.main-navigation li.cta {
	margin-left:25px;
}
.main-navigation li.cta a {
	background:var(--contrast-3);
	font-weight:bold;
	border:2px solid var(--contrast-3);
	border-radius:50px;
	color:#fff!Important;
}
.main-navigation li.cta a:hover  {
	background:none;
	border-color:#fff!Important;
}
.slideout-navigation {
	padding-top:50px;
	
}
.dropdown-menu-toggle .gp-icon {
	display: inherit;
}
.main-navigation .menu-toggle {
	background:none!important;
}

/* Review Box */
.review_box {
	position:absolute;
	bottom:-60px;
	left:-100px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
img.testi_star {
	width:75px!Important;
}
/* Limite Title */
.testi_excerpt {
    overflow: hidden;
	 -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* Top CTA */
.header_cta {
	position:absolute;
	right:0;
}
.header_cta .app .gb-icon svg {
	height:auto!important;
	width: 105px!Important;
}

/* Social Link */
.wp-block-social-links { margin:0!important; }
.wp-block-social-links li a { font-size:24px; }

/* Breadcrumb */
.rank-math-breadcrumb p { margin-bottom:0; }
.breadcrumb { line-height: 18px; }
.woo-breadcrumbs .breadcrumb-trail > span {
	display: -webkit-box !important;
	overflow: hidden;
	font-size:13px;
	margin-bottom:20px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.woo-breadcrumbs .breadcrumb-trail a {
	color:var(--contrast);
	opacity:0.5;
}
.post-type-archive-product .breadcrumb,
.tax-product_cat .breadcrumb {
	display:none;
}

/* Main Nav Sub */
.main-navigation ul.sub-menu {
    background: #fff;
    border-radius: 8px;
    padding: 8px 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
.sub-menu.toggled-on {
    box-shadow: none!important;
    border: 0px solid #f1f1f1!important;
    border-radius: 0;
    margin-left: 30px;
    width: 100%!important;
    padding: 20px 0 !important;
}
.sub-menu.toggled-on ul {
	margin-left:1em;
}
.sub-menu.toggled-on li a {
    position: relative;
    padding-left: 25px!Important;
}
.sub-menu.toggled-on li a::before {
    width: 5px;
    height: 5px;
    content: " ";
    position: absolute;
    left: 12px;
    background: #fff;
    border-radius: 50px;
    top: 16px;
}


/* owl caraousel styling */
.owl-carousel {
    visibility: hidden;
}
.owl-carousel.owl-loaded {
    visibility: visible;
}
.owl-carousel .owl-stage::after {
    display: none;
}

    /* Slide Nav */
    .owl-dots {
        text-align: center;
        margin: 10px auto 0;
        position: static;
        bottom: 20px;
        right: 20px;
    }
    .owl-dots button,
    .owl-dot {
        width: 16px;
        height: 16px;
        border-radius: 100px;
        margin: 0 3px;
		opacity:0.05;
        background: #000!Important;
    }
    .owl-dots button.active,
    .owl-dot.active {
		opacity:0.25;
		background:none!Important;
		border:2px solid #000;
    }
	.testi_slider .owl-dots { 
		text-align:right; 
		margin-top:0;
	}
	.testi_slider .owl-dots button {
		width: 12px;
		height: 12px;
	}
    .owl-stage {
        display: flex;       
    }

    /* Owl Nav */
	.owl-nav { text-align:center;}
    .owl-nav button {
        margin-top: 30px;
        width: 35px;
        opacity: 0.6;
        height: 35px;
        transition: all .2s ease-in-out;
        background-repeat: no-repeat;
		background-repeat: no-repeat !important;
  		background-size: 54%!Important;
        background-position: center center!important;
    }
    .owl-nav button:hover { opacity:1; }
    .owl-nav button span {
        display: none;
    }
	.owl-nav button.disabled {
		opacity:0.2;
	}
    .owl-nav button.owl-prev {
        background-image: url(images/arrow-left.svg) !important;
    }
    .owl-nav button.owl-next {
        background-image: url(images/arrow-right.svg) !important;
    }

    .owl-dots {} 
    .owl-carousel .owl-stage::after {
        display: none!important;
    }
    .latest_post .owl-dots {
        position: absolute;
        margin: 0;
        top: auto;
		left:30px;
        bottom: 20px;
    }

	.owl-item figure.wp-block-image {
		width:100%!Important;
	}

	.benefit_slider .owl-item {
		border:1px solid #E8E8E8;
		padding:25px;
		border-radius:8px;
	}
	.benefit_slider .owl-item img {
		width:76px;
	}
	.produk_slider .owl-item {
		border:1px solid #E8E8E8;
		background:#fff;
		border-radius:8px;
		overflow:hidden;
	}

	.order_slider .owl-item img {
		width:55px;
	}

/* Stepp */
.order_slider .owl-item .gb-block-image {
	position:relative;
}
.order_slider .owl-item .gb-block-image:before {
	height: 6px;
	width: 70%;
	top: 48%;
	position: absolute;
	right: 10%;
	content: " ";
	border-bottom: 2px dotted var(--accent);
}
.order_slider .owl-item:last-child .gb-block-image:before {
	display:none;
}

/* Archive */
.post-categories {
    display: flex;
    gap: 5px;
    padding: 0;
    margin-left: 0;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.post-categories span a {
    padding:0;
    font-size: 14px;
    line-height: 20px;
	border-bottom:2px solid var(--accent);
    background: var(--tax-bg);
    color: var(--tax-color);
    display: inline-block;
    transition: all .3s ease-in-out;
}
.term_list {
    display: flex;
    gap: 8px;
}
.term_list a {
    padding-bottom: 3px;
    border-bottom: 1.5px solid var(--contrast-2);
}
.entry-content ul,
.entry-content ol {
	margin-left:1.3em;
}

    /* Archice Layout */
    .featured-column .arc_box {
        display: block!important;
    }
    .featured-column .arc_left,
    .featured-column .arc_right,
    .generate-columns.tablet-grid-50.featured-column,
    .generate-columns.grid-50 { width:100%!important; }
    .featured-column .acr_img { height: 330px; }

    .gb-block-image a {
        display: block;
        height: 100%;
    }

.site-main article.post {
	border-bottom:1px solid #f1f1f1;
	padding-bottom:20px;
	margin-bottom:20px;
}
.site-main article:last-child {
	border-bottom:0px solid #f1f1f1;
	margin-bottom:0;
}


    /* Grid */
    .grid {
        display: grid;
        grid-template-columns: 150px 1fr;
        grid-gap: 25px;
    }
    .featured-column .grid {
        grid-template-columns: 1fr;
    }
    .grid-small,
    .grid-list{
        display: grid;
        grid-template-columns: 50px 1fr;
        grid-gap: 15px;
    }
    .small-grid {
        display: grid;
        grid-template-columns: 80px 1fr;
        grid-gap: 20px;
    }
    .grid-list { min-height:70px; }

    /* masonry-load-more */
    .masonry-load-more {
        display: flex;
        justify-content: center;
        margin: 10px 0 25px;
    }
    .masonry-load-more a {
        border-radius: 8px;
    }

    .more-link:before {
        height: 30px;
        width: 30px;
        content: " ";
        background: #fff;
    }
    .more-link {
        position: absolute;
        top: 0;
        right: 0;
    }
    .more-link a {
        padding: 0 15px !important;
        border-radius: 50px;
        font-size: 12px !important;
        background: #fff !important;
        color: var(--accent) !important;
        border: 1px solid var(--accent);
        line-height: 13px;
        display: flex !important;
        align-items: center;
    }

/* Limite Title */
.limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_three {
     -webkit-line-clamp: 3;
}
.limit_two {
    -webkit-line-clamp: 2;
}

/* Stories Slider */
.stories_slider .owl-stage-outer {
    overflow: visible;
}
img.slide {
    width: inherit!important;
}
    .stories_slider .owl-dots { margin-top:0; }


/* Page Pagination */
.paging-navigation {
    margin: 0;
    border-top: 0px solid #f1f1f1;
    background: none!important;
    text-align: center;
    font-size: 14px;
    padding: 15px 0!important;
}
.paging-navigation span,
.paging-navigation a {
    border: 1px solid #ccc;
    padding: 5px 10px!important;
    color: #333333!important;
}
.paging-navigation span.current {
    background: #fff;
    color: #fff!important;
    background: var(--accent);
    border: 1px solid var(--accent);
    font-weight: normal!important;
}

.container.grid-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
body.single-product .container.grid-container {
	padding-top:10px;
	padding-bottom:50px;
}

a.prev,
a.next,
a.prev span,
a.next span {
    display: none;
}

/* Comment */
.comments-area {
    border: 0px solid #f1f1f1;
    padding: 0px!important;
    border-radius: 8px;
    margin-top: 25px;
    font-size: 14px;
    background: none!important;
}
.comment-content {
    padding: 0;
    border: none;
    margin: 8px 0;
    padding: 10px 0!Important;
    border-radius: 8px;
}
.comment-content p {
    margin-bottom: 10px;
        line-height: 21px;
}
.comment-list .reply a {
    border-radius: 20px;
    padding: 2px 10px;
    border: 1px solid #f1f1f1;
}
.comment-list article {
    border: none;
    padding: 0!important;
    margin: 0!important;
}
.comment-list li.depth-1 {
    border: 1px solid #f1f1f1!important;
    padding: 20px!important;
    border-radius: 8px!important;
}
.comment .children {
    padding-left: 30px;
    margin: 20px 0 20px 20px!important;
    border-left: 0 dotted rgba(0,0,0,.09)!important;
    border-bottom: none !important;
}
.comment-respond {
    margin-top: 40px;
}
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel],
input[type=text], 
input[type=url], 
select, textarea {
    border: 1px solid #aaa!important;
    border-radius: 5px!important;
    padding: 10px 15px!important;
    margin: 0 0 10px !important;
    width: 100%;
}
.comments-area .form-submit input.submit {
    border-radius: 8px!important;
    background: var(--accent)!important;
    padding: 10px 35px!important;
}
.comment-form-cookies-consent {
    font-size: 12px;
    line-height: 18px;
}

.comment-list li.depth-1 {
    border-bottom: 0px solid #f1f1f1;
    margin-bottom: 20px;
}
h3.comments-title {
    font-size: 18px;
}
.comment-meta .avatar {
    padding-top: 1px;
}
.comments-area footer.comment-meta {
    display: block;
    grid-template-columns: 30px 1fr;
    grid-gap: 10px;
}
.comments-area footer.comment-meta img.avatar {
    display: none;
}
.entry-meta.comment-metadata { margin-top:-1.5px; }
.entry-meta.comment-metadata a {
    color: #000;
    opacity: 0.5;
}
.comment-content {
    margin: 10px 0;
    border: 0px solid #f1f1f1;
}

/* Footer */
.site-footer ul.wp-block-navigation__container {
    margin: 0;
    column-gap: 25px;
    row-gap: 8px;
}
.site-footer ul.wp-block-navigation__container li a {
    font-size: 16px;
}
.site-footer ul.wp-block-navigation__container li:hover a {
	opacity:0.5;
}

/* Search Modal */
.search-modal-form {
    background: transparent!important;
}
.gp-modal__container input.search-field {
    margin: 0!important;
    border: none !important;
}
.search-modal-fields {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

/* Sidebar */
.inside-right-sidebar {
    position: sticky;
    top: 120px;
}

/* List Custom */
.list_custom {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.list_custom .gb-query-loop-item {
    counter-increment: my-awesome-counter;
    position: relative;
}
.list_custom .gb-query-loop-item::before {
    content: "#" counter(my-awesome-counter) "";
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 40px;
    height: 40px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_custom .generate-columns.grid-50 {
    width: 100%!important;
    margin: 0;
}
.list_custom p.gb-headline-text {
    min-height: 50px;
}


/* Title Header */
.page-header {
    margin-bottom: 30px;
}
h1.widget-title,
h1.page-title,
h2.widget-title { 
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
h1.widget-title:after,
h1.page-title:after,
h2.widget-title:after {
    content: " ";
    margin-left: 30px;
    flex: 1 1 auto;
    border-top: 2px solid #f1f1f1;
    background: #f1f1f1;
}
.search h1.page-title {
    border-bottom: 1px solid #f1f1f1;
    display: block;
	font-size:22px;
    padding-bottom: 15px;
}
.search h1.page-title span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: var(--accent);
}
.search h1.page-title:after {
    display: none;
}

/* Author */
.author .page-header {
    padding: 25px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 8px;
    background: #fff;
    border:2px solid #f1f1f1;
}
.author .page-header .page-title:after {
    display: none;
}
.author .page-header .avatar {
    margin-right: 20px;
    border-radius: 50px;
}
body.author h1.page-title {
    margin-bottom: 10px;
}

/* Box Shadow */
.shadow {
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.08)
}

/* Popular Post */
.nq_number { display:none; }
.popular_item a {
    color: var(--contrast);
    font-weight: 500;
    padding-bottom: 12px!important;
    margin-bottom: 12px!important;
    display: block;
    border-bottom:1px solid var(--tax-bg);
}
.popular_item a:hover {
    color: var(--contrast-2);
}
.popular_item:last-child a {
    border-bottom: none;
}

/* Single Post Content */
.dynamic-entry-content ul,
.dynamic-entry-content ol {
    margin: 0 0 1.5em 2em;
}
.dynamic-entry-content ul li {
    list-style: circle;
}
.also-read {
    background: #f1f1f1;
    padding: 15px;
    border-left: 5px solid var(--accent);
    padding-left: 20px;
    margin: 20px 0;
}
.also-read h2 { margin-bottom:8px; }
.also-read p { margin:0 0 10px; font-size:14px;  line-height:18px; }

/* Blockquote */
.wp-block-pullquote {
    padding: 0;
}
blockquote {
    border-left: 5px solid var(--accent);
    padding: 20px;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
    text-align: left;
    line-height: 24px;
}
blockquote p {
    margin-bottom: 5px;
}
.wp-block-pullquote cite {
    font-size: 14px;
    font-weight: bold;
}

/* Pre */
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

/* table */
.wp-block-table { margin-bottom:25px; }
.wp-block-table table { margin-bottom:0; }
.wp-block-table .wp-element-caption {
    font-size: 13px;
    margin-top: 5px;
}

/* Featured Image Caption */
.gb-block-image figcaption,
.wp-block-image figcaption {
    font-size: 13px;
    text-align: center;
    margin: 10px 0 0;
    line-height: 19px;
}
.wp-block-image {
    margin-bottom: 25px;
}
.wp-block-image img {
    border-radius: 5px;
}

/* Tag List */
.taxonomy-post_tag {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.taxonomy-post_tag a {
    color: #fff;
    position: relative;
    background: var(--accent);
    padding: 2px 13px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.taxonomy-post_tag a:hover {
    background: var(--contrast-2);
}
.taxonomy-post_tag a:before {
    content: "#";
}
.wp-block-post-terms__separator {
    display: none;
}

/* Search Form */
.search-form .search-submit { display:none; }

/* 404 */
body.error404 .inside-article {
    margin: 40px auto;
    text-align: center;
}

/* Limit */
.limit-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
    
/* TOC */
#ez-toc-container {
    background: #f9f9f9;
    border: 1px solid var(--accent);
    border-radius: 5px;
    box-shadow: none;
    padding: 25px;
    width: 100%;
    margin-bottom: 25px;
}
div#ez-toc-container p.ez-toc-title {
    font-weight: bold;
}
#ez-toc-container ul {
    margin-top: 10px;
    padding-left: 18px;
}
div#ez-toc-container ul li {
    font-size: 100%;
    list-style: circle;
    overflow: visible;
    padding: 2px 0;
}
#ez-toc-container a {
    color: var(--contrast)!Important;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    font-weight: bold!important;
}
#ez-toc-container ul.ez-toc-list-level-3 {
    margin-top: 5px;
}
#ez-toc-container ul.ez-toc-list-level-3 {
    margin-left: 0;
}
#ez-toc-container ul.ez-toc-list-level-3 li a {
    font-weight: normal!important;
}
#ez-toc-container label.cssicon {
    border: none;
    margin-top: -5px;
}

/* Absolute tag */
.abs {
	position:absolute;
	top:20px;
	left:20px;
}

/* Page Break */
.neon-auto-page-break-pagination {
    font-size: 14px;
}
.neon-auto-page-break-pagination .pagination {
    display: flex;
    gap: 5px;
	flex-wrap: wrap;
}
.neon-auto-page-break-pagination span.post-page-numbers.current,
.neon-auto-page-break-pagination a.post-page-numbers {
    background: var(--accent);
    width: 23px;
    height: 23px;
    display: flex;
    color: #fff;
    border: 1px solid var(--accent);
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 13px;
}
.neon-auto-page-break-pagination span.post-page-numbers.current {
    background: none;
    color: var(--accent);
}
.neon-show-all-page-content a {
    text-decoration: underline!important;
}

ul.steps {
	margin: 0 0 0 -10px;
	counter-reset: li;
}
ul.steps li {
	position:relative;
	display: block;
	list-style: none;
	border-left: 1px solid var(--accent);
	margin-left:31px;
	font-size:16px;
	color:#4A4A4A;
	padding-left: 39px;
	padding-bottom: 26px;
}
ul.steps li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: -7px;
	left: -31px;
	box-sizing: border-box;
	margin-right: 8px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 7px;
	width: 60px;
	border:10px solid #f3f7fc;
	height: 60px;
	text-align: center;
	font-weight: 500;
	background: var(--accent);
	color: #fff;
	border-radius: 999em;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.steps li:last-child {
	border-left:0;
}
ul.steps li strong {
	font-size:18px;
}

/* Compare Price */
.compare_item {
	height:70px;
	text-align:center;
}

/* HOME */
.hero_services {
    position: absolute;
    top: -420px;
    right: 235px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

/* Woocomerce */
.cat_slider ul.products {
	margin:0!Important;
}
ul.products .owl-item li.product {
	float:none!Important;
	width:100%!Important;
	margin:0!Important;
}
ul.products .owl-item li.product a {
	color:#000;
	text-align:center;
}
ul.products .owl-item li.product a img {
	border-radius:10px;
}
ul.products .owl-item li.product a .count {
	display:none;
}
ul.products .owl-item li.product a h2.woocommerce-loop-category__title {
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size:16px!Important;
}
body.archive .site-content {
	padding-bottom:60px;
}

body.woocommerce-cart #content,
body.woocommerce-checkout #content {
	padding:50px 0;
}
.cat_desc {
	padding-top:35px;
}

/* Contact Form */
.wpforms-container .wpforms-field {
	padding: 2px 0;
	position: relative;
}
iframe {
	width:100%;
}

/* Sidebar */
.wp-block-categories-list {
	margin:0;
}
.wp-block-categories-list li {
	list-style:none;
	padding: 5px 0;
}

	@media only screen and (max-width: 1024px) {
		.site-logo {
			position: absolute;
			left: 50%;
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
			width: 160px;
		}
		.inside-header {
			padding-left:40px;
			padding-right:40px;
		}
		.review_box {
			bottom:12%;
			left:0;
		}
	
		.main-navigation li.cta {
			margin-left: 25px;
			margin-top: 25px;
			margin-right: 25px;
		}
		.main-navigation li.cta a {
			text-align:center!Important;
		}
		.header_cta { right:40px; background:none!important; color:#fff!important;}
		.header_cta strong { display:none;}	
		.hero_services { 
		    position:static;
		    
		}
		body.single-product .container.grid-container { padding:20px;}
		body.single-product .summary.entry-summary { padding-left:0;}
		.separate-containers .inside-article { padding:0;}
		ul.products li .wc-product-image,
		.inside-wc-product-image,
		.woocommerce ul.products li.product a img { width:100%!important;}
		.container.grid-container {
			width: auto;
			padding-left: 20px;
			padding-right: 20px;
		}
		body.full-width-content .container.grid-container {
			padding-left: 0;
			padding-right: 0;
		}
	}

    @media only screen and (max-width: 768px) {
		.hero-bg {
			padding-left: 0;
			padding-right: 0;
		}
        .gb-button.slideout-toggle span.gb-button-text { display:none; }
        .toggle_button, .search_button { top:33px; }
        .toggle_button { left:20px; }
        .search_button { right:20px; }

        .top_toggle { right: 20px;}

        .inside-right-sidebar { position:static; padding: 0; border: none;}

        .featured-column { margin-bottom:25px; }
        .site-content .content-area { padding-right:0; }

        .is-right-sidebar { margin-top:40px; }

        .grid {
            grid-template-columns: 100px 1fr;
            grid-gap: 20px;
        }
        .featured-column .grid { margin-bottom:0; }

        .comments-area {
            border: none;
            padding: 20px 0!important;
        }

        .promo_slider .owl-stage-outer {
      		overflow:visible;
        }
        .owl-nav button.owl-prev { left: -16px;}
        .owl-nav button.owl-next { right: -16px;}

        .center_nav .owl-dots {
            margin: 0 auto;
            right: 0;
            left: 0;
        }

        .gp-search-modal .gp-modal__overlay {
            padding-left: 30px!important;
            padding-right: 30px!important;
            background: rgba(0, 0, 0, 0.65)!important;
        }

        .post-abs,
        .post-abs-r {
            position: absolute;
            top: 20px;
            left: 20px;
        }
        .post-abs-r {
            right: 20px;
            left: auto;
        }

    }
    @media only screen and (max-width: 767px) {
        body { background:#fff!important; }
		.single-product.separate-containers .site-main { margin-top: 0;}
		.site-logo { width:110px;}
		.inside-header {
			padding-left:25px;
			padding-right:25px;
		}
		.header_cta { right:25px;}
		.review_box  { position:static;}
		.hero_bg:before { background-size:330% auto!important; background-color:#f5f5f5;}
		.jaring_bg:before { background-size: cover!important; opacity: 0.12!important;}
		.gb-button-text strong { display:none;}
		ul.products .owl-item li.product a h2.woocommerce-loop-category__title {
			font-size: 14px!Important;
		}
        .featured-column .acr_img { height: 200px; }
        .grid-small { grid-template-columns: 80px 1fr;}
        .small-grid {
            grid-template-columns: 1fr;
            grid-gap: 10px;
        }
        .cat_grid_desc { position:relative; }
        .cat_grid_desc:before {
            content: " ";
            position: absolute;
            top: -10px;
            left: 30px;
            border-left: solid 10px transparent;
            border-right: solid 10px transparent;
            border-bottom: solid 10px #f1f1f1;
            height: 0;
            width: 0;
        }
		.wp-block-navigation__container.items-justified-right {
			justify-content: center;
		}
		.hero_slide { left:25px; top:auto; bottom:0px;}
		.site-footer .wp-block-navigation {
			justify-content: center;
		}
		.compare_head {
			height: 80px;
			border-bottom:1px solid #ccc;
			background:#fff;
			display: flex;
			align-items: center;
			line-height: 1.1em;
		}
		.compare_grid {
			width: 300px;
			flex-wrap: nowrap!Important;
		}
		.order_slider .owl-item img {
			width:40px;
		}
		.order_slider .owl-item .gb-block-image::before {
			width: 55%;
		}
		.woocommerce ul.products li.product .button {
			width: 80%!Important;
			font-size: 12px;
		}
		body.woocommerce-cart #content,
		body.woocommerce-checkout #content {
			padding:30px 20px;
		}
		body.single-product .summary.entry-summary { padding-top:0!Important;}
		
		.wa_wrapp {
			position: fixed!Important;
			margin-bottom: 0!Important;
			width: 100%;
			bottom: 0;
			left: 0;
			z-index: 92;
			left: 0;
			opacity: 1;
			height: 75px;
			background: #fff!Important;
			border-radius: 0!Important;
			border-top: 1px solid #f1f1f1;
			box-shadow: rgba(0,0,0,.085) 0px 1px 6px 0px;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding:0 15px;
		}
		.wa_wrapp a.button-whatsapp {
			margin:0!important;
		}

    }