/*
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_Advanced_Review_And_Reminder
 * @copyright   Copyright (c) 2017 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
*/

.arar-cf:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.arar-loader {
  display: none;
  width: 24px;
  height: 24px;
  background: url(../../../images/plumrocket/advancedrar/loader.gif) left top no-repeat;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  background-size: 24px 24px;
  vertical-align: middle;
  margin-left: 8px;
}

#customer-reviews-box .arar-review-heading h2 {
  display: block;
  border: 0;
  padding-bottom: 20px;
}

/* Global styles */

#arar-form-add {
  margin: 10px auto 0;
  background: #f4f4f4;
  width: 100%;
  max-width: 865px;
  padding: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#arar-form-add,
#arar-form-add * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#arar-form-add table {
  width: 100%;
}

#arar-form-add table td {
  vertical-align: top;
}

/*========== REVIEW LIST */

.arar-rew-item {
  margin-bottom: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4ebeb;
}

/*titler*/

.arar-rew-item .arar-title {
  padding-bottom: 18px;
  display: table;
}

.arar-rew-item .arar-title>div {
  display: table-cell;
  vertical-align: middle;
}

.arar-rew-item .arar-title .titler {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  vertical-align: middle;
}

.arar-rew-item .arar-review-txt,
.arar-rew-item .arar-pros,
.arar-rew-item .arar-cons {
  padding-bottom: 12px;
}

.arar-rew-item .arar-rate-hld {
  padding-right: 8px;
  vertical-align: middle;
  height: 16px;
  line-height: 16px;
}

.arar-rew-item .f-fullstar,
.arar-rew-item .f-emptystar,
.arar-rew-item .f-halfstar {
  width: 18px;
  height: 18px;
  margin-right: 0;
  /*background: url(../../../images/plumrocket/advancedrar/arar-small-stars.png) no-repeat left top;*/
  display: inline-block;
}

.arar-rew-item .f-fullstar {
  background-position: -0px -0px;
}

.arar-rew-item .f-emptystar {
  background-position: -16px -0px;
}

.arar-rew-item .f-halfstar {
  background-position: -32px -0px;
}

.arar-rew-item .arar-title .arar-rate-hld {
  display: inline-block;
}

.arar-rew-item .arar-review-meta {
  font-size: 13px;
}

.arar-review-meta .verified {
  color: #df8c22;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  background-image: url("../../../images/plumrocket/advancedrar/verified.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
}

.arar-attachment_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}

.arar-attachment_file a {
  display: block;
  width: auto;
  margin: 0 3px 5px 0;
  position: relative;
}

.arar-attachment_file img {
  display: block;
  width: auto;
  height: 88px;
}

.arar-attachment_file .arrar-file-name {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  text-align: center;
  width: 100%;
  color: #5f5f5f;
  line-height: 11px;
  word-break: break-all;
}

/*img*/

.arar-rew-item .arar-social-img {
  margin-right: 10px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.arar-rew-item .arar-ratings-table {
  margin-bottom: 13px;
}

.arar-rew-item .arar-ratings-table {
  font-size: 12px;
  text-transform: uppercase;
}

.arar-rew-item .arar-ratings-table th {
  padding-right: 10px;
}

.arar-rew-item .arar-ratings-table .arar-rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}

.arar-rew-item .arar-ratings-table .arar-rating-box .arar-rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

/*Footer*/

.arar-rew-item .arar-item-footer {
  text-align: right;
  color: #9b9b9b;
  font-size: 12px;
  padding-top: 18px;
}

.arar-rew-item .arar-item-footer>* {
  display: inline-block;
  font-size: 12px;
}

.arar-item-footer a {
  text-decoration: none;
}

.arar-item-footer a:hover {
  color: #6F6F6F;
  text-decoration: none;
}

.arar-item-footer .arar-helpful-link.positive {
  color: #4DBE41;
  border-bottom: 1px dotted;
}

.arar-item-footer .arar-helpful-link.positive:hover {
  color: #008000;
}

.arar-item-footer .arar-helpful-link.negative {
  color: #FB515D;
  border-bottom: 1px dotted;
}

.arar-item-footer .arar-helpful-link.negative:hover {
  color: #F00;
}

