/*
  Theme Name: bizbloqs
  Theme URI: https://www.envisual.nl
  Version: 1.0.0
  Template: Divi
  Author: enVisual
  Author URI: https://envisual.nl
  Description: bizbloqs
  Text Domain: bizbloqs
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.commerce-cart-notice-1 {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  padding: 0;
  z-index: 2;
}
.commerce-cart-notice-1 .et_pb_wc_cart_notice {
  font-weight: 400;
  margin-bottom: 0;
}
.commerce-cart-notice-1 .et_pb_wc_cart_notice a.button.wc-forward {
  font-size: 12px!important;
}

/******************** Responsive ********************/
/* Desktop */
@media only screen and (min-width: 1600px) {
	.commerce-cart-notice-1 {
    width: 900px;
	}
}
/* Large Tablets */
@media only screen and (max-width: 1280px) {
	.commerce-cart-notice-1 {
    width: calc(100vw - 2rem);
	}
}
/* Large Mobile */
@media only screen and ( max-width: 767px ) {
	.commerce-cart-notice-1 .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
	}
  .commerce-cart-notice-1 .et_pb_wc_cart_notice a.button.wc-forward {
    text-align: center;
  	margin-top: 1rem;
	}
}
