

.fprem {
  width:100%;
  margin-top:30px;
  margin-bottom:40px;
  clear:both;
}

.primary {
  padding: 0 10px;
  margin-bottom: 30px;
}

.primary__strong {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.image_blockhome img {
  width: 100%; 
}

.maintext {
  margin: 20px 0;
}

.primary__h1 {
  text-align: center;
  font-size: 2.2em;
  text-transform: none;
  font-weight: bold;
}

.primary__ph {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.primary_flex_one {
  display: flex; 
  margin-bottom: 30px;
}

.primary_flex_one_left {
  width: 80%;
  padding: 10px 10px 10px 0px;
}

.primary_flex_one_right {
  width: 20%; 
}

.primary_flex_one_right img {
  width: 90%; 
}

.primary_flex_one .primary__strong {
  font-weight: bold;
  font-size: 1.5em;
}

.primary__h2_main {
  text-transform: none;
  font-size: 2em !important;
}

.primary__ph2_main {
  font-size: 1.5em;
  color: black;
  margin-bottom: 15px !important;
}

.primary__pic {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 50px;
}

.primary__pc {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  border-radius: 4pt;
  width: 80%;
  display: inline-block;
  padding: 8pt;
}

@media(max-width: 800px) {
 .primary_flex_one {display: flex;flex-direction: column;align-items: center;}
 .primary_flex_one div {width: 100% !important;}
 .primary__pc {width: 90% !important;}
 .primary_flex_one_right img {padding-top: 10%;}
}
@media(max-width: 450px) {
 .primary_flex_one_right {display: none;}
 .primary_flex_one .primary__strong {font-size: 1em;}
 .primary_flex_one div {padding: 10px;}
 .primary_flex_one {margin-bottom: 0px;}
 .primary__h2_main {font-size: 1.2em !important;text-align: left;}
 .primary__ph2_main {font-size: 1em !important;text-align: left;}
 .primary__h1 {font-size: 1.7em;}
 .primary__ph {font-size: 1.4em;}
 .hide_on_mobile {display: none;}
}

.fpremblok {
  width:24%;
  float:left;
  margin-left:3px;
  max-width:310px;
}

.fpremblok1 {
  width:1%;
  float:left;
}

.fpremimg, .fpremtxt {
  display:inline-block;
}

.dblock {
  display: block; 
}

.dblock_title {
  margin-bottom: 5px;
  display: block;
  font-size: 1.2em;
}

.fpremimg {
  float: left;
  margin: 0px 10px 60px 0;
}

.fpremtxt {
  font-weight: bold;
  line-height: 21px;
  margin-left: 3px;
  vertical-align: top;
}


#index .buy-button {
	font-size: 16px;
  background-size: cover;
  height: 49px;
  width: 157px;
  line-height: 52px;

}

.showmoreprod {
 cursor:pointer;
 /* margin-left: 40px; */
 margin-top: 20px;
 margin-bottom:0;
}

#index .prod-block {
  width: calc(25% - 12px);
  overflow: visible;
  margin-bottom: 30px;
  margin: 15px 6px;
}

.firstprod .prod-block:nth-child(n+5) {display: none;}

.showmoreprod span {
  line-height: 35px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  font-weight: bold;
}

.likeh1.dotted {
  font-size: 18px;
  line-height: 23px;
  padding: 5px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 6px;
}

@media screen and (max-width:1230px){  
  .fpremblok1 {
    display:none;
  }

}

@media screen and (max-width:1199px){

  #index .prod-block
  {
    width:calc(33.3333333% - 18px);margin:9px 9px;
  }

  .firstprod .prod-block:nth-child(n+4) {display: none;}
}

@media screen and (max-width:1000px){
  #index .prod-block{
    width:calc(50% - 18px)}
    .firstprod .prod-block:nth-child(4) {display: -webkit-box;
      display: -ms-flexbox;
      display: flex;}
    }


    @media screen and (max-width:767px) and (min-width:300px){

      #index .prod-block{
        width: 50%;
        flex-basis: 50%;
        margin: 0;
        justify-content: space-between;
      }

      #index .prod-block .delivery_icon{
        display: none;
      }

      #index .prod-block .bg_light{
        display: none;
      }

      #index .prod-block .properties{
        display: none;
      }

      #index .prod-title{
        font-size: 13px;
      }

      .buyzone{
        padding-bottom: 0;
      }

      .prod-title a {
        font-size: 13px!important;
        font-weight: bold;
      }

      #index .buy-button{
        height: 40px;
        width: 130px;
        line-height: 43px;
        font-size: 12px;
      }

      .price_block{
        flex-direction: column;
        align-items: start;
      }

      body #sequence .model{
        width: 100%;
        left: 0!important;
        margin-left: 0 !important;
      }

      body #sequence{
        margin-top: 20px;
      }

      @media only screen and (max-width:839px){

        .fpremblok {
          width:49%;
          float:left;
          margin-left:3px;
          max-width:max-content;
          margin-top:5px;
        }
      }

      @media only screen and (max-width:420px){

        .fpremblok {
          width:98%;
          float:left;
          margin-left:3px;
          max-width:310px;
          margin-top:5px;
        }
      }

    }

    /* @media(max-width:420px){
      body #sequence{
        height: 150px;
      }
    } */


@media screen and (min-width: 768px) {
  .showmoreprod {
    margin-left: 32px;
    margin-top: 10px;
  }
}
