/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*#twt-countries-select {*/
/*   background: url(https://hdotrade.com/wp-content/uploads/2021/06/down-arrow.png);*/
/*   background-position: right;*/
/*   background-size: 12px;*/
/*   background-repeat: no-repeat;*/
/*   background-origin: content-box;*/
/*}*/

/*.twt-shipping-methods{*/
/*   margin-bottom: 40px;*/
/*}*/


/* .twt-select-wrap {
  width: 100%;
  position: relative;
  border: 1px solid;
  margin-bottom: 20px;
}

#twt-countries-select {
  background: url(https://hdotrade.com/wp-content/uploads/2021/06/down-arrow.png);
  background-position: 98%;
  background-size: 12px;
  background-repeat: no-repeat;
  background-origin: content-box;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px 15px;
  border: unset;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border-radius: 5px;
}

.twt-select-icon {
  width: 1px;
  height: 57px;
  border-left: 1px solid;
  position: absolute;
  top: 0;
  right: 60px;
}

.twt-shipping-methods {
  margin-bottom: 40px;
} */
.twt-countries-select-wrapper{
  width: 100%;
  max-width: 440px;
}

#twt-countries-select {
  height: 56px;
  width: 100%;
  border-color: var(--input_border);
  background-color: var(--input_bg);
  border-radius: 20px;
  margin-bottom: 30px;
}
.twt-shipping-methods{
  margin-top: -10px;
  margin-bottom: 24px;
}