@charset "UTF-8";
span.eeb-nodis { 
display:none !important; 
}
span.eeb-rtl { 
unicode-bidi:bidi-override !important; 
direction:rtl !important; 
display:inline !important; 
}
span.eeb-rtl span.eeb-sd, span.eeb-nrtl span.eeb-sd{
display:inline !important;
padding-left:0 !important;
}
span.eeb-nrtl { 
word-break: break-all !important;
}
.eeb-encoded { 
position:relative; 
margin-top:-0.3em; 
z-index:1000; 
color:green; 
}

body {
-webkit-backface-visibility: hidden
}
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both
}
.animated.hinge {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s
}
@-webkit-keyframes flash {
0%,
50%,
100% {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
@-moz-keyframes flash {
0%,
50%,
100% {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
@-o-keyframes flash {
0%,
50%,
100% {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
@keyframes flash {
0%,
50%,
100% {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
.flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
-o-animation-name: flash;
animation-name: flash
}
@-webkit-keyframes shake {
0%,
100% {
-webkit-transform: translateX(0)
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translateX(-10px)
}
20%,
40%,
60%,
80% {
-webkit-transform: translateX(10px)
}
}
@-moz-keyframes shake {
0%,
100% {
-moz-transform: translateX(0)
}
10%,
30%,
50%,
70%,
90% {
-moz-transform: translateX(-10px)
}
20%,
40%,
60%,
80% {
-moz-transform: translateX(10px)
}
}
@-o-keyframes shake {
0%,
100% {
-o-transform: translateX(0)
}
10%,
30%,
50%,
70%,
90% {
-o-transform: translateX(-10px)
}
20%,
40%,
60%,
80% {
-o-transform: translateX(10px)
}
}
@keyframes shake {
0%,
100% {
transform: translateX(0)
}
10%,
30%,
50%,
70%,
90% {
transform: translateX(-10px)
}
20%,
40%,
60%,
80% {
transform: translateX(10px)
}
}
.shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake
}
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0)
}
40% {
-webkit-transform: translateY(-30px)
}
60% {
-webkit-transform: translateY(-15px)
}
}
@-moz-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-moz-transform: translateY(0)
}
40% {
-moz-transform: translateY(-30px)
}
60% {
-moz-transform: translateY(-15px)
}
}
@-o-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-o-transform: translateY(0)
}
40% {
-o-transform: translateY(-30px)
}
60% {
-o-transform: translateY(-15px)
}
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0)
}
40% {
transform: translateY(-30px)
}
60% {
transform: translateY(-15px)
}
}
.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1)
}
10%,
20% {
-webkit-transform: scale(0.9) rotate(-3deg)
}
30%,
50%,
70%,
90% {
-webkit-transform: scale(1.1) rotate(3deg)
}
40%,
60%,
80% {
-webkit-transform: scale(1.1) rotate(-3deg)
}
100% {
-webkit-transform: scale(1) rotate(0)
}
}
@-moz-keyframes tada {
0% {
-moz-transform: scale(1)
}
10%,
20% {
-moz-transform: scale(0.9) rotate(-3deg)
}
30%,
50%,
70%,
90% {
-moz-transform: scale(1.1) rotate(3deg)
}
40%,
60%,
80% {
-moz-transform: scale(1.1) rotate(-3deg)
}
100% {
-moz-transform: scale(1) rotate(0)
}
}
@-o-keyframes tada {
0% {
-o-transform: scale(1)
}
10%,
20% {
-o-transform: scale(0.9) rotate(-3deg)
}
30%,
50%,
70%,
90% {
-o-transform: scale(1.1) rotate(3deg)
}
40%,
60%,
80% {
-o-transform: scale(1.1) rotate(-3deg)
}
100% {
-o-transform: scale(1) rotate(0)
}
}
@keyframes tada {
0% {
transform: scale(1)
}
10%,
20% {
transform: scale(0.9) rotate(-3deg)
}
30%,
50%,
70%,
90% {
transform: scale(1.1) rotate(3deg)
}
40%,
60%,
80% {
transform: scale(1.1) rotate(-3deg)
}
100% {
transform: scale(1) rotate(0)
}
}
.tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
-o-animation-name: tada;
animation-name: tada
}
@-webkit-keyframes swing {
20%,
40%,
60%,
80%,
100% {
-webkit-transform-origin: top center
}
20% {
-webkit-transform: rotate(15deg)
}
40% {
-webkit-transform: rotate(-10deg)
}
60% {
-webkit-transform: rotate(5deg)
}
80% {
-webkit-transform: rotate(-5deg)
}
100% {
-webkit-transform: rotate(0deg)
}
}
@-moz-keyframes swing {
20% {
-moz-transform: rotate(15deg)
}
40% {
-moz-transform: rotate(-10deg)
}
60% {
-moz-transform: rotate(5deg)
}
80% {
-moz-transform: rotate(-5deg)
}
100% {
-moz-transform: rotate(0deg)
}
}
@-o-keyframes swing {
20% {
-o-transform: rotate(15deg)
}
40% {
-o-transform: rotate(-10deg)
}
60% {
-o-transform: rotate(5deg)
}
80% {
-o-transform: rotate(-5deg)
}
100% {
-o-transform: rotate(0deg)
}
}
@keyframes swing {
20% {
transform: rotate(15deg)
}
40% {
transform: rotate(-10deg)
}
60% {
transform: rotate(5deg)
}
80% {
transform: rotate(-5deg)
}
100% {
transform: rotate(0deg)
}
}
.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
-moz-animation-name: swing;
-o-animation-name: swing;
animation-name: swing
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%)
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg)
}
30% {
-webkit-transform: translateX(20%) rotate(3deg)
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg)
}
60% {
-webkit-transform: translateX(10%) rotate(2deg)
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg)
}
100% {
-webkit-transform: translateX(0%)
}
}
@-moz-keyframes wobble {
0% {
-moz-transform: translateX(0%)
}
15% {
-moz-transform: translateX(-25%) rotate(-5deg)
}
30% {
-moz-transform: translateX(20%) rotate(3deg)
}
45% {
-moz-transform: translateX(-15%) rotate(-3deg)
}
60% {
-moz-transform: translateX(10%) rotate(2deg)
}
75% {
-moz-transform: translateX(-5%) rotate(-1deg)
}
100% {
-moz-transform: translateX(0%)
}
}
@-o-keyframes wobble {
0% {
-o-transform: translateX(0%)
}
15% {
-o-transform: translateX(-25%) rotate(-5deg)
}
30% {
-o-transform: translateX(20%) rotate(3deg)
}
45% {
-o-transform: translateX(-15%) rotate(-3deg)
}
60% {
-o-transform: translateX(10%) rotate(2deg)
}
75% {
-o-transform: translateX(-5%) rotate(-1deg)
}
100% {
-o-transform: translateX(0%)
}
}
@keyframes wobble {
0% {
transform: translateX(0%)
}
15% {
transform: translateX(-25%) rotate(-5deg)
}
30% {
transform: translateX(20%) rotate(3deg)
}
45% {
transform: translateX(-15%) rotate(-3deg)
}
60% {
transform: translateX(10%) rotate(2deg)
}
75% {
transform: translateX(-5%) rotate(-1deg)
}
100% {
transform: translateX(0%)
}
}
.wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
-o-animation-name: wobble;
animation-name: wobble
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1)
}
50% {
-webkit-transform: scale(1.1)
}
100% {
-webkit-transform: scale(1)
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1)
}
50% {
-moz-transform: scale(1.1)
}
100% {
-moz-transform: scale(1)
}
}
@-o-keyframes pulse {
0% {
-o-transform: scale(1)
}
50% {
-o-transform: scale(1.1)
}
100% {
-o-transform: scale(1)
}
}
@keyframes pulse {
0% {
transform: scale(1)
}
50% {
transform: scale(1.1)
}
100% {
transform: scale(1)
}
}
.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(0);
-webkit-animation-timing-function: ease-out
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-webkit-animation-timing-function: ease-out
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in
}
80% {
-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in
}
100% {
-webkit-transform: perspective(400px) scale(1);
-webkit-animation-timing-function: ease-in
}
}
@-moz-keyframes flip {
0% {
-moz-transform: perspective(400px) rotateY(0);
-moz-animation-timing-function: ease-out
}
40% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-moz-animation-timing-function: ease-out
}
50% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function: ease-in
}
80% {
-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
-moz-animation-timing-function: ease-in
}
100% {
-moz-transform: perspective(400px) scale(1);
-moz-animation-timing-function: ease-in
}
}
@-o-keyframes flip {
0% {
-o-transform: perspective(400px) rotateY(0);
-o-animation-timing-function: ease-out
}
40% {
-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
-o-animation-timing-function: ease-out
}
50% {
-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function: ease-in
}
80% {
-o-transform: perspective(400px) rotateY(360deg) scale(.95);
-o-animation-timing-function: ease-in
}
100% {
-o-transform: perspective(400px) scale(1);
-o-animation-timing-function: ease-in
}
}
@keyframes flip {
0% {
transform: perspective(400px) rotateY(0);
animation-timing-function: ease-out
}
40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg);
animation-timing-function: ease-out
}
50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in
}
80% {
transform: perspective(400px) rotateY(360deg) scale(.95);
animation-timing-function: ease-in
}
100% {
transform: perspective(400px) scale(1);
animation-timing-function: ease-in
}
}
.flip {
-webkit-backface-visibility: visible!important;
-webkit-animation-name: flip;
-moz-backface-visibility: visible!important;
-moz-animation-name: flip;
-o-backface-visibility: visible!important;
-o-animation-name: flip;
backface-visibility: visible!important;
animation-name: flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1
}
}
@-moz-keyframes flipInX {
0% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0
}
40% {
-moz-transform: perspective(400px) rotateX(-10deg)
}
70% {
-moz-transform: perspective(400px) rotateX(10deg)
}
100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1
}
}
@-o-keyframes flipInX {
0% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0
}
40% {
-o-transform: perspective(400px) rotateX(-10deg)
}
70% {
-o-transform: perspective(400px) rotateX(10deg)
}
100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1
}
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
40% {
transform: perspective(400px) rotateX(-10deg)
}
70% {
transform: perspective(400px) rotateX(10deg)
}
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1
}
}
.flipInX {
-webkit-backface-visibility: visible!important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible!important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible!important;
-o-animation-name: flipInX;
backface-visibility: visible!important;
animation-name: flipInX
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}
@-moz-keyframes flipOutX {
0% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1
}
100% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}
@-o-keyframes flipOutX {
0% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1
}
100% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}
@keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1
}
100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
-webkit-backface-visibility: visible!important;
-moz-animation-name: flipOutX;
-moz-backface-visibility: visible!important;
-o-animation-name: flipOutX;
-o-backface-visibility: visible!important;
animation-name: flipOutX;
backface-visibility: visible!important
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg)
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg)
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1
}
}
@-moz-keyframes flipInY {
0% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0
}
40% {
-moz-transform: perspective(400px) rotateY(-10deg)
}
70% {
-moz-transform: perspective(400px) rotateY(10deg)
}
100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1
}
}
@-o-keyframes flipInY {
0% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0
}
40% {
-o-transform: perspective(400px) rotateY(-10deg)
}
70% {
-o-transform: perspective(400px) rotateY(10deg)
}
100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1
}
}
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
40% {
transform: perspective(400px) rotateY(-10deg)
}
70% {
transform: perspective(400px) rotateY(10deg)
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1
}
}
.flipInY {
-webkit-backface-visibility: visible!important;
-webkit-animation-name: flipInY;
-moz-backface-visibility: visible!important;
-moz-animation-name: flipInY;
-o-backface-visibility: visible!important;
-o-animation-name: flipInY;
backface-visibility: visible!important;
animation-name: flipInY
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}
@-moz-keyframes flipOutY {
0% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1
}
100% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}
@-o-keyframes flipOutY {
0% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1
}
100% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}
@keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1
}
100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0
}
}
.flipOutY {
-webkit-backface-visibility: visible!important;
-webkit-animation-name: flipOutY;
-moz-backface-visibility: visible!important;
-moz-animation-name: flipOutY;
-o-backface-visibility: visible!important;
-o-animation-name: flipOutY;
backface-visibility: visible!important;
animation-name: flipOutY
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px)
}
100% {
opacity: 1;
-moz-transform: translateY(0)
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px)
}
100% {
opacity: 1;
-o-transform: translateY(0)
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px)
}
100% {
opacity: 1;
-moz-transform: translateY(0)
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px)
}
100% {
opacity: 1;
-o-transform: translateY(0)
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px)
}
100% {
opacity: 1;
-moz-transform: translateX(0)
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px)
}
100% {
opacity: 1;
-o-transform: translateX(0)
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px)
}
100% {
opacity: 1;
transform: translateX(0)
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px)
}
100% {
opacity: 1;
-moz-transform: translateX(0)
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px)
}
100% {
opacity: 1;
-o-transform: translateX(0)
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px)
}
100% {
opacity: 1;
transform: translateX(0)
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
-moz-transform: translateY(2000px)
}
100% {
opacity: 1;
-moz-transform: translateY(0)
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity: 0;
-o-transform: translateY(2000px)
}
100% {
opacity: 1;
-o-transform: translateY(0)
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
-moz-animation-name: fadeInUpBig;
-o-animation-name: fadeInUpBig;
animation-name: fadeInUpBig
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
-moz-transform: translateY(-2000px)
}
100% {
opacity: 1;
-moz-transform: translateY(0)
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity: 0;
-o-transform: translateY(-2000px)
}
100% {
opacity: 1;
-o-transform: translateY(0)
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
-moz-animation-name: fadeInDownBig;
-o-animation-name: fadeInDownBig;
animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
-moz-transform: translateX(-2000px)
}
100% {
opacity: 1;
-moz-transform: translateX(0)
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
-o-transform: translateX(-2000px)
}
100% {
opacity: 1;
-o-transform: translateX(0)
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px)
}
100% {
opacity: 1;
transform: translateX(0)
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
-moz-animation-name: fadeInLeftBig;
-o-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
-moz-transform: translateX(2000px)
}
100% {
opacity: 1;
-moz-transform: translateX(0)
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px)
}
100% {
opacity: 1;
-o-transform: translateX(0)
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px)
}
100% {
opacity: 1;
transform: translateX(0)
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
-moz-animation-name: fadeInRightBig;
-o-animation-name: fadeInRightBig;
animation-name: fadeInRightBig
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@-o-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px)
}
}
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
-moz-transform: translateY(0)
}
100% {
opacity: 0;
-moz-transform: translateY(-20px)
}
}
@-o-keyframes fadeOutUp {
0% {
opacity: 1;
-o-transform: translateY(0)
}
100% {
opacity: 0;
-o-transform: translateY(-20px)
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0)
}
100% {
opacity: 0;
transform: translateY(-20px)
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
-moz-animation-name: fadeOutUp;
-o-animation-name: fadeOutUp;
animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(20px)
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0)
}
100% {
opacity: 0;
-moz-transform: translateY(20px)
}
}
@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0)
}
100% {
opacity: 0;
-o-transform: translateY(20px)
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0)
}
100% {
opacity: 0;
transform: translateY(20px)
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
-moz-animation-name: fadeOutDown;
-o-animation-name: fadeOutDown;
animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px)
}
}
@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0)
}
100% {
opacity: 0;
-moz-transform: translateX(-20px)
}
}
@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0)
}
100% {
opacity: 0;
-o-transform: translateX(-20px)
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0)
}
100% {
opacity: 0;
transform: translateX(-20px)
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
-moz-animation-name: fadeOutLeft;
-o-animation-name: fadeOutLeft;
animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(20px)
}
}
@-moz-keyframes fadeOutRight {
0% {
opacity: 1;
-moz-transform: translateX(0)
}
100% {
opacity: 0;
-moz-transform: translateX(20px)
}
}
@-o-keyframes fadeOutRight {
0% {
opacity: 1;
-o-transform: translateX(0)
}
100% {
opacity: 0;
-o-transform: translateX(20px)
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0)
}
100% {
opacity: 0;
transform: translateX(20px)
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
-moz-animation-name: fadeOutRight;
-o-animation-name: fadeOutRight;
animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px)
}
}
@-moz-keyframes fadeOutUpBig {
0% {
opacity: 1;
-moz-transform: translateY(0)
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px)
}
}
@-o-keyframes fadeOutUpBig {
0% {
opacity: 1;
-o-transform: translateY(0)
}
100% {
opacity: 0;
-o-transform: translateY(-2000px)
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0)
}
100% {
opacity: 0;
transform: translateY(-2000px)
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
-moz-animation-name: fadeOutUpBig;
-o-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0)
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px)
}
}
@-moz-keyframes fadeOutDownBig {
0% {
opacity: 1;
-moz-transform: translateY(0)
}
100% {
opacity: 0;
-moz-transform: translateY(2000px)
}
}
@-o-keyframes fadeOutDownBig {
0% {
opacity: 1;
-o-transform: translateY(0)
}
100% {
opacity: 0;
-o-transform: translateY(2000px)
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0)
}
100% {
opacity: 0;
transform: translateY(2000px)
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
-moz-animation-name: fadeOutDownBig;
-o-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px)
}
}
@-moz-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-moz-transform: translateX(0)
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px)
}
}
@-o-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-o-transform: translateX(0)
}
100% {
opacity: 0;
-o-transform: translateX(-2000px)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0)
}
100% {
opacity: 0;
transform: translateX(-2000px)
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
-moz-animation-name: fadeOutLeftBig;
-o-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0)
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px)
}
}
@-moz-keyframes fadeOutRightBig {
0% {
opacity: 1;
-moz-transform: translateX(0)
}
100% {
opacity: 0;
-moz-transform: translateX(2000px)
}
}
@-o-keyframes fadeOutRightBig {
0% {
opacity: 1;
-o-transform: translateX(0)
}
100% {
opacity: 0;
-o-transform: translateX(2000px)
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0)
}
100% {
opacity: 0;
transform: translateX(2000px)
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
-moz-animation-name: fadeOutRightBig;
-o-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3)
}
50% {
opacity: 1;
-webkit-transform: scale(1.05)
}
70% {
-webkit-transform: scale(.9)
}
100% {
-webkit-transform: scale(1)
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(.3)
}
50% {
opacity: 1;
-moz-transform: scale(1.05)
}
70% {
-moz-transform: scale(.9)
}
100% {
-moz-transform: scale(1)
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(.3)
}
50% {
opacity: 1;
-o-transform: scale(1.05)
}
70% {
-o-transform: scale(.9)
}
100% {
-o-transform: scale(1)
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(.3)
}
50% {
opacity: 1;
transform: scale(1.05)
}
70% {
transform: scale(.9)
}
100% {
transform: scale(1)
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px)
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px)
}
80% {
-webkit-transform: translateY(10px)
}
100% {
-webkit-transform: translateY(0)
}
}
@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(2000px)
}
60% {
opacity: 1;
-moz-transform: translateY(-30px)
}
80% {
-moz-transform: translateY(10px)
}
100% {
-moz-transform: translateY(0)
}
}
@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(2000px)
}
60% {
opacity: 1;
-o-transform: translateY(-30px)
}
80% {
-o-transform: translateY(10px)
}
100% {
-o-transform: translateY(0)
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px)
}
60% {
opacity: 1;
transform: translateY(-30px)
}
80% {
transform: translateY(10px)
}
100% {
transform: translateY(0)
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px)
}
60% {
opacity: 1;
-webkit-transform: translateY(30px)
}
80% {
-webkit-transform: translateY(-10px)
}
100% {
-webkit-transform: translateY(0)
}
}
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px)
}
60% {
opacity: 1;
-moz-transform: translateY(30px)
}
80% {
-moz-transform: translateY(-10px)
}
100% {
-moz-transform: translateY(0)
}
}
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px)
}
60% {
opacity: 1;
-o-transform: translateY(30px)
}
80% {
-o-transform: translateY(-10px)
}
100% {
-o-transform: translateY(0)
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px)
}
60% {
opacity: 1;
transform: translateY(30px)
}
80% {
transform: translateY(-10px)
}
100% {
transform: translateY(0)
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px)
}
60% {
opacity: 1;
-webkit-transform: translateX(30px)
}
80% {
-webkit-transform: translateX(-10px)
}
100% {
-webkit-transform: translateX(0)
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px)
}
60% {
opacity: 1;
-moz-transform: translateX(30px)
}
80% {
-moz-transform: translateX(-10px)
}
100% {
-moz-transform: translateX(0)
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px)
}
60% {
opacity: 1;
-o-transform: translateX(30px)
}
80% {
-o-transform: translateX(-10px)
}
100% {
-o-transform: translateX(0)
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px)
}
60% {
opacity: 1;
transform: translateX(30px)
}
80% {
transform: translateX(-10px)
}
100% {
transform: translateX(0)
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px)
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px)
}
80% {
-webkit-transform: translateX(10px)
}
100% {
-webkit-transform: translateX(0)
}
}
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px)
}
60% {
opacity: 1;
-moz-transform: translateX(-30px)
}
80% {
-moz-transform: translateX(10px)
}
100% {
-moz-transform: translateX(0)
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px)
}
60% {
opacity: 1;
-o-transform: translateX(-30px)
}
80% {
-o-transform: translateX(10px)
}
100% {
-o-transform: translateX(0)
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px)
}
60% {
opacity: 1;
transform: translateX(-30px)
}
80% {
transform: translateX(10px)
}
100% {
transform: translateX(0)
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1)
}
25% {
-webkit-transform: scale(.95)
}
50% {
opacity: 1;
-webkit-transform: scale(1.1)
}
100% {
opacity: 0;
-webkit-transform: scale(.3)
}
}
@-moz-keyframes bounceOut {
0% {
-moz-transform: scale(1)
}
25% {
-moz-transform: scale(.95)
}
50% {
opacity: 1;
-moz-transform: scale(1.1)
}
100% {
opacity: 0;
-moz-transform: scale(.3)
}
}
@-o-keyframes bounceOut {
0% {
-o-transform: scale(1)
}
25% {
-o-transform: scale(.95)
}
50% {
opacity: 1;
-o-transform: scale(1.1)
}
100% {
opacity: 0;
-o-transform: scale(.3)
}
}
@keyframes bounceOut {
0% {
transform: scale(1)
}
25% {
transform: scale(.95)
}
50% {
opacity: 1;
transform: scale(1.1)
}
100% {
opacity: 0;
transform: scale(.3)
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
-moz-animation-name: bounceOut;
-o-animation-name: bounceOut;
animation-name: bounceOut
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0)
}
20% {
opacity: 1;
-webkit-transform: translateY(20px)
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px)
}
}
@-moz-keyframes bounceOutUp {
0% {
-moz-transform: translateY(0)
}
20% {
opacity: 1;
-moz-transform: translateY(20px)
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px)
}
}
@-o-keyframes bounceOutUp {
0% {
-o-transform: translateY(0)
}
20% {
opacity: 1;
-o-transform: translateY(20px)
}
100% {
opacity: 0;
-o-transform: translateY(-2000px)
}
}
@keyframes bounceOutUp {
0% {
transform: translateY(0)
}
20% {
opacity: 1;
transform: translateY(20px)
}
100% {
opacity: 0;
transform: translateY(-2000px)
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
-moz-animation-name: bounceOutUp;
-o-animation-name: bounceOutUp;
animation-name: bounceOutUp
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0)
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px)
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px)
}
}
@-moz-keyframes bounceOutDown {
0% {
-moz-transform: translateY(0)
}
20% {
opacity: 1;
-moz-transform: translateY(-20px)
}
100% {
opacity: 0;
-moz-transform: translateY(2000px)
}
}
@-o-keyframes bounceOutDown {
0% {
-o-transform: translateY(0)
}
20% {
opacity: 1;
-o-transform: translateY(-20px)
}
100% {
opacity: 0;
-o-transform: translateY(2000px)
}
}
@keyframes bounceOutDown {
0% {
transform: translateY(0)
}
20% {
opacity: 1;
transform: translateY(-20px)
}
100% {
opacity: 0;
transform: translateY(2000px)
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
-moz-animation-name: bounceOutDown;
-o-animation-name: bounceOutDown;
animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0)
}
20% {
opacity: 1;
-webkit-transform: translateX(20px)
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px)
}
}
@-moz-keyframes bounceOutLeft {
0% {
-moz-transform: translateX(0)
}
20% {
opacity: 1;
-moz-transform: translateX(20px)
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px)
}
}
@-o-keyframes bounceOutLeft {
0% {
-o-transform: translateX(0)
}
20% {
opacity: 1;
-o-transform: translateX(20px)
}
100% {
opacity: 0;
-o-transform: translateX(-2000px)
}
}
@keyframes bounceOutLeft {
0% {
transform: translateX(0)
}
20% {
opacity: 1;
transform: translateX(20px)
}
100% {
opacity: 0;
transform: translateX(-2000px)
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
-moz-animation-name: bounceOutLeft;
-o-animation-name: bounceOutLeft;
animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0)
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px)
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px)
}
}
@-moz-keyframes bounceOutRight {
0% {
-moz-transform: translateX(0)
}
20% {
opacity: 1;
-moz-transform: translateX(-20px)
}
100% {
opacity: 0;
-moz-transform: translateX(2000px)
}
}
@-o-keyframes bounceOutRight {
0% {
-o-transform: translateX(0)
}
20% {
opacity: 1;
-o-transform: translateX(-20px)
}
100% {
opacity: 0;
-o-transform: translateX(2000px)
}
}
@keyframes bounceOutRight {
0% {
transform: translateX(0)
}
20% {
opacity: 1;
transform: translateX(-20px)
}
100% {
opacity: 0;
transform: translateX(2000px)
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
-moz-animation-name: bounceOutRight;
-o-animation-name: bounceOutRight;
animation-name: bounceOutRight
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1
}
}
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-200deg);
opacity: 0
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1
}
}
@-o-keyframes rotateIn {
0% {
-o-transform-origin: center center;
-o-transform: rotate(-200deg);
opacity: 0
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1
}
}
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1
}
}
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1
}
}
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
-o-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1
}
}
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1
}
}
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
-o-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1
}
}
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1
}
}
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1
}
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
-o-animation-name: rotateInUpRight;
animation-name: rotateInUpRight
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1
}
}
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1
}
}
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1
}
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
-o-animation-name: rotateInDownRight;
animation-name: rotateInDownRight
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(200deg);
opacity: 0
}
}
@-moz-keyframes rotateOut {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(200deg);
opacity: 0
}
}
@-o-keyframes rotateOut {
0% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(200deg);
opacity: 0
}
}
@keyframes rotateOut {
0% {
transform-origin: center center;
transform: rotate(0);
opacity: 1
}
100% {
transform-origin: center center;
transform: rotate(200deg);
opacity: 0
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
-moz-animation-name: rotateOut;
-o-animation-name: rotateOut;
animation-name: rotateOut
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0
}
}
@-moz-keyframes rotateOutUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0
}
}
@-o-keyframes rotateOutUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0
}
}
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1
}
100% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
-moz-animation-name: rotateOutUpLeft;
-o-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0
}
}
@-moz-keyframes rotateOutDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0
}
}
@-o-keyframes rotateOutDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0
}
}
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1
}
100% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
-moz-animation-name: rotateOutDownLeft;
-o-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0
}
}
@-moz-keyframes rotateOutUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0
}
}
@-o-keyframes rotateOutUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0
}
}
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1
}
100% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
-moz-animation-name: rotateOutUpRight;
-o-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0
}
}
@-moz-keyframes rotateOutDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0
}
}
@-o-keyframes rotateOutDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0
}
}
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1
}
100% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
-moz-animation-name: rotateOutDownRight;
-o-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out
}
20%,
60% {
-webkit-transform: rotate(80deg);
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out
}
40% {
-webkit-transform: rotate(60deg);
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out
}
100% {
-webkit-transform: translateY(700px);
opacity: 0
}
}
@-moz-keyframes hinge {
0% {
-moz-transform: rotate(0);
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out
}
20%,
60% {
-moz-transform: rotate(80deg);
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out
}
40% {
-moz-transform: rotate(60deg);
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out
}
80% {
-moz-transform: rotate(60deg) translateY(0);
opacity: 1;
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out
}
100% {
-moz-transform: translateY(700px);
opacity: 0
}
}
@-o-keyframes hinge {
0% {
-o-transform: rotate(0);
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out
}
20%,
60% {
-o-transform: rotate(80deg);
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out
}
40% {
-o-transform: rotate(60deg);
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out
}
80% {
-o-transform: rotate(60deg) translateY(0);
opacity: 1;
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out
}
100% {
-o-transform: translateY(700px);
opacity: 0
}
}
@keyframes hinge {
0% {
transform: rotate(0);
transform-origin: top left;
animation-timing-function: ease-in-out
}
20%,
60% {
transform: rotate(80deg);
transform-origin: top left;
animation-timing-function: ease-in-out
}
40% {
transform: rotate(60deg);
transform-origin: top left;
animation-timing-function: ease-in-out
}
80% {
transform: rotate(60deg) translateY(0);
opacity: 1;
transform-origin: top left;
animation-timing-function: ease-in-out
}
100% {
transform: translateY(700px);
opacity: 0
}
}
.hinge {
-webkit-animation-name: hinge;
-moz-animation-name: hinge;
-o-animation-name: hinge;
animation-name: hinge
}
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg)
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg)
}
}
@-moz-keyframes rollIn {
0% {
opacity: 0;
-moz-transform: translateX(-100%) rotate(-120deg)
}
100% {
opacity: 1;
-moz-transform: translateX(0px) rotate(0deg)
}
}
@-o-keyframes rollIn {
0% {
opacity: 0;
-o-transform: translateX(-100%) rotate(-120deg)
}
100% {
opacity: 1;
-o-transform: translateX(0px) rotate(0deg)
}
}
@keyframes rollIn {
0% {
opacity: 0;
transform: translateX(-100%) rotate(-120deg)
}
100% {
opacity: 1;
transform: translateX(0px) rotate(0deg)
}
}
.rollIn {
-webkit-animation-name: rollIn;
-moz-animation-name: rollIn;
-o-animation-name: rollIn;
animation-name: rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg)
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg)
}
}
@-moz-keyframes rollOut {
0% {
opacity: 1;
-moz-transform: translateX(0px) rotate(0deg)
}
100% {
opacity: 0;
-moz-transform: translateX(100%) rotate(120deg)
}
}
@-o-keyframes rollOut {
0% {
opacity: 1;
-o-transform: translateX(0px) rotate(0deg)
}
100% {
opacity: 0;
-o-transform: translateX(100%) rotate(120deg)
}
}
@keyframes rollOut {
0% {
opacity: 1;
transform: translateX(0px) rotate(0deg)
}
100% {
opacity: 0;
transform: translateX(100%) rotate(120deg)
}
}
.rollOut {
-webkit-animation-name: rollOut;
-moz-animation-name: rollOut;
-o-animation-name: rollOut;
animation-name: rollOut
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
opacity: 1
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
opacity: 1
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1
}
}
@-moz-keyframes lightSpeedIn {
0% {
-moz-transform: translateX(100%) skewX(-30deg);
opacity: 0
}
60% {
-moz-transform: translateX(-20%) skewX(30deg);
opacity: 1
}
80% {
-moz-transform: translateX(0%) skewX(-15deg);
opacity: 1
}
100% {
-moz-transform: translateX(0%) skewX(0deg);
opacity: 1
}
}
@-o-keyframes lightSpeedIn {
0% {
-o-transform: translateX(100%) skewX(-30deg);
opacity: 0
}
60% {
-o-transform: translateX(-20%) skewX(30deg);
opacity: 1
}
80% {
-o-transform: translateX(0%) skewX(-15deg);
opacity: 1
}
100% {
-o-transform: translateX(0%) skewX(0deg);
opacity: 1
}
}
@keyframes lightSpeedIn {
0% {
transform: translateX(100%) skewX(-30deg);
opacity: 0
}
60% {
transform: translateX(-20%) skewX(30deg);
opacity: 1
}
80% {
transform: translateX(0%) skewX(-15deg);
opacity: 1
}
100% {
transform: translateX(0%) skewX(0deg);
opacity: 1
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
-moz-animation-name: lightSpeedIn;
-o-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
-o-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
.animated.lightSpeedIn {
-webkit-animation-duration: .5s;
-moz-animation-duration: .5s;
-o-animation-duration: .5s;
animation-duration: .5s
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0
}
}
@-moz-keyframes lightSpeedOut {
0% {
-moz-transform: translateX(0%) skewX(0deg);
opacity: 1
}
100% {
-moz-transform: translateX(100%) skewX(-30deg);
opacity: 0
}
}
@-o-keyframes lightSpeedOut {
0% {
-o-transform: translateX(0%) skewX(0deg);
opacity: 1
}
100% {
-o-transform: translateX(100%) skewX(-30deg);
opacity: 0
}
}
@keyframes lightSpeedOut {
0% {
transform: translateX(0%) skewX(0deg);
opacity: 1
}
100% {
transform: translateX(100%) skewX(-30deg);
opacity: 0
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
-moz-animation-name: lightSpeedOut;
-o-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
.animated.lightSpeedOut {
-webkit-animation-duration: .25s;
-moz-animation-duration: .25s;
-o-animation-duration: .25s;
animation-duration: .25s
}
@-webkit-keyframes wiggle {
0% {
-webkit-transform: skewX(9deg)
}
10% {
-webkit-transform: skewX(-8deg)
}
20% {
-webkit-transform: skewX(7deg)
}
30% {
-webkit-transform: skewX(-6deg)
}
40% {
-webkit-transform: skewX(5deg)
}
50% {
-webkit-transform: skewX(-4deg)
}
60% {
-webkit-transform: skewX(3deg)
}
70% {
-webkit-transform: skewX(-2deg)
}
80% {
-webkit-transform: skewX(1deg)
}
90% {
-webkit-transform: skewX(0deg)
}
100% {
-webkit-transform: skewX(0deg)
}
}
@-moz-keyframes wiggle {
0% {
-moz-transform: skewX(9deg)
}
10% {
-moz-transform: skewX(-8deg)
}
20% {
-moz-transform: skewX(7deg)
}
30% {
-moz-transform: skewX(-6deg)
}
40% {
-moz-transform: skewX(5deg)
}
50% {
-moz-transform: skewX(-4deg)
}
60% {
-moz-transform: skewX(3deg)
}
70% {
-moz-transform: skewX(-2deg)
}
80% {
-moz-transform: skewX(1deg)
}
90% {
-moz-transform: skewX(0deg)
}
100% {
-moz-transform: skewX(0deg)
}
}
@-o-keyframes wiggle {
0% {
-o-transform: skewX(9deg)
}
10% {
-o-transform: skewX(-8deg)
}
20% {
-o-transform: skewX(7deg)
}
30% {
-o-transform: skewX(-6deg)
}
40% {
-o-transform: skewX(5deg)
}
50% {
-o-transform: skewX(-4deg)
}
60% {
-o-transform: skewX(3deg)
}
70% {
-o-transform: skewX(-2deg)
}
80% {
-o-transform: skewX(1deg)
}
90% {
-o-transform: skewX(0deg)
}
100% {
-o-transform: skewX(0deg)
}
}
@keyframes wiggle {
0% {
transform: skewX(9deg)
}
10% {
transform: skewX(-8deg)
}
20% {
transform: skewX(7deg)
}
30% {
transform: skewX(-6deg)
}
40% {
transform: skewX(5deg)
}
50% {
transform: skewX(-4deg)
}
60% {
transform: skewX(3deg)
}
70% {
transform: skewX(-2deg)
}
80% {
transform: skewX(1deg)
}
90% {
transform: skewX(0deg)
}
100% {
transform: skewX(0deg)
}
}
.wiggle {
-webkit-animation-name: wiggle;
-moz-animation-name: wiggle;
-o-animation-name: wiggle;
animation-name: wiggle;
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
.animated.wiggle {
-webkit-animation-duration: .75s;
-moz-animation-duration: .75s;
-o-animation-duration: .75s;
animation-duration: .75s
}.fr-window,
.fr-window [class^="fr-"],
.fr-overlay,
.fr-overlay [class^="fr-"],
.fr-spinner,
.fr-spinner [class^="fr-"] {
box-sizing: border-box;
}
.fr-window {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana,
Arial, sans-serif; transform: translateZ(0px);
} .fr-overlay {
z-index: 99998;
}
.fr-window {
z-index: 99999;
}
.fr-spinner {
z-index: 100000;
} .fr-overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.fr-overlay-background {
float: left;
width: 100%;
height: 100%;
background: #000;
opacity: 0.9;
filter: alpha(opacity=90);
}
.fr-overlay-ui-fullclick .fr-overlay-background {
background: #292929;
opacity: 1;
filter: alpha(opacity=100);
} .fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
position: absolute;
overflow: visible;
} .fr-measured {
margin: 0 !important;
min-width: 0 !important;
min-height: 0 !important;
}
.fr-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fr-pages {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fr-page {
position: absolute;
width: 100%;
height: 100%;
}
.fr-container {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0;
padding: 0;
text-align: center;
}
.fr-hovering-clickable .fr-container {
cursor: pointer;
}  .fr-ui-inside .fr-container {
padding: 20px 20px;
}
.fr-ui-inside.fr-no-sides .fr-container {
padding: 20px;
} .fr-ui-outside .fr-container {
padding: 20px 82px;
}
.fr-ui-outside.fr-no-sides .fr-container {
padding: 20px 48px;
} @media all and (max-width: 700px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 700px) { .fr-ui-inside .fr-container {
padding: 12px 12px;
}
.fr-ui-inside.fr-no-sides .fr-container {
padding: 12px;
} .fr-ui-outside .fr-container {
padding: 12px 72px;
}
.fr-ui-outside.fr-no-sides .fr-container {
padding: 12px 48px;
}
}
@media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 500px) { .fr-ui-inside .fr-container {
padding: 0px 0px;
}
.fr-ui-inside.fr-no-sides .fr-container {
padding: 0px;
} .fr-ui-outside .fr-container {
padding: 0px 72px;
}
.fr-ui-outside.fr-no-sides .fr-container {
padding: 0px 48px;
}
} .fr-ui-fullclick .fr-container {
padding: 0;
}
.fr-ui-fullclick.fr-no-sides .fr-container {
padding: 0;
} .fr-ui-fullclick.fr-type-video .fr-container {
padding: 0px 62px;
}
.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
padding: 48px 0px;
} .fr-overflow-y .fr-container {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.fr-content,
.fr-content-background {
position: absolute;
top: 50%;
left: 50%; overflow: visible;
} .fr-content-element {
float: left;
width: 100%;
height: 100%;
}
.fr-content-background {
background: #101010;
}
.fr-info {
position: absolute;
top: 0;
left: 0;
width: 100%;
color: #efefef;
font-size: 13px;
line-height: 20px;
text-align: left;
-webkit-text-size-adjust: none;
text-size-adjust: none;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.fr-info-background {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000;
line-height: 1%;
filter: none;
opacity: 1;
}
.fr-ui-inside .fr-info-background {
filter: alpha(opacity=80);
opacity: 0.8;
zoom: 1;
} .fr-ui-outside .fr-info-background {
background: #0d0d0d;
} .fr-content .fr-info {
top: auto;
bottom: 0;
}
.fr-info-padder {
display: block;
overflow: hidden;
padding: 12px;
position: relative;
width: auto;
}
.fr-caption {
width: auto;
display: inline;
}
.fr-position {
color: #b3b3b3;
float: right;
line-height: 21px;
opacity: 0.99;
position: relative;
text-align: right;
margin-left: 15px;
white-space: nowrap;
} .fr-position-outside,
.fr-position-inside {
position: absolute;
bottom: 0;
right: 0;
margin: 12px;
width: auto;
padding: 2px 8px;
border-radius: 10px;
font-size: 11px;
line-height: 20px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
display: none;
overflow: hidden;
white-space: nowrap;
-webkit-text-size-adjust: none;
text-size-adjust: none;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.fr-position-inside {
border: 0;
}
.fr-position-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0d0d0d;
filter: alpha(opacity=80);
opacity: 0.8;
zoom: 1; }
.fr-position-text {
color: #b3b3b3;
}
.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
float: left;
position: relative;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
opacity: 1;
} .fr-ui-outside .fr-position-outside {
display: block;
}
.fr-ui-outside .fr-info .fr-position {
display: none;
}
.fr-ui-inside.fr-no-caption .fr-position-inside {
display: block;
} .fr-info a,
.fr-info a:hover {
color: #ccc;
border: 0;
background: none;
text-decoration: underline;
}
.fr-info a:hover {
color: #eee;
} .fr-ui-outside.fr-no-caption .fr-info {
display: none;
}
.fr-ui-inside.fr-no-caption .fr-caption {
display: none;
} .fr-stroke {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
}
.fr-stroke-vertical {
width: 1px;
height: 100%;
}
.fr-stroke-horizontal {
padding: 0 1px;
}
.fr-stroke-right {
left: auto;
right: 0;
}
.fr-stroke-bottom {
top: auto;
bottom: 0;
}
.fr-stroke-color {
float: left;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.08);
} .fr-info .fr-stroke-color {
background: rgba(80, 80, 80, 0.3);
} .fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
display: none;
} .fr-ui-fullclick .fr-stroke {
display: none;
}
.fr-ui-fullclick .fr-content-background {
box-shadow: none;
} .fr-info .fr-stroke-top {
display: none;
} .fr-side {
position: absolute;
top: 50%;
width: 54px;
height: 72px;
margin: 0 9px;
margin-top: -36px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
zoom: 1;
}
.fr-side-previous {
left: 0;
}
.fr-side-next {
right: 0;
left: auto;
}
.fr-side-disabled {
cursor: default;
}
.fr-side-hidden {
display: none !important;
}
.fr-side-button {
float: left;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.fr-side-button-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #101010;
}
.fr-side-button-icon {
float: left;
position: relative;
height: 100%;
width: 100%;
zoom: 1;
background-position: 50% 50%;
background-repeat: no-repeat;
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-side {
width: 54px;
height: 60px;
margin: 0;
margin-top: -30px;
}
.fr-side-button {
width: 48px;
height: 60px;
margin: 0 3px;
}
} .fr-close {
position: absolute;
width: 48px;
height: 48px;
top: 0;
right: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.fr-close-background,
.fr-close-icon {
position: absolute;
top: 12px;
left: 12px;
height: 26px;
width: 26px;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.fr-close-background {
background-color: #000;
} .fr-thumbnails {
position: absolute;
overflow: hidden;
}
.fr-thumbnails-disabled .fr-thumbnails {
display: none !important;
}
.fr-thumbnails-horizontal .fr-thumbnails {
width: 100%;
height: 12%;
min-height: 74px;
max-height: 160px;
bottom: 0;
}
.fr-thumbnails-vertical .fr-thumbnails {
height: 100%;
width: 10%;
min-width: 74px;
max-width: 160px;
left: 0;
}
.fr-thumbnails,
.fr-thumbnails * {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fr-thumbnails-wrapper {
position: absolute;
top: 0;
left: 50%;
height: 100%;
}
.fr-thumbnails-vertical .fr-thumbnails-wrapper {
top: 50%;
left: 0;
}
.fr-thumbnails-slider {
position: relative;
width: 100%;
height: 100%;
float: left;
zoom: 1;
}
.fr-thumbnails-slider-slide {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.fr-thumbnails-thumbs {
float: left;
height: 100%;
overflow: hidden;
position: relative;
top: 0;
left: 0;
}
.fr-thumbnails-slide {
position: absolute;
top: 0;
height: 100%;
width: 100%;
}
.fr-thumbnail-frame {
position: absolute;
zoom: 1;
overflow: hidden;
}
.fr-thumbnail {
position: absolute;
width: 30px;
height: 100%;
left: 50%;
top: 50%;
zoom: 1;
cursor: pointer;
margin: 0 10px;
}
.fr-ltIE9 .fr-thumbnail * {
overflow: hidden; z-index: 1;
zoom: 1;
}
.fr-thumbnail-wrapper {
position: relative;
background: #161616;
width: 100%;
height: 100%;
float: left;
overflow: hidden;
display: inline; z-index: 0; }
.fr-thumbnail-overlay {
cursor: pointer;
}
.fr-thumbnail-active .fr-thumbnail-overlay {
cursor: default;
}
.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-width: 0;
overflow: hidden;
border-style: solid;
border-color: transparent;
}
.fr-ltIE9 .fr-thumbnail-overlay-border {
border-width: 0 !important;
}
.fr-thumbnail .fr-thumbnail-image {
position: absolute;
filter: alpha(opacity=85);
opacity: 0.85;
max-width: none;
}
.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
filter: alpha(opacity=99);
opacity: 0.99;
}
.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
filter: alpha(opacity=35);
opacity: 0.35;
}
.fr-thumbnail-active {
cursor: default;
} .fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fr-thumbnail-loading-background {
background-color: #161616;
background-position: 50% 50%;
background-repeat: no-repeat;
opacity: 0.8;
position: relative;
float: left;
} .fr-thumbnail-loading-icon {
display: none;
} .fr-thumbnail-error .fr-thumbnail-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #202020;
} .fr-thumbnails-side {
float: left;
height: 100%;
width: 28px;
margin: 0 5px;
position: relative;
overflow: hidden;
}
.fr-thumbnails-side-previous {
margin-left: 12px;
}
.fr-thumbnails-side-next {
margin-right: 12px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
height: 28px;
width: 100%;
margin: 10px 0;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
margin-top: 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
margin-bottom: 20px;
}
.fr-thumbnails-side-button {
position: absolute;
top: 50%;
left: 50%;
margin-top: -14px;
margin-left: -14px;
width: 28px;
height: 28px;
cursor: pointer;
}
.fr-thumbnails-side-button-background {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
filter: alpha(opacity=80);
opacity: 0.8;
-moz-transition: background-color 0.2s ease-in;
-webkit-transition: background-color 0.2s ease-in;
transition: background-color 0.2s ease-in;
background-color: #333;
cursor: pointer;
border-radius: 4px;
}
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
background-color: #3b3b3b;
}
.fr-thumbnails-side-button-disabled * {
cursor: default;
}
.fr-thumbnails-side-button-disabled:hover
.fr-thumbnails-side-button-background {
background-color: #333;
}
.fr-thumbnails-side-button-icon {
position: absolute; top: 0;
left: 0;
width: 100%;
height: 100%;
} .fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
clear: both;
} .fr-window-ui-fullclick .fr-thumbnails {
background: #090909;
} .fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal
.fr-info
.fr-stroke-bottom {
display: block !important;
} .fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical
.fr-info
.fr-stroke-left {
display: block !important;
} .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
padding: 12px 5px;
}
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
padding: 5px 12px;
}
.fr-thumbnails-measured .fr-thumbnails-thumbs {
padding: 0 !important;
} @media all and (min-height: 700px) {
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
padding: 16px 8px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side {
margin: 0 8px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-previous {
margin-left: 16px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-next {
margin-right: 16px;
}
}
@media all and (min-height: 980px) {
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
padding: 20px 10px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side {
margin: 0 10px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-previous {
margin-left: 20px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-next {
margin-right: 20px;
}
} @media all and (min-width: 1200px) {
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
padding: 8px 16px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
margin: 0 8px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
margin-top: 16px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
margin-bottom: 16px;
}
}
@media all and (min-width: 1800px) {
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
padding: 10px 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
margin: 10px 0;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
margin-top: 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
margin-bottom: 20px;
}
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 500px) {
.fr-thumbnails-horizontal .fr-thumbnails {
display: none !important;
}
}
@media all and (max-width: 700px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-thumbnails-vertical .fr-thumbnails {
display: none !important;
}
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-page {
min-width: 100%;
} .fr-page {
min-height: 100%;
} } .fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
display: none !important;
} .fr-toggle-ui {
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
opacity: 1;
}
.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
display: none;
} .fr-spinner {
position: fixed;
width: 52px;
height: 52px;
background: #101010;
background: rgba(16, 16, 16, 0.85);
border-radius: 5px;
}
.fr-spinner div {
position: absolute;
top: 0;
left: 0;
height: 64%;
width: 64%;
margin-left: 18%;
margin-top: 18%;
opacity: 1;
-webkit-animation: fresco-12 1.2s infinite ease-in-out;
animation: fresco-12 1.2s infinite ease-in-out;
}
.fr-spinner div:after {
content: "";
position: absolute;
top: 0;
left: 50%;
width: 2px;
height: 8px;
margin-left: -1px;
background: #fff;
box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
.fr-spinner div.fr-spin-1 {
-ms-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.fr-spinner div.fr-spin-2 {
-ms-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.fr-spinner div.fr-spin-3 {
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.fr-spinner div.fr-spin-4 {
-ms-transform: rotate(120deg);
-webkit-transform: rotate(120deg);
transform: rotate(120deg);
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.fr-spinner div.fr-spin-5 {
-ms-transform: rotate(150deg);
-webkit-transform: rotate(150deg);
transform: rotate(150deg);
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.fr-spinner div.fr-spin-6 {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-6 {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-7 {
-ms-transform: rotate(210deg);
-webkit-transform: rotate(210deg);
transform: rotate(210deg);
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.fr-spinner div.fr-spin-8 {
-ms-transform: rotate(240deg);
-webkit-transform: rotate(240deg);
transform: rotate(240deg);
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.fr-spinner div.fr-spin-9 {
-ms-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.fr-spinner div.fr-spin-10 {
-ms-transform: rotate(300deg);
-webkit-transform: rotate(300deg);
transform: rotate(300deg);
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.fr-spinner div.fr-spin-11 {
-ms-transform: rotate(330deg);
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.fr-spinner div.fr-spin-12 {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
@-webkit-keyframes fresco-12 {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fresco-12 {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .fr-thumbnail-spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
width: 40px;
height: 40px;
}
.fr-thumbnail-spinner-spin {
position: relative;
float: left;
margin: 8px 0 0 8px;
text-indent: -9999em;
border-top: 2px solid rgba(255, 255, 255, 0.2);
border-right: 2px solid rgba(255, 255, 255, 0.2);
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
border-left: 2px solid #fff;
-webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
animation: fr-thumbnail-spin 1.1s infinite linear;
}
.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
border-radius: 50%;
width: 24px;
height: 24px;
}
@-webkit-keyframes fr-thumbnail-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fr-thumbnail-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fr-error {
float: left;
position: relative;
background-color: #ca3434;
width: 160px;
height: 160px;
}
.fr-error-icon {
position: absolute;
width: 42px;
height: 42px;
top: 50%;
left: 50%;
margin-left: -21px;
margin-top: -21px;
}  .fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
background-image: url(//www.hamminger.com/wp-content/themes/shopkeeper/css/vendor/fresco/fresco/skins/fresco/sprite.svg);
} .fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
background-image: url(//www.hamminger.com/wp-content/themes/shopkeeper/css/vendor/fresco/fresco/skins/fresco/sprite.png);
}
.fr-window-skin-fresco .fr-error-icon {
background-position: -160px -126px;
}
.fr-window-skin-fresco .fr-content-background {
background: #101010;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
box-shadow: none;
} .fr-window-skin-fresco .fr-thumbnail-wrapper {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
} .fr-window-skin-fresco .fr-side-button-background {
background-color: transparent;
}
.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
background-position: -13px -14px;
}
.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
background-position: -93px -14px;
}
.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
background-position: -13px -114px;
}
.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
background-position: -93px -114px;
} .fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-previous
.fr-side-button-icon {
background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-next
.fr-side-button-icon {
background-position: -93px -114px;
} .fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled:hover
.fr-side-button-icon {
background-position: -13px -214px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled:hover
.fr-side-button-icon {
background-position: -93px -214px;
} .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
background-position: -93px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
opacity: 0.5;
}
.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-previous
.fr-side-previous
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-next
.fr-side-next
.fr-side-button-icon {
opacity: 1;
}
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
opacity: 0.8;
}  .fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-previous
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-hovering-next
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch
.fr-side-disabled
.fr-side-button-icon {
opacity: 0.2;
} .fr-window-skin-fresco.fr-window-ui-inside
.fr-type-image
.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image
.fr-side-disabled
.fr-side-button-icon {
background-image: none;
} @media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
background-position: 0px -300px;
}
.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
background-position: -48px -300px;
}
.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
background-position: 0px -360px;
}
.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
background-position: -48px -360px;
} .fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-previous
.fr-side-button-icon {
background-position: 0px -360px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch
.fr-side-next
.fr-side-button-icon {
background-position: -48px -360px;
} .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
background-position: 0px -360px;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
background-position: -48px -360px;
} .fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-previous
.fr-side-previous.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-previous.fr-side-disabled:hover
.fr-side-button-icon {
background-position: 0px -420px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-hovering-next
.fr-side-next.fr-side-disabled
.fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-side-next.fr-side-disabled:hover
.fr-side-button-icon {
background-position: -48px -420px;
}
}  .fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
background-color: #363636;
}
.fr-window-skin-fresco.fr-window-ui-outside
.fr-close:hover
.fr-close-background {
background-color: #434343;
}
.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
background-color: #131313;
filter: alpha(opacity=80);
opacity: 0.8;
}
.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick
.fr-close:hover
.fr-close-background {
background-color: #191919;
} .fr-window-skin-fresco .fr-close .fr-close-icon {
background-position: -168px -8px;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
background-position: -210px -8px;
} .fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
background-position: -210px -8px;
opacity: 0.8;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
opacity: 1;
} .fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
opacity: 1;
} .fr-window-skin-fresco .fr-thumbnail-wrapper {
border-color: transparent;
border-style: solid;
border-width: 0;
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}
.fr-window-skin-fresco .fr-thumbnail-overlay-border {
border-width: 1px;
border-color: rgba(255, 255, 255, 0.08); } .fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
border: 0;
} .fr-window-skin-fresco
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon {
background-position: -167px -49px;
}
.fr-window-skin-fresco
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-icon {
background-position: -209px -49px;
}
.fr-window-skin-fresco
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon {
background-position: -167px -91px;
}
.fr-window-skin-fresco
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-icon {
background-position: -209px -91px;
} .fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon {
background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-icon {
background-position: -335px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon {
background-position: -293px -91px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-icon {
background-position: -335px -91px;
} .fr-window-skin-fresco.fr-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-icon {
-moz-transition: opacity 0.2s ease-in;
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
opacity: 0.8;
}
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled {
background-position: -167px -49px;
}
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled {
background-position: -209px -91px;
}
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-icon {
opacity: 1;
} .fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled {
background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled {
background-position: -335px -91px;
} .fr-window-skin-fresco.fr-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-disabled {
opacity: 0.5;
} .fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -251px -49px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -251px -91px;
}
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg
.fr-thumbnails-side:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-background {
filter: alpha(opacity=50);
} .fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-previous:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -377px -49px;
}
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical
.fr-thumbnails-side-next:hover
.fr-thumbnails-side-button-disabled
.fr-thumbnails-side-button-icon {
background-position: -377px -91px;
}li.woocommerce-advanced-categories-list-element {
max-height: 450px;
overflow: hidden; }
li.woocommerce-advanced-categories-list-element .woocommerce-advanced-categories-style {
max-height: 450px; }.woocommerce-checkout form.checkout .col2-set {
width: 100% !important;
padding-right: 0; }
.single-product .product_infos p.price:nth-child(1) {
display: none; }
.single-product .woocommerce_de_versandkosten {
font-size: 14px;
text-transform: capitalize; }
.single-product .shipping_de_string small span {
font-size: 14px;
text-transform: capitalize; }
.archive .products li .product_german_market_info .price {
margin-top: 5px;
margin-bottom: 10px; }
.product_after_shop_loop.germanized-active .product_after_shop_loop_price .price {
margin-top: 5px;
margin-bottom: 10px;
display: block; }
.archive .products li .product_german_market_info div p:nth-child(2) {
display: none; }
.archive .products li .product_german_market_info .price-per-unit {
display: block;
padding: 0px 0px 3px 0px;
font-size: 12px; }
.archive .products li .product_german_market_info .woocommerce-de_price_taxrate span {
font-size: 11px;
padding-bottom: 10px;
padding-top: 10px;
display: block; }
span.wc-gzd-additional-info.shipping-costs-info, .product p.wc-gzd-additional-info {
font-size: 13px;
line-height: 1.4;
margin: 4px 0 0;
text-transform: capitalize; }
.product_infos span.wc-gzd-additional-info.shipping-costs-info {
display: block;
margin-bottom: 10px; }
.cart_totals p.wc-gzd-additional-info {
border: 0;
font-size: 13px;
margin-top: 10px;
width: 100%;
text-align: left; }
.woocommerce-checkout-review-order-table .wc-gzd-additional-info.small-business-info {
font-size: 13px;
font-weight: normal; }
.wc-gzd-total-mini-cart, .wc-gzd-total-mini-cart a {
text-transform: capitalize !important;
color: #fff; }
.wc-gzd-total-mini-cart a:hover {
opacity: 0.7; }
.archive .wc-gzd-additional-info a {
display: inline !important; }
.archive .products .shipping-costs-info {
margin: 4px 0 0;
text-transform: capitalize;
font-size: 13px; }
.archive .products .delivery-time-info {
margin: 0px !important;
font-size: 13px; }
.archive .products .price-unit {
margin: 0;
font-size: 13px; }
.wgm-sale-label {
line-height: 2; }
.woocommerce-mini-cart .mini_cart_item .wgm-info {
color: #fff;
line-height: 1.4;
margin: 0; }
.woocommerce-checkout .shop_table p.units-info, .woocommerce-checkout .shop_table p.delivery-time-info {
font-size: 13px; }
.woocommerce-cart .product-name .units-info, .woocommerce-cart .product-name .delivery-time-info {
font-size: 12px;
margin-bottom: 0px; }
.woocommerce #content table.cart tr.jde_hint td.actions,
.woocommerce table.cart tr.jde_hint td.actions,
.woocommerce-page #content table.cart tr.jde_hint,
td.actions, .woocommerce-page table.cart tr.jde_hint td.actions {
text-align: left !important; }
.mini_cart_item .units-info, .mini_cart_item .delivery-time-info {
font-size: 12px;
margin-bottom: 0px;
display: inline-block; }
.widget_shopping_cart_content .jde_hint {
padding: 0 25px 0;
color: #FFF;
font-size: 13px;
letter-spacing: inherit;
text-align: left; }
.widget_shopping_cart_content .jde_hint a {
color: #FFF;
font-size: 13px; }
.products li.display_buttons .product_after_shop_loop.germanized-active,
.products li.display_buttons .product_after_shop_loop.germanized-active .product_after_shop_loop_switcher,
.products li.display_buttons .product_after_shop_loop.german-market-active,
.products li.display_buttons .product_after_shop_loop.german-market-active .product_after_shop_loop_switcher {
overflow: visible; }
.products li:not(.display_buttons) .product_after_shop_loop.germanized-active,
.products li:not(.display_buttons) .product_after_shop_loop.germanized-active .product_after_shop_loop_switcher,
.products li:not(.display_buttons) .product_after_shop_loop.german-market-active,
.products li:not(.display_buttons) .product_after_shop_loop.german-market-active .product_after_shop_loop_switcher {
height: 100%; }
.products li:not(.display_buttons) .product_after_shop_loop.germanized-active .product_after_shop_loop_buttons,
.products li:not(.display_buttons) .product_after_shop_loop.german-market-active .product_after_shop_loop_buttons {
height: 100%;
overflow: visible; }
.products li:not(.display_buttons) .product_after_shop_loop.germanized-active .product_after_shop_loop_buttons,
.products li:not(.display_buttons) .product_after_shop_loop.german-market-active .product_after_shop_loop_buttons {
height: calc(100% - 35px);
overflow: hidden; }
.products li:not(.display_buttons):hover .product_after_shop_loop.germanized-active .product_after_shop_loop_buttons,
.products li:not(.display_buttons):hover .product_after_shop_loop.german-market-active .product_after_shop_loop_buttons {
height: calc(100% + 35px); }
.products li:not(.display_buttons) .product_after_shop_loop.germanized-active .product_after_shop_loop_buttons a.button,
.products li:not(.display_buttons) .product_after_shop_loop.german-market-active .product_after_shop_loop_buttons a.button {
position: absolute;
bottom: -20px;
left: 0;
z-index: 9999; }
.products li:not(.display_buttons):hover .product_after_shop_loop.germanized-active .product_after_shop_loop_switcher,
.products li:not(.display_buttons):hover .product_after_shop_loop.german-market-active .product_after_shop_loop_switcher {
overflow: visible; }
.products li:not(.display_buttons):hover .product_after_shop_loop.germanized-active .product_after_shop_loop_buttons a.button,
.products li:not(.display_buttons):hover .product_after_shop_loop.german-market-active .product_after_shop_loop_buttons a.button {
position: absolute;
bottom: -20px;
left: 0;
z-index: 9999; }
.product_german_market_info p:not(.price),
.product_german_market_info span:not(.amount),
.product_german_market_info small,
.product_german_market_info div,
.products .product_after_shop_loop.germanized-active .wc-gzd-additional-info {
font-size: 12px !important;
line-height: 14px !important;
margin: 0 !important; }
.products .product_after_shop_loop.germanized-active .wc-gzd-additional-info {
display: block; }
.product_after_shop_loop.german-market-active .product_after_shop_loop_buttons,
.product_after_shop_loop.germanized-active .product_after_shop_loop_buttons {
margin-top: 0 !important; }
.products li.display_buttons .product_after_shop_loop.germanized-active .product_after_shop_loop_buttons a.button,
.products li.display_buttons .product_after_shop_loop.german-market-active .product_after_shop_loop_buttons a.button {
display: block;
margin-top: 10px !important; }
.germanized-active .wc-gzd-additional-info a {
display: inline-block; }
.product_content_wrapper .product_infos .germanized-active,
.product_content_wrapper .product_infos .germanized-active p,
.product_content_wrapper .product_infos .germanized-active span,
.product_content_wrapper .product_infos .germanized-active div,
.product_content_wrapper .product_infos .german-market-info,
.product_content_wrapper .product_infos .german-market-info p,
.product_content_wrapper .product_infos .german-market-info span,
.product_content_wrapper .product_infos .german-market-info div,
.product_content_wrapper .product_infos .german-market-info small,
.woocommerce-variation-price .woocommerce_de_versandkosten,
.woocommerce-variation-price .woocommerce-de_price_taxrate,
.woocommerce-variation-price .shipping_de_string,
.woocommerce-variation-price .price-per-unit {
font-size: 13px !important;
line-height: 13px !important;
margin-bottom: 5px !important; }
.product_content_wrapper .product_infos .germanized-active > span,
.product_content_wrapper .product_infos .german-market-info > span {
display: block; }
.product_content_wrapper .product_infos .germanized-active,
.product_content_wrapper .product_infos .german-market-info {
margin-bottom: 20px !important; }
.related .products li.display_buttons .product_after_shop_loop.german-market-active,
.up-sells .products li.display_buttons .product_after_shop_loop.german-market-active {
padding: 15px 0; }
.related .products li.display_buttons .product_after_shop_loop.german-market-active p.price,
.up-sells .products li.display_buttons .product_after_shop_loop.german-market-active p.price {
margin-bottom: 10px; }
@media screen and (min-width: 64em) {
.col2-set {
width: 100% !important;
float: left;
margin-top: 40px;
padding: 0; }
#order_review {
width: 100%;
float: left;
margin-top: 40px;
padding-top: 40px;
margin-bottom: 40px; } }
@media screen and (min-width: 64em) {
#order_review {
padding-top: 40px; } }
.woocommerce-checkout-review-order {
padding: 10px 40px 40px; }
#place_order {
width: auto !important; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table tr th.product-total,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tr td.product-total {
text-align: left; }
.woocommerce-checkout .content-area h3#order_review_heading {
display: block !important; }.elementor-editor-active #st-container {
opacity: 1; }@media screen and (min-width: 48em) {
.woocommerce-cart .page-title {
margin-bottom: 65px;
}
}
.woocommerce-cart .entry-content .woocommerce {
max-width: 1275px;
position: relative;
margin: 0 auto;
}
.woocommerce-cart .woocommerce-cart-form {
width: 60%;
float: left;
margin-bottom: 100px;
}
@media screen and (max-width: 64em) {
.woocommerce-cart .woocommerce-cart-form {
width: 100%;
float: none;
margin-bottom: 60px;
}
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart {
border-collapse: collapse;
margin-top: 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart thead {
display: none;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr {
border-bottom: 1px solid;
display: block;
width: 100%;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr:last-child {
border-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr:first-child td {
padding-top: 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td {
border: 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-remove {
width: 5%;
padding: 0;
}
@media screen and (max-width: 55em) {
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-remove {
padding: 35px 0 0 0;
width: 100%;
}
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-remove > a {
font-size: 0;
width: auto;
height: auto;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-remove > a:after {
content: "\e912";
font-family: "Shopkeeper-Icon-Font";
font-size: 16px;
font-weight: normal;
display: inline-block;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-thumbnail {
width: 20%;
}
@media screen and (max-width: 55em) {
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-thumbnail {
display: block !important;
width: 100%;
padding: 15px 0 35px 0;
text-align: center !important;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-thumbnail:before {
content: none;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-thumbnail img {
width: 50% !important;
}
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-thumbnail img {
width: 100%;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-name {
width: 30%;
}
@media screen and (max-width: 55em) {
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-name {
padding: 15px 0;
width: 100%;
}
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-name dl.variation dt {
font-size: 13px;
padding: 0;
margin-top: 3px;
margin-right: 5px;
font-weight: normal;
text-transform: uppercase;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-name dl.variation dd p {
font-size: 13px;
margin-top: 3px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-price {
width: 15%;
}
@media screen and (max-width: 55em) {
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-price {
padding: 15px 0;
width: 100%;
}
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-price .amount {
font-weight: 600;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-quantity {
width: 15%;
}
@media screen and (max-width: 55em) {
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-quantity {
padding: 15px 0;
width: 100%;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-quantity .quantity.custom {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-quantity .quantity.custom {
margin: 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-quantity .quantity.default {
margin: 0;
text-align: right;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
display: inline-block;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-subtotal {
width: 15%;
}
@media screen and (max-width: 55em) {
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-subtotal {
padding: 15px 0 35px 0;
width: 100%;
}
}
@media screen and (max-width: 64em) {
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-subtotal {
text-align: right;
}
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions {
padding: 40px 0 0;
width: 100%;
display: block;
position: relative;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
border-bottom: 1px solid;
padding: 0 calc(5% + 15px) 40px calc(5% + 15px) !important;
position: relative;
}
@media screen and (max-width: 55em) {
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon {
padding: 0 0 40px 0 !important;
}
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon:before {
content: "\e909" !important;
font-family: "Shopkeeper-Icon-Font";
position: absolute;
left: calc(5% + 15px);
top: 13px;
font-size: 24px;
width: 24px;
height: 24px;
}
@media screen and (max-width: 55em) {
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon:before {
left: 0;
}
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon input#coupon_code {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 20px 20px 20px 42px;
background-color: transparent;
border: 0;
height: 50px;
display: block;
margin-right: 25px;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon input#coupon_code::-webkit-input-placeholder {
font-weight: 600;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon input#coupon_code::-moz-placeholder {
font-weight: 600;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon input#coupon_code:-ms-input-placeholder {
font-weight: 600;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon button[name=apply_coupon] {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 0 !important;
background: transparent;
height: auto;
float: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
min-width: -webkit-fit-content;
min-width: -moz-fit-content;
min-width: fit-content;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .button[name=update_cart] {
background: none !important;
width: 100%;
text-align: center;
padding: 30px 0 0 !important;
position: relative;
visibility: visible;
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media screen and (max-width: 55em) {
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .button[name=update_cart] {
padding: 40px 0 0 !important;
text-align: center;
}
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .button[name=update_cart]:disabled {
visibility: hidden;
opacity: 0;
}
.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .button[name=update_cart]:before {
content: "\e90f";
font-family: "Shopkeeper-Icon-Font";
font-size: 19px;
-webkit-font-smoothing: initial;
padding-right: 14px;
position: relative;
top: 3px;
}
.woocommerce-cart .cart-collaterals {
width: 35%;
float: right;
padding: 0;
margin-bottom: 40px;
}
@media screen and (max-width: 64em) {
.woocommerce-cart .cart-collaterals {
width: 100vw;
float: none;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
}
}
.woocommerce-cart .cart-collaterals:after, .woocommerce-cart .cart-collaterals:before {
content: "";
display: block;
height: 10px;
width: 100%;
position: relative;
background-color: transparent;
background-size: 20px 20px;
background-position: 0 10px, 40px 40px;
}
.woocommerce-cart .cart-collaterals:before {
top: -10px;
}
.woocommerce-cart .cart-collaterals:after {
bottom: -10px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.woocommerce-cart .cart-collaterals .cross-sells {
width: 100%;
float: none;
padding: 40px 40px 0;
}
@media screen and (max-width: 64em) {
.woocommerce-cart .cart-collaterals .cross-sells {
padding: 40px 60px 0;
}
}
.woocommerce-cart .cart-collaterals .cross-sells h2 {
margin: 0 0 25px;
text-align: left;
font-size: 13px;
text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cross-sells ul {
margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells + .cart_totals {
padding: 20px 40px 30px;
}
@media screen and (max-width: 64em) {
.woocommerce-cart .cart-collaterals .cross-sells + .cart_totals {
padding: 20px 60px 40px;
}
}
.woocommerce-cart .cart-collaterals .cart_totals {
width: 100% !important;
float: none;
padding: 40px 40px 30px;
}
@media screen and (max-width: 64em) {
.woocommerce-cart .cart-collaterals .cart_totals {
padding: 40px 60px 30px;
}
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
padding: 0 0 15px;
margin: 0 0 15px;
border-bottom-width: 1px;
border-bottom-style: solid;
text-align: left;
font-size: 13px;
text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.cart-subtotal .amount {
font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
border-top: 1px solid;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th {
padding: 30px 15px 15px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
padding: 30px 0 15px 15px;
}
@media screen and (max-width: 55em) {
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
padding: 30px 0 15px 0;
}
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total strong .woocommerce-Price-amount {
display: block;
font-size: 24px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total .includes_tax {
display: block;
margin-top: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total .includes_tax .woocommerce-Price-amount {
font-weight: normal;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total .amount {
font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals p.woocommerce-shipping-destination {
font-size: 12px;
line-height: 1.4;
margin: 15px 0;
font-weight: normal;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals p.woocommerce-shipping-destination * {
font-weight: normal;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals ul#shipping_method {
margin-top: -3px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals form.woocommerce-shipping-calculator .shipping-calculator-button {
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
margin-top: 0;
margin-bottom: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals form.woocommerce-shipping-calculator .shipping-calculator-button:after {
content: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals form.woocommerce-shipping-calculator .shipping-calculator-form {
margin: 5px 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals form.woocommerce-shipping-calculator .shipping-calculator-form p {
margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals form.woocommerce-shipping-calculator .shipping-calculator-form button[name=calc_shipping] {
width: 100%;
margin-top: 7px;
margin-bottom: 10px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals form.woocommerce-shipping-calculator .shipping-calculator-form button[name=calc_shipping]:hover {
color: #fff;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th {
border: 0;
font-size: 13px;
text-transform: uppercase;
width: 100px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
border: 0;
font-size: 13px;
}
@media screen and (max-width: 55em) {
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
padding: 15px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td:before {
line-height: 1.5;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > small, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > strong, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > span, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > ul, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > p, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > form {
width: 60%;
display: block;
text-align: left;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > strong, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > span, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > ul {
margin: 0 0 0 auto !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > small, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > p, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > form {
margin: 15px 0 0 auto !important;
}
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td > p {
text-transform: none;
text-align: left;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding: 15px 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
margin: 0;
}
.woocommerce-cart .shopkeeper-continue-shopping {
text-align: center;
clear: right;
width: 35%;
float: right;
margin: 0 auto 100px;
}
@media screen and (max-width: 64em) {
.woocommerce-cart .shopkeeper-continue-shopping {
width: 100%;
float: none;
}
}
.woocommerce-cart .shopkeeper-continue-shopping .button,
.woocommerce-cart .shopkeeper-continue-shopping .button:hover {
background: transparent !important;
opacity: 1;
}
.woocommerce-cart .cart-empty {
text-align: center;
font-size: 30px;
font-weight: 600;
line-height: 1.4;
}
.woocommerce-cart .cart-empty:before {
content: "\e908";
font-family: "Shopkeeper-Icon-Font";
display: block;
font-weight: normal;
font-size: 128px;
line-height: 170px;
}
.woocommerce-cart .return-to-shop {
margin-bottom: 60px;
text-align: center;
}
.woocommerce-cart .return-to-shop a.button.wc-backward {
background-color: transparent !important;
min-width: 0;
padding: 0 !important;
font-size: 0.8125em !important;
font-weight: 600 !important;
padding-bottom: 5px !important;
border-bottom: 1px solid;
text-transform: uppercase;
width: auto;
}
.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
border-bottom: 1px solid;
padding-top: 10px !important;
padding-bottom: 10px;
margin-bottom: 0;
}
.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
border: 0;
}
.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .quantity,
.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .quantity .amount {
font-size: 13px;
}
.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove {
text-align: left;
top: 40% !important;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
border-top: none;
line-height: 24px;
padding: 25px 0;
margin: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .total strong {
font-size: 14px;
text-transform: uppercase;
}
.widget_shopping_cart .widget_shopping_cart_content .total .amount {
font-weight: 600;
font-size: 24px;
margin-top: 0;
float: right;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons {
margin-bottom: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a {
color: #ffffff;
margin-right: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: 100%;
margin: 0 0 10px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
opacity: 1;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a:after {
display: none;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button:hover {
color: #ffffff;
opacity: 0.8;
}.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
opacity: 0;
-webkit-transform: scale(0.9);
transform: scale(0.9);
will-change: opacity, transform;
}
.woocommerce ul.products li.product.animated,
.woocommerce-page ul.products li.product.animated {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}.product_layout_classic .product-images-wrapper {
position: relative;
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery .flex-viewport {
max-width: 84%;
width: 84% !important;
}
@-moz-document url-prefix() {
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery .flex-viewport img {
max-width: calc(84% - 0.625rem);
}
}
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery .flex-viewport img,
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery .flex-viewport a.video iframe {
padding-left: 1px;
}
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery ol.flex-control-thumbs {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
max-height: 365px;
padding: 0 10px 0 0 !important;
margin: 0 !important;
width: 16% !important;
}
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery ol.flex-control-thumbs li {
width: 100% !important;
padding: 0 0 10px 0;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery ol.flex-control-thumbs li img {
border: 0 !important;
outline: 0 !important;
opacity: 1 !important;
height: auto;
cursor: pointer;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
transform: translateZ(0) scale(1, 1);
}
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
opacity: 0.2 !important;
}
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery ol.flex-control-thumbs li:hover img {
opacity: 0.2 !important;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery .flex-viewport {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
@media screen and (min-width: 85.4375em) {
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery ol.flex-control-thumbs {
max-height: 488px;
}
}
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__image.youtube .fluid-width-video-wrapper {
padding-top: 56.2222%;
width: 100%;
position: relative;
}
.product_layout_classic .product-images-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__image.youtube .fluid-width-video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.product_layout_classic .product-images-wrapper .zoomImg:hover {
cursor: url(//www.hamminger.com/wp-content/themes/shopkeeper/images/cursor-zoom.png), auto;
}
.product_layout_classic .product-images-wrapper .flex-active-slide a:not(.fresco) {
pointer-events: none;
}
.product_layout_classic .product-images-wrapper .easyzoom.is-loading:after {
display: none;
}
.product_layout_classic .product-images-layout-mobile {
display: none;
}
@media screen and (min-width: 64.0625em) and (max-width: 75em) {
.product_layout_classic .product_content_wrapper > .row > .large-1 {
display: none;
}
.product_layout_classic .product_content_wrapper > .row > .large-4 {
padding-left: 40px;
width: 50%;
}
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .product_content_wrapper .product-images-wrapper {
margin: 0 !important;
}
}
.product_layout_classic .product_content_wrapper .product_infos {
z-index: 1;
-webkit-transition: bottom 0.6s;
transition: bottom 0.6s;
position: relative;
}
@media screen and (min-width: 150.0625em) {
.product_layout_classic .product_content_wrapper .product_infos {
padding: 0 20px 0 20px;
}
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top {
padding: 30px 0;
margin: 0;
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top {
margin-top: -4px;
margin-bottom: 25px;
padding: 0;
}
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top:after {
content: "";
display: block;
clear: both;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb {
width: 70%;
float: left;
text-transform: uppercase;
font-size: 0px;
line-height: 18px;
padding: 0;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrump_sep {
font-size: 10px;
padding-left: 7px;
padding-right: 7px;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrump_sep:last-child {
display: none;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb a {
font-size: 10px;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb a:first-child {
padding-left: 0;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrumb-last-item {
display: none;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating {
width: auto;
float: right;
margin-bottom: 0;
position: relative;
text-align: right;
line-height: 18px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating .woocommerce-review-link {
font-size: 0;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
width: 100%;
height: 10px;
padding-bottom: 30px;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating .star-rating {
top: -2px;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover {
position: absolute;
top: -40px;
right: 0;
margin: 0 auto;
text-align: center;
width: auto;
padding: 5px 10px 7px;
white-space: nowrap;
font-size: 12px;
line-height: 20px;
background: #000;
color: #FFF;
pointer-events: none;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
visibility: hidden;
}
@media screen and (max-width: 64em) {
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover {
top: 10px;
}
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover.hovered {
-webkit-transition: all 0.5s;
transition: all 0.5s;
opacity: 1;
visibility: visible;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover:before {
top: 100%;
right: 40px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(27, 27, 29, 0);
border-top-color: #1b1b1d;
border-width: 4px;
}
.product_layout_classic .product_content_wrapper .product_infos .product_summary_middle .product_title {
text-align: left;
margin-bottom: 21px;
}
.product_layout_classic .product_content_wrapper .product_infos .price {
font-size: 22px !important;
font-weight: 600;
}
.product_layout_classic .product_content_wrapper .product_infos .group_table tr td {
font-size: 1rem;
padding-bottom: 13px !important;
padding-top: 13px !important;
text-align: left;
vertical-align: middle !important;
}
.product_layout_classic .product_content_wrapper .product_infos .group_table tr:first-child td {
padding-top: 5px !important;
}
.product_layout_classic .product_content_wrapper .product_infos .group_table tr:last-child td {
border-bottom: none;
}
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__quantity {
padding-right: 13px;
}
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__quantity .wc-grouped-product-add-to-cart-checkbox {
-webkit-transform: scale(1) !important;
transform: scale(1) !important;
width: 35px !important;
height: 35px;
outline: 0;
}
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__quantity .button {
min-width: 100px;
}
@media screen and (max-width: 55em) {
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__quantity .button {
max-width: 110px;
word-break: break-word;
padding: 16px !important;
}
}
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__quantity .button:hover {
color: #fff;
}
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__quantity .quantity.default {
width: 60px;
margin: 0 auto;
}
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__quantity .quantity.custom {
margin: 0 auto;
}
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__label {
display: table-cell;
cursor: default !important;
color: #333;
}
@media screen and (max-width: 64em) {
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__label {
padding-left: 10px !important;
padding-right: 10px !important;
}
}
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__label label {
margin-top: -5px;
cursor: default !important;
padding-right: 0;
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__label label {
margin-top: 0;
}
}
@media screen and (max-width: 64em) {
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__label label a {
font-size: 13px !important;
}
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__label .price {
display: none;
}
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__price {
display: table-cell;
}
}
@media screen and (max-width: 64em) {
.product_layout_classic .product_content_wrapper .product_infos .group_table td.woocommerce-grouped-product-list-item__price {
font-size: 13px !important;
text-align: right;
}
}
.product_layout_classic .product_content_wrapper .product_infos .group_table label a {
font-size: 1rem;
line-height: 1.3125rem;
font-weight: 600;
white-space: normal;
text-transform: capitalize;
}
.product_layout_classic .product_content_wrapper .product_infos .group_table del .amount {
margin-right: 5px;
}
.product_layout_classic .product_content_wrapper .product_infos .woocommerce-variation-availability {
margin-top: 30px;
}
.product_layout_classic .product_content_wrapper .product_infos .woocommerce-variation-availability p.out-of-stock {
display: block !important;
text-align: center;
border: 1px dashed;
padding: 15px 0;
text-transform: uppercase;
font-weight: 600;
font-size: 0.6875rem;
}
.product_layout_classic .product_content_wrapper .product_infos p.out-of-stock {
display: none;
}
.product_layout_classic .product_content_wrapper .product_infos .out_of_stock_wrapper {
margin-bottom: 2.5rem;
}
.product_layout_classic .product_content_wrapper .product_infos .out_of_stock_wrapper .out_of_stock_badge_single {
text-align: center;
border: 1px dashed;
padding: 15px 0;
text-transform: uppercase;
font-weight: 600;
font-size: 0.6875rem;
}
.product_layout_classic .product_content_wrapper .product_infos .composited_product_details_wrapper .details p.out-of-stock {
display: block;
}
.product_layout_classic .product_content_wrapper .product_infos form.cart {
margin-bottom: 30px;
}
.product_layout_classic .product_content_wrapper .product_infos form.cart table.group_table {
margin-bottom: 30px;
}
.product_layout_classic .product_content_wrapper .product_infos form.cart #wc-stripe-payment-request-wrapper {
padding-top: 1rem !important;
}
.product_layout_classic .product_content_wrapper .product_infos form.cart #wc-stripe-payment-request-button-separator {
margin: 1rem 0 !important;
text-transform: lowercase;
font-size: 12px;
}
@media screen and (min-width: 768px) {
.product_layout_classic .product_content_wrapper .product_infos form.cart #wc-stripe-payment-request-button-separator + .single_add_to_cart_button {
width: 100% !important;
}
}
.product_layout_classic .product_content_wrapper .product_infos form.cart .quantity:not(.hidden).default {
margin-bottom: 10px;
}
.product_layout_classic .product_content_wrapper .product_infos form.cart .quantity:not(.hidden).default input {
padding: 25px 0;
}
.product_layout_classic .product_content_wrapper .product_infos form.cart .button.added_to_cart_button,
.product_layout_classic .product_content_wrapper .product_infos form.cart .added_to_cart {
display: none !important;
}
.product_layout_classic .product_content_wrapper .product_infos form.cart .button {
display: inline-block;
float: none !important;
vertical-align: top !important;
}
@media all and (max-width: 767px) {
.product_layout_classic .product_content_wrapper .product_infos form.cart .button {
min-width: auto;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
float: left !important;
text-align: center;
padding: 16px 38px !important;
}
}
.product_layout_classic .product_content_wrapper .product_infos #yith-wcwl-popup-message {
display: none !important;
}
.product_layout_classic .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist,
.product_layout_classic .product_content_wrapper .product_infos .yith-add-to-wishlist-button-block {
margin: 0 0 17px;
height: auto;
position: relative;
height: auto;
}
.product_layout_classic .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show:before,
.product_layout_classic .product_content_wrapper .product_infos .yith-add-to-wishlist-button-block .yith-wcwl-add-button.show:before {
content: "";
}
.product_layout_classic .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a.add_to_wishlist .add_to_wishlist_text:before,
.product_layout_classic .product_content_wrapper .product_infos .yith-add-to-wishlist-button-block .yith-wcwl-add-button.show a.add_to_wishlist .add_to_wishlist_text:before {
top: 100%;
left: 10px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(27, 27, 29, 0);
border-top-color: #1b1b1d;
border-width: 4px;
}
.product_layout_classic .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before,
.product_layout_classic .product_content_wrapper .product_infos .yith-add-to-wishlist-button-block .yith-wcwl-add-button:before {
content: "\f08a";
}
@media screen and (min-width: 75.0625em) {
.product_layout_classic .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist:after,
.product_layout_classic .product_content_wrapper .product_infos .yith-add-to-wishlist-button-block:after {
content: "";
width: 50px;
height: 1px;
display: block;
margin-top: 15px;
}
}
.product_layout_classic .product-image-link {
display: block;
}
.product_layout_classic .product-image-link:hover {
cursor: grab;
cursor: -webkit-grab;
cursor: -moz-grab;
}
.product_layout_classic .recently_viewed_in_single h2 {
font-size: 0.8em;
margin: 0 0 15px 0;
-ms-word-wrap: normal;
word-wrap: normal;
}
.product_layout_classic .recently_viewed_in_single ul {
margin: 0;
padding: 0;
list-style: none;
}
.product_layout_classic .recently_viewed_in_single li {
padding: 0;
margin: 0 0 20px 0;
}
.product_layout_classic .single-product .button.product_type_external {
overflow: hidden !important;
min-width: 0;
max-width: 60px;
color: transparent !important;
padding: 0 !important;
width: 60px;
text-align: center;
}
.product_layout_classic .product_meta {
font-size: 10px;
line-height: 22px;
font-weight: 600;
text-transform: uppercase;
margin: 0px;
padding: 22px 30px 22px;
text-align: left;
padding: 0;
clear: left;
}
@media screen and (max-width: 75em) {
.product_layout_classic .product_meta {
padding: 20px 0;
border-top-width: 1px;
border-top-style: solid;
}
}
.product_layout_classic .product_meta > span {
display: block;
text-transform: uppercase;
}
.product_layout_classic .product_meta > span a {
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
-webkit-transition: color 0.3s;
transition: color 0.3s;
font-weight: 600;
}
.product_layout_classic .product_meta > span a:hover {
opacity: 1;
}
.product_layout_classic .mobile_gallery,
.product_layout_classic .mobile_gallery_thumbs {
display: none;
}
@media screen and (max-width: 64em) {
.product_layout_classic .mobile_gallery,
.product_layout_classic .mobile_gallery_thumbs {
display: block;
}
}
.product_layout_classic .mobile_gallery {
position: relative;
}
.product_layout_classic .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a.fresco.zoom,
.product_layout_classic .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a:not(.fresco) {
display: block;
}
.product_layout_classic .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.mobile-gallery a.fresco {
display: block;
}
.product_layout_classic .woocommerce-product-gallery ol.flex-control-thumbs {
padding: 5px 0 0 0 !important;
margin: 0 -5px !important;
}
.product_layout_classic .woocommerce-product-gallery ol.flex-control-thumbs li {
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
padding: 5px;
}
.product_layout_classic .woocommerce-product-gallery ol.flex-control-thumbs li img {
opacity: 1 !important;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
transform: translateZ(0) scale(1, 1);
}
.product_layout_classic .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
opacity: 0.2 !important;
}
.product_layout_classic .woocommerce-product-gallery ol.flex-control-thumbs li:hover img {
opacity: 0.2 !important;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.product_layout_classic .woocommerce-product-gallery .woocommerce-product-gallery__image.youtube .fluid-width-video-wrapper {
padding-top: 56.2222%;
width: 100%;
position: relative;
}
.product_layout_classic .woocommerce-product-gallery .woocommerce-product-gallery__image.youtube .fluid-width-video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.product_layout_classic .woocommerce-tabs {
padding-top: 80px;
}
@media screen and (max-width: 47.9375em) {
.product_layout_classic .woocommerce-tabs {
padding-top: 40px;
}
}
.product_layout_classic .woocommerce-tabs .panel {
margin: 0 !important;
}
.product_layout_classic .woocommerce-tabs .panel > h2:first-child {
display: none;
}
.product_layout_classic .woocommerce-tabs .panel .large-8 > h2:first-child {
display: none;
}
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes {
border-top: none;
margin-top: -5px;
margin-bottom: -2px;
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes {
margin-top: 0px;
margin-bottom: 0px;
}
}
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes tr:last-child {
border-bottom: none;
}
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes tr:last-child td {
border-bottom: none;
}
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th,
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
font-size: 1rem;
font-weight: normal;
}
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th {
width: 110px;
padding: 11px 20px 11px 0;
border: none;
font-weight: 600;
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th {
width: 150px;
}
}
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
padding: 11px 0px 11px;
font-style: normal;
border: none;
}
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes p {
padding: 0;
}
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes .alt td,
.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes .alt th {
background: none !important;
}
.product_layout_classic .woocommerce-tabs .panel #reviews {
margin-top: 24px;
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .woocommerce-tabs .panel #reviews {
font-size: 1.3125rem;
}
}
.product_layout_classic .woocommerce-tabs .panel #reviews #comment {
height: 140px;
}
.product_layout_classic .woocommerce-tabs .panel #reviews .star-rating {
font-size: 10px;
top: 4px;
margin-right: -70px;
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .woocommerce-tabs .panel #reviews .star-rating {
margin-right: -100px;
}
}
.product_layout_classic .woocommerce-tabs .panel #reviews .woocommerce-Reviews-title {
font-size: 21px;
margin-bottom: 25px;
}
.product_layout_classic .woocommerce-tabs .panel #reviews .comment-metadata {
margin-bottom: 16px;
margin-top: -3px;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #comments {
margin: 0 0 45px;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist {
margin: 0px 0 30px;
width: 100%;
background: none;
list-style: none;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li {
padding: 0;
margin: 25px 0 30px;
border: 0;
position: relative;
background: 0;
border: 0;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li:first-child {
margin-top: 0px;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li img.avatar {
background: none;
border: 0;
margin: 0;
line-height: 1;
position: absolute;
float: none;
left: 0;
top: -5px;
width: 50px;
height: 50px;
padding: 0;
overflow: hidden;
border-radius: 70px;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text {
margin: 0 70px 0 70px;
border: 0;
border-radius: 0;
padding: 0;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text .verified {
color: #a1a1a1;
display: inline-block;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li .description {
margin: 11px -70px 0 0;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form-rating {
margin: 0 0 20px;
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form-rating p.stars {
font-size: 0.875rem;
}
}
.product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-author {
margin-bottom: 0;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-email {
margin-bottom: 15px;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-comment {
margin-top: -30px;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond input#submit {
font-size: 13px;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond input#submit:hover {
color: #FFF;
}
.product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-first.comment-form-author,
.product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-last.comment-form-email {
width: 100%;
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-first.comment-form-author,
.product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-last.comment-form-email {
width: 48%;
}
}
.product_layout_classic .woocommerce-tabs .panel #reviews h3 {
font-size: 1.125rem;
}
.product_layout_classic .woocommerce-tabs .panel #reviews span.comment-reply-title {
font-size: 1.3125rem;
line-height: 1.4;
font-weight: 600;
margin-bottom: 7px;
text-align: left;
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .woocommerce-tabs .panel #reviews span.comment-reply-title {
font-size: 1.75rem;
line-height: 1.3;
}
}
.product_layout_classic .woocommerce-tabs ul.tabs {
padding-left: 0 !important;
margin-bottom: 50px !important;
text-align: center !important;
}
.product_layout_classic .woocommerce-tabs ul.tabs:before {
display: none !important;
}
.product_layout_classic .woocommerce-tabs ul.tabs li {
border: none !important;
background: none !important;
border-radius: 0px !important;
padding: 0 !important;
margin: 0 15px !important;
font-size: 13px;
}
.product_layout_classic .woocommerce-tabs ul.tabs li a {
text-transform: uppercase;
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .woocommerce-tabs ul.tabs li a {
line-height: 1.5;
padding: 18px 0 5px !important;
border-bottom: none;
}
.product_layout_classic .woocommerce-tabs ul.tabs li a.active {
border-bottom: none;
}
}
@media screen and (min-width: 64.0625em) {
.product_layout_classic .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0 !important;
}
}
.product_layout_classic .woocommerce-tabs ul.tabs li.active {
background: none !important;
border-top: 3px solid !important;
}
.product_layout_classic .woocommerce-tabs ul.tabs li:before, .product_layout_classic .woocommerce-tabs ul.tabs li:after {
display: none !important;
}
.product_layout_classic section.related h2,
.product_layout_classic section.up-sells h2 {
text-align: center;
font-size: 13px !important;
text-transform: uppercase;
margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
.product_layout_classic section.related h2,
.product_layout_classic section.up-sells h2 {
margin-top: 75px;
}
}
@media screen and (min-width: 1024px) {
.product_layout_classic section.related h2,
.product_layout_classic section.up-sells h2 {
margin-top: 100px;
}
}
.product_layout_classic .single_product_summary_upsell + .single_product_summary_related .related h2 {
margin-top: 0;
}
.product_layout_classic .related .large-centered,
.product_layout_classic .related .medium-centered,
.product_layout_classic .related .small-centered,
.product_layout_classic .up-sells .large-centered,
.product_layout_classic .up-sells .medium-centered,
.product_layout_classic .up-sells .small-centered {
float: left !important;
}
@media screen and (max-width: 75em) {
.product_layout_classic .product_navigation {
display: block;
width: auto;
text-align: center;
padding: 20px 0;
overflow: hidden;
border-top-width: 1px;
border-top-style: solid;
}
.product_layout_classic .product_navigation #nav-below {
padding: 0;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous,
.product_layout_classic .product_navigation #nav-below .product-nav-next {
display: inline-block;
text-align: center;
width: 50%;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous a,
.product_layout_classic .product_navigation #nav-below .product-nav-next a {
display: inline-block;
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size: 20px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous a:hover,
.product_layout_classic .product_navigation #nav-below .product-nav-next a:hover {
opacity: 1 !important;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous a span,
.product_layout_classic .product_navigation #nav-below .product-nav-next a span {
display: inline-block;
font-size: 10px;
text-transform: uppercase;
font-weight: 600;
text-align: left;
position: relative;
top: -5px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous a i,
.product_layout_classic .product_navigation #nav-below .product-nav-next a i {
display: inline-block;
position: relative;
width: 15px;
height: 20px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous a:hover,
.product_layout_classic .product_navigation #nav-below .product-nav-next a:hover {
opacity: 0.7;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous {
float: left;
text-align: left;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous i {
left: -8px;
}
.product_layout_classic .product_navigation #nav-below .product-nav-next {
float: right;
text-align: right;
}
.product_layout_classic .product_navigation #nav-below .product-nav-next i {
right: -1px;
}
}
@media screen and (min-width: 75.0625em) {
.product_layout_classic .product_navigation {
position: fixed;
left: 100%;
top: 430px;
z-index: 999;
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-animation: slide-in-from-right;
animation: slide-in-from-right;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous,
.product_layout_classic .product_navigation #nav-below .product-nav-next {
text-align: center;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous a,
.product_layout_classic .product_navigation #nav-below .product-nav-next a {
display: block;
-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
border-radius: 50%;
text-align: center;
padding-top: 3px;
width: 38px;
height: 38px;
margin: 10px 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
font-size: 24px;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous a span,
.product_layout_classic .product_navigation #nav-below .product-nav-next a span {
display: none;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous a:hover,
.product_layout_classic .product_navigation #nav-below .product-nav-next a:hover {
opacity: 0.7;
}
.product_layout_classic .product_navigation #nav-below .product-nav-previous {
margin-bottom: 10px;
}
}
@-webkit-keyframes slide-in-from-right {
0% {
-webkit-transform: translateX(55px);
transform: translateX(55px);
}
50% {
-webkit-transform: translateX(-95px);
transform: translateX(-95px);
}
75% {
-webkit-transform: translateX(-95px);
transform: translateX(-95px);
}
100% {
-webkit-transform: translateX(-95px);
transform: translateX(-95px);
}
}
@keyframes slide-in-from-right {
0% {
-webkit-transform: translateX(55px);
transform: translateX(55px);
}
50% {
-webkit-transform: translateX(-95px);
transform: translateX(-95px);
}
75% {
-webkit-transform: translateX(-95px);
transform: translateX(-95px);
}
100% {
-webkit-transform: translateX(-95px);
transform: translateX(-95px);
}
}
.product_layout_classic .product-badges {
position: absolute;
top: 12px;
margin-left: 15px;
z-index: 998;
}
@media screen and (min-width: 1024px) {
.product_layout_classic .product-badges {
z-index: 999;
top: 12px;
margin-left: -10px;
}
}
.product_layout_classic .product-badges .product-sale .onsale {
position: inherit;
top: inherit;
margin-right: 0;
display: inline-block;
}@media screen and (max-width: 64em) {
body.woocommerce.single-product .content-area {
padding: 0;
}
body.woocommerce.single-product .upsells h2,
body.woocommerce.single-product .related h2 {
text-align: left !important;
}
}
@media screen and (max-width: 47.9375em) {
.custom-layout .comment-notes,
.default-layout .comment-notes {
text-align: left;
}
.custom-layout .woocommerce-tabs #tab-description,
.custom-layout .product_content_wrapper .woocommerce-tabs #tab-description,
.default-layout .woocommerce-tabs #tab-description,
.default-layout .product_content_wrapper .woocommerce-tabs #tab-description {
text-align: left;
}
.custom-layout .woocommerce-tabs ul.tabs,
.custom-layout .product_content_wrapper .woocommerce-tabs ul.tabs,
.default-layout .woocommerce-tabs ul.tabs,
.default-layout .product_content_wrapper .woocommerce-tabs ul.tabs {
margin-bottom: 20px !important;
}
.custom-layout .woocommerce-tabs ul.tabs li,
.custom-layout .product_content_wrapper .woocommerce-tabs ul.tabs li,
.default-layout .woocommerce-tabs ul.tabs li,
.default-layout .product_content_wrapper .woocommerce-tabs ul.tabs li {
display: block !important;
}
.custom-layout .woocommerce-tabs ul.tabs li.active,
.custom-layout .product_content_wrapper .woocommerce-tabs ul.tabs li.active,
.default-layout .woocommerce-tabs ul.tabs li.active,
.default-layout .product_content_wrapper .woocommerce-tabs ul.tabs li.active {
border-top: none !important;
}
}
@media screen and (max-width: 55em) {
.custom-layout .product:not(.product-type-grouped) .product_content_wrapper .product_images .product_image,
.default-layout .product:not(.product-type-grouped) .product_content_wrapper .product_images .product_image {
padding: 0;
}
.custom-layout .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart,
.default-layout .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart {
float: none;
}
.custom-layout .product:not(.product-type-grouped) .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist,
.default-layout .product:not(.product-type-grouped) .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
margin: 0 0 20px;
}
.custom-layout .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating,
.default-layout .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating {
float: none;
text-align: left;
top: 10px;
}
.custom-layout .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating .woocommerce-review-link,
.default-layout .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating .woocommerce-review-link {
padding: 0;
}
.custom-layout .product .product_content_wrapper .product_infos form.cart,
.default-layout .product .product_content_wrapper .product_infos form.cart {
margin-bottom: 20px;
}
.custom-layout .product .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist,
.default-layout .product .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
margin: 0 2px 35px;
height: auto;
float: left;
position: relative;
}
.custom-layout .woocommerce-tabs,
.custom-layout .product_content_wrapper .woocommerce-tabs,
.default-layout .woocommerce-tabs,
.default-layout .product_content_wrapper .woocommerce-tabs {
padding-top: 40px;
}
.custom-layout .woocommerce-tabs ul.tabs,
.custom-layout .product_content_wrapper .woocommerce-tabs ul.tabs,
.default-layout .woocommerce-tabs ul.tabs,
.default-layout .product_content_wrapper .woocommerce-tabs ul.tabs {
text-align: center !important;
}
.custom-layout .woocommerce-tabs ul.tabs li.active,
.custom-layout .product_content_wrapper .woocommerce-tabs ul.tabs li.active,
.default-layout .woocommerce-tabs ul.tabs li.active,
.default-layout .product_content_wrapper .woocommerce-tabs ul.tabs li.active {
border-top: none !important;
}
.custom-layout section.related h2,
.custom-layout section.up-sells h2,
.default-layout section.related h2,
.default-layout section.up-sells h2 {
margin: 40px 0 25px;
text-align: center;
}
}
@media screen and (min-width: 55.0625em) and (max-width: 64em) {
.custom-layout .woocommerce-tabs,
.custom-layout .product_content_wrapper .woocommerce-tabs,
.default-layout .woocommerce-tabs,
.default-layout .product_content_wrapper .woocommerce-tabs {
padding-top: 80px;
}
.custom-layout .woocommerce-tabs ul.tabs,
.custom-layout .product_content_wrapper .woocommerce-tabs ul.tabs,
.default-layout .woocommerce-tabs ul.tabs,
.default-layout .product_content_wrapper .woocommerce-tabs ul.tabs {
text-align: left !important;
margin-bottom: 30px !important;
}
.custom-layout .woocommerce-tabs ul.tabs li:first-child,
.custom-layout .product_content_wrapper .woocommerce-tabs ul.tabs li:first-child,
.default-layout .woocommerce-tabs ul.tabs li:first-child,
.default-layout .product_content_wrapper .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0 !important;
}
.custom-layout .woocommerce-tabs ul.tabs li:last-child,
.custom-layout .product_content_wrapper .woocommerce-tabs ul.tabs li:last-child,
.default-layout .woocommerce-tabs ul.tabs li:last-child,
.default-layout .product_content_wrapper .woocommerce-tabs ul.tabs li:last-child {
margin-right: 0 !important;
}
}
@media screen and (min-width: 48em) and (max-width: 64em) {
.custom-layout .product_content_wrapper .product-images-wrapper,
.default-layout .product_content_wrapper .product-images-wrapper {
margin: 0;
}
.custom-layout .product_content_wrapper .product_infos .product_summary_middle .product_title,
.default-layout .product_content_wrapper .product_infos .product_summary_middle .product_title {
margin-bottom: 30px;
}
.custom-layout .related,
.default-layout .related {
margin-bottom: 40px;
}
}
@media screen and (max-width: 64em) {
.custom-layout .product_content_wrapper,
.default-layout .product_content_wrapper {
margin-top: 0;
max-width: 100%;
}
.custom-layout .product_content_wrapper div.images.woocommerce-product-gallery,
.default-layout .product_content_wrapper div.images.woocommerce-product-gallery {
margin-bottom: 0;
}
.custom-layout .product_content_wrapper .product_title,
.default-layout .product_content_wrapper .product_title {
width: 100% !important;
word-break: break-word;
}
.custom-layout .product_content_wrapper .product_infos,
.default-layout .product_content_wrapper .product_infos {
padding-bottom: 0;
overflow-y: visible;
}
.custom-layout .product_content_wrapper .product_infos .product_summary_top,
.default-layout .product_content_wrapper .product_infos .product_summary_top {
margin: 0;
padding: 35px 0 30px;
}
.custom-layout .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb,
.default-layout .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb {
float: none;
line-height: 1.4;
width: 100%;
}
.custom-layout .product_content_wrapper .product_infos .price,
.default-layout .product_content_wrapper .product_infos .price {
padding: 0 0 15px;
margin-bottom: 0;
}
}
@media screen and (max-width: 47.9375em) {
.default-layout .product-images-wrapper {
margin: 0 -30px;
}
}
@media screen and (max-width: 47.9375em) {
.custom-layout .product-images-wrapper {
margin: 0 -20px;
}
.custom-layout .product_infos,
.custom-layout .woocommerce-tabs,
.custom-layout .single_product_summary_related,
.custom-layout .single_product_summary_upsell {
padding-left: 0.625rem;
padding-right: 0.625rem;
}
}ul.sk_social_icons_list{clear:both;display:block;margin:15px 0;padding:0;vertical-align:middle}ul.sk_social_icons_list.left{text-align:left}ul.sk_social_icons_list.center{text-align:center}ul.sk_social_icons_list.right{text-align:right}ul.sk_social_icons_list li.sk_social_icon{display:inline-block;list-style:none;line-height:1;margin:10px 30px 10px 0;padding-top:0!important;vertical-align:middle}ul.sk_social_icons_list li.sk_social_icon:last-child{margin-right:0;margin-bottom:10px}ul.sk_social_icons_list li.sk_social_icon a.sk_social_icon_link{display:block;overflow:visible;line-height:0}ul.sk_social_icons_list li.sk_social_icon a.sk_social_icon_link:hover i{opacity:.75}ul.sk_social_icons_list li.sk_social_icon a.sk_social_icon_link i{-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.site-top-bar-social-icons-wrapper{display:block;float:right;padding:8px 0}.site-top-bar-social-icons-wrapper ul.sk_social_icons_list{margin:0 0 0 50px}.site-top-bar-social-icons-wrapper ul.sk_social_icons_list li.sk_social_icon{margin:5px 10px 5px 0}.site-top-bar-social-icons-wrapper ul.sk_social_icons_list li.sk_social_icon:last-child{margin-right:0}.site-top-bar-social-icons-wrapper ul.sk_social_icons_list li.sk_social_icon img,.site-top-bar-social-icons-wrapper ul.sk_social_icons_list li.sk_social_icon svg{width:16px!important;height:16px!important}.footer_socials_wrapper{margin-bottom:21px}@media only screen and (min-width:40.063em){.footer_socials_wrapper{margin-bottom:34px}}.off-canvas ul.sk_social_icons_list li.sk_social_icon{margin:10px 22px 10px 0}.off-canvas ul.sk_social_icons_list li.sk_social_icon svg{width:18px!important;height:18px!important}.rtl ul.sk_social_icons_list li.sk_social_icon{margin:10px 0 10px 30px}.rtl ul.sk_social_icons_list li.sk_social_icon:last-child{margin-left:0}.rtl .widget_shopkeeper_social_media ul.sk_social_icons_list{text-align:right}.rtl .site-top-bar-social-icons-wrapper{float:left}.rtl .site-top-bar-social-icons-wrapper ul.sk_social_icons_list{padding-left:0;padding-right:50px}.rtl .site-top-bar-social-icons-wrapper ul.sk_social_icons_list li.sk_social_icon{margin:5px  5px 10px}.rtl .site-top-bar-social-icons-wrapper ul.sk_social_icons_list li.sk_social_icon:last-child{margin-left:0}.rtl .off-canvas ul.sk_social_icons_list{text-align:right}.rtl .off-canvas ul.sk_social_icons_list li.sk_social_icon{margin:10px 0 10px 22px}@media only screen and (max-width:1201px){.product_socials_wrapper{display:table;width:100%;text-align:center;padding:20px 0;border-top-width:1px;border-top-style:solid}.product_socials_wrapper .product_socials_wrapper_inner,.product_socials_wrapper .share-product-text{display:table-cell;vertical-align:middle;width:50%}.product_socials_wrapper .share-product-text{font-size:10px;text-transform:uppercase;font-weight:bold;text-align:left}.product_socials_wrapper .product_socials_wrapper_inner{text-align:right}.product_socials_wrapper .product_socials_wrapper_inner a{padding-right:10px}}@media only screen and (min-width:1201px){.product_socials_wrapper{position:fixed;top:430px;right:100%;z-index:999;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-animation:slide-in-from-left;animation:slide-in-from-left;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.product_socials_wrapper .share-product-text{display:none}.product_socials_wrapper .product_socials_wrapper_inner a{display:block;-webkit-box-shadow:0px 4px 8px 0px rgba(0, 0, 0, 0.1);box-shadow:0px 4px 8px 0px rgba(0, 0, 0, 0.1);border-radius:50%;text-align:center;padding-top:10px;margin:10px 0;width:38px;height:38px}.product_socials_wrapper .product_socials_wrapper_inner a:first-child{margin-top:0}}@-webkit-keyframes slide-in-from-left{0%{-webkit-transform:translateX(-55px);transform:translateX(-55px)}50%{-webkit-transform:translateX(95px);transform:translateX(95px)}75%{-webkit-transform:translateX(95px);transform:translateX(95px)}to{-webkit-transform:translateX(95px);transform:translateX(95px)}}@keyframes slide-in-from-left{0%{-webkit-transform:translateX(-55px);transform:translateX(-55px)}50%{-webkit-transform:translateX(95px);transform:translateX(95px)}75%{-webkit-transform:translateX(95px);transform:translateX(95px)}to{-webkit-transform:translateX(95px);transform:translateX(95px)}}@media only screen and (max-width:1024px){.rtl .product_socials_wrapper_inner{float:left;text-align:left}.rtl .share-product-text{float:right;text-align:right}}.wcpa_form_outer{margin:1em 0 2em 0;width:100%;clear:both;flex:0 0 100%}.wcpa_form_outer *{box-sizing:border-box}.wcpa_skeleton_loader_area{width:100%;display:block;margin:2em 0 2em}.wcpa_skeleton_loader{width:100%;display:block;margin:0 0 23px}.wcpa_skeleton_loader *{background:#eee;background:linear-gradient(130deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);border-radius:5px;background-size:200% 100%;animation:1.5s shine linear infinite}.wcpa_skeleton_loader .wcpa_skeleton_label{width:75px;height:20px;display:block;margin:0 0 8px}.wcpa_skeleton_loader .wcpa_skeleton_field{width:100%;height:45px;display:block;border-radius:4px}.wcpa_skeleton_loader .wcpa_skeleton_fieldarea{width:100%;height:175px;display:block;border-radius:4px}@keyframes shine{to{background-position-x:-200%}}@keyframes wcpaAnimate{0%{opacity:0}100%{opacity:1}}.wcpa_wrap{padding:0 2px}.wcpa_wrap .wcpa_new{animation-name:wcpaAnimate;animation-duration:.5s;animation-timing-function:ease-out}.wcpa_wrap .wcpa_row{flex-wrap:wrap}.wcpa_wrap .wcpa-col-1,.wcpa_wrap .wcpa-col-2,.wcpa_wrap .wcpa-col-3,.wcpa_wrap .wcpa-col-4,.wcpa_wrap .wcpa-col-5,.wcpa_wrap .wcpa-col-6{padding:0 7px}.wcpa_wrap .wcpa-col-6{width:100%}.wcpa_wrap .wcpa-col-5{width:83.33333333%}.wcpa_wrap .wcpa-col-4{width:66.66666667%}.wcpa_wrap .wcpa-col-3{width:50%}.wcpa_wrap .wcpa-col-2{width:33.33333%}.wcpa_wrap .wcpa-col-1{width:16.66666%}.wcpa_wrap .wcpa_field_wrap{margin:0 0 15px}.wcpa_wrap .wcpa_field_wrap:first-child{padding-left:0}.wcpa_wrap .wcpa_field_wrap:last-child{padding-right:0}.wcpa_wrap .wcpa_field_wrap input[type=text],.wcpa_wrap .wcpa_field_wrap input[type=url],.wcpa_wrap .wcpa_field_wrap input[type=date],.wcpa_wrap .wcpa_field_wrap input[type=time],.wcpa_wrap .wcpa_field_wrap input[type=number],.wcpa_wrap .wcpa_field_wrap input[type=email],.wcpa_wrap .wcpa_field_wrap input[type=tel],.wcpa_wrap .wcpa_field_wrap input[type=password],.wcpa_wrap .wcpa_field_wrap select,.wcpa_wrap .wcpa_field_wrap textarea{width:100%}.wcpa_wrap .wcpa_date_field_wrap input{padding-right:25px !important}.wcpa_wrap .wcpa_date_field_wrap{position:relative;width:100%}.wcpa_wrap .wcpa_date_field_wrap .wcpa_reset_field{position:absolute;top:50%;transform:translateY(-50%);right:10px;background-image:url(//www.hamminger.com/wp-content/plugins/woo-custom-product-addons/assets/images/date-reset.svg);background-repeat:no-repeat;background-size:contain;width:15px;height:15px;z-index:1;cursor:pointer;display:block}.wcpa_wrap .wcpa_date_field_wrap .inline+.wcpa_reset_field{display:none !important}.wcpa_wrap .wcpa_checkbox{position:relative}.wcpa_wrap .wcpa_checkbox label{margin:0;display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer}.wcpa_wrap .wcpa_checkbox input{margin:3px 3px 3px 4px}.wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom{display:none}.wcpa_wrap .wcpa_radio{position:relative}.wcpa_wrap .wcpa_radio label{margin:0;display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer}.wcpa_wrap .wcpa_radio label input{margin:3px 3px 3px 4px}.wcpa_wrap .wcpa_radio .wcpa_radio_custom{display:none}.wcpa_wrap .wcpa_group_field,.wcpa_wrap .wcpa_grp_items{display:grid;grid-template-columns:100%;gap:10px 20px;align-items:flex-start}.wcpa_wrap .wcpa_grp_wrap .wcpa_grp_title{margin:0 0px 10px 0px}.wcpa_wrap .wcpa_field{width:100%}.wcpa_wrap .wcpa_fl_inline{display:flex;flex-wrap:wrap}.wcpa_wrap .wcpa_fl_inline.wcpa_grouped_options{display:block}.wcpa_wrap .wcpa_fl_inline .wcpa_grp_items{display:flex;flex-wrap:wrap}.wcpa_wrap .wcpa_field_label{width:100%;font-weight:400;line-height:20px;margin:0 0 8px 0;display:inline-block}.wcpa_wrap .wcpa_field_desc{margin:4px 0 0;font-size:.8em}.wcpa_wrap .wcpa_cloned_field .wcpa_field_desc{display:none}.wcpa_wrap .wcpa_field_price{display:block;font-weight:400;font-size:1em;line-height:20px;text-align:right;margin:0 0 0 10px}.wcpa_wrap .wcpa_field_price del{opacity:.5;font-weight:normal;display:inline-block;margin:0 5px;font-size:.9em}.wcpa_wrap .wcpa_field_bottom{width:100%;display:flex;align-items:flex-start;justify-content:space-between;margin:5px 0 0 0}.wcpa_wrap .wcpa_field_error{display:block}.wcpa_wrap .wcpa_field_error p{margin:0;font-weight:400;font-size:13px;line-height:20px;color:#eb0a25}.wcpa_wrap .wcpa_form_error{color:#eb0a25;font-weight:400;font-size:13px;line-height:20px}.wcpa_section{padding:0;margin:0 0 5px;position:relative}.wcpa_section .wcpa_row{display:flex;flex-direction:row}.wcpa_cl_disabled .wcpa_field{opacity:.5}.wcpa_color_field{min-width:120px;display:inline-flex;align-items:center;justify-content:space-between;line-height:25px;padding:5px;border:1px solid #aaa;background:#fff;box-shadow:none;outline:0;box-sizing:border-box;position:relative;gap:5px}.wcpa_color_field .wcpa_field{width:100%;height:100%;border:none;padding:0 !important;position:absolute;left:0;top:0;cursor:pointer;opacity:0;z-index:1}.wcpa_color_field .wcpa_color{width:30px;height:30px;display:block;border:1px solid #cfddef;border-radius:4px}.wcpa_color_field .wcpa_code{font-size:14px;line-height:20px}*[dir=rtl] .wcpa_field_wrap .wcpa_reset_field,*[style*="direction: rtl"] .wcpa_field_wrap .wcpa_reset_field{left:10px;right:auto}*[dir=rtl] .wcpa_wrap .wcpa_field_wrap:first-child,*[style*="direction: rtl"] .wcpa_wrap .wcpa_field_wrap:first-child{padding-right:0;padding-left:7px}*[dir=rtl] .wcpa_wrap .wcpa_field_wrap:last-child,*[style*="direction: rtl"] .wcpa_wrap .wcpa_field_wrap:last-child{padding-left:0;padding-right:7px}*[dir=rtl] .wcpa_date_field_wrap input,*[style*="direction: rtl"] .wcpa_date_field_wrap input{padding-left:25px !important}*[dir=rtl] .wcpa_status,*[style*="direction: rtl"] .wcpa_status{left:0;right:inherit}.wcpa_required_ast{color:#f25a87}.wcpa_price_summary{width:100%;display:block;margin-top:20px}.wcpa_price_summary h4{font-weight:700;font-size:16px;line-height:20px;margin:0 0 15px}.wcpa_price_summary .wcpa_options_total,.wcpa_price_summary .wcpa_product_total,.wcpa_price_summary .wcpa_total{width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;margin:0 0 10px}.wcpa_price_summary .wcpa_total{border-top:1px solid #c6d0e9;padding:15px 0;font-weight:700;font-size:18px;line-height:20px}.wcpa_label_pos_above .wcpa_field_desc{margin:0 0 8px}.wcpa_label_pos_above.wcpa_desc_pos_below .wcpa_field_label{margin:0 0 8px 0}.wcpa_label_pos_above.wcpa_desc_pos_below .wcpa_field_desc{margin:4px 0 0 !important}.wcpa_label_pos_below .wcpa_field_label{margin:4px 0 !important}.wcpa_label_pos_below .wcpa_field_desc{margin:0 !important}.wcpa_label_pos_below.wcpa_desc_pos_above .wcpa_field_label{margin:4px 0 0 !important}.wcpa_label_pos_below.wcpa_desc_pos_above .wcpa_field_desc{margin:0 0 8px !important}.wcpa_label_pos_disable.wcpa_desc_pos_above .wcpa_field_desc{margin:0 0 8px !important}.wcpa_color_picker{position:absolute;z-index:999}.wcpa_color_picker.wcpa_inline_color_picker{position:relative;z-index:inherit}.wcpa_edit_product{font-size:12px;margin:0 4px;text-decoration:none !important}.wcpa_cart_color{width:30px;height:30px;display:block}.disp_squircle{border-radius:5px}.disp_square{border-radius:0}.disp_circle{border-radius:50%}.woocommerce-page table.shop_table tbody .product-name .variation dt,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dt{float:unset}.woocommerce-page table.shop_table tbody .product-name .variation dd,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd{margin-left:0;padding-left:0}.woocommerce-page table.shop_table tbody .product-name .variation dd a,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd a{text-decoration:none}.woocommerce-page table.shop_table tbody .product-name .variation dd a:focus,.woocommerce-page table.shop_table tbody .product-name .variation dd a:focus-visible,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd a:focus,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd a:focus-visible{outline:none}.woocommerce #content table.cart .product-name img,.woocommerce table.cart .product-name img,.woocommerce-page #content table.cart .product-name img,.woocommerce-page table.cart .product-name img{display:block;max-width:100%;max-width:100px}.wcpa_cart_meta .wcpa_cart_meta_item-value img{max-width:100px !important}.wcpa_cart_meta .wcpa_cart_meta_item-value .wcpa_icon{width:20px}.woocommerce table.cart .variation{display:flex;flex-wrap:wrap;gap:5px}.woocommerce table.cart .variation dt{flex-basis:100%}.wcpa_prevent_quantity_change .product-remove{visibility:hidden}.wcpa_prevent_quantity_change .product-quantity{opacity:.5}.wcpa_prevent_quantity_change td{border-top:none !important}.wcpa_bind_quantity .product-quantity{opacity:.5}.mini_cart_item .wcpa_cart_meta{font-size:13px;margin:0}.mini_cart_item .wcpa_cart_meta_item{margin-bottom:1px;padding:0px;border:none}.wcpa_cart_meta{list-style-type:none;font-size:15px;margin:10px 0 0}.wcpa_cart_meta .wcpa_cart_meta_item{display:flex;flex-wrap:wrap;margin-bottom:5px;min-height:auto}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-label{font-weight:600;margin-left:0px;margin-bottom:5px;margin-top:0}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value{margin-left:5px;margin-bottom:0;display:flex;gap:7px;flex-wrap:wrap}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value p{margin:0}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value a{text-decoration:none}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value a:focus,.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value a:focus-visible{outline:none}.woocommerce-table--order-details .wc-item-meta{list-style-type:none;margin-left:0px}.woocommerce-table--order-details .wc-item-meta li{display:flex;flex-wrap:wrap}.woocommerce-table--order-details .wc-item-meta li p{margin-left:5px}.woocommerce-table--order-details .wc-item-meta li p a img{max-width:100px}.woocommerce-table--order-details .wc-item-meta li p a span{display:block}dt.variation-wcpa_empty_label{display:none !important}li.variation-wcpa_empty_label span:first-child{display:none !important}div.product.wcpa_has_options form.cart,div.product.wcpa_has_options form.cart>div:first-child,.sydney-single-addtocart-wrapper,.woocommerce-variation-add-to-cart{flex-wrap:wrap !important}fieldset.wcpa_field_wrap{background-color:unset;border:none}fieldset.wcpa_field_wrap legend.wcpa_field_label{padding:unset;background-color:unset}.wc-block-components-product-details>span:has(.wcpa-block-addon-val){display:block !important}.wc-block-components-product-details>span:has(.wcpa-block-addon-val) span[aria-hidden=true]{display:none !important}.wcpa-block-addon-val{display:inline-block;vertical-align:top}.wcpa_wrap *{outline:none}.wcpa_wrap .wcpa_field_label{color:var(--wcpaLabelColor);font-size:var(--wcpaLabelSize);font-weight:var(--wcpaLabelWeight)}.wcpa_wrap .wcpa_field_desc,.wcpa_wrap .wcpa_option_desc{color:var(--wcpaDescColor);font-size:var(--wcpaDescSize);font-weight:var(--wcpaDescWeight)}.wcpa_wrap .wcpa_field_wrap input[type=text],.wcpa_wrap .wcpa_field_wrap input[type=url],.wcpa_wrap .wcpa_field_wrap input[type=date],.wcpa_wrap .wcpa_field_wrap input[type=time],.wcpa_wrap .wcpa_field_wrap input[type=number],.wcpa_wrap .wcpa_field_wrap input[type=email],.wcpa_wrap .wcpa_field_wrap input[type=tel],.wcpa_wrap .wcpa_field_wrap input[type=password],.wcpa_wrap .wcpa_field_wrap input[type=datetime-local],.wcpa_wrap .wcpa_field_wrap .wcpa_color_field,.wcpa_wrap .wcpa_field_wrap select,.wcpa_wrap .wcpa_field_wrap .wcpa_advanced_select .wcpa__control,.wcpa_wrap .wcpa_field_wrap .wcpa_other_value input{box-shadow:none;border:var(--wcpaBorderWidth) solid var(--wcpaBorderColor);background-color:var(--wcpaInputBgColor);height:var(--wcpaInputHeight);border-radius:var(--wcpaBorderRadius);line-height:25px;padding:5px 10px;outline:0;box-sizing:border-box;color:var(--wcpaInputColor)}.wcpa_wrap .wcpa_field_wrap input[type=text]:focus,.wcpa_wrap .wcpa_field_wrap input[type=url]:focus,.wcpa_wrap .wcpa_field_wrap input[type=date]:focus,.wcpa_wrap .wcpa_field_wrap input[type=time]:focus,.wcpa_wrap .wcpa_field_wrap input[type=number]:focus,.wcpa_wrap .wcpa_field_wrap input[type=email]:focus,.wcpa_wrap .wcpa_field_wrap input[type=tel]:focus,.wcpa_wrap .wcpa_field_wrap input[type=password]:focus,.wcpa_wrap .wcpa_field_wrap input[type=datetime-local]:focus,.wcpa_wrap .wcpa_field_wrap .wcpa_color_field:focus,.wcpa_wrap .wcpa_field_wrap select:focus,.wcpa_wrap .wcpa_field_wrap .wcpa_advanced_select .wcpa__control:focus,.wcpa_wrap .wcpa_field_wrap .wcpa_other_value input:focus{border-color:var(--wcpaBorderColorFocus)}.wcpa_wrap .wcpa_field_wrap textarea{box-shadow:none;border:var(--wcpaBorderWidth) solid var(--wcpaBorderColor);background-color:var(--wcpaInputBgColor);border-radius:var(--wcpaBorderRadius);line-height:25px;padding:5px 15px;outline:0;box-sizing:border-box}.wcpa_wrap .wcpa_field_wrap textarea:focus{border-color:var(--wcpaBorderColorFocus)}.wcpa_wrap .wcpa_group_field label{color:var(--wcpaCheckLabelColor);font-size:var(--wcpaCheckLabelSize)}.wcpa_wrap .wcpa_checkbox{position:relative}.wcpa_wrap .wcpa_checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom{width:var(--wcpaCheckWidth);height:var(--wcpaCheckHeight);display:flex;align-items:center;justify-content:center;position:relative;border:var(--wcpaCheckBorderWidth) solid var(--wcpaCheckBorderColor);border-radius:var(--wcpaCheckBorderRadius);margin:0 5px 0 5px;cursor:pointer;flex:var(--wcpaCheckWidth) 0 0}.wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom::after{content:"";position:absolute;width:9px;height:4px;border:solid var(--wcpaCheckTickColor);border-width:0 0 2px 2px;transform:rotate(-45deg);visibility:hidden;opacity:0;margin-top:-2px}.wcpa_wrap .wcpa_checkbox input:checked~.wcpa_checkbox_custom{background-color:var(--wcpaCheckBgColor);border-color:var(--wcpaCheckBgColor)}.wcpa_wrap .wcpa_checkbox input:checked~.wcpa_checkbox_custom::after{visibility:visible;opacity:1}.wcpa_wrap .wcpa_radio{position:relative}.wcpa_wrap .wcpa_radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wcpa_wrap .wcpa_radio .wcpa_radio_custom{width:var(--wcpaCheckWidth);height:var(--wcpaCheckHeight);flex:0 0 var(--wcpaCheckWidth);display:flex;align-items:center;justify-content:center;position:relative;border:var(--wcpaCheckBorderWidth) solid var(--wcpaRadioBorderColor);background-color:rgba(0,0,0,0);border-radius:50%;margin:0 5px 0 0}.wcpa_wrap .wcpa_radio .wcpa_radio_custom::after{content:"";position:absolute;width:10px;height:10px;background-color:var(--wcpaRadioBgColor);border-radius:50%;transform:scale(0);transition:all ease-in-out .2s}.wcpa_wrap .wcpa_radio input:checked~.wcpa_radio_custom{background-color:rgba(0,0,0,0);border-color:var(--wcpaRadioBgColor)}.wcpa_wrap .wcpa_radio input:checked~.wcpa_radio_custom::after{transform:scale(1)}.wcpa_wrap .wcpa_price_summary{color:var(--wcpaLabelColor)}.wcpa_wrap .wcpa_price_summary .wcpa_total{border-top:1px solid var(--wcpaLineColor)}.wcpa_wrap .wcpa_field_price{color:var(--wcpaLabelColor)}.wcpa_wrap .wcpa_field_error p,.wcpa_wrap .wcpa_error{color:var(--wcpaErrorColor);font-size:var(--wcpaErrorSize)}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2";content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc";content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container table.tablepress{margin-bottom:0}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress thead th,.tablepress tfoot th{background-color:#e9decf;color:#46281e;text-align:center}.tablepress .column-2{text-align:center}.tablepress .column-3{text-align:center}.tablepress .column-4{text-align:center}.tablepress .column-5{text-align:center}.tablepress .column-6{text-align:center}.tablepress .column-7{text-align:center}.tablepress .column-8{text-align:center}.tablepress .column-9{text-align:center}.tablepress .column-10{text-align:center}.tablepress .column-11{text-align:center}.tablepress .column-12{text-align:center}.tablepress .column-13{text-align:center}.tablepress .column-14{text-align:center}.tablepress .column-15{text-align:center}.tablepress .column-16{text-align:center}.tablepress .column-17{text-align:center}.tablepress .column-18{text-align:center}a:link{color:#000}a:visited{color:#beab99}a:hover{color:#beab99}a:active{color:#beab99}body.gbt_custom_notif .wc-block-components-notice-banner,
body.gbt_custom_notif .woocommerce-message,
body.gbt_custom_notif .woocommerce-error,
body.gbt_custom_notif .woocommerce-info,
body.gbt_custom_notif .woocommerce-notice {
display: none !important;
}
body.gbt_custom_notif .page-notifications {
top: 63px;
left: 100%;
margin: 0;
padding: 0;
background: transparent;
position: fixed;
-webkit-box-shadow: none;
box-shadow: none;
z-index: 8889;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-content {
margin: 0 0 10px;
}
body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice.close-notice:nth-child(0) {
-webkit-transition-delay: 2.5s;
transition-delay: 2.5s;
}
body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice.close-notice:nth-child(1) {
-webkit-transition-delay: 2.25s;
transition-delay: 2.25s;
}
body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice.close-notice:nth-child(2) {
-webkit-transition-delay: 2s;
transition-delay: 2s;
}
body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice.close-notice:nth-child(3) {
-webkit-transition-delay: 1.75s;
transition-delay: 1.75s;
}
body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice.close-notice:nth-child(4) {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice.close-notice:nth-child(5) {
-webkit-transition-delay: 1.25s;
transition-delay: 1.25s;
}
body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice.close-notice:nth-child(6) {
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice.close-notice:nth-child(7) {
-webkit-transition-delay: 0.75s;
transition-delay: 0.75s;
}
body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice.close-notice:nth-child(8) {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice.close-notice:nth-child(9) {
-webkit-transition-delay: 0.25s;
transition-delay: 0.25s;
}
body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice {
cursor: default;
}
body.gbt_custom_notif .page-notifications.slide-in .gbt-custom-notification-notice {
cursor: pointer;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice:nth-child(0) {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice:nth-child(1) {
-webkit-transition-delay: 0.25s;
transition-delay: 0.25s;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice:nth-child(2) {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice:nth-child(3) {
-webkit-transition-delay: 0.75s;
transition-delay: 0.75s;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice:nth-child(4) {
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice:nth-child(5) {
-webkit-transition-delay: 1.25s;
transition-delay: 1.25s;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice:nth-child(6) {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice:nth-child(7) {
-webkit-transition-delay: 1.75s;
transition-delay: 1.75s;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice:nth-child(8) {
-webkit-transition-delay: 2s;
transition-delay: 2s;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice:nth-child(9) {
-webkit-transition-delay: 2.25s;
transition-delay: 2.25s;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice {
-webkit-box-shadow: 0px 7px 52px -12px rgba(0, 0, 0, 0.36);
box-shadow: 0px 7px 52px -12px rgba(0, 0, 0, 0.36);
border: none;
color: #FFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin: 0 0 15px;
z-index: 8888;
font-weight: 600;
font-size: 16px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 320px;
-webkit-transform: translateX(0);
transform: translateX(0);
}
@media all and (min-width: 768px) {
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice {
width: 400px;
}
}
@media all and (min-width: 1024px) {
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice {
width: 465px;
}
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice a,
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .button {
color: #FFF;
text-transform: uppercase;
display: inline-block;
position: relative;
font-size: 13px;
padding: 0 !important;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
float: none;
min-width: 10px;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice a:after,
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .button:after {
font-family: "Shopkeeper-Icon-Font";
content: "\e902";
display: inline-block;
font-weight: normal;
color: #fff;
font-size: 16px;
padding: 0px 1px 0px 3.5px;
top: 2px;
position: relative;
margin-right: 5px;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice form {
display: block !important;
width: 100%;
text-align: left;
min-height: 20px;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-notice-icon {
background: rgba(0, 0, 0, 0.2);
font-size: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 90px;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-notice-icon:before {
padding: 33px;
}
@media only screen and (max-width: 767px) {
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-notice-icon {
font-size: 18px;
width: 75px;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-notice-icon:before {
padding: 28px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-notice-icon {
font-size: 18px;
width: 85px;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-notice-icon:before {
padding: 33.5px;
}
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-notice-icon.spk-icon-success:before {
content: "\e923";
font-family: "Shopkeeper-Icon-Font";
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-message,
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .product_notification_text {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 16px;
line-height: 1.4;
margin: 0;
padding: 20px 25px;
word-break: break-word;
}
@media only screen and (max-width: 767px) {
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-message,
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .product_notification_text {
font-size: 13px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-message,
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .product_notification_text {
font-size: 14px;
}
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-message div,
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .product_notification_text div {
display: table-cell;
vertical-align: middle;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .gbt-custom-notification-message li,
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .product_notification_text li {
list-style-type: none;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .product_notification_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .product_notification_wrapper .product_notification_background {
min-width: 75px;
width: 75px;
overflow: hidden;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .product_notification_wrapper .product_notification_background img {
height: 100%;
width: 100%;
-o-object-position: center;
object-position: center;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media all and (min-width: 768px) {
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .product_notification_wrapper .product_notification_background {
min-width: 85px;
width: 85px;
}
}
@media all and (min-width: 1024px) {
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice .product_notification_wrapper .product_notification_background {
min-width: 90px;
width: 90px;
}
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice {
-webkit-transform: translateX(-340px);
transform: translateX(-340px);
}
@media all and (min-width: 768px) {
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice {
-webkit-transform: translateX(-455px);
transform: translateX(-455px);
}
}
@media all and (min-width: 1024px) {
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice {
-webkit-transform: translateX(-520px);
transform: translateX(-520px);
}
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.close-notice {
-webkit-transform: translateX(0);
transform: translateX(0);
}
body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice svg {
display: none;
}
@media only screen and (max-width: 767px) {
body.gbt_custom_notif .page-notifications {
top: 50px;
}
}
.rtl .page-notifications {
direction: ltr;
}
.woocommerce-account .page-notifications {
display: none;
}.product.product-type-variable ul.tabs li.product_safety_tab,.wc-gzd-additional-info-placeholder,p.wc-gzd-additional-info:empty{display:none}.wc-gzd-checkbox-placeholder .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}#order_review .wc-gzd-checkbox-placeholder{clear:both}#order_review .wc-gzd-checkbox-placeholder p.form-row{float:none;padding:0 1em 0 0;text-align:left}#order_review .wc-gzd-checkbox-placeholder p.form-row label{display:inline}#order_review .wc-gzd-checkbox-placeholder:empty{display:none}.woocommerce-checkout .shop_table{background-color:#eee}@media(min-width:768px){table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper{align-items:center;display:flex}}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail{margin-right:1em;max-width:15%;min-width:60px}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail img{margin:0}body.theme-astra table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail td.product-name{flex-wrap:wrap}.cart_totals tr.order-total-differential-taxation-notice td:before,.cart_totals tr.order-total-small-business-notice td:before{content:""!important}.includes_tax,.tax_label,.woocommerce dl.variation dd[class*=variation-gzd-],.woocommerce dl.variation div[class*=variation-gzd-],.woocommerce dl.variation dt[class*=variation-gzd-],.woocommerce dl.variation li[class*=variation-gzd-],.woocommerce ul.variation dd[class*=variation-gzd-],.woocommerce ul.variation div[class*=variation-gzd-],.woocommerce ul.variation dt[class*=variation-gzd-],.woocommerce ul.variation li[class*=variation-gzd-],.woocommerce-cart dl.variation dd[class*=variation-gzd-],.woocommerce-cart dl.variation div[class*=variation-gzd-],.woocommerce-cart dl.variation dt[class*=variation-gzd-],.woocommerce-cart dl.variation li[class*=variation-gzd-],.woocommerce-cart ul.variation dd[class*=variation-gzd-],.woocommerce-cart ul.variation div[class*=variation-gzd-],.woocommerce-cart ul.variation dt[class*=variation-gzd-],.woocommerce-cart ul.variation li[class*=variation-gzd-],.woocommerce-checkout dl.variation dd[class*=variation-gzd-],.woocommerce-checkout dl.variation div[class*=variation-gzd-],.woocommerce-checkout dl.variation dt[class*=variation-gzd-],.woocommerce-checkout dl.variation li[class*=variation-gzd-],.woocommerce-checkout ul.variation dd[class*=variation-gzd-],.woocommerce-checkout ul.variation div[class*=variation-gzd-],.woocommerce-checkout ul.variation dt[class*=variation-gzd-],.woocommerce-checkout ul.variation li[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dd[class*=variation-gzd-],.woocommerce-mini-cart dl.variation div[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dt[class*=variation-gzd-],.woocommerce-mini-cart dl.variation li[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dd[class*=variation-gzd-],.woocommerce-mini-cart ul.variation div[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dt[class*=variation-gzd-],.woocommerce-mini-cart ul.variation li[class*=variation-gzd-]{display:none!important}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}.woocommerce-gzd-checkout #order_review_heading{display:none}.woocommerce-checkout .shop_table tr td p{margin-bottom:0}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.5}.more-variants-available-info{display:block;font-size:11px;font-weight:400}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;margin:0;padding:0}.shop_table .product-name-inner tr td:last-child{text-align:right}.cart_totals .wc-gzd-additional-wrapper,.woocommerce-checkout table.shop_table .wc-gzd-additional-wrapper{clear:both;text-align:right}.cart_totals p.wc-gzd-additional-info,.woocommerce-checkout table.shop_table p.wc-gzd-additional-info{display:inline-block;font-size:.8em;font-weight:400;margin-bottom:0}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.entry-content .woocommerce .checkout-btn-wrap{text-align:right}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{display:block;font-size:.9em;margin-top:5px}.product_list_widget .wc-gzd-additional-info,.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0;padding:0}.product_list_widget .wc-gzd-additional-info,.product_list_widget p.price-unit{line-height:1.8em;margin:.2rem 0}.product_list_widget .wc-gzd-additional-info a{display:inline!important}.product_list_widget .price-unit,.products .product .price-unit{font-size:.8em}.product_list_widget .price-unit{margin-bottom:.7em}.product p.wc-gzd-additional-info{clear:left;font-size:.9em;margin-bottom:.5rem}.product .defect-description:not(:empty){border:2px solid #4b4f58;margin:1em 0;padding:.5em}.product .defect-description:not(:empty) p:last-child{margin-bottom:0}form.cart.wc-gzd-replace-price .single_variation_wrap .woocommerce-variation-price{display:none}.deposit-packaging-type{font-weight:700;text-transform:uppercase}.product p.deposit-packaging-type{font-size:1.2em!important}.wc-gzd-rating-authenticity-status{display:block;font-size:.9em}.woocommerce-product-rating .wc-gzd-rating-authenticity-status{display:inline-block}.product .product_meta{margin-top:1rem}p.footer-info{font-size:.9em;padding-bottom:.5rem;text-align:center}.wc-gzd-item-defect-description p,.wc-gzd-item-desc p{font-size:.9em;font-weight:400}.wc-gzd-edit-data-notice{background:#eee;display:inline-block;padding:1em}.wc-gzd-edit-data-notice p.wc-gzd-info{margin:0;padding:0}.wc-gzd-power-supply{display:flex;flex-wrap:wrap;height:70px;margin:1em 0}.wc-gzd-power-supply svg{align-items:center;display:flex;height:70px;width:70px}.wc-gzd-power-supply svg text{dominant-baseline:middle;font-size:1.8rem;font-weight:600;text-anchor:middle}.wc-gzd-power-supply svg text.min-max-watt-has-decimals,.wc-gzd-power-supply svg text.power-supply-usb-pd{font-size:1.5rem}.wc-gzd-cart-info{display:block}table.product-details-inner{margin:0;padding:0;table-layout:fixed}table.product-details-inner,table.product-details-inner td,table.product-details-inner tr{background:transparent;border:none;margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}table.product-details-inner tr td:last-child{text-align:right}.wc-gzd-product-name-left,.wc-gzd-product-name-right{float:left}.wc-gzd-product-name-left{margin-right:1em;max-width:15%}#order_review .blockMsg{line-height:1.5em}#shipping_parcelshop_post_number_field .optional{display:none!important}.wc-gzd-nutri-score-value{display:block;height:4rem;text-indent:-9999px;width:7.0625rem}.wc-gzd-placeholder-loading{display:flex;flex:0 0 100%;flex-flow:column;overflow:hidden;position:relative}.wc-gzd-placeholder-loading *{box-sizing:border-box}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row{align-items:center;display:flex;vertical-align:middle}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row>*{animation:shimmer 2s infinite;background:#e7e7e7;background-image:linear-gradient(90deg,#e7e7e7,color-mix(in srgb,#e7e7e7 30%,#fff) 30%,#e7e7e7);background-size:200% 100%;border-radius:.375rem;display:block;height:10px}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row .wc-gzd-placeholder-row-col-4{min-width:100px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.wc-block-featured-product .wc-gzd-additional-info{color:inherit;font-size:.9em;margin:0;padding:5px 48px 0;text-align:center;width:100%;z-index:1}.wc-block-featured-product .wc-gzd-nutri-score{width:auto}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info{margin:.5em 0}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info:not(.deposit-packaging-type){font-size:.9em;font-weight:400}.theme-twentytwenty form.woocommerce-checkout #order_review_heading,.theme-twentytwentyone form.woocommerce-checkout #order_review_heading{margin-bottom:2rem;padding-left:0;text-align:left;width:100%}