.hb-btn {
  color: #fff;
  height: 45px;
  padding: 0 40px;
  position: relative;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  background-size: 200% auto;
  font: 500 14px/45px 'Poppins', Arial, Helvetica, sans-serif;
}

.hb-services.v2 .hb-btn {
  float: none;
  margin: 0 auto -20px;
}

.hb-contactusform .hb-btn {
  display: block;
  margin: 30px auto 0;
}
.hb-formtheme fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  position: relative;
}

button {
  border: none;
}

textarea {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hb-select {
  color: #666;
  float: left;
  width: 100%;
  position: relative;
  text-transform: uppercase;
}

.hb-select select {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hb-select select option {
  color: #666;
}

.hb-select:after {
  top: 0;
  right: 15px;
  z-index: 2;
  color: #666;
  display: block;
  content: '\f107';
  line-height: 40px;
  position: absolute;
  text-align: center;
  font-size: inherit;
  font-weight: 900;
}

.form-control {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control::-webkit-input-placeholder {
  color: #666;
}

.form-control:-moz-placeholder {
  color: #666;
}

.form-control::-moz-placeholder {
  color: #666;
}

.form-control:-ms-input-placeholder {
  color: #666;
}

.form-control::-ms-input-placeholder {
  color: #666;
}

.form-control:focus {
  color: #666;
  border-color: #666;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type="text"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="password"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="datetime"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="datetime-local"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="date"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="month"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="time"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="week"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="number"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="email"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="url"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="tel"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="color"] {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.uneditable-input {
  color: #666;
  outline: none;
  height: 40px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea.form-control {
  resize: none;
  height: 100px;
}

input:focus {
  color: #666;
  border-color: #666;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select select:focus {
  color: #666;
  border-color: #666;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-group {
  width: 100%;
  float: left;
  margin: 0 0 10px;
}

label {
  color: #666;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}

form p {
  float: left;
  position: relative;
  width: 100%;
}

form p span i {
  top: 13px;
  left: 16px;
  color: #474747;
  position: absolute;
}

option {
  padding: 5px 15px;
}

ul ul {
  margin-left: 20px;
}

ol {
  float: none;
  list-style: decimal;
  padding-left: 15px;
}

ol ol {
  margin-left: 20px;
}

ol li {
  list-style: decimal;
  width: 100%;
}

table {
  background-color: transparent;
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}

table > thead > tr > th {
  border-top: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
  line-height: 2.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
  border-bottom: 2px solid #dbdbdb;
  vertical-align: bottom;
}

table > thead > tr > td {
  border-top: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
  line-height: 2.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}

table > thead:first-child > tr:first-child > th {
  border-bottom: 0;
}

table > thead:first-child > tr:first-child > td {
  border-bottom: 0;
}

table > tbody > tr > th {
  border-top: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
  line-height: 2.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}

table > tbody > tr > td {
  border-top: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
  line-height: 2.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}

table > tbody + tbody {
  border-top: 2px solid #dbdbdb;
}

table > tfoot > tr > th {
  border-top: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
  line-height: 2.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}

table > tfoot > tr > td {
  border-top: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
  line-height: 2.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}

table thead tr th {
  border-top: 1px solid #dbdbdb;
  text-align: center;
  text-transform: capitalize;
}

table > caption + thead > tr:first-child > th {
  border-bottom: 0;
}

table > caption + thead > tr:first-child > td {
  border-bottom: 0;
}

table > colgroup + thead > tr:first-child > th {
  border-bottom: 0;
}

table > colgroup + thead > tr:first-child > td {
  border-bottom: 0;
}

th {
  text-align: left;
}

.table > caption + thead > tr:first-child > th {
  border-top: 1px solid #dbdbdb;
}

.table > caption + thead > tr:first-child > td {
  border-top: 1px solid #dbdbdb;
}

.table > colgroup + thead > tr:first-child > th {
  border-top: 1px solid #dbdbdb;
}

.table > colgroup + thead > tr:first-child > td {
  border-top: 1px solid #dbdbdb;
}

.table > thead:first-child > tr:first-child > th {
  border-top: 1px solid #dbdbdb;
}

.table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #dbdbdb;
}

.table > thead > tr > th {
  padding: 6px 10px;
}

.table > thead > tr > td {
  padding: 6px 10px;
}

.table > tbody > tr > th {
  padding: 6px 10px;
}

.table > tbody > tr > td {
  padding: 6px 10px;
}

.table > tfoot > tr > th {
  padding: 6px 10px;
}

.table > tfoot > tr > td {
  padding: 6px 10px;
}

.tab-holder {
  overflow: hidden;
}

.tab-holder .tab-list {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
}

.tab-holder .tab-list li {
  float: left;
  width: 33.33%;
  margin: 0;
}

.tab-holder .tab-list .active a {
  color: #fff;
}

.tab-holder .tab-list a {
  display: block;
  padding: 17px 0 16px;
  color: #2d2c40;
  background-color: #f4f6f8;
  background-size: 200% auto;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.tab-holder .tab-list a:hover {
  color: #fff;
}

.tab-holder .tab-content {
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #7a7992;
  padding: 23px 32px 28px 32px;
  border: 1px solid #ebebeb;
  border-top: none;
}

.tab-holder .tab-content p {
  margin: 0 0 12px;
}

.tab-holder .tab-content h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.tab-holder .tab-content .rating-list {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #2d2c40;
  overflow: hidden;
  margin: 0 0 10px;
}

.tab-holder .tab-content .rating-list li {
  float: left;
}

.tab-holder .tab-content .rating-list li:first-child {
  margin: 0 20px 0 0;
}

.tab-holder .tab-content .rating-list a {
  color: #eddb13;
  display: block;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.tab-holder .tab-content .rating-form {
  overflow: hidden;
}

.tab-holder .tab-content .rating-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.tab-holder .tab-content .rating-form textarea {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  min-height: 132px;
  padding: 14px 19px;
  border: 1px solid #ebebeb;
  resize: none;
  border-radius: 0;
}

.tab-holder .tab-content .rating-form .form-control {
  width: 49%;
  border-color: #ebebeb;
  margin: 0 12px 0 0;
  padding: 15px 16px;
  height: auto;
  border-radius: 0;
}

.tab-holder .tab-content .rating-form .form-control:last-child {
  margin: 0;
}

.tab-holder .tab-content .rating-form .hb-btn {
  font-size: 13px;
  line-height: 15px;
  padding: 12px 29px 13px;
  height: auto;
  letter-spacing: 1.1px;
}

.hb-shop-detail .cart-table {
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #ebebeb;
  width: 100%;
  margin: 0 0 30px;
}

.hb-shop-detail .cart-table thead {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}

.hb-shop-detail .cart-table th {
  line-height: 18px;
  margin: 0 25px 0 0;
  border: none;
  font-weight: 500;
  padding: 18px 0 21px;
}

.hb-shop-detail .cart-table th:last-child {
  margin: 0;
}

.hb-shop-detail .cart-table .title {
  width: 175px;
}

.hb-shop-detail .cart-table .title:nth-child(2n) {
  width: 270px;
}

.hb-shop-detail .cart-table .close {
  font-size: 14px;
  line-height: 16px;
  float: right;
  padding: 6px 9px;
  margin: -8px 30px -3px 0;
  border: 1px solid #e5e5e5;
}

.hb-shop-detail .cart-table td {
  vertical-align: middle;
  padding: 31px 0 0;
  border: none;
  margin: 0 25px 0 0;
  line-height: 18px;
  width: 172px;
}

.hb-shop-detail .cart-table td:nth-child(2n) {
  width: 267px;
}

.hb-shop-detail .cart-table .img-holder {
  float: right;
  margin: 0 7px 0 0;
  width: 140px;
}

.hb-shop-detail .cart-table .img-holder.mar-bt {
  margin-bottom: 25px;
}

.hb-shop-detail .cart-table .next {
  margin: 0 0 0 30px;
  color: #2d2c40;
}

.hb-shop-detail .cart-table .prev {
  margin: 0 30px 0 0;
  color: #2d2c40;
}


.tab-holder {
  overflow: hidden;
}

.tab-holder .tab-list {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
}

.tab-holder .tab-list li {
  float: left;
  width: 33.33%;
  margin: 0;
}

.tab-holder .tab-list .active a {
  color: #fff;
}

.tab-holder .tab-list a {
  display: block;
  padding: 17px 0 16px;
  color: #2d2c40;
  background-color: #f4f6f8;
  background-size: 200% auto;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.tab-holder .tab-list a:hover {
  color: #fff;
}

.tab-holder .tab-content {
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #7a7992;
  padding: 23px 32px 28px 32px;
  border: 1px solid #ebebeb;
  border-top: none;
}

.tab-holder .tab-content p {
  margin: 0 0 12px;
}

.tab-holder .tab-content h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.tab-holder .tab-content .rating-list {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #2d2c40;
  overflow: hidden;
  margin: 0 0 10px;
}

.tab-holder .tab-content .rating-list li {
  float: left;
}

.tab-holder .tab-content .rating-list li:first-child {
  margin: 0 20px 0 0;
}

.tab-holder .tab-content .rating-list a {
  color: #eddb13;
  display: block;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.tab-holder .tab-content .rating-form {
  overflow: hidden;
}

.tab-holder .tab-content .rating-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.tab-holder .tab-content .rating-form textarea {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  min-height: 132px;
  padding: 14px 19px;
  border: 1px solid #ebebeb;
  resize: none;
  border-radius: 0;
}

.tab-holder .tab-content .rating-form .form-control {
  width: 49%;
  border-color: #ebebeb;
  margin: 0 12px 0 0;
  padding: 15px 16px;
  height: auto;
  border-radius: 0;
}

.tab-holder .tab-content .rating-form .form-control:last-child {
  margin: 0;
}

.tab-holder .tab-content .rating-form .hb-btn {
  font-size: 13px;
  line-height: 15px;
  padding: 12px 29px 13px;
  height: auto;
  letter-spacing: 1.1px;
}
