:root {
	--primary-color : #0284a7;
	--secondary-color : #e69521;
	--wa-color : #25D366;
}

body {
	font-family: 'Poppins', sans-serif;
}

/*user*/
.jasa-custom .product-detail {
	-webkit-transition: all .20s ease;
	   -moz-transition: all .20s ease;
	    -ms-transition: all .20s ease;
	     -o-transition: all .20s ease;
	        transition: all .20s ease;
}
.jasa-custom .product-detail:hover {
	box-shadow: 0 10px 10px -10px !important;
}

.jasa-custom .detail-title:hover .btn-product {
	display: block;
}

/*slick custom fix*/
.left-align-slick > .slick-list > .slick-track {
    margin-left:0;
}

/*tabs profile*/
a:hover,a:focus{
outline: none;
text-decoration: none;
}
.tab{ text-align: center; }
.tab .nav-tabs{
display: inline-block;
border-bottom: none;
position: relative;
}
.tab .nav-tabs li{
margin-bottom: 0;
}
.tab .nav-tabs li a{
display: block;
padding: 20px;
border: none;
border-radius: 0;
font-size: 17px;
font-weight: 700;
color: #444;
margin-right: 0;
text-align: center;
z-index: 1;
transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a i{
display: block;
font-size: 40px;
color: #00a6ff;
margin-bottom: 15px;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
border: none;
background: transparent;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
content: "";
width: 0;
border-top: 3px solid #00a6ff;
position: absolute;
bottom: -1px;
left: 0;
transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:after{
left: auto;
right: 0;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
width: 50%;
}
.tab .tab-content{
padding: 20px;
margin-top: -5px;
border-radius: 0 0 5px 5px;
border-top: 1px solid #d7d6d6;
font-size: 15px;
color: #757575;
line-height: 30px;
}
.tab .tab-content h3{
font-size: 24px;
margin-top: 0;
}

@media only screen and (max-width: 479px){
	.tab .nav-tabs li{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.tab .nav-tabs li a,
.tab .nav-tabs li a:hover{ border-bottom: 1px solid #dfdfdf; }
.tab .tab-content{ border-top: none; }
}

.wrap-tanggal-waktu-pemesanan {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 479px){
	.wrap-tanggal-waktu-pemesanan {
		display: block !important;
	}
	.invoice-dekstop-show {
		display: none !important;
	}

	.invoice-mobile-show {
		display: block !important;
	}

	.span-tanggal-pemesanan, .span-waktu-pemesanan {
		display: block;
		width: 100%;
		text-align: left;
	}
}

.wrapper-upload-image-profile {
	position: relative;
	height: auto;
	width: auto;
}
	.wrapper-upload-image-profile .btn-circle {
		border-radius: 50% !important;
		position: absolute;
		width: 50px;
		border: 3px solid white;
		height: 50px;
		padding: 0 !important;
		bottom: 0;
		right: 0;
		opacity: 1;
	}

.pilih_alamat_pengiriman {
	-webkit-transition: all .0.5s ease-in;
	   -moz-transition: all .0.5s ease-in;
	    -ms-transition: all .0.5s ease-in;
	     -o-transition: all .0.5s ease-in;
	        transition: all .0.5s ease-in;
	box-sizing: border-box !important;
	border: 2px solid #bbb;
}

.pilih_alamat_pengiriman:hover {
	border: 2px solid #0083C1;
}

.card-ongkir {
	border: 1px solid #DFDFDF !important;
}

.img-gambar-kategori-jasa {
	position: relative !important;
}
.img-gambar-kategori-jasa::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
}

ul.timeline {
    list-style-type: none;
    position: relative;
    width: 100%;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
    display: block;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--primary-color);
    left: -10px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.text-black {
	font-weight: 600 !important;
	font-size: 17px !important;
	color: black;
}

.nav-profile .nav-link {
	border-radius: 0px !important;
}

.nav-profile .nav-link.active {
	/*background: transparent;*/
	border-radius: 0px !important;
}

.text-normal-black {
	color: #495057;
	font-weight: 500;
	font-size: 18px !important;
}

.mb-3 {
	margin-bottom: 3em !important;
}

.no-b-radius {
	border-radius: 0px !important;
}

.kategori-jasa {
	width: 100%;
	height: 250px;
	position: relative;
	/*border: 1px solid green;*/
}

.kategori-jasa .img-kategori-jasa {
	position: relative;
	margin: 10px;
	height: 250px;
}

.kategori-jasa .img-kategori-jasa::before {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.kategori-jasa .img-kategori-jasa img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.kategori-jasa .title-kategori-jasa {
	z-index: 2;
	position: absolute;
	/*padding: 10px 30px;*/
	top: 50%;
	/*background: var(--secondary-color);*/
	left: 50%;
	/*border-radius: 5px;*/
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.kategori-jasa .title-kategori-jasa p {
	color: white;
	font-size: 18px;
	font-weight: 500;
}

.btn-primary {
	background: var(--primary-color) !important;
	border: none;
}

.btn-secondary {
	background: var(--secondary-color) !important;
	border: none;
}

.bg-primary {
	background: var(--primary-color) !important;
}

.bg-secondary {
	background: var(--secondary-color) !important;
}

.color-primary {
	color: var(--primary-color) !important;
}

.color-secondary {
	color: var(--secondary-color) !important;
}

.card-pesanan {
	/*box-shadow: 2px 2px 4px #000 !important;*/
	border: 1px solid #ccc;
}

.nav-pemesanan {
	border-bottom: 1px solid #ccc;
}
.card-pesanan .wrap-jasa {
	width: 100%;
}
.card-pesanan .wrap-jasa .img-jasa-pesanan {
	width: 60px;
	height: auto;
	margin-right: auto;
    margin-left: auto;
}

.card-pesanan .wrap-jasa .title-jasa-pemesanan {
	word-wrap: break-word;
}

.card-pesanan .wrap-jasa .img-jasa-pesanan img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	object-position: center;
}

.card-pesanan .wrap-jasa .img-jasa-pesanan span.jumlah-pemesanan {
	word-wrap: break-word;
	color: #bbb;
}

.card-pesanan .wrap-jasa-total-pembayaran .harga-total-pembayaran {
	color: var(--primary-color);
	margin-top: 5px;
	margin-bottom: 5px;
}

.card-pesanan .wrap-jasa-total-pembayaran .metode-pembayaran {
	color: #fff;
	font-size: 13px;
}

.card-pesanan .wrap-jasa-status-pembayaran .status-pembayaran {
	color: var(--secondary-color);
}

.card-pesanan .wrap-ongkir-pesanan .opsi-pengiriman {
	color: #999;
}

.card-pesanan .wrap-rincian-pesanan btn {
	padding: 5px 20px;
}

.border-black {
	border: 1px solid black !important;
}

.category-header-4 .navbar-menu .category-left .nav-block:before {
	background: var(--primary-color) !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.tab-product .nav-material.nav-tabs .nav-link.active, .product-full-tab .nav-material.nav-tabs .nav-link.active {
	color: var(--secondary-color) !important;
}

 .title2 h4:before {
 	background: var(--secondary-color) !important;
 }

 .footer-2 .footer-main-contian .footer-right .account-right .footer-box .footer-title:before {
 	background: var(--primary-color) !important;
 }

 .dashboard-left .block-content ul li.active a {
 	color: var(--secondary-color) !important;
}

.dashboard-left .block-content ul li:hover {
 	color: var(--secondary-color) !important;
}

.dashboard-left .block-content ul li:before {
	color: var(--secondary-color) !important;
}

.category-header-4 .navbar-menu .category-left .nav-block .nav-left .nav-cat {
	box-shadow: 0 10px 10px -10px !important;
}

.ryo__img-loading {
	/*background-color: red;*/
	animation-name: loading-ryo;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-delay: 1s;
	/*width: 150px;*/
	height: 70px !important;
	object-fit: cover;
	object-position: center;
}
@keyframes loading-ryo {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/*whatsapp widget*/
.whatsapp-widget {
	position: fixed;
	bottom: 50px;
	left: 30px;
    font-size: 12px;
    z-index: 8;
    width: auto;
    height: auto;
    /*transition: bottom 0.2s;*/
}

.tap-top {
	bottom: 50px;
}

@media(max-width:1200px) {
	.whatsapp-widget {
		bottom: 70px;
	}

/*	.invoice-dekstop-show {
		display: block;
	}

	.invoice-mobile-show {
		display: none;
	}*/
}

.whatsapp-widget__button {
	position: relative;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
	background: var(--wa-color);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 25px;
	cursor: pointer;
	text-align: center;
}

.whatsapp-widget__popup {
	position: absolute;
	left: 0;
	bottom: 40px;
	/*opacity: 0;*/
	visibility: hidden;
	width: 320px;
	box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
	border-radius: 5px !important;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.whatsapp-widget__popup.active {
	/*opacity: 1;*/
	visibility: visible;
	bottom: 60px;
}

.whatsapp-widget__message-header {
	background: var(--wa-color);
	padding: 15px;
	word-wrap: break-word;
	color: #fff;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

.whatsapp-widget__message-header span {
	text-align: center;
	font-size: 13px;
}

.whatsapp-widget__message-content {
	background: #fff;
	height: 250px;
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	overflow-y: auto;
}

.whatsapp-widget__close {
	color: white;
	position: absolute;
	top: 15px;
	right: 10px;
	font-weight: bold;
	font-size: 40px !important;
	cursor: pointer;
	-webkit-transition: all .15s ease-in;
	   -moz-transition: all .15s ease-in;
	    -ms-transition: all .15s ease-in;
	     -o-transition: all .15s ease-in;
	        transition: all .15s ease-in;
}

.whatsapp-widget__close:hover {
	color: #444;
}

.whatsapp-widget__cs {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.whatsapp-widget__cs-item {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	cursor: pointer !important;
	align-items: center;
	border-bottom: 1px solid #eee;
}

.whatsapp-widget__cs-item-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
	margin-right: 20px;
	position: relative;
}

.whatsapp-widget__cs-item-img img {
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.whatsapp-widget__cs-item-img .whatsapp-widget__cs-item-img-online {
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: var(--wa-color);
	bottom: 5px;
	right: 0px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.whatsapp-widget__cs-item-detail-subname {
	color: #ccc;
	font-size: 13px;
}

.whatsapp-widget__cs-item-detail-name {
	font-size: 15px;
	color: #000 !important;
	font-weight: bold;
}

.slider-home-custom {
	width: 100%;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.slider-home-loading {
	width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
    background: white;
}
.slider-home-loading::before {
	content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

.kategori-loading {
	background: white;
	height: 250px;
	width: 95%;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}
.kategori-loading::before {
	content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 200px;
    background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

.jasa-loading {
	background: white;
	height: 285px;
	width: 240px;
	position: relative;
	overflow: hidden;
	margin-left: 15px;
	display: inline-block;
}
.jasa-loading::before {
	content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 200px;
    background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}


@keyframes load {
    from {
        left: -150px;
    }
    to   {
        left: 100%;
    }
}

.wrapper-slider-home:hover .slider-home-custom__prev-arrow {
	left: 30px;
}

.wrapper-slider-home:hover .slider-home-custom__next-arrow {
	right: 30px;
}

.wrapper-slider-home {
	overflow: hidden;
	width: 100% !important;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.slider-home-custom__prev-arrow,
.slider-home-custom__next-arrow {
	width: 50px !important;
	height: 50px !important;
	background-color: #eee;
	border-radius: 50%;
	font-size: 20px;
	position: absolute;
	z-index: 3;
	cursor: pointer;
  	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
	box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}

.slider-home-custom__prev-arrow {
	left: -50px;
	top: 45%;
}

.slider-home-custom__next-arrow {
	right: -50px;
	top: 45%;
}

.slider-home-custom__prev-arrow:focus,
.slider-home-custom__next-arrow:focus,
.slider-home-custom__prev-arrow:active,
.slider-home-custom__next-arrow:active {
	outline: none !important;
}

/*.slider-home-custom__prev-arrow {
	-webkit-transform: translateX(50px);
	   -moz-transform: translateX(50px);
	    -ms-transform: translateX(50px);
	     -o-transform: translateX(50px);
	        transform: translateX(50px);
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

.wrapper-slider-home:hover .slider-home-custom__prev-arrow {
	opacity: .5;
}

.slider-home-custom__prev-arrow:hover,
.slider-home-custom__next-arrow:hover {
	font-size: 25px;
	opacity: .8;
	background-color: #eee;
}

.slider-home-custom__next-arrow {
	-webkit-transform: translateX(-50px);
	   -moz-transform: translateX(-50px);
	    -ms-transform: translateX(-50px);
	     -o-transform: translateX(-50px);
	        transform: translateX(-50px);
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}*/

/*.wrapper-slider-home:hover .slider-home-custom__next-arrow {
	opacity: .5;
}*/

.slide-produk-category .prev-arrow,
.slide-produk-category .next-arrow {
	width: 40px !important;
	height: 40px !important;
	font-size: 18px !important;
	color: black !important;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	position: absolute;
	z-index: 2;
	box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}

.slide-produk-category .prev-arrow {
	left: -20px;
	top: 45%;
}
.slide-produk-category .next-arrow {
	right: -10px;
	top: 45%;
}

.slide-produk-category .prev-arrow:focus,
.slide-produk-category .prev-arrow:active,
.slide-produk-category .next-arrow:focus,
.slide-produk-category .next-arrow:active {
	outline: none !important;
	box-shadow: none;
}

/*checkbox*/
.checkbox-cart {
	appearance: none;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d5d5d5;
	outline: none !important;
}

.checkbox-cart:active,
.checkbox-cart:checked,
.checkbox-cart:focus {
	outline: none !important;
}

.checkbox-cart:hover {
	background-color: #a5a5a5;
	outline: none !important;
}

.checkbox-cart:checked {
	background-color: var(--primary-color);
	outline: none !important;
}

.checkbox-cart:checked::after {
	display: block;
}

.checkbox-cart::after {
	font-family: "FontAwesome";
	content: "\f00c";
	font-weight: 900;
	font-size: 20px;
	color: white;
	display: none;
}

.left-align-slick > .slick-list > .slick-track {
    margin-left:0 !important;
}

.right-align-slick > .slick-list > .slick-track {
    margin-right:0 !important;
}
.swal-modal .swal-text {
    text-align: center !important;
}

.pemesanan-aksi {
	display: flex;
	justify-content: flex-end;
}

.grid-pemesanan {
	display: grid;
	grid-gap: 14px;
	grid-template-rows: 1fr;
}

.pemesanan {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1.5fr 1.2fr 1fr;
}

.grid-pemesanan .pemesanan-gambar {
	width: fit-content;
}

.grid-pemesanan .pemesanan-gambar img {
	width: 120px;
	height: 120px;
	border-radius: 5px;
}

.grid-pemesanan .pemesanan-detail__content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-size: 13px;
	grid-gap: 20px;
}

.pemesanan-detail__subtotal {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.pemesanan-detail__subtotal p {
	font-weight: 700;
	color: black;
}

.pemesanan-detail__metode-pembayaran {
	padding: 6px 1rem;
	background: #007BFF;
	color: white;
	font-size: 12px;
}

.pemesanan-container {
	display: flex;
	align-items: center;
}

.pemesanan-detail__barang {
	margin-left: 20px;	
}

.grid-pemesanan .pemesanan-detail__content span:first-child {
	color: #939393;
}

.grid-pemesanan .pemesanan-detail__content span:last-child {
	color: #000;
}

.pemesanan-detail__judul {
	font-size: 16px;
	color: #000;
	margin-bottom: .5rem;
}

.pemesanan-detail__content-pengiriman {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pemesanan-detail__content-harga .pemesanan-detail__content span:nth-child(even) {
	color: #007BFF;
	font-weight: 600;
}

.product-detail .detail-color {
	font-weight: 400;
	font-size: 12px;
	display: block;
	margin-top: 10px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.product-detail .detail-color .detail-color-circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: -4px;
	border: 1px solid white;
}

.detail-color-circle img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.product-image {
	position: relative;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.product-image:hover {
	opacity: .4;
}

.product-detail .price-title {
	font-weight: 600;
  	color: #0e1111;
	font-size: 16px;
}

.product-detail .price-value {
	font-weight: 600;
  	letter-spacing: .3px;
	font-size: 14px;
	color: #007BFF;
/*	font-family: Kanit, sans-serif;*/
	margin-top: 10px;
}

.category-title {
	display: flex;
	align-items: flex-end;
}

.category-title h3 {
	color: black;
	font-weight: 300 !important;
	font-size: 24px;
	margin-right: 8px;
	letter-spacing: 1.1px;
}

.category-subtitle {
	color: #7f7f7f;
	font-weight: 500;
	font-size: 16px;
	font-family: Kanit, sans-serif;
}


.bg-white {
	background: #fff !important;
}

.footer-2 {
	background: #F7F7F7 !important;
}

.img-full {
	width: 100%;
}

.header__title-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sidebar-filter {
	width: 312px;
	background: #fff;
	height: 100vh;
	padding: 1rem 1rem;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100000;
	transition: all 500ms cubic-bezier(0.23, 1, 0.320, 1);
	filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}

.backdrop-sidebar-filter {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: black;
	opacity: .7;
	display: none;
}

.sidebar-filter.show {
	right: 0;
}

.sidebar-filter.close {
	right: -500px;
}

.sidebar-filter__item {
	padding: .5rem;
	width: 100%;
}

section {
	position: relative;
}

.sidebar-filter__item-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
}

.sidebar-filter__icon-close {
	text-align: right;
	padding: 0 .5rem;
	cursor: pointer;
	font-size: 16px;
	font-weight: 100;
	color: rgb(203 213 225);
	margin-bottom: 2rem;
}

.sidebar-filter__icon-close i {
	transition: all 200ms;
}

.sidebar-filter__icon-close i:hover {
	color: rgb(239 68 68);
}

.sidebar-filter__item-collapse li{
	display: block;
	text-transform: uppercase;
	padding-left: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.sidebar-filter__item-collapse li a{
	color: black !important;
}

.sidebar-filter__item-collapse li.active{
	font-weight: bold;
}

.sidebar-filter__item-collapse a:hover {
	color: black;
}

.product-detail__img {
	width: 490px !important;
    height: 640px !important;
    margin: 0 auto;
}

.detail-product__breadcrumb {
	background-color: inherit;
	padding: 0;
	color: #000;
	letter-spacing: 1.1px;
}

.detail-product__breadcrumb li {
	color: #000 !important;
}

.detail-product__breadcrumb li a {
	color: inherit;
	font-weight: 300;
}

.detail-product__breadcrumb li:last-child {
	font-weight: bold;
}

.detail-product__judul {
	font-weight: bolder;
	color: #000;
	font-size: 24px !important;
	margin-bottom: .5rem;
	letter-spacing: 1.1px;
}

.detail-product__img-container {
	display: flex;
	justify-content: space-between;
}

.detail-product__img-tiny {
/*	width: 128px;*/
/*	height: 166px;*/
	cursor: pointer;
}

.detail-product__harga {
	/* font-family: ', sans-serif !important; */
	font-weight: 600;
	letter-spacing: .35px;
	color: #0e1111;
	font-size: 20px !important;
}

.detail-product__desc {
	margin-top: 1rem;
}

.detail-product__desc p {
	font-weight: bold;
	margin-bottom: .5rem;
}

.detail-product__desc ul li{
	display: block;
	padding: 4px 0;
}

.detail-product__color {
	margin-bottom: 1rem;
}

.detail-product__color-content {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 10px;
}

.detail-product__color-content span {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	display: inline-block;
}

.detail-product__color-item {
	cursor: pointer;
	margin: 4px;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.detail-product__color-item img {
	/* width: 100%; */
	/* height: auto; */
	padding: 2px;
	width: 42px;
	height: 42px;
	border-radius: 50%;

}

.detail-product__color-item.active-selection {
	box-shadow: 0 0 0 2px #000;
	border-radius: 50%;
}

.detail-product__color-content div:first-child {
	margin-left: 0;
}

.detail-produk__toko, .detail-produk__ukuran {
	margin-top: 1rem;
}

.detail-produk__ukuran {
	margin-bottom: 1rem;
}

.detail-product__color-judul, .detail-product__desc-judul, .label-input-product, .detail-produk__toko-judul, .detail-produk__ukuran-judul {
	font-weight: bold;
	color: #0e1111;
	margin-bottom: .5rem;
	letter-spacing: 1.1px;
}

.detail-produk__toko-item, .detail-produk__ukuran-item {
	font-size: 12px;
	padding: 10px 14px;
	border: 1px solid rgb(156 163 175);
	border-radius: 10px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	-webkit-transition: all .15s ease-in;
	   -moz-transition: all .15s ease-in;
	    -ms-transition: all .15s ease-in;
	     -o-transition: all .15s ease-in;
	        transition: all .15s ease-in;
}

.detail-produk__toko-item:hover, .detail-produk__toko-item.active, .detail-produk__ukuran-item:hover, .detail-produk__ukuran-item.active {
	border-color: rgb(7 89 133);
	color: white;
	background-color: rgb(7 89 133) !important;
}

.detail-product__desc ul {
	color: #000;
	list-style: disc inside none;
}

.detail-product__desc li {
	display: list-item !important;
	letter-spacing: .35px;
}

.produk-serupa h4 {
	font-weight: bold !important;
	color: #000 !important;
}

.judul-utama {
	font-weight: 400 !important;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 20px;
	text-align: center;
	color: black;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	position: relative;
	display: flex;
	justify-content: center;
}

.judul-utama h3 {
	font-size: 24px;
	display: inline-block;
	font-weight: 300 !important;
	font-family: 'Poppins', sans-serif;
	padding: 0 40px;
	background: white;
	text-transform: capitalize !important;
}

.judul-utama::before {
	content: '';
	width: 100%;
	margin-right: 2rem;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #afafaf;
	z-index: -1;
}

.list-category__deskripsi {
	text-align: center;
	color: black;
	letter-spacing: .40px;
	text-align: center;
	display: block;
	font-weight: 400;
}

.partner {
	position: relative;
}

.list-partner {
	display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 10px;
    gap: 10px;
    padding-top: 20px
}



.list-partner__img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.empty-state-produk {
	grid-column: 1 / 5;
	text-align: center;
	color: black;
	/*margin-right: auto;
	margin-left: auto;*/
	width: 100%;
	margin-bottom: 5rem;
}

.empty-state-produk p {
	margin-top: .5rem;
	margin-bottom: 2rem;
	width: 70%;
	margin: 1rem auto;
}

.empty-state-produk img {
	margin-bottom: 1rem;
}

.detail-color__wrap {
	display: flex;
	justify-content: center;
	margin-right: 10px;
	font-size: 12px;
	color: #dff022;
}

.list-category__item {
	position: relative;
	overflow: hidden;
	height: 360px;
	width: 100%;
	transition: all 1s;
	display: flex;
	align-items: center;
}

.list-category__judul {
	position: relative;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	color: white;
	width: 50%;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid transparent;
	transition: all 1.5s;
}

.list-category__gambar {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 1s;
	position: absolute;
	top: 0;
	z-index: 1;
}

.list-category__content {
	display: grid;
	margin: 0 4px;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.list-category__content-judul {
	z-index: 5;
	width: 100%;
	position: relative;
	text-align: center;
}

.list-category__item:hover .list-category__gambar {
	transform: scale(1.5);	
}

.list-category__item:hover .list-category__judul::after {
	width: 100%;
}

.list-category__judul::after {
	position: absolute;
    left: 0;
    width: 0;
    bottom: -0.3rem;
    height: 2px;
    background-color: #fff;
    content: "";
    display: block;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}

.wrapper-jasa {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.5rem;
}

.product-product__img-container {
	margin-top: 2rem;
	margin-bottom: 2rem;
	display: grid;
	height: 100%;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}

.container-gambar-jasa {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#btn-bayar-sekarang {
	padding: 18px 45px !important;
}

.btn-outline-normal {
	background: white !important;
	box-sizing: border-box !important;
	color: #0284A7 !important;
	border: 1px solid #0284A7 !important;
	transition: all .5s;
}

.btn-outline-normal:hover {
	background: #0284A7 !important;
	color: white !important;
}

/* phone */
@media (max-width: 575.98px) {
	.detail-product__color-content {
		grid-template-columns: repeat(8, 38px);
		grid-gap: 8px;
	}

	.list-category__judul {
		font-size: 14px;
		color: white;
		width: 50%;
		transition: all 1.5s;
	}

	.list-category__content {
		grid-template-columns: repeat(2, 1fr);
	}

	.list-category__item {
		height: 160px;
	}

	.list-partner {
		display: grid;
	    grid-template-columns: repeat(3,1fr);
	    grid-gap: 10px;
	    padding-top: 20px
	}

	.wrapper-jasa {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.product-detail__img {
		width: 100% !important;
	    height: 500px !important;
	    object-fit: cover;
	    margin: 0 auto;
	}

	.detail-product__img-tiny img {
		height: 140px !important;
		object-fit: cover;
		cursor: pointer;
	}

	#btn-tambah-keranjang {
		margin-top: 2rem;
		width: 100%;
	}

	#btn-bayar-sekarang {
		margin-top: .5rem;
		width: 100%;
		padding: 18px 45px !important;
	}
}

/* tablets */
@media (min-width: 575.98px) { 
	.list-category__item {
		height: 360px;
	}
}