@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}@font-face {
font-family: 'star';
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.eot);
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.eot?#iefix) format('embedded-opentype'),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.woff) format('woff'),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.ttf) format('truetype'),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.svg#star) format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: 'star';
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.svg) format("svg");
}
}
.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-inner {
background: white;
max-width: 100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-top .woocommerce-photo-reviews-form-main-close {
display: flex;
width: 36px;
height: 36px;
position: absolute;
right: 0;
top: 0;
justify-content: center;
align-items: center;
font-weight: 700;
color: #000000;
cursor: pointer;
transition: background 200ms ease;
border-radius: 0 5px 0 5px;
}
.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-top .woocommerce-photo-reviews-form-main-close:hover {
background: rgba(1, 1, 1, .1);
}
.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-top {
position: relative;
height: 36px;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
}
.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-content {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-top .woocommerce-photo-reviews-form-main-close:before {
font-family: "woocommerce-photo-reviews";
content: "\f101";
}
.woocommerce-photo-reviews-form-container * {
box-sizing: border-box !important;
}
.woocommerce-photo-reviews-form {
max-width: 100%;
width: 600px;
padding: 0 10px;
}
.woocommerce-photo-reviews-form-product {
max-width: 260px;
padding: 0 10px;
}
.comment-form-rating label {
display: block;
}
.woocommerce-photo-reviews-form-meta-reviews .woocommerce-product-rating {
line-height: 1em;
margin: 5px 0;
} .wcpr-input-file-container .wcpr-input-file-wrap .wcpr-selected-image-container{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: flex-end;
}
.wcpr-input-file-container .wcpr-input-file-wrap {
margin-top: 10px;
margin-bottom: 10px;
}
.wcpr-comment-form-images .wcpr-selected-image {
width: 30%;
max-width: 128px;
margin-bottom: 10px;
}
.wcpr-comment-form-images.wcpr-comment-form-images-with-caption .wcpr-selected-image {
width: 100%;
max-width: 100%;
margin: 5px 0;
display: flex;
align-items: center;
}
.wcpr-comment-form-images.wcpr-comment-form-images-with-caption .wcpr-selected-image img.wcpr-selected-image-preview {
width: 25%;
max-width: 64px;
}
.wcpr-input-file-container .wcpr-input-file-wrap .wcpr-selected-image input {
margin: 0;
}
.wcpr-comment-form-images {
margin: .5em 0;
width: 100%;
}
.wcpr-comment-form-images.wcpr-comment-form-images-with-caption .wcpr-selected-image-info {
width: calc(100% - 64px);
padding-left: 10px;
}
.wcpr-comment-form-images .wcpr-selected-image-caption {
width: 100%;
}
.wcpr-comment-form-images .wcpr-selected-image-name {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
font-size: .8em;
white-space: nowrap;
}
.wcpr-comment-form-images .wcpr_image_upload {
width: 100%;
margin-bottom: 10px;
} .wcpr-custom-field {
margin: 8px 0;
}
.wcpr-custom-field .wcpr-custom-field-name {
font-size: 16px;
}
.wcpr-custom-field .wcpr-custom-field-input {
display: flex;
justify-content: space-between;
justify-items: center;
align-items: center;
}
.wcpr-custom-field .wcpr-custom-field-input > div {
width: 48%;
}
.wcpr-custom-field .wcpr-custom-field-input > div input,
.wcpr-custom-field-input > div select {
width: 100%;
padding: 5px;
margin: 0;
font-size: 14px;
} .woocommerce-photo-reviews-form p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
border: none;
margin: 0;
font-size: 14px;
}
.woocommerce-photo-reviews-form p.stars a:after {
position: static;
}
.woocommerce-photo-reviews-form p.stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "star";
content: "\53" !important;
text-indent: 0;
color: #ffb600;
opacity: .3;
}
.woocommerce-photo-reviews-form p.stars a:hover ~ a::before {
opacity: .3;
}
.woocommerce-photo-reviews-form p.stars:hover a::before {
opacity: 1;
}
.woocommerce-photo-reviews-form p.stars.selected a.active::before {
opacity: 1;
}
.woocommerce-photo-reviews-form p.stars.selected a.active ~ a::before {
opacity: .3;
}
.woocommerce-photo-reviews-form p.stars.selected a:not(.active)::before {
opacity: 1;
} .woocommerce-photo-reviews-form-product .star-rating span {
font-family: "star" !important;
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.woocommerce-photo-reviews-form-product .star-rating {
margin: 0 0 5px;
text-align: left;
display: block;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
font-family: "star" !important;
float: left;
padding-top: 1.5em;
font-size: 14px;
width: 5.5em;
letter-spacing: 1px;
}
.woocommerce-photo-reviews-form-product .star-rating:before {
color: #ffb600;
content: "\53\53\53\53\53";
opacity: .3;
float: left;
top: 0;
left: 0;
position: absolute;
}
.woocommerce-photo-reviews-form-product .star-rating span:before {
backface-visibility: hidden;
color: #ffb600;
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
.woocommerce-photo-reviews-form-product .star-rating span {
height: 22px;
}
.woocommerce-photo-reviews-form-product .star-rating:before,
.woocommerce-photo-reviews-form-product .star-rating span:before {
color: #ffb600;
}
.woocommerce-photo-reviews-form-product .star-rating:before {
opacity: 0.3 !important;
}
.rtl .woocommerce-photo-reviews-form-product .star-rating {
float: right;
}
.woocommerce-photo-reviews-form-meta-price {
clear: both;
} span.wcpr-review-custom-field-value {
font-weight: 500;
}
span.wcpr-review-custom-field-name {
font-weight: 300;
}
@media screen and (max-width: 768px) {
.woocommerce-photo-reviews-form-container .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-content {
flex-wrap: wrap;
}
} .wcpr-comment-form label,
.wcpr-comment-form textarea {
margin: 0;
max-width: 100%;
}
.wcpr-comment-form .wcpr-comment-form-title input {
margin: 0;
width: 100%;
} .woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-main {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
background: rgba(1, 1, 1, 0.5);
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-content {
background: white;
padding: 0 20px 0 20px;
height: 550px;
max-height: 100%;
overflow: auto;
align-items: flex-start;
}
.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-button-add-review-container {
display: block;
padding: 10px;
}
.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-button-add-review-container .woocommerce-photo-reviews-form-button-add-review {
padding: 5px 10px;
border: 1px solid rgba(1, 1, 1, .1);
cursor: pointer;
opacity: 1;
transition: opacity 200ms;
white-space: nowrap;
}
.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-button-add-review-container .woocommerce-photo-reviews-form-button-add-review:hover {
opacity: .7;
}
.woocommerce-photo-reviews-form-popup-hide .woocommerce-photo-reviews-form-main {
display: none !important;
}
.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .form-submit {
position: sticky;
bottom: 0;
margin: 0;
width: 100%;
text-align: center;
}
.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .form-submit input[type="submit"] {
margin: 0;
width: 100%;
}
@media screen and (min-width: 934px) {
.woocommerce-photo-reviews-form-container.woocommerce-photo-reviews-form-popup .woocommerce-photo-reviews-form-main .woocommerce-photo-reviews-form-main-content .woocommerce-photo-reviews-form-product {
position: sticky;
top: 0;
}
}@font-face {
font-family: "woocommerce-photo-reviews-badge";
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews-badge.eot);
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews-badge.eot?#iefix) format("embedded-opentype"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews-badge.woff) format("woff"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews-badge.ttf) format("truetype"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews-badge.svg#woocommerce-photo-reviews-badge) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "woocommerce-photo-reviews-badge";
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews-badge.svg#woocommerce-photo-reviews-badge) format("svg");
}
}
[class^="woocommerce-photo-reviews-badge-"]:before, [class*=" woocommerce-photo-reviews-badge-"]:before,
[class^="woocommerce-photo-reviews-badge-"]:after, [class*=" woocommerce-photo-reviews-badge-"]:after {
font-family: woocommerce-photo-reviews-badge !important;
font-style: normal;
margin-left: 10px;
}
.woocommerce-photo-reviews-badge-tick-5:before {
content: "\f100" !important;
}
.woocommerce-photo-reviews-badge-check-box:before {
content: "\f101" !important;
}
.woocommerce-photo-reviews-badge-check-1:before {
content: "\f102" !important;
}
.woocommerce-photo-reviews-badge-check:before {
content: "\f103" !important;
}
.woocommerce-photo-reviews-badge-checked-1:before {
content: "\f104" !important;
}
.woocommerce-photo-reviews-badge-check-square:before {
content: "\f105" !important;
}
.woocommerce-photo-reviews-badge-tick-3:before {
content: "\f106" !important;
}
.woocommerce-photo-reviews-badge-check-mark:before {
content: "\f107" !important;
}
.woocommerce-photo-reviews-badge-tick-2:before {
content: "\f108" !important;
}
.woocommerce-photo-reviews-badge-check-2:before {
content: "\f109" !important;
}
.woocommerce-photo-reviews-badge-tick:before {
content: "\f10a" !important;
}
.woocommerce-photo-reviews-badge-success:before {
content: "\f10b" !important;
}
.woocommerce-photo-reviews-badge-round-done-button:before {
content: "\f10c" !important;
}
.woocommerce-photo-reviews-badge-checked-2:before {
content: "\f10d" !important;
}
.woocommerce-photo-reviews-badge-tick-inside-circle:before {
content: "\f10e" !important;
}
.woocommerce-photo-reviews-badge-tick-4:before {
content: "\f10f" !important;
}
.woocommerce-photo-reviews-badge-tick-1:before {
content: "\f110" !important;
}
.woocommerce-photo-reviews-badge-checked:before {
content: "\f111" !important;
}
.woocommerce-photo-reviews-badge-check-4:before {
content: "\f112" !important;
}
.woocommerce-photo-reviews-badge-check-3:before {
content: "\f113" !important;
}@font-face {
font-family: "woocommerce-photo-reviews";
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.eot);
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.eot?#iefix) format("embedded-opentype"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.woff) format("woff"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.ttf) format("truetype"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.svg) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'star';
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.eot);
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.eot?#iefix) format('embedded-opentype'),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.woff) format('woff'),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.ttf) format('truetype'),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.svg#star) format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "woocommerce-photo-reviews";
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.svg) format("svg");
}
@font-face {
font-family: 'star';
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.svg) format("svg");
}
}
.rtl .shortcode-wcpr-stars-count {
padding-left: 0;
padding-right: 20px;
}
.shortcode-wcpr-stars-count {
padding-left: 20px;
font-size: 10px;
width: -webkit-fill-available;
width: -moz-available;
}
.shortcode-wcpr-stars-count .shortcode-wcpr-row {
display: inline-block;
font-size: 0;
width: 100%;
height: 22px;
}
.shortcode-wcpr-stars-count .shortcode-wcpr-row > div {
vertical-align: middle;
font-size: 14px;
display: inline-block;
text-align: center;
box-sizing: border-box;
padding-left: 5px;
}
.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-rank-count {
width: 50px;
white-space: nowrap;
}
.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-process {
width: calc(100% - 50px - 84px);
}
.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star {
width: 84px;
font-size: 14px;
}
.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star .star-rating {
width: 100%;
font-size: 14px;
}
.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star:before,
.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star .star-rating:before {
color: #ffb600;
opacity: 0.3 !important;
}
.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star span:before,
.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-star .star-rating span:before {
color: #ffb600;
}
.shortcode-wcpr-stars-count .shortcode-wcpr-row .shortcode-wcpr-col-number {
width: 16px;
display: none;
}
.rate-percent-bg .rate-percent-bg-1 {
position: absolute;
text-align: center;
width: 100%;
color: white;
z-index: 2;
}
.rate-percent-bg .rate-percent {
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
border-radius: 3px;
}
.rate-percent-bg {
position: relative;
height: 6px;
background-color: rgba(0, 0, 0, 0.1);
display: inline-block;
width: 100%;
vertical-align: middle;
font-size: 0;
border-radius: 3px;
overflow: hidden;
}
.shortcode-wcpr-col-star .star-rating:before,
.shortcode-wcpr-col-star .star-rating span:before,
.shortcode-wcpr-overall-rating-right-star .star-rating:before,
.shortcode-wcpr-overall-rating-right-star .star-rating span:before {
font-size: inherit;
letter-spacing: 1px !important;
} .shortcode-wcpr-overall-rating-and-rating-count {
width: 100%;
padding-bottom: 30px;
display: inline-flex !important;
}
.shortcode-wcpr-overall-rating-and-rating-count h2 {
display: inline;
white-space: nowrap;
}
.shortcode-wcpr-overall-rating-main {
display: flex;
align-items: center;
}
.shortcode-wcpr-overall-rating-left {
padding: 15px 10px;
text-align: center;
vertical-align: middle;
background: #2d2b2b;
color: white;
border-radius: 3px;
font-size: 16px;
margin: 10px 1px;
}
.shortcode-wcpr-overall-rating-right {
padding-left: 10px;
text-align: left;
}
.shortcode-wcpr-overall-rating-main .shortcode-wcpr-overall-rating-right .shortcode-wcpr-overall-rating-right-total {
float: none;
clear: both;
white-space: nowrap;
}
.rtl .shortcode-wcpr-overall-rating-right .shortcode-wcpr-overall-rating-right-star .star-rating {
float: right;
}
.shortcode-wcpr-overall-rating-right .shortcode-wcpr-overall-rating-right-star .star-rating {
width: 5.5em;
font-size: 14px;
float: left;
}
.product .woocommerce-product-rating .star-rating:before,
.commentlist .comment-text .star-rating:before,
.shortcode-wcpr-overall-rating-right .shortcode-wcpr-overall-rating-right-star .star-rating:before {
color: #ffb600;
opacity: 0.3 !important;
}
.product .woocommerce-product-rating .star-rating span:before,
.commentlist .comment-text .star-rating span:before,
.shortcode-wcpr-overall-rating-right .shortcode-wcpr-overall-rating-right-star .star-rating span:before {
color: #ffb600;
} .shortcode-wcpr-filter-container {
padding: 0;
margin: 20px 0;
text-align: center;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.shortcode-wcpr-comments .shortcode-wcpr-filter-container {
display: flex !important;
}
.shortcode-wcpr-filter-container .shortcode-wcpr-filter-button {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 2px;
padding: 10px 15px !important;
display: inline-block;
margin: 10px 5px !important;
font-size: 15px;
font-weight: 300;
line-height: 1;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.5);
transition: all 300ms ease-in-out 0s;
text-decoration: none !important;
border: 1px solid;
}
.shortcode-wcpr-filter-container .shortcode-wcpr-filter-button:hover {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.8) !important;
}
.shortcode-wcpr-filter-container .shortcode-wcpr-filter-button.shortcode-wcpr-active {
background-color: #000000 !important;
}
.shortcode-wcpr-filter-button.shortcode-wcpr-filter-button-images:before {
font-family: "woocommerce-photo-reviews";
content: "\f109";
}
.shortcode-wcpr-filter-button.shortcode-wcpr-filter-button-verified:before {
font-family: "woocommerce-photo-reviews";
content: "\f10a";
}
.shortcode-wcpr-filter-button:before {
margin: 0 5px 0 0 !important;
font-size: inherit !important;
}
ul.shortcode-wcpr-filter-button-ul {
list-style-type: none;
position: absolute;
z-index: 999;
margin: 10px 0 0 0 !important;
left: -1px;
padding: 0;
display: none;
}
span.shortcode-wcpr-filter-button-wrap:hover ul.shortcode-wcpr-filter-button-ul {
display: block;
}
span.shortcode-wcpr-filter-button-wrap {
position: relative;
display: inline-block;
width: 125px;
}
.shortcode-wcpr-filter-container li.shortcode-wcpr-filter-button-li {
margin: 0 !important;
display: inline-block;
}
.shortcode-wcpr-filter-container li.shortcode-wcpr-filter-button-li a {
margin: 0 !important;
width: 125px !important;
}
@media screen and (max-width: 680px) {
.shortcode-wcpr-overall-rating-and-rating-count {
display: inline-block !important;
}
.shortcode-wcpr-overall-rating-main {
justify-content: center;
}
.shortcode-wcpr-overall-rating {
text-align: center;
}
.shortcode-wcpr-stars-count {
margin: 0;
padding: 0;
}
}
.shortcode-wcpr-comment-form-images label {
display: block;
}
.shortcode-wcpr-comment-form-images .wcpr_image_upload {
max-width: 100%;
} .wcpr-load-more-reviews-button-container .wcpr-load-more-reviews-button {
display: inline-block !important;
background: rgba(1, 1, 1, .6);
color: #fff;
border-radius: 4px;
width: 92px;
height: 34px;
line-height: 34px;
font-size: 14px;
margin: 10px 0;
font-weight: 400;
}
.wcpr-load-more-reviews-button-container {
text-align: center;
} .wcpr-custom-field {
margin: 8px 0;
}
.wcpr-custom-field .wcpr-custom-field-name {
font-size: 16px;
}
.wcpr-custom-field .wcpr-custom-field-input {
display: flex;
justify-content: space-between;
justify-items: center;
align-items: center;
}
.wcpr-custom-field .wcpr-custom-field-input > div {
width: 48%;
}
.wcpr-custom-field .wcpr-custom-field-input > div input,
.wcpr-custom-field-input > div select {
width: 100%;
padding: 5px;
margin: 0;
font-size: 14px;
} .wcpr-review-custom-fields {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
span.wcpr-review-custom-field-value {
font-weight: 500;
}
span.wcpr-review-custom-field-name {
font-weight: 300;
} .wcpr-comment-helpful-button-container {
margin: 5px 0;
display: flex;
justify-content: flex-end;
line-height: 2em;
border-top: 1px solid rgba(1, 1, 1, .1);
flex-wrap: wrap;
padding: 5px 0;
position: relative;
}
.reviews-content-right-meta .wcpr-comment-helpful-button-container {
margin: 10px 0;
}
.wcpr-comment-helpful-button-container span {
cursor: pointer;
}
span.wcpr-comment-helpful-button-label {
margin: 0 5px;
}
.wcpr-comment-helpful-button-vote-container {
display: flex;
}
span.wcpr-comment-helpful-button-down-vote {
transform: rotate(180deg);
}
.wcpr-comment-helpful-button-up-vote,
.wcpr-comment-helpful-button-up-vote-count,
.wcpr-comment-helpful-button-down-vote,
.wcpr-comment-helpful-button-down-vote-count {
font-weight: 300;
margin: 0 2px;
}
.wcpr-comment-helpful-button-up-vote {
margin-right: 8px;
}
.wcpr-comment-helpful-button-voted-up .wcpr-comment-helpful-button-up-vote,
.wcpr-comment-helpful-button-voted-up .wcpr-comment-helpful-button-up-vote-count,
.wcpr-comment-helpful-button-voted-down .wcpr-comment-helpful-button-down-vote,
.wcpr-comment-helpful-button-voted-down .wcpr-comment-helpful-button-down-vote-count {
font-weight: 700;
cursor: initial;
}
.wcpr-comment-helpful-button-voting-overlay {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, .5);
display: none;
}
.wcpr-comment-helpful-button-voting .wcpr-comment-helpful-button-voting-overlay {
display: block;
}
.wcpr-comment-helpful-button {
transition: transform 200ms ease;
}
.wcpr-comment-helpful-button-container:not(.wcpr-comment-helpful-button-voted-up) .wcpr-comment-helpful-button-up-vote:hover {
transform: scale3d(1.2, 1.2, 1.2);
}
.wcpr-comment-helpful-button-container:not(.wcpr-comment-helpful-button-voted-down) .wcpr-comment-helpful-button-down-vote:hover {
transform: scale3d(1.2, 1.2, 1.2) rotate(180deg);
} .shortcode-wcpr-html {
overflow: hidden;
} .shortcode-wcpr-pagination {
margin-bottom: 20px;
}
.shortcode-wcpr-pagination .wcpr-page-numbers {
padding: 8px 12px;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.6);
}
.shortcode-wcpr-pagination .wcpr-page-numbers.wcpr-current {
color: #000;
background-color: rgba(0, 0, 0, 0.3);
} .woocommerce-photo-reviews-shortcode {
position: relative;
padding: 10px 0;
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews h2 small {
float: right;
color: #777;
font-size: 15px;
margin: 10px 0 0
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews h2 small a {
text-decoration: none;
color: #777
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews h3 {
margin: 0
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews #respond {
margin: 0;
border: 0;
padding: 0
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews #comment {
height: 75px
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments .add_review::after, .woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments .add_review::before {
content: ' ';
display: table
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments .add_review::after {
clear: both
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments h2 {
clear: none
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist {
margin: 0;
width: 100%;
background: 0 0;
list-style: none
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist::after, .woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist::before {
content: ' ';
display: table
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist::after {
clear: both
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li {
padding: 0;
margin: 0 0 20px;
border: 0;
position: relative;
background: 0;
border: 0
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .meta {
color: #777;
font-size: .75em
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-review-before {
width: 80px;
display: flex;
align-items: center;
justify-content: center;
float: left;
flex-wrap: wrap;
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li img.avatar {
padding: 3px;
width: 48px;
height: auto;
background: #ebe9eb;
border: 1px solid #e4e1e3;
margin: 0;
box-shadow: none
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text {
margin: 0 0 0 80px;
border: 1px solid #e4e1e3;
border-radius: 4px;
padding: 1em 1em 0
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text::after, .woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text::before {
content: ' ';
display: table
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text::after {
clear: both
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text p {
margin: 0 0 1em
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist li .comment-text p.meta {
font-size: .83em
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist ul.children {
list-style: none outside;
margin: 0;
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist ul.children .star-rating {
display: none
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments ol.commentlist #respond {
border: 1px solid #e4e1e3;
border-radius: 4px;
padding: 1em 1em 0;
margin: 20px 0 0 50px
}
.woocommerce-photo-reviews-shortcode .shortcode-wcpr-reviews .shortcode-wcpr-comments .commentlist > li::before {
content: ''
}
.woocommerce-photo-reviews-shortcode .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.5em;
font-family: "star" !important;
margin: 0;
}
.woocommerce-photo-reviews-shortcode .star-rating::before {
content: '\73\73\73\73\73' !important;
font-family: "star" !important;
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute
}
.woocommerce-photo-reviews-shortcode .star-rating span {
overflow: hidden;
float: right;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-family: "star" !important;
}
.woocommerce-photo-reviews-shortcode .star-rating span::before {
content: '\53\53\53\53\53' !important;
font-family: "star" !important;
top: 0;
position: absolute;
left: 0
}
.woocommerce-photo-reviews-shortcode .woocommerce-product-rating {
line-height: 2;
display: block
}
.woocommerce-photo-reviews-shortcode .woocommerce-product-rating::after, .woocommerce-photo-reviews-shortcode .woocommerce-product-rating::before {
content: ' ';
display: table
}
.woocommerce-photo-reviews-shortcode .woocommerce-product-rating::after {
clear: both
}
.woocommerce-photo-reviews-shortcode .woocommerce-product-rating .star-rating {
margin: .5em 4px 0 0;
float: left
}
.woocommerce-photo-reviews-shortcode .products .star-rating {
display: block;
margin: 0 0 .5em;
float: none
}
.woocommerce-photo-reviews-shortcode .hreview-aggregate .star-rating {
margin: 10px 0 0
}
.wcpr-shortcode-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.7);
z-index: 100;
cursor: progress;
display: none;
}
.wcpr-shortcode-overlay:before {
content: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/images/loading-2.gif);
width: 64px;
height: 64px;
font-size: 15px;
position: absolute;
left: 50%;
top: 50%;
opacity: 1;
transform: translate(-50%, -50%) scale3d(0.5, 0.5, 0.5);
}
.woocommerce-photo-reviews-shortcode.woocommerce-photo-reviews-shortcode-loading .shortcode-wcpr-filter-button-wrap {
overflow: hidden;
}
.woocommerce-photo-reviews-shortcode.woocommerce-photo-reviews-shortcode-loading .wcpr-shortcode-overlay {
display: block;
}@font-face {
font-family: "woocommerce-photo-reviews-vote-icons";
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/vote-icons.eot);
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/vote-icons.eot?#iefix) format("embedded-opentype"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/vote-icons.woff2) format("woff2"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/vote-icons.woff) format("woff"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/vote-icons.ttf) format("truetype"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/vote-icons.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "woocommerce-photo-reviews-vote-icons";
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/vote-icons.svg#Flaticon) format("svg");
}
}
[class^="woocommerce-photo-reviews-vote-"]:before, [class*=" woocommerce-photo-reviews-vote-"]:before,
[class^="woocommerce-photo-reviews-vote-"]:after, [class*=" woocommerce-photo-reviews-vote-"]:after {
font-family: woocommerce-photo-reviews-vote-icons;
font-size: 20px;
font-style: normal;
margin: 0;
}
.woocommerce-photo-reviews-vote-like-1:before {
content: "\f100";
}
.woocommerce-photo-reviews-vote-dislike:before {
content: "\f101";
}
.woocommerce-photo-reviews-vote-like:before {
content: "\f102";
}
.woocommerce-photo-reviews-vote-dislike-1:before {
content: "\f103";
}html.wcpr-swipebox-html.wcpr-swipebox-touch {
overflow: hidden !important
}
#wcpr-swipebox-overlay img {
border: none !important
}
#wcpr-swipebox-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999 !important;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
#wcpr-swipebox-container {
position: relative;
width: 100%;
height: 100%
}
#wcpr-swipebox-slider {
-webkit-transition: -webkit-transform .4s ease;
transition: transform .4s ease;
height: 100%;
left: 0;
top: 0;
width: 100%;
white-space: nowrap;
position: absolute;
display: none;
cursor: pointer
}
#wcpr-swipebox-slider .slide {
height: 100%;
width: 100%;
line-height: 1px;
text-align: center;
display: inline-block
}
#wcpr-swipebox-slider .slide:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px
}
#wcpr-swipebox-slider .slide .wcpr-swipebox-inline-container, #wcpr-swipebox-slider .slide .swipebox-video-container, #wcpr-swipebox-slider .slide img {
display: inline-block;
max-height: 100%;
max-width: 100%;
margin: 0;
padding: 0;
width: auto;
height: auto;
vertical-align: middle
}
#wcpr-swipebox-slider .slide .swipebox-video-container {
background: 0 0;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 5%;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
#wcpr-swipebox-slider .slide .swipebox-video-container .swipebox-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative
}
#wcpr-swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0
}
#wcpr-swipebox-slider .slide-loading {
background: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/images/loader.gif) center center no-repeat
}
#wcpr-swipebox-bottom-bar, #wcpr-swipebox-top-bar {
-webkit-transition: .5s;
transition: .5s;
position: absolute;
left: 0;
z-index: 999;
height: 50px;
width: 100%
}
#wcpr-swipebox-bottom-bar {
bottom: -50px
}
#wcpr-swipebox-bottom-bar.visible-bars {
-webkit-transform: translate3d(0, -50px, 0);
transform: translate3d(0, -50px, 0)
}
#wcpr-swipebox-top-bar {
top: -50px
}
#wcpr-swipebox-top-bar.visible-bars {
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0)
}
#wcpr-swipebox-title {
display: block;
width: 100%;
text-align: center
}
#wcpr-swipebox-close, #wcpr-swipebox-next, #wcpr-swipebox-prev {
background-image: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/images/icons.png);
background-repeat: no-repeat;
border: none !important;
text-decoration: none !important;
cursor: pointer;
width: 50px;
height: 50px;
top: 0
}
#wcpr-swipebox-arrows {
display: block;
margin: 0 auto;
width: 100%;
height: 50px
}
#wcpr-swipebox-prev {
background-position: -32px 13px;
float: left
}
#wcpr-swipebox-next {
background-position: -78px 13px;
float: right
}
#wcpr-swipebox-close {
top: 0;
right: 0;
position: absolute;
z-index: 9999;
background-position: 15px 12px
}
.wcpr-swipebox-no-close-button #wcpr-swipebox-close {
display: none
}
#wcpr-swipebox-next.disabled, #wcpr-swipebox-prev.disabled {
opacity: .3
}
.wcpr-swipebox-no-touch #wcpr-swipebox-overlay.rightSpring #wcpr-swipebox-slider {
-webkit-animation: rightSpring .3s;
animation: rightSpring .3s
}
.wcpr-swipebox-no-touch #wcpr-swipebox-overlay.leftSpring #wcpr-swipebox-slider {
-webkit-animation: leftSpring .3s;
animation: leftSpring .3s
}
.wcpr-swipebox-touch #wcpr-swipebox-container:after, .wcpr-swipebox-touch #wcpr-swipebox-container:before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .3s ease;
transition: all .3s ease;
content: ' ';
position: absolute;
z-index: 999;
top: 0;
height: 100%;
width: 20px;
opacity: 0
}
.wcpr-swipebox-touch #wcpr-swipebox-container:before {
left: 0;
-webkit-box-shadow: inset 10px 0 10px -8px #656565;
box-shadow: inset 10px 0 10px -8px #656565
}
.wcpr-swipebox-touch #wcpr-swipebox-container:after {
right: 0;
-webkit-box-shadow: inset -10px 0 10px -8px #656565;
box-shadow: inset -10px 0 10px -8px #656565
}
.wcpr-swipebox-touch #wcpr-swipebox-overlay.leftSpringTouch #wcpr-swipebox-container:before, .wcpr-swipebox-touch #wcpr-swipebox-overlay.rightSpringTouch #wcpr-swipebox-container:after {
opacity: 1
}
@-webkit-keyframes rightSpring {
0% {
left: 0
}
50% {
left: -30px
}
100% {
left: 0
}
}
@keyframes rightSpring {
0% {
left: 0
}
50% {
left: -30px
}
100% {
left: 0
}
}
@-webkit-keyframes leftSpring {
0% {
left: 0
}
50% {
left: 30px
}
100% {
left: 0
}
}
@keyframes leftSpring {
0% {
left: 0
}
50% {
left: 30px
}
100% {
left: 0
}
}
@media screen and (min-width: 800px) {
#wcpr-swipebox-close {
right: 10px
}
#wcpr-swipebox-arrows {
width: 92%;
max-width: 800px
}
}
#wcpr-swipebox-overlay {
background: #0d0d0d
}
#wcpr-swipebox-bottom-bar, #wcpr-swipebox-top-bar {
text-shadow: 1px 1px 1px #000;
background: #000;
opacity: .95
}
#wcpr-swipebox-top-bar {
color: #fff !important;
font-size: 15px;
line-height: 43px;
font-family: Helvetica, Arial, sans-serif
}@font-face {
font-family: "woocommerce-photo-reviews";
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.eot);
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.eot?#iefix) format("embedded-opentype"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.woff) format("woff"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.ttf) format("truetype"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.svg) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'star';
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.eot);
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.eot?#iefix) format('embedded-opentype'),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.woff) format('woff'),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.ttf) format('truetype'),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.svg#star) format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "woocommerce-photo-reviews";
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/woocommerce-photo-reviews.svg) format("svg");
}
@font-face {
font-family: 'star';
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/star.svg) format("svg");
}
}
.shortcode-wcpr-grid {
-webkit-column-gap: 10px; -moz-column-gap: 10px; column-gap: 20px;
margin-bottom: 20px;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-webkit-font-smoothing: antialiased !important;
font-smoothing: antialiased !important;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
}
.shortcode-wcpr-read-more {
cursor: pointer;
font-style: italic;
padding: 0 2px;
}
.shortcode-wcpr-modal-wrap .shortcode-wcpr-review-content-short,
.shortcode-wcpr-grid .shortcode-wcpr-review-content-full {
display: none;
}
.shortcode-wcpr-enable-box-shadow .shortcode-wcpr-grid-item {
box-shadow: 3px 4px 8px rgba(0, 0, 0, .2);
transition: box-shadow 200ms ease;
}
.shortcode-wcpr-enable-box-shadow.shortcode-wcpr-fix-box-shadow .shortcode-wcpr-grid-item {
transform: translateZ(0);
}
.shortcode-wcpr-enable-box-shadow .shortcode-wcpr-grid-item:hover {
box-shadow: 3px 4px 15px rgba(0, 0, 0, .4);
}
.shortcode-wcpr-modal-light-box,
.shortcode-wcpr-modal-light-box *,
.shortcode-wcpr-grid * {
box-sizing: border-box !important;
}
.shortcode-wcpr-grid.shortcode-wcpr-masonry-2-col {
-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
}
.shortcode-wcpr-grid.shortcode-wcpr-masonry-3-col {
-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
}
.shortcode-wcpr-grid.shortcode-wcpr-masonry-4-col {
-webkit-column-count: 4; -moz-column-count: 4; column-count: 4;
}
.shortcode-wcpr-grid.shortcode-wcpr-masonry-5-col {
-webkit-column-count: 5; -moz-column-count: 5; column-count: 5;
}
.shortcode-wcpr-grid-item {
-webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; background-color: #ffffff;
margin-bottom: 20px;
padding-bottom: 5px;
overflow: hidden;
border-radius: 2px;
color: #000000;
font-size: 14px;
}
.woocommerce-photo-reviews-shortcode.woocommerce-photo-reviews-shortcode-popup-image .shortcode-reviews-images,
.woocommerce-photo-reviews-shortcode.woocommerce-photo-reviews-shortcode-popup-review .shortcode-wcpr-grid-item {
cursor: zoom-in;
}
.shortcode-wcpr-grid-item:last-child {
display: inline-block;
width: 100%;
}
.shortcode-wcpr-content:first-child {
margin-top: 0;
}
.shortcode-wcpr-comment-author {
margin: 0;
padding: 5px 0 0;
font-weight: 700;
}
.shortcode-wcpr-modal-wrap .shortcode-wcpr-comment-author {
margin: 0 0 5px;
}
.shortcode-wcpr-comment-author:not(.shortcode-wcpr-comment-author-with-country):before {
content: "\f104";
font-family: "woocommerce-photo-reviews";
padding: 0 5px 0 0;
}
.shortcode-wcpr-grid .shortcode-wcpr-grid-item .shortcode-wcpr-content .shortcode-review-content-container .star-rating,
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating {
font-size: 15px;
margin: 0 0 5px;
width: 5.5em;
text-align: left;
display: block;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
letter-spacing: 0;
font-family: "star" !important;
float: left;
padding-top: 1.5em;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating:before,
.shortcode-wcpr-stars-count .star-rating:before,
.shortcode-wcpr-content .star-rating:before,
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating span:before,
.shortcode-wcpr-stars-count .star-rating span:before,
.shortcode-wcpr-content .star-rating span:before,
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating span,
.shortcode-wcpr-stars-count .star-rating span,
.shortcode-wcpr-content .star-rating span {
font-family: "star" !important;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating:before,
.shortcode-wcpr-stars-count .star-rating:before,
.shortcode-wcpr-content .star-rating:before {
color: #ffb600;
content: "\53\53\53\53\53";
opacity: .3;
float: left;
top: 0;
left: 0;
position: absolute;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating span:before,
.shortcode-wcpr-stars-count .star-rating span:before,
.shortcode-wcpr-content .star-rating span:before {
backface-visibility: visible;
color: #ffb600;
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
font-size: 14px;
}
.shortcode-wcpr-content .star-rating span {
height: 22px;
}
.shortcode-wcpr-stars-count .star-rating:before,
.shortcode-wcpr-content .shortcode-review-content-container .star-rating:before,
.shortcode-wcpr-stars-count .star-rating span:before,
.shortcode-wcpr-content .shortcode-review-content-container .star-rating span:before {
color: #ffb600;
}
.shortcode-wcpr-content .shortcode-review-content-container .star-rating:before,
.shortcode-wcpr-stars-count .star-rating:before,
.shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating:before {
opacity: 0.3 !important;
}
.shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating:before,
.shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating span:before {
color: #ffb600;
}
.rtl .shortcode-wcpr-grid .shortcode-wcpr-grid-item .shortcode-wcpr-content .shortcode-review-content-container .star-rating,
.rtl .shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating {
float: right;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating,
.shortcode-wcpr-grid .shortcode-wcpr-grid-item .shortcode-wcpr-content .shortcode-review-content-container .star-rating {
font-size: 14px;
margin: 5px 0;
width: 5.5em;
float: left;
letter-spacing: 1px;
}
.shortcode-wcpr-comment-author .shortcode-wcpr-icon-badge {
color: #B1E335;
}
.shortcode-wcpr-comment-author .shortcode-wcpr-icon-badge:before {
font-family: "woocommerce-photo-reviews" !important;
content: "\f10a" !important;
font-style: normal !important;
}
.shortcode-wcpr-review-title {
font-weight: 600;
}
.shortcode-wcpr-content .shortcode-review-content-container .shortcode-wcpr-review-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.shortcode-wcpr-review-country {
display: inline-block;
font-size: 12px;
padding-right: 2px;
margin: 0;
}
.shortcode-wcpr-review-content {
width: 100%;
display: inline-block;
font-size: 14px;
font-weight: 300;
line-height: 1.5;
}
.shortcode-wcpr-content .shortcode-review-content-container .shortcode-wcpr-review-content {
overflow: hidden;
}
.shortcode-reviews-images-wrap-left {
display: none;
width: 30px;
height: 140px;
margin: 0;
float: left;
padding: 5px 0;
}
#shortcode-reviews-content-left, #shortcode-reviews-content-right {
position: relative;
z-index: 9920;
max-height: 500px;
display: flex;
}
.shortcode-reviews-images-wrap-right {
width: 100%;
max-height: unset;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.shortcode-reviews-images-wrap-right .shortcode-reviews-images {
width: 100%;
}
.shortcode-reviews-images-container {
width: 100%;
display: block;
padding: 0;
position: relative;
}
.shortcode-reviews-images-container .shortcode-images-qty {
text-align: center;
background-color: #212121;
color: white;
position: absolute;
bottom: 6px;
right: 6px;
font-size: 14px;
width: 24px;
height: 24px;
line-height: 24px;
border-radius: 50%;
}
.shortcode-review-content-container {
width: 100%;
margin: 0 auto;
padding: 0 15px 0 15px;
display: block;
}
.shortcode-reviews-images {
border-radius: 2px 2px 0 0;
margin: 0 auto;
display: block;
}
.shortcode-wcpr-modal-light-box {
display: none;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9911;
transform: translate3d(0, 0, 0);
}
.shortcode-wcpr-modal-light-box-wrapper {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 99999;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9915;
background-color: rgba(55, 55, 55, 0.9);
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-close {
position: absolute;
top: -50px;
right: -50px;
font-size: 35px;
cursor: pointer;
color: #fff;
transition: 0.3s ease;
line-height: 35px;
padding: 5px;
z-index: 9922;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-close:before {
font-family: "woocommerce-photo-reviews";
content: "\f101";
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-close:hover,
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-close:focus {
background: rgba(255, 255, 255, 0.2);
} .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-prev,
.shortcode-wcpr-modal-wrap-container .shortcode-wcpr-next {
cursor: pointer;
position: absolute;
top: 45%;
width: auto;
padding: 22px 7px;
margin-top: -50px;
color: #fff;
font-size: 35px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
z-index: 9922;
} .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-next {
right: -49px;
border-radius: 3px 0 0 3px;
}
.shortcode-wcpr-modal-wrap-container .shortcode-wcpr-next:before {
font-family: "woocommerce-photo-reviews";
content: "\f105";
}
.shortcode-wcpr-modal-wrap-container .shortcode-wcpr-prev {
left: -49px;
border-radius: 3px 0 0 3px;
}
.shortcode-wcpr-modal-wrap-container .shortcode-wcpr-prev:before {
font-family: "woocommerce-photo-reviews";
content: "\f106";
} .shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-prev:hover,
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-next:hover {
background: rgba(255, 255, 255, 0.2);
}
.rtl .shortcode-wcpr-modal-wrap {
text-align: right;
}
.shortcode-wcpr-modal-wrap {
max-width: 1000px;
vertical-align: middle;
z-index: 9999;
position: relative;
display: flex;
width: 100%;
box-sizing: border-box;
text-align: left;
border-radius: 2px;
font-size: 0;
line-height: 1.5;
background-color: #fefefe;
min-height: 100px;
}
#shortcode-reviews-content-left {
height: auto;
text-align: center;
box-sizing: border-box;
margin: auto;
padding: 0;
vertical-align: middle;
border-radius: 2px 0 0 2px;
width: 50%;
position: relative;
flex-direction: column;
}
#shortcode-reviews-content-left #shortcode-reviews-content-left-modal {
width: 100%;
flex-direction: row;
display: flex;
font-size: 0;
text-align: center;
align-items: center;
justify-content: space-evenly;
padding: 4px;
}
#shortcode-reviews-content-left #shortcode-reviews-content-left-modal .shortcode-reviews-images-wrap {
display: flex;
width: 36px;
max-height: 36px;
box-sizing: border-box;
padding: 0;
overflow: hidden;
align-items: center;
border: 1px solid;
}
.shortcode-wcpr-modal-light-box.shortcode-wcpr-no-images #shortcode-reviews-content-right {
width: 100%;
}
.shortcode-wcpr-modal-light-box.shortcode-wcpr-no-images #shortcode-reviews-content-left {
display: none;
}
#shortcode-reviews-content-left-main {
max-height: 500px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.shortcode-reviews-images-wrap-right .shortcode-wcpr-review-image-caption,
#shortcode-reviews-content-left-main .shortcode-wcpr-review-image-container .shortcode-wcpr-review-image-caption {
position: absolute;
width: 100%;
bottom: 0;
text-align: center;
}
#shortcode-reviews-content-left-main .shortcode-wcpr-review-image-container {
position: relative;
}
#shortcode-reviews-content-left-main .shortcode-reviews-images {
max-height: 450px;
cursor: zoom-in;
}
#shortcode-reviews-content-right {
margin: 0;
width: 45%;
height: auto;
border-radius: 0 2px 2px 0;
vertical-align: top;
padding: 0;
font-size: 14px;
color: #000000;
flex-wrap: wrap;
background-color: inherit;
}
#shortcode-reviews-content-right .shortcode-reviews-content-right-meta {
margin: 0 30px 20px 30px;
width: 100%;
height: auto;
border-radius: 2px;
display: inline-block;
background-color: inherit;
}
.shortcode-reviews-content-right-meta .shortcode-review-content-container-top {
background-color: inherit;
position: sticky;
top: 0;
padding-top: 20px;
margin: 0;
z-index: 1;
}
.shortcode-wcpr-comment-author .woocommerce-review__verified:after {
margin-left: 5px;
}
@media (min-width: 600px) {
#shortcode-reviews-content-right {
overflow: auto;
}
}
@media (max-width: 1080px) {
.shortcode-wcpr-grid.shortcode-wcpr-masonry-5-col {
column-count: 4;
}
}
@media (max-width: 880px) {
.shortcode-wcpr-grid, .shortcode-wcpr-grid.shortcode-wcpr-masonry-5-col {
column-count: 3;
}
}
@media (max-width: 680px) {
.shortcode-wcpr-grid, .shortcode-wcpr-grid.shortcode-wcpr-masonry-3-col, .shortcode-wcpr-grid.shortcode-wcpr-masonry-4-col, .shortcode-wcpr-grid.shortcode-wcpr-masonry-5-col {
column-count: 2;
}
}
@media (max-width: 600px) {
.shortcode-wcpr-modal-light-box-wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.shortcode-wcpr-modal-light-box-wrapper:before {
height: 0 !important;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap #shortcode-reviews-content-right {
width: 100%;
max-height: unset;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap #shortcode-reviews-content-left #shortcode-reviews-content-left-modal .shortcode-reviews-images-wrap {
margin: 0;
width: 36px;
height: 36px;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap #shortcode-reviews-content-left #shortcode-reviews-content-left-modal {
position: unset;
width: 100%;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: row;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap #shortcode-reviews-content-left #shortcode-reviews-content-left-main {
width: 100% !important;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-close {
top: -40px;
right: -35px;
font-size: 25px;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap #shortcode-reviews-content-left {
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 0 !important;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap {
display: flex;
flex-wrap: wrap;
overflow: auto;
}
.wcpr-review-rating .wcpr-review-date,
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap .shortcode-wcpr-modal-content .star-rating,
.shortcode-wcpr-grid .shortcode-wcpr-grid-item .shortcode-wcpr-content .shortcode-review-content-container .star-rating {
margin: 2px 0;
}
.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-close {
right: -20px;
}
#shortcode-reviews-content-right .shortcode-wcpr-single-product-summary,
#shortcode-reviews-content-right .shortcode-reviews-content-right-meta {
margin: 0 20px 20px 20px;
}
html.shortcode-wcpr-noscroll {
overflow-y: hidden !important;
}
html.shortcode-wcpr-noscroll body {
position: fixed;
overflow-y: hidden;
width: 100%;
} .shortcode-wcpr-full-screen-mobile.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper .shortcode-wcpr-modal-wrap {
border-radius: 0;
}
.shortcode-wcpr-full-screen-mobile.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-light-box-wrapper {
align-items: baseline !important;
}
.shortcode-wcpr-full-screen-mobile.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container {
width: 100% !important;
height: calc(100% - 58px) !important;
max-height: unset !important;
}
.shortcode-wcpr-full-screen-mobile.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-close {
position: fixed !important;
bottom: 0;
left: 50%;
transform: translateX(-50%);
right: unset !important;
top: unset !important;
background: black;
border-radius: 0;
width: 58px !important;
height: 58px !important;
line-height: 58px !important;
display: flex !important;
justify-content: center;
align-items: center;
}
.shortcode-wcpr-full-screen-mobile.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-prev, .shortcode-wcpr-full-screen-mobile.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-next {
height: 58px;
background: rgba(255, 255, 2555, 0.6);
width: calc(50% - 29px) !important;
padding: 0 !important;
border-radius: 0 !important;
position: fixed !important;
}
.shortcode-wcpr-full-screen-mobile.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-prev {
bottom: 0;
top: unset !important;
left: 0 !important;
}
.shortcode-wcpr-full-screen-mobile.shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container .shortcode-wcpr-next {
bottom: 0;
right: 0 !important;
top: unset !important;
}
}
.shortcode-wcpr-single-product-summary form table tr td {
background-color: unset;
}
.shortcode-wcpr-single-product-summary .cart .quantity {
float: left;
margin-right: .875em;
}
#reviews #comments .comment-text .meta .woocommerce-review__verified {
font-size: 0;
}
.shortcode-wcpr-html {
overflow: hidden;
} html.shortcode-wcpr-noscroll {
position: fixed;
overflow-y: scroll;
width: 100%;
} .shortcode-wcpr-modal-light-box .shortcode-wcpr-modal-wrap-container {
display: flex;
justify-content: center;
position: relative;
max-width: 1000px;
max-height: 80%;
width: 80%;
}
.shortcode-wcpr-modal-light-box.shortcode-wcpr-no-images .shortcode-wcpr-modal-wrap-container {
max-width: 500px;
} .shortcode-wcpr-single-product-summary {
display: block;
margin: 0 30px;
width: 100%;
padding: 20px 0;
}
.shortcode-wcpr-modal-content .shortcode-wcpr-single-product-summary .shortcode-wcpr-single-product-summary-meta {
margin: 15px 0;
}
.shortcode-wcpr-modal-content .shortcode-wcpr-single-product-summary .shortcode-wcpr-single-product-summary-content {
display: table;
}
.shortcode-wcpr-modal-content .shortcode-wcpr-single-product-summary .shortcode-wcpr-single-product-summary-content .shortcode-wcpr-single-product-summary-image {
width: 80px;
height: 80px;
display: table-cell;
padding-right: 10px;
vertical-align: middle;
}
.shortcode-wcpr-single-product-summary .shortcode-wcpr-single-product-summary-content .shortcode-wcpr-single-product-summary-meta a:hover {
text-decoration: underline !important;
}
.shortcode-wcpr-single-product-summary .shortcode-wcpr-single-product-summary-content .shortcode-wcpr-single-product-summary-meta a {
text-decoration: none;
font-weight: 300;
}
.shortcode-wcpr-single-product-summary .shortcode-wcpr-single-product-summary-meta-shop .add_to_cart_inline {
padding: 0 !important;
border: none !important;
margin: 5px 0 !important;
}
.shortcode-wcpr-single-product-summary .shortcode-wcpr-single-product-summary-meta-shop .cart .single_add_to_cart_button {
margin-left: 0;
}
.shortcode-wcpr-single-product-summary .shortcode-wcpr-single-product-summary-content .shortcode-wcpr-single-product-summary-meta {
display: inline-block;
}
.shortcode-wcpr-single-product-summary .shortcode-wcpr-single-product-summary-meta-price {
clear: both;
}
.shortcode-wcpr-single-product-summary .shortcode-wcpr-single-product-summary-meta-title span {
font-size: 16px;
font-weight: 300;
} span.wcpr-comment-child-author-name {
font-weight: 600;
}
.wcpr-comment-children {
border-top: 1px solid rgba(1, 1, 1, .1);
margin-top: 10px;
padding: 5px 0;
}
.shortcode-wcpr-grid-item .wcpr-comment-child-content {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-align: justify;
}
.wcpr-review-rating {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
line-height: 1em;
padding: 0;
}
.wcpr-review-date {
font-style: italic;
font-size: .8em;
margin: 5px 0;
} .variations_form .variations .selected-variation .label span > span:after {
display: none;
}@font-face {
font-family: "wcpr_rotate";
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/rotate.eot);
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/rotate.eot?#iefix) format("embedded-opentype"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/rotate.woff) format("woff"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/rotate.ttf) format("truetype"),
url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/rotate.svg#rotate) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "rotate";
src: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/fonts/rotate.svg#rotate) format("svg");
}
}
[class^="wcpr_rotate-"]:before, [class*=" wcpr_rotate-"]:before,
[class^="wcpr_rotate-"]:after, [class*=" wcpr_rotate-"]:after {
font-family: wcpr_rotate;
font-style: normal;
margin: 0;
}
.wcpr_rotate-rotate-left-circular-arrow-interface-symbol:before {
content: "\f100";
}
.wcpr_rotate-rotating-arrow-to-the-right:before {
content: "\f101";
}.wcpr-filter-container .wcpr-filter-overlay:before {
content: url(//shoppinggalore9123.com.au/wp-content/plugins/woocommerce-photo-reviews/images/loading-2.gif);
width: 64px;
height: 64px;
font-size: 15px;
position: absolute;
left: 50%;
top: 50%;
opacity: 1;
transform: translate(-50%, -50%) scale3d(0.5, 0.5, 0.5);
} .kt-reviews-image-container {
height: auto;
width: 100%;
overflow: hidden;
margin: auto;
margin-bottom: 20px;
max-width: 600px;
}
.wcpr-review-title {
font-weight: 600;
}
.wcpr-review-country {
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
padding: 3px 0;
}
.kt-reviews-image-container .kt-wc-reviews-images {
margin-left: 5px;
margin-bottom: 0;
display: block;
float: none;
}
.kt-reviews-image-container img {
display: block;
border-radius: 3px;
max-height: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);
cursor: zoom-in;
}
.kt-wc-reviews-images-wrap-wrap {
display: flex;
justify-content: center;
}
.big-review-images {
width: 100%;
padding: 36px;
position: relative;
display: none;
clear: both;
float: left;
height: auto;
max-height: 600px;
border: 1px solid rgba(1, 1, 1, .1);
align-items: center;
justify-content: center;
margin-top: 20px;
overflow: hidden;
}
.big-review-images .big-review-images-content {
display: flex;
justify-content: center;
align-items: center;
}
.big-review-images .wcpr-close-normal {
background-color: white;
padding: 3px;
margin: 0;
display: block;
position: absolute;
top: 0;
right: 0;
text-align: center;
font-size: 30px;
font-weight: bold;
cursor: pointer;
color: #000;
transition: 0.3s ease;
line-height: 1;
}
.big-review-images .wcpr-close-normal:before {
font-family: "woocommerce-photo-reviews";
content: "\f101";
}
.big-review-images .wcpr-next-normal:before {
font-family: "woocommerce-photo-reviews";
content: "\f105";
}
.big-review-images .wcpr-prev-normal:before {
font-family: "woocommerce-photo-reviews";
content: "\f106";
}
.big-review-images a {
text-decoration: none;
}
.reviews-images-item {
margin: 2px;
padding: 0;
float: left;
border-radius: 3px;
}
.kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap .reviews-images-item .review-images {
float: left !important;
height: 48px !important;
width: auto !important;
border-radius: 3px;
}
.reviews-images-item:hover {
cursor: zoom-in;
}
.wcpr-prev-normal,
.wcpr-next-normal {
cursor: pointer;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: auto;
font-weight: bold;
transition: 0.3s ease;
border-radius: 0;
user-select: none;
-webkit-user-select: none;
padding: 22px 0;
margin: 0;
color: #000;
font-size: 35px;
} .wcpr-next-normal {
right: 0;
}
.wcpr-prev-normal {
left: 0;
} .wcpr-prev-normal:hover,
.wcpr-next-normal:hover {
background-color: rgba(1, 1, 1, 0.1);
}
.big-review-images .wcpr-close-normal:hover,
.big-review-images .wcpr-close-normal:focus {
text-decoration: none;
cursor: pointer;
background: rgba(1, 1, 1, .1);
}
.active-image {
border: 1px solid #ff5b7e;
}
.reviews-images-item.active-image {
cursor: zoom-out;
} .kt-reviews-image-container .wcpr-rotate .wcpr-rotate-left:hover,
.kt-reviews-image-container .wcpr-rotate .wcpr-rotate-right:hover {
opacity: .7;
}
.kt-reviews-image-container .wcpr-rotate .wcpr-rotate-left,
.kt-reviews-image-container .wcpr-rotate .wcpr-rotate-right {
display: inline-block;
font-size: 18px;
cursor: pointer;
}
.kt-reviews-image-container .wcpr-rotate {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 50px;
display: flex;
justify-content: space-around;
}
.kt-reviews-image-container .big-review-images-content-container .wcpr-review-image-caption {
position: absolute;
width: 100%;
bottom: 0;
text-align: center;
}
.kt-reviews-image-container .big-review-images-content-container {
position: relative;
}
@media (max-width: 480px) {
.big-review-images {
padding: 28px;
}
.big-review-images .wcpr-close-normal {
padding: 4px;
font-size: 20px;
}
}.woocommerce-photo-reviews-rating-html-shortcode {
display: flex;
align-items: center;
}