/*profile*/

.profile-edit select, .profile-edit textarea, .profile-edit input[type="text"], .profile-edit input[type="password"], .profile-edit input[type="datetime"], .profile-edit input[type="datetime-local"], .profile-edit input[type="date"], .profile-edit input[type="month"], .profile-edit input[type="time"], .profile-edit input[type="week"], .profile-edit input[type="number"], .profile-edit input[type="email"], .profile-edit input[type="url"], .profile-edit input[type="search"], .profile-edit input[type="tel"], .profile-edit input[type="color"], .profile-edit .uneditable-input { width: 100%; }

.profile-edit legend { color: #000; font-family: Playfair Display, sans-serif; font-weight: 500; border-bottom: 1px dashed #d8d8d8; }

@media (max-width: 767px) {
  .profile-edit legend + .control-group { margin-top: 0; }
  .profile-edit legend { margin-bottom: 10px; }
}

.profile-edit .chzn-container { width: 100% !important; }

.profile-edit form#member-profile {width: 70%;left: 0;right: 0;margin: auto;padding: 40px 40px 20px;background-color: #fff;border: 0;border-radius: 0; /*box-shadow: 1px 12px 33px 0px rgba(0, 0, 0, 0.2);*/}

@media (max-width: 991px) {
	.profile-edit form#member-profile { width: 90%; } }

@media (max-width: 480px) {
	.profile-edit form#member-profile { width: 100%; padding: 30px 25px} }

.profile-edit button#helpsite-refresh { margin-top: 20px; }

.profile-edit button.btn {background-color: #000;color: #fff;border: 1px solid #000;border-radius: 0;padding: 12px 20px;}

.profile-edit button.btn:hover, .profile-edit button.btn:focus { background-color: #fff; color: #000; border: 1px solid #000; }

.profile-edit a.btn {background-color: #fff;border: 1px solid #000;border-radius: 0;padding: 8px 19px;}

.profile-edit a.btn:hover, .profile-edit a.btn:focus { background-color: #000; }

/*end of profile*/

/*orders*/

.hikashop_search_block .btn { margin-top: 15px; margin-bottom: 20px; background-color: #000; color: #fff; border: 1px solid #000; }

.hikashop_search_block .btn:hover, .hikashop_search_block .btn:focus { background-color: transparent; color: #000; }

body.view-order .hikashop_search_block input {height: 42px; } 

/*end of orders*/

/*heading*/

.hikashop_header_title h1 { font-size: 60px; padding-bottom: 20px; margin-bottom: 20px; margin-top: 0; border-bottom: 1px solid #cecece; }

@media (max-width: 499px) {
  .hikashop_header_title h1 { font-size: 36px; }}




