/* 
	Development By InDeo 2019
*/

.navbar-top-1-mobile {
	display: none;
}
.navbar-top-desktop .ntp-dropdown {
	display: none;
}
.navbar-top-desktop ul ul {
    position: absolute;
   	display: none;
}
.navbar-top-desktop ul li i {
    color: #555;
    float: right;
}
.navbar-top-1 ul li i {
    color: #555;
    padding-left: 2px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.navbar-top-desktop ul li:hover ul {
      display: block;
}
.fa-sort-desc {
	
}
/* */
.navbar-top-desktop-detail {
	display: none;
	border-top: 1px solid #eaeaea;
	position: absolute;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -webkit-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    -moz-box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
    transition: 0.5s;
}
.navbar-top-desktop-detail .dropdown-menu {
	background: #fff;
}
.navbar-top-desktop-detail .ntd2-kategori {
	background: #171d2e;
	color: #fff;
	height: 560px;
}
.navbar-top-desktop-detail .ntd2-detail {
	background: #fff;
	height: 560px;
	overflow-y: scroll;
}
.navbar-top-desktop-detail .ntd2-col {
	padding: 0px;
}
.ntd2-kategori-pilihan {
	padding-top: 20px;
}
.ntd2-kategori-pilihan span {
	align-items: center;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navbar-top-desktop-detail .ntd2-kategori {
	padding-left: 31%;
}
.ntd2-kategori-pilihan .nkp-software {
	padding: 8px 10px;
	color: #fff;
	background: transparent;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #fff;
	transition: 0.5s;
}
.ntd2-kategori-pilihan .nkp-hardware {
	padding: 8px 10px;
	color: #fff;
	background: transparent;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #fff;
	transition: 0.5s;
}
.ntd2-kategori ul {
	margin-left: -30px;
	margin-top: 20px;
}
.ntd2-kategori ul li {
	font-size: 14px;
	padding-bottom: 10px;
	cursor: pointer;
	width: 185px;
}
.ntd2-kategori ul li:hover {
	transition: 0.5s;
	padding-left: 10px;
	color: #02a9f5;
}
.ntd2-kategori-pilihan-hardware {
	display: none;
}
.ntd2-detail {
	padding: 20px;
}
.ndr-detail-title p {
	font-weight: 600;
	font-size: 18px;	
	color: #000000;
}
.ndr-detail-product a {
	color: #000;
}
.ndr-detail-product-1 p:nth-child(2) {
	color: #555;
}
.ndr-detail-product {
	position: relative;
	background: #f3f3f3;
	border-radius: 4px;
	padding: 20px;
}
.ndr-detail-product-2 {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ndr-detail-product-2:hover {
	background: #f3f3f3;
	transition: 0.5s;
}
.ndr-detail-product img {
	position: absolute;
	left: 0;
	height: 50px;
	width: auto;
	padding-left: 15px;
}
.ndr-detail-product-1 {
	padding-left: 70px;
}
.ndr-detail-product-1 p {
	margin: 0px;
}
.ndr-detail-product-1 p:nth-child(1) {
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.3;
}
.ndr-detail-product-1 p:nth-child(2) {
	font-size: 13px;
	line-height: 1.7;
}
.ndr-detail-product {
	margin-bottom: 30px;
}
.hr-top {
	margin-top: -7px;
    margin-bottom: 30px;
}
.think-nav {
	font-weight: 400;
}

/* ========================== Class Navbar ============================== */

.ntd-2-product {
	display: none;
}
.ntd-2-product-text {
	padding-left: 10px;
	color: #02a9f5;
}
.nds-hidden {
	display: none;
}

.nkp-button {
    color: #fff !important;
    background: #14a3dc !important;
    border: 1px solid #14a3dc !important;
    transition: 0.5s;
}
/* ===================================================================== */


.ntd2-detail-margin {
	margin-bottom: 15px;
}


/* ===================================================================== */
.search-live-product {
	display: none;
	margin-top: -50px;
	padding-top: 120px;
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(51, 51, 51, .5); 
}
.search-live-product-close {
	position: relative;
	float: right;
	margin-top: 10px;
	cursor: pointer;
}
.search-live-product-close img {
	height: 15px;
	margin-right: 20px;
}
.search-live-product-detail {
	width: 60%;
	display: block;
	margin: 0 auto;
	background: #fff;
	border-radius: 4px;
	padding-bottom:70px;
}
.slpd-title {
	text-align: center;
	padding-top: 60px;
}
.slpd-title p {
	font-size: 22px;
}
.slpd-title span {
	font-weight: 600;
	color: #ff9c00;
}
.slpd-1 {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}
.search-live-product-detail input {
    height: 45px;
    border-radius: 25px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding-left: 21px;
}
.search-live-product-detail input:focus {
	border: 1px solid #eaeaea;
}
#result {
   position: relative;
   width: 100%;
   cursor: pointer;
   overflow-y: auto;
   max-height: 200px;
   box-sizing: border-box;
   z-index: 1001;
}
.list2-slv {
	background: #fff;
	margin-top: 10px;
}
.list2-slv .list-group-item {
	border: 1px solid transparent !important;
	padding: 5px 10px;
	line-height: 1.4;
}
.link-class a:hover {
    text-decoration: none;
}
.link-class:hover{
   background-color:#f1f1f1;
}
.list-group a {
	color: #222;
	font-weight: 500;
	font-size: 14px;
}
.list-group a:hover {
	color: #ff9c00;
}
.list-group a .text-muted {
	font-weight: 300;
}

/* Corona */
.cta-corona {
	text-align: center;
	background-color: #E4F7EB;
	position: relative;
}
.cta-corona-detail p {
	color: #1C7E41;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 3px;
	letter-spacing: 0.5px;
}
.cta-corona-detail p a {
	color: #0E71EB;
}

.close-corona-parent {
	position: absolute;
	right: 50px;
	top: 10px;
}
.close-corona {
	cursor: pointer;
}

/* ===================================================================== */

@media (max-width: 767px) {
	.navbar-top-desktop {
		display: none;
	}
	.navbar-top-1-mobile {
		display: block;
	}
	.search-live-product-close {
    	margin-top: 10px;
    }
    .search-live-product-close img {
    	height: 10px;
	}
	.search-live-product-detail {
    	width: 95%;
	}
	.slpd-1 {
    	width: 85%;
	}
	.search-live-product {
    	padding-top: 50px;
	}
	.slpd-title {
	    padding-top: 40px;
	}
	.slpd-title p {
	    font-size: 20px;
	}
	.search-live-product-detail input {
    	height: 40px;
	}
	.search-live-product-detail {
		padding-bottom: 40px;
	}


	.cta-corona-detail p {
    	font-size: 12px;
    	line-height: 1.4;
	}
	.close-corona-parent {
    	right: 10px;
    	top: 11px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {
	.navbar-top-desktop-detail .ntd2-kategori {
	    padding-left: 0%;
	}
	.ndr-detail-product {
    	margin-bottom: 10px;
	}
	.ntd2-kategori-pilihan .nkp-software,
	.ntd2-kategori-pilihan .nkp-hardware {
		font-size: 11px;
		padding: 6px 7px;
	}
	.ndr-detail-product img {
    	height: 30px;
    	padding-left: 8px;
	}
	.ndr-detail-product-1 {
    	padding-left: 45px;
	}
	.ndr-detail-product {
		padding: 8px;
		height: 90px;
	}
	.ndr-detail-product-1 p:nth-child(1) {
    	line-height: 1.2;
    	font-size: 13px;
	}
	.ndr-detail-product-1 p:nth-child(2) {
    	font-size: 9px;
    	line-height: 1.5;
	}

	.search-live-product-close {
    	margin-top: 20px;
    }
    .search-live-product-close img {
    	height: 15px;
	}
	.search-live-product-detail {
	    width: 80%;
	}
	.ntd2-detail .col-md-4.col-lg-4 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}


	.cta-corona-detail p {
    	font-size: 12px;
    	line-height: 1.4;
	}
	.close-corona-parent {
    	right: 10px;
    	top: 4px;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.navbar-top-desktop-detail .ntd2-kategori {
	    padding-left: 10%;
	}
	.ntd2-kategori-pilihan .nkp-software,
	.ntd2-kategori-pilihan .nkp-hardware {
		font-size: 11px;
		padding: 6px 7px;
	}
	.ndr-detail-product {
		height: 95px;
	}
	.ndr-detail-product img {
    	height: 35px;
    	padding-left: 8px;
	}
	.ndr-detail-product-1 {
    	padding-left: 50px;
	}
	.ndr-detail-product {
		padding: 12px;
	}
	.ndr-detail-product-1 p:nth-child(1) {
    	line-height: 1.2;
    	font-size: 14px;
	}
	.ndr-detail-product-1 p:nth-child(2) {
    	font-size: 12px;
    	line-height: 1.5;
	}
	.search-live-product-detail {
    	width: 80%;
	}
	.ntd2-detail .col-md-4.col-lg-4 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.ndr-detail-product {
    	margin-bottom: 20px;
    	height: 100px;
	}
}

@media (min-width: 1201px) and (max-width: 1300px) {
	.navbar-top-desktop-detail .ntd2-kategori {
	    padding-left: 19%;
	}

	.ntd2-kategori-pilihan .nkp-software,
	.ntd2-kategori-pilihan .nkp-hardware {
		font-size: 11px;
		padding: 6px 7px;
	}
	.ndr-detail-product img {
    	height: 35px;
    	padding-left: 8px;
	}
	.ndr-detail-product-1 {
    	padding-left: 50px;
	}
	.ndr-detail-product {
		padding: 12px;
	}
	.ndr-detail-product-1 p:nth-child(1) {
    	line-height: 1.2;
    	font-size: 15px;
	}
	.ndr-detail-product-1 p:nth-child(2) {
    	font-size: 13px;
    	line-height: 1.5;
	}
}


@media (min-width: 1700px) {
	.navbar-top-desktop-detail .ntd2-kategori {
	    padding-left: 40%;
	}
}