@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;500;700;900&display=swap');
body{
   font-family: 'Roboto', sans-serif !important;
   background:#f1f5f9 !important;
}
a {
	text-decoration: none !important;
}
.telepon {
    margin-left:1rem;
}
.text-sub {
    margin-left :1em;
    font-weight:400;
    color:rgba(0,0,0,0.6);
}

.contact-info i{
    font-size: 20px;
    font-weight: bold;
    color: green;
}
.contact-info a {
    margin-left:1.5em;
}
.shadow-box {
    box-shadow: 0 1px 1px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.rounded-lg {
    border-radius:0.75em !important;
}
.over-hidden {
 overflow:hidden;   
}

#img-container{
    max-height:400px;
    overflow:hidden;
}

.panel-category {
	cursor: pointer;
}
.mySlides img{
    width:300px;
    height:auto;
}
 .company-logo{
    width:15%;
    height:auto;
}
.link-category{
    font-weight: 600;
    color: rgba(0,0,0,0.65);
}
.splide__slide img {
	width: 100%;
	height: auto;
}

.card-image {
	width: 150px !important;
	height: 150px;
	object-fit: contain;
	margin: 2.5em 0;
}

.card-category {
	width: 150px !important;
	height: 150px;
	object-fit: contain;
	margin: 2.5em 0;
}

.card-item:hover {
	transform: translateY(-15px);
	transition-duration: 0.4s;
}
.product-card {
    border-radius:1rem;
    overflow:hidden;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);

}
.main {
    margin: auto;
    margin-top: 1em;
    padding: 0 2em;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
  background: beige
}

.image-slide {
	object-fit: cover;
	width :100%;
}

.image-modal {
	object-fit: cover;
	width: 45%;
	height:100%
}

