/*
Theme Name: Digital Download Pro Child
Description: Child theme for Digital Download Pro theme
Author: Rara Theme
Author URI: https://rarathemes.com/
Template: digital-download-pro
Version: 1.0.0
Text Domain: digital-download-pro
*/

body{
  /*background: red !important;*/
}

#content > div > div.new-shop-grid > div:nth-child(2) > div > div > div {
    width: 114%!important;
}

#content > div > div.new-shop-grid > div:nth-child(2) > div > div > div article {
    max-width: 280px;
}

.edd_downloads_list {
  grid-column-gap: 0px;
}

#fes-vendor-dashboard .search-wrapper {
  margin-bottom: 15px;
}

#fes-vendor-dashboard .search-wrapper form {
  display: flex;
}
.fancybox-content-inside {
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow:none;
  background: #f9f9f9;
}

.fes-el.conditional_field_privata,
.fes-el.conditional_field {
	display: none;
}

.cart-tooltip {
  position: absolute;
  background-color: red;
  color: #fff;
  padding:5px 10px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 1000;
  line-height: 14px;
  white-space: nowrap;
  top: 35px;
  right: -10px;
  min-width: 300px;
}

@media (max-width: 1240px) {
  .cart-tooltip {
    position: absolute;
    background-color: red;
    color: #fff;
    padding:5px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 1000;
    line-height: 14px;
    white-space: wrap;
    top: 35px;
    right: auto;
    left: 0;
    min-width: 280px;
    max-width: 80%;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .fancybox-content-inside {
    width: auto !important;
  }

  .fancybox-inner {
    height: auto;
  }
}

