.product-gallery {
position: relative;
}
.product-gallery-slider-wrap,
.product-gallery-thumbs-wrap{
position: relative;
width: 100%;
}
.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.video-block{
background-color: #000000;
}
.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.image-aspect-ratio .product-gallery-slider-item .image-inner,
.product-gallery__grid.image-aspect-ratio .product-gallery__grid-item .image-inner {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.product-gallery.image-aspect-ratio .product-gallery-slider-item .image-inner img,
.product-gallery__grid.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;
} .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(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/images/ar2.svg);
}
.product-gallery-slider .owl-nav .owl-next:before,
.product-gallery-thumbs .owl-nav .owl-next:before {
background-image: url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/images/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.vertical{
display: flex;
align-items: flex-start;
}
.product-gallery.vertical .product-gallery-slider-wrap{
margin-bottom: 0;
}
.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__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__grid-item.video-block{
background-color: transparent;
}
.product-gallery__grid .product-gallery__grid-item.video-block iframe,
.product-gallery__grid .product-gallery__grid-item.video-block 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 .fancy-product-gallery img,
.product-gallery__grid .fancy-product-gallery img{
pointer-events: none;
}
@media (max-width: 821px){
.single-product-content-left,
.single-product-content-right{
width: 100% !important;
}
.product-gallery-slider .product-gallery-slider-item.video-block.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{
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%;
}
.product-gallery__grid .product-gallery__grid-item,
.product-gallery__grid.col-3x .product-gallery__grid-item{
width: 100% !important;
}
}@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u-w4bmutphjxsipx-mpclq7a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u-w4bmutphjxsipx-opci.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u_w4bmutphjxsi9w2_fqft1dw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u_w4bmutphjxsi9w2_gwft.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u8w4bmutphjxsaui-qjcy.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u8w4bmutphjxsaxc-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u_w4bmutphjxsi5wq_fqft1dw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u_w4bmutphjxsi5wq_gwft.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u_w4bmutphjxsi3wi_fqft1dw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u_w4bmutphjxsi3wi_gwft.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u8w4bmutphh30aui-qjcy.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u8w4bmutphh30axc-q.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u9w4bmutphh7usswapgr_p.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u9w4bmutphh7usswipgq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6uyw4bmutphjxawxjeu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6uyw4bmutphjx4wxg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u9w4bmutphh6uvswapgr_p.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u9w4bmutphh6uvswipgq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u9w4bmutphh50xswapgr_p.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.jewelleryofmelbourne.com.au/wp-content/uploads/elementor/google-fonts/fonts/lato-s6u9w4bmutphh50xswipgq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'TheGem Header';
src:url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot);
src:url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot?#iefix) format('embedded-opentype'),
url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.woff) format('woff'),
url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.ttf) format('truetype'),
url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.svg#thegem-header) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.gem-print-icon.gem-icon-pack-thegem-header {
display: inline-block;
font-family: 'TheGem Header';
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
text-align: center;
vertical-align: middle;
font-size: 16px;
}
.tgh-icon {
font-family: 'TheGem Header';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
line-height: 1;
}
.tgh-icon.tgh-icon-label:before {
content: '';
width: 20px;
height: 20px;
background: url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/css/icons-hbi-logo.svg) no-repeat 50% 50%;
background-size: 20px 20px;
display: inline-block;
vertical-align: middle;
}
.tgh-icon.account:before {
content: "\e700";
}
.tgh-icon.alert:before {
content: "\e701";
}
.tgh-icon.arrow-collapse-down:before {
content: "\e702";
}
.tgh-icon.arrow-collapse-up:before {
content: "\e703";
}
.tgh-icon.at:before {
content: "\e704";
}
.tgh-icon.basket:before {
content: "\e705";
}
.tgh-icon.bell:before {
content: "\e706";
}
.tgh-icon.bookmark:before {
content: "\e707";
}
.tgh-icon.briefcase:before {
content: "\e708";
}
.tgh-icon.calendar-month:before {
content: "\e709";
}
.tgh-icon.camera:before {
content: "\e70a";
}
.tgh-icon.cart:before {
content: "\e70b";
}
.tgh-icon.check:before {
content: "\e70c";
}
.tgh-icon.check-circle:before {
content: "\e70d";
}
.tgh-icon.chevron-double-down:before {
content: "\e70e";
}
.tgh-icon.chevron-double-left:before {
content: "\e70f";
}
.tgh-icon.chevron-double-right:before {
content: "\e710";
}
.tgh-icon.chevron-double-up:before {
content: "\e711";
}
.tgh-icon.chevron-down:before {
content: "\e712";
}
.tgh-icon.chevron-down-circle:before {
content: "\e713";
}
.tgh-icon.chevron-left:before {
content: "\e714";
}
.tgh-icon.chevron-left-circle:before {
content: "\e715";
}
.tgh-icon.chevron-right:before {
content: "\e716";
}
.tgh-icon.chevron-right-circle:before {
content: "\e717";
}
.tgh-icon.chevron-up:before {
content: "\e718";
}
.tgh-icon.chevron-up-circle:before {
content: "\e719";
}
.tgh-icon.clock-time-three:before {
content: "\e71a";
}
.tgh-icon.close:before {
content: "\e71b";
}
.tgh-icon.close-circle:before {
content: "\e71c";
}
.tgh-icon.cog:before {
content: "\e71d";
}
.tgh-icon.comment-text:before {
content: "\e71e";
}
.tgh-icon.credit-card:before {
content: "\e71f";
}
.tgh-icon.cube:before {
content: "\e720";
}
.tgh-icon.cursor-default-click:before {
content: "\e721";
}
.tgh-icon.database:before {
content: "\e722";
}
.tgh-icon.dots-horizontal-circle:before {
content: "\e723";
}
.tgh-icon.email:before {
content: "\e724";
}
.tgh-icon.equalizer:before {
content: "\e725";
}
.tgh-icon.flag:before {
content: "\e726";
}
.tgh-icon.gift:before {
content: "\e727";
}
.tgh-icon.globe-model:before {
content: "\e728";
}
.tgh-icon.heart:before {
content: "\e729";
}
.tgh-icon.home:before {
content: "\e72a";
}
.tgh-icon.image-filter-drama:before {
content: "\e72b";
}
.tgh-icon.information:before {
content: "\e72c";
}
.tgh-icon.key:before {
content: "\e72d";
}
.tgh-icon.lifebuoy:before {
content: "\e72e";
}
.tgh-icon.link-variant:before {
content: "\e72f";
}
.tgh-icon.lock:before {
content: "\e730";
}
.tgh-icon.logout:before {
content: "\e731";
}
.tgh-icon.magnify:before {
content: "\e732";
}
.tgh-icon.map:before {
content: "\e733";
}
.tgh-icon.map-marker:before {
content: "\e734";
}
.tgh-icon.menu:before {
content: "\e735";
}
.tgh-icon.monitor:before {
content: "\e736";
}
.tgh-icon.phone:before {
content: "\e737";
}
.tgh-icon.pin:before {
content: "\e738";
}
.tgh-icon.share-variant:before {
content: "\e739";
}
.tgh-icon.shopping-bag:before {
content: "\e73a";
}
.tgh-icon.shopping-cart:before {
content: "\e73b";
}
.tgh-icon.star:before {
content: "\e73c";
}
.tgh-icon.tag:before {
content: "\e73d";
}
.tgh-icon.tune:before {
content: "\e73e";
}
.tgh-icon.weather-night:before {
content: "\e73f";
}
.tgh-icon.weather-sunny:before {
content: "\e740";
}
.tgh-icon.web:before {
content: "\e741";
}
.tgh-icon.wrench:before {
content: "\e742";
}
.tgh-icon.address-card:before {
content: "\e900";
}
.tgh-icon.arrow-alt-circle-down:before {
content: "\e901";
}
.tgh-icon.arrow-alt-circle-left:before {
content: "\e902";
}
.tgh-icon.arrow-alt-circle-right:before {
content: "\e903";
}
.tgh-icon.arrow-alt-circle-up:before {
content: "\e904";
}
.tgh-icon.at1:before {
content: "\e905";
}
.tgh-icon.award:before {
content: "\e906";
}
.tgh-icon.ban:before {
content: "\e907";
}
.tgh-icon.bell1:before {
content: "\e908";
}
.tgh-icon.bookmark1:before {
content: "\e909";
}
.tgh-icon.book-open:before {
content: "\e90a";
}
.tgh-icon.box:before {
content: "\e90b";
}
.tgh-icon.bullhorn:before {
content: "\e90c";
}
.tgh-icon.caret-down:before {
content: "\e90d";
}
.tgh-icon.caret-left:before {
content: "\e90e";
}
.tgh-icon.caret-right:before {
content: "\e90f";
}
.tgh-icon.caret-up:before {
content: "\e910";
}
.tgh-icon.certificate:before {
content: "\e911";
}
.tgh-icon.clock1:before {
content: "\e912";
}
.tgh-icon.cloud1:before {
content: "\e913";
}
.tgh-icon.cog1:before {
content: "\e914";
}
.tgh-icon.comment1:before {
content: "\e915";
}
.tgh-icon.comment-alt:before {
content: "\e916";
}
.tgh-icon.envelope:before {
content: "\e917";
}
.tgh-icon.fire-alt:before {
content: "\e918";
}
.tgh-icon.flag1:before {
content: "\e919";
}
.tgh-icon.folder:before {
content: "\e91a";
}
.tgh-icon.globe1:before {
content: "\e91b";
}
.tgh-icon.headset:before {
content: "\e91c";
}
.tgh-icon.home1:before {
content: "\e91d";
}
.tgh-icon.info-circle:before {
content: "\e91e";
}
.tgh-icon.key2:before {
content: "\e91f";
}
.tgh-icon.lock2:before {
content: "\e920";
}
.tgh-icon.map-marker-alt:before {
content: "\e921";
}
.tgh-icon.mobile-alt:before {
content: "\e922";
}
.tgh-icon.moon:before {
content: "\e923";
}
.tgh-icon.percentage:before {
content: "\e924";
}
.tgh-icon.phone-alt:before {
content: "\e925";
}
.tgh-icon.search:before {
content: "\e926";
}
.tgh-icon.star2:before {
content: "\e927";
}
.tgh-icon.sun:before {
content: "\e928";
}
.tgh-icon.times-circle:before {
content: "\e929";
}
.tgh-icon.user-circle:before {
content: "\e92a";
}
.tgh-icon.wallet1:before {
content: "\e92b";
}
.tgh-icon.adjust-vert:before {
content: "\e600";
}
.tgh-icon.archive:before {
content: "\e601";
}
.tgh-icon.arrow_carrot-2down:before {
content: "\e602";
}
.tgh-icon.arrow_carrot-2left:before {
content: "\e603";
}
.tgh-icon.arrow_carrot-2right:before {
content: "\e604";
}
.tgh-icon.arrow_carrot-2up:before {
content: "\e605";
}
.tgh-icon.arrow_carrot-down:before {
content: "\e606";
}
.tgh-icon.arrow_carrot-down2:before {
content: "\e607";
}
.tgh-icon.arrow_carrot-left:before {
content: "\e608";
}
.tgh-icon.arrow_carrot-left2:before {
content: "\e609";
}
.tgh-icon.arrow_carrot-right:before {
content: "\e60a";
}
.tgh-icon.arrow_carrot-right2:before {
content: "\e60b";
}
.tgh-icon.arrow_carrot-up:before {
content: "\e60c";
}
.tgh-icon.arrow_carrot-up2:before {
content: "\e60d";
}
.tgh-icon.book:before {
content: "\e60e";
}
.tgh-icon.cart1:before {
content: "\e60f";
}
.tgh-icon.check1:before {
content: "\e610";
}
.tgh-icon.check2:before {
content: "\e611";
}
.tgh-icon.clock:before {
content: "\e612";
}
.tgh-icon.close1:before {
content: "\e613";
}
.tgh-icon.close2:before {
content: "\e614";
}
.tgh-icon.cloud:before {
content: "\e615";
}
.tgh-icon.cloud-download:before {
content: "\e616";
}
.tgh-icon.cloud-upload:before {
content: "\e617";
}
.tgh-icon.comment:before {
content: "\e618";
}
.tgh-icon.creditcard:before {
content: "\e619";
}
.tgh-icon.drawer:before {
content: "\e61a";
}
.tgh-icon.drive:before {
content: "\e61b";
}
.tgh-icon.el-ul:before {
content: "\e61c";
}
.tgh-icon.error-triangle:before {
content: "\e61d";
}
.tgh-icon.floppy:before {
content: "\e61e";
}
.tgh-icon.gift1:before {
content: "\e61f";
}
.tgh-icon.globe:before {
content: "\e620";
}
.tgh-icon.globe-2:before {
content: "\e621";
}
.tgh-icon.headphones:before {
content: "\e622";
}
.tgh-icon.heart1:before {
content: "\e623";
}
.tgh-icon.house:before {
content: "\e624";
}
.tgh-icon.id:before {
content: "\e625";
}
.tgh-icon.info:before {
content: "\e626";
}
.tgh-icon.key1:before {
content: "\e627";
}
.tgh-icon.laptop:before {
content: "\e628";
}
.tgh-icon.lifesaver:before {
content: "\e629";
}
.tgh-icon.like:before {
content: "\e62a";
}
.tgh-icon.lock1:before {
content: "\e62b";
}
.tgh-icon.mail:before {
content: "\e62c";
}
.tgh-icon.map1:before {
content: "\e62d";
}
.tgh-icon.menu1:before {
content: "\e62e";
}
.tgh-icon.menu-circle2:before {
content: "\e62f";
}
.tgh-icon.menu-square2:before {
content: "\e630";
}
.tgh-icon.mic:before {
content: "\e631";
}
.tgh-icon.paperclip:before {
content: "\e632";
}
.tgh-icon.pens:before {
content: "\e633";
}
.tgh-icon.percent:before {
content: "\e634";
}
.tgh-icon.phone1:before {
content: "\e635";
}
.tgh-icon.pin1:before {
content: "\e636";
}
.tgh-icon.pushpin:before {
content: "\e637";
}
.tgh-icon.ribbon:before {
content: "\e638";
}
.tgh-icon.search2:before {
content: "\e639";
}
.tgh-icon.share-thin:before {
content: "\e63a";
}
.tgh-icon.shopping-bag1:before {
content: "\e63b";
}
.tgh-icon.shopping-cart1:before {
content: "\e63c";
}
.tgh-icon.star1:before {
content: "\e63d";
}
.tgh-icon.tag1:before {
content: "\e63e";
}
.tgh-icon.toolbox:before {
content: "\e63f";
}
.tgh-icon.wallet:before {
content: "\e640";
}
.tgh-icon.airport:before {
content: "\e9a0";
}
.tgh-icon.aperture:before {
content: "\e9a1";
}
.tgh-icon.audio-cable:before {
content: "\e9a2";
}
.tgh-icon.audio-wave:before {
content: "\e9a3";
}
.tgh-icon.bios:before {
content: "\e9a4";
}
.tgh-icon.camping-tent:before {
content: "\e9a5";
}
.tgh-icon.cd:before {
content: "\e9a6";
}
.tgh-icon.centralized-network:before {
content: "\e9a7";
}
.tgh-icon.certificate1:before {
content: "\e9a8";
}
.tgh-icon.clock-time-four-outline:before {
content: "\e9a9";
}
.tgh-icon.cocktail:before {
content: "\e9aa";
}
.tgh-icon.coffee-to-go:before {
content: "\e9ab";
}
.tgh-icon.computer-mouse:before {
content: "\e9ac";
}
.tgh-icon.cone:before {
content: "\e9ad";
}
.tgh-icon.cup-with-straw:before {
content: "\e9ae";
}
.tgh-icon.cylinder:before {
content: "\e9af";
}
.tgh-icon.diamond-heart:before {
content: "\e9b0";
}
.tgh-icon.email-open:before {
content: "\e9b1";
}
.tgh-icon.email-open-outline:before {
content: "\e9b2";
}
.tgh-icon.email-outline:before {
content: "\e9b3";
}
.tgh-icon.farmer:before {
content: "\e9b4";
}
.tgh-icon.fingerprint:before {
content: "\e9b5";
}
.tgh-icon.fire-alt1:before {
content: "\e9b6";
}
.tgh-icon.flip-flops:before {
content: "\e9b7";
}
.tgh-icon.footwear:before {
content: "\e9b8";
}
.tgh-icon.game-controller:before {
content: "\e9b9";
}
.tgh-icon.globe-earth:before {
content: "\e9ba";
}
.tgh-icon.hand-box:before {
content: "\e9bb";
}
.tgh-icon.hot-air-balloon:before {
content: "\e9bc";
}
.tgh-icon.hotspot:before {
content: "\e9bd";
}
.tgh-icon.jewel:before {
content: "\e9be";
}
.tgh-icon.laptop-metrics:before {
content: "\e9bf";
}
.tgh-icon.laptop-settings:before {
content: "\e9c0";
}
.tgh-icon.lifebuoy1:before {
content: "\e9c1";
}
.tgh-icon.map-marker1:before {
content: "\e9c2";
}
.tgh-icon.map-marker-circle:before {
content: "\e9c3";
}
.tgh-icon.map-pin:before {
content: "\e9c4";
}
.tgh-icon.monitor1:before {
content: "\e9c5";
}
.tgh-icon.mountain:before {
content: "\e9c6";
}
.tgh-icon.musical:before {
content: "\e9c7";
}
.tgh-icon.phone2:before {
content: "\e9c8";
}
.tgh-icon.phone-outline:before {
content: "\e9c9";
}
.tgh-icon.physics:before {
content: "\e9ca";
}
.tgh-icon.push-pin:before {
content: "\e9cb";
}
.tgh-icon.quill-pen:before {
content: "\e9cc";
}
.tgh-icon.sail-boat:before {
content: "\e9cd";
}
.tgh-icon.settings:before {
content: "\e9ce";
}
.tgh-icon.severity:before {
content: "\e9cf";
}
.tgh-icon.shoes:before {
content: "\e9d0";
}
.tgh-icon.shopping-bag2:before {
content: "\e9d1";
}
.tgh-icon.ssd:before {
content: "\e9d2";
}
.tgh-icon.star3:before {
content: "\e9d3";
}
.tgh-icon.star-of-bethlehem:before {
content: "\e9d4";
}
.tgh-icon.street-view:before {
content: "\e9d5";
}
.tgh-icon.synchronize:before {
content: "\e9d6";
}
.tgh-icon.thanksgiving:before {
content: "\e9d7";
}
.tgh-icon.themes:before {
content: "\e9d8";
}
.tgh-icon.t-shirt-on-hanger:before {
content: "\e9d9";
}
.tgh-icon.usb-memory-stick:before {
content: "\e9da";
}
.tgh-icon.user-shield:before {
content: "\e9db";
}
.tgh-icon.video:before {
content: "\e9dc";
}
.tgh-icon.web1:before {
content: "\e9dd";
}
.tgh-icon.wet:before {
content: "\e9de";
}
.tgh-icon.windy-weather:before {
content: "\e9df";
}
.tgh-icon.tiktok:before {
content: "\e9e0";
}
.tgh-icon.tiktok-round:before {
content: "\e9e1";
}
.tgh-icon.tiktok-square:before {
content: "\e9e2";
}@font-face {
font-family: 'TheGem Header';
src:url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot);
src:url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot?#iefix) format('embedded-opentype'),
url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.woff) format('woff'),
url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.ttf) format('truetype'),
url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.svg#thegem-header) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.gem-print-icon.gem-icon-pack-thegem-header {
display: inline-block;
font-family: 'TheGem Header';
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
text-align: center;
vertical-align: middle;
font-size: 16px;
}
.tgh-icon {
font-family: 'TheGem Header';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
line-height: 1;
}
.tgh-icon.tgh-icon-label:before {
content: '';
width: 20px;
height: 20px;
background: url(//jewelleryofmelbourne.com.au/wp-content/themes/thegem-elementor/css/icons-hbi-logo.svg) no-repeat 50% 50%;
background-size: 20px 20px;
display: inline-block;
vertical-align: middle;
}
.tgh-icon.account:before {
content: "\e700";
}
.tgh-icon.alert:before {
content: "\e701";
}
.tgh-icon.arrow-collapse-down:before {
content: "\e702";
}
.tgh-icon.arrow-collapse-up:before {
content: "\e703";
}
.tgh-icon.at:before {
content: "\e704";
}
.tgh-icon.basket:before {
content: "\e705";
}
.tgh-icon.bell:before {
content: "\e706";
}
.tgh-icon.bookmark:before {
content: "\e707";
}
.tgh-icon.briefcase:before {
content: "\e708";
}
.tgh-icon.calendar-month:before {
content: "\e709";
}
.tgh-icon.camera:before {
content: "\e70a";
}
.tgh-icon.cart:before {
content: "\e70b";
}
.tgh-icon.check:before {
content: "\e70c";
}
.tgh-icon.check-circle:before {
content: "\e70d";
}
.tgh-icon.chevron-double-down:before {
content: "\e70e";
}
.tgh-icon.chevron-double-left:before {
content: "\e70f";
}
.tgh-icon.chevron-double-right:before {
content: "\e710";
}
.tgh-icon.chevron-double-up:before {
content: "\e711";
}
.tgh-icon.chevron-down:before {
content: "\e712";
}
.tgh-icon.chevron-down-circle:before {
content: "\e713";
}
.tgh-icon.chevron-left:before {
content: "\e714";
}
.tgh-icon.chevron-left-circle:before {
content: "\e715";
}
.tgh-icon.chevron-right:before {
content: "\e716";
}
.tgh-icon.chevron-right-circle:before {
content: "\e717";
}
.tgh-icon.chevron-up:before {
content: "\e718";
}
.tgh-icon.chevron-up-circle:before {
content: "\e719";
}
.tgh-icon.clock-time-three:before {
content: "\e71a";
}
.tgh-icon.close:before {
content: "\e71b";
}
.tgh-icon.close-circle:before {
content: "\e71c";
}
.tgh-icon.cog:before {
content: "\e71d";
}
.tgh-icon.comment-text:before {
content: "\e71e";
}
.tgh-icon.credit-card:before {
content: "\e71f";
}
.tgh-icon.cube:before {
content: "\e720";
}
.tgh-icon.cursor-default-click:before {
content: "\e721";
}
.tgh-icon.database:before {
content: "\e722";
}
.tgh-icon.dots-horizontal-circle:before {
content: "\e723";
}
.tgh-icon.email:before {
content: "\e724";
}
.tgh-icon.equalizer:before {
content: "\e725";
}
.tgh-icon.flag:before {
content: "\e726";
}
.tgh-icon.gift:before {
content: "\e727";
}
.tgh-icon.globe-model:before {
content: "\e728";
}
.tgh-icon.heart:before {
content: "\e729";
}
.tgh-icon.home:before {
content: "\e72a";
}
.tgh-icon.image-filter-drama:before {
content: "\e72b";
}
.tgh-icon.information:before {
content: "\e72c";
}
.tgh-icon.key:before {
content: "\e72d";
}
.tgh-icon.lifebuoy:before {
content: "\e72e";
}
.tgh-icon.link-variant:before {
content: "\e72f";
}
.tgh-icon.lock:before {
content: "\e730";
}
.tgh-icon.logout:before {
content: "\e731";
}
.tgh-icon.magnify:before {
content: "\e732";
}
.tgh-icon.map:before {
content: "\e733";
}
.tgh-icon.map-marker:before {
content: "\e734";
}
.tgh-icon.menu:before {
content: "\e735";
}
.tgh-icon.monitor:before {
content: "\e736";
}
.tgh-icon.phone:before {
content: "\e737";
}
.tgh-icon.pin:before {
content: "\e738";
}
.tgh-icon.share-variant:before {
content: "\e739";
}
.tgh-icon.shopping-bag:before {
content: "\e73a";
}
.tgh-icon.shopping-cart:before {
content: "\e73b";
}
.tgh-icon.star:before {
content: "\e73c";
}
.tgh-icon.tag:before {
content: "\e73d";
}
.tgh-icon.tune:before {
content: "\e73e";
}
.tgh-icon.weather-night:before {
content: "\e73f";
}
.tgh-icon.weather-sunny:before {
content: "\e740";
}
.tgh-icon.web:before {
content: "\e741";
}
.tgh-icon.wrench:before {
content: "\e742";
}
.tgh-icon.address-card:before {
content: "\e900";
}
.tgh-icon.arrow-alt-circle-down:before {
content: "\e901";
}
.tgh-icon.arrow-alt-circle-left:before {
content: "\e902";
}
.tgh-icon.arrow-alt-circle-right:before {
content: "\e903";
}
.tgh-icon.arrow-alt-circle-up:before {
content: "\e904";
}
.tgh-icon.at1:before {
content: "\e905";
}
.tgh-icon.award:before {
content: "\e906";
}
.tgh-icon.ban:before {
content: "\e907";
}
.tgh-icon.bell1:before {
content: "\e908";
}
.tgh-icon.bookmark1:before {
content: "\e909";
}
.tgh-icon.book-open:before {
content: "\e90a";
}
.tgh-icon.box:before {
content: "\e90b";
}
.tgh-icon.bullhorn:before {
content: "\e90c";
}
.tgh-icon.caret-down:before {
content: "\e90d";
}
.tgh-icon.caret-left:before {
content: "\e90e";
}
.tgh-icon.caret-right:before {
content: "\e90f";
}
.tgh-icon.caret-up:before {
content: "\e910";
}
.tgh-icon.certificate:before {
content: "\e911";
}
.tgh-icon.clock1:before {
content: "\e912";
}
.tgh-icon.cloud1:before {
content: "\e913";
}
.tgh-icon.cog1:before {
content: "\e914";
}
.tgh-icon.comment1:before {
content: "\e915";
}
.tgh-icon.comment-alt:before {
content: "\e916";
}
.tgh-icon.envelope:before {
content: "\e917";
}
.tgh-icon.fire-alt:before {
content: "\e918";
}
.tgh-icon.flag1:before {
content: "\e919";
}
.tgh-icon.folder:before {
content: "\e91a";
}
.tgh-icon.globe1:before {
content: "\e91b";
}
.tgh-icon.headset:before {
content: "\e91c";
}
.tgh-icon.home1:before {
content: "\e91d";
}
.tgh-icon.info-circle:before {
content: "\e91e";
}
.tgh-icon.key2:before {
content: "\e91f";
}
.tgh-icon.lock2:before {
content: "\e920";
}
.tgh-icon.map-marker-alt:before {
content: "\e921";
}
.tgh-icon.mobile-alt:before {
content: "\e922";
}
.tgh-icon.moon:before {
content: "\e923";
}
.tgh-icon.percentage:before {
content: "\e924";
}
.tgh-icon.phone-alt:before {
content: "\e925";
}
.tgh-icon.search:before {
content: "\e926";
}
.tgh-icon.star2:before {
content: "\e927";
}
.tgh-icon.sun:before {
content: "\e928";
}
.tgh-icon.times-circle:before {
content: "\e929";
}
.tgh-icon.user-circle:before {
content: "\e92a";
}
.tgh-icon.wallet1:before {
content: "\e92b";
}
.tgh-icon.adjust-vert:before {
content: "\e600";
}
.tgh-icon.archive:before {
content: "\e601";
}
.tgh-icon.arrow_carrot-2down:before {
content: "\e602";
}
.tgh-icon.arrow_carrot-2left:before {
content: "\e603";
}
.tgh-icon.arrow_carrot-2right:before {
content: "\e604";
}
.tgh-icon.arrow_carrot-2up:before {
content: "\e605";
}
.tgh-icon.arrow_carrot-down:before {
content: "\e606";
}
.tgh-icon.arrow_carrot-down2:before {
content: "\e607";
}
.tgh-icon.arrow_carrot-left:before {
content: "\e608";
}
.tgh-icon.arrow_carrot-left2:before {
content: "\e609";
}
.tgh-icon.arrow_carrot-right:before {
content: "\e60a";
}
.tgh-icon.arrow_carrot-right2:before {
content: "\e60b";
}
.tgh-icon.arrow_carrot-up:before {
content: "\e60c";
}
.tgh-icon.arrow_carrot-up2:before {
content: "\e60d";
}
.tgh-icon.book:before {
content: "\e60e";
}
.tgh-icon.cart1:before {
content: "\e60f";
}
.tgh-icon.check1:before {
content: "\e610";
}
.tgh-icon.check2:before {
content: "\e611";
}
.tgh-icon.clock:before {
content: "\e612";
}
.tgh-icon.close1:before {
content: "\e613";
}
.tgh-icon.close2:before {
content: "\e614";
}
.tgh-icon.cloud:before {
content: "\e615";
}
.tgh-icon.cloud-download:before {
content: "\e616";
}
.tgh-icon.cloud-upload:before {
content: "\e617";
}
.tgh-icon.comment:before {
content: "\e618";
}
.tgh-icon.creditcard:before {
content: "\e619";
}
.tgh-icon.drawer:before {
content: "\e61a";
}
.tgh-icon.drive:before {
content: "\e61b";
}
.tgh-icon.el-ul:before {
content: "\e61c";
}
.tgh-icon.error-triangle:before {
content: "\e61d";
}
.tgh-icon.floppy:before {
content: "\e61e";
}
.tgh-icon.gift1:before {
content: "\e61f";
}
.tgh-icon.globe:before {
content: "\e620";
}
.tgh-icon.globe-2:before {
content: "\e621";
}
.tgh-icon.headphones:before {
content: "\e622";
}
.tgh-icon.heart1:before {
content: "\e623";
}
.tgh-icon.house:before {
content: "\e624";
}
.tgh-icon.id:before {
content: "\e625";
}
.tgh-icon.info:before {
content: "\e626";
}
.tgh-icon.key1:before {
content: "\e627";
}
.tgh-icon.laptop:before {
content: "\e628";
}
.tgh-icon.lifesaver:before {
content: "\e629";
}
.tgh-icon.like:before {
content: "\e62a";
}
.tgh-icon.lock1:before {
content: "\e62b";
}
.tgh-icon.mail:before {
content: "\e62c";
}
.tgh-icon.map1:before {
content: "\e62d";
}
.tgh-icon.menu1:before {
content: "\e62e";
}
.tgh-icon.menu-circle2:before {
content: "\e62f";
}
.tgh-icon.menu-square2:before {
content: "\e630";
}
.tgh-icon.mic:before {
content: "\e631";
}
.tgh-icon.paperclip:before {
content: "\e632";
}
.tgh-icon.pens:before {
content: "\e633";
}
.tgh-icon.percent:before {
content: "\e634";
}
.tgh-icon.phone1:before {
content: "\e635";
}
.tgh-icon.pin1:before {
content: "\e636";
}
.tgh-icon.pushpin:before {
content: "\e637";
}
.tgh-icon.ribbon:before {
content: "\e638";
}
.tgh-icon.search2:before {
content: "\e639";
}
.tgh-icon.share-thin:before {
content: "\e63a";
}
.tgh-icon.shopping-bag1:before {
content: "\e63b";
}
.tgh-icon.shopping-cart1:before {
content: "\e63c";
}
.tgh-icon.star1:before {
content: "\e63d";
}
.tgh-icon.tag1:before {
content: "\e63e";
}
.tgh-icon.toolbox:before {
content: "\e63f";
}
.tgh-icon.wallet:before {
content: "\e640";
}
.tgh-icon.airport:before {
content: "\e9a0";
}
.tgh-icon.aperture:before {
content: "\e9a1";
}
.tgh-icon.audio-cable:before {
content: "\e9a2";
}
.tgh-icon.audio-wave:before {
content: "\e9a3";
}
.tgh-icon.bios:before {
content: "\e9a4";
}
.tgh-icon.camping-tent:before {
content: "\e9a5";
}
.tgh-icon.cd:before {
content: "\e9a6";
}
.tgh-icon.centralized-network:before {
content: "\e9a7";
}
.tgh-icon.certificate1:before {
content: "\e9a8";
}
.tgh-icon.clock-time-four-outline:before {
content: "\e9a9";
}
.tgh-icon.cocktail:before {
content: "\e9aa";
}
.tgh-icon.coffee-to-go:before {
content: "\e9ab";
}
.tgh-icon.computer-mouse:before {
content: "\e9ac";
}
.tgh-icon.cone:before {
content: "\e9ad";
}
.tgh-icon.cup-with-straw:before {
content: "\e9ae";
}
.tgh-icon.cylinder:before {
content: "\e9af";
}
.tgh-icon.diamond-heart:before {
content: "\e9b0";
}
.tgh-icon.email-open:before {
content: "\e9b1";
}
.tgh-icon.email-open-outline:before {
content: "\e9b2";
}
.tgh-icon.email-outline:before {
content: "\e9b3";
}
.tgh-icon.farmer:before {
content: "\e9b4";
}
.tgh-icon.fingerprint:before {
content: "\e9b5";
}
.tgh-icon.fire-alt1:before {
content: "\e9b6";
}
.tgh-icon.flip-flops:before {
content: "\e9b7";
}
.tgh-icon.footwear:before {
content: "\e9b8";
}
.tgh-icon.game-controller:before {
content: "\e9b9";
}
.tgh-icon.globe-earth:before {
content: "\e9ba";
}
.tgh-icon.hand-box:before {
content: "\e9bb";
}
.tgh-icon.hot-air-balloon:before {
content: "\e9bc";
}
.tgh-icon.hotspot:before {
content: "\e9bd";
}
.tgh-icon.jewel:before {
content: "\e9be";
}
.tgh-icon.laptop-metrics:before {
content: "\e9bf";
}
.tgh-icon.laptop-settings:before {
content: "\e9c0";
}
.tgh-icon.lifebuoy1:before {
content: "\e9c1";
}
.tgh-icon.map-marker1:before {
content: "\e9c2";
}
.tgh-icon.map-marker-circle:before {
content: "\e9c3";
}
.tgh-icon.map-pin:before {
content: "\e9c4";
}
.tgh-icon.monitor1:before {
content: "\e9c5";
}
.tgh-icon.mountain:before {
content: "\e9c6";
}
.tgh-icon.musical:before {
content: "\e9c7";
}
.tgh-icon.phone2:before {
content: "\e9c8";
}
.tgh-icon.phone-outline:before {
content: "\e9c9";
}
.tgh-icon.physics:before {
content: "\e9ca";
}
.tgh-icon.push-pin:before {
content: "\e9cb";
}
.tgh-icon.quill-pen:before {
content: "\e9cc";
}
.tgh-icon.sail-boat:before {
content: "\e9cd";
}
.tgh-icon.settings:before {
content: "\e9ce";
}
.tgh-icon.severity:before {
content: "\e9cf";
}
.tgh-icon.shoes:before {
content: "\e9d0";
}
.tgh-icon.shopping-bag2:before {
content: "\e9d1";
}
.tgh-icon.ssd:before {
content: "\e9d2";
}
.tgh-icon.star3:before {
content: "\e9d3";
}
.tgh-icon.star-of-bethlehem:before {
content: "\e9d4";
}
.tgh-icon.street-view:before {
content: "\e9d5";
}
.tgh-icon.synchronize:before {
content: "\e9d6";
}
.tgh-icon.thanksgiving:before {
content: "\e9d7";
}
.tgh-icon.themes:before {
content: "\e9d8";
}
.tgh-icon.t-shirt-on-hanger:before {
content: "\e9d9";
}
.tgh-icon.usb-memory-stick:before {
content: "\e9da";
}
.tgh-icon.user-shield:before {
content: "\e9db";
}
.tgh-icon.video:before {
content: "\e9dc";
}
.tgh-icon.web1:before {
content: "\e9dd";
}
.tgh-icon.wet:before {
content: "\e9de";
}
.tgh-icon.windy-weather:before {
content: "\e9df";
}
.tgh-icon.tiktok:before {
content: "\e9e0";
}
.tgh-icon.tiktok-round:before {
content: "\e9e1";
}
.tgh-icon.tiktok-square:before {
content: "\e9e2";
}