
.simplesearch-paging{
  display: none;
}
p.simplesearch-results{
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.search-res{
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.simplesearch-results-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.row.res{
  text-align: center;
  padding-bottom: 30px;
}
.hidden-input{
  display: none;
}
.success-review {
  display: none;
}
.form-group .markItUpHeader {
  display: none;
}
.leave-review #ticketForm .form-actions, .leave-review #comment-form .form-actions {
  border-top: none;
}
#ticketForm .error, #comment-form .error {
  font-size: 14px;
}
.leave-review form input {
  width: 100%;
  padding: 22px;
  font-size: 16px;
  border-radius: 0;
  font-family: Arial;
  border: 1px solid #ccc;
  color: #ccc;
  margin-bottom: 15px;
}
.leave-review form textarea {
  padding: 22px;
  border-radius: 0;
  resize: none;
  width: 100%;
  border: 1px solid #ccc;
}
.leave-review form button.submit {
    border: none;
    background-color: #a80000;
    color: #fff;
    padding: 19px 40px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}
.leave-review form .confirm {
  font-size: 14px;
  margin-top: 25px;
  color: #666;
}
.leave-review form .error {
  display: block;
  margin-bottom: 15px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}
#markItUpComment-editor .markItUpContainer {
  font-family: Roboto,sans-serif;
}
#markItUpComment-editor .markItUpContainer #comment-editor {
  width: 100%;
}

.main_slider .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #555;
  width: 14px;
  height: 14px;
}
.main_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.mainSliderTest .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #555;
  width: 14px;
  height: 14px;
}

.mainSliderTest .swiper-pagination .swiper-pagination-bullet-active {
    background: #c91213;
    border-color: #c91213
}
.pag-rotate{
  transform: rotate(90deg);
  margin-left: -30%;
  bottom: 50px !important;
}
.availability {
    font-size: 20px;
    color: #c91213;
}
.availability p {margin-bottom: 0;}
#tab0 img {max-width: 100%;}
@media screen and (max-width: 767px) {
#modal-popup-fastsee .blocksSelected>div {width: 100% !important;}
#modal-popup-fastsee .rightButtonProductI item-action {
    padding-left: 0 !important;
}
}