table, td, th{
  border-left: none;
  border-right: none;
  border-top: none;
}

.ds4wc-alert-title{
  font-weight: bold;
  font-size: 1.3rem;
}

.ds4wc-alert-message{
  font-size: 1.1rem;
  margin-bottom: 0.5rem !important;
}

.ds4wc-word-break{
  overflow-wrap: break-word;
}

#ds4wc-account-info, .table, .font-small{
  font-size: small;
}

#ds4wc-account-table{
  margin-bottom: 10px;
}

.bi-2x{
  width: 2.0em !important;
  height: 2.0em !important;
}
.bi-3d2x{
  width: 1.5em !important;
  height: 1.5em !important;
}
.bi-4d5x{
  width: 0.8em !important;
  height: 0.8em !important;
}
.bi-1d2x{
  width: 0.7em !important;
  height: 0.7em !important;
}

.icon-link-small-gap{
  gap: 0.075rem;
}

.popover-body{
  font-size: 0.rem;
  padding: 0.6rem;
}

.pagination-sm{
  --bs-pagination-font-size: 0.575rem !important;
}

#ds4wc-account-member table{
  margin-bottom: 5px;
}

#ds4wc-account-reseller a, #ds4wc-account-member a{
  text-decoration: none;
}

.dropdown-align-right{
  text-align: right;
  margin-bottom: 1rem;
}

.message-nothing{
  font-size: small;
}

.ds4wc-container{
  margin: 0;
  padding: 0;
}

.table-sm>:not(caption)>*>*{
  padding: .25rem .1rem !important;
}

.table-btn{
  padding: 0.1rem 0.4rem;
  font-size: x-small;
}

.order-progress {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: small;
}
.order-progress li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #999999;
  font-weight: bold;
}
.order-progress li:before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
}
.order-progress li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #F5F5F5;
}
.order-progress li:first-child:after {
  content: none;
}
.order-progress li.exec,
.order-progress li.done{
  color: #0070BD;
}
.order-progress li.exec:before,
.order-progress li.done:before {
  background-color: #0070BD;
}
.order-progress li.exec:after,
.order-progress li.done:after {
  background-color: #0070BD;
}

#order-main img{
  width: 100%;
}

#order-basic tbody tr td:first-child,
#address-data tbody tr td:first-child{
  text-align: center;
}
#order-basic tbody tr td:last-child,
#address-data tbody tr td:last-child{
    padding-left: 0.5rem !important;
}

.breadcrumb{
  margin: 0 0 1rem 0.5rem !important;
}

.icon-link{
  padding: 0.3rem 0;
}

.entry-content h6{
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation {
  display: none;
}

.button, .site-title a, .button a{
	text-decoration: none;
}
.site-above-footer-wrap{
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce .woocommerce-ordering {
    float: right;
}

#astra-footer-menu{
  margin: 0;
  padding: 0;
}
