/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
 p#text-available-info span {color: #26ff82;font-size: 24px;}

 .et_pb_code_inner td {font-size: 18px;}
 
 select#term {padding: 6px;}
 .et_pb_section.et_pb_section_1.et_section_regular {padding: 0;}
 h1#text-available-message {font-size: 48px;}
  /*Custom Modal CSS*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .buy-now-modal .modal-content {
    position: absolute;
    background-color: #fefefe;
    margin: auto;
    height: 300px;
    max-width: 600px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
.buy-now-modal .modal-header {
    background: transparent;
}
.buy-now-modal span.close {
    color: #000;
}
.buy-now-modal p {
    text-align: center;
}
.buy-now-modal .cstm-buy-now:hover {
    border: 2px solid #000 !important;
}
.buy-now-modal .modal-body {
    padding: 40px 50px 30px;
}
.buy-now-modal .modal-footer{
    text-align: center;
    padding: 20px;
}
.modal-footer a {
    margin: 0px 5px;
}
.buy-now-modal .cstm-buy-now {
    background: #26ff82  !important;
    border: 2px solid #26ff82  !important;
}
.cstm-cancel::after {
    display: none;
}
.cstm-cancel:hover{
    padding: 15px 25px 15px 25px!important
}
.buy-now-modal p {
    font-size: 18px;
}
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 16px;
    background-color: #26ff82;
    color: white;
  }
  
  .modal-body {padding: 2px 16px;}
  
  .modal-footer {
    padding: 2px 16px;

  }
  .entry-content tr td {
    padding: 12px 24px;
}
.myCheckout thead th:first-child {
    padding-left: 0px;
}

  @media (max-width:767px) {
    .buy-now-modal .modal-content{
       width: 95%; 
    }
      
  }