
blockquote{
  margin:0;
}
.product-headline{
  cursor:pointer;
  color:rgb(66, 184, 221);
}
a,p,li,div{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 400;
}
a,a:hover,a:active{
  color:rgb(66, 184, 221)!important;
  text-decoration:none;
  font-weight:bold;
}
a:hover{
  color:rgb(66, 184, 221)!important;
  text-decoration:underline;
  font-weight:bold;
}
html,body
  {
    background-color: #F9F9F6; 
  /*  background-color: #f5f6d6;
    background-image: url("../images/skulls.png");*/
  }

.center{
  text-align:center;
}

.hr-header{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0px;
  margin-right: auto;
  border-style: solid;
  border-width: 2px;
  color:#000;
  width:2em;
}

.hr-header-product{
  width:8em;
  margin-top:2em;
}
.gallery-cell {
  width: 100%; /* full width */
  height: auto; /* height of gallery */
  margin-right: 10px;
}
.content-header{
  font-weight:bold;
  margin-bottom:1em;
}


.l-box{
  padding:1em;
}

.l-box img{
  border:1px solid #000;
}


.rounded-img {
	display: inline-block;
	border: solid 1px #000;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);   
  margin-top: 1em;
}

#menu{
  margin:2em;
}

.container{
  margin:2em;
}

.custom-brand{
  font-weight:700;
  font-size:1.3em;
}

.custom-wrapper {
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 14em;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #777;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 47.999em) {

    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle {
        display: block;
    }
    
}

@media screen and (min-width: 80em){
  .container  {
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
  }
  .container-menu  {
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
  }
}


.box-close{
  cursor:pointer;
}

.box{
  position: relative;
  float: left;
  background-color: rgb(66, 184, 221);
  color: #fff;
  text-align: left;
  background-size: cover;
  background-position: center;
  margin:1em;
  padding:1em;
  border-radius: 0 0 1em 0; 
  padding-bottom:5em;
}              

.box .discount-company-description{
  display:none;
}

.box-click{
  cursor:pointer;
}    

.box-inactive{
  opacity:0.5;
}         

.box-permanent{
  color:#444;
  background-color: #D9D9D9;
}

.box-small{
  width:90%;
}
.box-mega{
  width:90%;
}
.box-small .markenlogo{
  width:95%;
}
.box-mega .markenlogo{
  width:95%;
}

.range{
  font-size:1.1em;
  margin-top:1em;
}

.box-mega .range{
  font-size:1.3em;
  margin-top:1em;
}

.content{
  min-height:4.75em;
}

.box-mega .content{
  font-size:1.2em;
}

.box-mega-detail .content{
  font-size:1.2em;
}

.content-disclaimer{
  position:absolute;
  font-size: 0.7em;
  bottom:8em;
}

.markenlogo{
  position:absolute;
  right:0px;
  bottom:0px;
  background-color:#fff;
  height:3em;
  padding:1em;
  border:1px solid #039be5;
  border-radius: 0 0 1em 0;
  text-align:center;
}

.box-permanent .markenlogo{
  border:1px solid #ccc;
}

/* RIBBONS */

.ribbon{
  position:relative;
  padding: 0 1em;
  font-size:1.000em;
  margin: 0 0 0 -1em;
  line-height: 2.75em;
  border-radius: 0 0.312em 0.312em 0;
  background: #D9D9D9;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.5);
  color:#444;
  /*text-shadow: 0px 1px 0px #e7e7e8;*/
  font-weight:normal;
}

.ribbon .fa-edit{
	position: absolute;
	right: 1em;
	top: 1em;
  color:#fff;
}

.box-mega .ribbon .fa-edit{
	position: absolute;
	right: 0.4em;
	top: 0.4em;
}

.box-permanent .ribbon{
  color:#fff;
  /*text-shadow: 0px 0px 0px #000;*/
  background: rgb(66, 184, 221);
}

.ribbon:before, .ribbon:after{
  position:absolute;
  content: '';
  display: block;
}

.ribbon:before{
  width: 0.938em;
  height: 100%;
  padding: 0 0 0.876em;
  top:0;
  left: -0.938em;
  background:inherit;
  border-radius: 0.626em 0 0 0.626em;
}

.ribbon:after{
  width: 0.626em;
  height: 0.626em;
  background: rgba(0,0,0,0.35);
  bottom: -0.626em;
  left: -0.626em;
  border-radius: 0.626em 0 0 0.626em;
  box-shadow: inset -1px 1px 1px rgba(0,0,0,0.3);
}

.box-mega .ribbon{
  position:relative;
  padding: .5em;
  padding-top: .25em;
  padding-bottom: .25em;
  font-size:1.750em;
  margin: 0 0 0 -0.55em;
  line-height: 1.6em;
  border-radius: 0 0.156em 0.156em 0;
}

.box-mega .ribbon:before,.box-mega .ribbon:after{
  position:absolute;
  content: '';
  display: block;
}

.box-mega .ribbon:before{
  width: 0.469em;
  height: 100%;
  padding: 0 0 0.438em;
  top:0;
  left: -0.469em;
  background:inherit;
  border-radius: 0.313em 0 0 0.313em;
}

.box-mega .ribbon:after{
  width: 0.313em;
  height: 0.313em;
  background: rgba(0,0,0,0.35);
  bottom: -0.313em;
  left: -0.313em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}
@media screen and (min-width: 46em){
.box-small{
  width:40%;
}
.box-mega{
  width:90%;
}
.box-small .markenlogo{
  width:45%;
}
.box-mega .markenlogo{
  width:45%;
}


}
@media screen and (min-width: 55em){
  .container{
      width:50em;
      margin:2em;
      margin-left:auto;
      margin-right:auto;
  }
  .container-menu{
      width:50em;
      margin:2em;
      margin-left:auto;
      margin-right:auto;
  }
  .categories button{
    margin-top:0;
  }

  .box-small{
    width:21em;
  }
  .box-mega{
    width:46em;
  }
  .box-small .markenlogo{
    width:20.85em;
  }
  .box-mega .markenlogo{
    width:45.85em;
  }
}

@media screen and (min-width: 75em){
  .container  {
    max-width:1200px;
    width:75em;
    margin-left:auto;
    margin-right:auto;
  }
  .container-menu  {
    max-width:1200px;
    width:75em;
    margin-left:auto;
    margin-right:auto;
  }
  .box-small{
    width:21em;
  }
  .box-mega{
    width:71em;
  }
  .box-small .markenlogo{
    width:20.85em;
  }
  .box-mega .markenlogo{
    width:70.85em;
  }
}


@media (max-width: 600px) {
  
  body{
    font-size:0.875em;
  }
  
  .ribbon{
    line-height: 1.143em;
    padding: 0.5em;
  }
  
  .ribbon:before, .ribbon:after{
    font-size: 0.714em;
  }
  
}

