@charset "UTF-8";

    .ewd-ulb-hidden {
display: none;
}
.ewd-ulb-lightbox {
cursor: pointer;
} .ewd-ulb-background {
z-index: 9000;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100% !important;
background: #222;
background: rgba(0,0,0,.83);
} .ewd-ulb-lightbox-container {
z-index: 9001;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
height: 100vh;
}
.ewd-ulb-slide-container {
position: relative;
float: left;
width: calc(100% - 160px);
padding: 0 10px;
height: calc(100% - 116px);
height: calc(100vh - 116px);
margin: 58px 80px 0;
}
.ewd-ulb-thumbnails-top .ewd-ulb-slide-container, .ewd-ulb-thumbnails-bottom .ewd-ulb-slide-container {
height: calc(100% - 222px);
height: calc(100vh - 222px);
}
@media screen and (max-width: 640px) {
.ewd-ulb-slide-container {
width: 96%;
margin: 58px 2% 0;
}
}
.ewd-ulb-thumbnails-top .ewd-ulb-slide-container {
margin-top: 164px;
}
.ewd-ulb-slide {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; visibility: hidden;
}
.ewd-ulb-active-slide { visibility: visible;
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-no-transition,
.ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-no-transition { visibility: hidden;
}
.ewd-ulb-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
left: 100%;
-webkit-animation: 0.5s linear 0s slidein forwards;
-moz-animation: 0.5s linear 0s slidein forwards;
-o-animation: 0.5s linear 0s slidein forwards;
animation: 0.5s linear 0s slidein forwards;
}
@-webkit-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@-moz-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@-o-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
left: 0px;
-webkit-animation: 0.5s linear 0s slideout forwards;
-moz-animation: 0.5s linear 0s slideout forwards;
-o-animation: 0.5s linear 0s slideout forwards;
animation: 0.5s linear 0s slideout forwards;
}
@-webkit-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@-moz-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@-o-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
.ewd-ulb-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {
left: -100%;
-webkit-animation: 0.5s linear 0s prevSlidein forwards;
-moz-animation: 0.5s linear 0s prevSlidein forwards;
-o-animation: 0.5s linear 0s prevSlidein forwards;
animation: 0.5s linear 0s prevSlidein forwards;
}
@-webkit-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@-moz-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@-o-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {
left: 0px;
-webkit-animation: 0.5s linear 0s prevSlideout forwards;
-moz-animation: 0.5s linear 0s prevSlideout forwards;
-o-animation: 0.5s linear 0s prevSlideout forwards;
animation: 0.5s linear 0s prevSlideout forwards;
}
@-webkit-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@-moz-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@-o-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
.ewd-ulb-active-slide.ewd-ulb-zoom-one .ewd-ulb-slide-img img {
-moz-transform: scale(1.4);
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
.ewd-ulb-active-slide.ewd-ulb-zoom-two .ewd-ulb-slide-img img {
-moz-transform: scale(1.8);
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
.ewd-ulb-slide-img {
position: relative;
float: left;
width: 100%;
height: 100%;
display: inline-block;
text-align: center;
}
.ewd-ulb-slide-img img {
display: inline-block;
position: relative;
float: none;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.ewd-ulb-slide-img:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
} .ewd-ulb-slide .ewd-ulb-slide-overlay {
display: block;
position: absolute;
bottom: 0;
min-height: 48px;
width: 100%;
padding: 14px 16px;
background: #111;
background: rgba(0,0,0,.6);
color: #fff;
margin: 0 auto;
box-sizing: border-box;
}
.ewd-ulb-slide-title {
clear: both;
position: relative;
float: left;
width: 100%;
margin-bottom: 8px;
font-size: 1.5em;
text-align: center;
}
.ewd-ulb-slide-description {
clear: both;
position: relative;
float: left;
width: 100%;
font-size: .9em;
text-align: center;
} .ewd-ulb-top-toolbar, .ewd-ulb-bottom-toolbar {
position: absolute;
left: 0;
width: 100%;
height: 48px;
z-index: 2;
background: #111;
background: rgba(0,0,0,.5);
color: #fff;
}
.ewd-ulb-top-toolbar {
top: 0;
}
.ewd-ulb-bottom-toolbar {
bottom: 0;
background: #111;
background: rgba(0,0,0,.625);
}
.ewd-ulb-left-top-toolbar, .ewd-ulb-right-top-toolbar, .ewd-ulb-left-bottom-toolbar, .ewd-ulb-right-bottom-toolbar {
position: relative;
width: auto;
height: 100%;
padding: 8px 16px;
}
.ewd-ulb-left-top-toolbar, .ewd-ulb-left-bottom-toolbar {
float: left;
}
.ewd-ulb-right-top-toolbar, .ewd-ulb-right-bottom-toolbar {
float: right;
}
.ewd-ulb-control {
position: relative;
float: left;
margin: 0 4px;
cursor: pointer;
font-size: 2em; //PChanges
}
.ewd-ulb-slide-counter {
font-size: 1em;
} .ewd-ulb-slide-control {
position: absolute;
width: 80px;
height: 80px;
top: calc(50% - 40px);
top: calc(50vh - 40px);
font-size: 1.4em;
background: #111;
background: rgba(0,0,0,.4);
text-align: center;
padding-top: 20px;
color: #fff;
z-index: 3;
cursor: pointer;
}
.ewd-ulb-slide-control:hover {
background: #111;
background: rgba(0,0,0,.7);
}
.ewd-ulb-slide-control-previous {
left: 0;
}
.ewd-ulb-slide-control-next {
right: 0;
} .ewd-ulb-thumbnail-hidden {
display: none;
}
.ewd-ulb-bottom-thumbnail-bar, .ewd-ulb-top-thumbnail-bar {
position: absolute;
left: 0;
width: 100%;
height: 106px;
background: #111;
background: rgba(0,0,0,.25);
display: none;
}
.ewd-ulb-bottom-thumbnail-bar {
bottom: 48px;
}
.ewd-ulb-top-thumbnail-bar {
top: 48px;
}
.ewd-ulb-thumbnails-bottom .ewd-ulb-bottom-thumbnail-bar {
display: block;
}
.ewd-ulb-thumbnails-bottom .ewd-ulb-top-thumbnail-bar {
display: none;
}
.ewd-ulb-thumbnails-top .ewd-ulb-top-thumbnail-bar {
display: block;
}
.ewd-ulb-thumbnails-top .ewd-ulb-bottom-thumbnail-bar {
display: none;
}
.ewd-ulb-bottom-thumbnail-bar.ewd-ulb-thumbnail-bar-hidden, 
.ewd-ulb-top-thumbnail-bar.ewd-ulb-thumbnail-bar-hidden {
display: none;
}
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
position: relative;
float: left;
width: 864px;
height: 100%;
margin-left: 50%;
right: 432px;
overflow: hidden;
}
@media screen and (max-width: 960px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 720px;
right: 360px;
}
}
@media screen and (max-width: 800px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 576px;
right: 288px;
}
}
@media screen and (max-width: 640px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 432px;
right: 216px;
}
}
@media screen and (max-width: 480px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 288px;
right: 144px;
}
}
.ewd-ulb-thumbnails-inside {
position: relative;
float: left;
width: 300000000000%;
}
.ewd-ulb-slide-thumbnail {
position: relative;
float: left;
width: 128px;
height: 106px;
margin: 0 8px;
cursor: pointer;
text-align: center;
}
.ewd-ulb-slide-thumbnail img {
position: relative;
margin-top: 10px;
width: auto;
height: auto;
max-width: 128px;
max-height: 86px;
}
.ewd-ulb-active-thumbnail img {
border: 3px solid #fff;
}
.ewd-thumbnail-toggle {
position: relative;
float: left;
top: 10px;
left: 10px;
cursor: pointer;
color: #fff;
z-index: 5;
}
.ewd-thumbnail-toggle-up {
top: 84px;
}
.ewd-thumbnail-toggle-top.ewd-thumbnail-toggle-up {
top: 120px;
}
.ewd-thumbnail-toggle-top.ewd-thumbnail-toggle-down {
top: 48px;
}
.ewd-thumbnail-scroll-button {
position: absolute;
top: 40px;
width: 24px;
height: 24px;
background: transparent;
cursor: pointer;
z-index: 2;
font-family: 'untitled-font-7';
font-size: 18px;
color: #fff;
}
.ewd-thumbnail-scroll-button-left {
left: 48px;
}
.ewd-thumbnail-scroll-button-right {
right: 48px;
}
@media screen and (max-width: 716px) {
.ewd-thumbnail-scroll-button-left {
left: 24px;
}
.ewd-thumbnail-scroll-button-right {
right: 24px;
}
}
@media screen and (max-width: 480px) {
.ewd-ulb-mobile-hide {
display: none !important;
}
} .ewd-ulb-iframe-parent {
position: relative;
}
.ewd-ulb-overlay {
position: absolute;
cursor: pointer;
right: 0;
top: 0;
width: 100%;
height: 100%;
}
.ewd-ulb-slide-img iframe {
display: block;
margin: 0 auto;
max-height: 100%;
max-width: 100%;
} @font-face { font-family: 'untitled-font-7';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.svg#untitled-font-7) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-arrow {
font-family: 'untitled-font-7';
}
@font-face { font-family: 'ewd-lightbox-autoplay';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.svg#ewd-lightbox-autoplay) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-autoplay {
font-family: 'ewd-lightbox-autoplay';
}
@font-face { font-family: 'ewd-lightbox-close';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.svg#ewd-lightbox-close) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-exit {
font-family: 'ewd-lightbox-close';
}
@font-face { font-family: 'ewd-lightbox-download';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.svg#ewd-lightbox-download) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-download {
font-family: 'ewd-lightbox-download';
color: white;
}
@font-face { font-family: 'ewd-lightbox-exit-fullscreen';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.svg#ewd-lightbox-exit-fullscreen) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-regular_screen {
font-family: 'ewd-lightbox-exit-fullscreen';
}
@font-face { font-family: 'ewd-lightbox-fullscreen';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.svg#ewd-lightbox-fullscreen) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-fullscreen {
font-family: 'ewd-lightbox-fullscreen';
}
@font-face { font-family: 'ewd-lightbox-original';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.svg#ewd-lightbox-original) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-fullsize {
font-family: 'ewd-lightbox-original';
}
@font-face { font-family: 'ewd-lightbox-share';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.svg#ewd-lightbox-share) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-share {
font-family: 'ewd-lightbox-share';
}
@font-face { font-family: 'ewd-lightbox-thumbnail';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.svg#ewd-lightbox-thumbnail) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-thumbnail {
font-family: 'ewd-lightbox-thumbnail';
}
@font-face { font-family: 'ewd-lightbox-unzoom';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.svg#ewd-lightbox-unzoom) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-zoom_out {
font-family: 'ewd-lightbox-unzoom';
}
@font-face { font-family: 'ewd-lightbox-zoom';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.svg#ewd-lightbox-zoom) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-zoom {
font-family: 'ewd-lightbox-zoom';
} .animate { 
transition: transform 0.3s ease-out; 
}
.ms-touch.slider 
{
overflow-x: scroll;
overflow-y: hidden;
-ms-overflow-style: none; -ms-scroll-chaining: none; -ms-scroll-snap-type: mandatory; -ms-scroll-snap-points-x: snapInterval(0%, 100%); }   .ewd-ulb-style-matte .ewd-ulb-control {
font-size: 1.5em;
line-height: 1.5
}
.ewd-ulb-style-matte .ewd-ulb-slide-control,
.ewd-ulb-style-matte .ewd-ulb-top-toolbar,
.ewd-ulb-style-matte .ewd-ulb-bottom-toolbar,
.ewd-ulb-style-matte .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-matte .ewd-ulb-top-thumbnail-bar {
background: transparent;
}
.ewd-ulb-style-matte .ewd-ulb-slide-control:hover {
background: transparent;
opacity: .7;
}
.ewd-ulb-background.ewd-ulb-style-light {
background: rgba(255,255,255,.9);
}
.ewd-ulb-style-light .ewd-ulb-top-toolbar,
.ewd-ulb-style-light .ewd-ulb-bottom-toolbar,
.ewd-ulb-style-light .ewd-thumbnail-scroll-button,
.ewd-ulb-style-light .ewd-thumbnail-toggle,
.ewd-ulb-style-light .ewd-ulb-download,
.ewd-ulb-style-light .ewd-ulb-slide-control {
color: #000;
}
.ewd-ulb-style-contrast .ewd-ulb-top-toolbar,
.ewd-ulb-style-contrast .ewd-ulb-top-thumbnail-bar {
border-bottom: 1px solid #fff;
}
.ewd-ulb-style-contrast .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-contrast .ewd-ulb-bottom-toolbar {
border-top: 1px solid #fff;
}
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-top-toolbar,
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-top-thumbnail-bar {
border-bottom: 1px solid #000;
}
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-bottom-toolbar {
border-top: 1px solid #000;
}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: attr(data-content); }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.ssa-upcoming-appointments{
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
gap: 1rem;
margin-bottom: 1rem;
}
.ssa-upcoming-appointments .appointment-card{
display: flex;
flex-direction: column;
color: #858585;
background-color: white;
border-radius: 4px;
}
.ssa-upcoming-appointments .appointment-card-header{
display: flex;
flex-wrap: wrap;
gap: 1rem;
padding: 1.5rem 1.5rem 0 1.5rem;
}
.wp-container-core-group-layout-6 .ssa-upcoming-appointments .appointment-card-header{
justify-content: center;
}
.wp-container-core-columns-layout-1 .ssa-upcoming-appointments .appointment-card-header{
justify-content: center;
}
.wp-container-core-columns-layout-2 .ssa-upcoming-appointments .appointment-card-header{
justify-content: center;
}
.wp-container-core-group-layout-6 .ssa-upcoming-appointments .appointment-card .appointment-card-header .member-avatar img{
object-fit: contain;
}
.wp-container-core-columns-layout-1 .ssa-upcoming-appointments .appointment-card .appointment-card-header .member-avatar img{
object-fit: contain;
}
.wp-container-core-columns-layout-2 .ssa-upcoming-appointments .appointment-card .appointment-card-header .member-avatar img{
object-fit: contain;
}
.wp-container-core-group-layout-6 .ssa-upcoming-appointments .appointment-card .action-bar{
display: flex;
justify-content: center;
}
.wp-container-core-columns-layout-1 .ssa-upcoming-appointments .appointment-card .action-bar{
display: flex;
justify-content: center;
}
.wp-container-core-columns-layout-2 .ssa-upcoming-appointments .appointment-card .action-bar{
display: flex;
justify-content: center;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information{
display: flex;
flex-direction: column;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-header {
display: flex;
flex-direction: column;
font-size: 20px;
font-weight: normal;
padding-top: 5px;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-header .appointment-staff {
color: #242424;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-header p:first-of-type{
font-size: 22px;
font-weight: bold;
color: #636363;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-details ul {
padding-left: 18px;
margin: 11px 0 0 0;
font-size: 18px;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-details ul li {
list-style-type: none;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-details ul li a{
color: #000000 !important;
text-decoration: underline !important;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .appointment-information .appointment-header p{
margin: 0;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header img{
width: 70px;
height: 70px;
border-radius: 120px;
object-fit: cover;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .staff-images-container{
width: 70px;
height: 70px;
position: relative;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .staff-images-container img{
width: 56px;
height: 56px;
position: absolute;
border-radius: 120px;
object-fit: cover;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .staff-images-container .secondary-image{
top: 0;
left: 0;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .staff-images-container .primary-image{
bottom: 0;
right: 0;
}
.ssa-upcoming-appointments .appointment-card .action-bar{
padding: 1rem;
}
.ssa-upcoming-appointments .appointment-card .action-bar button{
padding: 0.5rem 8px;
font-size: 18px;
background-color: transparent;
border: none;
color: #000000;
content: 'Edit Appointment';
border-radius: 4px;
}
.ssa-upcoming-appointments .appointment-card .action-bar button:hover{
cursor: pointer;
background-color: #FAFDF8;
}
@media screen and (min-width: 486px) and (max-width: 768px){
.ssa-upcoming-appointments .appointment-card-header{
justify-content: center;
}
.ssa-upcoming-appointments .appointment-card .appointment-card-header .member-avatar img {
object-fit: contain;
}
.ssa-upcoming-appointments .appointment-card .action-bar{
display: flex;
justify-content: center;
}
}
@media screen and (min-width: 600px) and (max-width: 768px) {
.wp-container-core-group-layout-6 .ssa-upcoming-appointments .appointment-card .action-bar{
display:block;
justify-content: none;
}
.wp-container-core-columns-layout-1 .ssa-upcoming-appointments .appointment-card .action-bar{
display:block;
justify-content: none;
}
.wp-container-core-columns-layout-2 .ssa-upcoming-appointments .appointment-card .action-bar{
display:block;
justify-content: none;
}
}iframe.ssa_booking_iframe {
border: 0 none;
height: 600px;
max-height:  none !important; min-width: 100%;
width: 1px;
}
.ssa-admin-warning {
background-color: #fff9c4;
border-left: 4px solid #fdd835;
color: #c6a700; 
margin: 0;
padding: 16px;
}body .wp-block-uagb-container.uagb-position__sticky{transition-property:top,bottom;transition-duration:250ms;transition-timing-function:ease}body .wp-block-uagb-container.uagb-position__sticky--stuck{position:fixed;margin:0!important}body .wp-block-uagb-container.uagb-position__sticky--restricted{position:absolute;margin:0!important}.wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container .spectra-container-link-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}.wp-block-uagb-container .wp-block-uagb-blockquote,.wp-block-uagb-container .wp-block-spectra-pro-login,.wp-block-uagb-container .wp-block-spectra-pro-register{margin:unset}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-container.uagb-layout-grid{display:grid;width:100%}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap{display:inherit;width:inherit}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.alignwide.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:inherit;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-info-box),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap){min-width:unset !important;width:100%;position:relative}body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container ol,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap ol{max-width:-webkit-fill-available;margin-block-start:0;margin-block-end:0;margin-left:20px}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}.nv-single-page-wrap .nv-content-wrap.entry-content .wp-block-uagb-container.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media only screen and (max-width: 767px){.wp-block-uagb-container .wp-block-uagb-advanced-heading{width:-webkit-fill-available}}.wp-block-uagb-image--align-none{justify-content:center}
.wp-block-uagb-container.uagb-block-58d354a3 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-58d354a3 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-58d354a3 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-58d354a3 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-58d354a3 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-58d354a3{max-width: 12%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-58d354a3 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 304px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: row;align-items: flex-start;justify-content: flex-start;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-58d354a3{min-height: 39px;box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-58d354a3{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-58d354a3 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-58d354a3{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;order: initial;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-58d354a3{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-58d354a3 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-58d354a3{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;order: initial;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}
.wp-block-uagb-image{display:flex}.wp-block-uagb-image__figure{position:relative;display:flex;flex-direction:column;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;display:flex;max-width:100%;transition:box-shadow 0.2s ease}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:0.5em;margin-bottom:1em}.wp-block-uagb-image .components-placeholder.block-editor-media-placeholder .components-placeholder__instructions{align-self:center}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0.2;background:rgba(0,0,0,0.5);transition:opacity 0.35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:0.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform 0.35s, opacity 0.35s ease-in-out;transform:translate3d(0, 24px, 0);margin:0;line-height:1em}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform 0.4s, opacity 0.4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform 0.45s, opacity 0.45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}
.uagb-block-1b4ce92d.wp-block-uagb-image{text-align: center;justify-content: center;align-self: center;}.uagb-block-1b4ce92d .wp-block-uagb-image__figure{align-items: center;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-1b4ce92d.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}@media only screen and (max-width: 767px) {.uagb-block-1b4ce92d.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}.wp-block-uagb-container.uagb-block-220a272a .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-220a272a .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-220a272a .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-220a272a .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-220a272a .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-220a272a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-220a272a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}.wp-block-uagb-container.uagb-block-220a272a{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-220a272a{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-220a272a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-220a272a{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;order: initial;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-220a272a{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-220a272a > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-220a272a{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;order: initial;}}.ewd-upcp-clear {
clear:both;
}
.jquery-hidden {
display:none;
}
.Hide-Item {
display:none !important;
}
.ewd-upcp-Hide-Item {
display:none;
}
.No-Clear {
clear:none !important;
padding: 0 !important;
}
.hidden-field {
display:none !important;
opacity: 0;
}
.ewd-upcp-no-pointer {
cursor:default;
}
.no-underline {
text-decoration:none;
}
.no-underline:hover {
text-decoration:none;
}
.ewd-upcp-social-links {
margin: 15px 0;
}
.ewd-upcp-social-links ul {
margin: 0;
}
#wpadminbar #wp-admin-bar-upcp_edit_product>.ab-item:before {
content: "\f464";
top: 2px;
} .Blue-prod-cat-header-div {
border-bottom:3px solid #80bee1;
}
.Black-prod-cat-header-div {
border-bottom:3px solid #000000;
}
.Grey-prod-cat-header-div {
border-bottom:3px solid #666666;
}
.ewd-upcp-toggle-icon {
position: relative;
float: left;
width: 40px;
height: 29px;
margin-right: 8px;
}
.ewd-upcp-toggle-icon-thumbnail.ewd-upcp-toggle-icon-blue {
background:url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/thumb_icon.png);
}
.ewd-upcp-toggle-icon-thumbnail.ewd-upcp-toggle-icon-black {
background:url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/thumb_icon-black.png);
}
.ewd-upcp-toggle-icon-thumbnail.ewd-upcp-toggle-icon-grey {
background:url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/thumb_icon-grey.png);
}
.ewd-upcp-toggle-icon-list.ewd-upcp-toggle-icon-blue {
background:url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/list_icon.png);
}
.ewd-upcp-toggle-icon-list.ewd-upcp-toggle-icon-black {
background:url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/list_icon-black.png);
}
.ewd-upcp-toggle-icon-list.ewd-upcp-toggle-icon-grey {
background:url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/list_icon-grey.png);
}
.ewd-upcp-toggle-icon-detail.ewd-upcp-toggle-icon-blue {
background: url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/details_tab_icon.png);
}
.ewd-upcp-toggle-icon-detail.ewd-upcp-toggle-icon-black {
background: url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/details_tab_icon-black.png);
}
.ewd-upcp-toggle-icon-detail.ewd-upcp-toggle-icon-grey {
background: url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/details_tab_icon-grey.png);
} .ewd-upcp-catalog-div {
position: relative;
}
.ewd-upcp-catalog-div *, .ewd-upcp-catalog-div *:after,
.ewd-upcp-catalog-div *:before{
box-sizing: border-box;
}
.ewd-upcp-catalog-header-bar {
position: relative;
float: left;
width: 100%;
height: auto;
margin-bottom: 15px;
}
.prod-cat-information {
margin-bottom: 12px;
}
.ewd-upcp-catalog-display {
position: relative;
float:left;
width:74%;
}
.ewd-upcp-catalog-display > .prod-cat {
width: 100%;
}
.prod-cat-back-link,
.ewd-upcp-product-page-breadcrumbs {
font-size: 1.2em;
padding-bottom: 8px;
}
.ewd-upcp-catalog-product-div {
}
.prod-cat-category {
margin:30px auto;
clear: both;
}
.ewd-upcp-catalog-category-label {
font-size: 1.3em;
font-weight: 600;
margin: 20px 10px;
}
.prod-cat-title {
}
.ewd-upcp-catalog-product-thumbnail-image-div {
overflow:hidden;
position:relative;
}
.prod-cat-price {
}
.ewd-upcp-details-text {
display: table-cell;
vertical-align: middle;
}  .ewd-upcp-sidebar-toggle {
display: none;
width: 100px;
min-width: 120px;
background: #353535;
color: #fff;
padding: 4px 10px 4px;
margin: 32px auto;
text-align: center;
text-transform: uppercase;
cursor: pointer;
z-index: 2;
}
.ewd-upcp-sidebar-toggle:hover {
background: #555;
}
.ewd-upcp-sidebar-toggle-downcaret:after {
font-size: .8em;
content: " ▼";
}
.ewd-upcp-sidebar-toggle-upcaret:after {
font-size: .8em;
content: " ▲";
}
@media screen and (max-width: 768px) {
.ewd-upcp-sidebar-toggle {
display: block;
}
}
.ewd-upcp-catalog-sidebar {
display: block;
position:relative;
float:left;
width:25%;
margin-bottom:20px;
}
@media screen and (max-width: 768px) {
.ewd-upcp-catalog-sidebar.ewd-upcp-catalog-sidebar-hidden {
display: none;
}
}
.ewd-upcp-catalog-sidebar > form > div {
margin: 3px;
}
.ewd-upcp-catalog-sidebar-category,
.ewd-upcp-catalog-sidebar-subcategory,
.ewd-upcp-catalog-sidebar-tag,
.ewd-upcp-catalog-sidebar-cf-value-div{
padding: 5px;
}
.ewd-upcp-catalog-sidebar-cf-title {
margin:5px 0;
}
.prod-cat-cf-sidebar-title {
}
.ewd-upcp-catalog-sidebar-content{
margin: 10px 0;
}
.ewd-upcp-catalog-sidebar-cf-content{
width:100%;
} .ewd-upcp-filtering-clear-all {
text-align: center;
font-weight: 600;
cursor: pointer;
position: relative;
float: left;
width: calc(75% - 16px);
margin-right: calc(25% + 5px) !important;
margin-bottom: 20px !important;
background: #ddd;
padding: 8px 0;
color: #444;
}
.ewd-upcp-filtering-clear-all:hover {
background: #eee;
color: #444;
} select[name="ewd-upcp-sort-by"] {
width: 75%;
height: 35px;
padding: 5px;
border: solid 1px #c9c9c9;
box-shadow: none;
background-image: none;
}
select[name="ewd-upcp-sort-by"] option {
width:100%;
}
select:active {
border: 1px solid #000;
}
input[name="ewd-upcp-search"] {
padding: 5px;
border: solid 1px #c9c9c9;
transition: border 1s ease;
width: 75%;
font-size: 0.8em;
height: 35px;
}
.ewd-upcp-catalog-sidebar input {
border: solid 1px #ccc;
background: none;
}
.ewd-upcp-catalog-sidebar input[type="text"]:hover,
.ewd-upcp-catalog-sidebar input[type="text"]:focus{
border: solid 1px rgba(59, 59, 59, 0.75);
background: none;
}  .ewd-upcp-catalog-sidebar-hover-underline h3,
.ewd-upcp-catalog-sidebar-hover-underline span {
cursor: pointer;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
padding-bottom:5px;
margin:15px 0 5px;
}
.ewd-upcp-catalog-sidebar-hover-underline h3:before,
.ewd-upcp-catalog-sidebar-hover-underline span:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: rgba(59, 59, 59, 0.5);
height: 2px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.ewd-upcp-catalog-sidebar-hover-underline h3:hover:before,
.ewd-upcp-catalog-sidebar-hover-underline h3:focus:before,
.ewd-upcp-catalog-sidebar-hover-underline h3:active:before {
left: 0;
right: 0;
}
.ewd-upcp-catalog-sidebar-hover-underline span:hover:before,
.ewd-upcp-catalog-sidebar-hover-underline span:focus:before,
.ewd-upcp-catalog-sidebar-hover-underline span:active:before {
left: 0;
right: 0;
} .ewd-upcp-label {
display: inline;
}
.ewd-upcp-catalog-sidebar-taxonomy-label span {
padding: 2px;
}
.ewd-upcp-margin-left-6 {
padding-left:16px;
}
.ewd-upcp-margin-top-minus-2 {
}
.ewd-upcp-catalog-sidebar-title {
margin: 10px 0;
font-weight: bold;
}
#upcp-price-score-filter,
.ewd-upcp-catalog-sidebar-category-content div,
.ewd-upcp-catalog-sidebar-subcategory-content div,
.ewd-upcp-catalog-sidebar-content-tag div,
.ewd-upcp-catalog-sidebar-cf-content div{
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
max-width: 75%;
}
.ewd-upcp-hidden-text-field {
border: none !important;
background: transparent !important;
}
.ewd-upcp-custom-field-slider div{
max-width:100%;
}
.ewd-upcp-custom-field-slider,
#upcp-price-score-filter {
margin-top:6px;
}
.subcat-collapsible .ewd-upcp-catalog-sidebar-subcategory {
max-width: 100%;
}
.checkbox-color-Blue:hover
{
background-color: rgba( 128, 190, 225, 0.65) ;
color: white;
}
.checkbox-color-Grey:hover,
.checkbox-color-Black:hover
{
background-color: #BDBDBD;
color: white;
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-content > div.highlightBlue,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-custom-field.highlightBlue {
background:rgba( 128, 190, 225, 0.4);
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-content > div.highlightBlack,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-content > div.highlightGrey,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-custom-field.highlightBlack,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist .ewd-upcp-catalog-sidebar-custom-field.highlightGrey {
background:rgba(225,225,225, 0.75);
} .ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:not(:checked),
.ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
.ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:not(:checked) + label,
.ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:checked + label {
position: relative;
padding-left: 25px;
cursor: pointer;
} .ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:not(:checked) + label:before,
.ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left:0; top: 2px;
width: 15px; height: 15px;
} .ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:not(:checked) + label:after,
.ewd-upcp-catalog-sidebar-checkbox-style-square [type="checkbox"]:checked + label:after {
content: '✔';
position: absolute;
top: 0; left: 2px;
font-size: 14px;
color:#3B3B3B;
transition: all .2s;
} [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:not(:checked),
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:not(:checked) + label,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:checked + label {
position: relative;
padding-left: 2px;
cursor: pointer;
}
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-content > div,
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-custom-field {
border-top: 1px solid gray;
}
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:not(:checked),
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-content > div.highlightBlue,
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-custom-field.highlightBlue {
background:rgba( 128, 190, 225, 0.4);
}
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-content > div.highlightBlack,
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-content > div.highlightGrey,
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-custom-field.highlightBlack,
.ewd-upcp-catalog-sidebar-checkbox-style-block .ewd-upcp-catalog-sidebar-custom-field.highlightGrey {
background:rgba(225,225,225, 0.75);
}
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:not(:checked) + label,
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:checked + label {
position: relative;
padding-left: 2px;
cursor: pointer;
}
.cat-collapsible {
float: right;
font-weight: 800;
font-size: 25px;
}
.cat-collapsible:hover {
cursor: pointer;
} .thumb-display {
margin: 0;
}
.ewd-upcp-thumb-toggle-icon {
width:40px;
height:29px;
float:left;
margin-right:8px;
}
.ewd-upcp-catalog-product-thumbnail {
border: 1px solid #e0e0e0;
border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px; float: left;
margin: 10px;
width: 200px;
min-height: 306px;
max-height:425px;
overflow: hidden;
margin-bottom:32px;
}
.ewd-upcp-catalog-div.ewd-upcp-thumb-adjust-height .ewd-upcp-catalog-product-thumbnail {
min-height: 0;
max-height: none;
}
.ewd-upcp-catalog-product-thumbnail-body-div {
min-height:43px;
padding: 3px 8px 0;
margin: 0px;
color: #777;
}
.ewd-upcp-catalog-product-thumbnail .ewd-upcp-catalog-product-price {
float: left;
min-height: 40px;
line-height: 40px;
width: 81px;
padding: 1px 0 0 8px;
margin: 0px;
color: #2e8f9a;
}
.ewd-upcp-thumb-details-link {
background: url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/details_icon.png);
background-repeat: no-repeat !important;
background-position: center right !important;
color: #80bee1 !important;
height: 40px;
float: right;
line-height: 1;
width: auto;
margin-right: 6px;
display: table;
}
.ewd-upcp-catalog-product-thumbnail-body-div a{
color:#1b8be0;
}
.ewd-upcp-catalog-product-thumbnail-body-div a:hover,
.ewd-upcp-catalog-product-thumbnail-body-div a:focus,
.ewd-upcp-catalog-product-thumbnail-body-div a:active{
text-decoration: none;
color:#404040;
}
.ewd-upcp-thumb-details-link{
color:#4DB7DF;
}
.ewd-upcp-thumb-details-link:hover,
.ewd-upcp-thumb-details-link:focus,
.ewd-upcp-thumb-details-link:active{
text-decoration:none;
color:#80bee1;
} .ewd-upcp-catalog-product-thumbnail-image-div {
width: 180px;
height: 180px;
margin: 10px;
text-align: center;
background: #fafafa; display: block;
}
.ewd-upcp-catalog-product-thumbnail-image-div a {
width: 180px;
height: 180px;
text-align: center;
display:table-cell;
vertical-align:middle;
}
.ewd-upcp-catalog-product-thumbnail-image-div img {
max-width: 180px;
max-height: 180px;
display: table-cell !important;
margin: 0 auto;
} .list-display {
margin: 0;
}
.ewd-upcp-list-toggle-icon {
width:40px;
height:29px;
float:left;
margin-right:8px;
}
.ewd-upcp-catalog-product-list {
margin: 5px;
}
.ewd-upcp-catalog-product-list .ewd-upcp-product-action-button {
width: 80%;
float: left;
cursor: pointer;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-price {
width: 20%;
min-width: 40px;
float: right;
color: #2e8f9a;
cursor: pointer;
text-align: right;
}
.ewd-upcp-list-details {
min-height:240px;
width: 100%;
display:flex;
flex-flow:row wrap;
float:left;
padding-top:15px;
}
.ewd-upcp-list-desc {
float:left;
overflow: auto;
width:65%;
max-height:200px;
padding: 10px 5px;
flex: 1 1 auto;
}
.ewd-upcp-list-details-link {
background: url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/details_icon.png);
background-repeat: no-repeat;
background-position:  bottom   right;
color: #50a3d1;
min-width: 200px;
height: 30px;
}
.ewd-upcp-list-details .ewd-upcp-catalogue-link{
}
.ewd-upcp-prod-desc-custom-fields.ewd-upcp-custom-field-list{
min-height: 40px;
width:50%;
padding: 5px 15px;
} .ewd-upcp-catalog-product-list-image-div {
width: 35%;
height: 200px;
text-align: center;
float:left;
flex-grow:1;
}
.ewd-upcp-catalog-product-list-image-div a {
width: inherit;
height: 200px;
line-height: 0;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.ewd-upcp-catalog-product-list-image-div img {
width: auto;
max-height:180px;
max-width: 180px;
margin:0 auto;
} .detail-display {
margin: 0;
}
.ewd-upcp-details-toggle-icon {
width:40px;
height:29px;
float:left;
margin-right:8px;
}
.ewd-upcp-catalog-product-detail {
display:flex;
width:100%;
border: 1px solid #e0e0e0;
margin:15px auto;
min-height:13.5em;
overflow: hidden;
}
.ewd-upcp-catalog-product-detail-mid-div {
float:left;
width: 50%;
min-height: 13.5em;
padding: 10px;
border-right: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
}
.ewd-upcp-catalog-product-detail-mid-div .ewd-upcp-product-action-button {
font-size: 1.2em;
color:#1b8be0;
font-weight:400;
}
.ewd-upcp-catalog-product-detail-end-div {
float:left;
width:15%;
padding:10px;
}
.ewd-upcp-catalog-product-detail-end-div .ewd-upcp-catalog-product-price {
color: #039cb7;
float: left;
font-size: 1.2em;
width:100%;
margin-top: 10px;
}
.ewd-upcp-detail-details-link {
clear:both;
background: url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/img/details_icon.png);
background-repeat: no-repeat;
background-position:  bottom   left;
color: #4DB7DF;
height: 70px;
line-height: 40px;
width: 100%;
}
.ewd-upcp-catalog-product-detail-body-div {
margin-top: 10px;
}
.ewd-upcp-catalog-product-detail a:hover,
.ewd-upcp-catalog-product-detail a:focus,
.ewd-upcp-catalog-product-detail a:active {
text-decoration:none;
color:#404040;
}
.ewd-upcp-catalog-product-detail a div:hover,
.ewd-upcp-catalog-product-detail a div:focus,
.ewd-upcp-catalog-product-detail a div:active {
text-decoration:none;
color:#80bee1;
} .ewd-upcp-catalog-product-detail-image-div {
display: table;
width: 35%;
height: 100%;
position: relative;
overflow: hidden;
}
.ewd-upcp-catalog-product-detail-image-div a {
width:100%;
height: 200px;
line-height: 0;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.ewd-upcp-catalog-product-detail-image-div img {
max-width: 180px;
max-height:180px;
} .ewd-upcp-single-product-details {
width: 100%;
}
.ewd-upcp-single-product-thumbnails {
width: 120px;
height: 480px;
overflow-x: hidden;
overflow-y: hidden;
float: left;
}
.ewd-upcp-single-product-thumbnails:hover {
overflow-y: auto;
}
.ewd-upcp-single-product-details-thumb {
max-width: 100px;
max-height: 100px;
margin: 10px;
cursor: pointer;
}
.entry.clearfix h2.ewd-upcp-single-product-details-title {
margin: 15px 5px 40px;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-details-price {
padding:0px 0px 10px 40px;
}
.ewd-upcp-product-url-icon {
margin-left:20px;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-title {
font-size: 1.5em;
border: none;
margin: 0;
padding: 0;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-price {
font-size: 1.2em;
border: none;
margin: 12px 0 24px;
padding: 0;
font-weight: normal;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-images-div{
height: 420px;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-main-image {
height: 420px;
line-height: 0;
margin-left: 120px;
vertical-align: middle;
width: 100%;
}
.ewd-upcp-single-product-main-image a {
width: 370px;
height: 340px;
line-height: 0;
text-align: center;
display: table-cell;
vertical-align: middle;
}
.ewd-upcp-product-image {
max-width: 100%;
max-height: 100%;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-main-image img{
min-width: 200px;
max-height: 420px;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-details-description {
padding: 20px;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-details-right-div {
padding: 0 10px;
}
.ewd-upcp-minimal-catalogue {
width: 100%;
} .ewd-upcp-related-products{
margin-left: -200px;
}
.ewd-upcp-related-products-title {
font-size: 1.2em;
padding-bottom: 8px;
}
.ewd-upcp-next-product-title, .ewd-upcp-previous-product-title {
font-size: 1.1em;
padding-bottom: 8px;
}
.ewd-upcp-minimal-product-listing {
width: 115px;
float: left;
padding-right: 10px;
margin: 5px;
}
.ewd-upcp-minimal-img-div {
height: 115px;
text-align: center;
width:100%;
}
.ewd-upcp-minimal-img {
max-width: 115px;
max-height: 115px;
}
.ewd-upcp-minimal-title, .ewd-upcp-minimal-price {
text-align: center;
}
.ewd-upcp-standard-product-page .default-pp-related {
float: none;
width: 100%;
padding: 5px 20px;
margin: 0;
max-width: 100%;
} .ewd-upcp-standard-product-page-mobile .ewd-upcp-single-product-thumbnails {
overflow: visible;
width: 100%;
height: auto;
} .ewd-upcp-standard-product-page-mobile {
display: none;
}
.ewd-upcp-standard-product-page,
.ewd-upcp-custom-large-product-page {
width: 100%;
}
.ewd-upcp-standard-product-page *{
box-sizing: border-box;
}
.prod-details-right{
max-width: 300px;
float: left;
padding-left: 15px;
margin-top: 10px;
}
.ewd-upcp-single-product-description,
.ewd-upcp-single-product-categories,
.ewd-upcp-single-product-subcategories,
.ewd-upcp-single-product-tags,
.ewd-upcp-single-product-custom-fields {
clear: both;
}
.ewd-upcp-single-product-description {
margin: 32px 0;
}
.ewd-upcp-side-title {
float: left;
padding-right: 10px;
font-weight: 600;
}
.ewd-upcp-product-video {
margin-top:12px;
margin-bottom: 6px;
} .ewd-upcp-single-product-details-title .ewd-upcp-product-url-icon {
display: none;
}
.ewd-upcp-single-product-details-title-and-price {
position: relative;
float: right;
width: calc(100% - 160px);
}
.ewd-upcp-single-product-details-title, .ewd-upcp-single-product-details-price {
margin: 0 !important;
padding: 0 !important;
line-height: 1 !important;
text-align: center;
}
.ewd-upcp-single-product-details-title {
padding-top: 40px !important;
}
.ewd-upcp-single-product-details-price {
padding: 20px 0 40px !important;
}
.ewd-upcp-single-product-thumbnails {
width: 120px;
height: 480px;
overflow-y: scroll;
}
.ewd-upcp-single-product-details-thumb {
width: 95%;
max-width: none;
max-height: none;
margin: 0 0 10px;
cursor: pointer;
}
@media screen and (max-width: 670px) {
.ewd-upcp-single-product-details-thumb {
width: 30%;
margin-top: 16px;
}
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-images-div {
height: auto;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-main-image {
position: relative;
float: right;
width: calc(100% - 160px);
height: auto;
margin-left: 0;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-main-image img {
height: auto;
width: auto;
min-width: auto;
min-height: auto;
max-height: 480px;
max-width: 100%;
}
.ewd-upcp-standard-product-page .ewd-upcp-single-product-details-description {
position: relative;
float: right;
width: calc(100% - 160px);
padding: 20px 0 40px;
} .gridster ul li {
list-style-type:none !important;
}
.gridster-mobile ul li{
list-style-type:none !important;
}
.prod-page-div {
list-style-type:none !important;
}
.ewd-upcp-cpp-title {
margin:0;
padding:0;
} .ewd-upcp-tabbed-product-page,
.ewd-upcp-tabbed-similar-products-div {
margin:15px;
} .prod-cat-back-link,
.ewd-upcp-product-page-breadcrumbs {
font-size: 0.80em;
padding-bottom: 8px;
width: 100%;
}
.ewd-upcp-catalogue-link {
text-decoration: none;
} .ewd-upcp-tabbed-product-page .ewd-upcp-single-product-images-div {
float: left;
width: 50%;
margin-top: 4em;
margin-bottom: 4em;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-main-image {
overflow: hidden;
border: solid 1px #cac9c9;
box-shadow: none;
transition: box-shadow 0.5s;
margin: 15px auto;
box-sizing: border-box;
padding: 16px;
line-height: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-main-image:hover {
-webkit-box-shadow: 0 0 3px #515151;
-moz-box-shadow: 0 0 3px #515151;
box-shadow: 0 0 3px #515151;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.ewd-upcp-single-product-details-link-a{
line-height: 0;
text-align: center;
vertical-align: middle;
max-height:100%;
width:100%;
cursor: default;
}
.ewd-upcp-single-product-details-link-a.ewd-ulb-open-lightbox,
.ewd-upcp-single-product-details-link-a.ewd-ulb-lightbox,
.ewd-upcp-single-product-details-link-a.ewd-ulb-lightbox-noclick-image {
cursor: pointer;
}
.ewd-upcp-tabbed-image-container,
.ewd-upcp-tabbed-video-container {
display: table;
text-align: center;
width: 100%;
height: 400px;
}
.ewd-upcp-tabbed-video-container.ewd-upcp-Hide-Item,
.ewd-upcp-tabbed-image-container.ewd-upcp-Hide-Item {
display: none;
}
.ewd-upcp-scroll-content {
visibility: visible;
overflow: hidden;
position: relative;
z-index: 0;
width: 85%;
float: left;
} .ewd-upcp-scroll-list {
margin: 2px;
position: relative;
z-index: 1;
text-align:center;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-thumbnails {
width: 100%;
white-space: nowrap;
display: block;
margin: 0 auto;
height: auto;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-thumbnail-anchor {
width: 100px;
height: auto;
border: solid 1px #cac9c9;
margin: 8px;
display: inline-block;
box-shadow: none;
transition: box-shadow 0.5s;
box-sizing: border-box;
padding: 4px;
overflow: hidden;
}
.ewd-upcp-tabbed-addt-img-thumbs:hover {
-webkit-box-shadow: 0 0 3px #515151;
-moz-box-shadow: 0 0 3px #515151;
box-shadow: 0 0 3px #515151;
}
.ewd-upcp-tabbed-addt-img-thumbs a{
display: table-cell;
height: 100px;
line-height: 0;
text-align: center;
vertical-align: middle;
width: 100px;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-thumbnail-anchor img {
cursor: pointer;
width: 100%;
height:auto;
vertical-align: top;
}
.ewd-upcp-tabbed-button-div {
width:5%;
float:left;
}
.ewd-upcp-tabbed-button-left {
right: 5px;
}
.ewd-upcp-tabbed-button-right {
left: 5px;
}
.ewd-upcp-tabbed-button-left,
.ewd-upcp-tabbed-button-right {
float: left;
height: auto;
width: auto;
border: 1px;
border-radius: 20px;
position: relative;
z-index: 2;
background-color: #C0C0C0;
color: white;
top: 50px;
}
.ewd-upcp-tabbed-button-left:hover,
.ewd-upcp-tabbed-button-right:hover {
background-color: #cac9c9;
-webkit-transition: background-color 0.5s ease;
-moz-transition: background-color 0.5s ease;
-o-transition: background-color 0.5s ease;
transition: background-color 0.5s ease;
}
.ewd-upcp-tabbed-scrollbar-container {
margin: 0 auto;
} .ewd-upcp-tabbed-product-page .ewd-upcp-single-product-details {
float: right;
width: 47%;
padding-left: 0.5em;
margin-bottom: 4em;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-details-title-and-price {
width: 100%;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-title {
font-size: 1.5em;
text-transform: uppercase;
border-bottom: solid 2px;
}
.ewd-upcp-tabbed-product-price {
font-size: 1em;
text-align: right;
} .ewd-upcp-tab-break {
display:block;
}
.ewd-upcp-single-product-tabs-container {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-single-product-tabs-menu ul {
position: relative;
float: left;
width: 100%;
margin: 15px 0 0 !important;
padding: 0px;
overflow: hidden;
}
.ewd-upcp-single-product-tabs-menu ul li {
position: relative;
float: left;
list-style: none;
padding: 10px;
background-color: #cac9c9;
margin-right: 1.5px;
cursor: pointer;
min-height: 70px;
color: white;
}
.ewd-upcp-single-product-tabs-menu ul li:hover {
background-color: #C0C0C0;
}
.ewd-upcp-tabbed-layout-tab a {
color: white;
font-family: Helvetica;
text-decoration: none;
}
.ewd-upcp-tab-slide {
display: inline-block;
position: relative;
margin-bottom: -1.5px;
text-decoration: none;
}
.ewd-upcp-tab-slide:hover {
text-decoration: none;
}
.ewd-upcp-tab-slide:after {
content: '';
display:block;
margin: auto;
height: 1.5px;
width: 0px;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
.ewd-upcp-tab-slide:hover:after {
width: 100%;
background: white;
}
.ewd-upcp-tab-layout-tab-unclicked {
background-color: #cac9c9;
}
#content_wrapper {
font-family: Helvetica;
width:50%;
height:300px;
background-color: #FFFFFF;
margin:0px;
padding:6px;
overflow:hidden;
border-top: 0.25em solid rgba(0, 44, 105, 1) ;
}
.ewd-upcp-tabbed-tab {
padding: 1em 1em 1em 1em;
max-width: 100%;
max-height: 100%;
border: solid 1px #C0C0C0;
}
.ewd-upcp-tabbed-description {
height: 450px;
overflow-y: auto;
}
.ewd-upcp-tabbed-addtl-info {
height: 450px;
overflow-y: auto;
}
.ewd-upcp-tabbed-contact-form {
min-height: 450px;
}
.ewd-upcp-tabbed-reviews {
height: 450px;
overflow-y: auto;
}
div#upcp-tabbed-content div.ewd-urp-review-form label {
width: auto;
}
@keyframes fadein {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-moz-keyframes fadein { from {
opacity:0;
}
to {
opacity:1;
}
}
@-webkit-keyframes fadein { from {
opacity:0;
}
to {
opacity:1;
}
}
@-o-keyframes fadein { from {
opacity:0;
}
to {
opacity: 1;
}
}
.ewd-upcp-hidden {
display: none;
}
.ewd-upcp-tab-contact-labels {
font-weight: bold;
width: 25%;
display: inline-block;
margin-bottom: 1em;
}
.ewd-upcp-tab-contact-name {
text-align: right;
}
.ewd-upcp-contact-name {
border: 0.25em solid rgba(0, 44, 105, 1);
border-radius: 5px;
height: 2em;
}
.ewd-upcp-contact-email {
border: 0.25em solid rgba(0, 44, 105, 1);
border-radius: 5px;
height: 2em;
}
.ewd-upcp-contact-message {
border: 0.25em solid rgba(0, 44, 105, 1);
border-radius: 5px;
width: 50%;
height: 10em;
}
input[type="text"]:focus {
background-color: rgba(0, 44, 105, 0.25);
}
.ewd-upcp-tabbed-details {
}
.ewd-upcp-tabbed-description::-webkit-scrollbar {
width: 10px;
border-radius: 10px;
background-color: rgba(192,192,192,0.5);
}
.ewd-upcp-tabbed-description::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #555;
} .ewd-upcp-tab-title {
font-weight: bold;
text-transform: uppercase;
} .wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="textarea"] {
width: 85%;
display: block;
position: relative;
margin:5px 0;
}
.wpcf7-form textarea {
resize: none;
width:85% !important;
height:70px !important;
margin:5px 0;
} .ewd-upcp-related-products-title {
border-bottom: solid 2px;
margin-bottom: 1em;
text-transform: uppercase;
font-family: inherit;
}
.ewd-upcp-related-products {
width: 100%;
margin-left: 0 !important;
display: inline-block;
}
.ewd-upcp-tabbed-similar-products-div {
clear:both;
}
.ewd-upcp-minimal-product-listing {
text-align: inherit !important; padding-right: 0px !important;
display: inline-block;
}
.ewd-upcp-minimal-img-div {
height: 100px;
width: 100px;
border: solid 1px rgba(192,192,192,0.5);
text-align: inherit;
margin: 0 auto;
}
.ewd-upcp-minimal-img {
max-height: 100% !important;
max-width: 100% !important;
padding: 2px;
}
.ewd-upcp-minimal-title{
width: 100%;
margin-top: 1em;
} @media screen and (min-width: 1000px) {
.ewd-upcp-minimal-product-listing {width:180px;}
}
@media screen and (max-width: 700px) {
.ewd-upcp-tabbed-images-container {width:100%; margin:1em 0;}
.ewd-upcp-tabbed-main-image-inner img{width:100% !important;}
.ewd-upcp-single-product-details {width:100%;}
.ewd-upcp-tabbed-description {height: 250px;}
.ewd-upcp-tabbed-addtl-info {height: 250px;}
.ewd-upcp-tabbed-image-thumbs-div {margin: 0 auto;}
}
@media screen and (max-width: 550px) {
}
@media screen and (max-width: 275px) {
.ewd-upcp-scroll-content {width: 50%;}
}
@media only screen and (max-device-width: 720px) {
} .catalogue-nav {
margin: 6px 6px 18px 12px;
font-family:sans-serif;
}
.catalogue-nav a {
font-size: 16px;
font-weight: 400;
margin-left: 3px;
margin-right: 3px;
padding: 0 10px 3px;
text-decoration: none;
}
.paging-input,
.pagination-links {
margin:0 5px;
} .ewd-upcp-cat-nav-bg-light a{
background:#fafafa  none repeat scroll 0 0;
}
.ewd-upcp-cat-nav-bg-light a:hover {
background: #eeeeee;
font-weight:bold;
}
.ewd-upcp-cat-nav-bg-light.ewd-upcp-cat-nav-gradient a:hover {
background: #fafafa;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff));
background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #fafafa);
}
.ewd-upcp-cat-nav-bg-dark a{
background: #474747 none repeat scroll 0 0;
}
.ewd-upcp-cat-nav-bg-dark a:hover {
background:rgba(71, 71, 71, 0.65);
font-weight:bold;
}
.ewd-upcp-cat-nav-bg-dark.ewd-upcp-cat-nav-gradient a:hover {
background: #474747;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#8f8f8f));
background: -moz-linear-gradient(0% 0% 270deg,#474747, #8f8f8f);
} .ewd-upcp-cat-nav-border-black a{
border: solid 1px #000000;
border-radius:2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
}
.ewd-upcp-cat-nav-border-blue a{
border: solid 1px #80bee1;
border-radius:2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
}
.ewd-upcp-cat-nav-border-grey a{
border: solid 1px #c0c0c0;
border-radius:2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
}
.ewd-upcp-cat-nav-shadow a{
box-shadow: inset 0px 0.5px 0px rgba(255,255,255, 1), 1px 1px 3px rgba(0,0,0, .3);
text-shadow: 0px 1px 0px rgba(255,255,255, 1);
} .ewd-upcp-cat-nav-font-black a, .cat-nav-font-black:link a, .cat-nav-font-black:visited a{
color: #000000;
text-decoration: none;
}
.ewd-upcp-cat-nav-font-blue a, .cat-nav-font-blue:link a, .cat-nav-font-blue:visited a {
color: #38b3fa;
text-decoration: none;
}
.ewd-upcp-cat-nav-font-grey a, .cat-nav-font-grey:link a, .cat-nav-font-grey:visited a{
color: #999999;
text-decoration: none;
}
.catalogue-nav a.disabled {
color: #aaaaaa;
} .ewd-upcp-catalog-overview a {
position: relative;
float: left;
width: 240px;
height: 295px;
margin-right: 32px;
margin-top: 40px;
}
.ewd-upcp-overview-mode-image {
position: relative;
float: left;
width: 240px;
height: 240px;
text-align: center;
}
.ewd-upcp-overview-mode-image img {
position: relative; width: 100%;
height: 100%;
object-fit: cover;
}
.ewd-upcp-overview-mode-title {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
padding: 14px 0;
background: #111;
background: rgba(0,0,0,.65);
color: #fff;
text-align: center;
transition: background .35s;
}
.ewd-upcp-overview-mode-item:hover .ewd-upcp-overview-mode-title {
background: #111;
background: rgba(0,0,0,1);
} .ewd-upcp-catalog-category-label {
clear: both;
position: relative;
float: left;
display: block;
width: 100%;
height: auto;
margin: 20px 0;
text-align: center;
}
.ewd-upcp-catalog-category-heading-image {
clear: both;
position: relative;
float: left;
display: block;
width: 240px;
height: auto;
margin-left: 50%;
right: 120px;
}
.ewd-upcp-catalog-category-block .ewd-upcp-catalog-category-label {
background: #333;
color: #fff;
} .ewd-upcp-subcategory-img-div, .ewd-upcp-category-img-div {
clear: both;
position: relative;
float: none;
display: block;
width: 100%;
height: auto;
}
.ewd-upcp-subcategory-img-div img, .ewd-upcp-category-img-div img {
position: relative;
float: none;
width: 50%;
height: auto;
margin: 0 0 8px;
} .ewd-upcp-product-comparison-button,
.ewd-upcp-sale-price {
position: absolute;
right: -60px;
top: -50px;
width: 100px;
height: 100px;
background: green;
color: #fff;
z-index: 5;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.ewd-upcp-catalog-product-thumbnail .ewd-upcp-product-comparison-button, 
.ewd-upcp-catalog-product-thumbnail .ewd-upcp-sale-price {
top: -60px;
}
.ewd-upcp-catalog-product-detail .ewd-upcp-product-comparison-button, 
.ewd-upcp-catalog-product-detail .ewd-upcp-sale-price, 
.ewd-upcp-catalog-product-list .ewd-upcp-product-comparison-button, 
.ewd-upcp-catalog-product-list .ewd-upcp-sale-price {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
right: auto;
left: -50px;
}
.ewd-upcp-product-comparison-button {
cursor: pointer;
}
.ewd-upcp-product-comparison-button.comparisonClicked {
background: blue;
}
.ewd-upcp-product-comparison-button span,
.ewd-upcp-sale-price span {
position: absolute;
bottom: 8px;
left: 0;
text-align: center;
width: 100%;
font-size: 12px;
}
#ewd-upcp-product-comparison-instructions {
margin: 20px 0 40px;
padding: 16px;
border: 1px solid #888;
}
#ewd-upcp-product-comparison-instructions input[type="submit"] {
background: #292929;
color: #fff;
border-radius: 0;
padding: 12px 22px;
font-weight: bold;
font-size: 1em;
margin-left: 16px;
}
#ewd-upcp-product-comparison-instructions input[type="submit"]:hover {
background: #555;
color: #fff;
}
.ewd-upcp-product-comparison {
position: relative;
float: left;
width: 100%;
overflow-x: auto;
}
.ewd-upcp-product-comparison-products {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-product-comparison-product {
position: relative;
float: left;
width: 40%;
margin: 32px 5%;
text-align: center;
}
.ewd-upcp-product-comparison-product a {
box-shadow: none !important;
}
.ewd-upcp-pc-half {
position: relative;
float: left;
width: 40%;
margin: 32px 5%;
}
.ewd-upcp-pc-third {
position: relative;
float: left;
width: 27.333333%;
margin: 32px 3%;
}
.ewd-upcp-pc-fourth {
position: relative;
float: left;
width: 21%;
margin: 32px 2%;
}
.ewd-upcp-product-comparison-title {
height: 64px;
font-weight: bold;
font-size: 30px;
line-height: 1.2;
}
.ewd-upcp-product-comparison-image {
clear: both;
position: relative;
float: left;
width: 100%;
height: 220px;
margin: 20px 0 20px;
overflow: hidden;
}
.ewd-upcp-product-comparison-image a img {
display: initial;
position: relative;
float: none !important;
width: auto !important;
height: auto !important;
max-height: 100% !important;
max-width: 100% !important;
}
.ewd-upcp-product-comparison-price,
.ewd-upcp-product-comparison-categories,
.ewd-upcp-product-comparison-subcategories,
.ewd-upcp-product-comparison-tags,
.ewd-upcp-product-comparison-custom-field {
clear: both;
position: relative;
float: left;
width: 100%;
border-left: 1px solid #bbb;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
padding: 10px;
height: 80px;
}
.ewd-upcp-product-comparison-price {
height: auto;
}
.ewd-upcp-product-comparison-categories span,
.ewd-upcp-product-comparison-subcategories span,
.ewd-upcp-product-comparison-tags span,
.ewd-upcp-product-comparison-custom-field span {
display: block;
position: relative;
float: left;
width: 100%;
margin-bottom: 8px;
font-weight: bold;
}
.ewd-upcp-pc-label, .ewd-upcp-pc-value {
padding: 10px 0;
}
.ewd-upcp-pc-value {
height: 54px;
color: #333;
font-size: 0.9em;
padding-bottom: 16px;
}
.ewd-upcp-product-comparison-subcategory-value.ewd-upcp-pc-value, .ewd-upcp-product-comparison-category-value.ewd-upcp-pc-value {
height: 54px;
}
.ewd-upcp-product-comparison-price {
background: #444;
color: #fff;
font-size: 1.35em;
padding: 20px 0;
}
.ewd-upcp-pc-label {
background: #c2c2c2;
background: transparent;
color: #fff;
color: #333;
font-weight: bold;
padding-bottom: 0;
}
@media screen and (max-width: 1280px) {
.ewd-upcp-pc-third .ewd-upcp-product-comparison-image, .ewd-upcp-pc-fourth .ewd-upcp-product-comparison-image {
height: 150px;
}
}
@media screen and (max-width: 1000px) {
.ewd-upcp-pc-fourth {
position: relative;
float: left;
width: 27.333333%;
margin: 32px 3%;
}
}
@media screen and (max-width: 900px) {
.ewd-upcp-pc-third .ewd-upcp-product-comparison-image, .ewd-upcp-pc-fourth .ewd-upcp-product-comparison-image {
height: 100px;
}
.ewd-upcp-pc-half .ewd-upcp-product-comparison-image {
height: 150px;
}
}
@media screen and (max-width: 768px) {
.ewd-upcp-pc-third, .ewd-upcp-pc-fourth {
width: 40%;
margin: 32px 5%;
}
.ewd-upcp-product-comparison-image {
height: 150px;
}
}
@media screen and (max-width: 600px) {
.ewd-upcp-product-comparison-image {
height: 100px !important;
}
.ewd-upcp-product-comparison-image {
height: 150px !important;
}
} .price ins {
padding: 0;
text-decoration: none;
}
span.amount {
display: block;
line-height: 1.1em;
}
del span.amount {
opacity: 0.5;
} #ewd-upcp-lightbox-background-div,
#ewd-upcp-lightbox-close-div,
#ewd-upcp-lightbox-div {
display: none;
}
#ewd-upcp-lightbox-background-div {
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
height: 100%;
opacity: 0.85;
background: #333;
}
#ewd-upcp-lightbox-close-div {
position: fixed;
top: 0;
right: 0;
z-index: 1001;
width: 48px;
height: 48px;
background: #000;
text-align: center;
padding-top: 5px;
color: #fff;
font-size: 20px;
cursor: pointer;
}
#ewd-upcp-lightbox-close-div.extra-margin {
top: 32px;
}
#ewd-upcp-lightbox-div {
position: fixed;
left: 0;
top: 0;
width: 80%;
height: 70%;
margin: 8% 10%;
opacity: 1;
z-index: 1001;
overflow: hidden;
}
#ewd-upcp-lightbox-div-img-container {
position: relative;
float: left;
width: 100%;
height: auto;
overflow: hidden;
}
#ewd-upcp-lightbox-div-img {
position: relative;
float: left;
width: 100%;
}
#ewd-upcp-lightbox-text-div {
position: absolute;
bottom: 0;
left: 0;
min-height: 100px;
width: 100%;
padding: 14px 0;
background: #111;
background: rgba(1,1,1,.8);
}
#ewd-upcp-lightbox-text-div-inner {
position: relative;
float: left;
padding: 0 16px;
color: #fff;
}
#ewd-upcp-lightbox-title-div {
font-size: 1.5em;
}
#ewd-upcp-lightbox-price-div {
font-size: 1em;
}
#ewd-upcp-lightbox-description-div {
font-size: 1em;
}
#ewd-upcp-lightbox-link-container-div a {
font-size: 1.1em;
}
.ewd-upcp-lightbox-mode .ewd-upcp-catalog-product-div {
cursor: pointer;
} .disableLink {
cursor: default;
pointer-events: none;
}
#ewd-upcp-lightbox-div {
height: 80vh;
margin: 10vh 10%;
}
#ewd-upcp-lightbox-div-img-container {
height: 100%;
}
#ewd-upcp-lightbox-div-img {
position: relative;
float: none;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
} .ewd-upcp-urp-review-score {
clear: both;
display: block;
position: relative;
width: auto;
min-width: 100px;
margin-bottom: 16px;
}
.thumb-display .ewd-upcp-urp-review-score {
margin-left: 50%;
right: 50px;
} .ewd-upcp-inquire-button,
.ewd-upcp-wc-cart-button {
cursor: pointer;
}
.ewd-upcp-catalog-cart,
.ewd-upcp-wc-cart-div {
position: fixed;
top: 0px;
right: 0px;
background: #FFFFFF;
border: 1px #ccc solid;
border-top: none;
border-right: none;
border-radius: 0;
padding: 40px 40px 32px;
text-align: center;
box-shadow: 0 0 4px #ccc;
z-index: 100;
}
.ewd-upcp-clear-cart {
cursor: pointer;
font-size: 0.8em;
position: relative;
float: left;
width: 100%;
margin-top: 14px;
}
.ewd-upcp-cart-item-count-div {
font-size: 1em;
position: relative;
float: left;
width: 100%;
margin-bottom: 12px;
font-weight: bold;
}
.ewd-upcp-submit-wc-cart input[name="ewd_upcp_submit_cart"] {
background: #292929;
color: #fff;
border-radius: 0;
padding: 12px 22px;
font-weight: bold;
font-size: 1.2em;
}
.ewd-upcp-submit-wc-cart input[name="ewd_upcp_submit_cart"]:hover {
background: #555;
color: #fff;
} .prod-cat-display-categories-tags {
position: relative;
float: left;
width: 100%;
margin: 4px 0;
}
.prod-cat-display-categories-tags:first-of-type {
margin-top: 8px;
} .ewd-upcp-catalog-product-thumbnail-image-div, .ewd-upcp-catalog-product-thumbnail-image-div a {
width: calc(100% - 20px);
}
.ewd-upcp-catalog-product-thumbnail-image-div {
display: table;
}
.ewd-upcp-catalog-product-thumbnail-image-div img {
max-width: calc(100% - 20px);
} #ewd-upcp-price-range span,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs span {
position: relative;
float: left;
}
.ewd-upcp-price-slider-currency-symbol {
display: block;
position: relative;
float: left;
margin-right: 6px;
margin-top: 5px;
}
.ewd-upcp-price-slider-divider {
display: block;
position: relative;
float: left;
margin: 4px 10px 0;
}
input[name="ewd-upcp-price-slider-min"], 
input[name="ewd-upcp-price-slider-max"], 
input[name="ewd-upcp-custom-field-slider-min"], 
input[name="ewd-upcp-custom-field-slider-max"] {
display: block;
position: relative;
float: left;
width: 60px;
height: 32px;
padding: 8px;
}
#ewd-upcp-price-range,
span.ewd-upcp-custom-field-range,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs {
clear: both;
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-custom-field-slider, #upcp-price-score-filter {
clear: both;
position: relative;
float: left;
width: 100%;
margin: 7px 0 12px;
}
.ewd-upcp-custom-field-slider-container {
clear: both;
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-catalog-sidebar-cf-content {
clear: both;
position: relative;
float: left;
width: 100%;
}
@media screen and (min-width: 716px) and (max-width: 1120px) {
#upcp-price-slider-min-span, #upcp-price-slider-max-span {
clear: both;
width: 100%;
}
} @font-face { font-family: 'ewd-details';
src: url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/css/fonts/ewd-details.eot);
src: url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/css/fonts/ewd-details.woff2) format('woff2'),
url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/css/fonts/ewd-details.woff) format('woff'),
url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/css/fonts/ewd-details.ttf) format("truetype"),
url(//www.baldams.lt/wp-content/plugins/ultimate-product-catalogue/assets/css/fonts/ewd-details.svg#ewd-details) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-upcp-details-icon {
font-family: 'ewd-details';
font-size: 1.3em;
color: #1b8be0;
width: 32px;
text-align: right;
display: table-cell;
vertical-align: middle;
} .cat-collapsible {
float: none;
text-align: right;
display: inline;
}
.ewd-upcp-catalog-sidebar input[type="checkbox"] {
width: 16px;
margin-right: 0;
height: 16px;
display: inline;
}
.ewd-upcp-label {
display: inline;
}
.ewd-upcp-edit-product-admin-bar-link>.ab-item:before {
content: "\f464";
top: 2px;
font: normal 20px/1 dashicons;
}
select[name="ewd-upcp-sort-by"] {
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: #fefefe;
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #0a0a0a;
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>");
-webkit-background-origin: content-box;
background-origin: content-box;
background-position: right -1rem center;
background-repeat: no-repeat;
-webkit-background-size: 9px 6px;
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;
} .ewd-upcp-thumbnail-anchor,
.ewd-upcp-single-product-thumbnail {
display: block;
width: 100%;
margin-bottom: 8px;
}
.ewd-upcp-single-product-price span {
text-decoration: line-through;
}
.ewd-upcp-single-product-price span:last-of-type {
text-decoration: none;
} .ewd-upcp-single-product-extra-element-label {
font-weight: bold;
}
.ewd-upcp-tabbed-product-page {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-images-div {
position: relative;
float: left;
width: 47%;
margin: 0;
padding: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-main-image {
position: relative;
float: left;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
border: none;
box-shadow: none;
transition: none;
box-sizing: border-box;
line-height: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-product-image {
width: 100%;
height: auto;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-main-image:hover {
box-shadow: none;
cursor: initial;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-main-image.ewd-ulb-open-lightbox:hover {
cursor: zoom-in;
}
.ewd-upcp-single-product-thumbnails-previous,
.ewd-upcp-single-product-thumbnails-next {
display: none;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-thumbnails {
position: relative;
float: left;
width: 100%;
margin: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-thumbnail-anchor {
display: block;
position: relative;
float: left;
width: calc(25% - 12px);
height: auto;
margin: 16px 16px 0 0;
padding: 0;
box-shadow: none;
transition: none;
border: none;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-thumbnail-anchor:nth-of-type(4n+4) {
margin-right: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-thumbnail-anchor img {
position: relative;
float: left;
width: 100%;
height: auto;
cursor: pointer;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-details {
position: relative;
float: right;
width: 47%;
margin: 0;
padding: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-details-title-and-price {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-title {
font-size: 1.65em;
text-transform: uppercase;
border: none;
margin: 0;
padding: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-price {
font-size: 1.2em;
border: none;
margin: 12px 0 24px;
padding: 0;
color: #247e7d;
font-weight: normal;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons {
margin: 40px 0;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li {
padding: 0;
margin: 0 4px 4px 0;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-facebook a,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-twitter a,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-linkedin a,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-pinterest a,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-email a {
background-color: transparent;
border: 2px solid #333;
border-radius: 2px;
box-shadow: none;
transition: background-color .3s;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li a .rrssb-icon svg path, .rrssb-buttons li a .rrssb-icon svg polygon {
fill: #333;
transition: color .3s;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li a .rrssb-text {
color: #333;
transition: color .3s;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-facebook a:hover,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-twitter a:hover,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-linkedin a:hover,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-pinterest a:hover,
.ewd-upcp-tabbed-product-page .rrssb-buttons li.rrssb-email a:hover {
background-color: #333;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li a:hover .rrssb-icon svg path, .rrssb-buttons li a .rrssb-icon svg polygon {
fill: #fff;
}
.ewd-upcp-tabbed-product-page .rrssb-buttons li a:hover .rrssb-text {
color: #fff;
}
.ewd-upcp-single-product-tabs-container {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-single-product-tabs-menu {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-single-product-tabs-menu ul {
position: relative;
float: left;
width: 100%;
margin: 15px 0 0 !important;
padding: 0;
border: 1px solid #e5e5e5;
border-bottom: none;
box-sizing: border-box;
}
.ewd-upcp-single-product-tabs-menu ul li {
box-sizing: border-box;
position: relative;
float: left;
width: 25%;
list-style: none;
background: transparent;
color: #333;
margin: 0;
padding: 8px 16px;
height: 75px;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
min-height: auto;
cursor: pointer;
transition: background .3s, color .3s;
overflow: hidden;
}
.ewd-upcp-single-product-tabs-menu ul li.ewd-upcp-single-product-menu-tab-selected {
background: #fafafa;
}
.ewd-upcp-single-product-tabs-menu ul li:hover {
background: #fafafa;
}
.ewd-upcp-single-product-tab {
position: relative;
float: left;
width: 100%;
box-sizing: border-box;
padding: 20px 24px;
border: 1px solid #e5e5e5;
top: -1px;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-description {
margin: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-bottom-div {
position: relative;
float: left;
width: 100%;
margin: 80px 0 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-related-products {
display: block;
position: relative;
float: left;
width: 100%;
margin: 0;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-related-products-title {
position: relative;
float: left;
width: 100%;
margin: 0;
border: none;
font-size: 1.4em;
font-weight: bold;
text-align: center;
}
.ewd-upcp-minimal-product {
position: relative;
float: left;
width: 23.5%;
height: auto;
margin: 12px 2% 0 0;
}
.ewd-upcp-minimal-product:nth-of-type(4n+4) {
margin-right: 0;
}
.ewd-upcp-minimal-product a {
position: relative;
float: left;
width: 100%;
border: none;
box-shadow: none;
color: #333;
}
.ewd-upcp-minimal-product a:hover {
color: #666;
}
.ewd-upcp-minimal-product-image {
position: relative;
float: left;
width: 100%;
height: 160px;
}
.ewd-upcp-minimal-product-image .ewd-upcp-product-image {
position: relative;
float: left;
width: 100%;
height: 100%;
object-fit: cover;
}
.ewd-upcp-minimal-product-title {
position: relative;
float: left;
width: 100%;
text-align: center;
font-size: 1em;
text-transform: uppercase;
border: none;
margin: 8px 0 0;
padding: 0;
font-weight: normal;
}
.ewd-upcp-minimal-product-price {
position: relative;
float: left;
width: 100%;
text-align: center;
font-size: 1.2em;
border: none;
margin: 0 0 24px;
padding: 0;
color: #247e7d;
font-weight: normal;
}
.ewd-upcp-tabbed-product-page .ewd-upcp-next-previous-products {
display: block;
position: relative;
float: left;
width: 100%;
margin: 24px 0 0;
}
.ewd-upcp-next-product,
.ewd-upcp-previous-product {
position: relative;
float: left;
width: 50%;
}
.ewd-upcp-next-product {
text-align: left;
}
.ewd-upcp-previous-product {
text-align: right;
}
.ewd-upcp-next-previous-title {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-next-product .ewd-upcp-minimal-product {
width: 47%;
margin: 10px 0 0;
}
.ewd-upcp-previous-product .ewd-upcp-minimal-product {
float: right;
width: 47%;
margin: 10px 0 0;
} .ewd-upcp-shop-style-product-page .ewd-upcp-single-product-details-title-and-price {
position: relative;
float: right;
width: 47%;
margin: 0;
padding: 0;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-details {
position: relative;
float: left;
width: 100%;
margin: 64px 0 0;
padding: 0;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul {
position: relative;
float: left;
width: 100%;
margin: 15px 0 0 !important;
padding: 0;
border: none;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul li {
padding: 8px 20px;
border-top: 1px solid #e5e5e5;
background: #fafafa;
height: auto;
width: auto;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul li:last-of-type {
border-right: 1px solid #e5e5e5;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul li:first-of-type {
border-left: 1px solid #e5e5e5;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul li.ewd-upcp-single-product-menu-tab-selected {
background: #fff;
border-bottom: 1px solid #fff;
z-index: 2;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tabs-menu ul li:hover {
background: #fff;
}
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-tab {
padding: 20px 0;
border: none;
border-top: 1px solid #e5e5e5;
top: -1px;
}
@media screen and (max-width: 768px) {
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-images-div,
.ewd-upcp-tabbed-product-page .ewd-upcp-single-product-details,
.ewd-upcp-shop-style-product-page .ewd-upcp-single-product-details-title-and-price {
width: 100%;
margin-bottom: 48px;
}	
} .ready .gs-w:not(.preview-holder),
.ready .resize-preview-holder {
background: transparent;
}
.ewd-upcp-product-page-mobile-screen {
display: none;
}
@media screen and (max-width: 768px) {
.ewd-upcp-product-page-large-screen {
display: none;
}
.ewd-upcp-product-page-mobile-screen {
display: block;
}
} .ewd-upcp-catalog-div *,
.ewd-upcp-catalog-div ::after,
.ewd-upcp-catalog-div ::before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.ewd-upcp-catalog-div,
.ewd-upcp-catalog-information {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-catalog-information-description p {
margin-bottom: 48px;
}
.ewd-upcp-catalog-header-bar {
position: relative;
float: right;
width: 144px;
margin: 0 0 20px 0;
}
.ewd-upcp-toggle-icon {
position: relative;
float: left;
width: 40px;
height: 29px;
margin-left: 8px;
cursor: pointer;
}
.ewd-upcp-catalog-display {
position: relative;
float: right;
width: 70%;
}
.ewd-upcp-product-action-button {
position: relative;
float: left;
width: auto;
height: auto;
padding: 8px 12px;
margin: 12px 0 0;
color: #333;
background: transparent;
border: 2px solid #333;
border-radius: 2px;
line-height: initial;
cursor: pointer;
transition: background .3s, color .3s;
}
.ewd-upcp-product-action-button:hover {
color: #fff;
background: #333;
}
.ewd-upcp-urp-review-score {
display: block;
position: relative;
float: left;
width: 120px;
min-width: auto;
margin: 0 0 16px calc(50% - 60px);
}
.ewd-upcp-urp-review-score .dashicons {
display: block;
position: relative;
float: left;
margin: 0 2px;
}
.ewd-upcp-catalog-category-heading,
.ewd-upcp-catalog-category-heading-image-div {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-catalog-category-heading-image {
margin-left: 50%;
margin-top: 40px;
}
.ewd-upcp-catalog-category-label {
margin: 30px 0;
line-height: 1.3;
}
.ewd-upcp-catalog-category-block .ewd-upcp-catalog-category-label {
padding: 20px 0;
}  
.ewd-upcp-catalog-category-heading-description {
position: relative;
float: left;
width: 100%;
margin-bottom: 30px;
text-align: center;
}
.ewd-upcp-product-title-div {
position: relative;
float: left;
width: 100%;
}
.ewd-upcp-single-product-breadcrumbs {
position: relative;
float: left;
width: 100%;
margin-bottom: 16px;
}
.ewd-upcp-single-product-breadcrumb-link {
display: block;
position: relative;
float: left;
margin-right: 4px;
}
.ewd-upcp-single-product-breadcrumb-link:not(:last-child):after {
content: '»';
}
.ewd-upcp-single-product-breadcrumb-link a {
text-decoration: none;
color: #333;
border: none;
box-shadow: none;
}
.ewd-upcp-single-product-breadcrumb-link a:hover {
text-decoration: none;
color: #555;
border: none;
box-shadow: none;
}
.ewd-upcp-catalog-sidebar-clear-all {
position: relative;
float: left;
width: 100%;
background: #333;
color: #fff;
cursor: pointer;
padding: 8px 0;
text-align: center;
}
.ewd-upcp-catalog-sidebar-clear-all:hover {
background: #555;
}
.ewd-upcp-catalog-product-price span {
position: relative;
float: left;
width: 100%;
text-align: center;
margin: 2px 0;
text-decoration: line-through;
}
.ewd-upcp-catalog-product-price span:last-of-type {
text-decoration: none;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-price span {
width: auto;
margin: 2px 0 0 4px;
} .ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-thumbnail {
border: 2px solid #333;
padding: 10px 0 0;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-thumbnail-image-div,
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-thumbnail-body-div {
margin: 0 10px;
width: calc(100% - 20px);
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-thumbnail-image-div {
margin-bottom: 10px;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-thumbnail .ewd-upcp-product-action-button {
width: 100%;
border-left: none;
border-right: none;
border-bottom: none;
border-radius: 0;
text-align: center;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-detail {
border: 2px solid #333;
padding: 0;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-detail-image-div {
margin: 10px;
width: calc(30% - 20px);
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-detail-mid-div {
padding: 10px;
border-left: 2px solid #333;
border-right: 2px solid #333;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-detail .ewd-upcp-product-action-button {
width: 100%;
border-right: none;
border-left: none;
border-radius: 0;
text-align: center;
}
.ewd-upcp-catalog-main-block .ewd-upcp-catalog-product-detail-end-div .ewd-upcp-catalog-product-price {
margin-top: 14px;
text-align: center;
} .ewd-upcp-catalog-main-hover .ewd-upcp-catalog-product-thumbnail-body-div .ewd-upcp-catalog-product-categories,
.ewd-upcp-catalog-main-hover .ewd-upcp-catalog-product-thumbnail-body-div .ewd-upcp-catalog-product-subcategories,
.ewd-upcp-catalog-main-hover .ewd-upcp-catalog-product-thumbnail-body-div .ewd-upcp-catalog-product-tags,
.ewd-upcp-catalog-main-hover .ewd-upcp-catalog-product-thumbnail-body-div .ewd-upcp-catalog-product-custom-field {
display: none;
}
.ewd-upcp-catalog-product-image-hover-div {
display: none;
position: absolute;
z-index: 4;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.8);
}
.ewd-upcp-catalog-product-image:hover .ewd-upcp-catalog-product-image-hover-div {
display: block;
}
.ewd-upcp-catalog-main-hover .ewd-upcp-product-action-button {
display: none;
}
.ewd-upcp-catalog-product-image-hover-div .ewd-upcp-product-action-button {
display: block;
float: none;
position: absolute;
width: 90%;
bottom: 10px;
left: 5%;
height: 35px;
border-color: #fff;
color: #fff;
text-align: center;
}
.ewd-upcp-catalog-product-thumbnail-image-div a.ewd-upcp-catalog-product-image-hover-details,
.ewd-upcp-catalog-product-detail-image-div a.ewd-upcp-catalog-product-image-hover-details {
display: block;
position: absolute;
width: 90%;
bottom: 55px;
left: 5%;
height: 35px;
border: 2px solid #fff;
border-radius: 2px;
color: #fff;
background: transparent;
text-align: center;
padding: 8px 12px;
box-shadow: none;
text-decoration: none;
line-height: 1;
}
.ewd-upcp-catalog-product-thumbnail-image-div a.ewd-upcp-catalog-product-image-hover-details:hover,
.ewd-upcp-catalog-product-detail-image-div a.ewd-upcp-catalog-product-image-hover-details:hover  {
background: #333;
} .ewd-upcp-catalog-sidebar {
display: block;
position: relative;
float: left;
width: 25%;
}
.ewd-upcp-catalog-sidebar-title {
margin: 8px 0 3px;
}
.ewd-upcp-catalog-sidebar > div,
.ewd-upcp-catalog-sidebar-custom-field-div {
margin-bottom: 24px;
}
.ewd-upcp-catalog-sidebar-sort > span,
.ewd-upcp-catalog-sidebar-search > span,
.ewd-upcp-catalog-sidebar-price-filter > span{
font-weight: bold;
margin-bottom: 3px;
}
select[name="ewd-upcp-sort-by"] {
width: 100%;
height: auto;
margin: 0;
font-size: 1em;
}
input[name="ewd-upcp-search"] {
padding: 0.5rem;
border-color: #cacaca;
width: 100%;
font-size: 1em;
height: auto;
}
#ewd-upcp-price-filter {
width: calc(100% - 20px);
margin: 3px 0 0 10px;
}
#ewd-upcp-price-range,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs {
margin: 12px 0 25px;
}
#ewd-upcp-price-range span,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs span {
width: calc(50% - 10px);
}
#ewd-upcp-price-range span.ewd-upcp-price-slider-divider,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs span.ewd-upcp-custom-field-slider-divider {
width: 20px;
text-align: center;
}
#ewd-upcp-price-range input,
.ewd-upcp-catalog-sidebar-custom-field-slider-text-inputs input {
margin-right: 4px;
width: calc(100% - 20px);
}
.ewd-upcp-taxonomy-description {
line-height: 1.5;
margin: 0 0 8px 23px;
font-style: italic;
font-size: .85em;
color: #777;
}
.ewd-upcp-catalog-sidebar-hierarchical .ewd-upcp-catalog-sidebar-subcategory {
margin: 0 0 14px 24px;
line-height: 1;
}
.ewd-upcp-sidebar-toggle {
position: relative;
float: left;
width: 120px;
background: #333;
color: #fff;
padding: 6px 0;
margin: 32px 0 32px calc(50% - 60px);
text-align: center;
cursor: pointer;
z-index: 2;
}
.ewd-upcp-sidebar-toggle:hover {
background: #555;
}
.ewd-upcp-sidebar-toggle-downcaret:after {
font-size: .8em;
content: " ▼";
}
.ewd-upcp-sidebar-toggle-upcaret:after {
font-size: .8em;
content: " ▲";
}
.ewd-upcp-catalog-sidebar-collapsible.ewd-upcp-sidebar-content-hidden ~ div,
.ewd-upcp-catalog-sidebar-collapsible.ewd-upcp-sidebar-content-hidden ~ select { 
display: none;
}
.ewd-upcp-catalog-sidebar-collapsible.ewd-upcp-sidebar-content-hidden {
cursor: pointer;
}
.ewd-upcp-taxonomy-collapsible-children::after {
content: '-';
cursor: pointer;
font-size: 1.3em;
}
.ewd-upcp-taxonomy-collapsible-children.ewd-upcp-taxonomy-collapsible-children-hidden::after {
content: '+';
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:not(:checked) + label,
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:checked + label,
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:not(:checked) + label,
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:checked + label {
padding: 5px;
}
.ewd-upcp-catalog-sidebar-checkbox-style-minimalist [type="checkbox"]:checked + label,
.ewd-upcp-catalog-sidebar-checkbox-style-block [type="checkbox"]:checked + label {
background:rgba(225,225,225, 0.75);
}
@media screen and (max-width: 768px) {
.ewd-upcp-catalog-display {
width: 100%;
}	
.ewd-upcp-catalog-sidebar {
width: 100%;
}
.ewd-upcp-catalog-header-bar {
width: 100%;
margin: 0 0 40px 0;
}	
.ewd-upcp-toggle-icon {
margin-left: 0;
margin-right: 8px;
}
} .ewd-upcp-catalog-product-thumbnail {
display: block;
position: relative;
float: left;
border: none;
border-radius: 0;
margin: 0 2% 32px 0;
min-height: auto;
max-height: none;
overflow: hidden;
}
.ewd-upcp-thumbnail-four-columns .ewd-upcp-catalog-product-thumbnail {
width: 23.5%;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(4n+4) {
margin-right: 0;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(4n+5) {
margin-right: 0;
}
.ewd-upcp-thumbnail-five-columns .ewd-upcp-catalog-product-thumbnail {
width: 18.4%;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(5n+5) {
margin-right: 0;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(5n+6) {
margin-right: 0;
}
.ewd-upcp-thumbnail-three-columns .ewd-upcp-catalog-product-thumbnail {
width: 32%;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(3n+3) {
margin-right: 0;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(3n+4) {
margin-right: 0;
}
.ewd-upcp-catalog-product-thumbnail-image-div {
display: block;
position: relative;
float: left;
width: 100%;
height: auto;
overflow: initial;
background: transparent;
text-align: left;
}
.ewd-upcp-catalog-product-thumbnail-image-div .ewd-upcp-catalog-product-image {
display: block;
position: relative;
float: left;
width: 100%;
height: auto;
text-align: left;	
box-shadow: none;
border: none;
}
.ewd-upcp-catalog-product-thumbnail-image-div img {
display: block;
position: relative;
float: left;
width: 100%;
height: auto;
max-width: none;
max-height: none;
box-shadow: none;
border: none;
}
.ewd-upcp-catalog-fixed-thumbnail .ewd-upcp-catalog-product-thumbnail-image-div {
height: 180px;
overflow: hidden;
}
.ewd-upcp-catalog-fixed-thumbnail .ewd-upcp-catalog-product-thumbnail-image-div .ewd-upcp-catalog-product-image {
height: 100%;
}
.ewd-upcp-catalog-fixed-thumbnail .ewd-upcp-catalog-product-thumbnail-image-div img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ewd-upcp-catalog-product-thumbnail-body-div {
position: relative;
float: left;
width: 100%;
margin-top: 14px;
color: #999;
}
.ewd-upcp-catalog-product-thumbnail-body-div a {
position: relative;
float: left;
width: 100%;
color: #333;
text-align: center;
box-shadow: none;
border: none;
line-height: 1.3;
font-size: .9em;
text-transform: uppercase;
}
.ewd-upcp-catalog-product-thumbnail-body-div a:hover {
color: #999;
}
.ewd-upcp-catalog-product-thumbnail .ewd-upcp-catalog-product-price {
position: relative;
float: left;
min-height: auto;
line-height: 1;
width: 100%;
padding: 0;
margin: 16px 0;
color: #2e8f9a;	
text-align: center;
}
.ewd-upcp-catalog-product-categories,
.ewd-upcp-catalog-product-subcategories,
.ewd-upcp-catalog-product-tags,
.ewd-upcp-catalog-product-custom-field {
position: relative;
float: left;
width: 100%;
margin: 4px 0;
font-size: .8em;
line-height: 1.2;
}
@media screen and (max-width: 1400px) {
.ewd-upcp-catalog-fixed-thumbnail .ewd-upcp-catalog-product-thumbnail-image-div {
height: 140px;
}
}
@media screen and (max-width: 1000px) {
.ewd-upcp-thumbnail-four-columns .ewd-upcp-catalog-product-thumbnail,
.ewd-upcp-thumbnail-five-columns .ewd-upcp-catalog-product-thumbnail,
.ewd-upcp-thumbnail-three-columns .ewd-upcp-catalog-product-thumbnail {
width: 49%;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(4n+4) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+2) {
margin-right: 0;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(4n+5) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-four-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+3) {
margin-right: 0;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(5n+5) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+2) {
margin-right: 0;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(5n+6) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-five-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+3) {
margin-right: 0;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(3n+3) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+2) {
margin-right: 0;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(3n+4) {
margin-right: 2%;
}
.ewd-upcp-thumbnail-three-columns > .ewd-upcp-catalog-category > .ewd-upcp-catalog-product-thumbnail:nth-of-type(2n+3) {
margin-right: 0;
}
.ewd-upcp-catalog-fixed-thumbnail .ewd-upcp-catalog-product-thumbnail-image-div {
height: 180px;
}
}
@media screen and (max-width: 600px) {
.ewd-upcp-thumbnail-four-columns .ewd-upcp-catalog-product-thumbnail,
.ewd-upcp-thumbnail-five-columns .ewd-upcp-catalog-product-thumbnail,
.ewd-upcp-thumbnail-three-columns .ewd-upcp-catalog-product-thumbnail {
width: 100%;
margin-right: 0;
}
} .ewd-upcp-catalog-product-detail {
display: block;
position: relative;
float: left;
width: 100%;
margin: 16px 0 80px;
min-height: auto;
border: none;
}
.ewd-upcp-catalog-product-detail-image-div {
display: block;
position: relative;
float: left;
width: 30%;
height: auto;
}
.ewd-upcp-catalog-product-image {
display: block;
position: relative;
float: left;
width: 100%;
height: auto;
line-height: 1;
}
.ewd-upcp-catalog-product-detail-image-div img {
position: relative;
float: left;
width: 100%;
height: auto;
max-width: none;
max-height: none;
}
.ewd-upcp-catalog-product-detail-mid-div {
display: block;
position: relative;
float: left;
width: 50%;
height: auto;
border: none;
min-height: auto;
padding: 0 48px;
color: #999;
}
.ewd-upcp-catalog-product-detail-mid-div .ewd-upcp-urp-review-score {
width: 100%;
margin: 0 0 16px 0;
}
.ewd-upcp-catalog-product-detail-mid-div a.ewd-upcp-product-title {
position: relative;
float: left;
width: 100%;
margin: 4px 0 16px;
color: #333;
text-align: left;
box-shadow: none;
border: none;
line-height: 1.3;
font-size: 1.25em;
text-transform: uppercase;
}
.ewd-upcp-catalog-product-detail-mid-div a.ewd-upcp-product-title:hover {
color: #666;
}
.ewd-upcp-catalog-product-detail-mid-div .ewd-upcp-catalog-product-description {
margin-bottom: 24px;
color: #333
}
.ewd-upcp-catalog-product-detail-end-div {
display: block;
position: relative;
float: left;
width: 20%;
}
.ewd-upcp-catalog-product-detail-end-div .ewd-upcp-catalog-product-price {
margin-top: 0;
} .ewd-upcp-list-view {
position: relative;
float: left;
width: 100%;
margin: 20px 0 40px;
}
.ewd-upcp-catalog-product-list {
position: relative;
float: left;
width: 100%;
margin: 4px 0;
}
.ewd-upcp-catalog-product-list .ewd-upcp-urp-review-score {
margin: 0 32px 0 0;
color: #999;
}
.ewd-upcp-catalog-product-list .ewd-upcp-product-title-div {
width: calc(100% - 252px);
cursor: zoom-in;
}
.ewd-upcp-catalog-product-list a.ewd-upcp-product-title {
position: relative;
float: left;
width: auto;
margin: 0;
color: #333;
text-align: left;
box-shadow: none;
border: none;
line-height: 1.3;
font-size: 1em;
text-transform: none;
}
.ewd-upcp-catalog-product-list a.ewd-upcp-product-title:hover {
color: #666;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-price {
width: 100px;
min-width: auto;
}
.ewd-upcp-catalog-product-list-content {
position: relative;
float: left;
width: 100%;
margin: 20px 0 40px;
}
.ewd-upcp-catalog-product-list-image-div {
position: relative;
float: left;
width: 30%;
overflow: hidden;
height: auto;
text-align: left;
}
.ewd-upcp-catalog-product-list-image-div a.ewd-upcp-catalog-product-image {
display: block;
position: relative;
float: left;
width: 100%;
line-height: 1;
text-align: left;
height: auto;
}
.ewd-upcp-catalog-product-list-image-div img.ewd-upcp-product-image {
position: relative;
float: left;
width: 100%;
height: auto;
margin: 0;
max-width: none;
max-height: none;
}
.ewd-upcp-catalog-product-list-body-div {
position: relative;
float: right;
width: 65%;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-categories,
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-subcategories,
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-tags,
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-custom-field {
position: relative;
float: right;
width: 100%;
color: #999;
}
.ewd-upcp-catalog-product-list .ewd-upcp-catalog-product-categories {
margin-top: 20px;
border-top: 1px solid #ccc;
padding-top: 20px;
}
.ewd-upcp-catalog-product-list .ewd-upcp-product-action-button {
width: 100%;
text-align: center;
} .ewd-upcp-product-comparison-button,
.ewd-upcp-sale-price {
position: absolute;
right: -50px;
top: -50px;
width: 100px;
height: 100px;
background: green;
color: #fff;
z-index: 5;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.ewd-upcp-catalog-product-thumbnail .ewd-upcp-product-comparison-button, 
.ewd-upcp-catalog-product-thumbnail .ewd-upcp-sale-price {
top: -50px;
}
.ewd-upcp-catalog-product-detail .ewd-upcp-product-comparison-button, 
.ewd-upcp-catalog-product-detail .ewd-upcp-sale-price, 
.ewd-upcp-catalog-product-list .ewd-upcp-product-comparison-button, 
.ewd-upcp-catalog-product-list .ewd-upcp-sale-price {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
right: auto;
left: -50px;
}
.ewd-upcp-product-comparison-button {
cursor: pointer;
}
.ewd-upcp-product-comparison-button.ewd-upcp-comparison-clicked {
background: blue;
}
.ewd-upcp-product-comparison-button span,
.ewd-upcp-sale-price span {
position: absolute;
bottom: 8px;
left: 0;
text-align: center;
width: 100%;
font-size: 12px;
}
#ewd-upcp-product-comparison-instructions {
position: relative;
float: left;
width: 100%;
margin: 20px 0 40px;
padding: 16px;
border: 1px solid #888;
}
#ewd-upcp-product-comparison-instructions input[type="submit"] {
position: relative;
float: left;
margin: 16px 0 0;
}
.ewd-upcp-product-comparison-image a {
height: 100%;
}
.ewd-upcp-product-comparison-image .ewd-upcp-catalog-product-image {
height: 100%;
}
.ewd-upcp-product-comparison .ewd-upcp-catalog-product-image-hover-div {
display: none !important;
} #ewd-upcp-lightbox-background-div {
opacity: .9;
background: #000;
}
#ewd-upcp-lightbox-close-div {
position: fixed;
top: 0;
right: 0;
z-index: 1001;
width: 48px;
height: 48px;
background: #000;
text-align: center;
padding-top: 5px;
color: #fff;
font-size: 20px;
cursor: pointer;
}
#ewd-upcp-lightbox-div {
position: fixed;
left: 0;
top: 0;
width: 80%;
height: 100%;
margin: 0 10%;
opacity: 1;
z-index: 1001;
overflow: hidden;
}
#ewd-upcp-lightbox-div-img-container {
position: relative;
float: left;
width: 100%;
height: calc(95vh - 260px);
margin: 5vh 0 0;
overflow: hidden;
}
#ewd-upcp-lightbox-div-img {
position: relative;
float: none;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
}
#ewd-upcp-lightbox-text-div {
position: absolute;
bottom: 0;
left: 0;
min-height: auto;
height: 240px;
width: 100%;
padding: 0;
background: transparent;
}
#ewd-upcp-lightbox-text-div-inner {
position: relative;
float: left;
width: 100%;
padding: 0;
text-align: center;
color: #fff;
}
#ewd-upcp-lightbox-title-div {
position: relative;
float: left;
width: 100%;
font-size: 1.5em;
}
#ewd-upcp-lightbox-price-div {
position: relative;
float: left;
width: 100%;
font-size: 1em;
}
#ewd-upcp-lightbox-description-div {
position: relative;
float: left;
width: 100%;
font-size: 1em;
}
#ewd-upcp-lightbox-link-container-div a {
position: relative;
float: left;
width: 160px;
margin: 16px 0 0 calc(50% - 80px);
text-align: center;
padding: 4px 0 2px;
background: transparent;
color: #fff;
border: 2px solid #fff;
border-radius: 2px;
font-size: 1em;
line-height: 1.3;
transition: background .3s, color .3s;
}
#ewd-upcp-lightbox-link-container-div a:hover {
background: #fff;
color: #333;
} .ewd-upcp-pagination {
position: relative;
float: right;
width: calc(70% - 144px);
margin-bottom: 20px;
}
.ewd-upcp-pagination:last-of-type {
width: 70%;
}
.ewd-upcp-pagination .displaying-num,
.ewd-upcp-pagination .pagination-links,
.ewd-upcp-pagination .pagination-links .paging-input {
display: block;
position: relative;
float: left;
}
.ewd-upcp-pagination .displaying-num {
margin-right: 4px;
}
.ewd-upcp-pagination .pagination-links .paging-input {
margin: 0 4px;
}
.ewd-upcp-pagination .pagination-links a {
position: relative;
float: left;
padding: 0 6px;
background: #333;
color: #fff;
border: none;
border-radius: 2px;
box-shadow: none;
text-decoration: none;
transition: background .3s, color .3s;
line-height: 1.5;
margin: 0 3px;
cursor: pointer;
}
.ewd-upcp-pagination .pagination-links a:hover {
background: #555;
color: #fff;
}
@media screen and (max-width: 768px) {
.ewd-upcp-pagination,
.ewd-upcp-pagination:last-of-type {
width: 100%;
}
} .ewd-upcp-catalog-cart,
.ewd-upcp-wc-cart-div {
padding: 40px 40px 32px;
box-shadow: 0 0 4px #ccc;
z-index: 100;
} .ewd-upcp-pattern-catalog,
.ewd-upcp-pattern-insert-products-two,
.ewd-upcp-pattern-insert-products-three,
.ewd-upcp-pattern-insert-products-four,
.ewd-upcp-pattern-insert-products-five {
display: flex;
width: 100%;
float: none;
max-width: none;
min-height: 150px;
}
.ewd-upcp-pattern-just-products .ewd-upcp-catalog-header-bar,
.ewd-upcp-pattern-just-products .ewd-upcp-catalog-information {
display: none;
}
.ewd-upcp-pattern-just-products .ewd-upcp-catalog-display {
width: 100%;
}
.ewd-upcp-pattern-insert-products-two .ewd-upcp-minimal-product {
width: 49%;
}
.ewd-upcp-pattern-insert-products-two .ewd-upcp-minimal-product-image {
height: 220px;
}
.ewd-upcp-pattern-insert-products-three .ewd-upcp-minimal-product {
width: 32%;
}
.ewd-upcp-pattern-insert-products-five .ewd-upcp-minimal-product {
width: 18.4%;
}
.ewd-upcp-pattern-insert-products-two .ewd-upcp-minimal-product:nth-of-type(4n+4),
.ewd-upcp-pattern-insert-products-three .ewd-upcp-minimal-product:nth-of-type(4n+4),
.ewd-upcp-pattern-insert-products-five .ewd-upcp-minimal-product:nth-of-type(4n+4) {
margin-right: 2%;
}
.ewd-upcp-pattern-insert-products-two .ewd-upcp-minimal-product:nth-of-type(2n+2) {
margin-right: 0;
}
.ewd-upcp-pattern-insert-products-three .ewd-upcp-minimal-product:nth-of-type(3n+3) {
margin-right: 0;
}
.ewd-upcp-pattern-insert-products-five .ewd-upcp-minimal-product:nth-of-type(5n+5) {
margin-right: 0;
}.rrssb-buttons{box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;height:36px;margin:0;padding:0;width:100%}.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%;line-height:13px;list-style:none;margin:0;padding:0 2px}.rrssb-buttons li.rrssb-email a{background-color:#0a88ff}.rrssb-buttons li.rrssb-email a:hover{background-color:#006ed6}.rrssb-buttons li.rrssb-facebook a{background-color:#306199}.rrssb-buttons li.rrssb-facebook a:hover{background-color:#244872}.rrssb-buttons li.rrssb-tumblr a{background-color:#32506d}.rrssb-buttons li.rrssb-tumblr a:hover{background-color:#22364a}.rrssb-buttons li.rrssb-linkedin a{background-color:#007bb6}.rrssb-buttons li.rrssb-linkedin a:hover{background-color:#005983}.rrssb-buttons li.rrssb-twitter a{background-color:#26c4f1}.rrssb-buttons li.rrssb-twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.rrssb-googleplus a{background-color:#e93f2e}.rrssb-buttons li.rrssb-googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.rrssb-youtube a{background-color:#df1c31}.rrssb-buttons li.rrssb-youtube a:hover{background-color:#b21627}.rrssb-buttons li.rrssb-reddit a{background-color:#8bbbe3}.rrssb-buttons li.rrssb-reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.rrssb-pinterest a{background-color:#b81621}.rrssb-buttons li.rrssb-pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.rrssb-pocket a{background-color:#ed4054}.rrssb-buttons li.rrssb-pocket a:hover{background-color:#e4162d}.rrssb-buttons li.rrssb-github a{background-color:#444}.rrssb-buttons li.rrssb-github a:hover{background-color:#2b2b2b}.rrssb-buttons li.rrssb-instagram a{background-color:#517fa4}.rrssb-buttons li.rrssb-instagram a:hover{background-color:#406582}.rrssb-buttons li.rrssb-delicious a{background-color:#0B79E5}.rrssb-buttons li.rrssb-delicious a:hover{background-color:#095fb4}.rrssb-buttons li.rrssb-vk a{background-color:#4d71a9}.rrssb-buttons li.rrssb-vk a:hover{background-color:#3d5a86}.rrssb-buttons li.rrssb-hackernews a{background-color:#f60}.rrssb-buttons li.rrssb-hackernews a:hover{background-color:#cc5200}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;box-sizing:border-box;display:block;font-size:11px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:700;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%}.rrssb-buttons li a .rrssb-icon{display:block;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .rrssb-icon svg{height:17px;width:17px}.rrssb-buttons li a .rrssb-icon svg path,.rrssb-buttons li a .rrssb-icon svg polygon{fill:#fff}.rrssb-buttons li a .rrssb-text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .rrssb-icon{left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .rrssb-text{visibility:hidden}.rrssb-buttons.large-format,.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li:first-child:nth-last-child(1) a{font-size:20px;font-size:4vw}.rrssb-buttons.large-format li:first-child:nth-last-child(2) a,.rrssb-buttons.large-format li:first-child:nth-last-child(2)~li a{font-size:16px;font-size:2vw}.rrssb-buttons.large-format li:first-child:nth-last-child(3) a,.rrssb-buttons.large-format li:first-child:nth-last-child(3)~li a{font-size:14px;font-size:1.7vw}.rrssb-buttons.large-format li:first-child:nth-last-child(4) a,.rrssb-buttons.large-format li:first-child:nth-last-child(4)~li a{font-size:13px;font-size:1.4vw}.rrssb-buttons.large-format li:first-child:nth-last-child(5) a,.rrssb-buttons.large-format li:first-child:nth-last-child(5)~li a{font-size:13px;font-size:1.2vw}.rrssb-buttons.large-format li:first-child:nth-last-child(6) a,.rrssb-buttons.large-format li:first-child:nth-last-child(6)~li a{font-size:12px;font-size:1.05vw}.rrssb-buttons.large-format li:first-child:nth-last-child(7) a,.rrssb-buttons.large-format li:first-child:nth-last-child(7)~li a{font-size:11px;font-size:.9vw}.rrssb-buttons.large-format li:first-child:nth-last-child(8) a,.rrssb-buttons.large-format li:first-child:nth-last-child(8)~li a{font-size:11px;font-size:.8vw}.rrssb-buttons.large-format li:first-child:nth-last-child(9) a,.rrssb-buttons.large-format li:first-child:nth-last-child(9)~li a{font-size:11px;font-size:.7vw}.rrssb-buttons.large-format li:first-child:nth-last-child(10) a,.rrssb-buttons.large-format li:first-child:nth-last-child(10)~li a{font-size:11px;font-size:.6vw}.rrssb-buttons.large-format li:first-child:nth-last-child(11) a,.rrssb-buttons.large-format li:first-child:nth-last-child(11)~li a{font-size:11px;font-size:.5vw}.rrssb-buttons.large-format li a{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:.2em;padding:8.5% 0 8.5% 12%}.rrssb-buttons.large-format li a .rrssb-icon{height:100%;left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .rrssb-icon svg{height:100%;position:absolute;top:0;width:100%}.rrssb-buttons.large-format li a .rrssb-text{-webkit-backface-visibility:hidden;backface-visibility:hidden}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1px}.rrssb-buttons.small-format li a .rrssb-icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .rrssb-icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .rrssb-icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg polygon{fill:#0a88ff}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#0054a3}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg polygon{fill:#306199}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#18304b}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg polygon{fill:#32506d}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#121d27}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg polygon{fill:#007bb6}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#003650}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg polygon{fill:#26c4f1}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#0b84a6}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg polygon{fill:#e93f2e}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#a01e11}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg polygon{fill:#df1c31}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#84111d}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg polygon{fill:#8bbbe3}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#398bcf}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg polygon{fill:#b81621}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#5d0b11}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg polygon{fill:#ed4054}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#b61124}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg polygon{fill:#444}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#111}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg polygon{fill:#517fa4}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#2f4a60}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg polygon{fill:#0B79E5}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#064684}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg polygon{fill:#4d71a9}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#2d4263}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg polygon{fill:#f60}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path,.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg polygon{fill:#993d00}