.mijoshop label {
    font-weight: normal;
}

.mijoshop #tab-review .form-horizontal .control-label{
    text-align: left !important;
}

.mijoshop form{
    margin: 0 !important;
}

.mijoshop textarea.form-control {
    height: auto !important;
}

.mijoshop .close {
    right:0px !important;
}

.mijoshop #top {
    border-radius: 3px;
}

.mijoshop .caret {
    margin-top: 0 !important;
    font-size: 14px;
}

.panel-title a:hover, .panel-title a:focus {
    text-decoration: none !important;
}

.mijoshop .list-unstyled {
    margin-left: 0px !important;
}

.mijoshop footer {
    padding: 15px;
}

.mijoshop .panel {
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mijoshop .well {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mijoshop .miwi-categoryhome h4 {
    text-align: center;
}

.mijoshop #module_cart .dropdown-menu {
    display : block;
    position: inherit;
    box-shadow: none;
}

.mijoshop .alert {
    padding: 8px 14px 8px 14px !important;
}

.mijoshop .product-thumb .caption {
    padding: 0 7px !important;
    min-height: 140px !important;
}

.mijoshop .product-thumb .button-group button, .mijoshop .btn-group button, .mijoshop .input-group button , .mijoshop .nav-tabs a  , .mijoshop .dropdown, .mijoshop .btn-group , .mijoshop #cart.btn-block , .mijoshop table .btn {
    display: inline-block !important;
}

.mijoshop .list-inline a {
	text-decoration : none !important;
}

/* breadcrumb */
.mijoshop .breadcrumb {
    height: auto;
	background: none;
	background-color: transparent;
}

/* search */
.mijoshop #search_oc {
/*  margin-bottom: 10px;*/
	display: none;
}
/*
.mijoshop #search_oc .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
.mijoshop #search_oc .btn-lg {
    font-size: 15px;
    padding: 0 35px;
    height: 40px;
    text-shadow: 0 1px 0 #FFF;
}
 search end */

/* cart */
.mijoshop #cart {
    margin-bottom: 10px;
}
.mijoshop #cart > .btn {
    padding: 10px 0;
    font-size: 16px;
    color: #0081c1;
    background-color: #FFFFFF;
    border: 1px solid #0081c1;	
}
.mijoshop #cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #006da4;
    color: #006da4;
    box-shadow: none;
    text-shadow: none;
}
.mijoshop #cart.open > .btn:hover {
    color: 323232;
}
.mijoshop #cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
/*.mijoshop #cart .dropdown-menu {
    min-width: 100%;
}*/
.mijoshop #cart .dropdown-menu table {
    margin-bottom: 10px;
}
.mijoshop #cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
.mijoshop #cart .dropdown-menu li p {
    margin: 20px 0;
}
#mijoshop a .isbn,
#mijoshop a .isbn:hover {
	color: #323232;
	font-size: 12px;
	cursor:text;
}

#mijoshop td.text-left a:hover {text-decoration: none;}

/* cart end*/

/* CHECKOUT */

#collapse-checkout-confirm .table.table-bordered.table-hover thead tr td {
	border-bottom: 1px solid #ddd;
}

.mijoshop ul, .mijoshop ol, .mijoshop dl, .mijoshop blockquote, .mijoshop pre, .mijoshop address, .mijoshop fieldset, .mijoshop figure {
   margin: 0 !important;
}

.mijoshop p {margin-top: 15px;}

.mijoshop .input-group button, .mijoshop .input-group input{
/*    height: 30px;*/
}

.mijoshop #module_cart .dropdown-menu {
    display:block !important;
	position:relative !important;
}

.mijoshop #module_cart .dropdown-menu {
	background: transparent !important;
	border:none !important;
}
.mijoshop #module_cart .dropdown-menu li > div {
    min-width: inherit !important;
    padding: 0 10px;
}

.mijoshop #module_cart td:nth-child(3) {
   white-space: nowrap;
}

.mijoshop #module_cart td:nth-child(2) a {
		max-width: 1em;
}
.mijoshop #module_cart td:nth-child(1) {
     display: none !important;
}
.mijoshop #module_cart td button {
     padding :0 2px !important;
	 font-weight: normal !important;
}

.mijoshop .mijoshop_manufacturer  select{
     width : 100% !important;
}

/*.mijoshop  select, .mijoshop  textarea, .mijoshop  input[type="text"], .mijoshop  input[type="password"], .mijoshop  input[type="datetime"], .mijoshop  input[type="datetime-local"], .mijoshop  input[type="date"], .mijoshop  input[type="month"], .mijoshop  input[type="time"], .mijoshop  input[type="week"], .mijoshop  input[type="number"], .mijoshop  input[type="email"], .mijoshop  input[type="url"], .mijoshop  input[type="search"], .mijoshop  input[type="tel"], .mijoshop  input[type="color"], .mijoshop  .uneditable-input {
	margin-bottom: 0px !important;
}*/


