@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}

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.hopfenhirsch.de/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.hopfenhirsch.de/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; }@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;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}.select2-hidden-accessible {
margin: -1px !important;
}
.select2-container--default .select2-selection--single {
font-size: 14px;
outline: 0;
border-radius: 0px;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
left: 1px !important;
right: auto !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
float: right;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background: transparent;
border-width: 1px;
border-style: solid;
border-radius: 13px;
display: inline-block;
font-size: 12px !important;
font-weight: 600;
line-height: 1.2;
margin-bottom: 5px;
margin-right: 2px;
padding: 4px 13px 5px;
text-transform: uppercase;
word-wrap: break-word;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
opacity: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
font-size: 13px;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
padding: 0 !important;
height: 31px;
}
.off-canvas-wrapper .select2-container,
body > .select2-container {
z-index: 9999;
}
.select2-search--dropdown:after {
font-family: "Shopkeeper-Icon-Font";
content: "\e907";
right: 14px;
top: 15px;
position: absolute;
font-weight: normal;
font-size: 18px;
width: 20px;
height: 20px;
padding: 0;
}
span.select2.select2-container.select2-container--default {
z-index: 990;
}
.big-select:hover {
background-color: transparent;
}
.big-select:focus {
outline: none;
}
.select2-container:not(.orderby),
.big-select,
.select.big-select {
font-size: 1.5rem !important;
border: none;
background-color: transparent;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
padding: 0;
margin: 0;
width: auto;
font-weight: normal;
opacity: 1;
line-height: 1;
height: 40px;
}
select.big-select {
font-size: 13px !important;
font-weight: 600;
padding: 9px 11px 11px;
text-transform: uppercase;
width: 100% !important;
max-width: 320px;
}
.variations select.big-select {
font-size: 1.5rem !important;
text-transform: none;
padding: 0 20px 0 0;
width: auto !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container .select2-choice {
background: none;
border: none;
-webkit-filter: none;
filter: none;
font-weight: 600;
padding: 0;
padding-right: 26px;
-webkit-box-shadow: none;
box-shadow: none;
height: auto;
line-height: 1;
}
.select2-container .select2-choice > .select2-chosen {
margin: 0;
}
.select2-container .select2-choice .select2-arrow {
background: none;
background-image: none;
-webkit-filter: none;
filter: none;
border: none;
border-radius: 0;
font-size: 0.692em;
line-height: 1em;
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-container--default .select2-selection--single {
font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
right: 10px !important;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 2px !important;
}
.select2-container .select2-choice .select2-arrow:before,
.catalog-ordering .select2-container .selection .select2-selection__arrow:before {
content: "\e91b";
display: block;
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-size: 13px;
font-weight: 600;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.select2-search {
padding-top: 5px;
}
.select2-search .select2-search__field {
color: #444;
background-color: #fafafa;
background-image: none;
}
.select2-search .select2-search__field :focus {
background-color: #fafafa;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
background-color: #fff;
}
.select2-search input,
.select2-search__field {
padding: 6px 38px 7px 8px !important;
}
.select2-results {
max-height: initial;
font-size: 14px;
margin: 0;
padding: 0;
}
.select2-results .select2-results__option {
font-size: 13px;
outline: 0 !important;
}
.select2-results .select2-results__option :active {
outline: 0 !important;
}
.select2-drop,
.select2-dropdown {
border: none;
margin-top: 9px;
margin-left: -15px;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 0;
}
.select2-container--open .select2-dropdown {
left: 15px !important;
top: -10px;
}
.select2-drop.select2-drop-above {
margin-bottom: 6px;
}
.select2-drop.select2-drop-above.select2-drop-active {
border: 0;
border-radius: 0;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.select2-results .select2-result-label {
padding: 3px 16px 4px;
}
.select2-offscreen, .select2-offscreen:focus {
border: 0 none !important;
clip: rect(0px, 0px, 0px, 0px) !important;
height: 26px !important;
left: 0 !important;
margin: 0 !important;
outline: 0 none !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
top: 0 !important;
width: 1px !important;
}
.woocommerce-ordering select.orderby {
max-width: none;
border: none;
vertical-align: middle;
text-transform: uppercase;
line-height: 24px;
height: auto !important;
padding: 0 0.5rem;
direction: rtl;
font-weight: 600;
}
.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher {
font-size: 0.8125rem !important;
font-weight: 600;
text-transform: uppercase;
}
.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher {
margin-right: 23px;
}
.woocommerce .select2-container .select2-dropdown.orderby-dropdown {
max-width: 240px; }
.catalog-ordering {
line-height: 24px;
float: right;
outline: 0 !important;
height: auto;
}
.catalog-ordering .woocommerce-ordering {
width: auto !important;
}
.catalog-ordering span.select2-container span {
border: none;
text-transform: uppercase;
font-size: 13px;
}
.catalog-ordering span.select2-container .select2-choice {
font-weight: 600;
}
.catalog-ordering span.select2-container .select2-choice .select2-arrow {
font-size: 18px;
line-height: 24px;
}
.catalog-ordering span.select2-container .select2-choice .select2-arrow:before {
display: block;
line-height: 13px;
}
.catalog-ordering span.select2-container .selection {
font-weight: 600;
outline: 0 !important;
}
.catalog-ordering span.select2-container .selection span {
outline: 0 !important;
}
.catalog-ordering span.select2-container .selection .select2-selection__rendered {
padding-right: 26px;
padding-left: 0px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.catalog-ordering span.select2-container .selection .select2-container--default,
.catalog-ordering span.select2-container .selection .select2-selection--single {
background: transparent !important;
}
.catalog-ordering span.select2-container .selection .select2-selection__clear {
display: none;
}
.catalog-ordering span.select2-container .selection .select2-selection__arrow {
top: 3px !important;
right: 1px !important;
}
.catalog-ordering span.select2-container .selection .select2-selection__arrow:before {
line-height: 22px;
}
.catalog-ordering span.select2-container .selection .select2-selection__arrow b {
display: none;
}
.catalog-ordering select.orderby {
padding-right: 25px;
width: auto !important;
}
.catalog-ordering select.orderby a {
line-height: 24px;
text-transform: uppercase;
font-size: 10px;
}
@media screen and (min-width: 640px) {
.catalog-ordering select.orderby a {
font-size: 13px;
}
}
.catalog-ordering select.orderby:hover {
background-color: transparent;
}
@media screen and (min-width: 1024px) {
.catalog-ordering select.orderby {
font-size: 13px;
}
}
.select2-results .select2-results__options .select2-results__option {
color: #000;
padding: 5px 16px;
}
.select2-results .select2-results__options .select2-results__option--highlighted {
color: #fff;
}
.select2-results .select2-results__options .select2-results__option[aria-selected=true] {
background-color: transparent;
}
.select2-container .select2-choice .select2-arrow {
top: 5px;
}
.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher {
height: 43px;
line-height: 43px;
padding-top: 15px;
}
.select2-container.topbar-language-switcher .select2-choice .select2-arrow,
.select2-container.wcml_currency_switcher .select2-choice .select2-arrow {
font-size: 13px;
line-height: 1em;
}
.woocommerce.archive .select2-drop,
.woocommerce-page.archive .select2-drop {
margin-top: 1px;
}
.variations .select2-container {
padding-top: 9px;
}
.variations .select2-container .select2-choice > .select2-chosen {
line-height: 20px;
}
.variations .select2-container .select2-choice .select2-arrow:before {
line-height: 23px;
}
.select2-search input.select2-active {
background: none;
}
.select2-container.select2-container-disabled,
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background: none;
border: none;
}
#billing_country_field,
#billing_state_field,
#calc_shipping_country_field,
#calc_shipping_state_field,
#shipping_country_field,
#shipping_state_field,
.woocommerce-widget-layered-nav-dropdown {
outline: 0 !important;
text-transform: none;
text-align: left;
}
#billing_country_field .select2-container--default,
#billing_state_field .select2-container--default,
#calc_shipping_country_field .select2-container--default,
#calc_shipping_state_field .select2-container--default,
#shipping_country_field .select2-container--default,
#shipping_state_field .select2-container--default,
.woocommerce-widget-layered-nav-dropdown .select2-container--default {
width: 100% !important;
border-radius: 0px !important;
border: none !important;
}
#billing_country_field .select2-container,
#billing_state_field .select2-container,
#calc_shipping_country_field .select2-container,
#calc_shipping_state_field .select2-container,
#shipping_country_field .select2-container,
#shipping_state_field .select2-container,
.woocommerce-widget-layered-nav-dropdown .select2-container {
width: 100% !important;
border: 1px solid;
}
#billing_country_field .select2-selection--single,
#billing_state_field .select2-selection--single,
#calc_shipping_country_field .select2-selection--single,
#calc_shipping_state_field .select2-selection--single,
#shipping_country_field .select2-selection--single,
#shipping_state_field .select2-selection--single,
.woocommerce-widget-layered-nav-dropdown .select2-selection--single {
outline: 0 !important;
border-radius: 0px !important;
}
#billing_country_field .select2-selection,
#billing_state_field .select2-selection,
#calc_shipping_country_field .select2-selection,
#calc_shipping_state_field .select2-selection,
#shipping_country_field .select2-selection,
#shipping_state_field .select2-selection,
.woocommerce-widget-layered-nav-dropdown .select2-selection {
outline: 0 !important;
}
#billing_country_field .select2-selection__rendered,
#billing_country_field .select2-selection__placeholder,
#billing_state_field .select2-selection__rendered,
#billing_state_field .select2-selection__placeholder,
#calc_shipping_country_field .select2-selection__rendered,
#calc_shipping_country_field .select2-selection__placeholder,
#calc_shipping_state_field .select2-selection__rendered,
#calc_shipping_state_field .select2-selection__placeholder,
#shipping_country_field .select2-selection__rendered,
#shipping_country_field .select2-selection__placeholder,
#shipping_state_field .select2-selection__rendered,
#shipping_state_field .select2-selection__placeholder,
.woocommerce-widget-layered-nav-dropdown .select2-selection__rendered,
.woocommerce-widget-layered-nav-dropdown .select2-selection__placeholder {
outline: 0 !important;
font-size: 0.875rem;
color: #444 !important;
line-height: 40px !important;
}
#billing_country_field .select2-selection__clear,
#billing_state_field .select2-selection__clear,
#calc_shipping_country_field .select2-selection__clear,
#calc_shipping_state_field .select2-selection__clear,
#shipping_country_field .select2-selection__clear,
#shipping_state_field .select2-selection__clear,
.woocommerce-widget-layered-nav-dropdown .select2-selection__clear {
display: none;
}
#billing_country_field .select2-selection__arrow,
#billing_state_field .select2-selection__arrow,
#calc_shipping_country_field .select2-selection__arrow,
#calc_shipping_state_field .select2-selection__arrow,
#shipping_country_field .select2-selection__arrow,
#shipping_state_field .select2-selection__arrow,
.woocommerce-widget-layered-nav-dropdown .select2-selection__arrow {
border: none !important;
}
#billing_country_field .select2-selection__arrow :before,
#billing_state_field .select2-selection__arrow :before,
#calc_shipping_country_field .select2-selection__arrow :before,
#calc_shipping_state_field .select2-selection__arrow :before,
#shipping_country_field .select2-selection__arrow :before,
#shipping_state_field .select2-selection__arrow :before,
.woocommerce-widget-layered-nav-dropdown .select2-selection__arrow :before {
content: "\e91b";
display: block;
font-family: Shopkeeper-Icon-Font;
font-size: 14px;
font-style: normal;
font-weight: 600;
-webkit-font-smoothing: antialiased;
}
#billing_country_field .select2-selection__arrow b,
#billing_state_field .select2-selection__arrow b,
#calc_shipping_country_field .select2-selection__arrow b,
#calc_shipping_state_field .select2-selection__arrow b,
#shipping_country_field .select2-selection__arrow b,
#shipping_state_field .select2-selection__arrow b,
.woocommerce-widget-layered-nav-dropdown .select2-selection__arrow b {
margin-left: -9px !important;
margin-top: -17px;
border: none !important;
}
#billing_country_field .select2-selection,
#billing_state_field .select2-selection,
#calc_shipping_country_field .select2-selection,
#calc_shipping_state_field .select2-selection,
#shipping_country_field .select2-selection,
#shipping_state_field .select2-selection {
outline: 0 !important;
height: 40px;
}
#billing_country_field .select2-container--default,
#billing_state_field .select2-container--default,
#calc_shipping_country_field .select2-container--default,
#calc_shipping_state_field .select2-container--default,
#shipping_country_field .select2-container--default,
#shipping_state_field .select2-container--default {
height: 42px !important;
}
.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple {
border-radius: 0px !important;
}
.woocommerce-widget-layered-nav-dropdown .select2-selection--multiple .select2-selection__clear {
display: none;
}
.woocommerce-widget-layered-nav-dropdown .select2-container--default {
height: auto;
}
.woocommerce-widget-layered-nav-dropdown .select2-selection--single {
height: 42px !important;
}
.woocommerce-widget-layered-nav-dropdown .select2-selection--single .select2-selection__clear {
display: block !important;
padding-right: 10px;
margin-top: -1px;
}
.country_select .select2-container,
.state_select .select2-container {
outline: 0 !important;
display: block;
width: 100% !important;
border-style: solid;
border-width: 1px;
background: none repeat scroll 0 0 #fff;
height: auto;
}
.country_select.select2-container .select2-choice > .select2-chosen,
.state_select.select2-container .select2-choice > .select2-chosen {
font-size: 0.875rem;
font-weight: 600;
line-height: 20px;
color: #444;
padding: 0.5rem;
height: 38px;
}
.country_select.select2-container .select2-choice .select2-arrow,
.state_select.select2-container .select2-choice .select2-arrow {
color: #444;
top: 11px;
}.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;
}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}}.BorlabsCookie *{box-sizing:border-box}.BorlabsCookie *::before,.BorlabsCookie *::after{box-sizing:inherit}.BorlabsCookie * div,.BorlabsCookie * span,.BorlabsCookie * h1,.BorlabsCookie * h2,.BorlabsCookie * h3,.BorlabsCookie * h4,.BorlabsCookie * h5,.BorlabsCookie * h6,.BorlabsCookie * p,.BorlabsCookie * a,.BorlabsCookie * em,.BorlabsCookie * img,.BorlabsCookie * small,.BorlabsCookie * strike,.BorlabsCookie * strong,.BorlabsCookie * sub,.BorlabsCookie * sup,.BorlabsCookie * b,.BorlabsCookie * u,.BorlabsCookie * i,.BorlabsCookie * center,.BorlabsCookie * ol,.BorlabsCookie * ul,.BorlabsCookie * li,.BorlabsCookie * fieldset,.BorlabsCookie * form,.BorlabsCookie * label,.BorlabsCookie * legend{margin:0;padding:0;border:0;font:inherit;color:inherit;vertical-align:baseline}.borlabs-hide{display:none}.borlabs-position-fix{position:initial !important;transform:unset !important}._brlbs-btn-cookie-preference{display:inline-block;font-family:inherit;font-size:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}.BorlabsCookie ._brlbs-cursor{cursor:pointer}.BorlabsCookie .text-left{text-align:left !important}.BorlabsCookie .text-center{text-align:center !important}.BorlabsCookie .text-right{text-align:right !important}.BorlabsCookie table._brlbs th{text-align:left}.BorlabsCookie table._brlbs td,.BorlabsCookie table._brlbs th{padding:.3rem}.BorlabsCookie ._brlbs-responsive-table{min-height:.01%;overflow:auto}.BorlabsCookie label._brlbs-focused{outline:Highlight;outline-color:-webkit-focus-ring-color;outline-style:solid;outline-width:2px}.BorlabsCookie .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.BorlabsCookie .sr-only-focusable:active,.BorlabsCookie .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.BorlabsCookie .container,.BorlabsCookie .container-fluid,.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:540px}}@media(min-width: 768px){.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:720px}}@media(min-width: 992px){.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:960px}}@media(min-width: 1200px){.BorlabsCookie .container-xl,.BorlabsCookie .container-lg,.BorlabsCookie .container-md,.BorlabsCookie .container-sm,.BorlabsCookie .container{max-width:1140px}}.BorlabsCookie .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.BorlabsCookie .no-gutters{margin-right:0;margin-left:0}.BorlabsCookie .no-gutters>.col,.BorlabsCookie .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.BorlabsCookie .col-xl,.BorlabsCookie .col-xl-12,.BorlabsCookie .col-xl-11,.BorlabsCookie .col-xl-10,.BorlabsCookie .col-xl-9,.BorlabsCookie .col-xl-8,.BorlabsCookie .col-xl-7,.BorlabsCookie .col-xl-6,.BorlabsCookie .col-xl-5,.BorlabsCookie .col-xl-4,.BorlabsCookie .col-xl-3,.BorlabsCookie .col-xl-2,.BorlabsCookie .col-xl-1,.BorlabsCookie .col-lg,.BorlabsCookie .col-lg-12,.BorlabsCookie .col-lg-11,.BorlabsCookie .col-lg-10,.BorlabsCookie .col-lg-9,.BorlabsCookie .col-lg-8,.BorlabsCookie .col-lg-7,.BorlabsCookie .col-lg-6,.BorlabsCookie .col-lg-5,.BorlabsCookie .col-lg-4,.BorlabsCookie .col-lg-3,.BorlabsCookie .col-lg-2,.BorlabsCookie .col-lg-1,.BorlabsCookie .col-md,.BorlabsCookie .col-md-12,.BorlabsCookie .col-md-11,.BorlabsCookie .col-md-10,.BorlabsCookie .col-md-9,.BorlabsCookie .col-md-8,.BorlabsCookie .col-md-7,.BorlabsCookie .col-md-6,.BorlabsCookie .col-md-5,.BorlabsCookie .col-md-4,.BorlabsCookie .col-md-3,.BorlabsCookie .col-md-2,.BorlabsCookie .col-md-1,.BorlabsCookie .col-sm,.BorlabsCookie .col-sm-12,.BorlabsCookie .col-sm-11,.BorlabsCookie .col-sm-10,.BorlabsCookie .col-sm-9,.BorlabsCookie .col-sm-8,.BorlabsCookie .col-sm-7,.BorlabsCookie .col-sm-6,.BorlabsCookie .col-sm-5,.BorlabsCookie .col-sm-4,.BorlabsCookie .col-sm-3,.BorlabsCookie .col-sm-2,.BorlabsCookie .col-sm-1,.BorlabsCookie .col,.BorlabsCookie .col-12,.BorlabsCookie .col-11,.BorlabsCookie .col-10,.BorlabsCookie .col-9,.BorlabsCookie .col-8,.BorlabsCookie .col-7,.BorlabsCookie .col-6,.BorlabsCookie .col-5,.BorlabsCookie .col-4,.BorlabsCookie .col-3,.BorlabsCookie .col-2,.BorlabsCookie .col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.BorlabsCookie .col{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-12{flex:0 0 100%;max-width:100%}@media(min-width: 576px){.BorlabsCookie .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-sm-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-sm-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-sm-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width: 768px){.BorlabsCookie .col-md{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-md-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-md-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-md-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width: 992px){.BorlabsCookie .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-lg-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-lg-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-lg-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width: 1200px){.BorlabsCookie .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.BorlabsCookie .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.BorlabsCookie .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.BorlabsCookie .col-xl-3{flex:0 0 25%;max-width:25%}.BorlabsCookie .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.BorlabsCookie .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.BorlabsCookie .col-xl-6{flex:0 0 50%;max-width:50%}.BorlabsCookie .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.BorlabsCookie .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.BorlabsCookie .col-xl-9{flex:0 0 75%;max-width:75%}.BorlabsCookie .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.BorlabsCookie .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.BorlabsCookie .col-xl-12{flex:0 0 100%;max-width:100%}}.BorlabsCookie .d-block{display:block !important}.BorlabsCookie .d-flex{display:flex !important}@media(min-width: 576px){.BorlabsCookie .d-sm-block{display:block !important}.BorlabsCookie .d-sm-flex{display:flex !important}}@media(min-width: 768px){.BorlabsCookie .d-md-block{display:block !important}.BorlabsCookie .d-md-flex{display:flex !important}}@media(min-width: 992px){.BorlabsCookie .d-lg-block{display:block !important}.BorlabsCookie .d-lg-flex{display:flex !important}}@media(min-width: 1200px){.BorlabsCookie .d-xl-block{display:block !important}.BorlabsCookie .d-xl-flex{display:flex !important}}.BorlabsCookie .flex-row{flex-direction:row !important}.BorlabsCookie .flex-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-between{justify-content:space-between !important}.BorlabsCookie .align-items-start{align-items:flex-start !important}.BorlabsCookie .align-items-end{align-items:flex-end !important}.BorlabsCookie .align-items-center{align-items:center !important}.BorlabsCookie .align-items-baseline{align-items:baseline !important}.BorlabsCookie .align-items-stretch{align-items:stretch !important}@media(min-width: 576px){.BorlabsCookie .flex-sm-row{flex-direction:row !important}.BorlabsCookie .flex-sm-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-sm-between{justify-content:space-between !important}.BorlabsCookie .align-items-sm-start{align-items:flex-start !important}.BorlabsCookie .align-items-sm-end{align-items:flex-end !important}.BorlabsCookie .align-items-sm-center{align-items:center !important}.BorlabsCookie .align-items-sm-baseline{align-items:baseline !important}.BorlabsCookie .align-items-sm-stretch{align-items:stretch !important}}@media(min-width: 768px){.BorlabsCookie .flex-md-row{flex-direction:row !important}.BorlabsCookie .flex-md-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-md-between{justify-content:space-between !important}.BorlabsCookie .align-items-md-start{align-items:flex-start !important}.BorlabsCookie .align-items-md-end{align-items:flex-end !important}.BorlabsCookie .align-items-md-center{align-items:center !important}.BorlabsCookie .align-items-md-baseline{align-items:baseline !important}.BorlabsCookie .align-items-md-stretch{align-items:stretch !important}}@media(min-width: 992px){.BorlabsCookie .flex-lg-row{flex-direction:row !important}.BorlabsCookie .flex-lg-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-lg-between{justify-content:space-between !important}.BorlabsCookie .align-items-lg-start{align-items:flex-start !important}.BorlabsCookie .align-items-lg-end{align-items:flex-end !important}.BorlabsCookie .align-items-lg-center{align-items:center !important}.BorlabsCookie .align-items-lg-baseline{align-items:baseline !important}.BorlabsCookie .align-items-lg-stretch{align-items:stretch !important}}@media(min-width: 1200px){.BorlabsCookie .flex-xl-row{flex-direction:row !important}.BorlabsCookie .flex-xl-fill{flex:1 1 auto !important}.BorlabsCookie .justify-content-xl-between{justify-content:space-between !important}.BorlabsCookie .align-items-xl-start{align-items:flex-start !important}.BorlabsCookie .align-items-xl-end{align-items:flex-end !important}.BorlabsCookie .align-items-xl-center{align-items:center !important}.BorlabsCookie .align-items-xl-baseline{align-items:baseline !important}.BorlabsCookie .align-items-xl-stretch{align-items:stretch !important}}.BorlabsCookie .w-25{width:25% !important}.BorlabsCookie .w-50{width:50% !important}.BorlabsCookie .w-75{width:75% !important}.BorlabsCookie .w-100{width:100% !important}.BorlabsCookie .w-auto{width:auto !important}.BorlabsCookie .h-25{height:25% !important}.BorlabsCookie .h-50{height:50% !important}.BorlabsCookie .h-75{height:75% !important}.BorlabsCookie .h-100{height:100% !important}.BorlabsCookie .h-auto{height:auto !important}.BorlabsCookie .mw-100{max-width:100% !important}.BorlabsCookie .mh-100{max-height:100% !important}.BorlabsCookie .min-vw-100{min-width:100vw !important}.BorlabsCookie .min-vh-100{min-height:100vh !important}.BorlabsCookie .vw-100{width:100vw !important}.BorlabsCookie .vh-100{height:100vh !important}.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.BorlabsCookie ._brlbs-animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.BorlabsCookie ._brlbs-animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.BorlabsCookie ._brlbs-animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.BorlabsCookie ._brlbs-animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.BorlabsCookie ._brlbs-animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.BorlabsCookie ._brlbs-animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.BorlabsCookie ._brlbs-animated.fast{-webkit-animation-duration:800ms;animation-duration:800ms}.BorlabsCookie ._brlbs-animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.BorlabsCookie ._brlbs-animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.BorlabsCookie ._brlbs-animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media(print), (prefers-reduced-motion: reduce){.BorlabsCookie ._brlbs-animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}}.BorlabsCookie._brlbs-switch-consent{align-items:center;display:flex;font-size:inherit}.BorlabsCookie._brlbs-switch-consent ._brlbs-btn-switch--textRight{margin-right:2em}.BorlabsCookie ._brlbs-title{display:inline-block;vertical-align:middle;margin-bottom:0}.BorlabsCookie ._brlbs-title::before{content:"|";display:inline-block;margin:0 .25rem 0 0}.BorlabsCookie ._brlbs-checkbox{color:inherit;cursor:pointer;display:block;padding-left:2em;position:relative}.BorlabsCookie ._brlbs-checkbox input{position:absolute;opacity:0 !important;width:auto;z-index:-1}.BorlabsCookie ._brlbs-checkbox input:checked~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox input:disabled~._brlbs-checkbox-indicator::after{opacity:1}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator{border-style:solid;border-width:2px;padding:0 !important;position:absolute;left:0;top:0;height:20px;width:20px;transition:.25s}.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator::after{content:"";border-style:solid;border-width:0 2px 2px 0;border-radius:1px;position:absolute;left:5px;top:1px;height:11px;width:6px;transform:rotate(45deg);opacity:0}.BorlabsCookie ._brlbs-btn-switch{position:relative;display:inline-block;margin:0;width:50px;height:26px;vertical-align:middle}.BorlabsCookie ._brlbs-btn-switch input{opacity:0;width:0;height:0}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider{background-color:#2295f3}.BorlabsCookie ._brlbs-btn-switch input:checked+._brlbs-slider:before{transform:translateX(24px)}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bbc0c7;transition:.4s}.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.BorlabsCookie ._brlbs-btn-switch-status{position:absolute;top:50%;right:calc(100% + 6px);transform:translateY(-50%)}.BorlabsCookie ._brlbs-btn-switch--textRight ._brlbs-btn-switch-status{right:auto;left:calc(100% + 6px)}.BorlabsCookie ._brlbs-btn-switch-status::before{content:attr(data-inactive);white-space:nowrap}.BorlabsCookie ._brlbs-btn-switch>input:checked~._brlbs-btn-switch-status::before{content:attr(data-active)}#BorlabsCookieBox a:focus{outline:Highlight !important;outline-color:-webkit-focus-ring-color !important;outline-style:solid !important;outline-width:2px !important}#BorlabsCookieBox:not(._brlbs-keyboard) a:focus{outline:0 !important}#BorlabsCookieBox ._brlbs-animated{visibility:visible}#BorlabsCookieBox .container{background:inherit;display:block;float:none;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto;min-height:auto;position:inherit}#BorlabsCookieBox ._brlbs-bar .container{overflow:auto !important;width:100% !important;max-width:none !important;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}#BorlabsCookieBox ._brlbs-box .container{overflow:auto !important;width:auto !important}#BorlabsCookieBox .container::before{display:initial}#BorlabsCookieBox .container::after{content:" ";display:block;height:2px}#BorlabsCookieBox .container .row{background:inherit;color:inherit;display:flex;min-width:1px;pointer-events:inherit;width:auto;max-width:none}#BorlabsCookieBox .container .row.no-gutters{margin-left:0;margin-right:0}#BorlabsCookieBox .container .row::before,#BorlabsCookieBox .container .row::after{display:initial}#BorlabsCookieBox .bcac-item{margin:.5em 0;padding:.5em}#BorlabsCookieBox .bcac-item ._brlbs-h4{font-size:1.25em;margin:0 0 .25em 0}#BorlabsCookieBox .bcac-item p{font-size:.875em}#BorlabsCookieBox .bcac-item p,#BorlabsCookieBox .bcac-item span{color:inherit}#BorlabsCookieBox>div{display:none}#BorlabsCookieBox>div.show-cookie-box{display:flex}#BorlabsCookieBox>div:not(._brlbs-block-content){position:absolute;width:100%;z-index:999999}#BorlabsCookieBox>div:not(._brlbs-block-content).top-left{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-center{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).top-right{top:0}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-left{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-center{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).middle-right{top:50%}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-left{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-center{bottom:0}#BorlabsCookieBox>div:not(._brlbs-block-content).bottom-right{bottom:0}#BorlabsCookieBox h3,#BorlabsCookieBox ._brlbs-h3{background:inherit;color:inherit;font-family:inherit;font-size:1.625em;line-height:1.125em;word-break:break-all}#BorlabsCookieBox ul{display:flex;flex-flow:wrap;justify-content:center;list-style:none;margin:.9375em 0;padding:0}#BorlabsCookieBox ul li{color:inherit;font-family:inherit;font-size:1em;line-height:1.25em;list-style:none;margin:0 .9375em .375em 0}#BorlabsCookieBox ul li:last-child{margin:0}#BorlabsCookieBox ul li::before{content:"●";margin:0 4px 0 0}#BorlabsCookieBox p{color:inherit;font-family:inherit;font-size:1em;line-height:1.4em;margin:.9375em 0}#BorlabsCookieBox p:last-child{margin:0}#BorlabsCookieBox p ._brlbs-paragraph:last-child{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-center{display:flex;align-items:center;justify-content:center}#BorlabsCookieBox ._brlbs-flex-center p{margin-bottom:0}#BorlabsCookieBox ._brlbs-flex-left{display:flex;align-items:center;justify-content:left;margin:0 0 .9375em 0}#BorlabsCookieBox ._brlbs-actions{display:inline}#BorlabsCookieBox ._brlbs-accept{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-block-content{background:rgba(0,0,0,0);left:0;position:fixed;height:100%;top:0;width:100%;z-index:999999}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-animation{transition:background-color 250ms linear}#BorlabsCookieBox ._brlbs-block-content._brlbs-bg-dark{background:rgba(0,0,0,.6)}#BorlabsCookieBox ._brlbs-branding{font-family:inherit;font-size:.75em;margin:0}#BorlabsCookieBox ._brlbs-branding a{text-decoration:none}#BorlabsCookieBox ._brlbs-branding img{display:inline-block;max-height:16px;max-width:16px;vertical-align:middle}#BorlabsCookieBox ._brlbs-btn{display:inline-block;font-family:inherit;font-size:1.25em;padding:.75em 2em;text-decoration:none;transition:background-color 125ms linear}#BorlabsCookieBox ._brlbs-paragraph{display:block;margin-bottom:.6em}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-personal-data{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-no-commitment{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-revoke{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-individual-settings{display:inline}#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-non-eu-data-transfer{margin-top:.6em}#BorlabsCookieBox .cookie-logo{height:auto;max-width:48px;padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-legal{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-manage{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse{font-family:inherit;font-size:.75em;text-align:center}#BorlabsCookieBox ._brlbs-refuse a{color:inherit}#BorlabsCookieBox ._brlbs-manage-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-manage-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-manage-btn a:hover{color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn{font-family:inherit;text-align:center}#BorlabsCookieBox ._brlbs-refuse-btn a{font-size:1.25em;color:inherit}#BorlabsCookieBox ._brlbs-refuse-btn a:hover{color:inherit}#BorlabsCookieBox .top-left{align-items:flex-start;justify-content:flex-start}#BorlabsCookieBox .top-center{align-items:flex-start;justify-content:center}#BorlabsCookieBox .top-right{align-items:flex-start;justify-content:flex-end}#BorlabsCookieBox .middle-left{align-items:center;justify-content:flex-start}#BorlabsCookieBox .middle-center{align-items:center;justify-content:center}#BorlabsCookieBox .middle-right{align-items:center;justify-content:flex-end}#BorlabsCookieBox .bottom-left{align-items:flex-end;justify-content:flex-start}#BorlabsCookieBox .bottom-center{align-items:flex-end;justify-content:center}#BorlabsCookieBox .bottom-right{align-items:flex-end;justify-content:flex-end}#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{box-shadow:0 4px 8px rgba(0,0,0,.2);padding:15px 0;max-height:100vh;overflow:auto}#BorlabsCookieBox ._brlbs-bar-wrap{display:block;max-width:100%;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-bar-wrap .cookie-preference ._brlbs-flex-center{justify-content:left}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p{margin:0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim .cookie-box p._brlbs-accept{margin:.9375em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions-mobile{display:none}#BorlabsCookieBox ._brlbs-bar ul{justify-content:center;margin:.5em 0}#BorlabsCookieBox ._brlbs-bar ._brlbs-no-padding-right{padding-right:0}#BorlabsCookieBox ._brlbs-bar ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar .cookie-logo{padding:0 8px 0 0;vertical-align:middle;width:100%}#BorlabsCookieBox ._brlbs-bar ._brlbs-legal{text-align:center}#BorlabsCookieBox ._brlbs-box-wrap{display:block;max-width:550px;width:100%;z-index:1000000}#BorlabsCookieBox ._brlbs-box-wrap._brlbs-position-fixed{position:fixed}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-manage{margin:0}#BorlabsCookieBox ._brlbs-box._brlbs-box-slim>.container ._brlbs-refuse{margin:.5em 0 0 0}#BorlabsCookieBox ._brlbs-box ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox .cookie-preference .container.not-visible{height:0}#BorlabsCookieBox .cookie-preference table{margin:1em 0 0 0;width:100%}#BorlabsCookieBox .cookie-preference table tr td,#BorlabsCookieBox .cookie-preference table tr th{border-bottom:1px solid}#BorlabsCookieBox .cookie-preference table tr:last-child td,#BorlabsCookieBox .cookie-preference table tr:last-child th{border-bottom:0}#BorlabsCookieBox .cookie-preference table th{text-align:left;width:40%}#BorlabsCookieBox .cookie-preference table td{text-align:left}#BorlabsCookieBox .cookie-preference table td,#BorlabsCookieBox .cookie-preference table th{font-size:.875em;padding:.25em .5em}#BorlabsCookieBox .cookie-preference ._brlbs-accept{text-align:left}#BorlabsCookieBox .cookie-preference ._brlbs-btn{font-size:1em;margin:0 0 .9375em 0;padding:.75em 1.5em}#BorlabsCookieBox .cookie-preference ._brlbs-legal{text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-pp-url{overflow:hidden;text-overflow:ellipsis;width:100%;max-width:0}#BorlabsCookieBox .cookie-preference ._brlbs-refuse{margin:0 0 .9375em 0;text-align:right}#BorlabsCookieBox .cookie-preference ._brlbs-separator::before{content:"|";display:inline-block;margin:0 2px}#BorlabsCookieBox ._brlbs-bar-advanced ul,#BorlabsCookieBox ._brlbs-box-advanced ul{justify-content:space-between}#BorlabsCookieBox ._brlbs-bar-advanced ul li,#BorlabsCookieBox ._brlbs-box-advanced ul li{line-height:1.375em;margin:0 .9375em .875em 0}#BorlabsCookieBox ._brlbs-bar-advanced ul li::before,#BorlabsCookieBox ._brlbs-box-advanced ul li::before{content:"";margin:0}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:768px}#BorlabsCookieBox ._brlbs-box-plus #CookieBoxTextDescription{padding-top:10px;overflow:visible;max-height:100%}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-legal{padding-top:10px}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area{padding-top:.475em}#BorlabsCookieBox ._brlbs-box-plus ._brlbs-button-area p:last-child{margin:.475em 0}#BorlabsCookieBox ._brlbs-box-plus ul{display:block}#BorlabsCookieBox ._brlbs-box-plus ul li{line-height:1.375em;padding:.475em .9375em .475em 0}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-checkbox{font-weight:600}#BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-service-group-description{padding-top:8px}#BorlabsCookieBox ._brlbs-box-plus ul li::before{content:"";margin:0}#CookieBoxTextDescription{overflow:auto;max-height:50vh}#CookiePrefDescription{overflow:auto;max-height:40vh}.BorlabsCookie ._brlbs-content-blocker{line-height:1.5em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption{padding:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label{color:inherit}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input{background:none;border:0;display:inline-block;height:auto;margin:inherit;position:static;vertical-align:middle;width:auto;-webkit-appearance:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label input::before{content:""}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small{vertical-align:middle}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default{background:#efefef;margin-bottom:1em;padding:1em;text-align:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default label input{vertical-align:middle;width:auto}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p{margin-bottom:1em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default p:last-child{margin:0}.BorlabsCookie ._brlbs-content-blocker ._brlbs-default small{font-size:.875em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{margin-bottom:1em;position:relative;display:inline-block;overflow:hidden}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail{display:block;max-width:100%}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption{top:50%;left:0;position:absolute;width:100%;text-align:center;transform:translateY(-50%)}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn{display:inline-flex;align-items:center;justify-content:center}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-black::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23000000%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23000000%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed a._brlbs-btn._brlbs-icon-play-white::before{background:url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270%27 y=%270%27 width=%2778%27 height=%2778%27 viewBox=%270, 0, 78, 78%27%3E%3Cg id=%27Layer_1%27%3E%3Cg%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill=%27%23ffffff%27/%3E%3Cpath d=%27M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5%27 fill-opacity=%270%27 stroke=%27%23ffffff%27 stroke-width=%2712%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:contain;content:" ";display:inline-block;margin-right:4px;height:1.142857143em;width:.857142857em}.BorlabsCookie ._brlbs-content-blocker ._brlbs-btn{display:inline-block;font-family:inherit;padding:.5em 1em;text-decoration:none;transition:background-color 125ms linear}._brlbs-fluid-width-video-wrapper{padding:56.2963% 0 0 0;position:relative;width:100%}._brlbs-fluid-width-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.fusion-video .BorlabsCookie{top:0;left:0;position:absolute}.bricks-video-wrapper .BorlabsCookie,.brxe-video .BorlabsCookie{position:absolute;width:100%;height:100%;top:0}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed,.brxe-video .BorlabsCookie ._brlbs-embed{width:100%}.bricks-video-wrapper .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail,.brxe-video .BorlabsCookie ._brlbs-embed ._brlbs-thumbnail{width:100%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper .BorlabsCookie{top:0;left:0;position:absolute}.wpb_video_widget .wpb_video_wrapper .BorlabsCookie{display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.wpb_wrapper .fb_type_standard{height:auto}#BorlabsCookieBoxWidget{position:fixed;transition:all 500ms ease;opacity:1;line-height:0;z-index:999998;padding:20px}#BorlabsCookieBoxWidget:hover{opacity:.8}#BorlabsCookieBoxWidget svg{width:48px;height:48px;filter:drop-shadow(0 0 4px rgba(0, 0, 0, 0.2))}#BorlabsCookieBoxWidget.bottom-left{left:0;bottom:0}#BorlabsCookieBoxWidget.bottom-right{bottom:0;right:0}@media(max-width: 424px){#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-separator::before{content:"";display:block;margin:0}}@media(min-width: 576px){#BorlabsCookieBox ._brlbs-bar ul.show-cookie-logo{margin:.5em 0 0 16.6666666667%}}@media(max-width: 767px){#BorlabsCookieBox ._brlbs-box,#BorlabsCookieBox ._brlbs-bar{max-height:85vh}#BorlabsCookieBox ._brlbs-box-plus-wrap{max-width:550px}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p{margin:0 0 .5em 0}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim ._brlbs-actions{display:none}#BorlabsCookieBox ._brlbs-bar._brlbs-bar-slim p._brlbs-actions-mobile{display:block;margin:.9375em 0;text-align:center}#BorlabsCookieBox ._brlbs-bar .align-items-center{align-items:flex-start !important}#BorlabsCookieBox .cookie-preference ._brlbs-accept,#BorlabsCookieBox .cookie-preference ._brlbs-refuse{text-align:center}#BorlabsCookieBoxWidget._brlbs-hide-mobile{opacity:0;pointer-events:none;transform:translateY(25px)}#BorlabsCookieBoxWidget svg{width:32px;height:32px}}
._brlbs-animated {
--animate-duration: 1s;
--animate-delay: 1s;
}
@keyframes _brlbs-fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
#BorlabsCookieBox ._brlbs-fadeInDown {
animation-name: _brlbs-fadeInDown;
}
@keyframes _brlbs-flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
#BorlabsCookieBox ._brlbs-flipOutX {
animation-duration: 0.75s;
animation-name: _brlbs-flipOutX;
backface-visibility: visible !important;
}
#BorlabsCookieBox * { font-family: inherit; }#BorlabsCookieBox ._brlbs-bar-advanced ul, #BorlabsCookieBox ._brlbs-box-advanced ul { justify-content: space-around; }#BorlabsCookieBox ._brlbs-bar, #BorlabsCookieBox ._brlbs-box { background: #fff; border-radius: 4px; color: #555; font-size: 14px; }#BorlabsCookieBox a { color: #28a745; }#BorlabsCookieBox a:hover { color: #30c553; }#BorlabsCookieBox ._brlbs-btn { background: #f7f7f7; border-radius: 4px; color: #555; }#BorlabsCookieBox ._brlbs-btn:hover { background: #e6e6e6; border-radius: 4px; color: #555; }#BorlabsCookieBox ._brlbs-refuse-btn a, #BorlabsCookieBox a._brlbs-refuse-btn { background: #f7f7f7; border-radius: 4px; color: #555; }#BorlabsCookieBox ._brlbs-refuse-btn a:hover, #BorlabsCookieBox a._brlbs-refuse-btn:hover { background: #e6e6e6; border-radius: 4px; color: #555; }#BorlabsCookieBox ._brlbs-manage-btn a { background: #000; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-manage-btn a:hover { background: #262626; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #28a745; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #30c553; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all { background: #28a745; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-btn-accept-all:hover { background: #30c553; border-radius: 4px; color: #fff; }#BorlabsCookieBox ._brlbs-legal { color: #aaa; }#BorlabsCookieBox ._brlbs-legal a { color: inherit; }#BorlabsCookieBox ._brlbs-legal a:hover { color: #aaa; }#BorlabsCookieBox ._brlbs-branding { color: #000; }#BorlabsCookieBox ._brlbs-branding a { color: inherit; }#BorlabsCookieBox ._brlbs-branding a:hover { color: inherit; }#BorlabsCookieBox ._brlbs-manage a { color: #28a745; }#BorlabsCookieBox ._brlbs-manage a:hover { color: #30c553; }#BorlabsCookieBox ._brlbs-refuse { color: #888; }#BorlabsCookieBox ._brlbs-refuse a:hover { color: #888; }#BorlabsCookieBox ul li::before { color: #28a745; }#BorlabsCookieBox .cookie-box ._brlbs-btn { width: 100%; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider { background-color: #bdc1c8; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider { background-color: #28a745; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before { background-color: #fff; }.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider:before { background-color: #fff; }.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator { background-color: #fff; border-color: #a72828; border-radius: 4px; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator { background-color: #28a745; border-color: #28a745; }.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator::after { border-color: #fff; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator { background-color: #e6e6e6; border-color: #e6e6e6; }.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator::after { border-color: #999; }#BorlabsCookieBox .bcac-item { background-color: #f7f7f7; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table { background-color: #fff; border-radius: 0px; color: #555; }#BorlabsCookieBox .cookie-preference table tr td, #BorlabsCookieBox .cookie-preference table tr th { background-color: #fff; border-color: #eee; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider { border-radius: 34px; }.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before { border-radius: 50%; }.BorlabsCookie ._brlbs-content-blocker { font-family: inherit; font-size: 14px; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption { background: hsla(0, 0%, 0%, 0.8); color: #fff; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a { color: #28a745; }.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover { color: #30c553; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn { background: #28a745; border-radius: 4px; color: #fff; }.BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover { background: #30c553; color: #fff; }#BorlabsCookieBoxWidget svg {color: #0063e3;}a._brlbs-btn-cookie-preference { background: #28a745 !important; border-radius: 4px !important; color: #fff !important; }a._brlbs-btn-cookie-preference:hover { background: #30c553 !important; color: #fff !important; }.BorlabsCookie ._brlbs-facebook {
border: 1px solid #e1e8ed;
border-radius: 6px;
max-width: 516px;
padding: 3px 0;
}
.BorlabsCookie ._brlbs-facebook a._brlbs-btn {
background: #4267b2;
border-radius: 2px;
}
.BorlabsCookie ._brlbs-facebook a._brlbs-btn:hover {
background: #3b5998;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn {
background: #4285f4;
border-radius: 3px;
}
.BorlabsCookie ._brlbs-google-maps a._brlbs-btn:hover {
background: #fff;
color: #4285f4;
}.BorlabsCookie ._brlbs-instagram {
border: 1px solid #e1e8ed;
border-radius: 6px;
max-width: 516px;
padding: 3px 0;
}
.BorlabsCookie ._brlbs-instagram a._brlbs-btn {
background: #3897f0;
border-radius: 4px;
}
.BorlabsCookie ._brlbs-instagram a._brlbs-btn:hover {
background: #117ee4;
}
.BorlabsCookie ._brlbs-twitter {
border: 1px solid #e1e8ed;
border-radius: 3px;
max-width: 516px;
}
.BorlabsCookie ._brlbs-twitter a._brlbs-btn {
background: #1da1f2;
border-radius: 0;
}
.BorlabsCookie ._brlbs-twitter a._brlbs-btn:hover {
background: #fff;
color: #1da1f2;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn {
background: #00adef;
border-radius: 20px;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn:hover {
background: #fff;
color: #00adef;
}
.BorlabsCookie ._brlbs-video-vimeo a._brlbs-btn._brlbs-icon-play-white:hover::before {
background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%2300adef'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%2300adef' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
background-size: contain;
content: " ";
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn {
background: #ff0000;
border-radius: 20px;
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn:hover {
background: #fff;
color: red;
}
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn._brlbs-icon-play-white:hover::before {
background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23ff0000'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23ff0000' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
background-size: contain;
content: " ";
}body.gbt_custom_notif .woocommerce-error,body.gbt_custom_notif .woocommerce-info,body.gbt_custom_notif .woocommerce-message,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;-o-transition-delay:2.5s;transition-delay:2.5s}body.gbt_custom_notif .page-notifications.slide-out .gbt-custom-notification-notice.close-notice:first-child{-webkit-transition-delay:2.25s;-o-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;-o-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;-o-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;-o-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;-o-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;-o-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;-o-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;-o-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;-o-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;-o-transition-delay:0s;transition-delay:0s}body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice:first-child{-webkit-transition-delay:0.25s;-o-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;-o-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;-o-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;-o-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;-o-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;-o-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;-o-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;-o-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;-o-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:bold;font-size:16px;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;width:320px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}@media (min-width:768px){body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice{width:400px}}@media (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 .button,body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice a{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 .button:after,body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice a: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 .5s ease;-o-transition:all .5s ease;transition:all .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 .5s ease;-o-transition:all .5s ease;transition:all .5s ease}@media (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 (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);-ms-transform:translateX(-340px);transform:translateX(-340px)}@media (min-width:768px){body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice{-webkit-transform:translateX(-455px);-ms-transform:translateX(-455px);transform:translateX(-455px)}}@media (min-width:1024px){body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.open-notice{-webkit-transform:translateX(-520px);-ms-transform:translateX(-520px);transform:translateX(-520px)}}body.gbt_custom_notif .page-notifications .gbt-custom-notification-notice.close-notice{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}@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}.wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block{ display: none; }
.woocommerce_de_scrollable_textarea{height:150px!important;width:98%!important;overflow:auto!important;border:1px solid #ddd!important;background-color:#f5f5f5!important;padding:8px!important;display:block!important;color:#000!important}.products .woocommerce-de_price_taxrate{display:block}.woocommerce-de_price_taxrate{font-size:.8em}.woocommerce-de_price_shipping_rate{font-size:12px}.widerruf{clear:both}.wgm-second-checkout input.wgm-place-order{float:right}.checkout_productdesc{font-size:smaller;margin-left:10px}.price-per-unit{display:block;font-size:x-small}.woocommerce_de_versandkosten{font-size:.8em;display:block}.woocommerce ul.product_list_widget li a.versandkosten{display:inline}.wgm-gtin{font-size:.8em;margin-bottom:15px}.product-tax{font-weight:400}.product-subtotal .amount,.product-total .amount{font-weight:700;text-align:left}.product-total .product-tax{display:block;text-align:left}.product-subtotal .product-tax .amount,.product-total .product-tax .amount,.wgm-tax,.wgm-tax .amount{font-weight:400!important}.product-subtotal .product-tax,.product-total .product-tax,.wgm-tax{font-size:smaller}.shipping_de.shipping_de_string{margin-bottom:15px}.wgm-break{display:block}.wgm-order-table-tr{text-align:left;border:1px solid #eee}.wgm-order-table-tr-cond{border-top-width:4px}.wgm-kleinunternehmerregelung{display:block}.wgm-kur-notice{margin-bottom:10px}.wgm-kur-notice-review{font-size:.8em}.wgm-virtual-notice{background-color:red;color:#fff;padding:0 5px}.wgm-digital-checkout-notice{color:red;display:block;font-size:smaller;margin-top:1em;margin-bottom:1em;float:left;width:100%}.wgm-digital-variation-notice{display:block;font-size:smaller;margin-top:1em}.wgm-digital-attribute-list{font-size:smaller;margin-top:1em;margin-bottom:1em}.wgm-digital-attribute-list li{background:#f0f0f0;display:inline-block;margin:0 10px 10px 0;padding:0 10px}.wgm-product-prerequisites-label{display:block;font-size:smaller;margin-top:1em}.wgm-product-prerequisites{background:#f0f0f0;display:block;margin-top:1em;margin-bottom:2em;padding:10px}.single-product .wgm-product-prerequisites{font-size:smaller}.wgm-extra-costs-eu{display:block;margin-bottom:1em}.wc-terms-and-conditions .required{display:none}#gm-sepa-mandate-preview-text{border:1px solid rgba(0,0,0,.1);padding:9px 12px;font-size:14px;margin-bottom:20px;overflow:hidden;width:100%;box-sizing:border-box}#gm-sepa-mandate-preview-text .close{text-align:right;font-size:16px;text-transform:uppercase;cursor:pointer;display:inline-block;float:right}#gm-sepa-mandate-preview-text .close:focus,#gm-sepa-mandate-preview-text .close:hover{text-decoration:underline}.gm-sepa-mandate-preview-inner{clear:both}.form-row.place-order.wgm-place-order{position:relative}.wgm-place-order-disabled{background-color:#fff;width:100%;height:100%;float:left;position:absolute;z-index:100;opacity:.5;display:none}.comment-form label.german-market-privacy-declaration-product-review{display:inline}.german-market-product-image{float:left;margin-right:10px;width:75px}table.shop_table td.product-name .german-market-product-image~dl.variation{display:table}table.shop_table td.product-name .german-market-product-image~dl.variation dd,table.shop_table td.product-name .german-market-product-image~dl.variation dt{display:inherit}table.shop_table td.product-name .german-market-product-image~.wc-item-meta{display:table;width:calc(100% - 85px)}table.shop_table td.product-name .german-market-product-image~.wc-item-meta li{display:block}table.shop_table td.product-name .german-market-product-image~.wc-item-meta p,table.shop_table td.product-name .german-market-product-image~.wc-item-meta-label{float:left;display:inline-block}.woocommerce-invalid #age-rating,.woocommerce-invalid #german-market-custom-checkbox,.woocommerce-invalid #gm-sepa-direct-debit-checkbox,.woocommerce-invalid #shipping-service-provider,.woocommerce-invalid #terms,.woocommerce-invalid #widerruf-digital-acknowledgement,.woocommerce-invalid .german-market-product-depending-checkbox{outline:2px solid red;outline-offset:2px}.gm-fic-highlighted-ingredient{font-weight:700}table.shop_table_responsive tr td.wgm-kur-notice-review::before{display:none}div.german-market-legal-information-for-product-reviews{font-size:small;margin:1em 0;padding:1em;box-sizing:border-box;border:1px solid}.german-market-legal-information-for-product-reviews.short-after-star-rating{position:relative;display:block;width:100%;float:left;cursor:pointer;font-size:small;margin-bottom:.5em}.german-market-legal-information-for-product-reviews-info-icon{margin-right:5px}.german-market-legal-information-for-product-reviews.short-after-star-rating .full-text{display:block;position:absolute;top:2em;left:0;background-color:#fff;color:inherit;width:auto;max-width:100%;line-height:1;border:1px solid rgba(0,0,0,.2);padding:.5em 1em 1.5em 1em;font-size:small;box-sizing:border-box;display:none;cursor:default;z-index:9999;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.2);box-shadow:0 0 5px 1px rgba(0,0,0,.2)}.german-market-legal-information-for-product-reviews.short-after-star-rating .full-text .close-full-text{cursor:pointer;display:block;text-align:right;margin-bottom:.5em;opacity:.5}span.german-market-legal-information-for-product-reviews.after-star-rating{font-size:small;margin:1em 0;padding:1em;box-sizing:border-box;border:1px solid rgba(0,0,0,.2);display:block;width:100%;float:left;line-height:1;color:inherit}

@font-face {
font-family: "Shopkeeper-Icon-Font";
src: url(//www.hopfenhirsch.de/wp-content/themes/shopkeeper/inc/fonts/shopkeeper-icon-font/fonts/Shopkeeper-Icon-Font.woff2?dev9eh) format("woff2"), url(//www.hopfenhirsch.de/wp-content/themes/shopkeeper/inc/fonts/shopkeeper-icon-font/fonts/Shopkeeper-Icon-Font.ttf?dev9eh) format("truetype"), url(//www.hopfenhirsch.de/wp-content/themes/shopkeeper/inc/fonts/shopkeeper-icon-font/fonts/Shopkeeper-Icon-Font.woff?dev9eh) format("woff"), url(//www.hopfenhirsch.de/wp-content/themes/shopkeeper/inc/fonts/shopkeeper-icon-font/fonts/Shopkeeper-Icon-Font.svg?dev9eh#Shopkeeper-Icon-Font) format("svg");
font-display: block;
font-weight: normal;
font-style: normal; }
[class^="spk-icon-"], [class*=" spk-icon-"] { font-family: "Shopkeeper-Icon-Font" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.spk-icon-checked:before {
content: ""; }
.spk-icon-sync:before {
content: ""; }
.spk-icon-Document_3:before {
content: ""; }
.spk-icon-Add_2:before {
content: ""; }
.spk-icon-Remove_2:before {
content: ""; }
.spk-icon-icon-arrow-right:before {
content: ""; }
.spk-icon-icon-message:before {
content: ""; }
.spk-icon-icon-like-it:before {
content: ""; }
.spk-icon-close-thin-large:before {
content: ""; }
.spk-icon-down-arrow-thin-large:before {
content: ""; }
.spk-icon-left-arrow-thin-large:before {
content: ""; }
.spk-icon-right-arrow-thin-large:before {
content: ""; }
.spk-icon-up-arrow-thin-large:before {
content: ""; }
.spk-icon-menu-filters:before {
content: ""; }
.spk-icon-down-small:before {
content: ""; }
.spk-icon-left-small:before {
content: ""; }
.spk-icon-right-small:before {
content: ""; }
.spk-icon-up-small:before {
content: ""; }
.spk-icon-video-player:before {
content: ""; }
.spk-icon-load-more:before {
content: ""; }
.spk-icon-diamond:before {
content: ""; }
.spk-icon-spk_error:before {
content: ""; }
.spk-icon-spk_check:before {
content: ""; }
.spk-icon-warning:before {
content: ""; }
.spk-icon-close:before {
content: ""; }
.spk-icon-arrow-left:before {
content: ""; }
.spk-icon-arrow-right:before {
content: ""; }
.spk-icon-view:before {
content: ""; }
.spk-icon-heart-full:before {
content: ""; }
.spk-icon-heart:before {
content: ""; }
.spk-icon-cart-shopkeeper:before {
content: ""; }
.spk-icon-menu:before {
content: ""; }
.spk-icon-search:before {
content: ""; }
.spk-icon-user-account:before {
content: ""; }
.spk-icon-quote-left:before {
content: ""; }
.spk-icon-used-product:before {
content: ""; }
.spk-icon-coupon:before {
content: ""; }
    html {
font-family: sans-serif; font-size: 100%;
line-height: 1.5em; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} article,
aside,
footer,
header,
nav,
section {
display: block;
} h1 {
font-size: 3.125em;
line-height: 1.44em; margin: 0.48em 0;
}
h2 {
font-size: 1.5em;
line-height: 2em;
margin: 1em 0;
}
h3 {
font-size: 1.17em;
line-height: 1.2820512821em;
margin: 1.2820512821em 0;
}
h4 {
font-size: 1em;
line-height: 1.5em;
margin: 1.5em 0;
}
h5 {
font-size: 0.83em;
line-height: 1.8072289157em;
margin: 1.8072289157em 0;
}
h6 {
font-size: 0.67em;
line-height: 2.2388059701em;
margin: 2.2388059701em 0;
}  blockquote {
margin: 1.5em 40px;
}
dl,
ol,
ul {
margin: 1.5em 0;
} ol ol,
ol ul,
ul ol,
ul ul {
margin: 0;
}
dd {
margin: 0 0 0 40px;
}
ol,
ul {
padding: 0 0 0 40px;
} figcaption,
figure {
display: block;
} figure {
margin: 1.5em 40px;
} hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; height: 0; overflow: visible; } main {
display: block;
} p,
pre {
margin: 1.5em 0;
} pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent; -webkit-text-decoration-skip: objects; } a:active,
a:hover {
outline-width: 0;
}  abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } dfn {
font-style: italic;
} mark {
background-color: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  audio,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} img {
border-style: none;
} svg:not(:root) {
overflow: hidden;
}  button,
input,
optgroup,
select,
textarea {
font-family: sans-serif; font-size: 100%; line-height: 1.5em; margin: 0; } button {
overflow: visible;
} button,
select { text-transform: none;
} button,
html [type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button; }
button,
[type=button],
[type=reset],
[type=submit] {  }
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} input {
overflow: visible;
} [type=checkbox],
[type=radio] {
-webkit-box-sizing: border-box;
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px;  }
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; } fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
-webkit-box-sizing: border-box;
box-sizing: border-box; display: table; max-width: 100%; padding: 0; color: inherit; white-space: normal; } progress {
display: inline-block; vertical-align: baseline; } textarea {
overflow: auto;
}  details {
display: block;
} summary {
display: list-item;
} menu {
display: block; margin: 1.5em 0; padding: 0 0 0 40px;  }
menu menu, ol menu, ul menu {
margin: 0;
}  canvas {
display: inline-block;
} template {
display: none;
}  [hidden] {
display: none;
}
.foundation-mq {
font-family: "small=0em&xsmall=48em&medium=48em&xmedium=55.0625em&slarge=64em&large=64.0625em&xlarge=75.0625em&xxlarge=85.4375em&xxxlarge=150.0625em";
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 100%;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
background: #FFFFFF;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-weight: normal;
line-height: 1.5;
color: #000000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
}
textarea {
height: auto;
min-height: 50px;
border-radius: 0;
}
select {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border-radius: 0;
}
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
max-width: none !important;
}
button {
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
border-radius: 0;
background: transparent;
line-height: 1;
cursor: auto;
}
[data-whatinput=mouse] button {
outline: 0;
}
pre {
overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
}
.is-visible {
display: block !important;
}
.is-hidden {
display: none !important;
}
.row {
max-width: 75rem;
margin-right: auto;
margin-left: auto;
}
.row::before, .row::after {
display: table;
content: " ";
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.row::after {
clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
padding-right: 0;
padding-left: 0;
}
.row .row {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
.row .row {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
}
@media print, screen and (min-width: 64.0625em) {
.row .row {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
}
@media screen and (min-width: 75.0625em) {
.row .row {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
}
@media screen and (min-width: 85.4375em) {
.row .row {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
}
.row .row.collapse {
margin-right: 0;
margin-left: 0;
}
.row.expanded {
max-width: none;
}
.row.expanded .row {
margin-right: auto;
margin-left: auto;
}
.row:not(.expanded) .row {
max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.column, .columns {
width: 100%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
.column, .columns {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
float: left;
}
.column.row.row, .row.row.columns {
float: none;
}
.row .column.row.row, .row .row.row.columns {
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
}
.small-1 {
width: 8.3333333333%;
}
.small-push-1 {
position: relative;
left: 8.3333333333%;
}
.small-pull-1 {
position: relative;
left: -8.3333333333%;
}
.small-offset-0 {
margin-left: 0%;
}
.small-2 {
width: 16.6666666667%;
}
.small-push-2 {
position: relative;
left: 16.6666666667%;
}
.small-pull-2 {
position: relative;
left: -16.6666666667%;
}
.small-offset-1 {
margin-left: 8.3333333333%;
}
.small-3 {
width: 25%;
}
.small-push-3 {
position: relative;
left: 25%;
}
.small-pull-3 {
position: relative;
left: -25%;
}
.small-offset-2 {
margin-left: 16.6666666667%;
}
.small-4 {
width: 33.3333333333%;
}
.small-push-4 {
position: relative;
left: 33.3333333333%;
}
.small-pull-4 {
position: relative;
left: -33.3333333333%;
}
.small-offset-3 {
margin-left: 25%;
}
.small-5 {
width: 41.6666666667%;
}
.small-push-5 {
position: relative;
left: 41.6666666667%;
}
.small-pull-5 {
position: relative;
left: -41.6666666667%;
}
.small-offset-4 {
margin-left: 33.3333333333%;
}
.small-6 {
width: 50%;
}
.small-push-6 {
position: relative;
left: 50%;
}
.small-pull-6 {
position: relative;
left: -50%;
}
.small-offset-5 {
margin-left: 41.6666666667%;
}
.small-7 {
width: 58.3333333333%;
}
.small-push-7 {
position: relative;
left: 58.3333333333%;
}
.small-pull-7 {
position: relative;
left: -58.3333333333%;
}
.small-offset-6 {
margin-left: 50%;
}
.small-8 {
width: 66.6666666667%;
}
.small-push-8 {
position: relative;
left: 66.6666666667%;
}
.small-pull-8 {
position: relative;
left: -66.6666666667%;
}
.small-offset-7 {
margin-left: 58.3333333333%;
}
.small-9 {
width: 75%;
}
.small-push-9 {
position: relative;
left: 75%;
}
.small-pull-9 {
position: relative;
left: -75%;
}
.small-offset-8 {
margin-left: 66.6666666667%;
}
.small-10 {
width: 83.3333333333%;
}
.small-push-10 {
position: relative;
left: 83.3333333333%;
}
.small-pull-10 {
position: relative;
left: -83.3333333333%;
}
.small-offset-9 {
margin-left: 75%;
}
.small-11 {
width: 91.6666666667%;
}
.small-push-11 {
position: relative;
left: 91.6666666667%;
}
.small-pull-11 {
position: relative;
left: -91.6666666667%;
}
.small-offset-10 {
margin-left: 83.3333333333%;
}
.small-12 {
width: 100%;
}
.small-offset-11 {
margin-left: 91.6666666667%;
}
.small-up-1 > .column, .small-up-1 > .columns {
float: left;
width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
float: left;
}
.small-up-2 > .column, .small-up-2 > .columns {
float: left;
width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
float: left;
}
.small-up-3 > .column, .small-up-3 > .columns {
float: left;
width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
float: left;
}
.small-up-4 > .column, .small-up-4 > .columns {
float: left;
width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
float: left;
}
.small-up-5 > .column, .small-up-5 > .columns {
float: left;
width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
float: left;
}
.small-up-6 > .column, .small-up-6 > .columns {
float: left;
width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
float: left;
}
.small-up-7 > .column, .small-up-7 > .columns {
float: left;
width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
float: left;
}
.small-up-8 > .column, .small-up-8 > .columns {
float: left;
width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
float: left;
}
.small-collapse > .column, .small-collapse > .columns {
padding-right: 0;
padding-left: 0;
}
.small-collapse .row {
margin-right: 0;
margin-left: 0;
}
.expanded.row .small-collapse.row {
margin-right: 0;
margin-left: 0;
}
.small-uncollapse > .column, .small-uncollapse > .columns {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.small-centered {
margin-right: auto;
margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
float: none;
clear: both;
}
.small-uncentered,
.small-push-0,
.small-pull-0 {
position: static;
float: left;
margin-right: 0;
margin-left: 0;
}
@media print, screen and (min-width: 48em) {
.medium-1 {
width: 8.3333333333%;
}
.medium-push-1 {
position: relative;
left: 8.3333333333%;
}
.medium-pull-1 {
position: relative;
left: -8.3333333333%;
}
.medium-offset-0 {
margin-left: 0%;
}
.medium-2 {
width: 16.6666666667%;
}
.medium-push-2 {
position: relative;
left: 16.6666666667%;
}
.medium-pull-2 {
position: relative;
left: -16.6666666667%;
}
.medium-offset-1 {
margin-left: 8.3333333333%;
}
.medium-3 {
width: 25%;
}
.medium-push-3 {
position: relative;
left: 25%;
}
.medium-pull-3 {
position: relative;
left: -25%;
}
.medium-offset-2 {
margin-left: 16.6666666667%;
}
.medium-4 {
width: 33.3333333333%;
}
.medium-push-4 {
position: relative;
left: 33.3333333333%;
}
.medium-pull-4 {
position: relative;
left: -33.3333333333%;
}
.medium-offset-3 {
margin-left: 25%;
}
.medium-5 {
width: 41.6666666667%;
}
.medium-push-5 {
position: relative;
left: 41.6666666667%;
}
.medium-pull-5 {
position: relative;
left: -41.6666666667%;
}
.medium-offset-4 {
margin-left: 33.3333333333%;
}
.medium-6 {
width: 50%;
}
.medium-push-6 {
position: relative;
left: 50%;
}
.medium-pull-6 {
position: relative;
left: -50%;
}
.medium-offset-5 {
margin-left: 41.6666666667%;
}
.medium-7 {
width: 58.3333333333%;
}
.medium-push-7 {
position: relative;
left: 58.3333333333%;
}
.medium-pull-7 {
position: relative;
left: -58.3333333333%;
}
.medium-offset-6 {
margin-left: 50%;
}
.medium-8 {
width: 66.6666666667%;
}
.medium-push-8 {
position: relative;
left: 66.6666666667%;
}
.medium-pull-8 {
position: relative;
left: -66.6666666667%;
}
.medium-offset-7 {
margin-left: 58.3333333333%;
}
.medium-9 {
width: 75%;
}
.medium-push-9 {
position: relative;
left: 75%;
}
.medium-pull-9 {
position: relative;
left: -75%;
}
.medium-offset-8 {
margin-left: 66.6666666667%;
}
.medium-10 {
width: 83.3333333333%;
}
.medium-push-10 {
position: relative;
left: 83.3333333333%;
}
.medium-pull-10 {
position: relative;
left: -83.3333333333%;
}
.medium-offset-9 {
margin-left: 75%;
}
.medium-11 {
width: 91.6666666667%;
}
.medium-push-11 {
position: relative;
left: 91.6666666667%;
}
.medium-pull-11 {
position: relative;
left: -91.6666666667%;
}
.medium-offset-10 {
margin-left: 83.3333333333%;
}
.medium-12 {
width: 100%;
}
.medium-offset-11 {
margin-left: 91.6666666667%;
}
.medium-up-1 > .column, .medium-up-1 > .columns {
float: left;
width: 100%;
}
.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
clear: none;
}
.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
clear: both;
}
.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
float: left;
}
.medium-up-2 > .column, .medium-up-2 > .columns {
float: left;
width: 50%;
}
.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
clear: none;
}
.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
clear: both;
}
.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
float: left;
}
.medium-up-3 > .column, .medium-up-3 > .columns {
float: left;
width: 33.3333333333%;
}
.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
clear: none;
}
.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
clear: both;
}
.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
float: left;
}
.medium-up-4 > .column, .medium-up-4 > .columns {
float: left;
width: 25%;
}
.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
clear: none;
}
.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
clear: both;
}
.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
float: left;
}
.medium-up-5 > .column, .medium-up-5 > .columns {
float: left;
width: 20%;
}
.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
clear: none;
}
.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
clear: both;
}
.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
float: left;
}
.medium-up-6 > .column, .medium-up-6 > .columns {
float: left;
width: 16.6666666667%;
}
.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
clear: none;
}
.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
clear: both;
}
.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
float: left;
}
.medium-up-7 > .column, .medium-up-7 > .columns {
float: left;
width: 14.2857142857%;
}
.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
clear: none;
}
.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
clear: both;
}
.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
float: left;
}
.medium-up-8 > .column, .medium-up-8 > .columns {
float: left;
width: 12.5%;
}
.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
clear: none;
}
.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
clear: both;
}
.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
float: left;
}
.medium-collapse > .column, .medium-collapse > .columns {
padding-right: 0;
padding-left: 0;
}
.medium-collapse .row {
margin-right: 0;
margin-left: 0;
}
.expanded.row .medium-collapse.row {
margin-right: 0;
margin-left: 0;
}
.medium-uncollapse > .column, .medium-uncollapse > .columns {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.medium-centered {
margin-right: auto;
margin-left: auto;
}
.medium-centered, .medium-centered:last-child:not(:first-child) {
float: none;
clear: both;
}
.medium-uncentered,
.medium-push-0,
.medium-pull-0 {
position: static;
float: left;
margin-right: 0;
margin-left: 0;
}
}
@media print, screen and (min-width: 64.0625em) {
.large-1 {
width: 8.3333333333%;
}
.large-push-1 {
position: relative;
left: 8.3333333333%;
}
.large-pull-1 {
position: relative;
left: -8.3333333333%;
}
.large-offset-0 {
margin-left: 0%;
}
.large-2 {
width: 16.6666666667%;
}
.large-push-2 {
position: relative;
left: 16.6666666667%;
}
.large-pull-2 {
position: relative;
left: -16.6666666667%;
}
.large-offset-1 {
margin-left: 8.3333333333%;
}
.large-3 {
width: 25%;
}
.large-push-3 {
position: relative;
left: 25%;
}
.large-pull-3 {
position: relative;
left: -25%;
}
.large-offset-2 {
margin-left: 16.6666666667%;
}
.large-4 {
width: 33.3333333333%;
}
.large-push-4 {
position: relative;
left: 33.3333333333%;
}
.large-pull-4 {
position: relative;
left: -33.3333333333%;
}
.large-offset-3 {
margin-left: 25%;
}
.large-5 {
width: 41.6666666667%;
}
.large-push-5 {
position: relative;
left: 41.6666666667%;
}
.large-pull-5 {
position: relative;
left: -41.6666666667%;
}
.large-offset-4 {
margin-left: 33.3333333333%;
}
.large-6 {
width: 50%;
}
.large-push-6 {
position: relative;
left: 50%;
}
.large-pull-6 {
position: relative;
left: -50%;
}
.large-offset-5 {
margin-left: 41.6666666667%;
}
.large-7 {
width: 58.3333333333%;
}
.large-push-7 {
position: relative;
left: 58.3333333333%;
}
.large-pull-7 {
position: relative;
left: -58.3333333333%;
}
.large-offset-6 {
margin-left: 50%;
}
.large-8 {
width: 66.6666666667%;
}
.large-push-8 {
position: relative;
left: 66.6666666667%;
}
.large-pull-8 {
position: relative;
left: -66.6666666667%;
}
.large-offset-7 {
margin-left: 58.3333333333%;
}
.large-9 {
width: 75%;
}
.large-push-9 {
position: relative;
left: 75%;
}
.large-pull-9 {
position: relative;
left: -75%;
}
.large-offset-8 {
margin-left: 66.6666666667%;
}
.large-10 {
width: 83.3333333333%;
}
.large-push-10 {
position: relative;
left: 83.3333333333%;
}
.large-pull-10 {
position: relative;
left: -83.3333333333%;
}
.large-offset-9 {
margin-left: 75%;
}
.large-11 {
width: 91.6666666667%;
}
.large-push-11 {
position: relative;
left: 91.6666666667%;
}
.large-pull-11 {
position: relative;
left: -91.6666666667%;
}
.large-offset-10 {
margin-left: 83.3333333333%;
}
.large-12 {
width: 100%;
}
.large-offset-11 {
margin-left: 91.6666666667%;
}
.large-up-1 > .column, .large-up-1 > .columns {
float: left;
width: 100%;
}
.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
clear: none;
}
.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
clear: both;
}
.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
float: left;
}
.large-up-2 > .column, .large-up-2 > .columns {
float: left;
width: 50%;
}
.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
clear: none;
}
.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
clear: both;
}
.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
float: left;
}
.large-up-3 > .column, .large-up-3 > .columns {
float: left;
width: 33.3333333333%;
}
.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
clear: none;
}
.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
clear: both;
}
.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
float: left;
}
.large-up-4 > .column, .large-up-4 > .columns {
float: left;
width: 25%;
}
.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
clear: none;
}
.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
clear: both;
}
.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
float: left;
}
.large-up-5 > .column, .large-up-5 > .columns {
float: left;
width: 20%;
}
.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
clear: none;
}
.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
clear: both;
}
.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
float: left;
}
.large-up-6 > .column, .large-up-6 > .columns {
float: left;
width: 16.6666666667%;
}
.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
clear: none;
}
.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
clear: both;
}
.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
float: left;
}
.large-up-7 > .column, .large-up-7 > .columns {
float: left;
width: 14.2857142857%;
}
.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
clear: none;
}
.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
clear: both;
}
.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
float: left;
}
.large-up-8 > .column, .large-up-8 > .columns {
float: left;
width: 12.5%;
}
.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
clear: none;
}
.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
clear: both;
}
.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
float: left;
}
.large-collapse > .column, .large-collapse > .columns {
padding-right: 0;
padding-left: 0;
}
.large-collapse .row {
margin-right: 0;
margin-left: 0;
}
.expanded.row .large-collapse.row {
margin-right: 0;
margin-left: 0;
}
.large-uncollapse > .column, .large-uncollapse > .columns {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.large-centered {
margin-right: auto;
margin-left: auto;
}
.large-centered, .large-centered:last-child:not(:first-child) {
float: none;
clear: both;
}
.large-uncentered,
.large-push-0,
.large-pull-0 {
position: static;
float: left;
margin-right: 0;
margin-left: 0;
}
}
@media screen and (min-width: 75.0625em) {
.xlarge-1 {
width: 8.3333333333%;
}
.xlarge-push-1 {
position: relative;
left: 8.3333333333%;
}
.xlarge-pull-1 {
position: relative;
left: -8.3333333333%;
}
.xlarge-offset-0 {
margin-left: 0%;
}
.xlarge-2 {
width: 16.6666666667%;
}
.xlarge-push-2 {
position: relative;
left: 16.6666666667%;
}
.xlarge-pull-2 {
position: relative;
left: -16.6666666667%;
}
.xlarge-offset-1 {
margin-left: 8.3333333333%;
}
.xlarge-3 {
width: 25%;
}
.xlarge-push-3 {
position: relative;
left: 25%;
}
.xlarge-pull-3 {
position: relative;
left: -25%;
}
.xlarge-offset-2 {
margin-left: 16.6666666667%;
}
.xlarge-4 {
width: 33.3333333333%;
}
.xlarge-push-4 {
position: relative;
left: 33.3333333333%;
}
.xlarge-pull-4 {
position: relative;
left: -33.3333333333%;
}
.xlarge-offset-3 {
margin-left: 25%;
}
.xlarge-5 {
width: 41.6666666667%;
}
.xlarge-push-5 {
position: relative;
left: 41.6666666667%;
}
.xlarge-pull-5 {
position: relative;
left: -41.6666666667%;
}
.xlarge-offset-4 {
margin-left: 33.3333333333%;
}
.xlarge-6 {
width: 50%;
}
.xlarge-push-6 {
position: relative;
left: 50%;
}
.xlarge-pull-6 {
position: relative;
left: -50%;
}
.xlarge-offset-5 {
margin-left: 41.6666666667%;
}
.xlarge-7 {
width: 58.3333333333%;
}
.xlarge-push-7 {
position: relative;
left: 58.3333333333%;
}
.xlarge-pull-7 {
position: relative;
left: -58.3333333333%;
}
.xlarge-offset-6 {
margin-left: 50%;
}
.xlarge-8 {
width: 66.6666666667%;
}
.xlarge-push-8 {
position: relative;
left: 66.6666666667%;
}
.xlarge-pull-8 {
position: relative;
left: -66.6666666667%;
}
.xlarge-offset-7 {
margin-left: 58.3333333333%;
}
.xlarge-9 {
width: 75%;
}
.xlarge-push-9 {
position: relative;
left: 75%;
}
.xlarge-pull-9 {
position: relative;
left: -75%;
}
.xlarge-offset-8 {
margin-left: 66.6666666667%;
}
.xlarge-10 {
width: 83.3333333333%;
}
.xlarge-push-10 {
position: relative;
left: 83.3333333333%;
}
.xlarge-pull-10 {
position: relative;
left: -83.3333333333%;
}
.xlarge-offset-9 {
margin-left: 75%;
}
.xlarge-11 {
width: 91.6666666667%;
}
.xlarge-push-11 {
position: relative;
left: 91.6666666667%;
}
.xlarge-pull-11 {
position: relative;
left: -91.6666666667%;
}
.xlarge-offset-10 {
margin-left: 83.3333333333%;
}
.xlarge-12 {
width: 100%;
}
.xlarge-offset-11 {
margin-left: 91.6666666667%;
}
.xlarge-up-1 > .column, .xlarge-up-1 > .columns {
float: left;
width: 100%;
}
.xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
clear: none;
}
.xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
clear: both;
}
.xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
float: left;
}
.xlarge-up-2 > .column, .xlarge-up-2 > .columns {
float: left;
width: 50%;
}
.xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
clear: none;
}
.xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
clear: both;
}
.xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
float: left;
}
.xlarge-up-3 > .column, .xlarge-up-3 > .columns {
float: left;
width: 33.3333333333%;
}
.xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
clear: none;
}
.xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
clear: both;
}
.xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
float: left;
}
.xlarge-up-4 > .column, .xlarge-up-4 > .columns {
float: left;
width: 25%;
}
.xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
clear: none;
}
.xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
clear: both;
}
.xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
float: left;
}
.xlarge-up-5 > .column, .xlarge-up-5 > .columns {
float: left;
width: 20%;
}
.xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
clear: none;
}
.xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
clear: both;
}
.xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
float: left;
}
.xlarge-up-6 > .column, .xlarge-up-6 > .columns {
float: left;
width: 16.6666666667%;
}
.xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
clear: none;
}
.xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
clear: both;
}
.xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
float: left;
}
.xlarge-up-7 > .column, .xlarge-up-7 > .columns {
float: left;
width: 14.2857142857%;
}
.xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
clear: none;
}
.xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
clear: both;
}
.xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
float: left;
}
.xlarge-up-8 > .column, .xlarge-up-8 > .columns {
float: left;
width: 12.5%;
}
.xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
clear: none;
}
.xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
clear: both;
}
.xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
float: left;
}
.xlarge-collapse > .column, .xlarge-collapse > .columns {
padding-right: 0;
padding-left: 0;
}
.xlarge-collapse .row {
margin-right: 0;
margin-left: 0;
}
.expanded.row .xlarge-collapse.row {
margin-right: 0;
margin-left: 0;
}
.xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.xlarge-centered {
margin-right: auto;
margin-left: auto;
}
.xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
float: none;
clear: both;
}
.xlarge-uncentered,
.xlarge-push-0,
.xlarge-pull-0 {
position: static;
float: left;
margin-right: 0;
margin-left: 0;
}
}
@media screen and (min-width: 85.4375em) {
.xxlarge-1 {
width: 8.3333333333%;
}
.xxlarge-push-1 {
position: relative;
left: 8.3333333333%;
}
.xxlarge-pull-1 {
position: relative;
left: -8.3333333333%;
}
.xxlarge-offset-0 {
margin-left: 0%;
}
.xxlarge-2 {
width: 16.6666666667%;
}
.xxlarge-push-2 {
position: relative;
left: 16.6666666667%;
}
.xxlarge-pull-2 {
position: relative;
left: -16.6666666667%;
}
.xxlarge-offset-1 {
margin-left: 8.3333333333%;
}
.xxlarge-3 {
width: 25%;
}
.xxlarge-push-3 {
position: relative;
left: 25%;
}
.xxlarge-pull-3 {
position: relative;
left: -25%;
}
.xxlarge-offset-2 {
margin-left: 16.6666666667%;
}
.xxlarge-4 {
width: 33.3333333333%;
}
.xxlarge-push-4 {
position: relative;
left: 33.3333333333%;
}
.xxlarge-pull-4 {
position: relative;
left: -33.3333333333%;
}
.xxlarge-offset-3 {
margin-left: 25%;
}
.xxlarge-5 {
width: 41.6666666667%;
}
.xxlarge-push-5 {
position: relative;
left: 41.6666666667%;
}
.xxlarge-pull-5 {
position: relative;
left: -41.6666666667%;
}
.xxlarge-offset-4 {
margin-left: 33.3333333333%;
}
.xxlarge-6 {
width: 50%;
}
.xxlarge-push-6 {
position: relative;
left: 50%;
}
.xxlarge-pull-6 {
position: relative;
left: -50%;
}
.xxlarge-offset-5 {
margin-left: 41.6666666667%;
}
.xxlarge-7 {
width: 58.3333333333%;
}
.xxlarge-push-7 {
position: relative;
left: 58.3333333333%;
}
.xxlarge-pull-7 {
position: relative;
left: -58.3333333333%;
}
.xxlarge-offset-6 {
margin-left: 50%;
}
.xxlarge-8 {
width: 66.6666666667%;
}
.xxlarge-push-8 {
position: relative;
left: 66.6666666667%;
}
.xxlarge-pull-8 {
position: relative;
left: -66.6666666667%;
}
.xxlarge-offset-7 {
margin-left: 58.3333333333%;
}
.xxlarge-9 {
width: 75%;
}
.xxlarge-push-9 {
position: relative;
left: 75%;
}
.xxlarge-pull-9 {
position: relative;
left: -75%;
}
.xxlarge-offset-8 {
margin-left: 66.6666666667%;
}
.xxlarge-10 {
width: 83.3333333333%;
}
.xxlarge-push-10 {
position: relative;
left: 83.3333333333%;
}
.xxlarge-pull-10 {
position: relative;
left: -83.3333333333%;
}
.xxlarge-offset-9 {
margin-left: 75%;
}
.xxlarge-11 {
width: 91.6666666667%;
}
.xxlarge-push-11 {
position: relative;
left: 91.6666666667%;
}
.xxlarge-pull-11 {
position: relative;
left: -91.6666666667%;
}
.xxlarge-offset-10 {
margin-left: 83.3333333333%;
}
.xxlarge-12 {
width: 100%;
}
.xxlarge-offset-11 {
margin-left: 91.6666666667%;
}
.xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
float: left;
width: 100%;
}
.xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
clear: none;
}
.xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
clear: both;
}
.xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
float: left;
}
.xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
float: left;
width: 50%;
}
.xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
clear: none;
}
.xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
clear: both;
}
.xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
float: left;
}
.xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
float: left;
width: 33.3333333333%;
}
.xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
clear: none;
}
.xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
clear: both;
}
.xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
float: left;
}
.xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
float: left;
width: 25%;
}
.xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
clear: none;
}
.xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
clear: both;
}
.xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
float: left;
}
.xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
float: left;
width: 20%;
}
.xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
clear: none;
}
.xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
clear: both;
}
.xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
float: left;
}
.xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
float: left;
width: 16.6666666667%;
}
.xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
clear: none;
}
.xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
clear: both;
}
.xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
float: left;
}
.xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
float: left;
width: 14.2857142857%;
}
.xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
clear: none;
}
.xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
clear: both;
}
.xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
float: left;
}
.xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
float: left;
width: 12.5%;
}
.xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
clear: none;
}
.xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
clear: both;
}
.xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
float: left;
}
.xxlarge-collapse > .column, .xxlarge-collapse > .columns {
padding-right: 0;
padding-left: 0;
}
.xxlarge-collapse .row {
margin-right: 0;
margin-left: 0;
}
.expanded.row .xxlarge-collapse.row {
margin-right: 0;
margin-left: 0;
}
.xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.xxlarge-centered {
margin-right: auto;
margin-left: auto;
}
.xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
float: none;
clear: both;
}
.xxlarge-uncentered,
.xxlarge-push-0,
.xxlarge-pull-0 {
position: static;
float: left;
margin-right: 0;
margin-left: 0;
}
}
.column-block {
margin-bottom: 1.25rem;
}
.column-block > :last-child {
margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
.column-block {
margin-bottom: 1.25rem;
}
.column-block > :last-child {
margin-bottom: 0;
}
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
p {
margin-bottom: 1rem;
font-size: inherit;
line-height: 1.6;
text-rendering: optimizeLegibility;
}
em,
i {
font-style: italic;
line-height: inherit;
}
strong,
b {
font-weight: 600;
line-height: inherit;
}
small {
font-size: 80%;
line-height: inherit;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: inherit;
font-style: normal;
font-weight: normal;
color: inherit;
text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
line-height: 0;
color: #cacaca;
}
h1, .h1 {
font-size: 1.5rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem;
}
h2, .h2 {
font-size: 1.25rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem;
}
h3, .h3 {
font-size: 1.1875rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem;
}
h4, .h4 {
font-size: 1.125rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem;
}
h5, .h5 {
font-size: 1.0625rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem;
}
h6, .h6 {
font-size: 1rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 48em) {
h1, .h1 {
font-size: 3rem;
}
h2, .h2 {
font-size: 2.5rem;
}
h3, .h3 {
font-size: 1.9375rem;
}
h4, .h4 {
font-size: 1.5625rem;
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
}
a {
line-height: inherit;
color: #1779ba;
text-decoration: none;
cursor: pointer;
}
a:hover, a:focus {
color: #1468a0;
}
a img {
border: 0;
}
hr {
clear: both;
max-width: 75rem;
height: 0;
margin: 1.25rem auto;
border-top: 0;
border-right: 0;
border-bottom: 1px solid #cacaca;
border-left: 0;
}
ul,
ol,
dl {
margin-bottom: 1rem;
list-style-position: outside;
line-height: 1.6;
}
li {
font-size: inherit;
}
ul {
margin-left: 1.25rem;
list-style-type: disc;
}
ol {
margin-left: 1.25rem;
}
ul ul, ul ol, ol ul, ol ol {
margin-left: 1.25rem;
margin-bottom: 0;
}
dl {
margin-bottom: 1rem;
}
dl dt {
margin-bottom: 0.3rem;
font-weight: 600;
}
blockquote {
margin: 0 0 1rem;
padding: 0.5625rem 1.25rem 0 1.1875rem;
border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
line-height: 1.6;
color: #8a8a8a;
}
cite {
display: block;
font-size: 0.8125rem;
color: #8a8a8a;
}
cite:before {
content: "— ";
}
abbr, abbr[title] {
border-bottom: 1px dotted #000000;
cursor: help;
text-decoration: none;
}
figure {
margin: 0;
}
code {
padding: 0.125rem 0.3125rem 0.0625rem;
border: 1px solid #cacaca;
background-color: #e6e6e6;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
color: #000000;
}
kbd {
margin: 0;
padding: 0.125rem 0.25rem 0;
background-color: #e6e6e6;
font-family: Consolas, "Liberation Mono", Courier, monospace;
color: #000000;
}
.subheader {
margin-top: 0.2rem;
margin-bottom: 0.5rem;
font-weight: normal;
line-height: 1.4;
color: #8a8a8a;
}
.lead {
font-size: 125%;
line-height: 1.6;
}
.stat {
font-size: 2.5rem;
line-height: 1;
}
p + .stat {
margin-top: -1rem;
}
ul.no-bullet, ol.no-bullet {
margin-left: 0;
list-style: none;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
@media print, screen and (min-width: 48em) {
.medium-text-left {
text-align: left;
}
.medium-text-right {
text-align: right;
}
.medium-text-center {
text-align: center;
}
.medium-text-justify {
text-align: justify;
}
}
@media print, screen and (min-width: 64.0625em) {
.large-text-left {
text-align: left;
}
.large-text-right {
text-align: right;
}
.large-text-center {
text-align: center;
}
.large-text-justify {
text-align: justify;
}
}
@media screen and (min-width: 75.0625em) {
.xlarge-text-left {
text-align: left;
}
.xlarge-text-right {
text-align: right;
}
.xlarge-text-center {
text-align: center;
}
.xlarge-text-justify {
text-align: justify;
}
}
@media screen and (min-width: 85.4375em) {
.xxlarge-text-left {
text-align: left;
}
.xxlarge-text-right {
text-align: right;
}
.xxlarge-text-center {
text-align: center;
}
.xxlarge-text-justify {
text-align: justify;
}
}
.show-for-print {
display: none !important;
}
@media print {
* {
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: black !important;
text-shadow: none !important;
}
.show-for-print {
display: block !important;
}
.hide-for-print {
display: none !important;
}
table.show-for-print {
display: table !important;
}
thead.show-for-print {
display: table-header-group !important;
}
tbody.show-for-print {
display: table-row-group !important;
}
tr.show-for-print {
display: table-row !important;
}
td.show-for-print {
display: table-cell !important;
}
th.show-for-print {
display: table-cell !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
pre,
blockquote {
border: 1px solid #8a8a8a;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.print-break-inside {
page-break-inside: auto;
}
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 2.4375rem;
margin: 0 0 1rem;
padding: 0.5rem;
border: 1px solid #cacaca;
border-radius: 0;
background-color: #FFFFFF;
-webkit-box-shadow: 0;
box-shadow: 0;
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #000000;
-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
outline: none;
border: 1px solid #8a8a8a;
background-color: #FFFFFF;
-webkit-box-shadow: 0;
box-shadow: 0;
-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
textarea {
max-width: 100%;
}
textarea[rows] {
height: auto;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #cacaca;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #cacaca;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #cacaca;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
color: #cacaca;
}
input::placeholder,
textarea::placeholder {
color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
background-color: #e6e6e6;
cursor: not-allowed;
}
[type=submit],
[type=button] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}
input[type=search] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
[type=file],
[type=checkbox],
[type=radio] {
margin: 0 0 1rem;
}
[type=checkbox] + label,
[type=radio] + label {
display: inline-block;
vertical-align: baseline;
margin-left: 0.5rem;
margin-right: 1rem;
margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
cursor: pointer;
}
label > [type=checkbox],
label > [type=radio] {
margin-right: 0.5rem;
}
[type=file] {
width: 100%;
}
label {
display: block;
margin: 0;
font-size: 0.875rem;
font-weight: normal;
line-height: 1.8;
color: #000000;
}
label.middle {
margin: 0 0 1rem;
padding: 0.5625rem 0;
}
.help-text {
margin-top: -0.5rem;
font-size: 0.8125rem;
font-style: italic;
color: #000000;
}
.input-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-bottom: 1rem;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.input-group > :first-child {
border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
border-radius: 0 0 0 0;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
margin: 0;
white-space: nowrap;
}
.input-group-label {
padding: 0 1rem;
border: 1px solid #cacaca;
background: #e6e6e6;
color: #000000;
text-align: center;
white-space: nowrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.input-group-label:first-child {
border-right: 0;
}
.input-group-label:last-child {
border-left: 0;
}
.input-group-field {
border-radius: 0;
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0px;
min-width: 0;
}
.input-group-button {
padding-top: 0;
padding-bottom: 0;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
height: auto;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem;
}
fieldset {
margin: 0;
padding: 0;
border: 0;
}
legend {
max-width: 100%;
margin-bottom: 0.5rem;
}
.fieldset {
margin: 1.125rem 0;
padding: 1.25rem;
border: 1px solid #cacaca;
}
.fieldset legend {
margin: 0;
margin-left: -0.1875rem;
padding: 0 0.1875rem;
}
select {
height: 2.4375rem;
margin: 0 0 1rem;
padding: 0.5rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #cacaca;
border-radius: 0;
background-color: #FFFFFF;
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #000000;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
background-origin: content-box;
background-position: right -1rem center;
background-repeat: no-repeat;
background-size: 9px 6px;
padding-right: 1.5rem;
-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
select {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
}
}
select:focus {
outline: none;
border: 1px solid #8a8a8a;
background-color: #FFFFFF;
-webkit-box-shadow: 0;
box-shadow: 0;
-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
background-color: #e6e6e6;
cursor: not-allowed;
}
select::-ms-expand {
display: none;
}
select[multiple] {
height: auto;
background-image: none;
}
.is-invalid-input:not(:focus) {
border-color: #cc4b37;
background-color: #faedeb;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
color: #cc4b37;
}
.is-invalid-label {
color: #cc4b37;
}
.form-error {
display: none;
margin-top: -0.5rem;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: 600;
color: #cc4b37;
}
.form-error.is-visible {
display: block;
}
.hide {
display: none !important;
}
.invisible {
visibility: hidden;
}
@media screen and (max-width: 47.9375em) {
.hide-for-small-only {
display: none !important;
}
}
@media screen and (max-width: 0em), screen and (min-width: 48em) {
.show-for-small-only {
display: none !important;
}
}
@media print, screen and (min-width: 48em) {
.hide-for-medium {
display: none !important;
}
}
@media screen and (max-width: 47.9375em) {
.show-for-medium {
display: none !important;
}
}
@media screen and (min-width: 48em) and (max-width: 55em) {
.hide-for-medium-only {
display: none !important;
}
}
@media screen and (max-width: 47.9375em), screen and (min-width: 55.0625em) {
.show-for-medium-only {
display: none !important;
}
}
@media print, screen and (min-width: 64.0625em) {
.hide-for-large {
display: none !important;
}
}
@media screen and (max-width: 64em) {
.show-for-large {
display: none !important;
}
}
@media screen and (min-width: 64.0625em) and (max-width: 75em) {
.hide-for-large-only {
display: none !important;
}
}
@media screen and (max-width: 64em), screen and (min-width: 75.0625em) {
.show-for-large-only {
display: none !important;
}
}
@media screen and (min-width: 75.0625em) {
.hide-for-xlarge {
display: none !important;
}
}
@media screen and (max-width: 75em) {
.show-for-xlarge {
display: none !important;
}
}
@media screen and (min-width: 75.0625em) and (max-width: 85.375em) {
.hide-for-xlarge-only {
display: none !important;
}
}
@media screen and (max-width: 75em), screen and (min-width: 85.4375em) {
.show-for-xlarge-only {
display: none !important;
}
}
@media screen and (min-width: 85.4375em) {
.hide-for-xxlarge {
display: none !important;
}
}
@media screen and (max-width: 85.375em) {
.show-for-xxlarge {
display: none !important;
}
}
@media screen and (min-width: 85.4375em) and (max-width: 150em) {
.hide-for-xxlarge-only {
display: none !important;
}
}
@media screen and (max-width: 85.375em), screen and (min-width: 150.0625em) {
.show-for-xxlarge-only {
display: none !important;
}
}
.show-for-sr,
.show-on-focus {
position: absolute !important;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
border: 0;
}
.show-on-focus:active, .show-on-focus:focus {
position: static !important;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
-webkit-clip-path: none;
clip-path: none;
}
.show-for-landscape,
.hide-for-portrait {
display: block !important;
}
@media screen and (orientation: landscape) {
.show-for-landscape,
.hide-for-portrait {
display: block !important;
}
}
@media screen and (orientation: portrait) {
.show-for-landscape,
.hide-for-portrait {
display: none !important;
}
}
.hide-for-landscape,
.show-for-portrait {
display: none !important;
}
@media screen and (orientation: landscape) {
.hide-for-landscape,
.show-for-portrait {
display: none !important;
}
}
@media screen and (orientation: portrait) {
.hide-for-landscape,
.show-for-portrait {
display: block !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-center {
display: block;
margin-right: auto;
margin-left: auto;
}
.clearfix::before, .clearfix::after {
display: table;
content: " ";
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.clearfix::after {
clear: both;
}
.responsive-embed,
.flex-video {
position: relative;
height: 0;
margin-bottom: 1rem;
padding-bottom: 75%;
overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
padding-bottom: 56.25%;
}
.is-off-canvas-open {
overflow: hidden;
}
.js-off-canvas-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 11;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
transition: opacity 0.5s ease, visibility 0.5s ease;
background: rgba(0, 0, 0, 0.3);
opacity: 0;
visibility: hidden;
overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
opacity: 1;
visibility: visible;
}
.js-off-canvas-overlay.is-closable {
cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
position: fixed;
}
.off-canvas-wrapper {
position: relative;
overflow: hidden;
}
.off-canvas {
position: fixed;
z-index: 12;
-webkit-transition: -webkit-transform 0.5s ease;
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: #FFFFFF;
}
[data-whatinput=mouse] .off-canvas {
outline: 0;
}
.off-canvas.is-transition-push {
z-index: 12;
}
.off-canvas.is-closed {
visibility: hidden;
}
.off-canvas.is-transition-overlap {
z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
-webkit-box-shadow: 0;
box-shadow: 0;
}
.off-canvas.is-open {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.off-canvas-absolute {
position: absolute;
z-index: 12;
-webkit-transition: -webkit-transform 0.5s ease;
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: #FFFFFF;
}
[data-whatinput=mouse] .off-canvas-absolute {
outline: 0;
}
.off-canvas-absolute.is-transition-push {
z-index: 12;
}
.off-canvas-absolute.is-closed {
visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
-webkit-box-shadow: 0;
box-shadow: 0;
}
.off-canvas-absolute.is-open {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.position-left {
top: 0;
left: 0;
height: 100%;
overflow-y: auto;
width: 270px;
-webkit-transform: translateX(-270px);
transform: translateX(-270px);
}
@media print, screen and (min-width: 48em) {
.position-left {
width: 320px;
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
}
}
.off-canvas-content .off-canvas.position-left {
-webkit-transform: translateX(-270px);
transform: translateX(-270px);
}
@media print, screen and (min-width: 48em) {
.off-canvas-content .off-canvas.position-left {
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
}
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.off-canvas-content.is-open-left.has-transition-push {
-webkit-transform: translateX(270px);
transform: translateX(270px);
}
@media print, screen and (min-width: 48em) {
.off-canvas-content.is-open-left.has-transition-push {
-webkit-transform: translateX(320px);
transform: translateX(320px);
}
}
.position-left.is-transition-push {
-webkit-box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}
.position-right {
top: 0;
right: 0;
height: 100%;
overflow-y: auto;
width: 270px;
-webkit-transform: translateX(270px);
transform: translateX(270px);
}
@media print, screen and (min-width: 48em) {
.position-right {
width: 320px;
-webkit-transform: translateX(320px);
transform: translateX(320px);
}
}
.off-canvas-content .off-canvas.position-right {
-webkit-transform: translateX(270px);
transform: translateX(270px);
}
@media print, screen and (min-width: 48em) {
.off-canvas-content .off-canvas.position-right {
-webkit-transform: translateX(320px);
transform: translateX(320px);
}
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.off-canvas-content.is-open-right.has-transition-push {
-webkit-transform: translateX(-270px);
transform: translateX(-270px);
}
@media print, screen and (min-width: 48em) {
.off-canvas-content.is-open-right.has-transition-push {
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
}
}
.position-right.is-transition-push {
-webkit-box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}
.position-top {
top: 0;
left: 0;
width: 100%;
overflow-x: auto;
height: 250px;
-webkit-transform: translateY(-250px);
transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
-webkit-transform: translateY(-250px);
transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.off-canvas-content.is-open-top.has-transition-push {
-webkit-transform: translateY(250px);
transform: translateY(250px);
}
.position-top.is-transition-push {
-webkit-box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}
.position-bottom {
bottom: 0;
left: 0;
width: 100%;
overflow-x: auto;
height: 250px;
-webkit-transform: translateY(250px);
transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
-webkit-transform: translateY(250px);
transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
-webkit-transform: translateY(-250px);
transform: translateY(-250px);
}
.position-bottom.is-transition-push {
-webkit-box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}
.off-canvas-content {
-webkit-transform: none;
transform: none;
-webkit-transition: -webkit-transform 0.5s ease;
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
@media print, screen and (min-width: 48em) {
.position-left.reveal-for-medium {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-left.reveal-for-medium .close-button {
display: none;
}
.off-canvas-content .position-left.reveal-for-medium {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-left {
margin-left: 320px;
}
.position-left.reveal-for-medium ~ .off-canvas-content {
margin-left: 320px;
}
.position-right.reveal-for-medium {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-right.reveal-for-medium .close-button {
display: none;
}
.off-canvas-content .position-right.reveal-for-medium {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-right {
margin-right: 320px;
}
.position-right.reveal-for-medium ~ .off-canvas-content {
margin-right: 320px;
}
.position-top.reveal-for-medium {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-top.reveal-for-medium .close-button {
display: none;
}
.off-canvas-content .position-top.reveal-for-medium {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-top {
margin-top: 320px;
}
.position-top.reveal-for-medium ~ .off-canvas-content {
margin-top: 320px;
}
.position-bottom.reveal-for-medium {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-bottom.reveal-for-medium .close-button {
display: none;
}
.off-canvas-content .position-bottom.reveal-for-medium {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-bottom {
margin-bottom: 320px;
}
.position-bottom.reveal-for-medium ~ .off-canvas-content {
margin-bottom: 320px;
}
}
@media print, screen and (min-width: 64.0625em) {
.position-left.reveal-for-large {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-left.reveal-for-large .close-button {
display: none;
}
.off-canvas-content .position-left.reveal-for-large {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-left {
margin-left: 320px;
}
.position-left.reveal-for-large ~ .off-canvas-content {
margin-left: 320px;
}
.position-right.reveal-for-large {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-right.reveal-for-large .close-button {
display: none;
}
.off-canvas-content .position-right.reveal-for-large {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-right {
margin-right: 320px;
}
.position-right.reveal-for-large ~ .off-canvas-content {
margin-right: 320px;
}
.position-top.reveal-for-large {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-top.reveal-for-large .close-button {
display: none;
}
.off-canvas-content .position-top.reveal-for-large {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-top {
margin-top: 320px;
}
.position-top.reveal-for-large ~ .off-canvas-content {
margin-top: 320px;
}
.position-bottom.reveal-for-large {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-bottom.reveal-for-large .close-button {
display: none;
}
.off-canvas-content .position-bottom.reveal-for-large {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-bottom {
margin-bottom: 320px;
}
.position-bottom.reveal-for-large ~ .off-canvas-content {
margin-bottom: 320px;
}
}
@media screen and (min-width: 75.0625em) {
.position-left.reveal-for-xlarge {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-left.reveal-for-xlarge .close-button {
display: none;
}
.off-canvas-content .position-left.reveal-for-xlarge {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-left {
margin-left: 320px;
}
.position-left.reveal-for-xlarge ~ .off-canvas-content {
margin-left: 320px;
}
.position-right.reveal-for-xlarge {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-right.reveal-for-xlarge .close-button {
display: none;
}
.off-canvas-content .position-right.reveal-for-xlarge {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-right {
margin-right: 320px;
}
.position-right.reveal-for-xlarge ~ .off-canvas-content {
margin-right: 320px;
}
.position-top.reveal-for-xlarge {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-top.reveal-for-xlarge .close-button {
display: none;
}
.off-canvas-content .position-top.reveal-for-xlarge {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-top {
margin-top: 320px;
}
.position-top.reveal-for-xlarge ~ .off-canvas-content {
margin-top: 320px;
}
.position-bottom.reveal-for-xlarge {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-bottom.reveal-for-xlarge .close-button {
display: none;
}
.off-canvas-content .position-bottom.reveal-for-xlarge {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-bottom {
margin-bottom: 320px;
}
.position-bottom.reveal-for-xlarge ~ .off-canvas-content {
margin-bottom: 320px;
}
}
@media screen and (min-width: 85.4375em) {
.position-left.reveal-for-xxlarge {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-left.reveal-for-xxlarge .close-button {
display: none;
}
.off-canvas-content .position-left.reveal-for-xxlarge {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-left {
margin-left: 320px;
}
.position-left.reveal-for-xxlarge ~ .off-canvas-content {
margin-left: 320px;
}
.position-right.reveal-for-xxlarge {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-right.reveal-for-xxlarge .close-button {
display: none;
}
.off-canvas-content .position-right.reveal-for-xxlarge {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-right {
margin-right: 320px;
}
.position-right.reveal-for-xxlarge ~ .off-canvas-content {
margin-right: 320px;
}
.position-top.reveal-for-xxlarge {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-top.reveal-for-xxlarge .close-button {
display: none;
}
.off-canvas-content .position-top.reveal-for-xxlarge {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-top {
margin-top: 320px;
}
.position-top.reveal-for-xxlarge ~ .off-canvas-content {
margin-top: 320px;
}
.position-bottom.reveal-for-xxlarge {
-webkit-transform: none;
transform: none;
z-index: 12;
-webkit-transition: none;
transition: none;
visibility: visible;
}
.position-bottom.reveal-for-xxlarge .close-button {
display: none;
}
.off-canvas-content .position-bottom.reveal-for-xxlarge {
-webkit-transform: none;
transform: none;
}
.off-canvas-content.has-reveal-bottom {
margin-bottom: 320px;
}
.position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
margin-bottom: 320px;
}
}
@media print, screen and (min-width: 48em) {
.off-canvas.in-canvas-for-medium {
visibility: visible;
height: auto;
position: static;
background: inherit;
width: inherit;
overflow: inherit;
-webkit-transition: inherit;
transition: inherit;
}
.off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: none;
transform: none;
}
.off-canvas.in-canvas-for-medium .close-button {
display: none;
}
}
@media print, screen and (min-width: 64.0625em) {
.off-canvas.in-canvas-for-large {
visibility: visible;
height: auto;
position: static;
background: inherit;
width: inherit;
overflow: inherit;
-webkit-transition: inherit;
transition: inherit;
}
.off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: none;
transform: none;
}
.off-canvas.in-canvas-for-large .close-button {
display: none;
}
}
@media screen and (min-width: 75.0625em) {
.off-canvas.in-canvas-for-xlarge {
visibility: visible;
height: auto;
position: static;
background: inherit;
width: inherit;
overflow: inherit;
-webkit-transition: inherit;
transition: inherit;
}
.off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: none;
transform: none;
}
.off-canvas.in-canvas-for-xlarge .close-button {
display: none;
}
}
@media screen and (min-width: 85.4375em) {
.off-canvas.in-canvas-for-xxlarge {
visibility: visible;
height: auto;
position: static;
background: inherit;
width: inherit;
overflow: inherit;
-webkit-transition: inherit;
transition: inherit;
}
.off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: none;
transform: none;
}
.off-canvas.in-canvas-for-xxlarge .close-button {
display: none;
}
}
.categories_grid {
margin-left: -0.625rem;
margin-right: -0.625rem;
margin-bottom: 1.25rem;
}
@media screen and (min-width: 55.0625em) {
.categories_grid.alignfull {
padding: 0 15px;
}
}
@media screen and (max-width: 55em) {
.categories_grid.alignfull .categories_grid_wrapper div {
padding: 0;
}
}
.categories_grid .category_grid_box {
overflow: hidden;
position: relative;
display: block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.categories_grid .category_item {
display: table !important;
width: 100%;
color: #fff;
opacity: 1;
position: relative;
border-spacing: 0;
}
.categories_grid .category_item:hover {
opacity: 1;
}
.categories_grid .category_item_bkg {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: block;
background-color: #333;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.categories_grid .category_name {
font-weight: 600;
padding: 10px 15px;
left: 30px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
width: auto;
top: 30px;
z-index: 2;
}
.categories_grid .category_name .category_count {
font-size: 13px;
margin-left: 2px;
}
.rtl .categories_grid .category_name {
right: 30px;
left: 0;
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_1 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_1 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_1:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_2 {
width: 25%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_2 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_2:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_3 {
width: 25%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_3 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_3:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_4 {
width: 25%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: right;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_4 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_4:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_5 {
width: 25%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_5 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_5:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_6 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_6 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_6:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_more_than_6 {
width: 33.3333333333%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_more_than_6 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_more_than_6:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_original_grid {
width: 25%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_original_grid {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_original_grid:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_five_cat_1 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_five_cat_1 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_five_cat_1:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_five_cat_2 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: right;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_five_cat_2 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_five_cat_2:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_five_cat_3 {
width: 25%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: right;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_five_cat_3 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_five_cat_3:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_five_cat_4 {
width: 25%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: right;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_five_cat_4 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_five_cat_4:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_five_cat_5 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_five_cat_5 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_five_cat_5:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_four_cat_1 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_four_cat_1 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_four_cat_1:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_four_cat_2 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_four_cat_2 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_four_cat_2:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_four_cat_3 {
width: 25%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_four_cat_3 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_four_cat_3:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_four_cat_4 {
width: 25%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_four_cat_4 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_four_cat_4:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_three_cat_1 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_three_cat_1 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_three_cat_1:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_three_cat_2 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_three_cat_2 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_three_cat_2:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_three_cat_3 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_three_cat_3 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_three_cat_3:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_two_cat_1 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_two_cat_1 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_two_cat_1:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_two_cat_2 {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_two_cat_2 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_two_cat_2:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_one_cat_1 {
width: 100%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
float: left;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (min-width: 48em) {
.categories_grid .category_one_cat_1 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_one_cat_1:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_1 .category_item,
.categories_grid .category_2 .category_item,
.categories_grid .category_4 .category_item,
.categories_grid .category_five_cat_1 .category_item,
.categories_grid .category_five_cat_3 .category_item,
.categories_grid .category_five_cat_4 .category_item,
.categories_grid .category_four_cat_1 .category_item,
.categories_grid .category_three_cat_1 .category_item,
.categories_grid .category_two_cat_1 .category_item,
.categories_grid .category_two_cat_2 .category_item,
.categories_grid .category_one_cat_1 .category_item {
height: 34.1666666667rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_3 .category_item,
.categories_grid .category_5 .category_item,
.categories_grid .category_6 .category_item,
.categories_grid .category_more_than_6 .category_item,
.categories_grid .category_five_cat_2 .category_item,
.categories_grid .category_five_cat_5 .category_item,
.categories_grid .category_four_cat_2 .category_item,
.categories_grid .category_four_cat_3 .category_item,
.categories_grid .category_four_cat_4 .category_item,
.categories_grid .category_three_cat_2 .category_item,
.categories_grid .category_three_cat_3 .category_item {
height: 16.4583333333rem;
}
}
@media screen and (min-width: 55.0625em) {
.categories_grid .category_original_grid .category_item {
height: 8.0208333333rem;
}
}
@media screen and (min-width: 55.0625em) and (max-width: 64em) {
.categories_grid .category_original_grid {
width: 50%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
margin-bottom: 1.25rem;
}
}
@media screen and (min-width: 55.0625em) and (max-width: 64em) and (min-width: 48em) {
.categories_grid .category_original_grid {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (min-width: 55.0625em) and (max-width: 64em) {
.categories_grid .category_original_grid:last-child:not(:first-child) {
float: right;
}
}
@media screen and (min-width: 55.0625em) and (max-width: 64em) {
.categories_grid .category_1 .category_item,
.categories_grid .category_2 .category_item,
.categories_grid .category_4 .category_item,
.categories_grid .category_five_cat_1 .category_item,
.categories_grid .category_five_cat_3 .category_item,
.categories_grid .category_five_cat_4 .category_item,
.categories_grid .category_four_cat_1 .category_item,
.categories_grid .category_three_cat_1 .category_item,
.categories_grid .category_two_cat_1 .category_item,
.categories_grid .category_two_cat_2 .category_item,
.categories_grid .category_one_cat_1 .category_item {
height: 16.4583333333rem;
}
}
@media screen and (min-width: 55.0625em) and (max-width: 64em) {
.categories_grid .category_3 .category_item,
.categories_grid .category_5 .category_item,
.categories_grid .category_6 .category_item,
.categories_grid .category_more_than_6 .category_item,
.categories_grid .category_five_cat_2 .category_item,
.categories_grid .category_five_cat_5 .category_item,
.categories_grid .category_four_cat_2 .category_item,
.categories_grid .category_four_cat_3 .category_item,
.categories_grid .category_four_cat_4 .category_item,
.categories_grid .category_three_cat_2 .category_item,
.categories_grid .category_three_cat_3 .category_item {
height: 7.6041666667rem;
}
}
@media screen and (min-width: 55.0625em) and (max-width: 64em) {
.categories_grid .category_original_grid .category_item {
height: 10.9722222222rem;
}
}
@media screen and (max-width: 55em) {
.categories_grid .category_1,
.categories_grid .category_2,
.categories_grid .category_3,
.categories_grid .category_4,
.categories_grid .category_5,
.categories_grid .category_6,
.categories_grid .category_more_than_6,
.categories_grid .category_original_grid,
.categories_grid .category_five_cat_1,
.categories_grid .category_five_cat_2,
.categories_grid .category_five_cat_3,
.categories_grid .category_five_cat_4,
.categories_grid .category_five_cat_5,
.categories_grid .category_four_cat_1,
.categories_grid .category_four_cat_2,
.categories_grid .category_four_cat_3,
.categories_grid .category_four_cat_4,
.categories_grid .category_three_cat_1,
.categories_grid .category_three_cat_2,
.categories_grid .category_three_cat_3,
.categories_grid .category_two_cat_1,
.categories_grid .category_two_cat_2,
.categories_grid .category_one_cat_1 {
width: 100%;
float: left;
padding-right: 0.625rem;
padding-left: 0.625rem;
margin-bottom: 1.25rem;
}
}
@media screen and (max-width: 55em) and (min-width: 48em) {
.categories_grid .category_1,
.categories_grid .category_2,
.categories_grid .category_3,
.categories_grid .category_4,
.categories_grid .category_5,
.categories_grid .category_6,
.categories_grid .category_more_than_6,
.categories_grid .category_original_grid,
.categories_grid .category_five_cat_1,
.categories_grid .category_five_cat_2,
.categories_grid .category_five_cat_3,
.categories_grid .category_five_cat_4,
.categories_grid .category_five_cat_5,
.categories_grid .category_four_cat_1,
.categories_grid .category_four_cat_2,
.categories_grid .category_four_cat_3,
.categories_grid .category_four_cat_4,
.categories_grid .category_three_cat_1,
.categories_grid .category_three_cat_2,
.categories_grid .category_three_cat_3,
.categories_grid .category_two_cat_1,
.categories_grid .category_two_cat_2,
.categories_grid .category_one_cat_1 {
padding-right: 0.625rem;
padding-left: 0.625rem;
}
}
@media screen and (max-width: 55em) {
.categories_grid .category_1:last-child:not(:first-child),
.categories_grid .category_2:last-child:not(:first-child),
.categories_grid .category_3:last-child:not(:first-child),
.categories_grid .category_4:last-child:not(:first-child),
.categories_grid .category_5:last-child:not(:first-child),
.categories_grid .category_6:last-child:not(:first-child),
.categories_grid .category_more_than_6:last-child:not(:first-child),
.categories_grid .category_original_grid:last-child:not(:first-child),
.categories_grid .category_five_cat_1:last-child:not(:first-child),
.categories_grid .category_five_cat_2:last-child:not(:first-child),
.categories_grid .category_five_cat_3:last-child:not(:first-child),
.categories_grid .category_five_cat_4:last-child:not(:first-child),
.categories_grid .category_five_cat_5:last-child:not(:first-child),
.categories_grid .category_four_cat_1:last-child:not(:first-child),
.categories_grid .category_four_cat_2:last-child:not(:first-child),
.categories_grid .category_four_cat_3:last-child:not(:first-child),
.categories_grid .category_four_cat_4:last-child:not(:first-child),
.categories_grid .category_three_cat_1:last-child:not(:first-child),
.categories_grid .category_three_cat_2:last-child:not(:first-child),
.categories_grid .category_three_cat_3:last-child:not(:first-child),
.categories_grid .category_two_cat_1:last-child:not(:first-child),
.categories_grid .category_two_cat_2:last-child:not(:first-child),
.categories_grid .category_one_cat_1:last-child:not(:first-child) {
float: right;
}
}
@media screen and (max-width: 55em) {
.categories_grid .category_1 .category_item,
.categories_grid .category_2 .category_item,
.categories_grid .category_3 .category_item,
.categories_grid .category_4 .category_item,
.categories_grid .category_5 .category_item,
.categories_grid .category_6 .category_item,
.categories_grid .category_more_than_6 .category_item,
.categories_grid .category_original_grid .category_item,
.categories_grid .category_five_cat_1 .category_item,
.categories_grid .category_five_cat_2 .category_item,
.categories_grid .category_five_cat_3 .category_item,
.categories_grid .category_five_cat_4 .category_item,
.categories_grid .category_five_cat_5 .category_item,
.categories_grid .category_four_cat_1 .category_item,
.categories_grid .category_four_cat_2 .category_item,
.categories_grid .category_four_cat_3 .category_item,
.categories_grid .category_four_cat_4 .category_item,
.categories_grid .category_three_cat_1 .category_item,
.categories_grid .category_three_cat_2 .category_item,
.categories_grid .category_three_cat_3 .category_item,
.categories_grid .category_two_cat_1 .category_item,
.categories_grid .category_two_cat_2 .category_item,
.categories_grid .category_one_cat_1 .category_item {
height: 13.3333333333rem;
}
}
@media screen and (max-width: 1023px) {
body.admin-bar .off-canvas {
top: 32px;
z-index: 9999;
}
}
@media screen and (max-width: 782px) {
body.admin-bar .off-canvas {
top: 46px;
}
}
.js-off-canvas-overlay {
z-index: 8889;
}
.off-canvas {
overflow-x: hidden;
overflow-y: auto;
}
.off-canvas::-webkit-scrollbar {
display: none;
}
.off-canvas.is-transition-overlap {
z-index: 8890;
}
.off-canvas.position-right {
width: 320px;
-webkit-transform: translateX(320px);
transform: translateX(320px);
}
.off-canvas.position-right.is-open {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.off-canvas.position-left {
width: 320px;
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
}
.off-canvas.position-left.is-open {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.off-canvas .menu-close {
text-align: right;
padding: 30px 35px 0 35px;
}
.off-canvas .menu-close .close-button {
outline: 0;
font-size: 15px !important;
text-align: center;
width: 24px;
height: 24px;
border-radius: 100%; }
.off-canvas .menu-close .close-button:hover {
cursor: pointer;
}
.off-canvas .close-button {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.off-canvas .price del {
opacity: 0.5;
}
@media screen and (min-width: 64.0625em) {
.admin-bar .off-canvas {
padding-top: 32px;
}
}
.off-canvas .language-and-currency-offcanvas {
padding: 34px 36px;
border-bottom: 1px solid #e5e5e5;
}
.off-canvas .language-and-currency-offcanvas .wcml_currency_switcher,
.off-canvas .language-and-currency-offcanvas #top_bar_language_list {
display: block;
margin-right: 0;
}
.off-canvas .language-and-currency-offcanvas .wcml_currency_switcher > ul,
.off-canvas .language-and-currency-offcanvas #top_bar_language_list > ul {
height: auto;
line-height: inherit;
}
.off-canvas .language-and-currency-offcanvas ul {
list-style-type: none;
}
.off-canvas .language-and-currency-offcanvas ul li ul.sub-menu {
background: none;
}
.off-canvas .language-and-currency-offcanvas ul li a {
color: #000;
text-transform: uppercase;
}
.off-canvas .language-and-currency-offcanvas #top_bar_language_list {
margin-bottom: 2px;
}
.off-canvas .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > a:hover {
opacity: 1;
}
.off-canvas .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu {
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 20px 0px 20px;
background: #FFF;
position: relative;
}
.off-canvas .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item {
padding: 1px 0;
}
.off-canvas .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item a {
font-size: 11px;
font-weight: 600;
line-height: 20px;
}
.off-canvas .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item a span {
line-height: 20px;
}
.off-canvas .language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item .icl_lang_sel_current {
font-size: 11px;
}
.off-canvas .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency .wcml-cs-submenu {
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 40px 12px 45px;
background: #FFF;
}
.off-canvas .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency .wcml-cs-submenu li {
padding: 1px 0;
}
.off-canvas .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency .wcml-cs-submenu li a {
font-size: 11px;
font-weight: 600;
margin: 0;
line-height: 20px;
}
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a:hover,
a:focus,
.entry-content a:hover {
opacity: 0.7;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
body {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
html.overflow-y-hidden,
body.overflow-y-hidden {
overflow: hidden;
}
ins {
text-decoration: none;
}
article {
margin-bottom: 40px;
}
.woocommerce-page article {
margin: 0;
}
address {
font-size: 1rem;
line-height: 1.5rem;
margin-bottom: 15px;
font-style: normal;
}
pre {
line-height: 1.8em;
white-space: pre-wrap;
margin-bottom: 30px;
}
table {
width: 100%;
margin-bottom: 40px;
background: none;
}
table thead th {
text-transform: uppercase;
font-size: 13px !important;
}
table tbody th {
font-weight: normal;
}
table tr {
text-align: left;
border-collapse: collapse;
}
table tr td {
border-top-width: 1px;
border-top-style: solid;
}
table tbody tr:last-child td {
border-bottom: none;
}
table tfoot,
table thead {
background: none;
}
blockquote {
margin: 0 0 40px 0;
padding: 0;
border: 0;
font-size: 30px;
color: #000;
line-height: 1.3em;
}
blockquote cite {
margin: 20px 0 0 0;
font-style: normal;
font-weight: 600;
line-height: 20px;
}
ul, ol, dl {
margin-bottom: 0;
}
dl dt {
margin-bottom: 0.8rem;
}
dl dd {
margin: 0;
}
dl.wp-caption {
padding: 0;
}
dd {
padding-bottom: 30px;
}
.row-relative {
position: relative;
}
.vertical-aligned {
margin: auto;
position: absolute;
top: 50%;
margin-top: -20px;
}
.vertical-aligned.to-left {
left: 0;
right: auto;
}
.vertical-aligned.to-right {
right: 0;
left: auto;
}
.widget-area {
font-size: 16px;
}
.widget {
margin-bottom: 50px;
}
.widget a {
font-weight: 600;
}
.widget form {
margin: 0;
}
.widget ul,
.widget ol {
margin: 0 0 0 0;
font-size: 15px;
line-height: 20px;
list-style: none;
}
.widget.widget_text ul,
.widget.widget_text ol {
margin-bottom: 1.25rem;
margin-left: 1.1rem;
}
.widget.widget_text ul {
list-style-type: inherit;
}
.widget.widget_text ol {
list-style-type: decimal;
}
.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
margin: 5px 0 5px 20px;
}
.widget li {
margin: 0 0 17px 0;
}
.widget .post-date {
display: block;
}
.widget .recentcomments,
.widget_recent_entries li,
.shop_sidebar .widget_recent_entries li {
position: relative;
margin-bottom: 17px;
}
.widget.widget_recent_entries ul li a {
font-weight: 600;
}
.widget.widget_recent_entries ul li span {
font-size: 0.8125rem;
}
.widget.widget_recent_entries ul li:before {
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-weight: normal;
content: "\e926";
position: absolute;
top: 0;
left: 0px;
width: 20px;
height: 20px;
}
.widget.widget_recent_entries ul li:first-child:before {
top: 7px;
}
.widget .recentcomments,
.widget.widget_recent_entries ul li {
padding-left: 20px;
}
.widget .recentcomments:before {
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-weight: normal;
content: "\e921";
position: absolute;
top: 0;
left: 0px;
width: 20px;
height: 20px;
}
.widget .recentcomments:first-child:before {
top: 7px;
}
.widget .recentcomments a {
display: block !important;
font-weight: 600;
}
.widget .recentcomments .url:hover {
opacity: 1;
}
.widget .cat-item {
text-transform: capitalize;
margin-bottom: 10px;
}
.widget .tagcloud {
margin-top: 26px;
margin-bottom: -5px;
}
.widget .tagcloud a {
border-width: 1px;
border-style: solid;
border-radius: 13px;
display: inline-block;
font-size: 12px !important;
font-weight: 600;
line-height: 1.2;
margin-bottom: 5px;
margin-right: 2px;
padding: 4px 13px;
text-transform: uppercase;
word-wrap: break-word;
}
#site-footer .widget .tagcloud a,
.widget .tagcloud a {
color: #999;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.widget .tagcloud a:hover {
color: #fff !important;
border: 1px solid;
}
.widget .textwidget {
line-height: 1.375em;
}
.entry-content .widget ins {
background: none;
color: #888;
}
.widget .amount {
margin-top: 5px;
display: inline-block;
}
.widget del .amount {
font-size: 1em;
text-decoration: line-through;
}
.widget_archive li {
margin: 0 0 5px 0;
}
.widget_meta li {
margin: 0 0 5px 0;
}
.widget_rss .widget-title a {
color: #000;
font-weight: 600;
}
.widget_rss .widget-title a:first-child {
display: none;
}
.widget_rss .rss-date,
.widget_rss cite {
display: block;
padding: 10px 0;
color: #555;
font-style: italic;
}
.widget_rss .rssSummary {
display: block;
}
.widget_calendar table {
border: 0;
}
.widget_calendar table tr td {
border: 0;
}
.widget_calendar table thead,
.widget_calendar table tfoot {
background: none;
}
.widget_calendar caption {
font-size: 0.8125rem;
padding: 0 0 10px 0;
font-weight: 600;
text-align: left;
text-transform: uppercase;
}
.widget_calendar table thead th {
font-size: 0.875rem !important;
font-weight: 600;
}
.widget_calendar table tr {
border: none;
}
.widget_calendar table tr td {
font-size: 0.8125rem;
}
.widget_calendar table tr th,
.widget_calendar table tr td {
text-align: left;
}
.widget_calendar table thead tr th,
.widget_calendar table tfoot tr td {
padding: 0;
}
.widget_calendar table tr.even,
.widget_calendar table tr.alt,
.widget_calendar table tr:nth-of-type(even) {
background: none;
}
.widget_calendar #prev {
text-align: left;
}
.widget_calendar #next {
text-align: right;
}
.widget_calendar #today {
font-weight: 600;
}
.widget_product_search,
.widget_search {
position: relative;
}
.widget_product_search label,
.widget_search label {
display: none;
}
.widget_product_search input,
.widget_search input {
margin: 0;
padding: 0 10px;
}
.widget_product_search #searchsubmit,
.widget_search #searchsubmit,
.widget_product_search .search-submit,
.widget_search .search-submit {
position: absolute;
bottom: 2px;
right: 2px;
padding: 9px 10px 8px 10px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
padding: 0;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
float: left;
}
.woocommerce td.product-name dl.variation dd span,
.woocommerce-page td.product-name dl.variation dd span,
.woocommerce td.product-name dl.variation dt span,
.woocommerce-page td.product-name dl.variation dt span {
padding: 0;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt p,
.woocommerce td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt p,
.woocommerce-page td.product-name dl.variation dd p {
font-size: 13px;
}
.right-off-canvas-menu-content {
padding: 20px 30px;
color: #fff;
}
.right-off-canvas-menu-content a {
color: #ccc;
}
.right-off-canvas-menu-content a:hover {
color: #999;
}
.right-off-canvas-menu-content .widgettitle {
color: #fff;
margin-bottom: 20px;
}
.right-off-canvas-menu-content .buttons a {
width: 100%;
}
.shop_sidebar .widget ul .children {
margin: 10px 0px 10px 20px;
}
.page-header {
margin-bottom: 55px;
}
.content-area {
padding: 85px 0 0 0;
}
@media screen and (min-width: 64.0625em) and (max-width: 75em) {
.single-product .content-area {
padding: 25px 0 0 0;
}
}
.page-template-default .entry-header.with_featured_img {
margin-top: -85px;
}
ul,
ol {
margin: 0.875em 0 0.875em 2.1875em;
}
.wp-caption {
max-width: 100%;
}
.entry-thumbnail {
text-align: center;
}
.entry-meta {
margin: 51px 0 0 0;
line-height: 1.8em;
font-size: 0.85em;
text-align: center;
}
.edit-link {
margin: 30px 0;
}
.entry-meta ul {
list-style: none;
padding: 0;
margin: 0;
}
.entry-meta ul li {
display: inline-block;
margin-right: 20px;
}
.author-info {
padding: 0 0 0 100px;
position: relative;
margin: 50px 0 0 0;
text-align: left;
}
.author-avatar {
position: absolute;
left: 0;
top: 0.3em;
width: 70px;
height: 70px;
overflow: hidden;
}
.author-avatar img {
width: 70px;
height: 70px;
}
.author-link {
display: inline-block;
}
.wp-caption-text {
color: #999;
margin-top: 10px;
font-size: 14px;
line-height: 16px;
}
.attachement {
text-align: center;
margin-bottom: 80px;
}
.attachement .entry-content {
margin-top: 40px;
}
.entry-meta-attachment,
.previous-image,
.next-image {
line-height: 1.8em;
font-size: 1.125rem;
}
.entry-meta-attachment {
padding: 3px 0 8px;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.previous-image,
.next-image {
padding: 15px 0 0px;
}
.next-image a,
.previous-image a {
color: #adadad;
font-size: 13px;
line-height: 1;
display: inline-block;
text-transform: uppercase;
font-weight: 600;
position: relative;
}
.next-image a {
padding-right: 5px;
}
.previous-image a {
padding-left: 5px;
}
.previous-image {
text-align: left;
}
.next-image {
text-align: right;
text-transform: uppercase;
}
.previous-arrow,
.next-arrow {
display: inline-block;
line-height: 1;
position: relative;
top: 1px;
}
.nav-previous {
text-align: left;
line-height: 1.8em;
}
.nav-previous a:hover,
.nav-previous a:focus {
opacity: 1 !important;
}
.nav-next {
text-align: right;
line-height: 1.8em;
}
.nav-next a:hover,
.nav-next a:focus {
opacity: 1 !important;
}
.nav-previous-title,
.nav-next-title {
font-size: 0.619em;
line-height: 28px;
font-weight: 600;
text-transform: uppercase;
}
.products {
-webkit-backface-visibility: hidden;
}
.woocommerce ul.products li {
padding-bottom: 20px;
}
.products li {
position: relative;
}
.site-content .products li {
margin-bottom: 6px;
}
.products li img {
width: 100%;
height: auto;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
margin: 0;
float: none;
display: inline-block;
top: 4px;
}
.woocommerce-product-details__short-description {
margin: 0 0 40px 0;
}
.woocommerce-product-details__short-description h1, .woocommerce-product-details__short-description h2, .woocommerce-product-details__short-description h3, .woocommerce-product-details__short-description h4, .woocommerce-product-details__short-description h5, .woocommerce-product-details__short-description h6 {
margin-top: 2.5rem;
}
.variations_lines {
padding: 0;
}
.big-select {
opacity: 0;
width: 230px;
height: 48px;
margin: 0;
padding: 0;
}
.big-select:hover {
background-color: transparent;
}
.big-select:focus {
outline: none;
}
.woocommerce div.product form.cart .reset_variations {
padding: 20px 0 0 0;
display: inline-block;
font-size: 10px;
font-weight: 600;
line-height: 1.4;
text-transform: uppercase;
}
.woocommerce div.product form.cart .reset_variations:hover {
opacity: 1;
}
.single_variation {
margin: 22px 0 26px;
}
.woocommerce-tabs {
margin: 0px;
}
.product_meta {
text-align: center;
margin: 30px 0;
}
.gallery {
margin: 20px 0 !important;
}
.gallery dl dt {
padding: 0;
margin: 0;
}
.gallery-item {
margin: 0 !important;
}
.comments-area {
margin: 36px 0 25px;
}
.comments-title {
font-size: 1.5rem;
line-height: 2rem;
font-weight: 600;
text-align: center;
}
.comment-reply-title {
font-weight: 600;
}
.comments-area article {
padding: 19px 0;
margin: 0;
}
.comment-list {
list-style: none;
padding: 0;
margin: 17px 0 0 !important;
}
.comment-list ul.children {
list-style: none;
margin: 0 0 1em 0;
}
.comment-content {
padding: 0;
position: relative;
}
.comment-content .comment-author,
.comment-content .comment-metadata {
padding: 0 0 0 55px;
}
.comment-author-avatar {
position: absolute;
left: 0;
top: 5px;
width: 36px;
height: 36px;
overflow: hidden;
border-radius: 36px;
}
.comment-author-avatar img {
width: 36px;
height: 36px;
}
.comment-author {
padding: 0;
margin: 0;
display: inline-block;
text-transform: capitalize;
font-size: 1.125rem;
}
.comment-metadata time {
font-size: 14px;
color: #999999;
}
.comment-text p {
margin: 15px 0 10px 0;
}
.comment-reply {
padding-right: 20px;
}
.comment-reply {
font-size: 14px;
}
.comment-edit-link {
font-size: 14px;
}
.comment-awaiting-moderation {
font-style: italic;
color: #999;
font-size: 14px;
}
.comment-respond {
margin: 0px 0 30px 0;
}
#reply-title {
font-size: 30px;
font-weight: 600;
padding: 0 0 5px 0;
margin: 0;
text-align: center;
}
.logged-in-as,
.comment-notes {
text-align: center;
margin-bottom: 30px;
}
textarea#comment {
height: 200px;
line-height: 1.8em;
}
.bypostauthor {
font-size: inherit;
}
#site-footer {
padding: 60px 0 30px;
}
.site-footer-widget-area .columns:not(.large-12):last-child {
float: left;
}
.site-footer-widget-area .large-12 .widget-title {
text-align: left;
}
@media screen and (min-width: 48em) {
.site-footer-widget-area .large-12 {
width: 65%;
float: none;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (min-width: 64.0625em) {
.site-footer-widget-area .large-12 {
width: 50%;
float: none;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (min-width: 75.0625em) {
.site-footer-widget-area .large-12 {
width: 33.3%;
float: none;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (min-width: 85.4375em) {
.site-footer-widget-area .large-12 {
width: 25%;
float: none;
margin-left: auto;
margin-right: auto;
}
}
#site-footer .widget-title {
text-transform: uppercase;
font-weight: 600;
}
.payment_methods {
text-align: center;
}
.payment_methods img {
max-height: 30px;
width: auto;
margin-bottom: 17px;
}
.copyright_text {
font-size: 14px;
line-height: 20px;
padding: 0;
text-align: center;
}
#shopkeeper_credits {
display: none !important;
}
#id-15b023c8b57a4b51a45ecde4c659e797 {
display: none !important;
visibility: hidden !important;
width: 0 !important;
height: 0 !important;
}
#header-loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99998;
overflow: hidden;
height: 2px;
}
@media (max-width: 1024px) {
#header-loader {
display: none;
}
}
#header-loader #header-loader-under-bar {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 5;
background: #dedede;
-webkit-transition: opacity 0.7s ease;
transition: opacity 0.7s ease;
}
#header-loader #header-loader-under-bar.hidden {
opacity: 0;
}
#header-loader .bar {
position: absolute;
width: 100%;
height: 5px;
z-index: 10;
}
#site-top-bar {
background: #314381;
display: block;
font-size: 13px;
color: #fff;
overflow: hidden;
-webkit-transition: max-height 0.5s ease;
transition: max-height 0.5s ease;
}
#site-top-bar.full-topbar {
padding-left: 20px;
padding-right: 20px;
}
@media screen and (max-width: 64em) {
#site-top-bar:not(.show-on-mobile) {
display: none;
}
}
#site-top-bar:hover {
overflow: visible;
}
#site-top-bar ul, #site-top-bar ol, #site-top-bar dl {
font-size: 1em;
line-height: 1.8em;
}
#site-top-bar .site-top-bar-inner {
margin: 0 auto;
}
#site-top-bar .site-top-bar-inner:after {
content: "";
display: block;
clear: both;
}
@media screen and (max-width: 64em) {
#site-top-bar .site-top-bar-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10px 0;
}
}
@media screen and (max-width: 64em) {
#site-top-bar .site-top-bar-social-icons-wrapper {
padding: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
float: none;
width: 35%;
}
}
@media screen and (max-width: 55em) {
#site-top-bar .site-top-bar-social-icons-wrapper {
display: none;
}
}
#site-top-bar .site-top-message {
font-size: 13px;
padding: 0.75em 0;
line-height: 1.8;
float: left;
margin-right: 35px;
}
@media screen and (max-width: 64em) {
#site-top-bar .site-top-message {
font-size: 12px;
line-height: 1.4;
width: calc(65% - 15px);
margin-right: 15px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
float: none;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 0;
}
}
@media screen and (max-width: 55em) {
#site-top-bar .site-top-message {
display: block;
margin: 0;
width: 100%;
text-align: center;
}
}
#site-top-bar .topbar-menu {
float: right;
}
#site-top-bar .topbar-menu .logout-menu-nav,
#site-top-bar .topbar-menu .site-navigation-top-bar {
display: inline-block;
font-weight: 600;
margin-right: -15px;
padding: 10px 0 9px;
vertical-align: middle;
}
@media screen and (max-width: 64em) {
#site-top-bar .topbar-menu .logout-menu-nav,
#site-top-bar .topbar-menu .site-navigation-top-bar {
display: none;
}
}
#site-top-bar .topbar-menu .site-navigation-top-bar + .logout-menu-nav {
margin-left: 17px;
}
#site-top-bar .topbar-menu .site-navigation-top-bar > ul {
float: left;
}
.site-language-switcher {
display: inline-block;
float: left;
margin-left: -15px;
}
.product_meta .wcml_currency_switcher {
display: none;
}
.language-and-currency:after {
content: "";
display: block;
clear: both;
}
select.topbar-language-switcher,
select.wcml_currency_switcher,
.wcml-dropdown {
opacity: 1;
float: left;
}
.woocommerce .wcml-dropdown.product,
.wcml-dropdown {
float: left;
}
.wcml-dropdown {
width: auto;
}
.woocommerce .language-and-currency .wcml-dropdown.product {
margin: 0;
}
.language-and-currency,
.language-and-currency-offcanvas {
width: auto;
}
.language-and-currency #top_bar_language_list,
.language-and-currency .wcml_currency_switcher,
.language-and-currency-offcanvas #top_bar_language_list,
.language-and-currency-offcanvas .wcml_currency_switcher {
font-weight: 600;
text-transform: uppercase;
display: inline-block;
text-align: left;
width: auto;
margin-right: 30px;
}
.language-and-currency #top_bar_language_list > ul,
.language-and-currency .wcml_currency_switcher > ul,
.language-and-currency-offcanvas #top_bar_language_list > ul,
.language-and-currency-offcanvas .wcml_currency_switcher > ul {
height: 43px;
line-height: 43px;
margin-right: 23px;
font-size: 0.8125rem !important;
margin: 0;
list-style-type: none;
display: inline-block;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency {
position: relative;
display: block;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > a,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > a,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > a,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > a,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > a,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > a,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a {
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
padding: 10px 15px 10px 0;
line-height: 23px;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > a:hover,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > a:hover,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > a:hover,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:hover,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > a:hover,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > a:hover,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > a:hover,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:hover {
opacity: 0.6;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > a:after,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > a:after,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > a:after,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:after,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > a:after,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > a:after,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > a:after,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > a:after {
margin-left: 7px;
content: "\e91b";
font-family: Shopkeeper-Icon-Font;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first:hover > ul.sub-menu,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency:hover > ul.sub-menu,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first:hover > ul.sub-menu,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency:hover > ul.sub-menu,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first:hover > ul.sub-menu,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency:hover > ul.sub-menu,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first:hover > ul.sub-menu,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency:hover > ul.sub-menu {
display: block;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu,
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu {
display: none;
background: #fff;
padding: 10px 20px;
position: absolute;
top: 100%;
left: -15px;
min-width: 280px;
z-index: 1000;
-webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
line-height: 23px;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: main_nav_anim;
animation-name: main_nav_anim;
margin: 0;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li a,
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li a,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li a,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li a,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li a,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li a,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li a,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li a,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li a,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li a,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li a,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li a,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a {
font-size: 0.875rem;
margin: 3px 10px 3px 0;
border-bottom: 2px solid transparent;
font-weight: 500;
color: #000 !important;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li a:hover,
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li a:hover,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li a:hover,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a:hover,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li a:hover,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li a:hover,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li a:hover,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a:hover,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li a:hover,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li a:hover,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li a:hover,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a:hover,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li a:hover,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li a:hover,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li a:hover,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a:hover {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border-bottom-width: 2px;
border-bottom-style: solid;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li a.flag,
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li a.flag,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li a.flag,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a.flag,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li a.flag,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li a.flag,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li a.flag,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a.flag,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li a.flag,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li a.flag,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li a.flag,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a.flag,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li a.flag,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li a.flag,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li a.flag,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a.flag {
border-bottom: none;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li a:not(.icl_lang_sel_current),
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li a:not(.icl_lang_sel_current),
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li a:not(.icl_lang_sel_current),
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a:not(.icl_lang_sel_current),
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li a:not(.icl_lang_sel_current),
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li a:not(.icl_lang_sel_current),
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li a:not(.icl_lang_sel_current),
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a:not(.icl_lang_sel_current),
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li a:not(.icl_lang_sel_current),
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li a:not(.icl_lang_sel_current),
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li a:not(.icl_lang_sel_current),
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a:not(.icl_lang_sel_current),
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li a:not(.icl_lang_sel_current),
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li a:not(.icl_lang_sel_current),
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li a:not(.icl_lang_sel_current),
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li a:not(.icl_lang_sel_current) {
font-weight: 100 !important;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item img,
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li.sub-menu-item img,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li.sub-menu-item img,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li.sub-menu-item img,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item img,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li.sub-menu-item img,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li.sub-menu-item img,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li.sub-menu-item img,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item img,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li.sub-menu-item img,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li.sub-menu-item img,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li.sub-menu-item img,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item img,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li.sub-menu-item img,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li.sub-menu-item img,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li.sub-menu-item img {
margin-top: -4px;
}
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.menu-item-first > ul.wcml-cs-submenu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.sub-menu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency-offcanvas #top_bar_language_list > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.sub-menu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.menu-item-first > ul.wcml-cs-submenu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.sub-menu li.sub-menu-item span.icl_lang_sel_current,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency > ul.wcml-cs-submenu li.sub-menu-item span.icl_lang_sel_current {
display: inline-block;
margin-left: 10px;
color: #000;
line-height: 23px;
}
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency {
background: transparent;
border: none;
}
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency:hover .wcml-cs-submenu,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency:hover .wcml-cs-submenu {
display: block !important;
}
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency a.wcml-cs-item-toggle:after,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency a.wcml-cs-item-toggle:after {
border: none;
border-top: none;
position: inherit;
right: inherit;
top: inherit;
}
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency ul.wcml-cs-submenu,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency ul.wcml-cs-submenu {
border-top: none;
}
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency ul.wcml-cs-submenu li,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency ul.wcml-cs-submenu li {
border: none;
background: transparent;
}
.language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency ul.wcml-cs-submenu li a,
.language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency ul.wcml-cs-submenu li a {
padding: 0;
line-height: 23px;
}
.language-and-currency {
float: left;
}
.language-and-currency #top_bar_language_list > ul > li > ul li {
margin-bottom: 6px;
}
.language-and-currency #top_bar_language_list > ul > li > ul li:last-child {
margin-bottom: 0;
}
.language-and-currency .wcml_currency_switcher > ul > li > ul li a {
display: inline-block;
}
.top-headers-wrapper {
width: 100%;
z-index: 8888;
position: relative;
border-top: 1px solid transparent;
margin-top: -1px; }
.top-headers-wrapper .site-header {
position: relative;
}
.top-headers-wrapper .site-header.full-header-width {
padding-left: 20px;
padding-right: 20px;
}
.top-headers-wrapper .site-header.full-header-width .row {
max-width: 100%;
padding: 0;
}
.top-headers-wrapper .site-header.default .site-header-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.top-headers-wrapper .site-header.default .site-header-wrapper .site-branding {
margin-right: 35px;
}
.top-headers-wrapper .site-header.default .site-header-wrapper .menu-wrapper {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.top-headers-wrapper .site-header.default .site-header-wrapper .menu-wrapper .main-navigation {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.top-headers-wrapper .site-header.centered .site-header-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.top-headers-wrapper .site-header.centered .site-header-wrapper .site-branding {
margin-right: 20px;
margin-left: 20px;
}
.top-headers-wrapper .site-header.centered .site-header-wrapper .left-navigation,
.top-headers-wrapper .site-header.centered .site-header-wrapper .menu-wrapper {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
-ms-flex: 1;
flex: 1;
margin: 2px 0 0 0;
}
.top-headers-wrapper .site-header.centered .site-header-wrapper .left-navigation.align-right {
text-align: right;
}
.top-headers-wrapper .site-header.centered .site-header-wrapper .menu-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.top-headers-wrapper .site-header.centered .site-header-wrapper .menu-wrapper .right-navigation {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.top-headers-wrapper .site-header.centered .site-header-wrapper .menu-wrapper .right-navigation.align-right {
text-align: right;
}
.top-headers-wrapper .site-header.menu-under .site-header-wrapper.is-mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.top-headers-wrapper .site-header.menu-under .site-branding {
text-align: center;
}
.top-headers-wrapper .site-header.menu-under .site-branding img {
margin: 0 auto;
}
.top-headers-wrapper .site-header.menu-under .menu-wrapper {
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;
margin-top: 10px;
}
.top-headers-wrapper .site-header.menu-under .menu-wrapper.is-mobile {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.top-headers-wrapper .site-header .site-header-wrapper {
position: relative;
margin: 0 auto;
width: 100%;
}
.top-headers-wrapper .site-header .site-header-wrapper ul, .top-headers-wrapper .site-header .site-header-wrapper ol, .top-headers-wrapper .site-header .site-header-wrapper dl {
font-size: 1em;
line-height: 1.5;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-branding img {
width: auto;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-logo {
display: block;
filter: none;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.top-headers-wrapper .site-header .site-header-wrapper .sticky-logo {
display: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media screen and (min-width: 64.0625em) {
.top-headers-wrapper .site-header .site-header-wrapper .mobile-logo {
display: none;
}
}
.top-headers-wrapper .site-header .site-header-wrapper .site-title {
font-size: 24px;
font-weight: 600;
line-height: 24px;
margin-top: 4px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media screen and (max-width: 55em) {
.top-headers-wrapper .site-header .site-header-wrapper .site-title {
font-size: 18px;
line-height: 18px;
}
}
.top-headers-wrapper .site-header .site-header-wrapper .site-title:hover {
opacity: 0.7;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-description {
font-size: 14px;
font-style: italic;
margin-top: 0px;
line-height: 1.8em;
}
.top-headers-wrapper .site-header .site-header-wrapper #site-menu {
margin: 0;
padding-top: 0;
font-weight: 600;
text-transform: uppercase;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools {
margin-left: 20px;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul {
margin: 0;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul > li {
display: inline-block;
vertical-align: top;
margin-left: 15px;
position: relative;
cursor: pointer;
opacity: 1;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul > li:hover > a {
opacity: 0.6;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul > li > a > span {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools .tools_button {
display: block;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools .tools_button_icon {
width: 20px;
line-height: 1;
display: block;
float: left;
text-align: left;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools .tools_button_icon i, .top-headers-wrapper .site-header .site-header-wrapper .site-tools .tools_button_icon img {
display: inline-block;
font-size: 18px;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools .shopping_bag_items_number,
.top-headers-wrapper .site-header .site-header-wrapper .site-tools .wishlist_items_number {
font-size: 13px;
line-height: 1.5;
display: block;
margin: 0 0 0 23px;
text-align: left;
}
.top-headers-wrapper.sticky {
-webkit-animation: show-sticky-header 0.3s;
animation: show-sticky-header 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
position: fixed;
top: 0;
}
@media screen and (min-width: 64.0625em) {
.top-headers-wrapper.sticky #site-top-bar:not(.sticky-topbar) {
display: none;
}
}
@media screen and (max-width: 64em) {
.top-headers-wrapper.sticky #site-top-bar:not(.mobile-sticky-topbar) {
display: none;
}
}
.top-headers-wrapper.sticky .site-header { display: block;
padding-top: 10px;
padding-bottom: 10px;
}
.top-headers-wrapper.sticky .site-header .site-logo {
display: none;
}
.top-headers-wrapper.sticky .site-header .sticky-logo {
display: block;
}
@media screen and (max-width: 64em) {
.top-headers-wrapper .site-header {
padding-top: 10px;
padding-bottom: 10px;
}
.top-headers-wrapper .site-header.centered .menu-wrapper.menu-left {
display: none;
}
.top-headers-wrapper .site-header.menu-under .site-header-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.top-headers-wrapper .site-header.menu-under .site-header-wrapper .menu-wrapper {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
margin-top: 0;
}
.top-headers-wrapper .site-header .site-branding {
margin: 0 !important;
max-width: 30%;
}
.top-headers-wrapper .site-header .site-branding .site-title a {
font-size: 14px;
}
.top-headers-wrapper .site-header .site-branding .site-logo,
.top-headers-wrapper .site-header .site-branding .sticky-logo {
display: none;
}
.top-headers-wrapper .site-header .site-branding .mobile-logo {
display: block;
margin: 0 !important;
}
.top-headers-wrapper .site-header .menu-wrapper {
text-align: right;
}
.top-headers-wrapper .site-header .site-logo {
display: none;
}
.top-headers-wrapper .site-header .mobile-logo {
display: block;
}
.top-headers-wrapper .site-header .site-title {
font-size: 22px;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul > li {
margin-left: 20px;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul > li:first-child {
margin-left: 0;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul > li .tools_button_icon {
width: 21px;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul > li .tools_button_icon i {
font-size: 21px;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul > li.shopping-bag-button .shopkeeper-mini-cart {
opacity: 1;
}
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul > li .shopping_bag_items_number,
.top-headers-wrapper .site-header .site-header-wrapper .site-tools > ul > li .wishlist_items_number {
margin: 0 0 0 27px;
}
}
@media screen and (min-width: 64.0625em) {
.transparent_header .top-headers-wrapper:not(.sticky) .site-header {
background-color: transparent;
background: none;
position: absolute;
width: 100%;
}
}
@media screen and (max-width: 600px) {
body.admin-bar .top-headers-wrapper.sticky,
body.admin-bar .transparent_header .top-headers-wrapper.sticky {
top: 0;
}
}
@media screen and (min-width: 601px) and (max-width: 782px) {
body.admin-bar .top-headers-wrapper.sticky,
body.admin-bar .transparent_header .top-headers-wrapper.sticky {
top: 46px;
}
}
@media screen and (min-width: 783px) {
body.admin-bar .top-headers-wrapper.sticky,
body.admin-bar .transparent_header .top-headers-wrapper.sticky {
top: 32px;
}
}
body.page-template-page-blank .top-headers-wrapper,
body.page-template-page-blank #site-footer {
display: none;
}
body.page-template-page-blank .content-area {
margin: 0 !important;
padding: 0 !important;
}
@-webkit-keyframes show-normal-header {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes show-normal-header {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes show-sticky-header {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes show-sticky-header {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.main-navigation {
height: auto;
line-height: normal;
margin-top: 2px;
}
.main-navigation.align_left {
text-align: left;
}
.main-navigation.align_center {
text-align: center;
}
.main-navigation.align_right {
text-align: right;
}
.main-navigation sup {
font-weight: 600;
font-size: 9px;
}
.main-navigation ul {
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.main-navigation ul:after {
content: "";
clear: both;
display: block;
}
.main-navigation ul ul {
background: #fff;
padding: 40px;
position: absolute;
top: 100%;
left: 0;
width: 320px;
-webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-navigation ul ul li {
float: none;
text-align: left;
display: block;
padding: 5px 0;
border-top: 0px solid #ccc;
position: relative;
}
.main-navigation ul ul li:first-child {
padding-top: 0;
}
.main-navigation ul ul li:last-child {
border-bottom: 0px solid #ccc;
padding-bottom: 0;
}
.main-navigation ul ul li.menu-item-has-children:after {
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "\e91d";
display: block;
width: 10px;
height: 14px;
position: absolute;
right: 0;
top: 5px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main-navigation ul ul li.menu-item-has-children > a {
margin: 0 20px 0 0;
}
.main-navigation ul ul li a {
margin: 0;
padding: 0;
text-transform: none;
font-weight: normal;
color: #000;
display: inline;
width: auto;
padding: 2px 0;
background-size: 0;
background-repeat: no-repeat;
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
}
.main-navigation ul ul li a:hover {
background-size: 100%;
opacity: 1;
}
.main-navigation ul ul ul {
position: absolute;
left: calc(100% + 20px);
top: 0;
}
.main-navigation ul ul ul.reverse {
left: auto;
right: calc(100% + 20px);
}
.main-navigation ul li {
display: inline-block;
white-space: nowrap;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-navigation ul li.gtb-new a:after {
background: #ffb900;
border-radius: 2px;
color: #fff;
content: "NEW";
font-family: NeueEinstellung;
font-size: 7px;
font-weight: 600;
padding: 3px 3px 2px 3px;
margin-left: 5px;
position: relative;
top: -2px;
}
.main-navigation ul li a {
display: inline-block;
padding: 0 15px 0;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
position: relative;
width: 100%;
line-height: 1.5;
white-space: pre-wrap;
}
.main-navigation ul > li > ul.with_bg_image {
background-position: top right;
background-repeat: no-repeat;
background-size: contain;
padding: 40px 150px 40px 50px;
}
.main-navigation > ul {
vertical-align: middle;
display: inline;
}
.main-navigation > ul > li.call-to-action {
margin: -1px 5px 0;
}
.main-navigation > ul > li.call-to-action.menu-item-has-children > a {
padding-right: 32px;
}
.main-navigation > ul > li.call-to-action:not(.menu-item-has-children) > a {
padding: 0 15px 0 !important;
}
.main-navigation > ul > li.call-to-action > a {
border-width: 1px;
border-style: solid;
padding: 3px 32px 0 15px !important;
border-radius: 5px;
}
.main-navigation > ul > li {
position: relative;
}
.main-navigation > ul > li.menu-item-has-children {
padding-right: 2px;
margin-right: 10px;
}
.main-navigation > ul > li.menu-item-has-children:after {
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-weight: 600;
text-decoration: inherit;
content: "\e91b";
display: block;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main-navigation > ul > li > a {
line-height: 1.5;
}
.main-navigation > ul li ul {
visibility: hidden;
pointer-events: none;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
z-index: 9995;
}
.main-navigation > ul li.active > ul {
visibility: visible;
pointer-events: auto;
opacity: 1;
-webkit-transition-delay: 0s, 0s, 0.3s;
transition-delay: 0s, 0s, 0.3s;
}
.main-navigation .mega-menu.active > ul > li > ul {
visibility: visible;
pointer-events: auto;
opacity: 1;
-webkit-transition-delay: 0s, 0s, 0.3s;
transition-delay: 0s, 0s, 0.3s;
}
.main-navigation .mega-menu > ul {
width: auto;
}
.main-navigation .mega-menu > ul.reverse {
left: auto;
right: -20px;
}
.main-navigation .mega-menu ul {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-navigation .mega-menu ul .sub-menu {
position: static;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main-navigation .mega-menu ul ul {
min-width: 240px;
max-width: 240px;
width: auto;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
font-weight: normal;
background: none;
}
.main-navigation .mega-menu ul ul li.menu-item-has-children:after {
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "\e91d";
display: block;
width: 10px;
height: 14px;
position: absolute;
right: 0;
top: 5px;
}
.main-navigation .mega-menu ul ul ul {
z-index: 9995;
}
.main-navigation .mega-menu ul li {
white-space: normal;
}
.main-navigation .mega-menu ul li:hover {
z-index: 100;
opacity: 1;
}
.main-navigation .mega-menu ul li:hover a {
opacity: 1;
}
.main-navigation .mega-menu li.menu-item-has-children:after {
display: none;
}
.main-navigation .mega-menu > ul {
position: absolute;
margin: 0;
padding: 40px;
}
.main-navigation .mega-menu > ul > li {
display: table-cell;
min-width: 240px;
padding-right: 40px;
}
.main-navigation .mega-menu > ul > li:last-child {
padding-right: 0;
}
.main-navigation .mega-menu > ul > li > a {
text-transform: uppercase;
font-weight: 600;
}
.main-navigation .mega-menu > ul > li > ul {
background-color: transparent !important;
}
.main-navigation .mega-menu > ul ul {
margin: 0;
padding: 12px 0 0 0;
}
.main-navigation .mega-menu > ul ul li {
position: relative;
}
.main-navigation .mega-menu > ul ul li.active > ul {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.main-navigation .mega-menu > ul ul ul {
margin: 0;
padding: 40px;
position: absolute !important;
top: 0;
left: calc(100% + 20px);
max-width: 240px;
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
line-height: 23px;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 9995;
}
.main-navigation .mega-menu > ul ul ul.reverse {
left: auto;
right: calc(100% + 20px);
}
.mobile-navigation {
overflow: visible;
padding: 35px;
border-bottom: 1px solid #e5e5e5;
}
.mobile-navigation ul {
padding: 0;
margin: 0;
list-style: none;
display: block;
font-size: 1em;
}
.mobile-navigation ul li {
padding: 0;
margin: 0 0;
list-style: none;
display: block;
text-transform: none;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mobile-navigation ul li .spk-icon-down-small,
.mobile-navigation ul li .spk-icon-up-small {
display: block;
width: 24px;
height: 24px;
}
.mobile-navigation ul li .spk-icon-down-small:before,
.mobile-navigation ul li .spk-icon-up-small:before {
color: #000;
font-size: 21px;
line-height: 24px;
position: relative;
}
.mobile-navigation ul li a {
font-weight: normal;
padding: 3px 0;
display: inline-block;
}
.mobile-navigation ul li .more {
display: inline-block;
vertical-align: middle;
position: absolute;
top: 0;
right: 0;
border-radius: 100%;
cursor: pointer;
}
.mobile-navigation ul .sub-menu {
display: block;
font-size: 13px;
position: relative;
padding: 0;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
visibility: hidden;
max-height: 0;
}
.mobile-navigation ul .sub-menu.open {
display: block;
opacity: 1;
visibility: visible;
max-height: 3000px;
}
.mobile-navigation ul .sub-menu li.upper > a {
font-weight: 600;
text-transform: uppercase;
padding: 20px 0 10px 0;
}
.mobile-navigation > ul > li {
margin: 10px 0;
}
.mobile-navigation > ul > li > a {
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
}
.mobile-navigation > ul > li > ul > li {
margin: 0 0 5px 0;
}
.mobile-navigation > ul > li > ul.sub-menu {
padding: 0 0 0 20px;
}
.mobile-navigation > ul > li > ul.sub-menu.open {
padding: 10px 0 10px 20px;
}
.mobile-navigation > ul > li > ul.has_children > li > a {
font-weight: 600;
text-transform: uppercase;
padding: 8px 0 3px 0;
}
.mobile-navigation > ul > li > ul > li > ul.sub-menu.open {
padding: 10px 0;
}
.mobile-navigation > ul > li > ul > li > ul li {
margin: 0 0 5px 0;
}
.mobile-navigation > ul > li > ul > li:only-child > ul.sub-menu.open {
padding: 10px 0 0 0;
}
@media screen and (min-width: 64.0625em) {
.upper {
padding-top: 35px !important;
padding-bottom: 10px !important;
}
.upper a {
text-transform: uppercase !important;
font-weight: 600 !important;
}
}
.mobile-search {
position: relative;
}
.mobile-search .widget {
margin-bottom: 0;
}
.mobile-search .widget form > div {
padding-top: 0;
}
.mobile-search .widget_search .search-form:after,
.mobile-search .woocommerce-product-search:after {
display: none;
}
.mobile-search .widget_product_search input[type=submit],
.mobile-search .widget_search #searchsubmit,
.mobile-search .widget_product_search .search-submit,
.mobile-search .mobile_search_submit {
color: #a3a3a3;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
position: absolute;
top: 6px;
right: 22px;
}
.mobile-search .widget_product_search #searchsubmit,
.mobile-search .widget_search #searchsubmit,
.mobile-search .widget_product_search .search-submit {
font-size: 0;
}
.mobile-search .mobile_search_submit {
font-size: 0.875rem;
}
.mobile-search input[type=search] {
font-size: 1.125rem;
font-weight: 600;
color: #000;
border: none;
border-bottom: 1px solid #e5e5e5;
padding: 13px 60px 14px 35px;
height: auto;
}
.mobile-search input[type=search]::-webkit-input-placeholder {
font-weight: 600;
color: #a3a3a3;
text-transform: lowercase;
opacity: 1;
}
.mobile-search input[type=search]::-moz-placeholder {
font-weight: 600;
color: #a3a3a3;
text-transform: lowercase;
opacity: 1;
}
.mobile-search input[type=search]:-ms-input-placeholder {
font-weight: 600;
color: #a3a3a3;
text-transform: lowercase;
opacity: 1;
}
.mobile-search input[type=search]:-moz-placeholder {
font-weight: 600;
color: #a3a3a3;
text-transform: lowercase;
opacity: 1;
}
select.topbar-language-switcher,
select.wcml_currency_switcher {
font-size: 0.8125rem;
color: #a3a3a3;
background-color: #fff;
border-style: solid;
border-width: 1px;
font-weight: normal;
text-transform: uppercase;
height: 2.5rem;
margin: 0 0 15px;
outline: medium none;
}
.language-and-currency-offcanvas .select2-container.topbar-language-switcher,
.language-and-currency-offcanvas .select2-container.wcml_currency_switcher {
display: block;
height: auto;
line-height: normal;
padding-top: 0px;
margin: 0 0 12px 0;
}
.language-and-currency-offcanvas .select2-container .select2-choice {
display: inline-block;
padding-bottom: 7px;
color: #a3a3a3;
font-weight: normal;
}
.language-and-currency-offcanvas .select2-container:last-of-type {
margin-bottom: 8px;
}
body {
overflow-x: hidden;
}
.row {
padding: 0 20px;
max-width: 112.5rem;
}
.row .row {
padding: 0;
}
[class*=vc_row][class*=column] + [class*=vc_row][class*=column]:last-child {
float: initial;
}
.wpb_text_column {
float: inherit !important;
}
.st-container {
overflow-x: hidden;
}
a:active,
a:focus {
outline: 0;
}
[type=checkbox],
[type=radio] {
margin: 0 10px 0 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
}
h1 {
font-size: 1.875rem;
line-height: 1.33333em;
}
h2 {
font-size: 1.6875rem;
line-height: 1.259259em;
}
h3 {
font-size: 1.4375rem;
line-height: 1.391304em;
}
h4 {
font-size: 1.125rem;
line-height: 1.55555em;
}
h5 {
font-size: 1rem;
line-height: 1.625em;
}
h6 {
font-size: 13px;
line-height: 1.71428em;
}
.single .entry-title {
font-size: 1.875rem;
font-weight: 600;
line-height: 1.13em;
}
.entry-title {
text-align: center;
}
.page-title {
font-size: 1.875em;
margin: 0 0 15px;
text-transform: capitalize;
text-align: center;
font-weight: 600;
}
p {
font-size: 1rem;
line-height: 1.5em;
margin-bottom: 10px;
}
p.has-drop-cap:first-letter {
font-weight: 600 !important;
}
ul li ul,
ul li ol,
ul, ol, dl {
font-family: inherit;
font-size: 1.125rem;
line-height: 1.5;
list-style-position: outside;
}
table {
table-layout: auto;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
background: none;
}
.clear {
clear: both;
}
.fr-thumbnail-loading-background,
.fr-loading-background,
.blockUI.blockOverlay:before,
.fr-spinner:after,
.fr-overlay-background:after,
.search-preloader-wrapp:after,
.product_thumbnail .overlay:after,
.easyzoom.is-loading:after {
background: none !important;
content: "";
width: 24px !important;
height: 24px !important;
border-radius: 50% !important;
background-color: transparent !important;
border: 3px solid !important;
-webkit-animation: loader-spin 0.8s infinite both !important;
animation: loader-spin 0.8s infinite both !important;
z-index: 99;
opacity: 1;
position: absolute;
top: 50% !important;
left: calc(50% - 12px) !important;
}
.fr-spinner {
border: none !important;
background-color: transparent !important;
width: 24px !important;
height: 24px !important;
}
.yith-wcwl-add-button.show_overlay.show:after {
content: none;
}
body.single-product .yith-wcwl-add-button.show_overlay.show:after {
display: inline-block;
margin-left: 10px;
top: -1px !important;
left: unset !important;
}
.fr-thumbnail-loading-background {
margin-top: -12px;
margin-left: -12px;
}
.product_thumbnail .overlay {
background: rgba(255, 255, 255, 0.5);
width: 100%;
height: 100%;
position: absolute;
z-index: 98;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.product_thumbnail .overlay:after {
margin-left: -10px;
margin-top: -10px;
}
@-webkit-keyframes loader-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.dropcap {
float: left;
font-size: 75px;
font-weight: 600;
line-height: 60px;
padding: 8px 18px 5px 0px;
}
.blog .dropcap {
float: none;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
padding: inherit;
}
p,
ul li ul,
ul li ol,
ul, ol, dl,
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.woocommerce-review-link,
.woocommerce-error,
.woocommerce-info,
.woocommerce-store-notice, p.demo_store,
.blog-isotope .entry-content-archive,
.blog-isotope .entry-content-archive * {
font-size: 14px;
}
.fr-content-image-overlay {
border: none !important;
}
.fr-box-wrapper {
background: transparent !important;
}
.fr-box-outer-border {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.fr-overlay-background {
opacity: 0.5;
background: #FFF;
}
.gallery-size-thumbnail dl.gallery-item:before {
background: transparent;
}
input {
background: none;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month], input[type=week],
input[type=email], input[type=number],
input[type=search], input[type=tel],
input[type=time], input[type=url],
textarea,
select {
font-size: 0.875rem;
color: #444;
background-color: #fff;
border-width: 1px;
border-style: solid;
height: 2.5rem;
outline: none;
margin: 0;
}
select {
background-image: url(//www.hopfenhirsch.de/wp-content/themes/shopkeeper/images/down.svg);
background-size: 28px;
}
input[type=text]:focus, input[type=password]:focus,
input[type=date]:focus, input[type=datetime]:focus,
input[type=datetime-local]:focus, input[type=month]:focus,
input[type=week]:focus, input[type=email]:focus,
input[type=number]:focus, input[type=search]:focus,
input[type=tel]:focus, input[type=time]:focus,
input[type=url]:focus, textarea:focus,
select:focus,
#coupon_code:focus {
color: #444;
background-color: #fafafa;
}
.comments_section textarea,
.comments_section input[type=text],
.comments_section input[type=password],
.comments_section input[type=date],
.comments_section input[type=datetime],
.comments_section input[type=datetime-local],
.comments_section input[type=month],
.comments_section input[type=week],
.comments_section input[type=email],
.comments_section input[type=number],
.comments_section input[type=search],
.comments_section input[type=tel],
.comments_section input[type=time],
.comments_section input[type=url] {
background-color: #fff;
border-color: #ddd;
}
::-webkit-input-placeholder {
font-weight: normal;
color: #a1a1a1;
}
::-moz-placeholder {
font-weight: normal;
color: #a1a1a1;
opacity: 1;
}
:-ms-input-placeholder {
font-weight: normal;
color: #a1a1a1;
}
input:-moz-placeholder {
font-weight: normal;
color: #a1a1a1;
}
button,
.button,
.woocommerce .wishlist_table td.product-add-to-cart a {
text-transform: uppercase;
font-size: 13px;
}
.button,
input[type=button],
input[type=reset],
input[type=submit],
.woocommerce-widget-layered-nav-dropdown__submit,
.wc-stripe-checkout-button,
.wp-block-search .wp-block-search__button,
.wpb_wrapper .add_to_cart_inline .added_to_cart {
color: #fff;
cursor: pointer;
background: none;
font-size: 0.875rem;
font-weight: 600;
outline: 0;
border: none;
border-radius: 0 !important;
line-height: 1.4;
text-align: center;
text-transform: uppercase;
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
width: 100%;
min-width: 220px;
padding: 18px 1rem 15px !important;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.button:hover {
cursor: pointer;
}
.wc-stripe-checkout-button {
cursor: pointer;
}
.mejs-container button,
.mejs-container .button,
.mejs-container input[type=button],
.mejs-container input[type=reset],
.mejs-container input[type=submit] {
background-color: transparent !important;
padding: 0 !important;
min-width: 15px !important;
width: auto !important;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
color: #fff;
}
label {
text-transform: uppercase;
font-size: 0.8125rem;
font-weight: 600;
margin-top: 8px;
margin-bottom: 1px;
line-height: 2em;
}
input[type=checkbox] + label,
input[type=radio] + label {
margin-left: 0;
margin-right: 10px;
}
input[type=checkbox],
input[type=radio],
.input-radio,
.input-checkbox {
width: 17px;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
outline: none;
position: relative;
border: none;
cursor: pointer;
outline-width: 0;
border-radius: 50%;
top: 3px;
}
input[type=checkbox]:before, input[type=checkbox]:after,
input[type=radio]:before,
input[type=radio]:after,
.input-radio:before,
.input-radio:after,
.input-checkbox:before,
.input-checkbox:after {
content: "";
}
input[type=checkbox]:after,
input[type=radio]:after,
.input-radio:after,
.input-checkbox:after {
display: block;
width: 17px;
height: 17px;
border: 2px solid #a5a5a5;
-webkit-transition: 240ms;
transition: 240ms;
}
input[type=checkbox]:disabled:after,
input[type=radio]:disabled:after,
.input-radio:disabled:after,
.input-checkbox:disabled:after {
border-color: #ddd;
cursor: not-allowed;
}
input[type=checkbox]:disabled:checked:after,
input[type=radio]:disabled:checked:after,
.input-radio:disabled:checked:after,
.input-checkbox:disabled:checked:after {
border-color: #ddd;
}
input[type=checkbox]:disabled:checked:before,
input[type=radio]:disabled:checked:before,
.input-radio:disabled:checked:before,
.input-checkbox:disabled:checked:before {
border-color: #999;
}
.input-checkbox:after,
input[type=checkbox]:after {
border-radius: 2px;
z-index: 999;
}
.input-checkbox:checked:after,
input[type=checkbox]:checked:after {
border-color: #ddd;
}
.input-checkbox:checked:before,
input[type=checkbox]:checked:before {
content: "";
position: absolute;
top: 2px;
left: 6px;
display: table;
width: 5px;
height: 10px;
border: 2px solid #fff;
border-top-width: 0;
border-left-width: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.input-radio:before,
input[type=radio]:before {
position: absolute;
left: 0;
top: 0;
background: #ccc;
width: 17px;
height: 17px;
display: block;
border-radius: 50%;
-webkit-transition: 240ms;
transition: 240ms;
-webkit-transform: scale(0);
transform: scale(0);
}
.input-radio:after,
input[type=radio]:after {
border-radius: 50%;
}
.input-radio:checked:before,
input[type=radio]:checked:before {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.input-radio:checked:after,
input[type=radio]:checked:after {
border-color: #ddd;
}
.input-radio:checked:disabled:before,
input[type=radio]:checked:disabled:before {
background-color: #ccc;
}
.tob_bar_shop {
overflow: hidden;
margin-bottom: 35px;
}
.tob_bar_shop > .columns {
padding: 0;
}
.site-footer-widget-area {
display: none;
margin-top: -2px;
margin-bottom: 40px;
}
.site-footer-widget-area > .row {
border-bottom: 1px solid #ddd;
}
.trigger-footer-widget-area {
text-align: center;
margin: -55px 30px 40px;
border-bottom: 1px solid #ddd;
}
#site-footer .copyright_text {
margin-top: -5px;
margin-bottom: 26px;
}
#site-footer .copyright_text a {
display: inline-block;
line-height: 1.1;
border-bottom: 1px solid;
}
.trigger-footer-widget {
display: inline-block !important;
padding: 9px 20px;
margin-bottom: 1px;
}
.trigger-footer-widget:before {
display: inline-block;
font-size: 24px;
font-style: normal;
font-weight: normal;
line-height: 30px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.trigger-footer-widget:hover {
cursor: pointer;
}
.trigger-footer-widget.active:hover {
cursor: default;
}
#site-footer .widget li:last-child {
padding-bottom: 0;
}
#site-footer .button.checkout.wc-forward {
margin-bottom: 10px;
}
.footer-navigation-wrapper {
text-align: center;
}
.footer-navigation-wrapper ul {
list-style: none;
display: inline-block;
text-align: center;
line-height: 14px;
margin-bottom: 19px;
margin-top: -2px;
margin-left: 0;
}
.footer-navigation-wrapper ul:after {
content: "";
display: block;
clear: both;
}
.footer-navigation-wrapper ul li {
display: block;
margin: 0px 0px 15px 0;
}
.footer-navigation-wrapper ul li:last-child {
border-right: none;
padding-right: 0;
margin-right: 0;
}
.footer-navigation-wrapper ul li a {
font-size: 15px;
line-height: 1;
}
.cd-top {
position: fixed;
right: 50px;
bottom: 50px;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
border-radius: 50px;
-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
z-index: 10000;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(15px);
transform: translateY(15px);
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.cd-top svg.progress-circle {
fill: transparent;
}
.cd-top svg.progress-circle path {
stroke: #1f2029;
stroke-width: 4;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.cd-top.active-progress {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.cd-top:before {
position: absolute;
font-family: Shopkeeper-Icon-Font;
content: "\e91e";
text-align: center;
line-height: 46px;
font-size: 20px;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 2;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
@media screen and (max-width: 75em) {
.cd-top {
display: none;
}
}
.search-results .page-header {
margin-bottom: 96px;
}
.search-results-title .page-title {
display: block;
text-align: center;
margin-top: 2px;
}
.search_result_item {
padding-bottom: 21px;
margin-bottom: 33px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.search_result_item:last-of-type {
border-bottom: none;
}
.search_result_item .entry-title-archive {
margin-bottom: 13px;
}
.search-results #nav-below.paging-navigation {
padding-left: 0;
padding-right: 0;
}
.top-page-excerpt,
.top-page-excerpt p {
text-align: center;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 58px;
}
.content-area {
position: relative;
}
.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6, .entry-content > hr {
margin-top: 2.5rem;
}
.entry-content > p + *:not(p) {
margin-top: 2.5rem;
}
.entry-content > p {
margin-bottom: 1rem !important;
}
.entry-content > hr {
margin-bottom: 2.5rem;
}
.entry-content:after {
content: "";
display: block;
clear: both;
}
.entry-header-page {
margin-bottom: 45px;
}
.entry-header-page.with-featured-img {
padding: 200px 0 170px;
margin-top: -85px;
}
.entry-header-page.with-featured-img h2,
.entry-header-page.with-featured-img h1,
.entry-header-page.with-featured-img p,
.entry-header-page.with-featured-img li,
.entry-header-page.with-featured-img a {
color: #FFF;
border-bottom-color: #FFF;
}
.edit-link {
font-size: 0.8125rem;
text-transform: uppercase;
font-weight: 600;
}
.post_meta_archive,
.post_meta {
font-size: 0.825rem;
line-height: 1.5em;
}
.post_meta {
text-align: center;
margin: 0;
margin-bottom: 80px;
}
.post_meta_archive a,
.post_meta a {
margin-right: 16px;
margin-left: 4px;
text-transform: uppercase;
font-weight: 600;
}
.post_meta_archive a:hover,
.post_meta a:hover {
opacity: 1;
}
.post_meta a {
display: inline-block;
padding-bottom: 4px;
margin-bottom: 8px;
border-bottom: 1px solid #ddd;
transition: color 0.3s, border-color 0.3s;
-webkit-transition: color 0.3s, border-color 0.3s;
}
.post_meta a:hover {
border-bottom: 1px solid transparent;
opacity: 1 !important;
}
.post_meta_archive a:last-child,
.post_meta a:last-child {
margin-right: 0;
}
.post_meta_archive a {
font-weight: 600;
}
.post_meta_archive a[rel^=category],
.post_meta a[rel^=category] {
margin-right: 0;
}
@media all and (max-width: 1023px) {
.single-post-header.with-thumb .post_meta.no-meta {
margin-bottom: 0px;
}
}
@media all and (max-width: 1023px) {
.single-post-header:not(.with-thumb) .post_meta.no-meta {
margin-bottom: 40px;
}
}
.single-post-content {
width: 100%;
margin: auto;
}
.post_meta.no-meta:before {
background: none !important;
margin: 10px auto;
}
.post_meta:before {
content: "";
display: block;
background: none repeat scroll 0 0 #000;
height: 3px;
margin: 24px auto 28px;
width: 100px;
}
.entry-meta .post_meta {
font-size: 13px;
margin-top: 20px;
margin-bottom: 54px;
}
.entry-meta .post_meta:before {
display: none;
margin-bottom: 31px;
}
.post_tags {
text-align: center;
}
.post_tags a {
display: inline-block;
font-size: 12px;
line-height: 1.2;
font-weight: 600;
margin-bottom: 10px;
margin-left: 10px;
padding: 6px 13px 4px;
border-width: 1px;
border-style: solid;
border-radius: 13px;
text-transform: uppercase;
word-wrap: break-word;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.post_tags a:hover {
opacity: 1;
}
.post_tags a:first-child {
margin-left: 0;
}
.post_tags a:hover {
border: 1px solid;
color: #fff;
}
.single-post-header.with-thumb {
margin-top: -85px;
margin-bottom: 90px;
position: relative;
}
.single-post-header.with-thumb .title {
padding: 125px 0 55px 0;
position: relative;
}
.single-post-header-bkg {
width: 100%;
height: 100%;
background-size: cover;
background-position: 50% 0;
background-repeat: no-repeat;
background-color: transparent;
position: absolute;
left: 0;
top: 0;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}
@media only screen and (max-width: 1280px) {
.single-post-header-bkg {
background-position: 50% 0 !important;
}
}
.single-post-header-overlay {
content: "";
display: block;
width: 100%;
height: 100%;
background: #000;
opacity: 0.3;
position: absolute;
left: 0;
top: 0;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.single-post-header.with-thumb .entry-title,
.single-post-header.with-thumb .post_meta,
.single-post-header.with-thumb .post_meta a {
color: #fff;
}
.single-post-header.with-thumb .post_meta a:hover {
color: #fff !important;
}
.single-post-header.with-thumb .post_meta:before {
background: #fff;
}
.entry-title a:hover {
color: #777777;
}
.entry-content h6 img {
margin: 15px 0 20px;
}
.entry-thumbnail {
margin: 0 -30px 22px;
}
.blog-single .drop-cap:first-letter {
float: left;
font-size: 6.25em;
margin-right: 0.17em;
line-height: 80%;
font-weight: 600;
}
.wp-caption {
position: relative;
}
.wp-caption-text,
.blog-isotope .entry-content-archive p.wp-caption-text {
padding: 15px 0 0;
margin: 0;
}
.post-nav-links {
margin-top: 2.5rem;
}
.wp-caption.alignnone {
margin-bottom: 20px;
}
.wp-caption.alignright,
img.alignright,
.wp-caption.alignleft,
img.alignleft {
margin-bottom: 10px;
}
.wp-caption.alignleft {
margin-right: 0.9375em;
}
.wp-caption.aligncenter {
margin-bottom: 16px;
}
blockquote {
position: relative;
}
blockquote p {
font-size: 1.875rem;
line-height: 1.333em;
padding-left: 30px;
position: relative;
margin-bottom: 0;
}
.nav-next-title:after,
.nav-previous-title:before {
display: inline-block;
position: absolute;
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.entry-content ins {
font-size: 1em;
background-color: #777777;
padding: 2px 6px 3px;
}
code {
font-size: 1rem;
}
.keystroke, kbd {
background-color: #f5f5f5;
border-color: #dddddd;
padding: 2px 6px 3px;
}
.post_footer_date {
margin: 80px 0 50px 0;
}
.content_hr {
margin: 50px 0 100px 0;
border-color: #eee;
}
.video-container {
padding-bottom: 65px;
margin-top: 25px;
text-align: center;
}
.video-container iframe,
.video-container .twitter-tweet {
margin: 0 auto !important;
}
.mejs-container {
margin: 20px 0;
}
.mejs-container .mejs-controls > div:last-of-type {
position: relative;
clear: both;
float: right;
top: -26px;
}
.single-post .with-sidebar .large-9 {
padding-right: 33px;
}
.entry-header.with_featured_img {
padding: 240px 0 200px 0;
background-size: cover;
background-position: 50% 0;
}
.entry-header.with_featured_img .page-title {
margin: 0;
padding: 0;
}
.parallax-container {
color: #FFFFFF;
width: 100%;
overflow: hidden;
padding: 0;
background-size: cover !important;
position: relative;
margin: -120px 0 73px;
text-align: left;
background-attachment: scroll;
background-repeat: repeat-y;
background-position: 50% 0;
}
.parallax-overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.2) repeat scroll;
}
.parallax-content {
padding-bottom: 130px;
}
.parallax-container .entry-title {
font-size: 3.125em;
color: #fff;
margin: 0;
padding: 130px 0 39px;
}
.parallax-container p {
font-size: 1.125em;
line-height: 1.666em;
}
.error-404,
.no-results {
text-align: center;
margin-top: -30px;
}
.error-404 h1.page-title,
.no-results h1.page-title {
line-height: 1;
font-weight: 600;
}
.error-404 h1.page-title {
margin-bottom: 23px;
}
.no-results h1.page-title {
margin-top: 100px;
margin-bottom: 30px;
}
.error-banner {
padding: 5px 0 30px;
}
.error-banner:before {
font-family: "Shopkeeper-Icon-Font";
content: "\e92d";
display: block;
font-weight: normal;
font-size: 180px;
line-height: 220px;
}
.error-404 .page-header,
.no-results .page-header {
margin-bottom: 0;
}
.error-404-text {
margin-bottom: 35px;
}
.no-results-text {
margin-bottom: 42px;
}
.no-results-text:before {
content: "\e900";
display: inline-block;
margin-right: 10px;
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.error-404 .search-form,
.no-results .search-form {
display: block;
padding-bottom: 47px;
}
.error-404 .search-form:after,
.no-results .search-form:after {
content: "";
display: block;
clear: both;
}
.error-404 .search-form label,
.no-results .search-form label {
display: none;
}
.error-404 input[type=text],
.error-404 input[type=search],
.error-404 input[type=submit],
.no-results input[type=text],
.no-results input[type=search],
.no-results input[type=submit] {
float: left;
height: 50px;
}
.error-404 input[type=text],
.error-404 input[type=search],
.no-results input[type=text],
.no-results input[type=search] {
margin-bottom: 20px;
}
.site-content .list-centered,
.list-centered {
margin-left: 0;
margin-bottom: 5px;
text-align: center;
list-style: none;
}
.list-centered li {
display: inline-block;
}
.list-centered li a {
font-size: 13px;
font-weight: 600;
margin-left: 2px;
margin-bottom: 10px;
margin: 0 12px 5px;
padding: 5px 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
background: none;
text-transform: uppercase;
display: inline-block;
-webkit-transition: color 0.3s, border-color 0.2s;
transition: color 0.3s, border-color 0.2s;
-webkit-transition: color 0.3s, border-color 0.3s;
}
.list-centered li a:hover {
border-bottom: 1px solid transparent;
opacity: 1;
}
.entry-content > .post-password-form {
margin: 300px auto;
max-width: 1024px;
width: 100%;
}
.post-password-form input {
margin-bottom: 10px;
}
.paging-navigation,
.post-navigation {
background: #fafafa;
position: relative;
height: 70px;
}
.nav-previous {
margin-left: -30px;
margin-right: -10px;
font-size: 0;
}
.nav-next {
margin-left: -9px;
margin-right: -30px;
font-size: 0;
}
.nav-next a,
.nav-previous a {
font-size: 0.875em;
font-weight: 600;
display: block;
background: #f5f5f5;
height: 70px;
text-align: center;
padding-top: 20px;
position: relative;
z-index: 2;
}
.nav-next .nav-next-title,
.nav-previous .nav-previous-title,
.nav-next a span,
.nav-previous a span {
display: none;
}
.nav-previous.disabled {
background: #d7d7d7;
}
.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after,
.nav-next a:before,
.nav-previous a:before {
display: inline-block;
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 30px;
}
.paging-navigation:before,
.post-navigation:before,
.nav-previous a:before {
content: "\e91c";
}
.paging-navigation:after,
.post-navigation:after,
.nav-next a:before {
content: "\e91d";
}
.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after {
position: absolute;
top: 50%;
margin-top: -15px;
color: #ccc;
}
.paging-navigation:before,
.post-navigation:before {
left: 25%;
margin-left: -5px;
}
.paging-navigation:after,
.post-navigation:after {
left: 75%;
margin-left: -5px;
}
.nav-next-title,
.nav-previous-title {
position: relative;
}
.nav-previous-title {
padding-left: 15px;
}
.nav-next-title {
padding-right: 15px;
}
.nav-previous .meta-nav {
display: inline-block;
margin-right: 5px;
}
.nav-next .meta-nav {
display: inline-block;
margin-left: 5px;
}
.nav-previous-title:before,
.nav-next-title:after {
font-size: 12px;
}
.nav-previous-title:before {
content: "\e91c";
left: 0;
top: 6px;
}
.nav-next-title:after {
content: "\e91d";
right: 0;
top: 6px;
}
#nav-below.paging-navigation {
text-transform: capitalize;
margin-bottom: 0px;
}
.paging-navigation .fa {
font-size: 0.38em;
display: none;
vertical-align: middle;
padding-bottom: 3px;
}
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
display: block;
}
.comments_section {
border-top-width: 1px;
border-top-style: solid;
}
.with-sidebar .comments_section {
background: none;
}
.comment-author {
margin-bottom: 0px;
font-weight: 600;
}
.comment-metadata {
margin-top: -5px;
margin-bottom: 17px;
}
.comment-reply {
display: inline-block;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}
.comment-reply-link {
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
}
#respond {
margin-top: 20px;
}
#commentform p {
margin: 0;
padding: 5px 0;
}
#commentform .comment-notes {
padding: 0 0 16px;
}
#commentform .form-submit {
text-align: left;
margin-top: 10px;
}
.comment-edit-link {
font-size: 0.8125rem;
text-transform: uppercase;
font-weight: 600;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}
.comment-edit-link:hover,
.comment-reply:hover {
opacity: 0.8;
}
.comment-list .pingback {
padding-bottom: 29px;
margin-bottom: 29px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.comment-list .pingback:last-of-type {
border-bottom: none;
}
.comment-list .pingback .url {
display: block;
font-weight: 600;
line-height: 1.5;
margin: 5px 0;
}
.products li-delete.ajax-loaded {
opacity: 0;
-webkit-animation: product-fade-in;
animation: product-fade-in;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.products li-delete.ajax-loaded.delay-1 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.products li-delete.ajax-loaded.delay-2 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.products li-delete.ajax-loaded.delay-3 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.products li-delete.ajax-loaded.delay-4 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.products li-delete.ajax-loaded.delay-5 {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.products li-delete.ajax-loaded.delay-6 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.products li-delete.ajax-loaded.delay-7 {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
.products li-delete.ajax-loaded.delay-8 {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.products li-delete.ajax-loaded.delay-9 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
.products li-delete.ajax-loaded.delay-10 {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.products li-delete.ajax-loaded.delay-11 {
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
}
.products li-delete.ajax-loaded.delay-12 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}
.products li-delete.ajax-loaded.delay-13 {
-webkit-animation-delay: 1.3s;
animation-delay: 1.3s;
}
.products li-delete.ajax-loaded.delay-14 {
-webkit-animation-delay: 1.4s;
animation-delay: 1.4s;
}
.products li-delete.ajax-loaded.delay-15 {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.products li-delete.ajax-loaded.delay-16 {
-webkit-animation-delay: 1.6s;
animation-delay: 1.6s;
}
.products li-delete.ajax-loaded.delay-17 {
-webkit-animation-delay: 1.7s;
animation-delay: 1.7s;
}
.products li-delete.ajax-loaded.delay-18 {
-webkit-animation-delay: 1.8s;
animation-delay: 1.8s;
}
.products li-delete.ajax-loaded.delay-19 {
-webkit-animation-delay: 1.9s;
animation-delay: 1.9s;
}
.products li-delete.ajax-loaded.delay-20 {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
body.archive .products li-delete {
opacity: 0;
-webkit-animation: product-fade-in;
animation: product-fade-in;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
body.archive .products li-delete.delay-1 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
body.archive .products li-delete.delay-2 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
body.archive .products li-delete.delay-3 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
body.archive .products li-delete.delay-4 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
body.archive .products li-delete.delay-5 {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
body.archive .products li-delete.delay-6 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
body.archive .products li-delete.delay-7 {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
body.archive .products li-delete.delay-8 {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
body.archive .products li-delete.delay-9 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
body.archive .products li-delete.delay-10 {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
body.archive .products li-delete.delay-11 {
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
}
body.archive .products li-delete.delay-12 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}
body.archive .products li-delete.delay-13 {
-webkit-animation-delay: 1.3s;
animation-delay: 1.3s;
}
body.archive .products li-delete.delay-14 {
-webkit-animation-delay: 1.4s;
animation-delay: 1.4s;
}
body.archive .products li-delete.delay-15 {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}
body.archive .products li-delete.delay-16 {
-webkit-animation-delay: 1.6s;
animation-delay: 1.6s;
}
body.archive .products li-delete.delay-17 {
-webkit-animation-delay: 1.7s;
animation-delay: 1.7s;
}
body.archive .products li-delete.delay-18 {
-webkit-animation-delay: 1.8s;
animation-delay: 1.8s;
}
body.archive .products li-delete.delay-19 {
-webkit-animation-delay: 1.9s;
animation-delay: 1.9s;
}
body.archive .products li-delete.delay-20 {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
@-webkit-keyframes product-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes product-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes product-fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes product-fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.filters_button {
font-size: 1.15em;
padding: 0 1em 1px 1.3em;
vertical-align: text-bottom;
position: relative;
display: inline-block;
}
.shop_header.with_featured_img .shop_header_overlay {
background: rgba(0, 0, 0, 0.3);
}
.shop_header.with_featured_img .shop_header_bkg {
background-position: 50% 0px;
}
.filters_button:before {
width: 16px;
height: 16px;
content: "";
position: absolute;
top: 2px;
left: 0;
display: block;
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "\e919";
font-size: 0.75em;
}
.product_after_shop_loop {
height: 33px;
overflow: hidden;
}
.product_after_shop_loop_switcher {
height: 66px;
overflow: hidden;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.product_after_shop_loop_switcher .product_after_shop_loop_price {
height: 33px;
overflow: hidden;
padding-top: 4px;
}
.product_after_shop_loop_switcher .price {
height: 33px;
overflow: hidden;
padding-top: 4px;
}
.product_after_shop_loop_switcher .button {
height: 33px;
overflow: hidden;
}
.products li:not(.catalog_mode):hover .product_after_shop_loop_switcher {
-webkit-transform: translateY(-33px);
transform: translateY(-33px);
}
.products li.product_added_to_cart .product_after_shop_loop_switcher {
-webkit-transform: translateY(-33px);
transform: translateY(-33px);
-webkit-transition: none;
transition: none;
}
.product_after_shop_loop .price,
.product_after_shop_loop .price ins,
.woocommerce ul.products li.product .price,
.wp-block-getbowtied-carousel ul.products li.product .price {
font-size: 13px;
font-weight: 600;
margin-bottom: 0;
padding-top: 4px;
}
.product_after_shop_loop .price,
.woocommerce ul.products li.product .price,
.wp-block-getbowtied-carousel ul.products li.product .price {
display: block;
}
.product_after_shop_loop .price ins {
display: inline-block;
}
.woocommerce ul.products li.product .star-rating,
.wp-block-getbowtied-carousel ul.products li.product .star-rating {
margin-top: 4px;
}
.product_after_shop_loop .price:visited {
color: inherit;
}
.product_after_shop_loop .price ins {
background: none;
padding: 0;
padding-left: 4px;
}
.product_after_shop_loop_buttons {
height: 33px;
overflow: hidden;
}
.product_thumbnail_wrapper {
position: relative;
}
.product_thumbnail.with_second_image {
position: relative;
}
.product_thumbnail_background {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-repeat: no-repeat;
opacity: 0;
-webkit-transition: opacity ease 0.3s;
transition: opacity ease 0.3s;
will-change: opacity;
}
.product_thumbnail_background:hover {
opacity: 1;
}
.active_filters {
margin: 0 0 15px 0;
}
.active_filters .widget {
margin: 0;
padding: 0;
}
.woocommerce .products .product_thumbnail_icons,
.wp-block-getbowtied-carousel ul.products li.product .product_thumbnail_icons {
background: #fff;
border-radius: 50px;
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
height: 34px;
bottom: 15px;
left: 50%;
line-height: 0;
opacity: 0;
padding: 0 8px;
position: absolute;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: auto;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 999;
}
@media screen and (max-width: 75em) {
.woocommerce .products .product_thumbnail_icons,
.wp-block-getbowtied-carousel ul.products li.product .product_thumbnail_icons {
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
bottom: -40px;
left: auto;
opacity: 1;
padding: 0;
right: -5px;
-webkit-transform: none;
transform: none;
}
}
.woocommerce .products .product_thumbnail_icons .icons-separator,
.wp-block-getbowtied-carousel ul.products li.product .product_thumbnail_icons .icons-separator {
background-color: #eee;
display: inline-block;
height: 34px;
width: 1px;
}
@media screen and (max-width: 75em) {
.woocommerce .products .product_thumbnail_icons .icons-separator,
.wp-block-getbowtied-carousel ul.products li.product .product_thumbnail_icons .icons-separator {
display: none;
}
}
.woocommerce .products .product_thumbnail_icons .yith-wcwl-add-to-wishlist,
.wp-block-getbowtied-carousel ul.products li.product .product_thumbnail_icons .yith-wcwl-add-to-wishlist {
display: inline-block !important;
padding: 12px 5px;
vertical-align: top;
width: 28px;
}
.woocommerce .products .product_thumbnail_icons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.woocommerce .products .product_thumbnail_icons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.woocommerce .products .product_thumbnail_icons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a::before,
.wp-block-getbowtied-carousel ul.products li.product .product_thumbnail_icons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.wp-block-getbowtied-carousel ul.products li.product .product_thumbnail_icons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.wp-block-getbowtied-carousel ul.products li.product .product_thumbnail_icons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a::before {
top: -2px;
}
@media screen and (max-width: 75em) {
.rtl.woocommerce .products .product_thumbnail_icons {
left: -5px;
right: auto;
}
}
ul.products li:hover .product_thumbnail_icons,
.single_product_summary_related ul li:hover .product_thumbnail_icons,
.wp-block-getbowtied-carousel ul.products li.product:hover .product_thumbnail_icons {
opacity: 1;
}
.woocommerce .widget_product_categories ul li.current-cat > a,
.woocommerce-page .widget_product_categories ul li.current-cat > a,
.widget_product_categories ul li.current-cat > a {
font-weight: 600;
}
.wpb_widgetised_column {
margin-bottom: 150px;
padding-right: 30px;
}
#secondary.wpb_widgetised_column {
padding-right: 0;
margin-bottom: 0;
}
.wpb_widgetised_column .widget {
border-bottom-width: 1px;
border-bottom-style: solid;
margin-bottom: 0;
padding-top: 50px;
padding-bottom: 50px;
}
.widget:first-child {
padding-top: 0;
}
.widget:last-child {
border-bottom: none;
}
.wpb_widgetised_column table tr td,
.wpb_widgetised_column .widget_calendar,
.wpb_widgetised_column .widget_calendar caption {
color: inherit !important;
}
.widget h3,
.wpb_wrapper .widget h3,
.widget-area .widget-title {
font-size: 13px !important;
font-weight: 600;
margin: 0px 0 20px;
padding: 0;
position: relative;
text-transform: uppercase;
}
.widget form > div {
padding-top: 18px;
}
.widget button,
.widget .button,
.widget input[type=button],
.widget input[type=reset],
.widget input[type=submit] {
width: 100%;
min-width: inherit;
}
.widget > ul,
.woocommerce .widget_layered_nav > ul,
.widget > form {
margin: 0;
}
.widget:first-child ul,
.widget:first-child form {
display: block;
}
.woocommerce .widget_layered_nav ul li,
.widget ul li {
margin-bottom: 10px;
padding-bottom: 0;
z-index: 0;
}
.widget ul li:last-child,
.woocommerce-page .widget_layered_nav ul li:last-child {
margin-bottom: 0px;
}
.widget > ul > li:first-child,
.woocommerce .widget_layered_nav > ul > li:first-child {
padding-top: 7px;
}
.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
border: none;
}
.widget.widget_layered_nav,
.widget.widget_layered_nav_filters {
padding-bottom: 38px;
}
.woocommerce .widget_layered_nav ul li.chosen,
.woocommerce-page .widget_layered_nav ul li.chosen,
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
color: #fff;
}
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
float: none;
display: block;
padding-left: 0;
padding-bottom: 0;
margin: 0 16px 10px 0;
}
.widget_calendar table {
margin-bottom: 0;
}
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
margin-top: 5px !important;
margin-right: 10px;
}
.widget ul li a,
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span {
text-transform: capitalize;
line-height: 1.5em;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span {
float: none;
padding: 0;
}
.widget_layered_nav_filters .amount {
color: #fff;
margin-top: 0;
margin-left: 3px;
}
.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
display: none;
}
.textwidget p:last-child {
margin-bottom: 0;
}
.widget form.search-form {
border: none;
}
.widget form.search-form .search-field {
border: 1px solid;
}
.site-search.is-closed {
-webkit-transition: 1.8s ease all;
transition: 1.8s ease all;
}
.site-search {
min-height: 330px;
overflow: hidden;
height: auto;
-webkit-transform: translateY(-685px);
transform: translateY(-685px);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-search .widget_product_search {
padding-left: 0.625rem;
padding-right: 0.625rem;
}
.site-search > .row {
position: relative;
width: 100%;
overflow: hidden;
}
@media screen and (max-width: 55em) {
.site-search > .row {
height: 100%;
overflow-y: auto;
}
}
@media screen and (max-width: 55em) {
.site-search {
min-height: 100%;
height: 100%;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.site-search .column, .site-search .columns {
width: 100%;
padding: 0px;
height: auto;
margin-top: 10px;
}
.site-search .product_thumbnail_wrapper {
width: 15%;
float: left;
}
.site-search .product_after_shop_loop .price,
.site-search .product_after_shop_loop .amount {
font-size: 12px !important;
}
.site-search h3 {
padding: 0 0 0 10px !important;
width: 80%;
}
.site-search .archive-product-rating, .site-search .product_after_shop_loop {
padding-left: 10px;
width: 80%;
}
.site-search .product_after_shop_loop {
height: auto;
}
.site-search .yith-wcwl-add-to-wishlist,
.site-search .star-rating,
.site-search .out_of_stock_badge_loop,
.site-search .onsale {
display: none !important;
}
}
.site-search > .row {
margin-top: 40px;
}
@media screen and (max-width: 55em) {
.site-search > .row {
margin-top: 20px;
}
}
.site-search .products {
margin: 50px 0 35px 0 !important;
}
@media screen and (max-width: 55em) {
.site-search .products {
margin: 0 !important;
}
}
@media screen and (min-width: 75.0625em) and (max-width: 85.375em) {
.site-search .products li:nth-child(n+8),
.site-search .products li:nth-child(n+7) {
display: none;
}
}
@media screen and (min-width: 64.0625em) and (max-width: 75em) {
.site-search .products li:nth-child(n+8),
.site-search .products li:nth-child(n+7),
.site-search .products li:nth-child(n+6) {
display: none;
}
}
@media screen and (min-width: 55.0625em) and (max-width: 64em) {
.site-search .products li:nth-child(n+8),
.site-search .products li:nth-child(n+7),
.site-search .products li:nth-child(n+6),
.site-search .products li:nth-child(n+5) {
display: none;
}
}
.site-search .search-preloader-wrapp {
min-height: 350px;
max-height: 350px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-search .search-no-suggestions {
height: 405px;
text-align: center;
padding-top: 170px;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
}
.site-search .search-form {
border: none !important;
margin: 0 !important;
padding-right: 0.625rem;
padding-left: 0.625rem;
}
.site-search .widget_product_search {
margin-bottom: 0px !important;
}
@media screen and (max-width: 55em) {
.site-search .widget_product_search {
margin-top: 10px;
}
}
.site-search .widget_product_search input[type=submit] {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.site-search .widget_product_search .search-field,
.site-search .widget_search .search-field,
.site-search .search-form .search-field {
color: #000;
background: none;
border: none;
border-bottom: 2px solid #ddd;
font-weight: 600;
padding: 6px 0px 20px 0px;
height: auto;
text-transform: lowercase;
font-size: 41px;
}
@media screen and (max-width: 55em) {
.site-search .widget_product_search .search-field,
.site-search .widget_search .search-field,
.site-search .search-form .search-field {
font-size: 24px;
padding: 6px 0px 5px 0px;
}
}
.site-search .site-search-close {
text-align: right;
margin-bottom: 30px;
padding-right: 0.625rem;
padding-left: 0.625rem;
}
@media screen and (max-width: 55em) {
.site-search .site-search-close {
margin-bottom: 1px;
}
}
.site-search .site-search-close .close-button {
outline: 0;
font-size: 28px !important;
}
.site-search .site-search-close .close-button:hover {
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 55em) {
.site-search .site-search-close .close-button {
font-size: 20px !important;
}
}
.site-search form.search-form .search-field {
border: 0;
border-bottom: 2px solid #ddd;
}
.site-search .search-text {
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
padding-right: 0.625rem;
padding-left: 0.625rem;
}
@media screen and (max-width: 55em) {
.site-search .search-text {
margin-top: -19px;
}
}
.site-search .widget_product_search input[type=submit],
.site-search .widget_search .search-form .search-submit {
top: 16px;
outline: 0;
}
.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
padding-right: 0;
padding-left: 0;
}
.site-search .woocommerce-product-search:after,
.site-search .widget_search .search-form:after {
text-align: right;
top: 16px;
font-size: 40px;
outline: 0;
font-family: "Shopkeeper-Icon-Font" !important;
content: "\e907";
}
@media screen and (max-width: 55em) {
.site-search .woocommerce-product-search:after,
.site-search .widget_search .search-form:after {
top: 3px;
font-size: 23px;
}
}
.site-search .search-suggestions-wrapp {
-webkit-transition: width 2s, height 2s, -webkit-transform 2s;
transition: width 2s, height 2s, -webkit-transform 2s;
transition: width 2s, height 2s, transform 2s;
transition: width 2s, height 2s, transform 2s, -webkit-transform 2s;
}
.site-search .search-suggestions-wrapp .row, .site-search .search-suggestions-wrapp .columns {
padding: 0 !important;
}
.site-search .search-suggestions-wrapp .woocommerce {
margin-bottom: 30px;
}
.site-search .search-suggestions-wrapp #products-grid h3 {
font-size: 15px;
}
@media screen and (max-width: 55em) {
.site-search .search-suggestions-wrapp {
margin-top: 15px;
padding-right: 0;
padding-left: 0;
width: 100% !important;
}
}
.widget_media_gallery .gallery-item .gallery-caption,
.widget_media_gallery .gallery-item .gallery-caption-trigger {
display: none;
}
.search-form .search-field::-webkit-input-placeholder {
opacity: 0;
}
.search-form .search-field::-moz-placeholder {
opacity: 0;
}
.search-form .search-field:-ms-input-placeholder {
opacity: 0;
}
.search-form .search-field:-moz-placeholder {
opacity: 0;
}
.widget_product_search .search-field::-webkit-input-placeholder {
opacity: 0;
}
.widget_product_search .search-field::-moz-placeholder {
opacity: 0;
}
.widget_product_search .search-field:-ms-input-placeholder {
opacity: 0;
}
.widget_product_search .search-field:-moz-placeholder {
opacity: 0;
}
.site-search .search-form .search-field::-webkit-input-placeholder {
font-weight: 600;
color: #a1a1a1;
opacity: 1;
}
.site-search .search-form .search-field::-moz-placeholder {
font-weight: 600;
color: #a1a1a1;
opacity: 1;
}
.site-search .search-form .search-field:-ms-input-placeholder {
font-weight: 600;
color: #a1a1a1;
opacity: 1;
}
.site-search .search-form .search-field:-moz-placeholder {
font-weight: 600;
color: #a1a1a1;
opacity: 1;
}
.site-search .widget_product_search .search-field::-webkit-input-placeholder {
font-weight: 600;
color: #a1a1a1;
opacity: 1;
}
.site-search .widget_product_search .search-field::-moz-placeholder {
font-weight: 600;
color: #a1a1a1;
opacity: 1;
}
.site-search .widget_product_search .search-field:-ms-input-placeholder {
font-weight: 600;
color: #a1a1a1;
opacity: 1;
}
.site-search .widget_product_search .search-field:-moz-placeholder {
font-weight: 600;
color: #a1a1a1;
opacity: 1;
}
.widget_product_search .search-field:focus,
.site-search .search-field:focus {
background: none !important;
}
.woocommerce-product-search {
position: relative;
}
.widget_search .search-form {
border-width: 1px;
border-style: solid;
position: relative;
}
.widget_search .search-form:after,
.woocommerce-product-search:after {
content: "\e907";
display: inline-block;
vertical-align: middle;
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.widget_search .search-form:after,
.woocommerce-product-search:after,
.submit_icon,
.widget_product_search input[type=submit],
.widget_search #searchsubmit,
.widget_product_search .search-submit,
.widget_search .search-submit,
.woocommerce-product-search button[type=submit] {
position: absolute;
top: 0;
right: 0;
font-weight: normal;
text-transform: uppercase;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
z-index: 2;
overflow: hidden;
font-size: 16px;
cursor: pointer;
color: #000;
outline: 0;
}
.woocommerce-product-search button[type=submit] {
font-size: 0px !important;
z-index: 3;
}
.site-search .widget_product_search input[type=submit] {
right: 10px;
}
.widget_search .search-field {
background: #fff;
border: none;
}
.widget_search .search-field:focus {
background: #fff;
}
.submit_icon {
top: 10px;
right: 15px;
padding-top: 0 !important;
}
.widget_search input[type=submit].search-submit {
width: 40px;
}
.submit_icon {
font-size: 24px;
}
.widget_product_search input[type=submit],
.widget_product_search input[type=submit]:hover,
.widget_search #searchsubmit,
.widget_search .search-submit,
.widget_search #searchsubmit:hover,
.widget_search .search-submit:hover {
background: none !important;
font-size: 0;
min-width: 0;
padding: 0 !important;
z-index: 4;
}
#site-footer .widget_search .search-field {
border: none;
}
.widget a.ui-slider-handle:hover,
.widget .tagcloud a:hover,
#site-footer .widget a.ui-slider-handle:hover,
#site-footer .widget .tagcloud a:hover {
opacity: 1;
}
.wpb_widgetised_column aside {
font-weight: normal;
font-size: 0.8125rem;
}
.wpb_widgetised_column aside ul li a {
font-weight: normal;
font-size: 0.8125rem;
}
.wpb_widgetised_column aside ul li span.count {
border-color: transparent;
}
.wpb_widgetised_column aside ul li a:hover {
opacity: 1;
}
.wpb_widgetised_column aside ul li span.count {
float: right;
font-size: 11px;
font-weight: 600;
line-height: 1;
padding: 6px 10px !important;
border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
text-align: center;
min-width: 10px;
margin-top: -1px;
border-width: 1px;
border-style: solid;
}
.woocommerce .widget_rating_filter ul li .star-rating {
margin-bottom: 0;
}
.wpb_widgetised_column .widget a,
.wpb_widgetised_column .widget .count {
transition: all 0.3s ease !important;
-webkit-transition: all 0.3s ease !important;
-moz-transition: all 0.3s ease !important;
}
.wpb_widgetised_column .widget a:before {
transition: none !important;
-webkit-transition: none !important;
-moz-transition: none !important;
}
.wpb_widgetised_column aside ul li.chosen span.count {
color: #FFF;
}
.woocommerce .widget_layered_nav ul li a:before,
.woocommerce-page .widget_layered_nav ul li a:before,
.widget_layered_nav ul li a:before {
content: " ";
width: 15px;
height: 15px;
border-style: solid;
border-width: 1px;
margin-right: 8px;
display: block;
float: left;
margin-top: 4px;
border-radius: 2px;
}
.widget_layered_nav ul li .count,
.widget_product_categories ul li .count {
font-weight: 600;
margin-left: 5px;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before,
.widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_rating_filter ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li > a:before,
.woocommerce-page .widget_layered_nav_filters ul li > a:before,
.widget_layered_nav_filters ul li > a:before {
font-family: "Shopkeeper-Icon-Font";
content: "\e918";
border: 0;
display: inline-block;
font-weight: normal;
color: #fff;
margin-right: 10px;
font-size: 13px;
line-height: 1;
width: 15px;
height: 15px;
padding: 1px 2px 1px 2.5px;
border-radius: 3px;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a,
.widget_layered_nav ul li.chosen a {
font-weight: 600;
}
.woocommerce .widget_layered_nav ul li.chosen a:hover,
.woocommerce-page .widget_layered_nav ul li.chosen a:hover,
.widget_layered_nav ul li.chosen a:hover {
opacity: 1;
}
.woocommerce .widget_product_categories ul li a:before,
.woocommerce-page .widget_product_categories ul li a:before,
.widget_product_categories ul li a:before {
content: " ";
width: 14px;
height: 14px;
border-style: solid;
border-width: 1px;
margin-right: 8px;
display: block;
float: left;
margin-top: 4px;
border-radius: 14px;
}
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a,
.widget_layered_nav_filters ul li a {
font-weight: 600;
}
.offcanvas_content_left {
background: #fff;
padding: 30px;
min-height: 100%;
}
.offcanvas_content_left.wpb_widgetised_column {
margin-bottom: 0;
}
#button_offcanvas_sidebar_left {
z-index: 999;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: inline-block;
vertical-align: middle;
-webkit-transition: all 0.5s;
transition: all 0.5s;
line-height: 24px;
cursor: pointer;
padding-right: 15px;
transition: all 0.5s;
width: auto !important;
}
#button_offcanvas_sidebar_left .filters-text {
display: inline-block;
font-size: 13px;
cursor: pointer !important;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.woocommerce-breadcrumb a:hover {
opacity: 1 !important;
}
.archive .woocommerce-breadcrumb {
display: inline-block;
vertical-align: middle;
width: 50%;
padding: 1px 0 0 0;
}
.archive .woocommerce-breadcrumb .breadcrump_sep {
padding-right: 7px;
}
@media screen and (max-width: 55em) {
.archive .woocommerce-breadcrumb {
display: none;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#button_offcanvas_sidebar_left {
z-index: 0;
width: 0;
}
#button_offcanvas_sidebar_left i {
left: 0px !important;
}
}
.ie9 #button_offcanvas_sidebar_left {
z-index: 0;
width: 0;
}
.ie9 #button_offcanvas_sidebar_left i {
left: 0px !important;
}
#button_offcanvas_sidebar_left i {
font-size: 16px;
cursor: pointer;
margin-right: 7px;
display: inline-block;
vertical-align: middle;
line-height: 16px;
margin-top: -3px;
}
#button_offcanvas_sidebar_left > span {
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
vertical-align: middle;
padding-right: 10px;
}
#button_offcanvas_sidebar_left > span:first-child {
padding-left: 0;
}
.off-canvas li.open-offcanvas {
display: none;
}
.off-canvas .wpb_widgetised_column {
padding: 0;
}
.off-canvas .wpb_widgetised_column aside {
padding: 50px 35px;
}
.off-canvas .widget_currency_sel_widget {
padding: 50px 35px 80px 35px !important;
}
.off-canvas .wpb_widgetised_column .widget_product_categories .count {
display: none;
}
.gallery {
margin: 0 0 30px 0 !important;
overflow: hidden;
}
.gallery br {
display: none;
}
.gallery br:last-of-type {
display: block;
}
.gallery dl,
.gallery dt {
margin: 0 !important;
}
.gallery .gallery-item {
width: 50% !important;
padding-bottom: 50%;
overflow: hidden;
}
.gallery-columns-1 .gallery-item {
width: 100% !important;
}
.gallery-item {
margin: 0 !important;
opacity: 1;
position: relative;
}
.gallery-item:before {
display: block;
width: 100%;
height: 100%;
background: #000;
content: "";
position: absolute;
top: 0;
left: 0;
}
.gallery-item:hover {
cursor: pointer;
}
.gallery-icon {
width: 100.6%;
min-height: 100.6%;
padding: 0 !important;
position: absolute !important;
left: 0;
top: 0;
z-index: 2;
}
.gallery-item:last-of-type .gallery-icon {
width: 100%;
}
.gallery-icon a {
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.gallery-icon img {
border: 0 !important;
width: 100%;
max-width: none;
min-height: 100.6%;
position: absolute;
left: 0;
top: 0;
}
.gallery-item .gallery-caption,
.gallery-caption-trigger {
display: none;
}
.wpb_wrapper .add_to_cart_inline {
border: none !important;
padding: 0 0 35px !important;
margin: 0;
display: inline-block;
width: 100%;
text-align: center;
}
.wpb_wrapper .add_to_cart_inline .added_to_cart {
display: block;
font-size: 0.8125rem !important;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
}
.wpb_wrapper .add_to_cart_inline:after {
content: "";
display: block;
clear: both;
}
.wpb_wrapper .add_to_cart_inline .amount {
display: inline-block;
font-size: 22px;
font-weight: 600;
line-height: 1;
margin-bottom: 18px;
position: relative;
}
.wpb_wrapper .add_to_cart_inline .add_to_cart_button,
.wpb_wrapper .add_to_cart_inline .added_to_cart_button,
.wpb_wrapper .add_to_cart_inline .button.product_type_external {
display: block;
width: 220px;
margin: 0 auto;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.wpb_wrapper .add_to_cart_inline .add_to_cart_button:hover,
.wpb_wrapper .add_to_cart_inline .added_to_cart_button:hover,
.wpb_wrapper .add_to_cart_inline .button.product_type_external:hover {
color: #FFF;
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.wpb_wrapper .add_to_cart_inline del,
.wpb_wrapper .add_to_cart_inline ins {
display: inline-block;
font-size: 22px;
}
.wpb_wrapper .add_to_cart_inline del .amount {
color: inherit;
font-size: 22px;
line-height: 33px;
display: inline;
}
.wpb_wrapper .add_to_cart_inline ins {
background-color: transparent;
}
.wpb_wrapper .add_to_cart_inline ins .woocommerce-Price-amount.amount {
font-size: 22px;
line-height: 33px;
}
.wpb_wrapper .add_to_cart_inline .add_to_cart_separator {
content: "";
display: block;
clear: both;
}
.add_to_cart_inline .add_to_cart_button.vc_btn_rounded.loading,
.add_to_cart_inline .add_to_cart_button.vc_btn_square.loading {
opacity: 0.8;
}
.add_to_cart_inline .add_to_cart_button.loading span,
.add_to_cart_inline .add_to_cart_button.loading:before {
opacity: 0;
}
.wpb_wrapper .product.woocommerce .add_to_cart_button.added:first-of-type {
display: none;
}
.shortcode_single_product li {
width: 100% !important;
}
.wpb_wrapper .products {
margin-top: 5px;
}
.full-width-page .wpb_wrapper .gallery,
.full-width-page .wpb_alert.wpb_content_element,
.full-width-page .wpb_wrapper .wpb_gmaps_widget,
.full-width-page .wpb_wrapper #map_container,
.full-width-page .wpb_wrapper .wpb_revslider_element {
margin-left: -30px !important;
margin-right: -30px !important;
}
.full-width-page .boxed-row .wpb_wrapper .gallery,
.full-width-page .boxed-row .wpb_alert.wpb_content_element,
.full-width-page .boxed-row .wpb_wrapper .wpb_gmaps_widget,
.full-width-page .boxed-row .wpb_wrapper #map_container,
.full-width-page .boxed-row .wpb_wrapper .wpb_revslider_element {
margin-left: 0px !important;
margin-right: 0px !important;
}
.wpb_tabs.wpb_content_element .wpb_alert.wpb_content_element,
.wpb_tour.wpb_content_element .wpb_alert.wpb_content_element,
.wpb_accordion.wpb_content_element .wpb_alert.wpb_content_element {
margin-left: 0px !important;
margin-right: 0px !important;
}
.wpb_wrapper .wpb_content_element .gallery {
margin-bottom: -35px !important;
}
.wpb_revslider_element.wpb_content_element {
margin-bottom: 0;
}
.wpb_gmaps_widget.wpb_content_element {
margin-bottom: 0;
}
.vc_empty-placeholder {
margin-bottom: 0;
}
.vc_row {
margin-top: 0;
margin-bottom: 0;
}
.vc_row-fluid.parallax {
background-position: center center;
background-repeat: no-repeat;
}
.full-width-page .row-fluid {
margin: 0 -15px;
}
.full-width-page .row {
max-width: none;
background-repeat: no-repeat;
background-position: center top;
}
.full-width-page .boxed-row {
max-width: 1300px;
margin: 0 auto;
}
.full-width-page .row {
padding: 0;
}
.full-width-page .row .boxed-row .row,
#tab-description .boxed-row .row {
margin-left: 0;
margin-right: 0;
}
.boxed-row .vc_row-fluid .vc_row-fluid,
#tab-description .boxed-row .vc_row-fluid .vc_row-fluid {
margin-left: -10px;
margin-right: -10px;
}
.page-title-hidden .content-area {
padding: 0;
}
.adjust_cols_height > div > .column_container {
background-size: 0 !important;
min-height: 200px;
}
.adjust_cols_height.height_adjusted .column_container {
background-size: cover !important;
}
.wpb_tabs.wpb_content_element .products {
margin-top: 0;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav {
list-style: none;
padding: 0;
margin: 0 auto;
overflow: hidden;
position: relative;
text-align: center;
background: none;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav {
width: 100%;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li {
display: block;
float: none;
background: none;
padding: 0;
margin: 0;
position: relative;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li:after,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:after {
content: "";
display: block !important;
width: 100%;
height: 1px;
background: #eee;
position: absolute;
bottom: 0;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:first-child {
margin-left: 0;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:hover {
background: none;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
background: none;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
display: inline-block;
font-size: 0.9375rem;
padding: 14px 0 11px;
font-weight: 600;
color: #a1a1a1;
text-shadow: none;
text-decoration: none;
border-bottom: 3px solid transparent;
text-transform: uppercase;
position: relative;
z-index: 2;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
white-space: normal;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
font-size: 0.8125rem;
font-weight: 600;
text-transform: uppercase;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a:hover {
color: #777;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
color: #000;
background: none;
border-bottom: 3px solid;
}
.vc_tta-tab a {
font-size: 18px !important;
font-weight: 600 !important;
padding: 14px 30px 12px 30px !important;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
width: 100%;
padding: 21px 0 30px 0;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav {
width: 100%;
margin-left: 0;
padding-left: 0;
padding-right: 0;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span {
padding-top: 20px;
border-top: 1px solid #ddd;
width: 50%;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a {
font-size: 0.875rem;
border-bottom: none;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:before,
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:after {
display: inline-block;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_prev_slide a:before {
content: "←";
margin-right: 8px;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_next_slide a:after {
content: "→";
margin-left: 8px;
}
.wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background: none;
border: 0;
padding: 20px 0;
margin: 0;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.wpb_tabs .ui-widget-content,
.wpb_accordion .ui-widget-content,
.wpb_tour .ui-widget-content {
border: none;
}
.wpb_tabs .ui-widget-header,
.wpb_accordion .ui-widget-header,
.wpb_tour .ui-widget-header {
border: none;
background: none;
}
.wpb_tabs .ui-state-default,
.wpb_tabs .ui-widget-content .ui-state-default,
.wpb_tabs .ui-widget-header .ui-state-default,
.wpb_accordion .ui-state-default,
.wpb_accordion .ui-widget-content .ui-state-default,
.wpb_accordion .ui-widget-header .ui-state-default {
border: none;
}
.wpb_accordion .ui-accordion .ui-accordion-header .ui-icon {
font-size: 1rem;
line-height: 1;
left: auto;
margin-top: 0;
text-indent: 0;
overflow: visible;
}
.wpb_tabs .ui-corner-all,
.wpb_accordion .ui-corner-all {
border-radius: 0;
}
.wpb_tabs .wpb_tabs_nav:after {
visibility: visible;
}
.wpb_tabs .ui-tabs .ui-tabs-nav li {
top: 0;
}
.wpb_tabs .ui-tabs .ui-tabs-nav li a {
float: none;
}
.wpb_tour .ui-helper-reset,
.wpb_tabs .ui-helper-reset,
.wpb_accordion .ui-helper-reset {
line-height: 1.714em;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li {
border: none;
}
.wpb_alert.wpb_content_element {
border-radius: 0;
}
.wpb_alert.wpb_content_element.wpb_alert-info,
.wpb_alert.wpb_content_element.wpb_alert-warning,
.wpb_alert.wpb_content_element.wpb_alert-success,
.wpb_alert.wpb_content_element.wpb_alert-danger {
border: none;
padding: 22px 30px;
text-shadow: none;
}
.wpb_alert.wpb_content_element.wpb_alert-info {
color: #1e85be;
border-top: 2px solid #1e85be;
background: #f4f9fc;
}
.wpb_alert.wpb_content_element.wpb_alert-warning {
color: #fca103;
border-top: 2px solid #fca103;
background: #fffaf2;
}
.wpb_alert.wpb_content_element.wpb_alert-success {
color: #8fae1b;
border-top: 2px solid #8fae1b;
background: #f9fbf3;
}
.wpb_alert.wpb_content_element.wpb_alert-danger {
color: #b81c23;
border-top: 2px solid #b81c23;
background: #fdf8f8;
}
.wpb_alert.wpb_content_element .messagebox_text {
padding-left: 27px;
position: relative;
background: none;
}
.vc_btn.ajax_add_to_cart {
position: relative;
}
.vc_btn,
.vc_btn2,
.vc_btn3 {
font-size: 12px !important;
font-weight: 600;
text-transform: uppercase;
text-align: center;
transition: padding 0.3s, min-width 0.3s, opacity 0.3s;
-webkit-transition: padding 0.3s, min-width 0.3s, opacity 0.3s;
}
.vc_btn.vc_btn_rounded_outlined {
border-radius: 100px !important;
}
.vc_btn.vc_btn_xs {
padding: 7px 16px 5px 16px;
}
.vc_btn.vc_btn_xs:hover {
padding: 7px 26px 5px 26px;
}
.vc_btn.vc_btn_sm {
padding: 11px 24px 9px 24px;
}
.vc_btn.vc_btn_sm:hover {
padding: 11px 34px 9px 34px;
}
.vc_btn.vc_btn_md {
padding: 17px 36px 15px 36px;
}
.vc_btn.vc_btn_md:hover {
padding: 17px 46px 15px 46px;
}
.vc_btn.vc_btn_lg {
padding: 22px 64px 20px 64px;
}
.vc_btn.vc_btn_lg:hover {
padding: 22px 74px 20px 74px;
}
.vc_btn.vc_btn_xs.vc_btn_square_outlined,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined {
padding: 8px 15px 7px;
}
.vc_btn.vc_btn_xs.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined:hover {
padding: 8px 25px 7px;
}
.vc_btn.vc_btn_sm.vc_btn_square_outlined,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined {
padding: 13px 22px 11px;
}
.vc_btn.vc_btn_sm.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined:hover {
padding: 13px 32px 11px;
}
.vc_btn.vc_btn_md.vc_btn_square_outlined,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined {
padding: 20px 34px 17px;
}
.vc_btn.vc_btn_md.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined:hover {
padding: 20px 44px 17px;
}
.vc_btn.vc_btn_lg.vc_btn_square_outlined,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined {
padding: 27px 45px 24px;
}
.vc_btn.vc_btn_lg.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined:hover {
padding: 27px 55px 24px;
}
.vc_btn.vc_btn_xs.vc_btn_square_outlined,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined {
border: 1px solid;
}
.vc_btn.vc_btn_sm.vc_btn_square_outlined,
.vc_btn.vc_btn_md.vc_btn_square_outlined,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined {
border: 2px solid;
}
.vc_btn.vc_btn_lg.vc_btn_square_outlined,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined {
border: 3px solid;
}
.wpcf7-form p {
text-transform: uppercase;
font-size: 0.8125rem;
font-weight: 600;
margin-bottom: 1px;
line-height: 2em;
margin-top: 16px;
}
.wpcf7-form p:first-of-type {
margin-top: 1px;
}
.wpcf7-form p label {
margin-top: 0px;
}
.wpcf7-form-control.wpcf7-submit {
margin-bottom: 10px;
}
.wpb_wrapper .wpb_toggle,
#content .wpb_wrapper h4.wpb_toggle {
font-weight: 600;
background: none;
position: relative;
font-size: 1.125rem;
line-height: 1.5265rem;
padding-left: 30px;
margin-bottom: 18px;
}
.wpb_wrapper .wpb_toggle:last-of-type,
#content .wpb_wrapper h4.wpb_toggle:last-of-type {
margin-bottom: 0;
}
.wpb_wrapper .wpb_toggle:last-of-type + .wpb_toggle_content,
#content .wpb_wrapper h4.wpb_toggle:last-of-type + .wpb_toggle_content {
margin-top: 8px;
}
.wpb_wrapper .wpb_toggle:before,
#content .wpb_wrapper h4.wpb_toggle:before {
content: "";
display: block;
position: absolute;
left: 0;
top: 7px;
width: 19px;
height: 18px;
color: #fff;
}
.wpb_wrapper .wpb_toggle_content {
margin-top: -5px;
margin-bottom: 28px;
padding-left: 30px;
}
.wpb_wrapper .last_toggle_el_margin {
margin: 0;
}
.vc_toggle_title h4 {
font-size: 21px;
font-weight: 600;
}
.wpb_heading.wpb_accordion_heading {
margin: 0px;
}
.wpb_accordion_section.group {
border-bottom: 1px solid #ddd;
padding: 6px 0;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
margin: 0;
background: none;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
border-bottom: none;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:focus {
outline: 0;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
top: 20px;
right: 0px;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
color: #fff;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
cursor: pointer;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
cursor: default;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before,
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
font-size: 12px;
width: 100%;
display: inline-block;
font-family: Shopkeeper-Icon-Font;
font-style: normal;
font-weight: normal;
line-height: 18px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
content: "\e91b";
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
content: "\e91e";
top: -1px;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_header .accordion_title {
display: block;
font-weight: 500;
cursor: pointer;
background: none;
font-size: 1.125rem;
line-height: 1.4rem;
padding: 20px 30px 20px 20px;
}
.vc_tta-accordion .vc_tta-title-text {
font-size: 21px;
font-weight: 600;
padding: 14px 30px 12px 30px;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active .accordion_title {
border-bottom: none;
cursor: default;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .accordion_title,
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
padding-left: 0;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active .accordion_title:hover {
cursor: default;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
padding-top: 0;
padding-right: 0;
padding-bottom: 34px;
}
.vc_tta-panel-body {
padding: 19px 30px 17px 30px;
}
.wpb_gmaps_widget.wpb_content_element .wpb_wrapper {
padding: 0;
}
#map_container {
position: relative;
}
#map_container img {
max-width: none;
}
.map_button_wrapper {
display: inline-block;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -75px;
}
#map_button {
display: block;
font-size: 0.8125rem;
font-weight: 600;
text-transform: uppercase;
text-align: center;
min-width: 150px;
background-color: #fff;
padding: 1rem 1rem 1rem;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
#map_button:hover {
background-color: #000;
color: #fff;
}
.wpb_heading.wpb_progress_bar_heading {
font-size: 1.125rem;
font-weight: 500;
margin-bottom: 21px;
}
.wpb_wrapper .vc_progress_bar .vc_single_bar {
margin-bottom: 13px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
background: none;
}
.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label {
font-size: 0.875rem;
text-transform: capitalize;
padding: 14px 0px;
text-shadow: none !important;
display: block;
color: inherit !important;
}
.wpb_wrapper .vc_progress_bar .vc_single_bar:before {
content: "";
display: block;
width: 100%;
height: 5px;
background: #f4f4f4;
position: absolute;
top: 0;
left: 0;
opacity: 0.6;
}
.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
font-weight: 600;
opacity: 1;
margin-left: 10px;
}
.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_bar {
height: 5px;
border-bottom: none;
border-radius: 0;
position: absolute;
top: 0;
left: 0;
}
.wpb_wrapper .vc_pie_chart[data-pie-color] .vc_pie_chart_back {
border-color: inherit;
border-width: 5px;
opacity: 0.15;
}
.wpb_wrapper .vc_pie_chart .vc_pie_chart_value {
font-size: 2.3125rem;
}
.vc_pie_wrapper.with_title .vc_pie_chart_value {
margin-top: -11px;
}
.wpb_heading.wpb_pie_chart_heading {
font-size: 0.9375rem;
font-weight: 600;
text-transform: uppercase;
position: absolute;
top: 50%;
margin-top: 6px;
text-align: center;
width: 100%;
max-width: 80%;
left: 10%;
}
.vc_pie_chart.without_pie {
font-weight: 600;
}
.vc_pie_chart.without_pie .vc_pie_chart_back {
display: none;
}
.vc_pie_chart.without_pie canvas {
visibility: hidden;
display: none;
}
.vc_pie_chart.without_pie .vc_pie_chart_value {
font-size: 37px;
position: relative;
line-height: 1 !important;
height: auto !important;
margin-bottom: 18px;
}
.vc_pie_chart.without_pie .vc_pie_wrapper.with_title .vc_pie_chart_value {
margin-top: 0;
}
.vc_pie_chart.without_pie .wpb_heading.wpb_pie_chart_heading {
font-size: 15px;
position: relative;
}
.vc_content_hr {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #ddd;
margin: 0 0 35px;
}
.wpb_single_image .vc_single_image-wrapper {
max-width: 100%;
}
.wpb_column .wpb_wrapper .vc_images_carousel {
width: 99.98% !important;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.wpb_column .wpb_wrapper .vc_images_carousel .vc_item {
height: auto !important;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.wpb_column .wpb_wrapper .vc_images_carousel .vc_item .prettyphoto,
.wpb_column .wpb_wrapper .vc_images_carousel .vc_item .prettyphoto img {
width: 100% !important;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.off-canvas-wrap,
.inner-wrap, nav.tab-bar,
.left-off-canvas-menu,
.left-off-canvas-menu *,
.right-off-canvas-menu,
.move-right a.exit-off-canvas,
.move-left a.exit-off-canvas {
-webkit-backface-visibility: visible;
}
.single-product .tob_bar_shop {
display: none;
margin: -75px 0 0px;
position: relative;
}
.woocommerce-notices-wrapper:empty {
margin: 0;
}
.vc_general.vc_cta3 .vc_cta3-actions {
white-space: normal;
}
.blog-sidebar {
position: inherit;
width: 20%;
float: left;
}
.blog-isotope {
position: relative;
}
.blog-isotope .wpb_row,
.blog-isotope .wpb_content_element,
.blog-isotope ul.wpb_thumbnails-fluid > li,
.blog-isotope .last_toggle_el_margin,
.blog-isotope .wpb_button {
margin-bottom: 0;
}
.blog-isotope:after {
content: "";
display: block;
clear: both;
}
.blog-isotope .blog-post,
.blog-isotope .grid-sizer {
width: 100%;
float: left;
margin: 0;
padding-left: 0;
padding-right: 0;
opacity: 1;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}
.blog-post.hidden {
opacity: 0;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}
.blog-post-inner {
position: relative;
}
.page-title-desc,
.page-type {
text-align: center;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 15px;
line-height: 1.5;
}
.page-desc {
text-align: center;
margin-top: 50px;
}
.index-layout-2 .page-desc {
margin-bottom: 40px;
}
.entry-title-archive {
font-size: 1.875rem;
line-height: 1.1333em;
margin-bottom: 17px;
font-weight: 600;
}
h1.entry-title-archive {
margin-top: 0;
}
.thumbnail_archive {
display: block;
margin-top: 8px;
transition: color 0.35s;
-webkit-transition: color 0.35s;
}
div.blog-post:first-of-type {
margin-top: -100px;
}
.entry-title-archive a {
color: #000;
}
.entry-title-archive a:hover {
opacity: 1;
}
.taxonomy-description {
text-align: center;
}
.blog-post.loaded {
opacity: 0;
-webkit-animation: post-fade-in;
animation: post-fade-in;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.blog-post.loaded.delay-1 {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.blog-post.loaded.delay-2 {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
.blog-post.loaded.delay-3 {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
.blog-post.loaded.delay-4 {
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
}
.blog-post.loaded.delay-5 {
-webkit-animation-delay: 1.3s;
animation-delay: 1.3s;
}
.blog-post.loaded.delay-6 {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.blog-post.loaded.delay-7 {
-webkit-animation-delay: 1.7s;
animation-delay: 1.7s;
}
.blog-post.loaded.delay-8 {
-webkit-animation-delay: 1.9s;
animation-delay: 1.9s;
}
.blog-post.loaded.delay-9 {
-webkit-animation-delay: 2.1s;
animation-delay: 2.1s;
}
.blog-post.loaded.delay-10 {
-webkit-animation-delay: 2.3s;
animation-delay: 2.3s;
}
.blog-post.loaded.delay-11 {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
}
.blog-post.loaded.delay-12 {
-webkit-animation-delay: 2.7s;
animation-delay: 2.7s;
}
.blog-post.loaded.delay-13 {
-webkit-animation-delay: 2.9s;
animation-delay: 2.9s;
}
.blog-post.loaded.delay-14 {
-webkit-animation-delay: 3.1s;
animation-delay: 3.1s;
}
.blog-post.loaded.delay-15 {
-webkit-animation-delay: 3.3s;
animation-delay: 3.3s;
}
.blog-post.loaded.delay-16 {
-webkit-animation-delay: 3.5s;
animation-delay: 3.5s;
}
.blog-post.loaded.delay-17 {
-webkit-animation-delay: 3.7s;
animation-delay: 3.7s;
}
.blog-post.loaded.delay-18 {
-webkit-animation-delay: 3.9s;
animation-delay: 3.9s;
}
.blog-post.loaded.delay-19 {
-webkit-animation-delay: 4.1s;
animation-delay: 4.1s;
}
.blog-post.loaded.delay-20 {
-webkit-animation-delay: 4.3s;
animation-delay: 4.3s;
}
@-webkit-keyframes post-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes post-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media screen and (min-width: 1024px) {
.blog-post .blog-post-inner {
padding: 0 35px 35px;
}
body.blog .large-12.columns.with-sidebar .blog-post-container,
body.category .large-12.columns.with-sidebar .blog-post-container,
body.archive .large-12.columns.with-sidebar .blog-post-container {
width: 80%;
float: left;
}
}
@media screen and (max-width: 768px) {
body.blog .large-12.columns.with-sidebar {
padding: 0;
}
.index-layout-1 #masonry_grid {
margin: 0;
}
.index-layout-1 .blog-posts .post_meta_archive,
.index-layout-1 .blog-posts .entry-title-archive span,
.index-layout-1 .blog-posts .gallery-title,
.index-layout-1 .blog-posts .entry-content-archive {
margin-left: 0;
margin-right: 0;
}
.index-layout-1 .blog-posts .blog-post-inner {
padding: 0;
margin-bottom: 40px;
}
}
@media screen and (min-width: 640px) {
.index-layout-1 .blog-post-container {
margin-left: -15px;
margin-right: -15px;
}
.index-layout-1 .blog-post-container #masonry_grid {
width: 100%;
min-width: inherit;
}
.index-layout-1 .blog-post-container #masonry_grid .size-1of2 {
padding: 0 15px;
}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
body.blog .large-12.columns.with-sidebar .blog-post-container .s_column:nth-child(2n+1) .blog-post-inner,
body.archive .large-12.columns.with-sidebar .blog-post-container .s_column:nth-child(2n+1) .blog-post-inner {
padding-right: 15px;
}
body.blog .large-12.columns.with-sidebar .blog-post-container .s_column:nth-child(2n) .blog-post-inner,
body.archive .large-12.columns.with-sidebar .blog-post-container .s_column:nth-child(2n) .blog-post-inner {
padding-left: 15px;
}
}
@media screen and (max-width: 1024px) {
#masonry_grid {
margin: 0 !important;
}
body.blog .large-12.columns .blog-post,
body.archive .large-12.columns .blog-post {
margin-bottom: 50px;
}
}
.post_meta_archive,
.entry-title-archive span,
.gallery-title,
.entry-content-archive {
margin-left: 30px;
margin-right: 30px;
}
.blog-isotope .entry-content-archive a.more-link {
font-size: 13px;
}
.entry-title-archive span {
display: block;
}
.thumbnail_archive_container {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 24px;
}
.thumbnail_archive_container:before {
content: "";
display: block;
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
transition: opacity 0.35s;
-webkit-transition: opacity 0.35s;
}
.entry-title-archive .thumbnail_archive_container {
margin-left: 0;
margin-right: 0;
}
.thumbnail_archive img {
width: calc(100% + 50px);
max-width: none;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
.thumbnail_archive:hover .thumbnail_archive_container:before {
opacity: 0.6;
}
.thumbnail_archive:hover img {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.post_meta_archive {
text-align: left;
margin-bottom: 18px;
}
.more-link {
font-weight: 600;
font-size: 0.8125rem;
text-transform: uppercase;
margin-top: 13px;
display: block;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.more-link:before {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.more-link:hover {
opacity: 1 !important;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.blog-isotope .entry-content-archive h1,
.blog-isotope .entry-content-archive h2,
.blog-isotope .entry-content-archive h3,
.blog-isotope .entry-content-archive h4,
.blog-isotope .entry-content-archive h5 {
line-height: 1.625em;
margin-bottom: 10px;
}
.blog-isotope .entry-content-archive h6 {
display: none;
}
.blog-isotope .entry-content-archive,
.blog-isotope .entry-content-archive p,
.blog-isotope .entry-content-archive ul,
.blog-isotope .entry-content-archive ol,
.blog-isotope .entry-content-archive dl {
line-height: 1.5em;
margin-bottom: 10px;
}
.blog-isotope .larger {
text-align: left !important;
}
.blog-isotope .gallery-caption {
display: none;
}
.entry-content-archive .gallery {
display: none;
}
.blog-post .video-container {
padding-bottom: 32px;
margin-top: 23px;
}
.blog-post.audio iframe {
margin-top: 15px;
}
.blog-post .wp-caption {
display: inline-block;
height: auto !important;
}
.getbowtied_blog_ajax_load_button {
text-align: center;
margin: 0 auto;
clear: both;
display: block;
text-align: center;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
padding: 0 0 140px;
}
.index-layout-1 .getbowtied_blog_ajax_load_button {
padding: 0 0 140px;
}
.getbowtied_blog_ajax_load_button .pagination_icon {
font-size: 20px;
font-weight: normal;
}
.getbowtied_blog_ajax_load_button a {
display: block;
font-size: 13px;
letter-spacing: 2px;
}
.getbowtied_blog_ajax_load_button a.disabled {
color: #8a8a8a;
}
.getbowtied_blog_ajax_load_button.finished a {
cursor: default;
}
.getbowtied_blog_ajax_load_button:before,
.getbowtied_blog_ajax_load_more_loader:before {
content: "\e90e";
font-family: "Shopkeeper-Icon-Font";
display: block;
position: relative;
top: -17px;
font-size: 50px;
line-height: 15px;
font-weight: normal;
}
.getbowtied_blog_ajax_load_more_loader {
text-align: center;
margin: 0 auto;
text-align: center;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
padding: 0 0 140px;
opacity: 0;
-webkit-animation-name: blinker;
animation-name: blinker;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.getbowtied_blog_ajax_load_more_loader span {
color: #8a8a8a;
}
.getbowtied_blog_ajax_load_more_loader:before {
color: #8a8a8a !important;
}
@-webkit-keyframes blinker {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.getbowtied_blog_ajax_load_button.finished:before {
display: none;
}
.getbowtied_blog_ajax_load_button.finished .getbowtied_blog_ajax_load_more_loader:before {
display: none;
}
#masonry_grid .more-link:before,
.gbt_18_sk_posts_grid .more-link:before {
content: "";
width: 40px;
height: 1px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.getbowtied_ajax_load_button {
text-align: center;
margin: 0 auto;
clear: both;
display: block;
text-align: center;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
padding: 0 0 140px;
}
.getbowtied_ajax_load_button a {
display: block;
font-size: 13px;
letter-spacing: 2px;
}
.getbowtied_ajax_load_button a.disabled {
color: #8a8a8a;
opacity: 1;
}
.getbowtied_ajax_load_button.finished a {
cursor: default;
}
.getbowtied_ajax_load_button:before,
.getbowtied_ajax_load_more_loader:before {
content: "\e90e";
font-family: "Shopkeeper-Icon-Font";
display: block;
position: relative;
top: -17px;
font-size: 50px;
line-height: 15px;
font-weight: normal;
}
.getbowtied_ajax_load_more_loader {
text-align: center;
margin: 0 auto;
text-align: center;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 2px;
padding: 0 0 140px;
opacity: 0;
-webkit-animation-name: blinker;
animation-name: blinker;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.getbowtied_ajax_load_more_loader span {
color: #8a8a8a;
}
.getbowtied_ajax_load_more_loader:before {
color: #8a8a8a !important;
}
.getbowtied_ajax_load_button.finished:before {
display: none;
}
.getbowtied_ajax_load_button.finished .getbowtied_ajax_load_more_loader:before {
display: none;
}
.posts-navigation {
padding-bottom: 90px;
}
.posts-navigation .page-numbers {
margin: 0;
list-style-type: none;
}
.posts-navigation .page-numbers li {
display: inline-block;
}
.posts-navigation .page-numbers li span {
font-weight: 600;
background: none;
font-size: 1rem;
text-align: center;
margin: 0;
padding: 0.2em 1.1em;
line-height: 2em;
min-width: 0;
}
.posts-navigation .page-numbers a {
padding: 0 1rem;
font-weight: 600;
font-size: 16px;
}
.posts-navigation .page-numbers a:hover {
opacity: 1;
}
.posts-navigation .page-numbers li:first-child span {
padding-left: 0 !important;
padding-right: 1rem;
}
.index-layout-1 .posts-navigation, .with-sidebar .posts-navigation {
padding-left: 5px;
padding-right: 5px;
}
.index-layout-2 .posts-navigation {
max-width: 1320px;
width: 100%;
margin: 0 auto;
}
.index-layout-3 .posts-navigation {
max-width: 1635px;
width: 100%;
margin: 0px auto;
padding-left: 15px;
padding-right: 15px;
}
.posts-navigation .nav-links {
margin: 0;
list-style-type: none;
}
.posts-navigation .nav-links span,
.posts-navigation .nav-links a {
font-size: 16px;
font-weight: 600;
}
.posts-navigation .nav-links .page-numbers:not(.prev) {
padding-right: 15px;
}
.index-layout-1 .blog-post:last-child,
.with-sidebar .blog-post:last-child {
margin-bottom: 95px;
}
.index-layout-1.large-12 {
padding: 0;
}
@media only screen and (max-width: 1024px) {
.index-layout-2 .posts-navigation .page-numbers {
padding-left: 10px;
}
.index-layout-3 .posts-navigation {
padding-left: 30px;
padding-right: 30px;
}
}
@media only screen and (max-width: 768px) {
.index-layout-3 .posts-navigation {
padding-left: 0;
padding-right: 0;
}
}
#masonry_grid {
opacity: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
}
#masonry_grid.fade-in {
opacity: 1;
}
#masonry_grid.fade-out {
opacity: 0;
}
.spk-icon-naver-line-logo:before {
content: “\e91f”;
}
.woocommerce-store-notice, p.demo_store {
padding: 1em 30px;
}
.wpb_gallery_slides.flexslider {
-webkit-box-shadow: none;
box-shadow: none;
}
.wpb_video_wrapper .video-container,
.wpb_video_wrapper.responsive-embed {
position: relative !important;
}
.responsive-embed, .flex-video {
padding-bottom: 43%;
}
.wpb_video_widget .wpb_video_wrapper {
padding-top: 0 !important;
}
.wc-points-rewards-product-message {
display: block;
}
@media all and (max-width: 1023px) {
.wc-points-rewards-product-message {
font-size: 14px;
}
}
.media-modal-content .media-toolbar-primary .media-button {
background: #0085ba !important;
-webkit-box-shadow: 0 1px 0 #006799 !important;
box-shadow: 0 1px 0 #006799 !important;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799 !important;
min-width: auto;
text-transform: initial;
font-weight: normal;
padding: 10px !important;
line-height: 1;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px !important;
}
.archive .products .product_after_shop_loop {
margin-top: 0;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
text-transform: none;
}
li.display_buttons .product_after_shop_loop,
li.display_buttons .product_after_shop_loop .product_after_shop_loop_switcher {
height: 100%;
}
#page_wrapper.transparent_header .page-title-hidden > .row .content-area {
padding-top: 0;
}
.no-products-info {
text-align: center;
padding: 5% 0 15%;
}
.no-products-info p.woocommerce-no-products {
font-size: 22px;
font-weight: 600;
display: inline-block;
vertical-align: middle;
}
.no-products-info p.woocommerce-no-products:before {
content: "\e900";
font-family: "Shopkeeper-Icon-Font" !important;
display: inline-block;
font-size: 36px;
padding-right: 20px;
text-align: center;
vertical-align: middle;
font-weight: normal;
margin-top: -8px;
}
.product-category .woocommerce-loop-category__title {
background: transparent;
color: #fff;
font-weight: 600 !important;
position: absolute;
top: 23px;
left: 30px;
padding-right: 30px !important;
}
.product-category .woocommerce-loop-category__title:hover {
background: transparent !important;
}
.product-category .woocommerce-loop-category__title .count {
background: transparent !important;
color: #fff !important;
font-size: 13px;
margin-left: 5px;
}
.products .product-category a {
height: 0;
padding-bottom: 100%;
position: relative;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
overflow: hidden;
position: relative;
display: block;
transition: all 0.3s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
@media screen and (max-width: 47.9375em) {
.st-container {
overflow-x: auto;
}
.st-content {
overflow-x: hidden;
}
}
@media screen and (max-width: 47.9375em) {
body.single-post .entry-content.blog-single img.aligncenter,
body.single-post .entry-content.blog-single img.alignnone,
body.single-post .entry-content.blog-single .wp-caption.aligncenter,
body.single-post .entry-content.blog-single .wp-caption.alignnone {
width: 100% !important;
max-width: 100%;
margin-left: 0;
clear: both;
margin-right: 0;
}
body.single-post .entry-content.blog-single img.alignleft,
body.single-post .entry-content.blog-single img.alignright,
body.single-post .entry-content.blog-single .wp-caption.alignleft,
body.single-post .entry-content.blog-single .wp-caption.alignright {
width: 50% !important;
}
body.single-post .entry-content.blog-single .wp-caption-text {
position: absolute;
bottom: 25px;
padding: 15px 20px;
background: #333333;
margin: 0;
font-size: 13px;
}
body.single-post .entry-content.blog-single .wp-caption.alignnone .wp-caption-text {
right: -25px;
max-width: 40%;
}
body.single-post .entry-content.blog-single .wp-caption.aligncenter .wp-caption-text {
right: -15px;
max-width: 40%;
}
body.single-post .entry-content.blog-single .wp-caption.alignleft .wp-caption-text {
left: -25px;
max-width: 100%;
}
body.single-post .entry-content.blog-single .wp-caption.alignright .wp-caption-text {
right: -15px;
max-width: 100%;
}
body.single-post .nav-next a:hover,
body.single-post .nav-previous a:hover {
color: #fff;
}
.woocommerce-ordering:after {
font-size: 21px !important;
}
.catalog-ordering select.orderby {
padding-right: 17px !important;
}
.woocommerce-order-received h2 {
margin-bottom: 13px;
}
.content-area {
padding: 40px 0 0 0;
}
.catalog-ordering span.select2-container .selection .select2-selection__rendered {
padding-right: 20px;
}
.catalog-ordering span.select2-container .selection .select2-selection__arrow:before {
font-size: 13px;
}
#button_offcanvas_sidebar_left > span {
padding-right: 4px;
display: inline-block;
}
.woocommerce-ordering select.orderby {
padding-top: 0;
padding-bottom: 0;
height: auto;
line-height: 24px;
font-size: 13px !important;
}
#button_offcanvas_sidebar_left .filters-text {
font-size: 13px;
}
.catalog-ordering .select2-container.topbar-language-switcher, .select2-container.wcml_currency_switcher {
font-size: 13px !important;
}
.full-width-page .columns {
padding-left: 30px !important;
padding-right: 30px !important;
}
.wpb_wrapper .vc_separator h2 {
font-size: 1.875em !important;
line-height: 1.33333em !important;
}
.page-template-page-blank #page_wrapper {
padding-top: 0;
}
}
@media screen and (min-width: 48em) {
.row {
padding: 0 50px;
}
.row .row {
padding: 0;
}
h1, h2 {
line-height: 1.13;
}
h1 {
font-size: 3.125rem;
}
h2 {
font-size: 2.3125rem;
}
h3 {
font-size: 1.875rem;
line-height: 1.2em;
}
h4 {
font-size: 1.4375rem;
line-height: 1.391304em;
}
h5 {
font-size: 1.125rem;
line-height: 1.55555em;
}
h6 {
line-height: 1.625em;
}
.single .entry-title {
font-size: 4.6875rem;
}
.page-title {
font-size: 3.125rem;
margin-bottom: 28px;
line-height: 1;
}
p {
line-height: 1.5;
margin-bottom: 1.25rem;
}
button,
.button,
input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
width: auto;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
margin-left: 0px;
margin-right: 0px;
}
.woocommerce-ordering select.big-select {
width: auto !important;
}
#site-footer {
padding: 80px 0 30px;
}
.trigger-footer-widget-area {
display: none;
}
.site-footer-widget-area {
display: block;
margin-bottom: 60px;
}
.site-footer-widget-area .columns:nth-child(2n+1) {
clear: left;
}
.footer-navigation-wrapper ul {
margin-bottom: 34px;
}
.footer-navigation-wrapper ul li {
display: inline-block;
padding-right: 14px;
margin: 0px 10px 15px 0;
position: relative;
}
.footer-navigation-wrapper ul li:after {
content: "";
display: inline-block;
width: 0;
height: 100%;
border-right: 1px solid;
opacity: 0.5;
position: absolute;
top: -1px;
right: 0;
}
.footer-navigation-wrapper ul li:last-child:after {
display: none;
}
.payment_methods {
text-align: left;
}
.payment_methods img {
margin-bottom: 0;
}
#site-footer .copyright_text {
margin-bottom: 46px;
}
.blog-isotope .blog-post,
.blog-isotope .grid-sizer {
width: 50%;
padding-left: 35px;
padding-right: 35px;
}
.page-header {
margin-bottom: 104px;
}
.entry-header-page {
margin-bottom: 80px;
}
.post_meta_archive,
.entry-title-archive span,
.gallery-title,
.entry-content-archive,
.blog #nav-below.paging-navigation,
.archive #nav-below.paging-navigation {
margin-left: 0px;
margin-right: 0px;
}
.thumbnail_archive {
margin-top: 0px;
}
.page-title-desc,
.page-type {
margin-bottom: 20px;
}
.blog-isotope .entry-content-archive h1,
.blog-isotope .entry-content-archive h2,
.blog-isotope .entry-content-archive h3,
.blog-isotope .entry-content-archive h4,
.blog-isotope .entry-content-archive h5 {
line-height: 1.55555em;
margin-bottom: 1.25rem;
}
.blog-isotope .entry-content-archive,
.blog-isotope .entry-content-archive p,
.blog-isotope .entry-content-archive ul,
.blog-isotope .entry-content-archive ol,
.blog-isotope .entry-content-archive dl {
line-height: 1.5em;
margin-bottom: 1.25rem;
}
.more-link {
margin-top: 1rem;
}
.blog-isotope .blog-post .blog-post-inner {
padding-bottom: 60px;
}
.entry-thumbnail {
margin: 0 0px 58px;
}
.single-post-header.with-thumb .title {
padding: 225px 0 220px 0;
}
.post_meta:before {
margin: 39px auto 43px;
}
.blog-single .wp-caption-text,
.blog-page .wp-caption-text {
position: absolute;
bottom: 25px;
width: 180px;
padding: 15px 20px;
background: #333333;
margin: 0;
}
.blog-single .wp-caption.alignnone .wp-caption-text,
.blog-page .wp-caption.alignnone .wp-caption-text {
right: -25px;
}
.blog-single .wp-caption.aligncenter .wp-caption-text,
.blog-page .wp-caption.aligncenter .wp-caption-text {
right: -15px;
}
.blog-single .wp-caption.alignleft .wp-caption-text,
.blog-page .wp-caption.alignleft .wp-caption-text {
left: -25px;
}
.blog-single .wp-caption.alignright .wp-caption-text,
.blog-page .wp-caption.alignright .wp-caption-text {
right: -15px;
}
blockquote p {
padding-left: 43px;
}
.gallery br {
height: 0;
display: block;
}
.gallery-columns-1 dl.gallery-item {
width: 100% !important;
padding-bottom: 100% !important;
}
.gallery-columns-2 dl.gallery-item {
width: 50% !important;
padding-bottom: 50% !important;
}
.gallery-columns-3 dl.gallery-item {
width: 33.3333333333% !important;
padding-bottom: 33.3333333333% !important;
}
.gallery-columns-4 dl.gallery-item {
width: 25% !important;
padding-bottom: 25% !important;
}
.gallery-columns-5 dl.gallery-item {
width: 20% !important;
padding-bottom: 20% !important;
}
.gallery-columns-6 dl.gallery-item {
width: 16.6666666666% !important;
padding-bottom: 16.6666666666% !important;
}
.gallery-columns-7 dl.gallery-item {
width: 14.285714% !important;
padding-bottom: 14.285714% !important;
}
.gallery-columns-8 dl.gallery-item {
width: 12.5% !important;
padding-bottom: 12.5% !important;
}
.gallery-columns-9 dl.gallery-item {
width: 11.1111111111% !important;
padding-bottom: 11.1111111111% !important;
}
.gallery-item .gallery-caption {
display: block;
font-size: 1rem;
text-align: left;
line-height: 1.5em;
color: #999;
background: #000;
padding: 9px 20px;
opacity: 0;
z-index: -1;
position: absolute;
right: 20px;
bottom: 40px;
left: 20px;
transition: opacity 0.3s, bottom 0.3s, z-index 0s ease 0.3s;
-webkit-transition: opacity 0.3s, bottom 0.3s, z-index 0s ease 0.3s;
}
.gallery-item .gallery-caption:after {
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 6px 0 6px;
border-color: #000 transparent transparent transparent;
position: absolute;
bottom: -6px;
right: 10px;
}
.gallery-item .gallery-caption.show {
opacity: 1;
z-index: 9;
bottom: 60px;
transition: opacity 0.3s, bottom 0.3s, z-index 0.3s;
-webkit-transition: opacity 0.3s, bottom 0.3s, z-index 0.3s;
}
.gallery-caption-trigger {
display: block;
width: 24px;
line-height: 24px;
border-radius: 12px;
background: rgba(255, 255, 255, 0.3);
font-size: 14px;
font-style: italic;
font-weight: 600;
font-family: "Georgia", sans-serif;
position: absolute;
right: 24px;
bottom: 24px;
z-index: 10;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.gallery-caption-trigger:hover {
background: #fff;
}
.paging-navigation,
.post-navigation {
background: none;
height: auto;
padding: 75px 0;
}
.product_navigation .post-navigation {
padding: 40px 0;
}
.paging-navigation:after,
.paging-navigation:before,
.post-navigation:after,
.post-navigation:before {
display: none;
}
.nav-previous,
.nav-next {
margin-left: 0;
margin-right: 0;
font-size: 1.3125rem;
}
.nav-next a,
.nav-previous a {
font-size: 1.3125rem;
background: none;
display: inline-block;
padding-top: 0;
height: auto;
}
.nav-next a {
text-align: right;
}
.nav-previous a {
text-align: left;
}
.nav-next a:hover,
.nav-previous a:hover {
background: none;
}
.nav-next a:before,
.nav-previous a:before {
display: none;
}
.nav-next .nav-next-title,
.nav-previous .nav-previous-title {
display: block;
}
.nav-next a span,
.nav-previous a span {
display: inline-block;
}
#nav-below.paging-navigation {
margin-bottom: 3px;
padding: 0 1.5%;
}
.paging-navigation .nav-next {
float: right;
}
.paging-navigation .fa {
display: inline-block;
}
.error-404,
.no-results {
margin-top: 0px;
}
.error-404 .search-form,
.no-results .search-form {
display: inline-block;
padding-bottom: 80px;
}
.error-404 input[type=text],
.error-404 input[type=search],
.no-results input[type=text],
.no-results input[type=search] {
width: 300px;
margin-right: 10px;
}
.error-404 h1.page-title {
font-size: 3.75rem;
margin-bottom: 23px;
}
.no-results h1.page-title {
font-size: 6.25rem;
margin-top: 100px;
margin-bottom: 30px;
}
.error-404-text,
.no-results-text {
font-size: 1.5rem;
}
.comments-area {
margin: 86px 0 65px;
}
.comments-title {
font-size: 30px;
font-weight: 600;
text-align: left;
}
.comment-list {
margin: 64px 0 0 !important;
}
.comments-area article {
padding: 0;
}
.comment-content {
padding: 0 0 0 100px;
}
.comment-author-avatar {
width: 80px;
height: 80px;
border-radius: 80px;
}
.comment-author-avatar img {
width: 80px;
height: 80px;
}
.comment-content .comment-author,
.comment-content .comment-metadata {
padding: 0;
}
.comment-metadata {
margin-top: -2px;
margin-bottom: 25px;
}
.comment-text p {
margin: 15px 0 23px;
}
.logged-in-as,
.comment-notes,
#reply-title {
text-align: left;
}
.comment-respond {
margin: 30px 0 30px 0;
}
.logged-in-as,
.comment-notes {
margin-bottom: 1.25rem;
}
.comment-list > li:last-child .comment-separator {
opacity: 0;
}
#respond {
margin-top: -6px;
}
#commentform .comment-notes {
padding: 5px 0 31px;
}
#commentform .form-submit {
margin-top: 20px;
}
.comment-separator {
width: 100%;
height: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
margin: 32px 0;
}
.widget {
margin-bottom: 80px;
}
.woocommerce-pagination {
margin: 0px 0 67px;
}
.products .out_of_stock_badge_loop {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-font-smoothing: antialiased;
}
.woocommerce .products span.onsale,
.woocommerce-page .products span.onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
font-size: 0.6875rem;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-font-smoothing: antialiased;
font-weight: 600;
}
.full-width-page .wpb_wrapper .gallery,
.full-width-page .wpb_alert.wpb_content_element,
.full-width-page .wpb_wrapper .wpb_gmaps_widget,
.full-width-page .wpb_wrapper #map_container,
.full-width-page .wpb_wrapper .wpb_revslider_element {
margin-left: -60px !important;
margin-right: -60px !important;
}
.wpb_wrapper .vc_separator h2,
.wpb_wrapper .vc_separator div {
padding: 0 50px;
white-space: pre;
}
.wpb_wrapper .vc_separator.without-separator h2 {
white-space: normal;
}
.vc_separator_align_left.vc_separator h2,
.vc_separator_align_left.vc_separator div {
padding: 0 50px 0 0;
}
.vc_separator_align_right.vc_separator h2,
.vc_separator_align_right.vc_separator div {
padding: 0 0px 0 50px;
}
.wpb_wrapper .without-separator .vc_sep_holder {
display: none;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav:after {
background: none repeat scroll 0 0 #ddd;
bottom: 0;
content: "";
height: 1px;
left: 0;
position: absolute;
width: 100%;
z-index: 0;
}
.wpb_tabs.wpb_content_element .wpb_tabs_nav li {
display: inline-block;
margin: 0 0px 0px 60px;
position: relative;
z-index: 1;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li:after,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:after {
display: none !important;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
display: inline-block;
padding: 21px 0;
border-bottom-color: transparent;
border-bottom-width: 3px;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
font-size: 0.8125rem;
margin-bottom: 10px;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav {
width: 25%;
padding-right: 15px;
}
.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
width: 75%;
padding: 0;
padding-left: 15px;
padding-bottom: 30px;
}
.wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
padding: 30px 0;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav {
width: 75%;
padding-left: 15px;
margin-left: 25%;
}
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a {
font-size: 1rem;
}
.wpb_tour .ui-helper-reset,
.wpb_tabs .ui-helper-reset,
.wpb_accordion .ui-helper-reset {
line-height: 1.8;
}
.wpb_alert.wpb_content_element .messagebox_text:before {
top: 5px;
}
.wpb_wrapper .wpb_toggle,
#content .wpb_wrapper h4.wpb_toggle {
font-size: 1.3125rem;
line-height: 2rem;
padding-left: 40px;
margin-bottom: 28px;
}
.wpb_wrapper .wpb_toggle:last-of-type + .wpb_toggle_content,
#content .wpb_wrapper h4.wpb_toggle:last-of-type + .wpb_toggle_content {
margin-top: 16px;
}
.wpb_wrapper .wpb_toggle_content {
margin-top: -16px;
margin-bottom: 31px;
padding-left: 40px;
}
.wpb_heading.wpb_accordion_heading {
margin: 0 0 11px;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_header .accordion_title {
font-size: 1.3125rem;
line-height: 2.3rem;
padding: 13px 40px 13px 20px;
font-weight: 600;
}
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
top: 22px;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
padding-bottom: 27px;
}
.wpb_heading.wpb_progress_bar_heading {
font-size: 1.4375rem;
}
}
@media screen and (max-width: 55em) {
.woocommerce-variation-add-to-cart {
height: 53px;
}
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
.full-width-page .columns {
padding-left: 60px !important;
padding-right: 60px !important;
}
}
@media screen and (max-width: 63.9375em) {
.single-post .site-header {
z-index: 1;
}
body.tag.archive .large-12.columns.with-sidebar {
padding-right: 0;
}
.vc_video-bg.vc_hidden-xs {
display: block !important;
pointer-events: all;
}
body.blog .large-12.columns.with-sidebar {
padding-right: 0;
}
body.archive.category .large-12.columns.with-sidebar {
padding-right: 0;
}
.blog-sidebar {
position: relative;
width: 100%;
}
.full-width-page .row {
padding-left: 0 !important;
padding-right: 0 !important;
}
.full-width-page .columns .row {
margin-left: 0;
margin-right: 0;
}
.full-width-page .columns .columns {
padding-left: 0px !important;
padding-right: 0px !important;
}
.full-width-page .columns .wpb_content_element {
padding-left: 0 !important;
padding-right: 0 !important;
}
.products li:not(.catalog_mode):hover .product_after_shop_loop_switcher {
transform: none;
-ms-transform: none;
-webkit-transform: none;
}
.products li.product_added_to_cart .product_after_shop_loop_switcher {
transform: none;
-ms-transform: none;
-webkit-transform: none;
}
.product_after_shop_loop {
height: 66px;
}
.product_after_shop_loop_switcher .product_after_shop_loop_buttons {
margin-top: -10px;
}
}
@media screen and (min-width: 64.0625em) {
.catalog-ordering {
margin-top: 1px !important;
}
.woocommerce-breadcrumb {
margin-top: 2px !important;
}
.page-title {
font-size: 6.25rem;
margin-bottom: 28px;
line-height: 1;
}
select.orderby select.topbar-language-switcher,
select.wcml_currency_switcher {
opacity: 0;
}
.blog-isotope .blog-post,
.blog-isotope .grid-sizer {
width: 33.3333333333%;
}
.entry-thumbnail {
padding: 0 25px;
}
.blog-single .larger {
width: 915px;
margin-left: -124px;
margin-bottom: 1.23em;
max-width: 915px;
}
.parallax-container {
background-attachment: fixed;
}
.error-404 input[type=text],
.error-404 input[type=search],
.no-results input[type=text],
.no-results input[type=search] {
width: 470px;
margin-right: 10px;
}
.comment-list ul.children {
margin: 0 0 0em 120px;
}
.previous-image,
.next-image {
margin-top: -56px;
}
.shop_header_bkg.parallax {
background-size: cover !important;
background-position: center top;
transition: opacity 0s;
-webkit-transition: opacity 0s;
}
.woocommerce-pagination {
margin: 0px 0 84px;
}
.shop-has-sidebar #button_offcanvas_sidebar_left {
display: none;
}
.site-footer-widget-area .columns:nth-child(2n+1) {
clear: none;
}
.site-footer-widget-area .footer-5-columns {
width: 20%;
}
.site-footer-widget-area .columns:nth-child(4n+1) {
clear: left;
}
.full-width-page .wpb_wrapper .gallery,
.full-width-page .wpb_alert.wpb_content_element,
.full-width-page .wpb_wrapper .wpb_gmaps_widget,
.full-width-page .wpb_wrapper #map_container,
.full-width-page .wpb_wrapper .wpb_revslider_element {
margin-left: -15px !important;
margin-right: -15px !important;
}
.full-width-page .column_container {
padding-left: 0.625rem;
padding-right: 0.625rem;
}
.vc_row-fluid.parallax {
background-size: 0 !important;
background-position: center center;
background-repeat: no-repeat;
}
.vc_row-fluid.parallax.loaded {
background-size: cover !important;
}
.full-width-page .boxed-row {
padding-left: 50px;
padding-right: 50px;
}
.wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
padding: 50px 0;
}
#site-footer {
position: relative;
z-index: 99;
}
.logged-in.admin-bar .mobile-search {
padding-top: 32px;
}
.gallery-icon a:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
z-index: 1;
transition: opacity 0.35s;
-webkit-transition: opacity 0.35s;
}
.gallery-item:hover a:before {
opacity: 0.6;
}
.gallery-icon img {
width: calc(100% + 50px);
max-width: none;
min-height: 100.6%;
position: absolute;
left: 0;
top: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
.gallery-item:hover img {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
opacity: 0.3;
}
}
body.gbt_classic_notif .woocommerce-message,
body.gbt_classic_notif .woocommerce-error,
body.gbt_classic_notif .woocommerce-info,
body.gbt_classic_notif .woocommerce-notice {
background: none;
border: none;
padding: 1rem 1rem 1rem 2.2rem;
margin-bottom: 0;
text-align: left;
word-break: break-word;
}
body.gbt_classic_notif .woocommerce-message:before,
body.gbt_classic_notif .woocommerce-error:before,
body.gbt_classic_notif .woocommerce-info:before,
body.gbt_classic_notif .woocommerce-notice:before {
font-family: "Shopkeeper-Icon-Font";
font-size: 24px;
line-height: 1.4;
left: 0;
top: 10px;
}
@media all and (max-width: 767px) {
body.gbt_classic_notif .woocommerce-message,
body.gbt_classic_notif .woocommerce-error,
body.gbt_classic_notif .woocommerce-info,
body.gbt_classic_notif .woocommerce-notice {
font-size: 13px;
}
body.gbt_classic_notif .woocommerce-message:before,
body.gbt_classic_notif .woocommerce-error:before,
body.gbt_classic_notif .woocommerce-info:before,
body.gbt_classic_notif .woocommerce-notice:before {
top: 7px;
}
}
body.gbt_classic_notif .woocommerce-message li,
body.gbt_classic_notif .woocommerce-error li,
body.gbt_classic_notif .woocommerce-info li,
body.gbt_classic_notif .woocommerce-notice li {
margin-bottom: 0.5rem;
}
body.gbt_classic_notif .woocommerce-message a,
body.gbt_classic_notif .woocommerce-message input[type=submit],
body.gbt_classic_notif .woocommerce-message input.button,
body.gbt_classic_notif .woocommerce-message .button,
body.gbt_classic_notif .woocommerce-error a,
body.gbt_classic_notif .woocommerce-error input[type=submit],
body.gbt_classic_notif .woocommerce-error input.button,
body.gbt_classic_notif .woocommerce-error .button,
body.gbt_classic_notif .woocommerce-info a,
body.gbt_classic_notif .woocommerce-info input[type=submit],
body.gbt_classic_notif .woocommerce-info input.button,
body.gbt_classic_notif .woocommerce-info .button,
body.gbt_classic_notif .woocommerce-notice a,
body.gbt_classic_notif .woocommerce-notice input[type=submit],
body.gbt_classic_notif .woocommerce-notice input.button,
body.gbt_classic_notif .woocommerce-notice .button {
background: none !important;
padding: 0 0 3px 0 !important;
float: none;
font-weight: 600;
min-width: 90px;
margin: 0 5px !important;
font-size: 13px !important;
border-bottom: 1px solid !important;
display: inline;
text-transform: uppercase;
}
@media all and (max-width: 767px) {
body.gbt_classic_notif .woocommerce-message a,
body.gbt_classic_notif .woocommerce-message input[type=submit],
body.gbt_classic_notif .woocommerce-message input.button,
body.gbt_classic_notif .woocommerce-message .button,
body.gbt_classic_notif .woocommerce-error a,
body.gbt_classic_notif .woocommerce-error input[type=submit],
body.gbt_classic_notif .woocommerce-error input.button,
body.gbt_classic_notif .woocommerce-error .button,
body.gbt_classic_notif .woocommerce-info a,
body.gbt_classic_notif .woocommerce-info input[type=submit],
body.gbt_classic_notif .woocommerce-info input.button,
body.gbt_classic_notif .woocommerce-info .button,
body.gbt_classic_notif .woocommerce-notice a,
body.gbt_classic_notif .woocommerce-notice input[type=submit],
body.gbt_classic_notif .woocommerce-notice input.button,
body.gbt_classic_notif .woocommerce-notice .button {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0.5rem 0 0 0 !important;
}
}
body.gbt_classic_notif .woocommerce-message a:hover,
body.gbt_classic_notif .woocommerce-message input[type=submit]:hover,
body.gbt_classic_notif .woocommerce-message input.button:hover,
body.gbt_classic_notif .woocommerce-message .button:hover,
body.gbt_classic_notif .woocommerce-error a:hover,
body.gbt_classic_notif .woocommerce-error input[type=submit]:hover,
body.gbt_classic_notif .woocommerce-error input.button:hover,
body.gbt_classic_notif .woocommerce-error .button:hover,
body.gbt_classic_notif .woocommerce-info a:hover,
body.gbt_classic_notif .woocommerce-info input[type=submit]:hover,
body.gbt_classic_notif .woocommerce-info input.button:hover,
body.gbt_classic_notif .woocommerce-info .button:hover,
body.gbt_classic_notif .woocommerce-notice a:hover,
body.gbt_classic_notif .woocommerce-notice input[type=submit]:hover,
body.gbt_classic_notif .woocommerce-notice input.button:hover,
body.gbt_classic_notif .woocommerce-notice .button:hover {
opacity: 0.7;
}
body.gbt_classic_notif .woocommerce-message a,
body.gbt_classic_notif .woocommerce-error a,
body.gbt_classic_notif .woocommerce-info a,
body.gbt_classic_notif .woocommerce-notice a {
text-decoration: none !important;
}
@media all and (max-width: 767px) {
body.gbt_classic_notif .woocommerce-message form,
body.gbt_classic_notif .woocommerce-error form,
body.gbt_classic_notif .woocommerce-info form,
body.gbt_classic_notif .woocommerce-notice form {
display: block !important;
}
}
body.gbt_classic_notif .woocommerce-error:before {
content: "\e90b";
}
body.gbt_classic_notif .woocommerce-message:before {
content: "\e923";
}
body.gbt_classic_notif .woocommerce-info:before {
content: "\e921";
}
.fr-overlay {
z-index: 9999;
}
.fr-content, .fr-content-background {
max-width: 1550px !important;
}
.fr-thumbnails-vertical .fr-thumbnails-wrapper {
margin-top: 0 !important;
top: 10px !important;
}
.fr-overlay-background {
opacity: 1 !important;
}
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
background: none;
-webkit-transition: all 0.5s;
transition: all 0.5s;
opacity: 1;
}
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:before {
font-family: "Shopkeeper-Icon-Font";
content: "\e91c";
display: block;
font-size: 65px;
font-weight: normal;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
@media (min-width: 1024px) {
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:hover {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:hover:before {
opacity: 0.5;
}
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
background: none;
-webkit-transition: all 0.5s;
transition: all 0.5s;
opacity: 1;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:before {
font-family: "Shopkeeper-Icon-Font";
content: "\e91d";
display: block;
font-size: 65px;
font-weight: normal;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
@media (min-width: 1024px) {
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:hover {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:hover:before {
opacity: 0.5;
}
}
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
background: none;
-webkit-transition: all 0.5s;
transition: all 0.5s;
opacity: 1;
}
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon:before {
font-family: "Shopkeeper-Icon-Font";
content: "\e91a";
display: block;
font-size: 45px;
color: #FFF;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon:hover {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon:hover:before {
opacity: 0.5;
}
.fr-position-outside {
right: 20px !important;
}
.fr-close {
right: 33px !important;
}
.fr-side-next {
right: 42px !important;
}
.fr-close {
top: 20px !important;
}
.fr-position-outside {
padding: 10px 8px;
margin-right: 10px !important;
bottom: 15px !important;
}
.fr-thumbnails-horizontal .fr-position-outside {
bottom: -80px !important;
}
.fr-side-previous {
left: 28px !important;
}
.fr-thumbnails-horizontal .fr-pages {
overflow: visible !important;
}
.fr-thumbnail-wrapper {
background: transparent !important;
}
.fr-thumbnail-active .fr-thumbnail-wrapper .fr-thumbnail-image {
opacity: 0.2 !important;
}
div.fr-thumbnails-horizontal .fr-thumbnails {
display: block !important;
background: transparent;
}
.fr-thumbnail .fr-thumbnail-image {
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);
}
.fr-thumbnail:hover .fr-thumbnail-image, .fr-thumbnail-active:hover .fr-thumbnail-image {
opacity: 0.2 !important;
}
.fr-window-skin-fresco .fr-thumbnail-overlay-border {
border-width: 0 !important;
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.fr-thumbnails-side.fr-thumbnails-side-previous,
.fr-thumbnails-side.fr-thumbnails-side-next {
display: none !important;
}
.fr-side {
width: auto !important;
height: auto;
margin: 0;
}
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:before {
margin-left: -20px;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:before {
margin-right: -20px;
}
.fr-close-background {
background-color: transparent !important;
}
.fr-thumbnail-overlay, .fr-thumbnail-overlay-background, .fr-thumbnail-overlay-border {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.fr-thumbnail:hover .fr-thumbnail-image, .fr-thumbnail-active:hover .fr-thumbnail-image {
opacity: 0.5 !important;
}
.fr-thumbnail,
.fr-thumbnail-image {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.fr-window-skin-fresco .fr-content-background {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.fr-window.fr-mobile-touch {
position: fixed;
top: 0 !important;
}
@media screen and (min-width: 1024px) {
.fr-info-padder {
padding: 45px !important;
}
}
.fr-caption:before {
content: "";
width: 50px;
height: 1px;
margin-right: 20px;
display: inline-block;
vertical-align: super;
}
.fr-window-skin-fresco .fr-content-background {
background: transparent !important;
}
.fr-position-background {
background: transparent !important;
}
.fr-info .fr-stroke-color {
background: transparent !important;
}
.single-product .fr-window {
z-index: 999999;
background: #fff;
}
@media screen and (min-width: 64.0625em) {
.fr-info {
left: 50% !important;
margin-left: -25%;
max-width: 50%;
}
}
.fr-position-outside .fr-position-text, .fr-position-inside .fr-position-text {
text-shadow: none !important;
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.fr-thumbnail-spinner-spin {
display: none !important;
}
.fr-thumbnail-spinner {
display: block !important;
}
.fr-spinner div.fr-spin-1 {
display: none !important;
}
.fr-spinner div.fr-spin-2 {
display: none !important;
}
.fr-spinner div.fr-spin-3 {
display: none !important;
}
.fr-spinner div.fr-spin-4 {
display: none !important;
}
.fr-spinner div.fr-spin-5 {
display: none !important;
}
.fr-spinner div.fr-spin-6 {
display: none !important;
}
.fr-spinner div.fr-spin-7 {
display: none !important;
}
.fr-spinner div.fr-spin-8 {
display: none !important;
}
.fr-spinner div.fr-spin-9 {
display: none !important;
}
.fr-spinner div.fr-spin-10 {
display: none !important;
}
.fr-spinner div.fr-spin-11 {
display: none !important;
}
.fr-spinner div.fr-spin-12 {
display: none !important;
}
.fr-spinner {
width: auto;
height: auto;
position: fixed;
width: 52px;
height: 52px;
border-radius: 5px;
left: 50% !important;
margin-right: -26px;
}
@media (max-width: 500px) and (orientation: portrait), (max-height: 414px) and (orientation: landscape) {
.fr-side .fr-side-button {
width: auto;
height: auto;
}
}
@media (max-width: 1024px) {
.fr-side-previous {
left: 42px !important;
}
}
@media (max-width: 767px) {
.fr-content, .fr-content-background {
top: 0 !important;
}
.fr-ui-fullclick.fr-type-video .fr-container {
padding: 0 !important;
}
.fr-ui-fullclick.fr-type-video .fr-content-background {
width: 100% !important;
}
.fr-ui-fullclick.fr-type-video .fr-content {
width: 100% !important;
left: 0 !important;
height: 45% !important;
}
.fr-showing-type-youtube .fr-close.fr-close-fullclick {
top: 30px !important;
}
}
#fbmsg .fbmsg-badge {
width: auto !important;
height: auto !important;
right: 40px !important;
bottom: 59px !important;
z-index: 99999 !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
background: #000000;
color: #FFF;
font-family: NeueEinstellung;
padding: 9px 15px 6px 0;
text-transform: uppercase;
font-size: 11px;
line-height: 18px;
border-radius: 5px;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
animation-name: animFadeUp;
animation-fill-mode: both;
animation-duration: 0.4s;
animation-timing-function: ease;
animation-delay: 1.75s;
-webkit-animation-name: animFadeUp;
-webkit-animation-fill-mode: both;
-webkit-animation-duration: 0.4s;
-webkit-animation-timing-function: ease;
-webkit-animation-delay: 1.75s;
-moz-animation-name: animFadeUp;
-moz-animation-fill-mode: both;
-moz-animation-duration: 0.4s;
-moz-animation-timing-function: ease;
-moz-animation-delay: 1.75s;
-o-animation-name: animFadeUp;
-o-animation-fill-mode: both;
-o-animation-duration: 0.4s;
-o-animation-timing-function: ease;
-o-animation-delay: 1.75s;
}
#fbmsg .fbmsg-badge:hover {
background-color: #007FFF;
}
#fbmsg .fbmsg-badge:after {
content: "Message us";
display: inline-block;
}
#fbmsg .fbmsg-badge .fbmsg-badge-btn {
width: 17px !important;
height: 17px !important;
margin: 0 10px !important;
}
#fbmsg .fbmsg-badge .fbmsg-badge-btn path {
fill: #FFFFFF !important;
}
@media (min-width: 1024px) {
#fbmsg .fbmsg-badge {
right: 120px !important;
}
#fbmsg.gbt_plugin_installed .fbmsg-badge {
right: 267px !important;
}
}
@-webkit-keyframes animFadeUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes animFadeUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@media screen and (min-width: 64.0625em) {
.page-template-page-full-width .entry-content .alignwide,
.page-template-page-blank .entry-content .alignwide {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
}
.entry-content .alignfull {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
}
@media screen and (min-width: 64.0625em) {
.entry-content .alignwide {
margin-left: calc(-37.5vw + 50%);
margin-right: calc(-37.5vw + 50%);
max-width: 75vw;
}
}
@media screen and (min-width: 64.0625em) {
.single-post .with-sidebar .entry-content .alignfull,
.single-post .with-sidebar .entry-content .alignwide {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
}
@media screen and (min-width: 64.0625em) {
.page-template-default .entry-content .alignwide {
margin-left: calc(-46.5vw + 50%);
margin-right: calc(-46.5vw + 50%);
max-width: 93vw;
}
}
[class*=wp-block-],
.wc-block-featured-product,
.gbt_18_sk_social_media_wrapper,
.gbt_18_sk_slider_wrapper,
.gbt_18_sk_portfolio,
.gbt_18_sk_banner {
margin-bottom: 2.5rem;
}
[class*=wp-block-] [class*=wp-block-] {
margin-bottom: 0;
}
.gbt_18_sk_posts_grid {
margin-bottom: 0.5rem;
}
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-image.alignleft,
.wp-block-image.alignright {
margin-top: 1rem;
margin-bottom: 1rem;
}
.wp-block-gallery {
margin: 0 0 calc(2.5rem - 16px) 0;
}
.wp-block-gallery figcaption {
color: #fff;
}
.wp-block-gallery figcaption a {
color: #fff;
text-decoration: underline;
}
@media all and (max-width: 480px) {
.wp-block-gallery.alignright, .wp-block-gallery.alignleft {
margin: 0;
max-width: 100%;
}
}
@media all and (min-width: 481px) {
.wp-block-gallery.alignleft {
margin: 0 1.5rem 0 0;
}
.wp-block-gallery.alignright {
margin: 0 0 0 1.5rem;
}
}
.wp-block-quote,
.wp-block-quote.is-style-large {
padding: 0 1em;
}
.wp-block-quote p,
.wp-block-quote.is-style-large p {
font-size: 1.875rem;
font-style: normal;
line-height: 1.333em;
font-weight: 600;
padding: 0;
}
@media all and (max-width: 767px) {
.wp-block-quote p,
.wp-block-quote.is-style-large p {
font-size: 23px;
}
}
.wp-block-quote cite,
.wp-block-quote.is-style-large cite {
font-size: 14px;
text-align: left;
}
.wp-block-quote.is-style-large {
margin-bottom: 2.5rem !important;
}
.entry-content > p + .wp-block-quote.is-style-large {
margin-top: 2.5rem !important;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.wp-block-pullquote.is-style-solid-color.alignleft blockquote p, .wp-block-pullquote.is-style-solid-color.alignright blockquote p {
font-size: 20px;
}
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
text-align: right;
}
.wp-block-pullquote blockquote {
margin: 0 auto;
max-width: 60%;
}
.wp-block-pullquote blockquote.has-text-color p, .wp-block-pullquote blockquote.has-text-color cite {
color: inherit;
}
.wp-block-pullquote p {
color: inherit;
font-weight: 600;
padding: 0;
line-height: 1.333em;
}
.wp-block-pullquote cite {
color: inherit;
font-size: 14px;
text-transform: inherit;
}
.wp-block-embed .responsive-embed.widescreen,
.wp-block-embed .widescreen,
.wp-block-embed .responsive-embed,
.wp-block-embed .video-container {
padding-bottom: 0;
}
.wp-block-embed .video-container {
margin-top: 0;
text-align: center;
}
.wp-block-embed .responsive-embed {
position: initial;
margin-bottom: 0;
}
.wp-block-table:not(.is-style-stripes) tbody tr:last-child td {
border-bottom: 1px solid;
}
.wp-block-table td {
padding: 0.5em;
}
.wp-block-button.aligncenter {
margin-bottom: 1.5em;
}
.wp-block-button a.wp-block-button__link {
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 0;
}
.wp-block-file .wp-block-file__button {
margin-bottom: 0;
}
.wp-block-cover::-webkit-scrollbar {
display: none;
}
.wp-block-cover {
-ms-overflow-style: none;
}
.wp-block-cover.alignwide, .wp-block-cover.alignfull {
width: auto;
}
.wp-block-cover.has-parallax {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.wp-block-cover.alignright, .wp-block-cover.alignleft {
margin-top: 0;
margin-bottom: 0.5rem;
}
@media all and (max-width: 480px) {
.wp-block-cover.alignright, .wp-block-cover.alignleft {
width: 50% !important;
}
}
.wp-block-cover.alignleft .wp-block-cover-text {
text-align: left;
}
.wp-block-cover.alignright .wp-block-cover-text {
text-align: right;
}
.wp-block-cover .wp-block-cover-text {
font-weight: 600;
margin: 10% !important;
}
@media all and (max-width: 480px) {
.wp-block-cover .wp-block-cover-text {
font-size: 24px;
}
}
.wp-block-media-text .wp-block-media-text__content p {
font-weight: 600;
}
.wp-block-image {
margin-bottom: 1.5em;
position: relative;
max-width: none !important;
}
.wp-block-image figure {
position: relative;
}
.wp-block-image figcaption {
position: absolute;
bottom: 25px;
width: 180px;
padding: 15px 20px;
background: #333333;
margin: 0;
color: #fff;
font-size: 14px;
line-height: 16px;
text-align: left;
right: -25px;
}
.wp-block-image figcaption a {
color: #fff;
text-decoration: underline;
}
@media all and (max-width: 480px) {
.wp-block-image .aligncenter {
width: 100% !important;
margin-left: 0;
margin-right: 0;
}
.wp-block-image .aligncenter img {
width: 100%;
}
}
@media all and (max-width: 480px) {
.wp-block-image .alignright,
.wp-block-image .alignleft {
width: 50% !important;
}
.wp-block-image .alignright img,
.wp-block-image .alignleft img {
width: 100%;
}
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
width: 100%;
}
.wp-block-image.alignleft figcaption {
left: -25px;
right: auto;
}
figure.wp-block-image img {
width: 100%;
}
p.wp-block-subhead {
font-weight: 600;
font-style: normal;
}
.wp-block-code code {
background: transparent;
border: 0;
}
@media screen and (max-width: -0.0625em) {
.wp-block-columns,
.wp-block-text-columns {
display: block;
overflow: hidden;
width: 100%;
}
}
.wp-block-columns .wp-block-column,
.wp-block-text-columns .wp-block-column {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
@media screen and (max-width: -0.0625em) {
.wp-block-columns .wp-block-column,
.wp-block-text-columns .wp-block-column {
width: 100% !important;
padding: 0;
margin: 0;
}
}
.wp-block-columns .wp-block-column:first-child,
.wp-block-text-columns .wp-block-column:first-child {
padding-left: 0;
}
.wp-block-columns .wp-block-column:last-child,
.wp-block-text-columns .wp-block-column:last-child {
padding-right: 0;
}
@media screen and (min-width: 48em) and (max-width: 55em) {
.wp-block-columns.has-4-columns, .wp-block-columns.has-5-columns, .wp-block-columns.has-6-columns, .wp-block-columns.columns-4,
.wp-block-text-columns.has-4-columns,
.wp-block-text-columns.has-5-columns,
.wp-block-text-columns.has-6-columns,
.wp-block-text-columns.columns-4 {
display: block;
overflow: hidden;
width: 100%;
}
.wp-block-columns.has-4-columns .wp-block-column, .wp-block-columns.has-5-columns .wp-block-column, .wp-block-columns.has-6-columns .wp-block-column, .wp-block-columns.columns-4 .wp-block-column,
.wp-block-text-columns.has-4-columns .wp-block-column,
.wp-block-text-columns.has-5-columns .wp-block-column,
.wp-block-text-columns.has-6-columns .wp-block-column,
.wp-block-text-columns.columns-4 .wp-block-column {
width: 50%;
float: left;
margin: 0;
}
.wp-block-columns.has-4-columns .wp-block-column:nth-child(odd):not(:first-child), .wp-block-columns.has-5-columns .wp-block-column:nth-child(odd):not(:first-child), .wp-block-columns.has-6-columns .wp-block-column:nth-child(odd):not(:first-child), .wp-block-columns.columns-4 .wp-block-column:nth-child(odd):not(:first-child),
.wp-block-text-columns.has-4-columns .wp-block-column:nth-child(odd):not(:first-child),
.wp-block-text-columns.has-5-columns .wp-block-column:nth-child(odd):not(:first-child),
.wp-block-text-columns.has-6-columns .wp-block-column:nth-child(odd):not(:first-child),
.wp-block-text-columns.columns-4 .wp-block-column:nth-child(odd):not(:first-child) {
clear: both;
padding-left: 0;
}
.wp-block-columns.has-4-columns .wp-block-column:nth-child(even), .wp-block-columns.has-5-columns .wp-block-column:nth-child(even), .wp-block-columns.has-6-columns .wp-block-column:nth-child(even), .wp-block-columns.columns-4 .wp-block-column:nth-child(even),
.wp-block-text-columns.has-4-columns .wp-block-column:nth-child(even),
.wp-block-text-columns.has-5-columns .wp-block-column:nth-child(even),
.wp-block-text-columns.has-6-columns .wp-block-column:nth-child(even),
.wp-block-text-columns.columns-4 .wp-block-column:nth-child(even) {
padding-right: 0;
}
}
.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives {
margin-left: 0;
margin-right: 0;
}
.wp-block-latest-posts li,
.wp-block-categories li,
.wp-block-archives li {
list-style-type: none;
}
.wp-block-video video {
width: 100%;
}
.wp-block-latest-posts li {
margin-bottom: 35px !important;
}
.wp-block-latest-posts li > a {
display: block;
font-weight: 600;
line-height: 1.1333em;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date {
margin-top: 17px;
margin-bottom: 0;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
margin-top: 17px;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt a {
font-weight: 600;
font-size: 0.8125rem;
text-transform: uppercase;
}
.gbt_18_sk_posts_grid .gbt_18_sk_posts_grid_title {
font-size: 24px;
line-height: 1.4em;
}
@media all and (min-width: 640px) and (max-width: 1023px) {
.gbt_18_sk_posts_grid .gbt_18_sk_posts_grid_title {
font-size: 22px;
}
}
@media all and (max-width: 639px) {
.gbt_18_sk_posts_grid .gbt_18_sk_posts_grid_title {
font-size: 20px;
}
}
body .wp-block-woocommerce-handpicked-products ul.products,
body .wp-block-woocommerce-product-best-sellers ul.products,
body .wp-block-woocommerce-product-on-sale ul.products,
body .wp-block-woocommerce-product-top-rated ul.products,
body .wp-block-woocommerce-products-by-attribute ul.products,
body .wp-block-woocommerce-product-category ul.products,
body .wp-block-woocommerce-product-new ul.products,
.woocommerce .wp-block-woocommerce-handpicked-products ul.products,
.woocommerce .wp-block-woocommerce-product-best-sellers ul.products,
.woocommerce .wp-block-woocommerce-product-on-sale ul.products,
.woocommerce .wp-block-woocommerce-product-top-rated ul.products,
.woocommerce .wp-block-woocommerce-products-by-attribute ul.products,
.woocommerce .wp-block-woocommerce-product-category ul.products,
.woocommerce .wp-block-woocommerce-product-new ul.products {
margin-bottom: 0;
}
body .wp-block-woocommerce-handpicked-products.alignfull,
body .wp-block-woocommerce-product-best-sellers.alignfull,
body .wp-block-woocommerce-product-on-sale.alignfull,
body .wp-block-woocommerce-product-top-rated.alignfull,
body .wp-block-woocommerce-products-by-attribute.alignfull,
body .wp-block-woocommerce-product-category.alignfull,
body .wp-block-woocommerce-product-new.alignfull,
.woocommerce .wp-block-woocommerce-handpicked-products.alignfull,
.woocommerce .wp-block-woocommerce-product-best-sellers.alignfull,
.woocommerce .wp-block-woocommerce-product-on-sale.alignfull,
.woocommerce .wp-block-woocommerce-product-top-rated.alignfull,
.woocommerce .wp-block-woocommerce-products-by-attribute.alignfull,
.woocommerce .wp-block-woocommerce-product-category.alignfull,
.woocommerce .wp-block-woocommerce-product-new.alignfull {
padding: 0 1.6rem;
}
body .wp-block-woocommerce-handpicked-products.is-hidden-title li.product h3,
body .wp-block-woocommerce-handpicked-products.is-hidden-title .yith-wcwl-add-to-wishlist,
body .wp-block-woocommerce-product-best-sellers.is-hidden-title li.product h3,
body .wp-block-woocommerce-product-best-sellers.is-hidden-title .yith-wcwl-add-to-wishlist,
body .wp-block-woocommerce-product-on-sale.is-hidden-title li.product h3,
body .wp-block-woocommerce-product-on-sale.is-hidden-title .yith-wcwl-add-to-wishlist,
body .wp-block-woocommerce-product-top-rated.is-hidden-title li.product h3,
body .wp-block-woocommerce-product-top-rated.is-hidden-title .yith-wcwl-add-to-wishlist,
body .wp-block-woocommerce-products-by-attribute.is-hidden-title li.product h3,
body .wp-block-woocommerce-products-by-attribute.is-hidden-title .yith-wcwl-add-to-wishlist,
body .wp-block-woocommerce-product-category.is-hidden-title li.product h3,
body .wp-block-woocommerce-product-category.is-hidden-title .yith-wcwl-add-to-wishlist,
body .wp-block-woocommerce-product-new.is-hidden-title li.product h3,
body .wp-block-woocommerce-product-new.is-hidden-title .yith-wcwl-add-to-wishlist,
.woocommerce .wp-block-woocommerce-handpicked-products.is-hidden-title li.product h3,
.woocommerce .wp-block-woocommerce-handpicked-products.is-hidden-title .yith-wcwl-add-to-wishlist,
.woocommerce .wp-block-woocommerce-product-best-sellers.is-hidden-title li.product h3,
.woocommerce .wp-block-woocommerce-product-best-sellers.is-hidden-title .yith-wcwl-add-to-wishlist,
.woocommerce .wp-block-woocommerce-product-on-sale.is-hidden-title li.product h3,
.woocommerce .wp-block-woocommerce-product-on-sale.is-hidden-title .yith-wcwl-add-to-wishlist,
.woocommerce .wp-block-woocommerce-product-top-rated.is-hidden-title li.product h3,
.woocommerce .wp-block-woocommerce-product-top-rated.is-hidden-title .yith-wcwl-add-to-wishlist,
.woocommerce .wp-block-woocommerce-products-by-attribute.is-hidden-title li.product h3,
.woocommerce .wp-block-woocommerce-products-by-attribute.is-hidden-title .yith-wcwl-add-to-wishlist,
.woocommerce .wp-block-woocommerce-product-category.is-hidden-title li.product h3,
.woocommerce .wp-block-woocommerce-product-category.is-hidden-title .yith-wcwl-add-to-wishlist,
.woocommerce .wp-block-woocommerce-product-new.is-hidden-title li.product h3,
.woocommerce .wp-block-woocommerce-product-new.is-hidden-title .yith-wcwl-add-to-wishlist {
display: none;
}
body .wp-block-woocommerce-handpicked-products.is-hidden-rating li.product .star-rating,
body .wp-block-woocommerce-product-best-sellers.is-hidden-rating li.product .star-rating,
body .wp-block-woocommerce-product-on-sale.is-hidden-rating li.product .star-rating,
body .wp-block-woocommerce-product-top-rated.is-hidden-rating li.product .star-rating,
body .wp-block-woocommerce-products-by-attribute.is-hidden-rating li.product .star-rating,
body .wp-block-woocommerce-product-category.is-hidden-rating li.product .star-rating,
body .wp-block-woocommerce-product-new.is-hidden-rating li.product .star-rating,
.woocommerce .wp-block-woocommerce-handpicked-products.is-hidden-rating li.product .star-rating,
.woocommerce .wp-block-woocommerce-product-best-sellers.is-hidden-rating li.product .star-rating,
.woocommerce .wp-block-woocommerce-product-on-sale.is-hidden-rating li.product .star-rating,
.woocommerce .wp-block-woocommerce-product-top-rated.is-hidden-rating li.product .star-rating,
.woocommerce .wp-block-woocommerce-products-by-attribute.is-hidden-rating li.product .star-rating,
.woocommerce .wp-block-woocommerce-product-category.is-hidden-rating li.product .star-rating,
.woocommerce .wp-block-woocommerce-product-new.is-hidden-rating li.product .star-rating {
display: none;
}
body .wc-block-featured-product,
.woocommerce .wc-block-featured-product {
width: auto;
}
.wp-social-link a:focus {
color: currentColor;
fill: currentColor;
}
.wp-block-search .wp-block-search__button {
margin-left: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-top: 20px;
}
.ajax_add_to_cart.progress-btn {
cursor: pointer;
}
.ajax_add_to_cart.progress-btn:after {
display: none;
}
.ajax_add_to_cart.progress-btn .checked {
position: absolute;
top: 5px;
left: 47%;
opacity: 0;
height: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ajax_add_to_cart.progress-btn .checked:after {
font-size: 0;
font-family: WooCommerce;
content: "\e017";
}
.ajax_add_to_cart.progress-btn.check .btn {
opacity: 0;
font-size: 0;
}
.ajax_add_to_cart.progress-btn.check .checked {
opacity: 1;
height: auto;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media screen and (max-width: 64em) {
.ajax_add_to_cart.progress-btn.check .checked {
margin-top: 12px;
}
}
.ajax_add_to_cart.progress-btn.check .checked:after {
font-size: 14px;
}
.ajax_add_to_cart.progress-btn .btn {
opacity: 1;
font-size: 13px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ajax_add_to_cart.progress-btn.active {
opacity: 1 !important;
pointer-events: none;
cursor: initial !important;
}
@media screen and (min-width: 64.0625em) {
.ajax_add_to_cart.progress-btn.active {
margin-top: 11px !important;
padding: 5px 65px !important;
}
}
.ajax_add_to_cart.progress-btn.active .progress {
opacity: 1;
-webkit-animation: progress-anim 2s ease 0s;
animation: progress-anim 2s ease 0s;
}
.ajax_add_to_cart.progress-btn.active .btn {
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ajax_add_to_cart.progress-btn .progress {
width: 0%;
z-index: 5;
background: rgba(0, 0, 0, 0.15);
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
@-webkit-keyframes progress-anim {
0% {
width: 0%;
}
75% {
width: 100%;
}
100% {
width: 0%;
}
}
@keyframes progress-anim {
0% {
width: 0%;
}
75% {
width: 100%;
}
100% {
width: 0%;
}
}
.shopkeeper-mini-cart {
position: absolute;
margin-top: 5px;
right: -20px;
width: 0;
max-height: 0;
z-index: 8890;
background: #ff5943;
-webkit-transition: max-height 0.3s 0.1s, width 0.3s 0.1s, -webkit-box-shadow 0.7s 0.5s;
transition: max-height 0.3s 0.1s, width 0.3s 0.1s, -webkit-box-shadow 0.7s 0.5s;
transition: max-height 0.3s 0.1s, width 0.3s 0.1s, box-shadow 0.7s 0.5s;
transition: max-height 0.3s 0.1s, width 0.3s 0.1s, box-shadow 0.7s 0.5s, -webkit-box-shadow 0.7s 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
-webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0);
box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
overflow: hidden;
}
.shopkeeper-mini-cart:hover {
opacity: 1;
}
.shopkeeper-mini-cart .widgettitle {
display: none;
}
.shopkeeper-mini-cart ::-webkit-scrollbar {
width: 12px;
}
.shopkeeper-mini-cart ::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.1);
}
.shopkeeper-mini-cart ::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0, 0, 0, 0.1);
}
.shopkeeper-mini-cart .cart_list.product_list_widget {
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart .minicart-message {
opacity: 0;
-webkit-transition: opacity 0.1s;
transition: opacity 0.1s;
-webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart.open {
width: 400px;
max-height: 680px;
-webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
}
.shopkeeper-mini-cart.open li {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.shopkeeper-mini-cart.open .cart_list.product_list_widget,
.shopkeeper-mini-cart.open .minicart-message {
opacity: 1;
-webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart {
margin-bottom: 0;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
margin-bottom: 0;
margin-top: 0;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
overflow-y: auto;
overflow-x: hidden;
max-height: 400px;
margin: 0;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item {
float: left;
display: block;
width: 100%;
line-height: 30px;
position: relative;
left: 100%;
margin-left: 0;
-webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
overflow: hidden;
height: auto;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
padding: 20px !important;
margin-bottom: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:hover .remove {
opacity: 1;
visibility: visible;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item a:not(.remove) {
color: #FFF;
margin-right: 40px;
font-size: 13px;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item a:not(.remove):hover {
color: rgba(255, 255, 255, 0.5);
opacity: 1;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .remove {
position: absolute;
top: 12px !important;
right: 10px;
left: initial;
color: #FFF !important;
opacity: 0.5;
text-align: center;
padding: 5px;
width: 30px;
height: 30px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .quantity {
font-size: 13px;
color: rgba(255, 255, 255, 0.8);
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .quantity .amount {
font-size: 13px;
margin-top: 0;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .variation {
display: table;
font-size: 13px;
opacity: 0.5;
width: auto;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .variation dt {
display: table-cell;
clear: both;
vertical-align: middle;
color: #FFF;
font-weight: 600;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .variation dt span {
font-size: 13px;
margin-top: 0;
padding: 0;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .variation dd {
padding: 0;
margin: 0;
color: #FFF;
font-weight: 600;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .variation dd span {
font-size: 13px;
margin-top: 0;
padding: 0;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .variation dd p {
font-size: 13px;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(1) {
-webkit-transition: all 0.5s cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition: all 0.5s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(2) {
-webkit-transition: all 0.6s cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition: all 0.6s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(3) {
-webkit-transition: all 0.7s cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition: all 0.7s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(4) {
-webkit-transition: all 0.8s cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition: all 0.8s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(5) {
-webkit-transition: all 0.9s cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition: all 0.9s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(6) {
-webkit-transition: all 1s cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition: all 1s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(7) {
-webkit-transition: all 1.1s cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition: all 1.1s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(8) {
-webkit-transition: all 1.2s cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition: all 1.2s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(9) {
-webkit-transition: all 1.3s cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition: all 1.3s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(10) {
-webkit-transition: all 1.4s cubic-bezier(0.67, 0.17, 0.32, 0.95);
transition: all 1.4s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
display: block;
padding: 120px 0 90px !important;
color: #FFF;
font-size: 13px;
-webkit-transform: translateX(0);
transform: translateX(0);
text-align: center;
text-transform: uppercase;
font-weight: 600;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message:before {
content: "\e908";
display: block;
font-family: "Shopkeeper-Icon-Font" !important;
font-weight: normal;
background: none;
font-size: 100px;
line-height: 60px;
margin: 0 auto;
float: none;
text-align: center;
padding-bottom: 35px;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.total {
padding: 20px 25px 20px;
text-transform: uppercase;
color: rgb(255, 255, 255);
font-size: 14px;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.total .amount {
color: #FFF;
font-size: 24px;
font-weight: 600;
padding-right: 5px;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 20px;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.buttons .button {
margin-bottom: 0;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.buttons a.button.checkout.wc-forward {
background: #FFF !important;
color: #ff5943;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
padding: 20px !important;
}
.shopkeeper-mini-cart .minicart-message {
padding: 20px;
color: #FFF;
text-align: center;
font-weight: 600;
font-size: 13px;
position: relative;
z-index: 2;
}
.shopkeeper-mini-cart .minicart-message:after {
position: absolute;
top: 0;
left: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 0, 0, 0.2);
z-index: -1;
}
.open-mini-cart {
position: fixed;
bottom: 100px;
right: 100px;
width: 100px;
height: 100px;
text-align: center;
line-height: 100px;
background: #000;
color: #FFF;
font-weight: 600;
z-index: 99;
}
@media only screen and (max-width: 1023px) {
.shopkeeper-mini-cart {
display: none;
}
}
@media only screen and (min-height: 626px) and (max-height: 745px) {
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget:not(.empty) {
max-height: 285px;
}
}
@media only screen and (max-height: 625px) {
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget:not(.empty) {
max-height: 145px;
}
}
.woocommerce .entry-title,
.woocommerce-page .entry-title {
margin-bottom: 50px;
}
.woocommerce .page-title,
.woocommerce-page .page-title {
text-transform: none;
}
.woocommerce h2 {
font-size: 1.3125rem;
}
.woocommerce h3 {
font-size: 0.875rem;
}
.woocommerce a.remove {
font-size: 1.125rem;
display: inline-block;
text-align: right;
opacity: 1;
position: relative;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}
.woocommerce a.remove:hover {
color: inherit !important;
background: none !important;
opacity: 0.4 !important;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
padding: 5px 0;
margin: 0;
}
.woocommerce-page form .form-row.validate-required {
margin-bottom: 15px;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
width: 100%;
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.wc-stripe-checkout-button,
#site-footer .button.wc-forward {
border: none;
color: #fff;
font-size: 0.8125rem !important;
line-height: 1.4em;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
}
.tob_bar_shop .woocommerce-breadcrumb {
text-align: left;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
margin: 0;
font-size: 10px;
line-height: 24px;
padding: 8px 0;
text-align: left;
text-transform: uppercase;
}
.woocommerce .woocommerce-breadcrumb .breadcrump_sep,
.woocommerce-page .woocommerce-breadcrumb .breadcrump_sep {
padding-left: 7px;
padding-right: 7px;
}
.woocommerce .woocommerce-breadcrumb a.shop-all-products,
.woocommerce-page .woocommerce-breadcrumb a.shop-all-products {
cursor: inherit;
}
.woocommerce .woocommerce-breadcrumb a.shop-all-products:hover,
.woocommerce-page .woocommerce-breadcrumb a.shop-all-products:hover {
color: inherit;
}
.woocommerce .woocommerce-breadcrumb .delimiter,
.woocommerce-page .woocommerce-breadcrumb .delimiter {
font-size: 0;
}
.woocommerce-breadcrumb br {
display: none;
}
.shop_header {
text-align: left;
margin-bottom: 22px;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.shop_header.with_featured_img {
padding-top: 100px;
padding-bottom: 50px;
margin-top: -85px;
margin-bottom: 10px;
}
@media screen and (min-width: 48em) {
.shop_header.with_featured_img {
padding-top: 180px;
padding-bottom: 180px;
margin-top: -85px;
margin-bottom: 40px;
}
}
.shop_header_bkg {
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
}
.shop_header_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
display: none;
}
.shop_header.with_featured_img .shop_header_overlay {
display: block;
}
.woocommerce_category_header_image {
display: none;
}
.page-description {
text-align: center;
}
.term-description {
text-align: center;
margin-top: -10px;
}
.catalog-ordering:after {
content: "";
display: block;
clear: both;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
padding-top: 0px;
margin-bottom: 0;
margin-left: -4px;
float: right;
opacity: 0;
will-change: opacity;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
background-size: 24px;
background-position: center right -25px;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
float: right;
font-size: 10px;
line-height: 24px;
font-weight: 600;
margin: 2px 15px 0 0;
padding: 0;
text-transform: uppercase;
}
.woocommerce .hide-results .woocommerce-result-count,
.woocommerce-page .hide-results .woocommerce-result-count {
display: none;
}
.list_shop_categories {
margin: 0px 0 3px;
}
.shop_header.with_featured_img .page-title.on-shop,
.shop_header.with_featured_img .term-description,
.shop_header.with_featured_img .term-description a,
.shop_header.with_featured_img .list_shop_categories {
color: #fff;
position: relative;
}
.shop_header.with_featured_img .list_shop_categories .category_name {
color: #fff;
}
.shop_header.with_featured_img .list_shop_categories .category_name:hover {
opacity: 0.8;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.shop_header.with_featured_img .term-description a,
.shop_header.with_featured_img .list_shop_categories a {
color: #fff;
border-bottom: 1px solid #fff;
}
.shop_header.with_featured_img .term-description a:hover,
.shop_header.with_featured_img .list_shop_categories a:hover {
border-bottom: 1px solid transparent;
}
.catalog_top {
padding: 0px 0px 20px;
}
.woocommerce .products a {
display: block;
}
.products a.button,
.woocommerce .products .added_to_cart.wc-forward,
.woocommerce-page .products .added_to_cart.wc-forward {
cursor: pointer;
line-height: normal;
margin: 0 !important;
min-width: inherit;
position: relative;
text-decoration: none;
text-align: left;
display: inline-block;
font-size: 0.8125rem !important;
text-transform: uppercase;
font-weight: 600;
background: none !important;
border-color: none !important;
-webkit-appearance: none;
border: none;
}
.woocommerce .products .added_to_cart.wc-forward,
.woocommerce-page .products .added_to_cart.wc-forward,
.products a.button {
padding: 0 !important;
-webkit-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
}
.products a.button.added {
display: none !important;
}
.products .product_added_to_cart a.button:before {
top: 5px;
}
.products a.button:hover,
.woocommerce .products .added_to_cart.wc-forward:hover,
.woocommerce-page .products .added_to_cart.wc-forward:hover {
background: none !important;
}
.woocommerce .products ul h2,
.woocommerce ul.products h2,
.woocommerce ul.products h3,
.woocommerce ul.products li.product h2,
.woocommerce-page .products ul h2,
.woocommerce-page ul.products h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wp-block-getbowtied-carousel ul.products li.product h2 {
font-weight: normal;
line-height: 1.4;
padding: 17px 0 0 0;
margin: 0;
display: inline-block;
text-transform: none;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
text-align: left;
}
@media screen and (max-width: 75em) {
.woocommerce .products ul h2,
.woocommerce ul.products h2,
.woocommerce ul.products h3,
.woocommerce ul.products li.product h2,
.woocommerce-page .products ul h2,
.woocommerce-page ul.products h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wp-block-getbowtied-carousel ul.products li.product h2 {
padding: 17px 35px 0 0;
}
}
@media screen and (max-width: 75em) {
.rtl.woocommerce .products ul h2,
.rtl.woocommerce ul.products h2,
.rtl.woocommerce ul.products h3,
.rtl.woocommerce ul.products li.product h2,
.rtl.woocommerce-page .products ul h2,
.rtl.woocommerce-page ul.products h2,
.rtl.woocommerce ul.products li.product .woocommerce-loop-product__title {
padding: 17px 0 0 35px;
}
}
.woocommerce ul.products li.product a img,
.wp-block-getbowtied-carousel ul.products li.product a img {
margin: 0;
}
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page #content input.button:active {
top: 0;
}
.woocommerce .products a.button.loading {
opacity: 1;
}
.woocommerce ul.products li.product .star-rating,
.wp-block-getbowtied-carousel ul.products li.product .star-rating {
font-size: 10px;
}
.product-link {
display: block;
position: relative;
}
.woocommerce ul.products li.product .onsale,
.woocommerce .products span.onsale,
.woocommerce-page .products span.onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.wp-block-getbowtied-carousel ul.products li.product .onsale,
.elementor-products-grid ul.products li.product .onsale {
min-height: 0;
min-width: 0;
padding: 2px 8px 2px 8px !important;
font-size: 10px;
font-weight: 600;
text-align: center;
line-height: 1.5em;
left: auto;
margin: 0;
border-radius: 3px;
position: absolute;
top: 15px;
left: 15px;
right: auto !important;
text-shadow: none;
color: #ffffff;
-webkit-box-shadow: none;
box-shadow: none;
text-transform: uppercase;
max-width: calc(100% - 30px);
width: auto;
z-index: 8;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
animation-duration: 1s;
display: inline-block;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
.custom-layout span.onsale,
.default-layout span.onsale {
max-width: 100%;
}
.woocommerce .products span.onsale,
.woocommerce-page .products span.onsale,
.wp-block-getbowtied-carousel ul.products li.product .onsale {
-webkit-animation-fill-mode: none;
animation-fill-mode: none;
font-size: 10px;
}
.products .out_of_stock_badge_loop {
display: inline-block;
padding: 2px 7px 0;
font-size: 10px;
line-height: 1.5em;
color: #fff;
background: #808080;
text-transform: uppercase;
margin-right: 0;
max-width: calc(100% - 30px);
width: auto;
position: absolute;
top: 15px;
left: 15px;
z-index: 99;
font-weight: 600;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-name: flipInY;
animation-name: flipInY;
-webkit-font-smoothing: antialiased;
}
.products .outofstock .onsale {
top: 40px !important;
}
.woocommerce-pagination {
margin: 0px 0 47px;
}
.woocommerce #content nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
text-align: left;
}
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
border: none;
}
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
border: none;
background: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
font-weight: 600;
background: none;
font-size: 1rem;
text-align: center;
margin: 0;
padding: 0.2em 1.1em;
line-height: 2em;
min-width: 0;
}
.page-numbers li:first-child span,
.page-numbers li:first-child a {
padding-left: 0 !important;
}
.page-numbers a:hover {
opacity: 1;
}
.woocommerce-pagination .fa {
font-size: 0.444em;
display: block;
margin-top: 15px;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
background: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
border-radius: 0 !important;
}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
height: 6px;
border-radius: 6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #ddd;
position: relative;
margin-right: 15px;
margin-bottom: 11px;
box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
border-radius: 0 !important;
border-top-left-radius: 6px !important;
border-bottom-left-radius: 6px !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:after,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content:after {
display: block;
content: "";
position: absolute;
top: 0;
right: -15px;
width: 15px;
height: 6px;
background: #ddd;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content,
.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content,
.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content:after,
.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content:after {
background: #ddd;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
background: #fff;
border-width: 3px;
border-style: solid;
width: 15px;
height: 15px;
top: -5px;
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
float: right;
min-width: 0;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
text-align: left;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label,
.woocommerce-page .widget_price_filter .price_slider_amount .price_label {
padding-top: 4px;
}
.woocommerce .widget_price_filter .price_slider_amount #min_price,
.woocommerce-page .widget_price_filter .price_slider_amount #min_price,
.woocommerce .widget_price_filter .price_slider_amount #max_price,
.woocommerce-page .widget_price_filter .price_slider_amount #max_price {
display: none;
}
.widget.widget_price_filter .price_slider_amount .button {
padding: 0 !important;
margin: 0 !important;
line-height: inherit !important;
height: auto !important;
background: none !important;
text-align: right;
width: 100px;
-webkit-box-shadow: none;
box-shadow: none;
transition: color 0.3s;
-webkit-transition: color 0.3s;
}
.widget.widget_price_filter .price_slider_amount .button:hover {
background: none !important;
color: #000 !important;
}
ul.cart_list li:last-child,
.woocommerce-page ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child,
.woocommerce-page ul.product_list_widget li:last-child {
padding-bottom: 0;
}
ul.cart_list li.empty,
.woocommerce-page ul.cart_list li.empty,
.woocommerce ul.product_list_widget li.empty,
.woocommerce-page ul.product_list_widget li.empty {
padding: 0 0 25px 0;
}
ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
float: left;
margin: 0;
width: 70px;
height: auto;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
margin-left: 0;
margin-right: 18px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
display: block;
font-weight: 600;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.wp-block-getbowtied-carousel ul.products li.product .star-rating {
margin: 5px 10px 5px 5px;
width: 55px;
font-size: 10px;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.wp-block-getbowtied-carousel ul.products li.product .star-rating:before {
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before,
.wp-block-getbowtied-carousel ul.products li.product .star-rating:before {
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #a1a1a1;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
padding: 10px 0;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
font-weight: normal;
text-transform: uppercase;
clear: left;
font-size: 13px;
}
.woocommerce ul.cart_list li dd,
.woocommerce-page ul.cart_list li dd,
.woocommerce ul.product_list_widget li dd,
.woocommerce-page ul.product_list_widget li dd {
margin-bottom: 0 !important;
}
.woocommerce ul.cart_list li dd p,
.woocommerce-page ul.cart_list li dd p,
.woocommerce ul.product_list_widget li dd p,
.woocommerce-page ul.product_list_widget li dd p {
font-size: 13px;
}
.woocommerce ul.cart_list li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.product_list_widget li dl {
margin: 10px 0;
padding: 0;
border: none;
position: relative;
width: calc(100% - 90px);
display: inline-block;
color: #a1a1a1;
margin-bottom: 0;
font-size: 13px;
}
.widget_recent_comments li {
font-size: 0.875rem;
}
.widget_recent_comments li a {
font-weight: 600;
font-size: 0.8125rem;
}
.notice-border-container {
height: 3px;
width: 100px;
background: #333;
margin: 2px auto -1px;
}
.notice-border-container {
overflow: hidden;
display: none;
}
.notice-border-container img {
max-width: none;
}
.woocommerce-tabs [class*=column] + [class*=column]:last-child {
margin-right: -1px;
}
@-webkit-keyframes beat {
0%, 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@keyframes beat {
0%, 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
background: none;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
display: block;
}
.woocommerce div.product form.cart .variations {
margin-bottom: 0;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
display: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
width: 100%;
float: none;
}
.select2-container .select2-choice .select2-arrow b {
display: none;
}
.woocommerce-store-notice, p.demo_store,
.admin-bar p.demo_store {
position: fixed;
bottom: 0;
top: auto;
}
.wpb_wrapper:after {
content: "";
display: block;
clear: both;
}
.woocommerce.columns-1,
.woocommerce.columns-2,
.woocommerce.columns-3,
.woocommerce.columns-4,
.woocommerce.columns-5,
.woocommerce.columns-6 {
float: inherit !important;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
outline: 0;
cursor: pointer;
}
.woocommerce table.shop_table {
background-color: transparent !important;
border-collapse: collapse;
border: none;
margin: 12px 0 0;
border-radius: 0;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
background-color: transparent !important;
}
.woocommerce table.shop_table th {
line-height: 1.8em;
padding: 17px 0;
font-size: 13px;
}
@media screen and (max-width: 55em) {
.woocommerce table.shop_table td.product-name {
font-size: 0.85rem;
}
}
.woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
font-weight: 600;
font-size: 13px;
}
.woocommerce table.shop_table tbody td, .woocommerce table.shop_table tbody th,
.woocommerce table.shop_table thead td,
.woocommerce table.shop_table thead th {
padding: 15px;
}
.woocommerce table.shop_table tbody td:first-child, .woocommerce table.shop_table tbody th:first-child,
.woocommerce table.shop_table thead td:first-child,
.woocommerce table.shop_table thead th:first-child {
padding: 15px 15px 15px 0;
}
.woocommerce table.shop_table tbody td:last-child, .woocommerce table.shop_table tbody th:last-child,
.woocommerce table.shop_table thead td:last-child,
.woocommerce table.shop_table thead th:last-child {
padding: 15px 0 15px 15px;
}
.woocommerce table.shop_table tbody td {
vertical-align: middle;
}
.woocommerce table.shop_table tbody td a {
font-weight: 600;
}
.woocommerce table.shop_table tbody td:before {
font-size: 13px;
line-height: 2;
text-transform: uppercase;
}
.woocommerce table.shop_table tbody td .wc-item-meta {
margin-left: 0;
}
.woocommerce table.shop_table tbody td .wc-item-meta strong, .woocommerce table.shop_table tbody td .wc-item-meta p {
font-weight: normal;
font-size: 13px;
line-height: 1;
}
.woocommerce table.shop_table tbody td .wc-item-meta .wc-item-meta-label {
text-transform: uppercase;
}
.woocommerce table.shop_table tfoot tr:first-child td, .woocommerce table.shop_table tfoot tr:first-child th {
padding-top: 30px;
border-top: 3px solid;
}
.woocommerce table.shop_table tfoot tr:last-child td strong .woocommerce-Price-amount.amount {
font-size: 1.875rem;
}
.woocommerce table.shop_table tfoot tr th, .woocommerce table.shop_table tfoot tr td {
border: 0;
font-size: 13px;
line-height: 1.5;
}
.woocommerce table.shop_table tfoot tr th {
padding: 10px 15px 10px 0;
text-transform: uppercase;
}
.woocommerce table.shop_table tfoot tr td {
padding: 10px 0 10px 15px;
}
.woocommerce table.shop_table .woocommerce-remove-coupon {
font-size: 0;
width: auto;
height: auto;
display: inline-block;
vertical-align: middle;
margin-left: 10px;
}
.woocommerce table.shop_table .woocommerce-remove-coupon:after {
content: "\e918";
font-family: "Shopkeeper-Icon-Font";
font-size: 16px;
font-weight: normal;
display: inline-block;
vertical-align: middle;
}
.woocommerce-terms-and-conditions {
margin: 25px 0 15px;
}
.woocommerce-terms-and-conditions h1, .woocommerce-terms-and-conditions h2, .woocommerce-terms-and-conditions h3, .woocommerce-terms-and-conditions h4, .woocommerce-terms-and-conditions h5, .woocommerce-terms-and-conditions h6,
.woocommerce-terms-and-conditions span, .woocommerce-terms-and-conditions p,
.woocommerce-terms-and-conditions a,
.woocommerce-terms-and-conditions li,
.woocommerce-terms-and-conditions address,
.woocommerce-terms-and-conditions tr, .woocommerce-terms-and-conditions td, .woocommerce-terms-and-conditions th,
.woocommerce-terms-and-conditions dt, .woocommerce-terms-and-conditions dd, .woocommerce-terms-and-conditions dl,
.woocommerce-terms-and-conditions code,
.woocommerce-terms-and-conditions pre,
.woocommerce-terms-and-conditions img,
.woocommerce-terms-and-conditions blockquote,
.woocommerce-terms-and-conditions div {
font-size: 13px !important;
}
.woocommerce-privacy-policy-text p,
.woocommerce-terms-and-conditions-checkbox-text {
font-size: 12px;
line-height: 1.4285em;
margin: -2px 0 13px;
font-weight: normal;
}
.validate-required .input-checkbox {
display: inline-block !important;
}
.woocommerce div.product form.cart div.quantity:not(.hidden),
.quantity:not(.hidden) {
height: 50px;
}
.woocommerce div.product form.cart div.quantity:not(.hidden) .screen-reader-text,
.quantity:not(.hidden) .screen-reader-text {
display: none;
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom,
.quantity:not(.hidden).custom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
margin: 0 23px 0 0;
}
@media screen and (max-width: 55em) {
.woocommerce div.product form.cart div.quantity:not(.hidden).custom,
.quantity:not(.hidden).custom {
margin-right: 15px;
}
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom input[type=number],
.quantity:not(.hidden).custom input[type=number] {
-moz-appearance: textfield;
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom .plus-btn,
.woocommerce div.product form.cart div.quantity:not(.hidden).custom .minus-btn,
.quantity:not(.hidden).custom .plus-btn,
.quantity:not(.hidden).custom .minus-btn {
width: 16px;
height: 16px;
font-size: 16px;
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom .plus-btn i,
.woocommerce div.product form.cart div.quantity:not(.hidden).custom .minus-btn i,
.quantity:not(.hidden).custom .plus-btn i,
.quantity:not(.hidden).custom .minus-btn i {
vertical-align: top;
position: relative;
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom .plus-btn i:before,
.woocommerce div.product form.cart div.quantity:not(.hidden).custom .minus-btn i:before,
.quantity:not(.hidden).custom .plus-btn i:before,
.quantity:not(.hidden).custom .minus-btn i:before {
top: -1px;
position: relative;
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom .plus-btn:hover,
.woocommerce div.product form.cart div.quantity:not(.hidden).custom .minus-btn:hover,
.quantity:not(.hidden).custom .plus-btn:hover,
.quantity:not(.hidden).custom .minus-btn:hover {
opacity: 0.4;
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom .plus-btn .spk-icon-plus:before,
.quantity:not(.hidden).custom .plus-btn .spk-icon-plus:before {
content: "\e912";
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom .minus-btn .spk-icon-minus:before,
.quantity:not(.hidden).custom .minus-btn .spk-icon-minus:before {
content: "\e913";
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom input.custom-qty,
.quantity:not(.hidden).custom input.custom-qty {
width: 45px;
height: 50px;
border: none;
display: inline-block;
text-align: center;
font-weight: 600;
outline: none;
margin-bottom: 0;
font-size: 16px;
background: transparent;
padding: 7px 8px;
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom input.custom-qty::-webkit-inner-spin-button, .woocommerce div.product form.cart div.quantity:not(.hidden).custom input.custom-qty::-webkit-outer-spin-button,
.quantity:not(.hidden).custom input.custom-qty::-webkit-inner-spin-button,
.quantity:not(.hidden).custom input.custom-qty::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom input.custom-qty:focus,
.quantity:not(.hidden).custom input.custom-qty:focus {
background: transparent;
}
.woocommerce div.product form.cart div.quantity:not(.hidden).default,
.quantity:not(.hidden).default {
margin: 0 23px 0 0;
}
@media screen and (max-width: 55em) {
.woocommerce div.product form.cart div.quantity:not(.hidden).default,
.quantity:not(.hidden).default {
margin-right: 15px;
}
}
.woocommerce div.product form.cart div.quantity:not(.hidden).default .default-qty,
.quantity:not(.hidden).default .default-qty {
background: none;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 2px solid;
display: block;
font-size: 16px;
font-weight: 600;
float: left;
height: 50px;
margin-bottom: 0;
width: 60px;
text-align: center;
padding-right: 0;
}
@media screen and (max-width: 47.9375em) {
.woocommerce .mobile-columns-1 ul.products li.product,
.woocommerce-page .mobile-columns-1 ul.products li.product {
width: 100%;
}
}
.woocommerce ul.product-categories,
.woocommerce-page ul.product-categories {
margin-bottom: 0;
}
.woocommerce ul.product-categories + ul.products,
.woocommerce-page ul.product-categories + ul.products {
margin-top: calc(35px - 1.3%);
}
.woocommerce ul.products .woocommerce-loop-product__link:hover,
.woocommerce-page ul.products .woocommerce-loop-product__link:hover {
opacity: 1;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
margin: 0 25px 25px 0;
}
.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
margin-right: 0;
}
.woocommerce ul.products li.product .shopkeeper_new_product,
.woocommerce-page ul.products li.product .shopkeeper_new_product {
min-height: 0;
min-width: 0;
padding: 2px 8px 2px 8px;
font-size: 10px;
font-weight: 600;
text-align: center;
line-height: 1.5em;
left: auto;
margin: 0;
border-radius: 3px;
position: absolute;
top: 15px;
left: 15px;
right: auto !important;
text-shadow: none;
color: #ffffff;
-webkit-box-shadow: none;
box-shadow: none;
text-transform: uppercase;
max-width: calc(100% - 30px);
width: auto;
z-index: 8;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
animation-duration: 1s;
display: inline-block;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
.woocommerce ul.products li.product .onsale + .shopkeeper_new_product,
.woocommerce ul.products li.product .out_of_stock_badge_loop + .shopkeeper_new_product,
.woocommerce-page ul.products li.product .onsale + .shopkeeper_new_product,
.woocommerce-page ul.products li.product .out_of_stock_badge_loop + .shopkeeper_new_product {
top: 40px;
}
.woocommerce ul.products li.product .out_of_stock_badge_loop + .onsale + .shopkeeper_new_product,
.woocommerce-page ul.products li.product .out_of_stock_badge_loop + .onsale + .shopkeeper_new_product {
top: 65px;
}
@media screen and (min-width: 48em) {
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
width: 100%;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
width: calc((100% - 25px) / 2);
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
width: calc((100% - 50px) / 3);
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
width: calc((100% - 75px) / 4);
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
width: calc((100% - 100px) / 5);
}
}
@media screen and (min-width: 48em) and (max-width: 64em) {
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
width: calc((100% - 75px) / 4);
}
.woocommerce ul.products.columns-5 li.product.last,
.woocommerce-page ul.products.columns-5 li.product.last {
clear: none;
margin-right: 25px;
}
.woocommerce ul.products.columns-5 li.product:nth-child(4n+4),
.woocommerce-page ul.products.columns-5 li.product:nth-child(4n+4) {
margin-right: 0;
}
.woocommerce ul.products.columns-5 li.product:nth-child(4n+5),
.woocommerce-page ul.products.columns-5 li.product:nth-child(4n+5) {
clear: both !important;
}
.woocommerce ul.products.columns-5 li.product.first,
.woocommerce-page ul.products.columns-5 li.product.first {
clear: none;
}
}
@media screen and (min-width: 48em) {
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
width: calc((100% - 125px) / 6);
}
}
@media screen and (min-width: 48em) and (max-width: 64em) {
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
width: calc((100% - 75px) / 4);
}
.woocommerce ul.products.columns-6 li.product.last,
.woocommerce-page ul.products.columns-6 li.product.last {
clear: none;
margin-right: 25px;
}
.woocommerce ul.products.columns-6 li.product:nth-child(4n+4),
.woocommerce-page ul.products.columns-6 li.product:nth-child(4n+4) {
margin-right: 0;
}
.woocommerce ul.products.columns-6 li.product:nth-child(4n+5),
.woocommerce-page ul.products.columns-6 li.product:nth-child(4n+5) {
clear: both !important;
}
.woocommerce ul.products.columns-6 li.product.first,
.woocommerce-page ul.products.columns-6 li.product.first {
clear: none;
}
}
.woocommerce ul.products.elementor-grid li.product,
.woocommerce-page ul.products.elementor-grid li.product {
width: auto;
}
@media screen and (min-width: 48em) {
.rtl.woocommerce ul.products li.product,
.rtl.woocommerce-page ul.products li.product,
.rtl .woocommerce ul.products li.product {
margin: 0 0 25px 25px;
}
.rtl.woocommerce ul.products li.product.last,
.rtl.woocommerce-page ul.products li.product.last,
.rtl .woocommerce ul.products li.product.last {
margin-left: 0;
}
}
@media screen and (min-width: 48em) and (max-width: 64em) {
.rtl.woocommerce ul.products.columns-5 li.product.last,
.rtl.woocommerce-page ul.products.columns-5 li.product.last,
.rtl .woocommerce ul.products.columns-5 li.product.last {
margin-right: 0;
margin-left: 25px;
}
.rtl.woocommerce ul.products.columns-5 li.product:nth-child(4n+4),
.rtl.woocommerce-page ul.products.columns-5 li.product:nth-child(4n+4),
.rtl .woocommerce ul.products.columns-5 li.product:nth-child(4n+4) {
margin-right: 0;
margin-left: 0;
}
}
@media screen and (min-width: 48em) and (max-width: 64em) {
.rtl.woocommerce ul.products.columns-6 li.product.last,
.rtl.woocommerce-page ul.products.columns-6 li.product.last,
.rtl .woocommerce ul.products.columns-6 li.product.last {
margin-right: 0;
margin-left: 25px;
}
.rtl.woocommerce ul.products.columns-6 li.product:nth-child(4n+4),
.rtl.woocommerce-page ul.products.columns-6 li.product:nth-child(4n+4),
.rtl .woocommerce ul.products.columns-6 li.product:nth-child(4n+4) {
margin-right: 0;
margin-left: 0;
}
}
@media screen and (min-width: 768px) {
.wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 33.33%;
flex: 1 0 33.33%;
max-width: 33.33%;
}
.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 33.33%;
flex: 1 0 33.33%;
max-width: 33.33%;
}
.wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 33.33%;
flex: 1 0 33.33%;
max-width: 33.33%;
}
.wc-block-grid.has-6-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 33.33%;
flex: 1 0 33.33%;
max-width: 33.33%;
}
.wc-block-grid.has-7-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 33.33%;
flex: 1 0 33.33%;
max-width: 33.33%;
}
.wc-block-grid.has-8-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 33.33%;
flex: 1 0 33.33%;
max-width: 33.33%;
}
}
@media screen and (min-width: 992px) {
.wc-block-grid.has-2-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 calc(50%);
flex: 1 0 calc(50%);
max-width: 50%;
}
.wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 calc(33.3333333333%);
flex: 1 0 calc(33.3333333333%);
max-width: 33.3333333333%;
}
.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 calc(25%);
flex: 1 0 calc(25%);
max-width: 25%;
}
.wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 calc(20%);
flex: 1 0 calc(20%);
max-width: 20%;
}
.wc-block-grid.has-6-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 calc(16.6666666667%);
flex: 1 0 calc(16.6666666667%);
max-width: 16.6666666667%;
}
.wc-block-grid.has-7-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 calc(14.2857142857%);
flex: 1 0 calc(14.2857142857%);
max-width: 14.2857142857%;
}
.wc-block-grid.has-8-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 calc(12.5%);
flex: 1 0 calc(12.5%);
max-width: 12.5%;
}
}
.wc-block-grid.has-1-columns .wc-block-grid__products .wc-block-grid__product {
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
max-width: 100%;
width: 100%;
}
.wc-block-grid.alignfull .wc-block-grid__products {
margin: 0 15px;
}
.wc-block-grid .wc-block-grid__products {
margin: 0 -10px;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
text-align: left;
padding: 0 10px 26px;
margin-bottom: 0;
-webkit-box-flex: 1;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
max-width: 50%;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
margin-bottom: 17px;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image a:hover {
opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img {
width: 100%;
height: auto;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
font-weight: 400;
font-size: 13px;
line-height: 1.5;
margin-bottom: 4px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover {
opacity: 1;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title:hover {
opacity: 0.8;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value {
font-size: 13px;
font-weight: 600;
line-height: 1.5;
margin-bottom: 4px;
letter-spacing: 0;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value del {
opacity: 0.5;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value ins {
background: none;
font-weight: 600;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
font-size: 10px;
margin-bottom: 4px;
line-height: 10px;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
margin: 0;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating {
overflow: hidden;
position: relative;
width: 5.3em;
height: 1.618em;
line-height: 1.618;
font-size: 1em;
font-family: star;
font-weight: 400;
display: -block;
margin: 0;
text-align: left;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before {
content: "SSSSS";
top: 0;
left: 0;
right: 0;
position: absolute;
opacity: 0.5;
color: #aaa;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating span {
overflow: hidden;
top: 0;
left: 0;
right: 0;
position: absolute;
padding-top: 1.5em;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating span:before {
content: "SSSSS";
top: 0;
left: 0;
right: 0;
position: absolute;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
min-height: 0;
min-width: 0;
padding: 2px 8px 0;
font-size: 10px;
font-weight: 600;
text-align: center;
line-height: 1.5em;
left: auto;
margin: 0;
border-radius: 0;
position: absolute;
top: 15px;
left: 25px;
right: auto;
text-shadow: none;
color: #ffffff;
-webkit-box-shadow: none;
box-shadow: none;
text-transform: uppercase;
border: 0;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart {
font-size: 0.8125rem;
font-weight: 600;
background: none;
padding: 0;
position: relative;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
vertical-align: text-top;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart:hover {
opacity: 0.7;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading:after,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart.loading:after {
background: none !important;
content: "";
width: 18px !important;
height: 18px !important;
border-radius: 50% !important;
background-color: transparent !important;
border: 3px solid !important;
-webkit-animation: loader-spin 0.8s infinite both !important;
animation: loader-spin 0.8s infinite both !important;
z-index: 99;
opacity: 1;
position: absolute;
top: -1px;
right: -25px;
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added:after,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart.added:after {
content: "";
}
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart {
font-weight: 600;
text-transform: uppercase;
}
.wc-block-grid .wc-block-sort-select__select {
background-position: right -1.5rem center;
background-color: transparent;
border: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
text-transform: uppercase;
}
.wc-block-grid .wc-block-pagination button {
cursor: pointer;
font-weight: 600;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-active-filters h3,
.wp-block-woocommerce-price-filter h3 {
font-size: 13px;
text-transform: uppercase;
}
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li label {
font-weight: normal;
text-transform: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li input[type=checkbox] {
width: 15px;
}
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li input[type=checkbox]:before {
top: 1px;
left: 5px;
}
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li input[type=checkbox]:after {
border-width: 1px;
width: 15px;
height: 15px;
}
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li input:checked + label {
font-weight: 600;
}
.wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li.show-more button, .wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li.show-less button {
font-weight: 600;
margin-top: 15px;
text-decoration: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li {
padding: 0 0 0 25px;
}
.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li .wc-block-active-filters-list-item__type {
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
}
.wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li .wc-block-active-filters-list-item__name {
font-size: 13px;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters-list button {
left: 0;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters-list button:before {
background: none;
font-family: "Shopkeeper-Icon-Font";
content: "\e918";
cursor: pointer;
border: 0;
display: inline-block;
font-weight: normal;
color: #fff;
margin-right: 10px;
font-size: 13px;
line-height: 1;
width: 15px;
height: 15px;
padding: 1px 2px 1px 2.5px;
border-radius: 3px;
}
.wp-block-woocommerce-active-filters .wc-block-active-filters__clear-all {
font-size: 13px;
font-weight: 600;
float: none;
text-decoration: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wc-block-product-categories.is-list ul {
list-style: none;
margin-left: 0;
}
.wc-block-product-categories.is-list ul ul {
margin-left: 20px;
}
.wc-block-featured-category .wc-block-featured-category__description {
max-width: 75%;
}
.wc-block-featured-product .wc-block-featured-product__description {
max-width: 75%;
}
.wc-block-featured-product .wc-block-featured-product__price .woocommerce-Price-amount {
font-weight: 600;
}
.wc-block-featured-product * {
color: #fff;
}
.wc-block-featured-product * ins {
background: none;
}
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__image img,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__image img,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__image img {
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;
}
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__author,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__published-date,
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__product,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__author,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__published-date,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__product,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__author,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__published-date,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__product {
font-size: 0.83em;
color: #767676;
}
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__text__read_more,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__text__read_more,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__text__read_more {
font-size: 10px;
font-weight: 600;
line-height: 1.4;
text-transform: uppercase;
}
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__text__read_more:hover,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__text__read_more:hover,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__text__read_more:hover {
opacity: 1;
}
.wp-block-woocommerce-reviews-by-product .wc-block-load-more span,
.wp-block-woocommerce-all-reviews .wc-block-load-more span,
.wp-block-woocommerce-reviews-by-category .wc-block-load-more span {
font-weight: 600;
}
.wp-block-woocommerce-reviews-by-product .wc-block-load-more button,
.wp-block-woocommerce-all-reviews .wc-block-load-more button,
.wp-block-woocommerce-reviews-by-category .wc-block-load-more button {
outline: 0;
padding: 14px 24px 11px;
}
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__product a:hover,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__product a:hover,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__product a:hover {
opacity: 1;
}
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__author,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__author,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__author {
font-weight: 600;
}
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__info,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__info,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__info {
margin-bottom: 10px;
}
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__text,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__text,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__text {
margin: 0 0 0 65px;
border: 0;
border-radius: 0;
padding: 0;
}
.wp-block-woocommerce-reviews-by-product .wc-block-review-list-item__rating__stars,
.wp-block-woocommerce-all-reviews .wc-block-review-list-item__rating__stars,
.wp-block-woocommerce-reviews-by-category .wc-block-review-list-item__rating__stars {
font-size: 10px;
top: 3px;
}
.wp-block-woocommerce-reviews-by-product .wc-block-order-select,
.wp-block-woocommerce-all-reviews .wc-block-order-select,
.wp-block-woocommerce-reviews-by-category .wc-block-order-select {
text-align: left;
}
.wp-block-woocommerce-reviews-by-product .wc-block-order-select .wc-block-order-select__label,
.wp-block-woocommerce-all-reviews .wc-block-order-select .wc-block-order-select__label,
.wp-block-woocommerce-reviews-by-category .wc-block-order-select .wc-block-order-select__label {
display: none;
}
.wp-block-woocommerce-reviews-by-product .wc-block-order-select .wc-block-order-select__select,
.wp-block-woocommerce-all-reviews .wc-block-order-select .wc-block-order-select__select,
.wp-block-woocommerce-reviews-by-category .wc-block-order-select .wc-block-order-select__select {
border: 0;
background-color: transparent;
background-position: top -3px right -20px;
text-transform: uppercase;
text-shadow: none;
width: auto;
}
.wp-block-woocommerce-product-search .wc-block-product-search__fields {
position: relative;
}
.wp-block-woocommerce-product-search .wc-block-product-search__button {
border: 0;
position: absolute;
right: 2px;
top: 2px;
}
.wp-block-woocommerce-product-search .wc-block-product-search__button:hover {
border: 0;
background: transparent;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}