/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.s-container {
  max-width: 1600px !important;
}
.content-area-tours {
  max-width: 1600px !important;
}

.content-area-tours #main {
  max-width: initial;
}
.content-area-tours .wrapper-tour-left {
  width: 100% !important;
}
ul.tours-default {
  display: grid;
  column-gap: 4%;
  grid-template-columns: 22% 22% 22% 22%;
  padding: 0;
}

ul.tours-default li {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  border: 1px solid #e8e8e8;
  background: #fff;
  margin: 0 0 2.992em 0;
  padding: 0;
  float: initial;
  width: 100% !important;
  position: initial;
}

ul.tours-default li a.woocommerce-LoopProduct-link {
  display: inline-block;
}

ul.tours-default li a.woocommerce-LoopProduct-link img {
  width: 100%;
}

ul.tours-default li:nth-child(3n) {
  margin-right: initial !important;
}

ul.tours-default li:nth-child(3n + 1) {
  clear: initial !important;
}

ul.tours-default .onsale {
  background-color: #26bdf7;
  left: initial;
  right: 5px;
}

ul.tours-default .woocommerce-loop-product__title,
ul.tours-default .price {
  margin: 1rem;
}
ul.tours-default .woocommerce-loop-product__title {
  height: 42px;
  overflow: hidden;
}

ul.tours-default .price {
  text-align: right;
  height: 62px;
  margin-bottom: 60px;
}
ul.tours-default .price ins,
ul.tours-default .price del {
  padding: none;
  bottom: initial;
  position: initial;
  display: initial;
}

ul.tours-default .price .woocommerce-Price-amount {
}

ul.tours-default .add_to_cart_button {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0px 0px 3px 3px;
}

.single-product .content-area-tours .wrapper-tour-left {
  width: 100% !important;
}
.single-product .content-area-tours .sidebar-area {
  display: none;
}

.single-product .booking .form-group input[type="number"] {
  width: initial !important;
  display: block;
}

.single-product .product-type-simple .price del {
  bottom: 0;
}

.single-product .product-type-tour_phys .btn-booking {
  display: block;
  width: 100%;
  cursor: pointer;
  color: var(--s-bg-1);
  background: var(--s-color-1);
}


@media only screen and (max-width: 1024px){
  ul.tours-default{
    column-gap: 2%;
    grid-template-columns: 32% 32% 32%;
  }
  div#tab-description{
    width: 100% !important;
  }
  div#tab-description .gb-container{
    padding-right: 0 !important;
  }
  .content-area-tours .summary.entry-summary{
    position: initial !important;
    width: 100% !important;
    margin-top: initial !important;
    padding: 20px !important;
  }
}

@media only screen and (max-width: 720px){
  ul.tours-default{
    column-gap: 2%;
    grid-template-columns: 49% 49%;
  }
  ul.tours-default .price{
    font-size: 0.8rem;
  }
}