/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| datatable list style */
#list {
  font-size: 12px !important;
}

#list tbody tr {
}

#list tbody tr:hover {
  background-color: #e8e8e8 !important;
  cursor: pointer;
}

#list tbody td {
  padding: 0 !important;
  padding: 5px !important;
}

.list-report,
.list-report-group tbody tr:hover {
  cursor: pointer;
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| datatable list style */
#box-list {
  display: none;
}

#box-page {
  display: none;
}

#box-success {
  display: none;
}

#box-success-line {
  display: none;
}

#box-delete {
  display: none;
}

#box-delete-line {
  display: none;
}

#box-error {
  display: none;
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| objects custom styles */
i {
  margin-right: 6px;
}

hr.sep {
  margin: 0 !important;
  margin-top: 5px !important;
}

/*
button[type="submit"] {
	margin-right: 5px !important;
}
*/
#wrapper {
  background: #fff;
}

.spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-left-color: #fe980f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.productinfo h4 span {
  font-weight: 300;
  text-decoration: line-through;
  padding-left: 1em;
  color: gray;
}

.BasketAddress {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

* {
  box-sizing: border-box;
}

.BasketAddress-label {
  margin-right: 5px;
}

.ZipcodeForm {
  display: inline-flex;
}

.BasketShipment {
  padding-left: 20px;
}

.ZipcodeForm-input {
  /*padding-top: 2px;*/
}

.ZipcodeForm-input {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  padding: 0 6px;
  width: 100px;
  margin-left: 0;
  padding: 0 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: white;
  margin-left: 0px;
  margin-top: 0px;
}

.ZipcodeForm-select {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  padding: 0 6px;
  width: 150px;
  margin-left: 0;
  padding: 0 10px;
  background-color: white;
  margin-left: 0px;
  margin-top: 0px;
}

.buttonWithin {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  margin-left: 0px;
  margin-top: 0px;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}

.ZipcodeForm-link {
  margin-left: 10px;
  font-size: 15px;
  /*padding-top:10px;*/
}

@media (max-width: 1152px) {
  .freight-product__box-item-delivery-type {
    width: 36.09065%;
    float: right;
    margin-right: 0;
    line-height: 1.4;
  }
}

@media (min-width: 996px) {
  .BasketAddress {
    line-height: 40px;
  }
}

@media (min-width: 996px) {
  .BasketAddress-address {
    width: 77%;
  }
}

@media (min-width: 996px) {
  .ZipcodeForm-input {
    height: 40px;
    font-size: 16px;
  }

  .ZipcodeForm-select {
    height: 40px;
    font-size: 16px;
  }
}

@media (min-width: 996px) {
  .buttonWithin {
    height: 40px;
    background-color: #f4f4f4;
    font-size: 16px;
  }
}

input[type=text].search {
  width: 85%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  padding: 10px 10px 10px 10px;
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}

input[type=text].search:focus {
  width: 85%;
}
