body {
  color: #1b1b1b !important;
}

.nameWrap > h3 > a {
  color: #313F53 !important;
  font-weight: bold;
}

.product .product-info .product-price .price {
  color: #333333 !important;
}

.tagAutore {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  line-height: 40px;
  width: 130px;
  height: 40px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 35px;
  text-align: center;
  z-index: 100;
  background: #313F53;
}
.tagAutore span {
  position: relative;
  z-index: 100;
}

.ribbonAutore {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}
.ribbonAutore::before,
.ribbonAutore::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #2980b9;
}
.ribbonAutore span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #313F53;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbonAutore-top-right {
  top: -10px;
  right: 25px;
}
.ribbonAutore-top-right::before,
.ribbonAutore-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbonAutore-top-right::before {
  top: 0;
  left: 0;
}
.ribbonAutore-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbonAutore-top-right span {
  left: -15px;
  top: 42px;
  transform: rotate(45deg);
}
 .modal-dialog {
  position: absolute;
  top: 40% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin: auto 25%;
  width: 50%;
  max-width: 750px;
}

#searchInputValue {
  width: 100%;
  background-color: #fff !important;
  border-color: #313F53 !important;
  height: 50px;
  border-radius: 50px;
  border-width: 5px;
  text-align: center;
  color: #313F53;
  font-weight: bolder;
  font-size: 20px;
}

#searchWrapper {
  position: absolute;
  top: 40%;
  left: 20%;
  z-index: 9999999;
  width: 60%;
}

#serchInputIcon {
  color: #313F53;
  font-size: 35px;
  position: absolute;
  top: 6px;
  right: 20px;
}

#searchInputValue::placeholder {
  color: #313F53 !important;
  font-size: 20px;
}



/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .modal-dialog {
    position: absolute;
    top: 40% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin: auto 30%;
    width: 50%;
    max-width: 750px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: absolute;
    top: 40% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin: auto 20%;
    width: 60%;
    height: 50%;
  }

  #searchWrapper {
    position: absolute;
    top: 33%;
    left: 5%;
    z-index: 9999999;
    width: 90%;
  }

  #searchInputValue::placeholder {
    font-size: 14px;
  }

  
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .modal-dialog {
    position: absolute;
    top: 40% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin: auto 20%;
    width: 60%;
    height: 50%;
  }

  #searchWrapper {
    position: absolute;
    top: 33%;
    left: 5%;
    z-index: 9999999;
    width: 90%;
  }

  #searchInputValue::placeholder {
    font-size: 14px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .modal-dialog {
    position: absolute;
    top: 40% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin: auto 20%;
    width: 60%;
    height: 50%;
  }

  #searchWrapper {
    position: absolute;
    top: 33%;
    left: 5%;
    z-index: 9999999;
    width: 90%;
  }

  #searchInputValue::placeholder {
    font-size: 14px;
  }
}
