/* fallback */
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIconsRound.woff2') format('woff2');
}

.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
body img{
	max-width:100%;
	height:auto;
}
.jshop_profile_data,.editaccount_block,.table-responsive,.jshop > form,.myorders_list,.myorderinfo {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: none;
  border-radius: 15px;
  padding: 15px;
  border:1px solid #CCC;
}
.myorderinfo .col-lg-6{
	padding:0!important;
	padding-bottom:10px!important;
}
.myorderinfo .col-lg-6 table{
	min-height:98%;
	margin:1%;
	width:98%!important;
	margin-bottom:10px!important;
	overflow:hidden;
	border-radius:10px;
}
body .max-500 {
  max-width: 100%!important;
}
.dark-version .jshop_profile_data,.dark-version .editaccount_block,.dark-version .table-responsive,.dark-version .jshop > form,.dark-version .myorders_list {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  word-wrap: break-word;
  background-color: rgba(255,255,255,0.05);
  background-clip: border-box;
  border: none;
  border-radius: 15px;
  padding: 15px;
}
.dark-version form.form-horizontal .form-control, .dark-version form.form-horizontal .form-control:focus, .dark-version .input, .jshop .inputbox{
  background-color: rgba(255,255,255,0.05)!important;
}
.jshop_profile_data > *,.jshop > h1{
	background: rgba(0,0,0,0.03)!important;
	padding: 7px;
	border-radius: 7px;
	margin-bottom: 15px;
	font-size:18px;
}
.myaccount_urls > div{
	width:auto;
	background-color: #e91e63;
	border-color: #e91e63;
	box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.4), 0 4px 23px 0 rgba(233, 30, 99, 0.15), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
	color: #fff;
	margin-bottom: 1rem;
	letter-spacing: 0;
	text-transform: uppercase;
	background-size: 150%;
	background-position-x: 25%;
	position: relative;
	overflow: hidden;
	-webkit-appearance: none;
	float:right;
	margin-left: 5px;
	border-radius: 7px;
	padding: 7px;
}
.myaccount_urls > div a{
	color: #fff;
}
@media(min-width:768px){
	.jshop_register > div{
		width:50%;
		padding: 1%;
		float:right;
	}
}
.float-right{
	float:right;
	width:100%;
}
body .jshop label{
	margin-bottom:5px;
}
.dark-version .card .table-responsive{
	margin: 10px;
}
.jshop_img{
	max-width: 100px;
	border-radius: 5px;
}
#jshop_menu_order,body .jshop form.form-horizontal,.jshop table,.checkoutinfo{
	width:100%;
	float:right;
	background: #FFF!important;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)!important;
	border-radius: 10px;
	margin-bottom:15px;
	padding: 10px!important;
}
.jshop table td,.jshop table th{
	padding: 10px!important;
	border-bottom: 1px solid #EFEFEF;
}
#jshop_menu_order > div{
	width:24%;
	margin: 0.5%;
	float:right;
	padding: 10px;
	text-align: center;
	background: rgba(0,0,0,0.05);
	border-radius: 7px;
}
#table_shippings > div,#table_payments > div{
	width:99%;
	margin: 0.5%;
	float:right;
	padding: 10px;
	background: rgba(0,0,0,0.05);
	border-radius: 7px;
}
#jshop_menu_order > div.active{
	background: rgba(0,0,0,0.4);
	color:#FFF;
}