html, body {
  padding: 0;
  margin: 0;
}
body {
  background-color: #fff;
  font-family: Arial, Helvetica, Verdana;
  font-size: 14px;
  color: #666;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
nav:not(.mm-menu) {
	display: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.pr-main{
	padding:30px 0 55px;
}
/* Login */
.pr-main .container{
	width:1200px;
}
#pr-login .container .col-md-9 .col-md-6{
	padding-left:0;
}
#pr-register .container .col-md-9 .col-md-6.left{
	padding-left:0;
}
#pr-register .container .col-md-9 .col-md-6.right{
	padding-right:0;
}

#pr-login h1.ct-header{
	font-size:24px;
	padding:0 0 25px;
    margin-top:-5px;
	font-weight:bold;
}
#pr-login h4,#pr-register h4{
	font-size:16px;
	position:relative;
	float:left;
	margin-bottom:25px;
}
#pr-login .socail{
	float:left;
}
#pr-login .socail h4{
	margin-top:16px;
}
#pr-login p{
	clear:both;
	font-size:13px;
	color:#888888;
}
#pr-register p{
    clear:both;
    font-size:13px;
    color:#444444;
	text-transform:capitalize;
}
#pr-login h4:after,#pr-register h4:after{
	position:absolute;
	content:"";
	bottom:-8px;
	left:0;
	width:100%;
	height:1px;
	background:#58595B;
}
#login-form p,#forgotpass-form p{
	font-size:14px;
	color:#444444;
}
#pr-login .container .col-md-6.col-sm-6.col-xs-12.right{
    padding-right: 0;
}
#pr-login .container .col-md-6.col-sm-6.col-xs-12.right p{
    margin-bottom: 25px;
}
#pr-login .container .col-md-6.col-sm-6.col-xs-12.right #forgotpass-form p{
    margin-bottom: 10px;
}
#pr-login .container .col-md-6.col-sm-6.col-xs-12.right #forgotpass-form .email{
    margin-bottom:40px;
}
.container .col-md-6  input{
	border: 1px solid #d7d7d7;
	font-size:14px;
	padding:10px;
	width:100%;
	max-width:425px;
	margin:0 0 24px;
    background: #ffffff;
}
.pr-main .container .col-md-6  button {
	float:right;
	background:#d6d6d6;
	border:2px solid transparent;
	border-bottom:2px solid #646464;
	color:#444444;
	font-size:12px;
	padding:10px 35px;
	text-transform:uppercase;
}
.pr-main .container .col-md-6  button:hover{
	border-bottom:2px solid #646464;
	cursor:pointer;
	background:#fbc443;
	color:#ffffff;
}
.container .col-md-6 .socail{
	clear:both;
}
.container .col-md-6 .socail h4{
	float:none!important;
}
.container .col-md-6 .socail p span{
	font-size:16px;
	color:#888888;
}
.container .col-md-6 .socail p{
	font-size:12px!important;
	color:#444444!important;
}
.container .col-md-6  button.connectfa{
	float:left;
	margin-top:5px;
	padding:10px 25px;
}
#pr-login  .col-md-6{
	padding-right:30px;
}
#pr-login  .col-md-3{
    float:right;
}
#pr-login #login-form{
    padding-top: 15px;
}
#pr-login #login-form button.login{ 
    color: #646464;
}
#pr-login #login-form button.login:hover{
    opacity: 0.9;
	color:#ffffff;
}
#register-form button.register{ 
    color: #646464;
}
#register-form button.register:hover{
    opacity: 0.9;
	color:#ffffff;
}
/* End login */
.container  h1.ct-header{
	font-size:18px;
	color:#444444;
	font-family:"Roboto Bold";
	padding:20px 0;
}
.atas {
  position: fixed;
  z-index: 9;
  background: white;
  display: block;
  width: 100%;
}
.bawah {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 50px;
  background: #fff;
  bottom: 0px;
  display: table;
  vertical-align: middle;
  line-height: 50px;
}
.header {
  width: 100%;
  height: 63px;
  display: flex;
  /* WIDTH and HEIGHT are required */
  justify-content: center;
  align-items: center;
  background: white;
}
.Cari {
  width: 100%;
  height: 40px;
  display: flex;
  /* WIDTH and HEIGHT are required */
  justify-content: center;
  align-items: center;
}
section.add-to-cart-w{
      padding-bottom: 25px!important;
  }
