
.con{
	padding: 20px;
    display: block;
}

.con .search{
	color: white;
}

.con .search h3{
	padding-left: 5px;
	font-size: 13pt;
}

.con .search hr{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -15px;
	margin-bottom: 20px;
}

.con .search input , .con .search select {
	margin-left: 5px;
	margin-bottom: 5px;
}

.con .search button{
	background-color: red;
	border: none;
	color: white;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin-top: 5px;
	float: right;
}

.con .search .checkbox input[type="checkbox"]{
	margin-left: -20px !important;
}

.con .prod{
	/*border:1px solid red;*/
	
}

.con .prod .prods {
	/*border:1px solid #808080;*/
	
	
}
.item-prods{
	min-height:280px;
	margin:2px;
	padding:10px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
background: #ffffff;
}
.item-prods:hover img{
	border-bottom:1px solid #cccccc;
}
.item-prods img{
	margin-bottom:5px;
}

@media (max-width: 767px) 
{
    .item-prods{
	min-height:280px;
	margin:15px;
	padding:10px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	background: #ffffff;
	}
}


.center {
    position: absolute;
    right: 0px;
    width: 300px;
    border: 3px solid #73AD21;
    padding: 10px;
}
.img-item {
    display: block;
    margin: 0 auto;
}
.con .prod .prods .judul{
	margin: auto;
	text-align: center;
	
}
.con .prod .prods img{
	width: 70%;
}

.item-prods a{
	color:#000000;
	text-decoration:none;
}
.item-prods a:hover {
    color: #2fb5d2;
}

#mybox {
	margin-top: 60px;
    width: 100%;   
    height: 70px;
    background-color: #282828;
    position: relative;
}

#mybox:after {
    content:"";
    border-color: #282828 transparent transparent transparent;
    border-style:solid;
    border-width:20px;
    width:0;
    height:0;
    position:absolute;
    bottom:-40px;
    left:20px
}

#mybox h2{
	color: red;
	padding: 20px;
}

.social{
	float: right;
}

.clear-link, .clear-link:hover, .clear-link:focus {
	color: white;
}

.page-link, .page-link:hover, .page-link:focus {
	color: white;
	font-size: 2em;
}

.page-selected {
	color: red;
	font-size: 2em;
}

/* Custom */
#second-nav .navbar-brand{
	font-color:#ff0000;
}
.products-div{
	background-color:#ffffff;
}
/* for search */
@media only screen and (min-width: 768px) 
{
	.box-search{
		float:right;
		position:relative;
		top:-65px;
	   /* width: 200px;
		height: 100px;
		border: 3px solid #73AD21;	
		border: 1px solid #73AD21;*/
		margin-top:5px;
		margin-bottom:5px;
	}
}
@media (max-width: 767px) 
{
	.box-search{

	   /* width: 200px;
		height: 100px;
		border: 3px solid #73AD21;	
		border: 1px solid #73AD21;*/
		margin-top:5px;
		margin-bottom:5px;
	}
}
.container-1{
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-1 input#search{
	border: none;
	border: 1px solid #999999;
  width: 100%;
  height: 40px;
  /*background: #2b303b;*/
  background: #ffffff;
  
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.container-1 .icon{
/*border: 1px solid #73AD21;*/
  position: absolute;
  top: 0px;
  margin-left: 10px;
  margin-top: 10px;
  right:15px;
  z-index: 1;
  color: #4f5b66;
}

.container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
    outline:none;
    background: #ffffff;
	border: 3px solid #73AD21;
  }
 /* End for search box */
 
 /* for search */
.side-box{
	margin:2px;
	padding:10px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
background: #ffffff;
margin-bottom:20px;
}

.side-box ul {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    
    /*background-color: #f1f1f1;*/
}
.side-box li {
    /*text-align: center;
	padding: 8px 16px;*/
	padding-top:5px;
	padding-bottom:5px;
    border-bottom: 1px solid #cccccc;
	
}

.side-box li:last-child {
    /*border-bottom: none;*/
	border-bottom: 1px solid #cccccc;
}

.side-box li a {
    display: block;
    color: #000;
	font-weight:bold;
    
    text-decoration: none;
	/*
	padding: 8px 16px;
	margin-top:5px;
	*/
}

.side-filter-box{
	margin:2px;
	padding:10px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	background: #ffffff;
}
.side-filter-box .filter-title{
	font-weight:bold;
	margin-bottom:20px;
}
.side-filter-box select{
	/* styling */
	width:100%;
  background-color: #d9d9d9;
  border: thin solid #cccccc;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  border:none;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  

}
.side-filter-box  select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.side-filter-box  select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.side-filter-box  select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.side-filter-box ul {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    
    /*background-color: #f1f1f1;*/
}
.side-filter-box li {
    /*text-align: center;
	padding: 8px 16px;
	border-bottom: 1px solid #cccccc;
	*/
	 
	padding-top:2px;
	padding-bottom:1px;
   
	
}

.side-filter-box li:last-child {
    /*border-bottom: none;
	border-bottom: 1px solid #cccccc;*/
}

.side-filter-box li a {
    display: block;
    color: #000;
	font-weight:bold;
    
    text-decoration: none;
	/*
	padding: 8px 16px;
	margin-top:5px;
	*/
}

.relevansi{
	 text-align: right;
	 float: right;
	 border:1px solid #000000;
	 width:100%;
}

.content-detail-desc{

	 border:1px solid #000000;
	 
}
.prods-box-header {
	margin-bottom:10px;
	/*border: thin solid #cccccc;*/
	/* for relvansi not straight */
	width:100%;
	float:left;
}
.prods-box-header select {

  /* styling */
  background-color: white;
  border: thin solid #cccccc;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	background: #ffffff;
}

.prods-box-header  select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.prods-box-header  select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.prods-box-header  select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

