/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
 /**
 * Generic class for Responsive
 */
.full {
  display: block !important;
}

.no-full {
  display: none !important;
}

/* =============================================================================
    Base Grid Sizes - 6 columns
   ========================================================================== */

.item {
  margin: 5px 5px;
}

.open.open-full-hd-w-1,
.full-hd-w-1 {
  width: 300px;
}

.open.open-full-hd-w-2,
.full-hd-w-2 {
  width: 610px;
}

.open.open-full-hd-w-3,
.full-hd-w-3 {
  width: 920px;
}

.open.open-full-hd-w-4,
.full-hd-w-4 {
  width: 1230px;
}

.open.open-full-hd-w-5,
.full-hd-w-5 {
  width: 1540px;
}
.open.open-full-hd-w-6,
.full-hd-w-6 {
  width: 1850px;
}

.full-hd-h-1 {
  height: 145px;
}

.full-hd-h-2 {
  height: 300px;
}

.full-hd-h-3 {
  height: 455px;
}

.full-hd-h-4 {
  height: 610px;
}

.full-hd-h-5 {
  height: 755px;
}

.full-hd-h-6 {
  height: 910px;
}

.full-hd-h-Auto {
	height:auto;
}

#messages,
.custom-page,
.header-container ,
#featured-isotope-container,
#isotope-container{
  margin: 0 auto;
  width: 99%;
  min-width: 1860px;
  max-width: 1860px;
}

/**
 * Box -> Product Image + Text 
 */ 

.node-box-product-image-text.full-hd-h-1 .content .image-placeholder{
	max-width: 32%;
	max-height: 100%;
}

/**
 * Box -> Product Image + Text 
 */ 
#isotope-container.search-featured {
  width: 610px;
  min-width: 610px;
  float: right;
}

#isotope-container.search-featured .open.open-full-hd-w-1,
#isotope-container.search-featured .full-hd-w-1 {
  width: 49.2%;
}

#isotope-container.search-featured .open.open-full-hd-w-2,
#isotope-container.search-featured .full-hd-w-2,
#isotope-container.search-featured .open.open-full-hd-w-3,
#isotope-container.search-featured .full-hd-w-3,
#isotope-container.search-featured .open.open-full-hd-w-4,
#isotope-container.search-featured .full-hd-w-4,
#isotope-container.search-featured .open.open-full-hd-w-5,
#isotope-container.search-featured .full-hd-w-5,
#isotope-container.search-featured .open.open-full-hd-w-6,
#isotope-container.search-featured .full-hd-w-6 {
  width: 99.3%;
}

.node-box-product.full-hd-h-auto .box-card .image-placeholder img{
	height:auto;
}

/**
 * All Boxes -> Download List
 */
.full-hd-h-auto .box-card .wrapper-download-files {
  position: static;
}
