/**
 * @package 	WordPress
 * @subpackage 	Shoppo
 * @version 	1.0.0
 * 
 * Responsive Design Yith WooCommerce Popup CSS Rules
 * Created by CMSMasters
 * 
 */
@media only screen and (max-width:768px) {
  body .ypop-wrapper {
    height: auto;
  }
  body .ypop-overlay {
    position: absolute;
  }
  body .ypop-container-inner {
    background-image: none;
  }
  body .ypop-modal {
    position: fixed !important;
  }
  body .ypop-modal.open {
    overflow-y: auto;
  }
}
@media only screen and (max-width:600px) {
  body .ypop-form-newsletter-wrapper .group,
  body .ypop-form-newsletter-wrapper .group li {
    display: block;
  }
}
@media only screen and (max-width:540px) {
  body .ypop-wrapper .ypop-content {
    padding: 15px;
  }
  body .ypop-wrapper .ypop-content .wpcf7 input[type=submit] {
    position: relative;
  }
}
