/**
 * @package 	WordPress
 * @subpackage 	Shoppo
 * @version 	1.0.0
 * 
 * Yith WooCommerce Popup CSS Rules
 * Created by CMSMasters
 * 
 */
/* -------------------------------- Start Yith WooCommerce Popup Theme 3 Styles -------------------------------- */
body .ypop-overlay {
  background-color: #050505;
  opacity: 0.4;
}
body fieldset {
  padding: 0;
  margin: 0;
}
body .ypop-header {
  background-size: cover;
}
body .ypop-wrapper {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  padding: 0;
  max-height: 90%;
  max-width: calc(100% - 25px);
  overflow: visible;
}
body .ypop-wrapper button:active {
  background-color: rgba(0,0,0,0);
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
body .ypop-wrapper .ypop-product-wrapper.woocommerce {
  padding: 20px 0 0;
}
body .ypop-wrapper .ypop-product-wrapper * {
  text-align: center;
}
body .ypop-wrapper .submit-field {
  background-color: rgba(0,0,0,0);
  line-height: 45px;
  margin: -2px 0 0;
  padding: 0 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .ypop-wrapper .submit-field:hover {
  background-color: rgba(0,0,0,0);
}
body .ypop-wrapper .submit-field .icon {
  display: none;
}
body .ypop-wrapper #ypop_email_ypop {
  background-color: rgba(0, 0, 0, 0);
  height: 45px;
  text-align: left;
}
body .ypop-wrapper .form-row {
  width: 96.55%;
  float: none;
}
body .ypop-wrapper .ypop-container-inner {
  background-position: left center;
  overflow: auto;
  padding: 0;
}
body .ypop-wrapper .ypop-submit {
  margin: 10px 0;
  padding: 0 0 0;
}
body .ypop-wrapper .ypop-content-wrapper {
  padding: 0;
}
body .ypop-wrapper .ypop-content-wrapper::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
body .ypop-wrapper a.close {
  width: 45px;
  height: 45px;
}
body .ypop-wrapper a.close:hover {
  opacity: 0.5;
}
body .ypop-wrapper .ypop-content-type ul li:before {
  content: none;
}
body .ypop-wrapper .ypop-content {
  margin: 0;
  padding: 0 20px 0;
}
body .ypop-wrapper .ypop-content .ypop-title {
  margin: 0 0 20px;
  padding: 0;
}
body .ypop-wrapper .ypop-content .ypop-title > * {
  margin: 0;
}
body .ypop-wrapper .ypop-content .ypop-precontent {
  margin: 0 0 20px;
}
body .ypop-wrapper .ypop-content .wpcf7 {
  position: relative;
}
body .ypop-wrapper .ypop-content .wpcf7 input[type=email] {
  margin-top: 0;
  border-top-width: 0;
  border-top-style: solid;
  border-left-width: 0;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
}
body .ypop-wrapper .ypop-content .wpcf7 input[type=submit] {
  width: auto;
  padding: 0 5px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .ypop-wrapper .product-info .price {
  margin-top: 10px;
}
body .ypop-wrapper .product-info .add_to_cart,
body .ypop-wrapper .product-info .summary {
  margin-top: 0px;
}
body .ypop-wrapper .product-info .add_to_cart a,
body .ypop-wrapper .product-info .summary a {
  background-color: rgba(0,0,0,0);
  padding: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  display: inline-block;
}
body .ypop-wrapper .product-info .add_to_cart a.added,
body .ypop-wrapper .product-info .summary a.added {
  display: none;
}
body .ypop-wrapper .product-info .summary {
  margin: 20px 0 0;
}
body .ypop-wrapper .ypop-form-newsletter-wrapper fieldset {
  background-color: rgba(0,0,0,0);
}
body .ypop-wrapper .ypop-footer {
  background-color: rgba(0,0,0,0);
}
body .ypop-wrapper .ypop-checkzone {
  padding: 0 0 10px;
  text-align: center;
}
body .ypop-wrapper .ypop-checkzone span {
  vertical-align: middle;
  float: none;
}
body .ypop-form-newsletter-wrapper .group {
  margin: 0 -10px;
  display: table;
  width: auto;
}
body .ypop-form-newsletter-wrapper .group li {
  padding: 0 10px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
body .ypop-form-newsletter-wrapper .group li.ypop-submit {
  width: auto;
}
/*-------------------------------------------------------------------------*/
/* CSS3 Animations
/*-------------------------------------------------------------------------*/
html.csstransitions body .ypop-wrapper .ypop-content .wpcf7-submit,
html.csstransitions body .ypop-wrapper .ypop-content .wpcf7-submit:after {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
html.csstransitions body .ypop-wrapper a.close {
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -ms-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
