/* General Overrides */

   .menu-contact #rt-mainbody-surround {
    background-color: #fff;
    color: #f8f8f8;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

  #rt-mainbody-surround { 
  background: transparent;
  /*background-image: url("http://www.angelfoundation.me/images/site/page_BG.png");*/
  background-repeat: no-repeat;
  background-size: 100%;
}

p {
    color: #000;
}

/*Testimonials */
.fst_comment_comment, .fst_comment_name {
     color: #000;
}


/* Form Fields Mods */

textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], 
input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
 margin: 2px;
 width: 200px;

}
      


/* Menu Mods */

#rt-top div.menu-block {
    float: left;
    margin-left: 15px
}

#rt-top {
    background-color: #f0f0f0;
}

/* Top Menu Mods */

    #horizmenu-surround ul.menutop {
    width: 100%;
    text-align: center;
    }

    #horizmenu-surround ul.menutop li.root {
    float: none;
    display: inline-block;
    }

    
#rt-block horizmenu {
    float: right;
    font-size: 12px;
    height: 30px;
    margin-right: 5px;
    margin-top: 20px;
}
#rt-block horizmenu2 {
    height: 30px;
    padding: 0 5px 0 3px;
}
#rt-block horizmenu.ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#rt-block horizmenu.li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
#rt-block  horizmenu.a {
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    white-space: nowrap;
}
#rt-block horizmenu a:hover {
    text-decoration: none;
}

 
 //* Custom CSS *//

 
  /* myTable */
 
 .mytable {
    margin-bottom: 20px;
    width: 100%;
    border: hidden;
}
.mytable th, .mytable tr, .mytable td {
    border: hidden;
    line-height: 20px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    text-align: center;
    vertical-align: middle;
}
.mytable th {
    font-weight: bold;
}
.mytable thead th {
    vertical-align: middle
}

@media only screen and (max-width: 480px) {
    .mytable {
        width:95%;
        border: none;
    }
}

/* BackGround Classes */

/*body.defender-background {
    background: transparent;
    background: url ("http://www.angelfoundation.me/images/products/Defender.jpg")!important;
  background-repeat: no-repeat;
  background-size: 100%;
}*/


/* BT Social Share */

.bt-social-share {
   background: transparent;
    border: 0px solid #cad4e7;
    border-radius: 2px;
    display: inline-block;
    line-height: 100%;
    margin: 5px 0;
    padding: 3px 0 2px 4px;
    width: calc(100% - 6px);
}


/* Product_Page_CSS */

	*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    padding: 20px;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.product {
    flex: 0 0 48%; /* Two products per row, taking 48% of the width with space between */
    margin-bottom: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
}

.product-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.product-info h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #333;
}

.product-info p {
    font-size: 1rem;
    color: #777;
}

@media (max-width: 768px) {
    .product {
        flex: 0 0 100%; /* On smaller screens, each product takes full width */
    }

/* End_Product */


/* Captcha Invisible */

.grecaptcha-badge { 
  
 visibility: hidden; }