.wrap{
  width: 100%;
  float: left;
}

.wrap .product-cart{
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.col-1-3{
  width: 33.33%;
  box-sizing: border-box;
  padding: 20px;
  float: left;
}

.col-2-3{
  width: 66.66%;
  box-sizing: border-box;
  padding: 20px;
  float: left;
}

.col-2{
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  float: left;
}



.align-left{
  text-align: left;
}

.align-center{
  text-align: center;
}

.align-right{
  text-align: right;
}

.border-bottom{
  border-bottom: 1px solid #FF9400;
}

.margin-bottom-2{
  margin-bottom: 2em;
}

.margin-bottom-4{
  margin-bottom: 4em;
}

#pgProductSearch {
    padding: 8px 20px;
    background-color: #FF9400;
    border-radius: 4px;
    margin: 20px auto 50px auto;
    display: table;
    width: 500px;
}

.search-label{
  display: table-cell;
  width: 80px;
}


.search-input{
  display: table-cell;
}

.search-btn{
  display: table-cell;
  width: 60px;
  text-align: right;
}

#pgProductSearchBox {
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 2px 5px;
    margin: 0 1%;
    width: 98%;
}


.pgqrButton {
    border-radius: 4px;
    background-color: #fff;
    color: #FF9400;
    border: 1px solid #fff;
    padding: 2px 5px;
}
.pgqrButtonInv {
  display: inline-block;
  margin: 0 10px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #FF9400;
  border-color: #e68500;
}

.pgqrButtonInv.big{
  padding: 12px 24px;
  font-size: 16px;
}

#pdProductSearchLabel {
    color: #fff;
}

.pgqr_results li {
    list-style: none;
}

#pgqrProductSection {
    margin-bottom: 10px;
}
.image_link {
    width: auto;
    max-height: 300px;
}

table.products_table > tbody > tr:nth-child(odd) {
    background-color: #EDEDED;
}

table.products_table > tbody > tr > td {
    padding: 5px 10px;
    min-height: 20px;
}

table.products_table > thead > tr > th {
    padding: 10px;
}

section div.container {
    margin-bottom: 15px;
}


div.field > input[type="text"], div.field > textarea {
    border-radius: 4px;
    border: 1px solid #a9a9a9;
    padding: 5px;
    margin: 0 0 10px 0;
    width: 100%;
}

div.field > textarea {
  max-width: 100%;
  min-height: 100px;
}

#product_edit_form, #product_register_form {
    width: 100%;
}

form .pgqrButtonInv{
  margin: 0;
}

#product_register_form {
    float: left;
}
#product_register_form .field input {
    width: 44%;
}

.large {
    font-size: 20px;
    padding: 10px;
    margin: 10px;
}

.center {
    align-content: center;
    text-align: center;
}

.no-padding-l{
  padding-left: 0;
}

.no-padding-r{
  padding-right: 0;
}

.display-table{
  display: table;
}

.display-cell{
  display: table-cell;
  vertical-align: middle;
}


ul.third{
  width: 31.33%;
  float: left;
  margin: 0 1%;
  padding: 0;
}

@media (max-width: 767px){

  .col-1-3{
    width: 100%;
    padding: 0;
  }

  .col-2-3{
    width: 100%;
    padding: 0;
  }

  .col-2{
    width: 100%;
    padding: 0;
  }

  .pgqrButtonInv{
    width: 100%;
    float: left;
    display: block;
    margin: 0.5em 0;
    text-align: center;
    padding: 10px;
  }


  .search-label{
    display: table-row;
    width: 100%;
    text-align: center;
  }


  .search-input{
    display: table-row;
    text-align: center;
  }

  #pgProductSearchBox{
    margin-bottom: 10px;
  }

  .search-btn{
    display: table-row;
    width: 60px;
    text-align: center;
  }

  #pgProductSearch {
    width: 100%;
  }

  #pgqrProductSection .display-table{
    display: block;
  }

  #pgqrProductSection .display-cell{
    display: block;
    width: 100%;
    float: left;
  }


  ul.third{
    width: 100%;
    margin: 0;
  }

}

.support-buttons {
  text-align: center
}

.support-button {
  border: 1px solid #FF9400;
  border-radius: 5px;
  padding: 10px;
  display: block;
  margin: 5px;
}

.support-button:hover {
  background-color: #FF9400;
  color: white;
}

.active-support-button {
  background-color: #FF9400;
  color: white;
}

.active-support-button:hover {
  cursor: default;
}

.support-links {
  display: block;
  margin-bottom: 10px;
}