.arar-item-footer .abuseMark {
  color: #9b9b9b;
  border-bottom: 1px dotted;
}

.arar-item-footer .arar-share-buttons img {
  display: inline;
  vertical-align: middle;
}

.arar-item-footer .arar-share-buttons a:hover {
  opacity: 0.8;
}

/*Admin replay*/

.arar-admin-reply {
  padding: 8px;
  margin-top: 14px;
  border: 1px solid #EFE3A9;
  background: #FFFAE2;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.arar-admin-reply .arar-date {
  font-size: 10px;
  margin-top: 6px;
  text-align: right;
  color: #CBBB6B;
}

.arar-show-more {
  margin-bottom: 50px;
}

/*========== PRODUCT REVIEW PAGE */

#arar-product-review .arar-details {
  margin-left: 150px;
}

#arar-product-review .arar-text {
  padding-bottom: 18px;
  font-size: 11px;
}

#arar-product-review .arar-date {
  vertical-align: 2px;
}

#arar-product-review .arar-details h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

#arar-product-review .arar-details .arar-rew-item {
  margin-top: 0px;
  border: 1px solid #DCDCDC;
  padding: 9px;
  background: #fff;
}

/*========== PRODUCT REVIEWS PAGE (only review list) */

#arar-reviews-page .product-essential {
  padding-bottom: 40px;
}

#arar-reviews-page .product-name {
  border-bottom: 0;
}

#arar-reviews-page .product-img-box {
  float: left;
  width: 30%;
}

#arar-reviews-page .arar-details {
  float: right;
  width: 70%
}

#arar-reviews-page .add-to-cart {
  padding-top: 18px;
  border-bottom: 0;
}

/*========== PRODUCT REVIEW FORM */

/*product image*/

#arar-product-img {
  width: 178px;
  padding-right: 20px;
}

#arar-product-img .img {
  width: 158px;
}

#arar-product-img .img .border {
  width: 146px;
  height: 146px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
  background: #Fff;
  position: relative;
  text-align: center;
  border: 4px solid #fff;
}

#arar-product-img .img .border>img {
  bottom: 0;
  height: 124px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 124px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#arar-product-img .img .img-hld {
  -webkit-box-shadow: inset 0px 0px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 138px;
  height: 138px;
  z-index: 5;
}

/*review form section*/

#arar-message-hld {
  padding-right: 20px;
}

#arar-message-hld label {
  font-weight: 700;
  display: inline-block;
}

#arar-message-hld label em {
  float: right;
  color: #9E0000;
}

#arar-message-hld h3 {
  font-weight: 700;
  color: #003883;
}

#arar-message-hld input,
#arar-message-hld textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
}

#arar-message-hld input[type="checkbox"],
#arar-message-hld input[type="radio"] {
  width: auto;
  height: auto;
  border: 0;
}

#arar-message-hld input[type="file"] {
  border: 0;
  padding: 0;
}

#arar-message-hld input.validation-failed,
#arar-message-hld textarea.validation-failed {
  border-color: #FF7272;
  -webkit-box-shadow: 0 0 1px rgba(255, 0, 0, 0.78);
  -moz-box-shadow: 0 0 1px rgba(255, 0, 0, 0.78);
  box-shadow: 0 0 1px rgba(255, 0, 0, 0.78);
}

#arar-message-hld textarea {
  padding: 8px;
}

#arar-message-hld input {
  height: 30px;
  padding: 0 8px;
}

#arar-message-hld .arar-rating-box {
  margin-bottom: 16px;
}

#arar-message-hld .arar-rating-stars,
#arar-message-hld .arar-rating-text {
  display: inline-block;
  vertical-align: middle;
}

#arar-message-hld .arar-rating-text {
  font-weight: 700;
}

#arar-message-hld .arar-rating-stars {
  font-size: 0;
}

#arar-message-hld .arar-rating-stars img {
  width: 46px;
  display: inline-block;
}

#arar-message-hld .arar-form-list li {
  margin-bottom: 16px;
}

#arar-message-hld .arar-buttons-set {
  margin-top: 16px;
}

#arar-message-hld button.button span {
  height: auto;
}

#arar-message-hld .arar-form-list li.arar-question h4 {
  margin: 10px 0 0 0;
  text-transform: none;
}

