/**
* Theme Name: Electron Child
* Description: This is a child theme of Electron.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: electron
* Version: 1.1.2
*/

/*
ul.nt-single  li.nt-single {
  list-style-type: circle !important;
	background-color: antiquewhite;
}

.site-content{
	background-color: antiquewhite;
}


ul.site-content ol.site-content ol.electron-last-child{
	list-style-type: circle !important;
	color: aqua;
}

*/

/*test comment*/


/*.post .nt-electron-content*/

/*
ol {
  background: #ff9999;
  padding: 20px;
	list-style-type: square !important;
}


ul {
  background: #3399ff;
  padding: 20px;
	list-style-type: circle !important;
	 list-style-position: inside;
}
	
	

*/
/*
ol li {
  background: #ffe5e5;
  color: darkred;
  padding: 5px;
  margin-left: 35px;
	list-style-type: circle !important;
	list-style-position: inside;
	 
}

ul li {
  background: #cce5ff;
  color: darkblue;
  margin: 5px;
	list-style-type: circle !important;
	list-style-position: inside;
}
*/


/*
ol.product-desc-content li.product-desc-content {

  list-style: square !important;
	background: #cce5ff;
	 
}

ul.product-desc-content li.product-desc-content  {
   list-style: square !important;
	  background: #cce5ff;
}
*/



.product-desc-content .nt-electron-content ul {
/*
	background: #cce5ff;
margin-left:3px;
*/
	
list-style-type:disc !important;
	
/*
text-indent:-4px;
padding:0 0 0 10px;
*/
}

/**/



.nt-electron-content li::marker, .product-desc-content li::marker {
    display: cotnents;
    content: normal !important;
	color: blue;
	
}



/* Electron Style that was hiding all the css  ! Very Important to show bullet points and ordered lists on site */
/*
li::marker {
    display: contents;
	 color: red;
    content: normal !important;
}
*/


/* Example modal pop up */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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 */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/*buttons on checkout*/

a.checkout1 {
  background-color: #002F66;
  box-shadow: 0 1px 0 rgb(35, 176, 219);
  color: white;
  padding: 10px 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

a.checkout1:hover {
background-color: #002F66;
  color: rgb(35, 176, 219);
  cursor: pointer;
}

a.checkout1:active {
  box-shadow: none;
  top: 1px;
}

input[type="text"], textarea, .select2-selection {

  background-color : #fff !important; 

}

.checkout_billing_area {
background-color: #CEE8FF; padding: 25px
}





#featured{
width: 940px;
border-bottom: 1px solid #d4cbb4;
border-top: 3px solid #4a3705;
background: #fffdf6 url(images/featured.jpg) bottom right no-repeat;
margin: 12px 0;
padding-bottom: 8px;
float: left;
font-size: 90%;
}
.fbox{
width: 300px;
float: left;
margin: 8px 0 0 9px;
}
.fbox h1{
font-size: 130%;
}
.fbox a{
color: #823d00;
}

/* search box on home page */
.electron-ajax-search-input {
    background-color : #fff !important; 
}

/* back in stocks */
.wc_bis_loop_signup_prompt_container,
.woocommerce-info {
    margin-top: 15px;
    border-top-color: #1e85be;
    font-size: 15px !important;
    color: #1e85be;
    
}


/*
a:link {
  color: green;
}
*/

/* visited link */
a:visited {
/*  color: green;*/
}

/* mouse over link */
a:hover {
  color: cornflowerblue;
}

/* selected link */
a:active {
  color: black;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
/*    margin: 0 0 2em!important;*/
     margin-top: 40px;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
}

.wc_bis_product_form,
.wc_bis_form_title{
    padding-top: 25px;   
    border-top-color: 3px solid #1e85be;
    font-size: 15px !important;
    color: #1e85be !important;
}

.wc_bis_already_registered{
/*       margin-top: 100px !important;*/
}

