/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.9.5
*/
:root {
  --GreenOk: #4ab866;
}

.greenok {
  color: var(--GreenOk);
}
#footerwidgets {
  text-align: center;
}

.wc-block-components-checkout-place-order-button
  .wc-block-components-checkout-place-order-button__text {
  font-size: 20px;
}
/* Display None items starts */

#minicart-panel p.woocommerce-mini-cart__buttons.buttons > a:nth-child(1) {
  display: none;
}
.wp-block-woocommerce-empty-cart-block
  .wp-block-separator.has-alpha-channel-opacity.is-style-dots {
  display: none;
}

/* Display None items ends */
@media only screen and (max-width: 601px) {
  .wp-block-woocommerce-checkout
    .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block
    .css-0.e19lxcc00
    .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    padding: 0;
    margin: none;
    border: none;
  }
  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper
    .wc-block-components-title {
    margin-bottom: 0;
    padding: 10px;
    border-top-left-radius: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-woocommerce-checkout
    .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block
    .css-0.e19lxcc00
    .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  /* Display None items starts */

  .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block
    .wp-block-woocommerce-checkout-order-summary-block {
    display: none;
  }

  /* Display None items ends */
}