#arar-message-hld .arar-form-list li.arar-question label {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  float: none;
}

#arar-message-hld .arar-form-list li.arar-question input {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

/*static block section*/

#arar-form-add #arar-static-block {
  border-left: 1px solid #ccc;
  vertical-align: middle;
}

#arar-static-block>div {
  width: 200px;
  padding-left: 20px;
}

#arar-static-block img {
  max-width: 100%;
  margin: 10px 0;
  display: block;
}

/* page review */

.advancedrar-review-leavereview .col-main {
  width: 100%;
  max-width: 865px;
  margin: auto;
  float: none;
}

.advancedrar-review-leavereview .product-img-box {
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
}

.advancedrar-review-leavereview .product-details h2 {
  font-size: 21px;
  margin-bottom: 15px;
}

.advancedrar-review-leavereview .logo {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.advancedrar-review-leavereview .logo img {
  width: 180px;
}

.advancedrar-review-leavereview .logo img:hover {
  -webkit-animation: shake 2s ease-in-out infinite;
  -moz-animation: shake 2s ease-in-out infinite;
  -o-animation: shake 2s ease-in-out infinite;
  animation: shake 2s ease-in-out infinite;
}

.advancedrar-review-leavereview .buttons-set .back-link a:before {
  content: "<";
  font-weight: 700;
  margin-right: 5px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.arar-container .arra-file-upload #fileupload {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.arra-file-upload {
  margin-top: 20px;
  border: 4px dashed #003883;
  position: relative;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

/* ===================Drag and drop */

.arar-fileupload__label,
.arar-fileupload__input {
  cursor: pointer;
}

.arar-fileupload__label {
  color: #2196F3;
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  font-size: inherit;
  transition: all .25s;
}

.arar-fileupload__label:hover {
  color: #adb6ca;
}

.arar-fileupload__icon {
  max-width: 200px;
}

.arar-fileupload.hover {
  background: #ffffff;
  color: #2196f3;
}

.arar-fileupload.hover .arar-fileupload__icon svg {
  fill: #2196f3;
}

.arar-fileupload {
  text-align: center;
  background: #fff;
  color: #adb6ca;
  padding: 15px;
  font-size: 12px;
  transition: .35s;
  position: relative;
  border-radius: 5px;
  box-sizing: content-box;
}

.arar-fileupload__content {
  position: relative;
  z-index: 10;
}

.arar-fileupload.in {
  border: none;
}

.arar-fileupload::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #adb6ca 50%, transparent 50%), linear-gradient(90deg, #adb6ca 50%, transparent 50%), linear-gradient(0, #adb6ca 50%, transparent 50%), linear-gradient(0, #adb6ca 50%, transparent 50%);
  background-image: linear-gradient(left, #adb6ca 70%, transparent 70%), linear-gradient(left, #adb6ca 70%, transparent 70%), linear-gradient(top, #adb6ca 70%, transparent 70%), linear-gradient(top, #adb6ca 70%, transparent 70%);
  background-size: 15px 1.5px, 15px 1.5px, 1.5px 15px, 1.5px 15px;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: 0 0, left bottom, 0 0, right 0;
  transition: .25s;
}

.arar-fileupload.in::before {
  border: none;
  animation: running-contour 0.5s linear infinite;
  background-image: linear-gradient(90deg, #adb6ca 50%, transparent 50%), linear-gradient(90deg, #adb6ca 50%, transparent 50%), linear-gradient(0, #adb6ca 50%, transparent 50%), linear-gradient(0, #adb6ca 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 1.5px, 15px 1.5px, 1.5px 15px, 1.5px 15px;
  transition: all .25s;
}

.arar-fileupload.in.hover::before {
  background-image: linear-gradient(90deg, #2196f3 50%, transparent 50%), linear-gradient(90deg, #2196f3 50%, transparent 50%), linear-gradient(0, #2196f3 50%, transparent 50%), linear-gradient(0, #2196f3 50%, transparent 50%);
}

.arar-fileupload__input {
  display: none;
}

.arar-fileupload__icon svg {
  max-width: 30px;
  transition: all .3s;
}

.arar-fileupload.in .arar-fileupload__icon svg {
  transform: scale(1.4);
}

.arar-fileupload.in.hover .arar-fileupload__icon svg {
  transform: scale(1.5);
}

.arar-fileupload.hover {
  border-color: #2196f3;
  transition: .35s;
}

.arar-fileupload.in {
  border-radius: 10px;
}

.arar-fileupload__text {
  position: relative;
  z-index: 10;
}

.arar-fileupload__row-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arar-fileupload__delete {
  background: white;
  margin-left: auto;
  border: none;
  color: #d63e3e;
  font-weight: 400;
  box-shadow: none;
  transition: .25s;
  text-decoration: underline;
  font-size: 12px;
}

.arar-fileupload__btn {
  transition: .25s;
}

.arar-fileupload__btn:hover {
  text-decoration: none;
}

.arar-fileupload__file-info {
  color: #2196f3;
}

@keyframes running-contour {
  from {
    background-position: 0 0, 15px 100%, 0 15px, 100% 0;
  }
  to {
    background-position: 15px 0, 0 100%, 0 0, 100% 15px;
  }
}

/* ===================Drag and drop END */

@media only screen and (max-width: 960px) {
  .advancedrar-review-leavereview #arar-form-add #arar-static-block {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .advancedrar-review-leavereview .buttons-set .back-link {
    display: block;
  }
}

@media only screen and (max-width: 380px) {
  .advancedrar-review-leavereview .product-img-box {
    float: none;
    text-align: center;
  }
  .advancedrar-review-leavereview .product-details h2 {
    text-align: center;
  }
}

/* ======== Mediaqueries */

/*900*/

@media only screen and (max-width: 900px) {
  #arar-product-img,
  #arar-message-hld {
    display: block;
    width: 100%
  }
  #arar-product-img {
    padding-bottom: 28px;
    padding-right: 0;
  }
  #arar-product-img .img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 770px) {
  #arar-product-review .arar-details {
    margin-left: 0;
  }
  #arar-reviews-page .product-img-box {
    padding-right: 10px;
  }
}