.add-to-cart-w .atc-header h3{
    margin-top: 1px;
}
section.add-to-cart-w{
  padding: 75px 0 90px 0;
}
.add-to-cart-w .atc-header{
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.add-to-cart-w .atc-header:before{
  content: '';
  border-bottom: 1px dashed #444444;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  z-index: 4;
}
.add-to-cart-w .atc-header .number{
  font-size: 36px;
  color: #fff;
  background-color: #666666;
  display: block;
  float: left;
  width: 51px;
  height: 48px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 5;
}
.add-to-cart-w .atc-header h3{
  float: left;
  padding-left: 15px;
  font-size: 24px;
  line-height: 48px;
}
section.add-to-cart-w{
    padding-top: 0px;
  }
  .product-info-w{
    padding-bottom: 30px;
  }
  .product-info-w .owl-carousel.col-md-8{
    width: 100%;
  }
  .add-to-cart-w .atc-header h3{
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
  }
  .add-to-cart-w .atc-header .number{
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
  }
.price-total{
  margin-bottom: 10px;
}
.price-total label{
  font-size: 24px;
}
.price-total .price{
  font-size: 24px;
  margin-left: 5px;
  color: red;
  font-weight: bold;
}
.upload-allow{
  margin-top: -20px;
  color: #666;
}
.tombolupload{
 font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background: #58595B;
  border-bottom: 2px solid #022b37; 
  width: 125px;
 padding: 5px;
  -webkit-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s; 
  -moz-transition: border 0.3s;
  transition: border 0.3s;
  border-radius: 5px;
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td{
    white-space: inherit;
  }
.table-cart .cart_item td .product-info-col ul li span{
    font-size: 12px;
    color: #444444;
}
.table-cart.table tr th.product-info{
    width: 41%;
}
.table-cart.table tr td h3.product-name{
        font-size: 14px;
    }
.table-cart.table{
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  border-top: none;
}
.table-cart th{
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  background: #f1f1f1;
}
.table-cart.table>thead>tr>th{
  border: none;
}
.table-cart.table>thead>tr>th:first-child{
  text-align: left;
  padding-left: 15px;
}
.table-cart.table tr td{
  padding: 10px 0px;
  text-align: center;
  border-right: 1px solid #f1f1f1;
  border-top: none;
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
}
.table-cart.table tr:last-child td{
  border-bottom: none;
}
.table-cart .product-action{
  margin-top: 15px;
}
.table-cart .product-action a i{
  margin: 0 auto;
  padding: 0px 3px;
  color: #888888;
}
.table-cart .product-action a:hover i{
  color: #58595B;
}
.table-cart.table tr td.product-price,
.table-cart.table tr td.product-subtotal{
  font-weight: bold;
}
.table-cart.table tr td.product-subtotal{
    color: #58595B;
    font-size: 16px;
}
.table-cart.table tr td.product-subtotal span{
	font-weight:bold;
	color:#58595B;
}
.table-cart.table tr td h3.product-name{
  margin-bottom: 10px;
}
.table-cart.table tr td .pro-option li{
  margin-bottom: 3px;
}
.add-cart-btn.btn{
  width: 40%;
  height: 54px;
  background: #fbc443;
  text-align: center;
  border-bottom: 2px solid #022c39;
  font-size: 21px;
  color: #333333;
  line-height: 54px;
  padding: 0;
  font-weight: bold;
  -webkit-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s; 
  -moz-transition: border 0.3s;
  transition: border 0.3s; 
}
.add-cart-btn.btn i{
  font-size: 30px;
}
.add-cart-btn.btn:hover{
  opacity: 0.8;
}
.pricing-table {
 background-color: #eee;
}
.pricing-table .block-heading {
 padding-top: 50px;
 margin-bottom: 40px;
 text-align: center;
}
.pricing-table .block-heading h2 {
 color: red;
}
.pricing-table .block-heading p {
 text-align: center;
 margin: auto;
 opacity: 0.7;
}
.pricing-table .heading {
 text-align: center;
 padding-bottom: 10px;
 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-table .item {
 background-color: #ffffff;
 box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
 border-top: 2px solid #5ea4f3;
 padding: 30px;
 overflow: hidden;
 position: relative;
}
.pricing-table .col-md-5:not(:last-child) .item {
 margin-bottom: 30px;
}
.pricing-table .item button {
 font-weight: 600;
}
.pricing-table .ribbon {
 width: 160px;
 height: 32px;
 font-size: 12px;
 text-align: center;
 color: #fff;
 font-weight: bold;
 box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
 background: #4dbe3b;
 transform: rotate(45deg);
 position: absolute;
 right: -42px;
 top: 20px;
 padding-top: 7px;
}
.pricing-table .item p {
 text-align: center;
 margin-top: 20px;
 opacity: 0.7;
}
.pricing-table .features .feature {
 font-weight: 600;
}
.pricing-table .features h4 {
 text-align: center;
 font-size: 18px;
 padding: 5px;
}
.pricing-table .price h4 {
 margin: 15px 0;
 font-size: 45px;
 text-align: center;
 color: #2288f9;
}
.pricing-table .buy-now button {
 text-align: center;
 margin: auto;
 font-weight: 600;
 padding: 9px 0;
}








#wrapper {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
#carousel img {
  float: left;
  vertical-align: middle;
}
a.product-name{
  color: #444444;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  display: block;
  height: 24px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
a.product-name:hover{
  color: #58595B;
}

/*-------------------------------------------------
* Price box
*/
.price-box span.special-price,.price-box span.normal-price{
	color:#58595B;
	font-weight:900;
	font-size:11px
}
.price-box span.old-price{
  text-decoration: line-through;
  font-weight: normal;
  color: #888888;
  margin-left: 10px;
  font-size:8px;
  
}
/*-------------------------------------------------
* Rating
*/
.product-info .rating-box{
	margin-top: -10px;
	font-size: 10px;
	display: inline-block;
	margin-left:10px;
}
.rating-box i{
  color: #fbc443;
  font-size: 10px;
  margin-top:-20px;
}
.product-info{
  margin-top: 5px;
  text-align: center;
}
.product-info .price-box{
  font-size: 8px;
  display: inline-block;
  margin-top:0px;
}
.gbtn, .mcart-dd-content, .search-form,
.product-image-action .action,
.product-image-action:before,
.view-mode a,
.bottom-toolbar ul li a,
.bottom-toolbar ul li span,
.pro-item a.add-to-wishlist{
  left: 0px;
   transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.bottom-toolbar.row{
        clear: both;
    }
.bottom-toolbar .pager{
  margin-top: 0;
  margin-bottom: 60px;
}
.bottom-toolbar ul{
  float: right;
}
.bottom-toolbar ul li{
  margin-left: 5px;
  float: left;
}
.bottom-toolbar ul li.current span{
  background: #fbc443;
  color: #ffffff;
}
.bottom-toolbar .page-change a{
  background: #444444;
  color: #ffffff;
  width: 30px;
  font-size: 20px;
  line-height: 28px;
}
.product-image-action:before{
   transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s; 
}
.mcart-dd-qty{
  position: absolute;
  top: 22px;
  right: 8px;
  width: 22px;
  height: 22px;
  background-color: #ff6666;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
}
.mcart-item:after,
.search-w .search-form:after{
  position: absolute;
  top: -25px;
  right: 0px;
  margin-left: -3px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #58595B;
  border-left: 7px solid transparent;
  content: '';
}
.mcart-item-w,
.mcart-total,
.mcart-links{
  padding: 15px;
  text-align: left;
}
.mcart-item-w,
.mcart-item{
  border-bottom: 1px solid #ececec;
}
.mcart-item{
  position: relative;
}
.mcart-item:last-child{
  border-bottom: none; 
}
.mcart-item img{
  float: left;
  margin-right: 8px;
}

.mcart-item i{
  position: absolute;
  top: 5px;
  right: 0;
  color: #58595B;
}
a.mcart-name{
  padding: 5px 0px;
  width:100%;
  display:block;
  color: #393737;
}
.mcart-total{
  text-align: right;
}
.mcart-total table{
  width: 100%;
}
.mcart-total table tr:last-child td{
  color: #58595B;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
}
.mcart-links.buttons-set a{
  float: left;
  width: 102px;
  text-align: center;
}
.mcart-links.buttons-set a.mcart-link-cart{
  margin-right: 15px;
  padding: 0 10px;
  text-align: center;
}
.gbtn{
  background: #d0d0d0;
  color: #444444;
  padding: 0 15px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
}
.gridcontrol {
  display: flex;
  flex-wrap: wrap;
}
.itemgrid {
  flex: 1 0 21%; /* explanation below */
  margin: 5px;
}
.itemgrid img{
  width: 100%;
}
.gridcontrol1 {
  display: flex;
  flex-wrap: wrap;
}
.itemgrid1 {
  flex: 1 0 30%; /* explanation below */
  margin: 5px;
}
.itemgrid1 img{
  width: 100%;
}

h4.title{
	background: url(line_bar.png) 0 8px repeat-x;
	overflow:hidden;
	text-transform:uppercase;
	font-size:14px;
	min-height:20px;
	width:100%;
}
h4.title.m{
	margin-top:15px;	
	overflow:hidden;
	width:100%;
}
h4.title strong{
	color:#eb4800;
}
h4.title span.text{
	padding-right:10px;
	background: #F8F8F8;
}
h4.title .left{
	background: url(../images/arrow-pleft.png) #eee no-repeat center center;	
	margin-right:2px;	
}
h4.title .right{
	background: url(../images/arrow-p.png) #eee no-repeat center center;	
}
h4.title .pull-right{
	background-color:#fff;
	padding-left:10px;	
}
h4.title .left,h4.title .right{
	display: inline-block;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
h4.title .left:hover,h4.title .right:hover{
	background-color:#eb4800;
}
h4.title .button:hover{
	text-decoration: none;
}
@media (min-width: 992px) {
.header a {
  display: none;
}
}



@media all and (width:450px) {
.mm-navbar_tabs span {
  display: none;
}
 
}

