@font-face {
	font-family: Electrolize;
	src: url("../fonts/Electrolize-Regular.ttf");
}
@font-face {
	font-family: RobotoRegular;
	src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
	font-family: RobotoBold;
	src: url("../fonts/Roboto-Bold.ttf");
}
:focus{
	outline: unset !important;
}
a, a:hover{
	text-decoration: unset;
	color: unset;
}
input:disabled, textarea:disabled{
	background-color: rgba(0,0,0,0.1);
}
body{
	font-family: RobotoRegular;
	color: #6a6a6a;
}
.container{
	max-width: 90rem;
}
.owl-item .item img{
	cursor: grab;
}
.owl-item .item img:active{
	cursor: grabbing;
}
.owl-nav button.owl-next{
	right: 0px;
}
.owl-nav button.owl-prev{
	left: 0px;
}
.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 400;
	transition: all 0.25s ease-in-out;
}
.overlay.show{
	opacity: 1;
	visibility: visible;
}
.overlay.hide{
	opacity: 0;
	visibility: hidden;
}
.overlay-content{
	width: 1060px;
	height: calc(100% - 60px);
	max-width: 100%;
	margin: 30px auto;
	padding: 5rem 2.5rem;
	overflow-y: scroll;
	background-color: #ffffff;
}
.overlay-close{
	float: right;
	width: 26px;
	height: 26px;
	margin: -3.75rem -1.25rem 0px 0px;
	cursor: pointer;
}
.arrow-icon{
	width: 28px !important;
	height: 28px !important;
}
.pointer{
	cursor: pointer;
}
.no-data{
	width: 100%;
	margin: 2.5rem;
	text-align: center;
	font-size: 16px;
	color: #000000;
}
.custom-label{
	display: block;
	margin-bottom: unset;
	font-size: 14px;
	color: #6a6a6a;
	opacity: 0.6;
}
.custom-label .required-txt{
	color: #063652;
}
.custom-input, .custom-selectable, .custom-textarea{
	width: 100%;
	height: 45px;
	margin-bottom: 1rem;
	padding: .5625rem .625rem;
	border: 1px solid #d2d2d2;
	background: #ffffff;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .125em;
	color: #454545;
}
.custom-selectable{
	-webkit-appearance:none;
	background: url("../img/i-select.png") no-repeat right;
	background-position-x: calc(100% - .625rem);
	cursor: pointer;
}
.custom-textarea{
	height: 150px;
}
.custom-input::placeholder, .custom-textarea::placeholder{
	color: #454545;
	opacity: 0.75;
}
.custom-number{
	position: relative;
	width: 125px;
	height: 45px;
	margin-bottom: 20px;
}
.custom-number input[type=number]{
	-moz-appearance: textfield;
	width: 125px;
	height: 45px;
	padding: .5625rem .625rem;
	padding-right: 22px;
	border: 1px solid #d2d2d2;
	font-size: 10pt;
}
.custom-number .increment, .custom-number .decrement{
	position: absolute;
	right: 5px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.custom-number .increment{
	top: 5px;
}
.custom-number .decrement{
	bottom: 5px;
}
.custom-number input[type=number]::-webkit-inner-spin-button, .custom-number input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.custom-input:focus, .custom-select:focus, .custom-number input[type=number]:focus, .custom-textarea:focus{
	border: 1px solid #000000;
}
.custom-btn{
	min-height: 2.8125rem;
	border: unset !important;
	padding: .9375rem;
	font-size: 13px;
	letter-spacing: .15385em;
	background-color: #063652;
	text-transform: uppercase;
	font-family: RobotoBold;
	color: #ffffff;
	cursor: pointer;
}
.custom-btn:hover{
	background-color: #000000;
	color: #ffffff;
}
.custom-btn.disabled, .custom-btn.disabled:hover{
	opacity: 0.4;
	width: 200px;
	height: 45px;
	background-color: #f0f0f0;
	color: #6a6a6a;
	cursor: default;
}
hr.form-divider{
	margin: 1rem 0px;
	margin-bottom: 1.5rem;
}
.header-box{
	position: relative;
	padding: 10px 0px;
	border-bottom: 1px solid #d2d2d2;
	background-color: #ffffff;
	z-index: 1000;
}
.header-box .desktop{
	display: block;	
}
.header-box .desktop .logo-box, .header-box .desktop .search-box, .header-box .desktop .account-box{
	float: left;
}
.header-box .desktop .logo-box{
	width: 270px;
	margin-right: 2rem;
}
.header-box .desktop .logo-box .logo{
	padding: 0px 25px;
	height: 128px;
}
.header-box .desktop .search-box{
	width: calc(100% - 270px - 2rem - 150px - 2rem - 25px);
}
.header-box .desktop .search-box .form-search{
	margin: 41.5px 0px;
}
.header-box .desktop .account-box{
	position: relative;
	width: 150px;
	margin-left: 2rem;
	margin-right: 25px;
}
.header-box .desktop .account-box .logout-box{
	position: absolute;
	right: 10px;
}
.header-box .desktop .account-box .logout-box a{
	font-weight: bold;
	color: #ff0000;
}
.header-box .desktop .account-box .link-box{
	display: inline-block;
	line-height: 20px;
	margin: 54px 0px;
}
.header-box .desktop .account-box .link-box a{
	font-family: RobotoBold;
	font-size: 14px;
	letter-spacing: 1px;
	color: #454545;
}
.header-box .desktop .account-box .link-box a:hover{
	color: #063652;
}
.header-box .desktop .account-box .cart-box{
	position: relative;
	display: inline-block;
	margin: 48px 0px;
	padding-left: 2rem;
}
.header-box .desktop .account-box .cart-box img{
	position: relative;
	width: 32px;
	height: 32px;
}
.header-box .mobile{
	display: none;	
}
.header-box .mobile .menu-box, .header-box .mobile .cart-box{
	position: absolute;
	top: 10px;
	margin: 20px 0px;
}
.header-box .mobile .menu-box{
	left: 15px;
}
.header-box .mobile .cart-box{
	right: 15px;
}
.header-box .mobile .menu-box img{
	cursor: pointer;
}
.header-box .mobile .menu-box img, .header-box .mobile .cart-box img{
	position: relative;
	width: 32px;
	height: 32px;
	z-index: 100;
}
.header-box .desktop .cart-box span, .header-box .mobile .cart-box span{
	position: absolute;
	top: -4px;
	right: 22px;
	line-height: 1;
	font-size: 30px;
	color: #ff0000;
	font-style: italic;
}
.header-box .mobile .logo-box{
	text-align: center;
}
.header-box .mobile .logo-box .logo{
	height: 72px;
}
.header-box .mobile .search-box{
	position: absolute;
	width: calc(100% - 30px);
	max-width: 90rem;
	margin-top: 25px;
}
.header-box .form-search{
	position: relative;
}
.header-box .form-search .search-input{
	width: 100%;
	height: 45px;
	padding: 10px 10px 10px 45px;
	font-size: 12px;
	letter-spacing: 2px;
	border: 1px solid #d2d2d2;
}
.header-box .form-search .search-input:active, .header-box .search-input:focus{
	border-color: #454545;
	outline: 0;
}
.header-box .form-search .search-btn{
	position: absolute;
	top: 10px;
	width: 25px;
	height: 25px;
	padding: unset;
	border: unset;
}
.header-box .form-search .search-btn.search{
	left: 10px;
	background-color: transparent;
	color: #454545;
}
.header-box .form-search .search-btn.close{
	right: 10px;
	color: #6a6a6a;
	background-color: #d2d2d2;
	border-radius: 50%;
	text-shadow: none;
	-webkit-text-stroke: 1px #d2d2d2;
}
.header-box .form-search .search-btn.close.hide{
	opacity: 0;
	visibility: hidden;
}
.header-box .form-search .search-btn.close.show{
	opacity: 1;
	visibility: visible;
}
.footer-box{
	margin-top: 25px;
	color: #000000;
}
.footer-box .footer-row{
	margin: 0px 10px;
}
.footer-box .footer-row .footer-menu ul.menu{
	list-style: none;
	padding-left: unset;
}
.footer-box .footer-row .footer-menu ul.menu li{
	margin-bottom: 10px;
}
.footer-box .footer-row .footer-menu ul.menu li a:hover{
	text-decoration: underline;
}
.footer-box .footer-row .form-newsletter .title{
	text-transform: uppercase;
}
.footer-box .footer-row .form-newsletter .input{
	margin: 10px 0px;	
}
.footer-box .footer-row .form-newsletter .input input[type=email]{
	float: left;
	width: calc(100% - 40px);
	height: 40px;
	padding: 0px 10px;
	font-size: 12px;
	letter-spacing: 2px;
	border: 1px solid #d2d2d2;
}
.footer-box .footer-row .form-newsletter .input button{
	float: left;
	width: 40px;
	height: 40px;
	border: unset;
	background-color: #bababa;
	font-family: unset;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	transition: all .25s ease;
}
.footer-box .footer-row .form-newsletter .input button:hover{
	background-color: #063652;
	color: #ffffff;
}
.footer-box .footer-row .form-newsletter .alamat{
	line-height: 24px;
}
.footer-box .copyright{
	margin-top: 50px;
	padding: 25px 0px;
	border-top: 1px solid rgba(210,210,210,.2);
	text-align: center;
	color: rgba(0,0,0,.6);
}
.content-box{
	margin: 2rem 0px;
}
.content-box .sidebar-box{
	float: left;
	width: 270px;
	margin-right: 2rem;
}
.content-box .sidebar-box ul.category-box, .content-box .sidebar-box ul.menu-box{
	list-style: none;
	padding-left: 25px;
}
.content-box .sidebar-box ul.category-box li, .content-box .sidebar-box ul.menu-box li{
	margin-bottom: 15px;
	font-family: RobotoBold;
	font-size: 14px;
	letter-spacing: 1px;
	color: #454545;
}
.content-box .sidebar-box ul.category-box li a:hover, .content-box .sidebar-box ul.menu-box li a:hover{
	color: #063652;
}
.content-box .sidebar-box .separator{
	margin: 2rem 0px;
	margin-left: 25px;
	width: 100px;
	background-color: #d2d2d2;
}
.content-box .main-box.full{
	float: unset;
	width: 100%;
}
.content-box .main-box.full .page-box{
	max-width: 768px;
}
.content-box .main-box.full .back-link{
	display: inline-block;
	width: 225px;
	margin-bottom: 10px;
	padding: 10px 15px;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	transition: all 0.25s ease-in-out;
}
.content-box .main-box.full .process-link{
	display: inline-block;
	width: 225px;
	margin-bottom: 10px;
	padding: 10px 15px;
	background-color: #063652;
	border: 1px solid #000000;
	color: #ffffff;
	transition: all 0.25s ease-in-out;
}
.content-box .main-box.full .back-link:hover, .content-box .main-box .process-link:hover{
	opacity: 0.75;
}
.content-box .main-box{
	float: left;
	width: calc(100% - 270px - 2rem - 25px);
	margin-right: 25px;
}
.content-box .main-box .page-box{
	max-width: 55rem;
	margin: 0px auto;
	margin-bottom: 5rem;
	padding: 0px 2rem;
}
.content-box .main-box .page-box .login-customer-box, .content-box .main-box .page-box .new-customer-box{
	margin-bottom: 3.5rem;
}
.content-box .main-box .banner-box{
	margin-bottom: 1.875rem;
	padding: 0.5rem;
	background-color: #d2d2d2;
}
.content-box .main-box .owl-box{
	margin-bottom: 5rem;
}
.content-box .main-box .owl-box .owl-dots{
	/*display: none;*/
}
.content-box .main-box .owl-box .owl-nav button.owl-next, .content-box .main-box .owl-box .owl-nav button.owl-prev{
	position: absolute;
	top: calc(50% - 24px);
	width: 48px;
	height: 48px;
	margin: 0px;
	border-radius: 0px;
	background-color: #063652;
	font-weight: bold;
	font-size: 20px;
}
.content-box .main-box .owl-box .owl-nav button.owl-next:hover, .content-box .main-box .owl-box .owl-nav button.owl-prev:hover{
	background-color: #000;
}
.content-box .main-box .banner-box img, .content-box .main-box .owl-box img{
	width: 100%;
}
.content-box .main-box .product-box .title{
	text-align: center;
	text-transform: uppercase;
	font-family: Electrolize;
	font-weight: bold;
	font-size: 28px;
	color: #000000;
}
.content-box .main-box .product-box .feature, .content-box .main-box .product-box .new{
	margin-bottom: 2rem;
}
.content-box .main-box .product-box .product .info{
	position: relative;
	margin-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	transition: all .3s cubic-bezier(.3,0,0,1);
}
.content-box .main-box .product-box .product .info.fokus{
	margin-top: -5rem;
	padding-bottom: 5rem;
}
.content-box .main-box .product-box .product .info a.name{
	line-height: 2;
	text-transform: uppercase;
	font-family: Electrolize;
	font-weight: 700;
	font-size: 20px;
	color: #000000;
}
.content-box .main-box .product-box .product .info a.name:hover{
	color: #063652;
}
.content-box .main-box .product-box .product .info .harga{
	margin-top: 5px;
	font-size: 14px;
	font-family: Electrolize;
	font-weight: bold;
	color: #000000;
}
.content-box .main-box .product-box .product .info .tombol{
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s cubic-bezier(.3,0,0,1) .15s;
	width: 100%;
	height: 48px;
	margin-top: 1rem;
	border-radius: 0px;
	border: 1px solid #063652;
	background-color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	color: #063652;
	cursor: pointer;
}
.content-box .main-box .product-box .product .info .tombol:hover{
	color: #fff;
	background-color: #063652;
}
.content-box .main-box .product-box .product .info .tombol.fokus{
	visibility: visible;
	opacity: 1;
}
.content-box .main-box ul.breadcrumb{
	position: relative;
	padding: unset;
	background: unset;
	color: #000000;
	z-index: 100;
}
.content-box .main-box ul.breadcrumb li a:hover{
	text-decoration: underline;
}
.content-box .main-box ul.breadcrumb li:after{
	content: ">";
	margin: 0px 10px;
}
.content-box .main-box ul.breadcrumb li:last-child:after{
	content: "";
}
.content-box .main-box .title-menu{
	margin-bottom: 2rem;
	text-align: center;
	text-transform: uppercase;
	font-family: Electrolize;
	font-size: 1.875rem;
	font-weight: 700;
	color: #000000;
}
.content-box .main-box .sub-title-menu{
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: Electrolize;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000000;
}
.content-box .main-box ul.sitemap-menu{
	padding-left: unset;
	list-style: none;
}
.content-box .main-box ul.sitemap-menu li{
	padding-bottom: 5px;
}
.content-box .main-box ul.sitemap-menu li a{
	line-height: normal;
	border-bottom: 1px solid #063652;
	text-decoration: none;
	text-transform: uppercase;
	font-family: RobotoBold;
	font-size: .8125rem;
	letter-spacing: .1em;
	color: #063652;
}
.content-box .main-box ul.sitemap-menu li a:hover{
	border-bottom: unset;
}
.content-box .main-box .merk-list{
	margin-bottom: 2.5rem;
	text-align: center;
}
.content-box .main-box .merk-list a{
	text-align: center;
	font-family: Electrolize;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}
.content-box .main-box .account-create-facts{
	padding-left: 20px;
	margin-bottom: 2.5rem;
}
.content-box .main-box .forgot-link{
	margin-left: 20px;
	border-bottom: 1px solid #063652;
	text-decoration: none;
	text-transform: uppercase;
	font-family: RobotoBold;
	font-size: .8125rem;
	letter-spacing: .1em;
	color: #063652;
}
.content-box .main-box .forgot-link:hover{
	border-bottom: unset;
}
.content-box .main-box .forgot-box{
	max-width: 600px;
	margin: 0px auto;
}
.content-box .main-box .forgot-box .custom-input{
	display: inline-block;
	width: calc(100% - 180px);
	margin-right: 5px;
}
.content-box .main-box .forgot-box .custom-btn{
	display: inline-block;
	width: 170px;
	height: 45px;
	line-height: 1;
}
.content-box .main-box .form-box .custom-label{
	opacity: 1;
}
.content-box .main-box .account-box{
	margin-top: 1.5rem;
	margin-bottom: 4rem;
}
.content-box .main-box .account-box .logout-box{
	margin-bottom: 10px;
	text-align: right;
	font-size: 16px;
	font-family: Electrolize;
	color: #000000;
}
.content-box .main-box .account-box .logout-box a{
	font-style: italic;
	text-decoration: underline;
}
.content-box .main-box .account-box .account-menu{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #000000;
	border-radius: 2.5px;
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
	font-family: RobotoBold;
	transition: all 0.25s ease-in-out;
}
.content-box .main-box .account-box .account-menu:hover{
	background-color: #063652;
	color: #ffffff;
}
.content-box .main-box .shopping-cart .row{
	margin-bottom: 15px;
}
.content-box .main-box .shopping-cart .name{
	font-family: Electrolize;
	font-weight: bold;
	font-size: 18px;
}
.content-box .main-box .shopping-cart .name, .content-box .main-box .shopping-cart .detail{
	color: #000000;
}
.content-box .main-box .shopping-cart .detail .custom-number{
	display: inline-block;
	width: 64px;
	height: 34px;
	margin-bottom: unset;
}
.content-box .main-box .shopping-cart .detail .custom-number input[type="number"]{
	width: 64px;
	height: 34px;
	text-align: center;
}
.content-box .main-box .shopping-cart .delete{
	display: inline-block;
	margin-top: 20px;
	color: #dd0000;
	cursor: pointer;
}
.content-box .main-box .shopping-cart .nothing{
	color: #000000;
}
.content-box .main-box .shopping-cart .nothing-link{
	text-decoration: underline;
	font-style: italic;
	color: #000000;
}
.content-box .main-box .confirm-container hr{
	border-bottom: 1px solid #000000;
}
.content-box .main-box .confirm-container .confirm-box{
	margin-bottom: 25px;
}
.content-box .main-box .confirm-container .confirm-box .total-confirm{
	font-family: Electrolize;
	font-weight: bold;
	color: #000000;
}
.content-box .main-box .payment .info, .content-box .main-box .delivery .info{
	margin-bottom: 25px;
}
.produk-detail-box{
	z-index: 5000;
}
.produk-detail-box .overlay-close{
	position: relative;
	float: right;
	margin: unset;
	top: 25px;
	right: 25px;
	z-index: 1000;
	background-color: #ffffff;
}
.produk-detail-box .produk-info .nama_produk{
	margin-top: .5rem;
	text-transform: uppercase;
	font-family: Electrolize;
	font-size: 1.875rem;
	font-weight: 700;
	color: #000000;
}
.produk-detail-box .produk-info .harga_produk{
	margin-top: .5rem;
	font-family: Electrolize;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.produk-detail-box .produk-info .deskripsi{
	margin-bottom: 2.5rem;
	padding: 2.5rem 0px;
	border-bottom: 1px solid #d2d2d2;
}
.produk-detail-box .produk-info .full-deskripsi{
	width: 100%;
	margin-bottom: 5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #d2d2d2;
}
.produk-detail-box .produk-info .order_produk .custom-number, .produk-detail-box .produk-info .order_produk .custom-btn{
	display: inline-block !important;
}
.produk-detail-box .produk-info .order_produk .custom-btn{
	height: 47px;
	margin-left: 10px;
}
.produk-detail-box .produk-info .foto_produk{
	padding: 5rem 0px;
	margin-top: -5rem;
}
.produk-detail-box .produk-info .foto_produk .owl-nav{
	margin-top: 25px !important;
	padding-bottom: 7.5rem;
}
.produk-detail-box .produk-info .foto_produk .owl-nav button.owl-next, .produk-detail-box .produk-info .foto_produk .owl-nav button.owl-prev{
	position: absolute;
	width: 4.6875rem;
	height: 7.5rem;
	margin: 0px;
	color: #454545;
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
	opacity: 1;
	cursor: pointer;
}
.produk-detail-box .produk-info .foto_produk .owl-nav button.owl-next:hover, .produk-detail-box .produk-info .foto_produk .owl-nav button.owl-prev:hover{
	background-color: #063652;
}
.produk-detail-box .produk-info .foto_produk .owl-nav button.owl-next img, .produk-detail-box .produk-info .foto_produk .owl-nav button.owl-prev img{
	filter: invert(100%);
}
.produk-detail-box .produk-info .foto_produk .owl-nav button.owl-next:hover img, .produk-detail-box .produk-info .foto_produk .owl-nav button.owl-prev:hover img{
	filter: invert(0%);
}
.produk-detail-box .produk-info .foto_produk .owl-dots{
	width: calc(100% - 4.6875rem - 4.6875rem);
	margin: 0px auto;
	margin-top: -7.5rem;
	overflow-x: hidden;
}
.produk-detail-box .produk-info .foto_produk .owl-dots .owl-dot{
	width: 7.5rem;
	height: 7.5rem;
	margin-right: .9375rem;
}
.produk-detail-box .produk-info .foto_produk .owl-dots .owl-dot.active{
	border: 1px solid #000000;
}
.search-result-box{
	position: absolute;
	width: 100%;
	margin-top: 0px;
	padding-top: 25px;
	background-color: #ffffff;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.search-result-box .main-box{
	width: 100%;
}
.search-result-box .product-box{
	margin: 0px auto;
	padding: 0px 2rem;
}
.search-result-box .search-result-all{
	text-align: center;
	padding-bottom: 2rem;
}
.search-result-box .search-result-all a{
	border-bottom: 1px solid #063652;
	text-decoration: none;
	text-transform: uppercase;
	font-family: RobotoBold;
	font-size: .8125rem;
	letter-spacing: .1em;
	color: #063652;
}
.search-result-box .search-result-all a:hover{
	border-bottom: unset;
}
.cart-overlay{
	z-index: 2000;
}
.cart-overlay .overlay-close{
	position: absolute;
	float: right;
	top: 27.5px;
	right: 30px;
	margin: unset;
	z-index: 1000;
}
.cart-overlay .cart-box{
	position: absolute;
	right: 0px;
	width: 450px;
	max-width: 100%;
	height: 100%;
	margin: unset;
	padding: 1.5rem;
	overflow-y: scroll;
}
.cart-overlay .cart-box .title{
	text-transform: uppercase;
	font-family: Electrolize;
	font-weight: 700;
	font-size: 24px;
	color: #000000;
}
.cart-overlay .cart-box .cart-content{
	margin-top: 16px;
}
.cart-overlay .cart-box .cart-content .cart-list{
	margin-bottom: 15px;
}
.cart-overlay .cart-box .cart-content .cart-list .name{
	font-weight: bold;
}
.cart-overlay .cart-box .cart-content .cart-list .name, .cart-overlay .cart-box .cart-content .cart-list .detail, .cart-overlay .cart-box .cart-content .cart-list .total{
	font-family: Electrolize;
	color: #000000;
}
.cart-overlay .cart-box .cart-content .cart-total{
	margin-bottom: 20px;
	text-align: right;
	font-family: Electrolize;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
.cart-overlay .cart-box .cart-content .cart-link{
	width: 100%;
	margin-bottom: 25px;
	padding: 5px;
	border: 1px solid #000000;
	border-radius: 3px;
	background-color: #f4f4f4;
	text-align: center;
	font-family: Electrolize;
	font-weight: bold;
	color: #000000;
}
.mobile-overlay{
	z-index: 5000;
}
.mobile-overlay.hide{
	margin-left: -100%;
}
.mobile-overlay.show{
	margin-left: 0%;
}
.mobile-overlay .mobile-menu{
	height: 100%;
	margin: unset;
	padding: 1rem 2rem;
	background-color: rgba(6,54,82,.98);
}
.mobile-overlay .mobile-menu .mobile-close{
	display: inline-block;
	line-height: 1;
	margin-bottom: 25px;
	font-size: 42px;
	color: #ffffff;
	-webkit-text-stroke: 2px rgba(6,54,82,.98);
}
.mobile-overlay .mobile-menu .mobile-close span{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}
.mobile-overlay .mobile-menu ul.category-box, .mobile-overlay .mobile-menu ul.menu-box{
	list-style: none;
	padding-left: unset;
}
.mobile-overlay .mobile-menu ul.category-box li, .mobile-overlay .mobile-menu ul.menu-box li{
	margin-bottom: 15px;
	font-family: RobotoBold;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}
.mobile-overlay .mobile-menu ul.category-box li a:hover, .mobile-overlay .mobile-menu ul.menu-box li a:hover{
	opacity: .8;
}
.mobile-overlay .mobile-menu .separator{
	margin: 2rem 0px;
	margin-left: unset;
	width: 100px;
	background-color: #d2d2d2;
}
.mobile-overlay .mobile-menu .account-mobile-box{
	line-height: 50px;
	margin: 0px -2rem;
	margin-top: 25px;
	padding: 0px 2rem;
	background-color: #05314a;
	font-family: RobotoBold;
	font-size: 16px;
	color: #ffffff;
}
.list-history{
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #000000;
	color: #000000;
	font-family: Electrolize;
}
.list-history .faktur{
	font-weight: bold;
	font-size: 16px;
}
.list-history .tanggal{
	font-style: italic;
	font-size: 12px;
}
.list-history .status{
	color: #063652;
	float: right;
}

.list-history .company{
	color: #063652;
	float: right;
}

@media screen and (max-width: 1024px){
	.header-box .desktop{
		display: none;
	}
	.header-box .mobile{
		display: block;
	}
	.header-box .form-search{
		margin: -15px;
		padding: 15px;
		background-color: #ffffff;
		border-top: 1px solid #d2d2d2;
	}
	.header-box .form-search .search-btn{
		top: 25px;
	}
	.header-box .form-search .search-btn.search{
		left: 25px;
	}
	.header-box .form-search .search-btn.close{
		right: 25px;
	}
	.content-box .sidebar-box{
		display: none;
	}
	.content-box .main-box{
		float: unset;
		width: 100%;
		margin-right: unset;
	}
	.content-box .main-box .banner-box, .content-box .main-box ul.breadcrumb{
		margin-top: 75px;
	}
	.content-box .main-box .owl-box{
		margin-bottom: 25px;
	}
	.content-box .main-box .owl-box .owl-dots{
		display: block;
	}
	.content-box .main-box .owl-box .owl-dots .owl-dot.active span{
		background-color: #063652;
	}
	.content-box .main-box .owl-box .owl-nav button.owl-next, .content-box .main-box .owl-box .owl-nav button.owl-prev{
		display: none;
	}
	.content-box .main-box .product-box .title{
		margin-bottom: 10px;
	}
	.content-box .main-box .product-box .product .info .tombol{
		display: none;
	}
	.content-box .main-box .product-box .product .info a.name{
		font-size: 18px;
	}
	.content-box .main-box ul.breadcrumb{
		margin-left: -15px;
		margin-right: -15px;
		padding: 0px 15px 15px 15px;
		border-bottom: 1px solid #d2d2d2;
		border-radius: unset;
	}
	.content-box .main-box .page-box{
		max-width: unset;
		margin: unset;
		padding: unset;
		margin-bottom: 50px;
	}
	.content-box .main-box .title-menu{
		margin-bottom: 20px;
	}
	.content-box .main-box .title-menu.produk{
		margin-bottom: 10px;
	}
	.produk-detail-box .produk-info .full-deskripsi{
		margin-bottom: 25px;
		padding: 15px;
	}
	.search-result-box{
		margin-top: 75px;
		border-top: 1px solid #d2d2d2;
	}
	.search-result-box .product-box{
		padding: 0px;
	}
	.search-result-box .product-box .row{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #d2d2d2;
	}
	.footer-box .footer-row{
		margin: 0px -15px;
	}
	.footer-box .footer-row .form-newsletter{
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.logout-box a{
		font-weight: bold;
		color: #ff0000;
		text-align:right;
	}
}

.paging{
	clear:both;
	text-align:center;
	font-family: Electrolize;
	font-weight: bold;
	font-size: 20px;
}

.pagination{
	display: inline-block;
	min-width: 25px;
	margin: 0px 10px;
	text-align: center;
}

.paging a, pageselected{
	margin-right:10px;
}

.pageselected{
	color:#F00;	
}