.boutiqueSpecial {
    max-width: 96.4%;
    cursor: pointer;
}

#prRow .boutiqueSpecial {
    max-width: 96.4%;
    cursor: pointer;
}

#prRow .boutiqueSpecial img,
.boutiqueSpecial img {
    max-width: 100%;
}


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

    .boutiqueSpecial {
        max-width: 93%;
    }

    #prRow .boutiqueSpecial {
        max-width: 86.4%;
    }

    #prRow #boutiqueStandart>a>img {
        width: 670px;
    }
}


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

    .boutiqueSpecial {
        max-width: 84%;
    }

    #prRow .boutiqueSpecial {
        max-width: 94.4%;
    }
}

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

    .boutiqueSpecial {
        max-width: 100%;
    }

    #prRow .boutiqueSpecial {
        max-width: 100%;
    }
}



@media only screen and (max-width: 715px) {
    .boutiqueSpecial{
    max-width:100%;
  }
}








.boutiqueSpecial_click{
    position: absolute;
  background-color: gray;
  color: white;
  font-size: x-large;
  padding: 10px;
  right: 0px;
  transform: translateX(calc(-50% + 7px));
}


@media only screen and (max-width: 800px) {
    .boutiqueSpecial_click{
      position: absolute;
      background-color: gray;
      color: white;
      font-size: 15px;
      padding: 3px;
      right: 0px;
      transform: translateX(calc(-50% + 10px));
    }
}