.elementor-8070201 .elementor-element.elementor-element-76270f3{text-align:center;}.elementor-8070201 .elementor-element.elementor-element-85670a1 .elementor-image img{width:25%;max-width:26%;}.elementor-8070201 .elementor-element.elementor-element-1dd61ef .elementor-image img{width:25%;max-width:26%;}/* Start custom CSS for html, class: .elementor-element-0b95d4a */.shipping-table{
  max-width: 900px;
}

.shipping-row{
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.shipping-row.header{
  border-bottom: none;
  padding-top: 40px;
}

.col-left{
  font-size: 15px;
  line-height: 1.5;
}

.col-right{
  text-align: right;
  font-size: 15px;
  line-height: 1.5;
}

.col-right strong{
  font-weight: 600;
}

.time{
  font-style: italic;
  font-size: 14px;
}

.small{
  font-size: 13px;
  color: #666;
}

/* MOBILE */
@media (max-width: 768px){
  .shipping-row{
    grid-template-columns: 1fr;
  }

  .col-right{
    text-align: left;
    margin-top: 10px;
  }
}/* End custom CSS */