.mijoshop .product-thumb .button-group button{
	padding : 0px !important;
}


.mijoshop .alert-warning {
    background-color: #EC4343;
    border-color: #df3f3f;
    color: #ffffff;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;	
}

.mijoshop .alert-warning hr {
    border-top-color: #df3f3f;
}

.mijoshop .alert-warning .alert-link {
    color: #0081C1;
}

/* Media 767px start */
@media (max-width: 767px) {

.mijoshop {
	margin-top: 30px;
}
.btn-block input {
	width: 42px !important;
}

}

/* RAJAN */

/*.container_oc {margin-top: -20px;}*/

.container_oc .alert a,
.container_oc .alert-success a {
  color: #0081c1;
}

.container_oc .alert a:hover,
.container_oc .alert-success a:hover {
  color: #006da4;
}

/*.pdf:before {
	content: '\f15c';
	font-family: FontAwesome;
	margin-right: 3px;
	font-weight: normal;
}*/

a.signout:before {
	content:"\f08b";
	font-family: FontAwesome;
	margin-right: 3px;
}

/*.modal {
    overflow: auto;
    top: 20%;
}
*/

/* CATEGORY PAGE */

.mijoshop #content_oc .col-sm-3 {
  width: 100%;
  margin-bottom: 20px;  
}

.mijoshop #content_oc .col-sm-3 ul {
  list-style-type: none;
}

.mijoshop #content_oc .col-sm-3 li {
  display: inline;
  margin-right: 10%;
}

.mijoshop .product-thumb .price {
	text-align: right;
	font-size: 20px;
	color: #323232;
}

.mijoshop h2 {margin-top: 15px;}

.mijoshop .btn,
.mijoshop .fa  {font-size: 16px;}

.mijoshop .thumbnails > li {float:none;}

.mijoshop .thumbnail:hover {
    border: 1px solid #0081c1;
}

/* PRODUCT PAGE */
.mijoshop .form-group div:not(:last-child) {
	float: left;
	margin: 10px 10px 10px 0;
}

.mijoshop .add-to-cart .fa {margin-left: 10px;}

/* GLOBAL */
.mijoshop img {border-radius: 0;}
.mijoshop .img-responsive {margin-top: 10px;}

/* VOUCHER */
.mijoshop .form-group.required div {
	float: none;
	display: inline-block;
}


/* CART */

.mijoshop .form-control {border: 1px solid #ddd;}


.mijoshop .column1 .panel-default > .panel-heading {
  background: none;
  color: #333;
}
  
@media (min-width: 768px) {  
  .mijoshop .column {
	float: left;
	display: block;
	margin-right: 40px;
	width: 25%;  
  }
  .mijoshop .column1 {
	width: 60%;
	float: left;
	display:block;
  }
  
  .mijoshop .column1 .col-sm-2 {
	width: 25%;
   }
   
  .mijoshop .column1 .col-sm-10 {
	width: 50%
  }
  
  .mijoshop .column2 {
	width: 30%;
	float: right;
	display:block;
  }
  
  .mijoshop .column2 .col-sm-4 {width: 100%;}
  
  .mijoshop .fullwidth {
	width: 100%;
	clear: both;
  }
  
  .mijoshop .column2 .col-sm-offset-8 {margin-left: 0;}
}

/*.mijoshop #product .btn-block {width: auto;}

.mijoshop .form-control {width: auto;}

.mijoshop .col-sm-8,
.mijoshop .col-sm-4 {width: auto;}

.mijoshop .col-sm-4 {margin-left: 20px;}

.mijoshop .description {
  display: block;
  float: left;
  clear:both;
 }
*/

/* Account */

h1.returnform {margin-top: 20px;}

@media (max-width: 479px) {

/* Mini cart */
.uk-navbar-right.uk-hidden-large .dropdown-menu.pull-right {
  max-width: 400px;
  }
  
.uk-navbar-right.uk-hidden-large .mijoshop #cart .dropdown-menu li > div {
    min-width: 400px;
    padding: 0 15px;
}
}

@media (max-width: 459px) {

/* Mini cart */
.uk-navbar-right.uk-hidden-large .dropdown-menu.pull-right {
  max-width: 300px;
  }
  
.uk-navbar-right.uk-hidden-large .mijoshop #cart .dropdown-menu li > div {
    min-width: 300px;
    padding: 0 15px;
}
}

@media (max-width: 360px) {
.uk-navbar-right.uk-hidden-large .mijoshop #cart img {display: none;}
}
