.thegem-te-product-gallery,
.vc_thegem_te_product_gallery {
position: relative;
width: 100%;
max-width: 100%;
}
.product-gallery-slider-wrap,
.product-gallery-thumbs-wrap {
position: relative;
width: 100%;
}
.product-gallery .product-gallery-slider-wrap {
margin-bottom: 0;
}
.product-gallery.horizontal .product-gallery-slider-wrap {
margin-bottom: 15px;
} .product-gallery .owl-carousel.owl-drag .owl-item {
-ms-touch-action: auto;
touch-action: auto;
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.product-gallery-slider .product-gallery-slider-item.item--video {
background-color: transparent;
}
.product-gallery-slider .product-gallery-slider-item video,
.product-gallery-slider .product-gallery-slider-item iframe {
position: relative;
min-width: 100%;
}
.product-gallery-slider .product-gallery-slider-item a {
display: block;
width: 100%;
height: 100%;
}
.product-gallery-slider .product-gallery-slider-item .icon-play,
.product-gallery-grid .product-gallery-grid-item .icon-play {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
transition: all 0.3s;
background-color: rgba(255, 255, 255, 0.4);
}
.product-gallery-slider .product-gallery-slider-item .icon-play:before,
.product-gallery-grid .product-gallery-grid-item .icon-play:before {
font-size: 60px;
font-style: normal;
color: rgba(255, 255, 255, 0.7);
transition: all 0.3s;
}
.product-gallery-grid.col-2x .product-gallery-grid-item .icon-play:before {
font-size: 50px;
}
.product-gallery-grid.col-3x .product-gallery-grid-item .icon-play:before {
font-size: 40px;
}
.product-gallery-slider .product-gallery-slider-item .icon-play.self:before,
.product-gallery-grid .product-gallery-grid-item .icon-play.self:before {
content: '\e655';
font-family: "thegem-icons";
}
.product-gallery-slider .product-gallery-slider-item .icon-play.youtube:before,
.product-gallery-grid .product-gallery-grid-item .icon-play.youtube:before {
content: '\e610';
font-family: "thegem-socials";
}
.product-gallery-slider .product-gallery-slider-item .icon-play.vimeo:before,
.product-gallery-grid .product-gallery-grid-item .icon-play.vimeo:before {
content: '\e637';
font-family: "thegem-socials";
}
.product-gallery-slider .product-gallery-slider-item:hover .icon-play,
.product-gallery-grid .product-gallery-grid-item:hover .icon-play {
background-color: rgba(255, 255, 255, 0.2);
}
.product-gallery-slider .product-gallery-slider-item:hover .icon-play.self:before,
.product-gallery-grid .product-gallery-grid-item:hover .icon-play.self:before {
color: #191822;
}
.product-gallery-slider .product-gallery-slider-item:hover .icon-play.youtube:before,
.product-gallery-grid .product-gallery-grid-item:hover .icon-play.youtube:before {
color: #f00f00;
}
.product-gallery-slider .product-gallery-slider-item:hover .icon-play.vimeo:before,
.product-gallery-grid .product-gallery-grid-item:hover .icon-play.vimeo:before {
color: #00ADEF;
} .product-gallery-thumbs .product-gallery-thumb-item {
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
cursor: pointer;
border: 0;
opacity: 0.5;
transition: all 0.3s linear;
}
.product-gallery-thumbs .product-gallery-thumb-item:hover {
opacity: 1;
}
.product-gallery-thumbs .owl-item.current-thumb .product-gallery-thumb-item {
opacity: 1;
}
.product-gallery-thumbs .product-gallery-thumb-item .icon-play {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
transition: opacity 0.3s;
color: rgba(255, 255, 255, 0.7);
font-size: 40px;
font-style: normal;
}
.product-gallery-thumbs .product-gallery-thumb-item .icon-play:before {
margin-top: -2px;
}
.product-gallery-thumbs .product-gallery-thumb-item .icon-play.self:before {
content: '\e655';
font-family: "thegem-icons";
}
.product-gallery-thumbs .product-gallery-thumb-item .icon-play.youtube:before {
content: '\e610';
font-family: "thegem-socials";
}
.product-gallery-thumbs .product-gallery-thumb-item .icon-play.vimeo:before {
content: '\e637';
font-family: "thegem-socials";
} .product-gallery-slider .owl-nav,
.product-gallery-thumbs .owl-nav {
opacity: 0;
transition: opacity 0.3s linear;
}
.product-gallery-slider .owl-nav .owl-prev span,
.product-gallery-slider .owl-nav .owl-next span,
.product-gallery-thumbs .owl-nav .owl-prev span,
.product-gallery-thumbs .owl-nav .owl-next span {
display: none;
}
.product-gallery-slider .owl-nav .owl-prev,
.product-gallery-slider .owl-nav .owl-next,
.product-gallery-thumbs .owl-nav .owl-prev,
.product-gallery-thumbs .owl-nav .owl-next {
position: absolute;
display: flex;
align-items: center;
top: 50%;
transform: translateY(-50%);
}
.product-gallery-slider .owl-nav .owl-prev,
.product-gallery-slider .owl-nav .owl-next {
width: 50px;
height: 50px;
align-items: center;
justify-content: center;
}
.product-gallery-slider.dots .owl-nav .owl-prev,
.product-gallery-slider.dots .owl-nav .owl-next {
top: calc(50% - 14px);
}
.product-gallery-slider .owl-nav .owl-prev {
left: 0;
}
.product-gallery-slider .owl-nav .owl-next {
right: 0;
}
.product-gallery-thumbs .owl-nav .owl-prev {
left: 5px;
}
.product-gallery-thumbs .owl-nav .owl-next {
right: 5px;
} .product-gallery-slider .owl-nav .owl-prev:before,
.product-gallery-slider .owl-nav .owl-next:before,
.product-gallery-thumbs .owl-nav .owl-prev:before,
.product-gallery-thumbs .owl-nav .owl-next:before {
content: '';
width: 18px;
height: 18px;
}
.product-gallery-slider .owl-nav .owl-prev:before,
.product-gallery-thumbs .owl-nav .owl-prev:before {
background-image: url(//baglab.it/wp-content/plugins/thegem-elements/inc/templates/elements/product-gallery/img/ar2.svg);
}
.product-gallery-slider .owl-nav .owl-next:before,
.product-gallery-thumbs .owl-nav .owl-next:before {
background-image: url(//baglab.it/wp-content/plugins/thegem-elements/inc/templates/elements/product-gallery/img/ar1.svg);
} .product-gallery-slider-wrap.init-color .product-gallery-slider .owl-nav .owl-prev:before,
.product-gallery-slider-wrap.init-color .product-gallery-slider .owl-nav .owl-next:before,
.product-gallery-thumbs-wrap.init-color .product-gallery-thumbs .owl-nav .owl-prev:before,
.product-gallery-thumbs-wrap.init-color .product-gallery-thumbs .owl-nav .owl-next:before {
font-family: "thegem-icons";
width: auto;
height: auto;
font-style: normal;
vertical-align: top;
font-size: 18px;
background-image: none;
}
.product-gallery-slider-wrap.init-color .product-gallery-slider .owl-nav .owl-prev:before,
.product-gallery-thumbs-wrap.init-color .product-gallery-thumbs .owl-nav .owl-prev:before {
content: '\e675';
}
.product-gallery-slider-wrap.init-color .product-gallery-slider .owl-nav .owl-next:before,
.product-gallery-thumbs-wrap.init-color .product-gallery-thumbs .owl-nav .owl-next:before {
content: '\e676';
}
.product-gallery-slider .owl-nav .owl-prev.disabled,
.product-gallery-slider .owl-nav .owl-next.disabled,
.product-gallery-thumbs .owl-nav .owl-prev.disabled,
.product-gallery-thumbs .owl-nav .owl-next.disabled {
opacity: 0;
}
.product-gallery-thumbs.navs-visible .owl-nav {
opacity: 1;
} .product-gallery .owl-dots {
display: flex;
flex: auto;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
margin-top: 10px;
max-width: 60%;
margin-left: auto;
margin-right: auto;
}
.product-gallery .owl-dots .owl-dot {
padding: 10px !important;
}
.product-gallery .owl-dots .owl-dot span {
display: flex;
width: 8px;
height: 8px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
}
.product-gallery .owl-dots.disabled {
display: none;
margin: 0;
} .product-gallery.vertical {
display: flex;
align-items: flex-start;
}
.product-gallery.vertical .product-gallery-thumbs-wrap {
position: absolute;
top: 0;
left: 0;
height: auto;
width: 100%;
margin: 50% 0 0 -50%;
padding: 0;
order: 0;
z-index: 0;
}
.product-gallery.vertical .product-gallery-thumbs .product-gallery-thumb-item {
transform: rotate3d(0, 0, 1, -90deg) translate3d(0, 0, 0);
}
.product-gallery.vertical .product-gallery-slider {
width: 100%;
z-index: 10;
} body.rtl .product-gallery.vertical {
align-items: flex-end;
}
body.rtl .product-gallery.vertical .product-gallery-thumbs-wrap{
top: -30px;
} .product-gallery-labels .labels-outer .product-labels {
position: absolute;
width: auto;
right: initial;
left: 10px;
top: 10px;
transform: none;
z-index: 10;
}
.product-gallery-labels .labels-outer .product-labels .text {
display: block;
}
.product-gallery-labels .labels-outer .product-labels .label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.product-gallery-labels .labels-outer .product-labels.style-1 .label {
width: 55px;
height: 55px;
padding: 4px;
border-radius: 100%;
text-align: center;
margin: 0 auto;
}
.product-gallery-labels .labels-outer .product-labels.style-1 .out-of-stock-label + .onsale,
.product-gallery-labels .labels-outer .product-labels.style-1 .out-of-stock-label + .new-label {
margin-top: -15%;
}
.product-gallery-labels .labels-outer .product-labels.style-1 .onsale .text b {
font-size: 1.3em;
}
.product-gallery-labels .labels-outer .product-labels.style-1 .onsale + .new-label {
margin-top: -15%;
}
.product-gallery-labels .labels-outer .product-labels.style-1 .new-label {
width: 45px;
height: 45px;
}
.product-gallery-labels .labels-outer .product-labels.style-1 .new-label .text {
padding-top: 2px;
}
.product-gallery-labels .labels-outer .product-labels.style-2 {
top: 16px;
left: -6px;
}
.product-gallery-labels .labels-outer .product-labels.style-2 .label {
position: relative;
width: fit-content;
height: auto;
min-height: 19px;
padding: 4px 8px;
margin: 4px 0 0 0;
border-radius: 3px 3px 3px 0;
z-index: 1;
}
.product-gallery-labels .labels-outer .product-labels.style-2 .label .text b {
font-size: 1.3em;
}
.product-gallery-labels .labels-outer .product-labels.style-2 .label:after {
content: "";
position: absolute;
left: 0;
bottom: -6px;
border-right-width: 6px;
border-right-style: solid;
border-bottom: 6px solid transparent;
filter: brightness(80%);
}
.product-gallery-labels .labels-outer .product-labels.style-3 .label {
position: relative;
width: fit-content;
height: auto;
min-height: 21px;
padding: 5px 10px;
margin: 0 0 4px 0;
border-radius: 10px;
z-index: 1;
}
.product-gallery-labels .labels-outer .product-labels.style-3 .onsale .text b {
font-size: 1.3em;
}
.product-gallery-labels .labels-outer .product-labels.style-4 {
left: 0;
top: 0;
}
.product-gallery-labels .labels-outer .product-labels.style-4 .label {
position: relative;
width: fit-content;
height: auto;
min-height: 19px;
padding: 4px 8px;
margin: 0 0 4px 0;
border-radius: 0;
z-index: 1;
}
.product-gallery-labels .labels-outer .product-labels.style-4 .label .text b {
font-size: 1.3em;
}
.product-gallery-labels .labels-outer .product-labels.style-4 .label svg {
position: absolute;
left: 100%;
top: 0;
}
.product-gallery-labels .labels-outer .product-labels.style-5 {
left: 4px;
top: 4px;
}
.product-gallery-labels .labels-outer .product-labels.style-5 .label {
width: 46px;
height: 46px;
line-height: 1.2;
padding: 4px;
transform: rotate(20deg);
-webkit-transform: rotate(20deg);
border-radius: 70px 40px 70px 40px;
border-style: dotted;
margin: 6px 0px 0px 8px !important;
}
.product-gallery-labels .labels-outer .product-labels.style-5 .label .rotate-back {
transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
}
.product-gallery-labels .labels-outer .product-labels.style-5 .label .text {
transform: rotate(-25deg);
-webkit-transform: rotate(-25deg);
}
.product-gallery-labels .labels-outer .product-labels.style-5 .out-of-stock-label + .onsale,
.product-gallery-labels .labels-outer .product-labels.style-5 .out-of-stock-label + .new-label {
margin-top: -15%;
}
.product-gallery-labels .labels-outer .product-labels.style-5 .onsale {
border-color: #F0F3F2;
}
.product-gallery-labels .labels-outer .product-labels.style-5 .onsale .text b {
font-size: 1.3em;
}
.product-gallery-labels .labels-outer .product-labels.style-5 .onsale + .new-label {
margin-top: -15%;
}
.product-gallery-labels .labels-outer .product-labels.style-5 .new-label {
width: 38px;
height: 38px;
border-color: #F0F3F2;
}
.product-gallery-labels .labels-outer .product-labels.style-6 .label {
padding: 4px;
}
.product-gallery-labels .labels-outer .product-labels.style-6 .out-of-stock-label {
width: 40px;
height: 40px;
transform: rotate(340deg);
-webkit-transform: rotate(340deg);
border-radius: 3px 3px 3px 3px;
margin: 10px 10px 10px 10px;
}
.product-gallery-labels .labels-outer .product-labels.style-6 .onsale {
width: 36px;
height: 36px;
transform: rotate(10deg);
-webkit-transform: rotate(10deg);
border-radius: 3px 3px 3px 3px;
margin: 10px 10px 10px 10px;
}
.product-gallery-labels .labels-outer .product-labels.style-6 .onsale .text b {
font-size: 1.3em;
line-height: 1.1;
}
.product-gallery-labels .labels-outer .product-labels.style-6 .new-label {
width: 26px;
height: 26px;
transform: rotate(355deg);
-webkit-transform: rotate(355deg);
border-radius: 3px 3px 3px 3px;
margin: 10px 10px 10px 10px;
} .product-gallery-fancy {
position: absolute;
top: 10px;
right: 10px;
display: flex;
align-items: center;
justify-content: center;
line-height: 0;
width: 15px;
height: 15px;
color: #3c3950;
opacity: 0;
transition: all 0.3s linear;
z-index: 10;
}
.product-gallery-fancy:before {
content: '\e674';
font-family: "thegem-icons";
vertical-align: top;
font-style: normal;
font-size: 15px;
}
.fancybox-infobar {
top: 0;
left: 0;
margin-left: 0;
}
.fancybox-infobar .fancybox-infobar__body {
background-color: transparent;
}
.fancybox-infobar .fancybox-button--left,
.fancybox-infobar .fancybox-button--right {
display: none;
}
.fancybox-thumbs__list a:before {
opacity: 1;
border: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.5);
transition: all .3s linear;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
background-color: transparent;
}
.fancybox-slide {
padding-left: 0;
padding-right: 0;
}
.product-gallery-slider:hover .owl-nav,
.product-gallery-thumbs:hover .owl-nav {
visibility: visible;
opacity: 1;
transition: all 0.3s linear;
}
.product-gallery-slider-wrap:hover .product-gallery-fancy.show {
visibility: visible;
opacity: 1 !important;
transition: all 0.3s linear;
}
.fancybox-video {
border: 0;
outline: none;
} .product-gallery-grid {
position: relative;
z-index: 1;
}
.product-gallery-grid-elements {
position: relative;
z-index: 5;
transition: all 0.3s;
}
.product-gallery-grid-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
}
.product-gallery-grid .product-gallery-grid-item {
position: relative;
}
.product-gallery-grid .product-gallery-image {
position: relative;
overflow: hidden;
}
.product-gallery-grid .product-gallery-image img {
width: 100%;
height: auto;
}
.product-gallery-grid .product-gallery-grid-item.item--video {
background-color: transparent;
}
.product-gallery-grid .product-gallery-grid-item.item--video iframe,
.product-gallery-grid .product-gallery-grid-item.item--video video {
width: 100%;
height: 100%;
}
.product-gallery-grid .product-gallery-grid-item .fancy-product-gallery:hover .product-gallery-fancy.show {
opacity: 1 !important;
}
.product-gallery .product-gallery-slider-item.item--video .mejs-controls,
.product-gallery-grid .product-gallery-grid-item.item--video .mejs-controls {
display: none !important;
}
.thegem-te-product-gallery.image-aspect-ratio .product-gallery-slider-item .image-inner,
.thegem-te-product-gallery.image-aspect-ratio .product-gallery-grid-item .image-inner {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.thegem-te-product-gallery.image-aspect-ratio .product-gallery-slider-item .image-inner img,
.thegem-te-product-gallery.image-aspect-ratio .product-gallery-grid-item .image-inner img {
height: 100% !important;
width: 100% !important;
max-width: 100% !important;
-o-object-fit: cover;
object-fit: cover;
} .thegem-te-product-gallery .woocommerce-product-gallery{
position: relative;
opacity: 1 !important;
}
.thegem-te-product-gallery .woocommerce-product-gallery__wrapper{
display: flex;
flex: auto;
flex-wrap: wrap;
margin: 0 -8px;
}
.thegem-te-product-gallery .woocommerce-product-gallery__image{
padding: 0 8px;
margin-top: 16px;
width: 20%;
}
.thegem-te-product-gallery .woocommerce-product-gallery__image:first-child{
width: 100%;
margin: 0;
}
.thegem-te-product-gallery .woocommerce-product-gallery__image a img{
width: 100%;
height: auto;
}
.thegem-te-product-gallery.product-gallery--native span.onsale{
position: absolute;
top: 10px;
left: 32px;
}
.thegem-te-product-gallery .fancy-product-gallery img{
pointer-events: none;
}
@media (max-width: 991px) {
.product-gallery-grid.col-5x .product-gallery-grid-item,
.product-gallery-grid.col-6x .product-gallery-grid-item {
width: calc(100% / 3) !important;
}
}
@media (max-width: 821px) {
.product-gallery-slider .product-gallery-slider-item.item--video.overlay:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 70%;
z-index: 10;
}
.product-gallery-grid {
margin-left: 0 !important;
margin-right: 0 !important;
}
.product-gallery-grid.col-3x .product-gallery-grid-item,
.product-gallery-grid.col-4x .product-gallery-grid-item,
.product-gallery-grid.col-5x .product-gallery-grid-item,
.product-gallery-grid.col-6x .product-gallery-grid-item {
width: 50% !important;
}
}
@media (max-width: 767px) {
.product-gallery.vertical {
padding: 0;
}
.product-gallery.vertical .product-gallery-slider-wrap,
.product-gallery.vertical .product-gallery-slider {
width: 100%;
}
.thegem-te-product-gallery .product-gallery-grid .product-gallery-grid-item {
width: 100% !important;
}
}@font-face{font-family:vc_linecons;font-style:normal;font-weight:400;src:url(//baglab.it/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot?54101537);src:url(//baglab.it/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot?54101537#iefix) format("embedded-opentype"),url(//baglab.it/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.woff?54101537) format("woff"),url(//baglab.it/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.ttf?54101537) format("truetype"),url(//baglab.it/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg?54101537#vc_openiconic) format("svg")}[class*=" vc_li-"]:before,[class^=vc_li-]:before{font-family:vc_linecons;font-style:normal;font-weight:400;speak:none;display:inline-block;font-variant:normal;line-height:inherit;margin-left:0;margin-right:0;text-align:center;text-decoration:inherit;text-transform:none;width:1em}.vc_li-heart:before{content:"\e000"}.vc_li-cloud:before{content:"\e001"}.vc_li-star:before{content:"\e002"}.vc_li-tv:before{content:"\e003"}.vc_li-sound:before{content:"\e004"}.vc_li-video:before{content:"\e005"}.vc_li-trash:before{content:"\e006"}.vc_li-user:before{content:"\e007"}.vc_li-key:before{content:"\e008"}.vc_li-search:before{content:"\e009"}.vc_li-settings:before{content:"\e00a"}.vc_li-camera:before{content:"\e00b"}.vc_li-tag:before{content:"\e00c"}.vc_li-lock:before{content:"\e00d"}.vc_li-bulb:before{content:"\e00e"}.vc_li-pen:before{content:"\e00f"}.vc_li-diamond:before{content:"\e010"}.vc_li-display:before{content:"\e011"}.vc_li-location:before{content:"\e012"}.vc_li-eye:before{content:"\e013"}.vc_li-bubble:before{content:"\e014"}.vc_li-stack:before{content:"\e015"}.vc_li-cup:before{content:"\e016"}.vc_li-phone:before{content:"\e017"}.vc_li-news:before{content:"\e018"}.vc_li-mail:before{content:"\e019"}.vc_li-like:before{content:"\e01a"}.vc_li-photo:before{content:"\e01b"}.vc_li-note:before{content:"\e01c"}.vc_li-clock:before{content:"\e01d"}.vc_li-paperplane:before{content:"\e01e"}.vc_li-params:before{content:"\e01f"}.vc_li-banknote:before{content:"\e020"}.vc_li-data:before{content:"\e021"}.vc_li-music:before{content:"\e022"}.vc_li-megaphone:before{content:"\e023"}.vc_li-study:before{content:"\e024"}.vc_li-lab:before{content:"\e025"}.vc_li-food:before{content:"\e026"}.vc_li-t-shirt:before{content:"\e027"}.vc_li-fire:before{content:"\e028"}.vc_li-clip:before{content:"\e029"}.vc_li-shop:before{content:"\e02a"}.vc_li-calendar:before{content:"\e02b"}.vc_li-vallet:before{content:"\e02c"}.vc_li-vynil:before{content:"\e02d"}.vc_li-truck:before{content:"\e02e"}.vc_li-world:before{content:"\e02f"}