





  .product-description { white-space: pre-line; font-weight: normal; font-size: 14px; line-height: 1.3em; }
  .product-information h1 { font-size: 26px; }














.testOnly01 .mediaCatch {
  background: green;
}
  
.testOnly01.small .mediaCatch {
  background: blue;
}



.itemssh1 .col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.itemssh1 .col {
    display: table-cell; /* Make elements inside the container behave like table cells */
    /* width: 33%; */
  	text-align: center;
}
.itemssh1 .item1 {
  background: blue;
  color: white;
}
.itemssh1 .item2 {
  background: brown;
  color: white;
}
.itemssh1 .item3 {
  background: green;
  color: white;
}

@media only screen and (max-width: 992px) {
    .itemssh1 .col { 
        display: block;
        width: 100%;
    }
}






/* ---------------------------------------------------- */
/* Font & Default Setup */
/* ---------------------------------------------------- */
html, body {
  height: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
    padding-top: 56px;
}
@media (min-width: 767px) {
  body {
    padding-top: 86px;
  }
}

  
/* ---------------------------------------------------- */
/* Editor Settings */
/* ---------------------------------------------------- */
.econtent-blk { min-height: 10px; }
.econtent-area { min-height: 10px; }

.padding-none {
   padding: 0 !important;
}
.margin-negative {
   margin-left: -15 !important;
   margin-right: -15 !important;
}

.textcolor01 {
  color: #ffffff;
}
.textcolor02 {
  color: #000000;
}
.textcolor03 {
  color: #f6f9fa;
}
.textcolor04 {
  color: #f7f7f7;
}
.textcolor05 {
  color: #b4d2e1;
}
.textcolor06 {
  color: #0061a1;
}
.textcolor07 {
  color: #7b7b7b;
}
.textcolor08 {
  color: #f7f7f7;
}
.textcolor09 {
  color: #4f78a9;
}

.backgroundcolor01 {
  background-color: #ffffff;
}
.backgroundcolor02 {
  background-color: #000000;
}
.backgroundcolor03 {
  background-color: #f6f9fa;
}
.backgroundcolor04 {
  background-color: #f7f7f7;
}
.backgroundcolor05 {
  background-color: #b4d2e1;
}
.backgroundcolor06 {
  background-color: #0061a1;
}
.backgroundcolor07 {
  background-color: #7b7b7b;
}
.backgroundcolor08 {
  background: #003e8c;
  background: rgba(0,62,140,0.7) !important;
}
.backgroundcolor09 {
  background: #646464;
  background: rgba(100,100,100,0.5) !important;
}

.bordercolor01 {
  border-color: #ffffff;
}
.bordercolor02 {
  border-color: #000000;
}
.bordercolor03 {
  border-color: #0061a1;
}
.bordercolor04 {
  border-color: #f7f7f7;
}
.bordercolor05 {
  border-color: #e74c3c;
}
.bordercolor06 {
  border-color: #0061a1;
}
.bordercolor07 {
  border-color: #7b7b7b;
}
.bordercolor08 {
  border-color: #003e8c;
}
.bordercolor09 {
  border-color: #646464;
}

/* ---------------------------------------------------- */
/* Bootstrap Overrides */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* GLOBAL */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* Other Colors */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* Table Setups */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* Buttons */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* Positioning */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* Margins & Paddings */
/* ---------------------------------------------------- */

  
/* ---------------------------------------------------- */
/* Extras */
/* ---------------------------------------------------- */

#alertbox {
  position: fixed;
  top: 66px;
  right: 30px;
  min-width: 300px;
  z-index: 7000;
}

/* ---------------------------------------------------- */
/* Cart */
/* ---------------------------------------------------- */
 
.transparent {
  opacity: 0;
}