/*710*/

@media only screen and (max-width: 710px) {
  #arar-form-add #arar-static-block {
    display: block;
    border-top: 1px solid #ccc;
    text-align: center;
    border-left: 0;
  }
  #arar-product-img {
    padding-right: 0;
  }
  #arar-message-hld {
    padding-bottom: 18px;
    padding-right: 0;
  }
  #arar-static-block>div {
    width: auto;
    padding-left: 0;
  }
}

/*590*/

@media only screen and (max-width: 590px) {
  #arar-product-img {
    display: none;
  }
  .arar-rew-item .arar-item-footer>* {
    line-height: 24px;
    font-size: 10px;
  }
}

/*470*/

@media only screen and (max-width: 470px) {
  #arar-product-img {
    display: none;
  }
  #arar-message-hld .arar-rating-text {
    display: block;
    margin-top: 10px;
  }
  #arar-form-add {
    padding: 10px
  }
  #arar-message-hld .arar-buttons-set button {
    width: 100%;
  }
  #arar-message-hld .arar-rating-stars img {
    width: 40px;
  }
  #arar-reviews-page .product-img-box {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  #arar-reviews-page .arar-details {
    float: none;
    width: 100%;
  }
  .g-recaptcha {
    -webkit-transform: scale(0.8);
    ;
    -ms-transform: scale(0.8);
    ;
    -o-transform: scale(0.8);
    ;
    transform: scale(0.8);
    ;
    width: 240px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

/*Retina CSS*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (   min--moz-device-pixel-ratio: 1.5),
        only screen and (     -o-min-device-pixel-ratio: 3/2),
        only screen and (        min-device-pixel-ratio: 1.5),
        only screen and (min-resolution: 192dpi) {

        .arar-rew-item .f-fullstar,
        .arar-rew-item .f-emptystar,
        .arar-rew-item .f-halfstar {
          background-image: url(../../../images/plumrocket/advancedrar/arar-small-stars@2x.png);
          -webkit-background-size: auto 16px;
          background-size: auto 16px;
        }

        .arar-rew-item .f-fullstar  {background-position:-0px -0px;}
        .arar-rew-item .f-emptystar {background-position:-16px -0px;}
        .arar-rew-item .f-halfstar  {background-position:-32px -0px;}
}
