{#
.box-shadowed{
  -webkit-box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.75);
  -moz-box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.75);
  box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.75);
}
#}


.price svg{
  width: 32px;
  fill: #222!important;
}


.sbox-price {
    font-size: 46px;
    font-weight: 600;
    color: #222222;
    padding: 0px 0 10px 0;
}

.sbox-price small {
    font-size: 11px;
}

.box-feat .sbox-feat:first-child {
  margin-top: 10px;
}
.sbox-feat {
    border-bottom: 1px solid #d2d2d2;
    padding: 4px 4px;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0px;
}

/* accordion */
.accordion, .accordion * {
 -webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;
}
 
.accordion {
 overflow:hidden;
 border-radius:3px;
}

.accordion-section < .accordion-section-title.active{
  margin-bottom:0;
}
/*----- Section Titles -----*/
.accordion-section-title {
  display: block;
  padding:1em; 
  color: #fff; 
  text-align:center;
}
 
{#.accordion-section-title.active, .accordion-section-title:hover {
 background:#fff;
 /* Type */
  color: #fff;
 text-decoration:none;
}
#}
 
/*----- Section Content -----*/
.accordion-section-content {
 padding:15px;
 display:none;
}

/*---- Table -----*/
table{
  width:100%;
}
table tr {
    vertical-align: middle;
    background-color: #fff;
}

tbody tr:nth-child(even) {
    background-color: #f0f0f0;
}

table tr td {
    padding: 5px 7px 5px 7px;
    vertical-align: middle;
    line-height: 20px;
  border: solid 4px #ffffff;
}

.img-td{
  width: 15%;
  text-align: center;
}

.title-td{
  width: auto;
}

.m-0{
  margin:0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

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

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