.slow {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.next-prev {
    position: absolute;
    top: 50%;
    width: 100%;
    justify-content: space-between;
    font-weight: 700;
    font-size: 30px;
}
.slide__info {
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    overflow: hidden;
    background:#141414 url('./images/download.png');
}

.btn-slide {
    display: flex;
    font-size:2.5rem;
    color :#fff;
    align-items: center;
    background: rgba(0,0,0,0.5);
    padding: 1rem;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.slide-info{
    background: black;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}

.sec-li {
	border-radius: 1.5rem !important;
}

.li-splide {
	cursor: pointer;
	margin-top: 20px !important;
	height: 260px !important;
}

.slide {
	border-radius: 1.4rem;
}

.secondary-slider {
	background: #dcf1f7;
	margin: 20px 0;
	padding: 10px 0;
	border-radius: 1rem
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
	border-color: #00bfff;
	opacity: 1;
	border-radius: 1rem;
}

.flex {
	display: flex !important;
}

.flex-col {
	flex-direction: column;
}

.flex-1 {
	flex: 1 1 0%;
}

.inline-flex {
	display: inline-flex;
}

.items-center {
	align-items: center;
}

.toggle {
	color: #55cd6c;
	font-size: 25px;
}

.main-wrapper {
	background: #ffffff;
}

.__item {
	background-color: #fff;
	padding: 2.5em;
	margin-top: 1.5em;
}

.__item_decs {
	padding-left: 45px !important;
}

.__item_decs h1 {
	margin-bottom: 1em;
}

.itemDescription {
	font-size: 14px;
	font-weight: 500;
}

.itemDescription table tr td {
	padding: 5px;
}

.item-detail-panel.item-description h2 {
	margin-bottom: 15px;
}

.contact-form .sales li a {
	font-size: 12px;
}

.footer-col.company-information {
	font-size: 12px;
	line-height: 2.5;
}

.medsos-panel>div>a {
	display: flex;
}

.short-description {
	text-transform: uppercase;
}

.nav-right {
	vertical-align: middle;
	font-size: 15px
}

#banner-galleria {
	margin: 25px 0;
}

.seles-email {
	font-size: 12px;
}

.value span {
	font-family: 'Roboto', sans-serif !important;
	line-height: 2;
}

.table-category {
	text-transform: uppercase;
}

h2.name {
	text-transform: uppercase;
}

.detail-description {
	font-size: 12px;
	line-height: 2 !important;
	font-weight: 500;
}

.catalog {
	font-weight: 400 !important;
	text-transform: initial;
	font-size: 14px;
}

.catalog span {
	font-weight: 400 !important;
	text-transform: initial;
}

.catalog p {
	font-weight: 400 !important;
	text-transform: initial;
}

.pop-up {
	margin-bottom: 10px;
	background: #f5f7f9;
	border-radius: 4px;
	padding:10px;
	margin: 10px 20px;
	font-weight: 400;
}

.group-sales {
	display: flex;
	align-items: center;
	margin-bottom:1rem;
}

.info {
	margin-left: 20px;
}

.pop-up .fa-whatsapp {
	font-size: 25px;
	color: #55cd6c;
}

.pop-up .name {
	font-size: 14px;
	font-weight: 400;
	color: #151515;
}

.pop-up .marketing {
	color: #838383;
	margin-top: 2px;
	font-size: 12px;
}

.contact {
	padding: 4px 6px;
}

.sales-header {
	margin-bottom: 10px;
	background: #55cd6c;
	font-size: 14px;
	padding: 14px;
	color: #fff;
	display: flex;
	border-radius:14px;
	justify-content: space-between;
	align-items: center;
}

.sales-header p {
	width: 80%;
}

.sales-header i {
	font-size: 20px;
	cursor: pointer;
}

.company_logo {
	display: flex;
	align-items: center;
}

.company-footer {
	font-size: 18px;
	font-weight: bold;
}


/*footer*/

.footer {
    background-color: #004f3b;
    color: #fff;
}

.footer-container{
    display: flex;
    margin-top:4rem;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1700px;
    margin: auto;

}

.footer-section{
    margin-top:4rem;
}

.footer-contact {
	padding: 40px 40px 10px 40px;
	margin-bottom: 30px;
}

.contact-name {
	font-weight: 500;
	font-size: 17px;
}

.contact-marketing {
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
}

.contact-number {
	text-decoration: none;
	color: #fff;
}

.contact-email {
	font-size: 15px;
}

.address {
	padding: 10px 40px 10px 40px;
	margin-bottom: 50px;
}

.company-name {
	font-weight: 500;
}

.sosmed {
	font-weight: bold;
	font-size: 17px;
}

.toTop {
	cursor: pointer;
	position: absolute;
	right: 35px;
	background: rgba(225, 225, 225, .3);
	bottom: 15%;
	margin-bottom: 20px;
	padding: 10px;
	width: 50px;
	height: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	z-index: 9999;
}


/*end footer*/

.btn_wa {
	position: fixed;
	display:flex;
	justify-content:center;
	align-items:center;
	width: 60px;
	height: 60px;
	bottom: 55px;
	right: 30px;
	background-color: #55cd6c;
	color: #FFF;
	border-radius: 50px;
	border: unset;
	text-align: center;
	font-size: 30px;
	z-index: 100;
}

.category-menu {
	background: #fff;
	padding: 12px !important;
	border-radius: 10px;
	box-shadow: 0 0rem 1rem rgba(0, 0, 0, .1);
	display: flex;
	cursor: pointer;
	align-items: baseline;
	justify-content: space-between;
	cursor: pointer;
}

.category-menu span {
	margin-right: 12px;
	font-size: 1em;
	color: #4c4c4c;
	font-weight: 600;
}

.category-menu i {
	font-size: 1.5em;
}

.hidden-sub {
	visibility: hidden !important;
	background: #fff;
	font-size: 13px !important;
	height: 0;
	transform: translateY(-170px) !important;
	transition-duration: 0.3s !important;
	transition-timing-function: ease-in-out;
	opacity: 0 !important;
}

.list-category {
	visibility: visible;
	transform: translateX(0);
	transition-duration: 0.5s;
	opacity: 1;
}

.sub-category .selected {
	color: #4aa73f;
}

.box-brand {
	margin-top: 1em;
	background: #fff;
	box-shadow: 0 0rem 1rem rgba(0, 0, 0, .1);
	padding: 15px;
	border-radius: 10px;
}

.box-brand .brand {
	font-weight: 600;
}


img {
	vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.4)
}

.next {
	right: 0;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.4)
}

.mySlides img {
	position: relative;
	width: 100%
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}


/* Caption text */

.text {
	color: #fff;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}


/* Number text (1/3 etc) */

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}


/* The dots/bullets/indicators */

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #717171;
}

#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {
	opacity: 0.7;
}


/* The Modal (background) */

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto !important;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.9);
	/* Black w/ opacity */
}


/* Modal Content (image) */

.modal-content {
 
	margin: auto;
	width: 28% !important;
	max-width: 700px;
}

#img01 {
       width: auto !important;
}


/* Caption of Modal Image */

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}


/* Add Animation */

.modal-content,
#caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}


/* The Close Button */

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}


/* Fading animation */

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	opacity: 1;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
	.prev,
	.next,
	.text {
		font-size: 11px
	}
}


/*min height */



@media only screen and (max-width: 768px) {
	.galleria_items {
		margin-bottom: 50px;
	}
}




.action {
    position: fixed;
    z-index:999;
    bottom: 20px;
    right:50px;
    width:50px;
    height:50px;
    background:rgb(3, 189, 80);
    border-radius: 50px;
}
.action #button{
    position: relative;
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 248, 248);
    font-size: 2rem;
    transform: 0.3s ease-in-out;
}
.action ul {
    right: 0;
    position: absolute;
    bottom:55px;
    background: white;
    min-width: 350px;
    padding: 1rem;
    border-radius: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-shadow:0px 5px 14px 0 rgba(0, 0, 0, .2);
}
.action ul li{
    margin:2rem 0;
}
.action.show ul{
    bottom: 65px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.action ul li {
    list-style: none;
    margin-bottom: 1rem;
}