/*
*Theme Name:     CozyStay Child Theme
*Theme URI: 	 https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain: 	 cozystay-child
*Version:        1.0
*/

 /** Add your styles below **/

#sticky-place-order {
  position: static;
  background: #fff;
  z-index: 9999;
  padding: 15px;
  border-top: 1px solid #ccc;
}

@media (max-width: 768px) {
  #sticky-place-order {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  }

  #sticky-place-order .woocommerce-terms-and-conditions-wrapper {
    display: none; /* Hide terms & conditions if too long */
  }
}