/*
Theme Name: Just Go Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.w153c-menu-main {
  margin-right: auto;
}

.summary .fusion-separator,
.catalog-ordering,
.product_meta {
  display: none !important;
}

.summary .cart {
  display: block !important;
  margin: 10px 0 !important;
  font-size: 95%;
  line-height: 1.3;
}

.summary .cart ul,
.summary .cart p {
  margin-top: 0;
  margin-bottom: 10px;
}

.summary .cart ul:not(#advads_selling_option_ad_price) {
  padding-left: 17px;
}

.woocommerce-product-details__short-description {
  padding-top: 10px;
}

.single_add_to_cart_button {
  margin-top: 20px !important;
}

#advads_selling_option_placements {
  list-style-type: none;
  padding: 0 !important;
}

.w153c-ad-top img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .w153c-header > .fusion-builder-row {
    flex-wrap: wrap !important;
    row-gap: 15px !important;
  }

  .w153c-header__left {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  .w153c-header__left > .fusion-column-wrapper {
    margin: 0 !important;
  }

  .w153c-header__right {
    flex: 1 0 0% !important;
    width: auto !important;
  }

  .w153c-header__right > .fusion-column-wrapper {
    justify-content: flex-end !important;
    margin: 0 !important;
  }

  .w153c-header__right > .fusion-column-wrapper > :nth-child(1) {
    order: 3;
  }

  .w153c-header__right > .fusion-column-wrapper > :nth-child(2) {
    order: 1;
  }

  .w153c-header__right > .fusion-column-wrapper > :nth-child(3) {
    order: 2;
  }

  .w153c-menu-main {
    margin-right: 0;
  }

  .w153c-menu-main > button {
    font-size: 30px !important;
    padding: 5px 10px !important;
  }
}

@media (max-width: 700px) {
  .w153c-header__left,
  .w153c-header__right {
    flex: 0 0 100% !important;
    text-align: center;
  }

  .w153c-header__right > .fusion-column-wrapper {
    justify-content: center !important;
    row-gap: 10px !important;
  }
}

@media (max-width: 500px) {
  .w153c-header__right > .fusion-column-wrapper > :nth-child(2) {
    flex: 0 0 100% !important;
    text-align: center;
  }
}
