@keyframes google-business-reviews-rating-star {
0% {
transform: scale(1, 1);
opacity: 0.05;
filter: saturate(0);
}
5% {
transform: scale(.1, 1);
opacity: 0.15;
}
8% {
transform: scale(.1, 1);
opacity: 0.5;
}
14% {
opacity: 1;
}
21% {
transform: scale(1.25, 1.25);
filter: saturate(100%);
}
25% {
transform: scale(1, 1);
filter: brightness(100%);
}
100%,
88% {
transform: scale(1, 1);
filter: brightness(100%) saturate(100%);
}
94% {
transform: scale(1.15, 1.15);
filter: brightness(120%) saturate(85%);
}
}
.gmbrr {
--avatar-width: 40px;
--avatar-height: 40px;
}
.gmbrr .all-stars,
.gmbrr .listing .rating,
.gmbrr .rating-stars,
.gmbrr.fonts,
.gmbrr.fonts .business-name,
.gmbrr.fonts .heading,
.gmbrr.fonts div,
.gmbrr.fonts p,
.gmbrr.fonts span {
font-family: Arial, Helvetica, sans-serif;
}
.gmbrr p,
.gmbrr ul,
.gmbrr li {
margin-block: 0;
}
.gmbrr.badge,
.gmbrr.center {
text-align: center;
}
.gmbrr.badge,
.gmbrr.padding {
padding: 1.4rem 1rem;
}
.gmbrr.badge,
.gmbrr.outline {
box-shadow: 0 14px 3px -8px #00000026, 0 0 0 3px #00000099 inset;
}
.gmbrr.badge {
border-radius: 4px;
max-width: 480px;
}
.gmbrr.badge.dark,
.gmbrr.outline.dark {
box-shadow: 0 14px 3px -8px #ffffff33, 0 0 0 3px #ffffff8c inset;
}
.gmbrr.tiny {
font-size: 14px;
}
.gmbrr.narrow,
.gmbrr.tiny {
margin-inline: auto;
}
.gmbrr.badge.tiny {
border-radius: 3px;
padding: 0.5em 1em;
max-width: 32em;
box-shadow: 0 8px 2px -4px #00000026, 0 0 0 1px #00000033 inset;
}
.gmbrr.badge.tiny.dark {
box-shadow: 0 10px 2px -4px #00000033, 0 0 0 1px #ffffff66 inset;
}
.gmbrr.badge.dark.no-outline,
.gmbrr.badge.no-outline,
.gmbrr.badge.tiny.dark.no-outline,
.gmbrr.badge.tiny.no-outline {
box-shadow: none;
}
.gmbrr .icon,
.gmbrr .icon img {
width: 100%;
height: auto;
}
.gmbrr .icon.generic {
aspect-ratio: 1;
background: transparent url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48cGF0aCBmaWxsPSIjNDU1MzkxIiBkPSJNMjkgMjloNDJ2NDJIMjl6Ii8+PHBhdGggZmlsbD0iIzQ1NTM5MSIgZD0iTTAgMHYxMDBoMTAwVjBIMHptODggODhIMTJWMTJoNzZ2NzZ6Ii8+PC9zdmc+") 0 0/100% no-repeat;
}
.gmbrr.link {
cursor: pointer;
}
.gmbrr.fonts a {
text-decoration: none;
}
.gmbrr.fonts a:hover {
text-decoration: underline;
}
.gmbrr.fonts .listing {
font-size: 13px;
line-height: 140%;
gap: 1.7rem;
}
.gmbrr.fonts .business-name,
.gmbrr.fonts .heading {
font-size: 28px;
font-weight: 400;
letter-spacing: 0;
}
.gmbrr.badge .business-name::before,
.gmbrr.badge .heading::before,
.gmbrr.bubble .listing .text-first .text::before,
.gmbrr.bubble .text.fixed-height::before,
.gmbrr.bubble .text.fixed-height::after,
.gmbrr .listing .no-avatar .author-avatar,
.gmbrr .listing .text .review-full-text,
.gmbrr.badge .listing .author-avatar {
display: none;
}
.gmbrr.fill {
background-color: rgba(255, 255, 255, 0.95);
}
.gmbrr.dark.fill {
background-color: rgba(0, 0, 0, 0.93);
}
.gmbrr.bubble.fill,
.gmbrr.dark.bubble.fill {
background-color: transparent;
}
.gmbrr.stripe,
.gmbrr.stripe.badge,
.gmbrr.stripe.badge.tiny,
.gmbrr.stripe.tiny {
padding: 0;
}
.gmbrr.stripe > :nth-child(2n-1) {
background-color: rgba(0, 0, 0, 0.1);
}
.gmbrr.stripe.dark > :nth-child(2n-1) {
background-color: rgba(255, 255, 255, 0.15);
}
.gmbrr.stripe.contrast > :nth-child(2n-1) {
background-color: rgba(0, 0, 0, 0.93);
}
.gmbrr.stripe.dark.contrast > :nth-child(2n-1) {
background-color: rgba(255, 255, 255, 0.95);
}
.gmbrr.stripe.badge > * {
padding: 1.4rem 0.5rem;
margin-block: 0;
margin-inline: 0;
}
.gmbrr.stripe.badge > :first-child {
padding-block-start: 1rem;
border-radius: 4px 4px 0 0;
}
.rtl .gmbrr.stripe.badge > :first-child {
border-radius: 4px 0 0 4px;
}
.gmbrr.stripe.badge > :last-child {
padding-block-end: 1rem;
border-radius: 0 0 4px 4px;
}
.rtl .gmbrr.stripe.badge > :last-child {
border-radius: 0 4px 4px 0;
}
.gmbrr.stripe.badge.tiny > * {
padding: 0.5rem;
}
.gmbrr.stripe.badge.tiny > :first-child {
padding-block-start: 1rem;
border-radius: 3px 3px 0 0;
}
.rtl .gmbrr.stripe.badge.tiny > :first-child {
border-radius: 3px 0 0 3px;
}
.gmbrr.stripe.badge.tiny > :last-child {
padding-block-end: 1rem;
border-radius: 0 0 3px 3px;
}
.rtl .gmbrr.stripe.badge.tiny > :last-child {
border-radius: 0 3px 3px 0;
}
.gmbrr,
.gmbrr .heading,
.gmbrr .listing .text {
color: #333;
}
.gmbrr .listing .text {
color: #222;
}
.gmbrr .author-name,
.gmbrr .author-name a,
.gmbrr.bubble.fill.turquoise .listing .text,
.gmbrr.bubble.mustard .listing .text,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover,
.gmbrr.contrast .rating,
.gmbrr.contrast .count,
.gmbrr.contrast .date,
.gmbrr.contrast .relative-time-description,
.gmbrr.contrast .vicinity,
.gmbrr.dark.bubble.fill.contrast .listing .text,
.gmbrr.dark.bubble.fill.turquoise .listing .text,
.gmbrr.fonts .author-name a,
.gmbrr.stripe.dark.contrast > :nth-child(2n-1) {
color: #000;
}
.gmbrr.dark .listing .date,
.gmbrr.dark .listing .relative-time-description,
.gmbrr.dark .no-place,
.gmbrr.dark .no-reviews,
.gmbrr.dark .rating .count,
.gmbrr.fonts.dark .rating .number,
.gmbrr.dark .rating .count,
.gmbrr.dark .vicinity {
color: #bebebee6;
}
.gmbrr .listing .date,
.gmbrr .listing .relative-time-description,
.gmbrr .no-place,
.gmbrr .no-reviews,
.gmbrr .rating,
.gmbrr .rating .count,
.gmbrr .vicinity,
.gmbrr.fonts .rating .number,
.gmbrr.fonts .rating .count {
color: #70757A;
}
.gmbrr .listing .rating,
.gmbrr .star,
.gmbrr .rating,
.gmbrr.dark .listing .rating,
.gmbrr.dark .star,
.gmbrr.dark.stars-yellow .star,
.gmbrr.stars-yellow .star,
.gmbrr.contrast .listing .rating,
.gmbrr.dark.contrast .listing .rating,
.gmbrr.stars-html .rating-stars {
color: #F7B603;
}
.gmbrr.stars-orange .rating,
.gmbrr.dark.stars-orange .star,
.gmbrr.stars-orange .listing .rating,
.gmbrr.stars-orange .star {
color: #E7711B;
}
.gmbrr .rating .not,
.gmbrr .star.gray,
.gmbrr .star.grey {
color: #C9C9C9;
}
.gmbrr .inline-svg .star,
.gmbrr .inline-svg .star.gray,
.gmbrr .inline-svg .star.grey,
.gmbrr.dark .inline-svg .star.gray,
.gmbrr.dark .inline-svg .star.grey {
background: none;
}
.gmbrr .inline-svg .star .gray,
.gmbrr .inline-svg .star .grey {
fill: #C9C9C9;
}
.gmbrr .inline-svg .star .gray {
fill-opacity: 0.6;
}
.gmbrr .inline-svg .star .outline {
stroke: #F7B603;
stroke-opacity: 0;
}
.gmbrr .inline-svg .star .mask-shape {
width: 100%;
height: 100%;
}
.gmbrr .inline-svg .star.gray .mask-shape,
.gmbrr .inline-svg .star.grey .mask-shape {
width: 0%;
}
.gmbrr .inline-svg .mask-10-90 .mask-shape {
width: 14%;
}
.gmbrr .inline-svg .mask-20-80 .mask-shape {
width: 24.5%;
}
.gmbrr .inline-svg .mask-30-70 .mask-shape {
width: 33.5%;
}
.gmbrr .inline-svg .mask-40-60 .mask-shape {
width: 40%;
}
.gmbrr .inline-svg .mask-50-50 .mask-shape {
width: 50%;
}
.gmbrr .inline-svg .mask-60-40 .mask-shape {
width: 60%;
}
.gmbrr .inline-svg .mask-70-30 .mask-shape {
width: 67.5%;
}
.gmbrr .inline-svg .mask-80-20 .mask-shape {
width: 75.5%;
}
.gmbrr .inline-svg .mask-90-10 .mask-shape {
width: 86%;
}
.gmbrr.dark .listing .rating .not,
.gmbrr.dark .rating .all-stars,
.gmbrr.dark .inline-svg .star .gray,
.gmbrr.dark .inline-svg .star .grey {
color: #A4A4A4;
}
.gmbrr.dark.fonts.color-match .business-name,
.gmbrr.dark.fonts.color-match .heading,
.gmbrr.dark.fonts.color-match .listing .author-name a {
color: #BCC0C3;
}
.gmbrr.dark.fonts.color-match .listing .text {
color: #EDF1F6;
}
.gmbrr.fonts.color-match a {
color: #1A0DAB;
}
.gmbrr.dark.fonts.color-match a {
color: #8AB4F8;
}
.gmbrr.fonts .button {
color: #f5f5f5e6;
background-color: rgba(40, 40, 40, 0.9);
text-decoration: none;
font-size: 15px;
padding: 0.76em 1em;
}
.gmbrr .button:hover {
color: #fffffff2;
text-decoration: none;
}
.gmbrr .business-name,
.gmbrr .heading {
margin-block: 0 0.4rem;
margin-inline: 0;
line-height: 120%;
}
.gmbrr .heading.no-icon {
margin-block-end: 0.8rem;
}
.gmbrr.fonts .heading.no-icon {
margin-block-end: 0.55rem;
}
.gmbrr .icon {
display: inline-block;
min-width: 0.6em;
min-height: 0.6em;
max-width: 1.5em;
max-height: 1.5em;
position: relative;
vertical-align: middle;
inset-block-end: 0.1em;
margin-inline-end: 0.35em;
}
.gmbrr .heading.no-name .icon {
margin-block: 0 0.35em;
margin-inline: 0;
}
.gmbrr .vicinity {
font-size: 13px;
margin-block: 0 0.5rem;
}
.gmbrr.badge .vicinity {
margin-block: 0;
margin-inline: 0;
}
.gmbrr > .rating {
font-size: 32px;
line-height: 1.2em;
margin-block-end: 0.4em;
}
.gmbrr.fonts > .rating {
margin-block-end: 0.2em;
}
.gmbrr.tiny .rating {
font-size: 1.8em;
line-height: 1.1em;
}
.gmbrr.badge > :last-child,
.gmbrr.badge > :last-child,
.gmbrr > .rating:last-child,
.gmbrr > .listing:last-child,
.gmbrr > .attribution:last-child,
.gmbrr .text-first .author-avatar,
.gmbrr.fonts .listing .date,
.gmbrr.fonts .listing .rating,
.gmbrr.fonts .listing .relative-time-description,
.gmbrr .review-meta:last-child .rating:last-child,
.gmbrr .review-meta:last-child .date:last-child,
.gmbrr .review-meta:last-child .relative-time-description:last-child,
.gmbrr .review-meta:last-child .author-name:last-child {
margin-block-end: 0;
}
.gmbrr .rating span {
vertical-align: top;
position: relative;
}
.gmbrr .rating .number-text,
.gmbrr .review-count .count {
font-size: 15px;
}
.gmbrr .rating .all-stars,
.gmbrr .rating .rating-stars {
display: inline-block;
height: 1.1em;
inset-block-start: 0.2em;
z-index: 11;
}
.gmbrr .rating .all-stars {
display: inline-flex;
height: inherit;
gap: 0.05em;
}
.gmbrr.tiny .rating .all-stars,
.gmbrr.tiny .rating .rating-stars {
inset-block-start: 0.15em;
}
.gmbrr .rating .all-stars + .backdrop {
overflow: hidden;
position: absolute;
width: 135px;
margin: 0.1em 0 0 -134px;
inset-block-start: auto;
z-index: 10;
}
.rtl .gmbrr .rating .all-stars + .backdrop {
margin: 0.1em -125.5px 0 0;
}
.gmbrr .listing .review-meta + .text,
.gmbrr .rating + .attribution,
.gmbrr.bubble .listing .author-switch .author-name,
.gmbrr.bubble .listing .author-switch .date,
.gmbrr.bubble .listing .author-switch .rating,
.gmbrr.bubble .listing .author-switch .relative-time-description,
.gmbrr.bubble .listing .inline.author-switch .author-name,
.gmbrr.bubble .listing .inline.author-switch .date,
.gmbrr.bubble .listing .inline.author-switch .rating,
.gmbrr.bubble .listing .inline.author-switch .relative-time-description,
.gmbrr.bubble .listing .text-first .text,
.gmbrr.narrow .inline .text,
.gmbrr.narrow .text-first .text {
margin-block-start: 0;
}
.gmbrr .rating .backdrop .star {
opacity: 0.65;
transform: scale(.95, 0.95);
transform-origin: 65% 50%;
}
.gmbrr.stars-html .rating .all-stars,
.gmbrr.stars-html .rating .rating-stars,
.gmbrr.version-1 .rating .all-stars,
.gmbrr.version-1 .rating .rating-stars {
position: relative;
inset-block-start: 0;
height: 1em;
line-height: 110%;
overflow: hidden;
letter-spacing: 0;
}
.gmbrr.stars-html .rating .rating-stars,
.gmbrr.version-1 .rating .rating-stars {
text-align: start;
float: inline-start;
white-space: nowrap;
}
.gmbrr .rating .all-stars.safari,
.gmbrr .rating .rating-stars.safari {
width: 5.1em;
}
.gmbrr .rating.none .all-stars {
opacity: 0.3;
}
.gmbrr .rating .rating-stars {
position: relative;
inset-block-start: -1.1em;
word-wrap: initial;
text-align: start;
}
.gmbrr .all-stars.animate,
.gmbrr .rating-stars.animate {
transition: 1.1s width ease-in-out 0.7s;
opacity: 1;
}
.gmbrr .rating .count {
margin-block: 0;
font-size: 0.5em;
line-height: 140%;
vertical-align: baseline;
}
.gmbrr .date,
.gmbrr .inline .date,
.gmbrr .relative-time-description,
.gmbrr .inline .relative-time-description,
.gmbrr .listing .rating,
.gmbrr .listing .inline .rating,
.gmbrr.tiny .rating .count,
.gmbrr.center .listing .inline .rating,
.gmbrr.center .listing .inline .relative-time-description {
vertical-align: middle;
}
.gmbrr .rating .number + .all-stars {
margin-inline: 0.3rem 0;
}
.gmbrr.stars-html .rating .number + .all-stars {
margin-inline: 0 0.25rem;
}
.gmbrr .rating .all-stars + .count {
margin-inline: 0.35rem 0;
}
.gmbrr.narrow .all-stars + .count,
.gmbrr.columns .listing li,
.gmbrr.center.columns .listing li,
.gmbrr.carousel .listing li,
.gmbrr.columns .listing .text-first,
.gmbrr.center.columns .listing .text-first,
.gmbrr.bubble .inline.text-first .author-name {
margin-block: 0;
}
.gmbrr .listing {
padding: 0;
margin-block: 0;
margin-inline: 0;
display: flex;
flex-wrap: wrap;
flex-direction: revert;
gap: 2rem;
}
.gmbrr.bubble .listing {
gap: 1.5rem;
}
.gmbrr ul.listing {
list-style: none;
}
.gmbrr.columns .listing {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 1.7rem 3rem;
align-items: start;
}
.gmbrr.center.bubble .listing {
margin-block-end: 0.8rem;
}
.gmbrr .rating + .listing,
.gmbrr .rating + .buttons,
.gmbrr .listing + .buttons {
margin-block-start: 1.2rem;
}
.gmbrr .listing + .attribution,
.gmbrr .navigation + .attribution {
margin-block-start: 1.5rem;
margin-inline: 0;
}
.gmbrr.badge .rating + .listing {
margin-block-start: 0.7rem;
margin-inline: 0;
}
.gmbrr .listing.no-place,
.gmbrr .listing.no-reviews {
margin-block-end: 1rem;
}
.gmbrr .listing li,
.gmbrr.center.bubble.spaced .review-meta {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 0;
margin-inline: 0;
margin-block: 0;
list-style: none;
gap: 0.6rem 0.7rem;
line-height: 140%;
}
.gmbrr.fonts .listing li {
gap: 0.4rem 0.7rem;
}
.gmbrr.fonts.narrow .listing li,
.gmbrr.narrow .listing li {
gap: 0.3rem 0.4rem;
}
.gmbrr.center .listing li,
.gmbrr.badge .listing li,
.gmbrr.fonts.center .listing li,
.gmbrr.narrow.center .listing li {
gap: 0.3rem 0;
}
.gmbrr.bubble .listing .no-avatar.inline {
gap: 0.1rem;
}
.gmbrr.center .listing .text-first,
.gmbrr.center li {
margin-block: 0;
margin-inline: auto;
}
.gmbrr.center.bubble .listing li {
margin-inline: 0;
}
.gmbrr.tile .listing li,
.gmbrr.tile.center .listing li,
.gmbrr.tile.center.bubble .listing li {
flex: 1 0 calc(100% - 2.6rem);
}
.gmbrr.tile .listing li {
box-shadow: 0 0 0 2px rgba(80, 80, 80, 0.7) inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
border-radius: 4px;
padding: 1.1rem 1.3rem;
margin-block: 2px 6px;
}
.gmbrr.dark.tile .listing li {
box-shadow: 0 0 0 2px rgba(225, 225, 225, 0.7) inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.tile.solid .listing li {
background-color: rgba(60, 60, 60, 0.9);
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8) inset, 0 4px 2px 1px rgba(45, 45, 45, 0.05);
}
.gmbrr.dark.tile.solid .listing li {
background-color: rgba(250, 250, 250, 0.9);
box-shadow: 0 0 0 2px rgba(45, 45, 45, 0.5) inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.tile .listing li,
.gmbrr.tile.columns .listing li {
margin-block: 2px 6px;
}
.gmbrr.carousel .listing {
overflow: hidden;
}
.gmbrr.carousel .listing > li,
.gmbrr.carousel.stacked-z .author-avatar,
.gmbrr.carousel.stacked-z .text {
transition: 0.5s opacity linear;
}
.gmbrr.carousel .listing > li {
position: relative;
}
.gmbrr.carousel .listing > .hidden {
display: none;
opacity: 0.05;
pointer-events: none;
}
.gmbrr.carousel.stacked-z .listing > .hidden,
.gmbrr.carousel.stacked-z .hidden .author-avatar,
.gmbrr.carousel.stacked-z .hidden .text {
opacity: 0;
}
.gmbrr .all-stars.animate,
.gmbrr .rating-stars.animate,
.gmbrr.carousel .listing > .visible,
.gmbrr.carousel.stacked-z .visible .author-avatar,
.gmbrr.carousel.stacked-z .visible .text {
opacity: 1;
}
.gmbrr.carousel .listing > .visible,
.gmbrr.carousel.stacked-z .listing > .hidden,
.gmbrr.carousel.stacked-z .hidden .text {
display: flex;
}
.gmbrr.carousel.stacked-z .listing > .hidden,
.gmbrr.carousel.stacked-z .hidden .text {
z-index: 1;
}
.gmbrr.carousel .navigation {
list-style: none;
margin-block: 1rem 0;
margin-inline: 0;
padding: 0;
text-align: center;
}
.gmbrr.carousel .navigation .bullet {
margin-block: 0;
padding: 0;
display: inline-block;
line-height: 100%;
}
.gmbrr.carousel .navigation .bullet + .bullet {
margin-inline: 0.8rem 0;
}
.gmbrr.carousel.bullet-diamond .navigation .bullet + .bullet {
margin-inline: 1rem 0;
}
.gmbrr.carousel .navigation .bullet a {
line-height: 1.2rem;
font-size: 2rem;
display: inline-block;
width: 1.6rem;
max-width: 20px;
height: 1.6rem;
max-height: 20px;
color: transparent;
background-color: #6e6e6e00;
border: 1px solid #6e6e6efc;
border-radius: 50%;
transition: 0.3s background-color linear, 0.3s border-color linear, 0.3s box-shadow linear;
vertical-align: middle;
overflow: hidden;
}
.gmbrr.carousel.bullet-solid .navigation .bullet a,
.gmbrr.dark.carousel.bullet-solid .navigation .bullet a {
box-shadow: 0 0 0 0.8rem #bfbfbf66 inset;
}
.gmbrr.carousel .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem #6e6e6eb3 inset;
}
.gmbrr.dark.carousel .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem #bebebeb3 inset;
}
.gmbrr.carousel .navigation .current.bullet a,
.gmbrr.carousel .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #6e6e6e66 inset;
background-color: #6e6e6efc;
cursor: default;
pointer-events: none;
}
.gmbrr.dark.carousel .navigation .current a,
.gmbrr.dark.carousel .navigation .current a:hover {
box-shadow: 0 0 0 0.8rem #bebebe66 inset;
background-color: #bebebefc;
}
.gmbrr.carousel.bullet-square .navigation .bullet a,
.gmbrr.carousel.bullet-square-rounded .navigation .bullet a {
width: 1.5rem;
height: 1.5rem;
}
.gmbrr.carousel.bullet-square-rounded .navigation .bullet a {
border-radius: 25%;
}
.gmbrr.carousel.bullet-diamond .navigation .bullet a,
.gmbrr.carousel.bullet-square .navigation .bullet a {
border-radius: 0;
}
.gmbrr.carousel.bullet-diamond .navigation .bullet a {
width: 1.4rem;
height: 1.4rem;
transform: scaleX(.95) rotate(45deg);
vertical-align: unset;
}
.gmbrr.carousel.bullet-symbol .navigation .bullet a {
font-size: 2.5rem;
border: 0 none;
border-radius: 0;
background-color: inherit;
color: #6e6e6e99;
width: inherit;
height: inherit;
line-height: inherit;
box-shadow: none;
transition: 0.2s color linear;
max-width: none;
max-height: none;
}
.gmbrr.dark.carousel.bullet-symbol .navigation .bullet a {
color: rgba(190, 190, 190, 0.6);
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol .navigation .bullet a:hover {
color: rgba(110, 110, 110, 0.8);
}
.gmbrr.dark.carousel.bullet-symbol .navigation .bullet a:hover {
color: rgba(200, 200, 200, 0.9);
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol .navigation .current.bullet a,
.gmbrr.carousel.bullet-symbol .navigation .current.bullet a:hover {
color: rgba(60, 60, 60, 0.95);
background-color: inherit;
}
.gmbrr.dark.carousel.bullet-symbol .navigation .current a,
.gmbrr.dark.carousel.bullet-symbol .navigation .current a:hover {
color: rgba(210, 210, 210, 0.95);
}
.gmbrr .listing .text-first .text {
margin-block-end: 0.3rem;
}
.gmbrr .listing .no-avatar.text-first.author-switch .text {
margin-block-end: -0.1rem;
}
.gmbrr .author-name {
display: block;
margin-block-end: 0.4em;
}
.gmbrr .inline .author-name {
display: inline-block;
margin-block-end: 0;
}
.gmbrr.fonts .author-name {
line-height: 150%;
}
.gmbrr .listing .author-switch .author-name {
margin-block-start: 0.1rem;
}
.gmbrr .listing .author-switch .rating + .author-name,
.gmbrr .listing .author-switch .date + .author-name,
.gmbrr .listing .author-switch .relative-time-description + .author-name {
margin-block-start: 0.4rem;
}
.gmbrr.bubble .listing .text,
.gmbrr.bubble.fonts .listing .text,
.gmbrr.bubble .listing .review-meta + .text {
flex: 1 0 calc(100% - 2em);
border-radius: 0.4em;
position: relative;
box-shadow: 0 0 0 2px rgba(70, 70, 70, 0.85) inset;
margin-block: 0;
margin-inline: 0;
padding-block: 0.6em;
padding-inline: 1em;
}
.gmbrr.bubble .listing .review-meta + .text {
margin-block-start: 0.7rem;
}
.gmbrr.bubble .listing .text-first .text,
.gmbrr.center.bubble .listing .text {
margin-inline: 0;
}
.gmbrr.dark.bubble .listing .text {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85) inset;
}
.gmbrr.bubble.fill .listing .text {
color: rgba(255, 255, 255, 0.99);
background-color: rgba(70, 70, 70, 0.85);
box-shadow: none;
}
.gmbrr.dark.bubble.fill .listing .text {
color: rgba(70, 70, 70, 0.99);
background-color: rgba(255, 255, 255, 0.99);
box-shadow: none;
}
.gmbrr.bubble.fill .listing .text a {
color: rgba(255, 255, 255, 0.75);
}
.gmbrr.dark.bubble.fill .listing .text a {
color: rgba(70, 70, 70, 0.8);
}
.gmbrr.bubble .listing .text-first .text {
margin-block-end: 0.6rem;
}
.gmbrr.center.bubble .listing .text-first .text,
.gmbrr.center.bubble .listing .text-first .review-meta + .text {
margin-block-end: 0.8rem;
}
.gmbrr.bubble.center .listing .text-first .text {
margin-block-end: 0.55rem;
}
.gmbrr.fonts.bubble.center .listing .text-first .text {
margin-block-end: 0.45rem;
}
.gmbrr.bubble .listing .arrow.arrow-up,
.gmbrr.bubble .listing .arrow.arrow-down,
.gmbrr.bubble .listing .text-first .text::after,
.gmbrr.bubble .listing .text::before {
content: '';
position: absolute;
inset-inline-start: calc(var(--avatar-width) + 0.7rem);
inset-block-start: calc(-1em + 2px);
width: 0;
height: 0;
border-block-start: 0.5em solid transparent;
border-inline-end: 0.5em solid transparent;
border-block-end: 0.5em solid rgba(70, 70, 70, 0.85);
border-inline-start: 0.5em solid transparent;
clear: both;
}
.gmbrr.bubble .listing .arrow.arrow-up,
.gmbrr.bubble .listing .arrow.arrow-down {
position: relative;
flex: 0 0 1em;
inset-inline-start: calc(-100% + var(--avatar-width) + 1.8em);
font-size: 0.9em;
}
.gmbrr.bubble .listing .arrow.arrow-down {
inset-inline-start: calc(var(--avatar-width) + 2.3em);
}
.gmbrr.bubble .listing .arrow.arrow-up {
margin-block-start: 0.8em;
inset-block-start: 0.5em;
align-self: end;
}
.gmbrr.bubble .listing .arrow.arrow-down {
margin-block-end: 0.8em;
inset-block-start: auto;
inset-block-end: 0.9em;
align-self: start;
}
.gmbrr.center.bubble .listing .arrow.arrow-up {
margin-block-start: -0.6rem;
inset-block-start: 0.3rem;
}
.gmbrr.center.bubble .listing .arrow.arrow-down {
margin-block-end: -1.05rem;
inset-block-end: 1.15rem;
}
.gmbrr.fonts.bubble .listing .arrow.arrow-down,
.gmbrr.fonts.bubble .listing .text::before,
.gmbrr.fonts.bubble .listing .arrow.arrow-up,
.gmbrr.fonts.bubble .listing .text-first .text::after {
inset-inline-start: calc(var(--avatar-width) + 0.7rem);
}
.gmbrr.narrow.bubble .listing .arrow.arrow-down,
.gmbrr.narrow.bubble .listing .text::before {
inset-inline-start: calc(var(--avatar-width) + 0.5rem);
}
.gmbrr.fonts.narrow.bubble .listing .arrow.arrow-down,
.gmbrr.fonts.narrow.bubble .listing .text::before {
inset-inline-start: calc(var(--avatar-width) + 0.8rem);
}
.gmbrr.center.bubble .listing .arrow.arrow-up,
.gmbrr.center.bubble .listing .arrow.arrow-down,
.gmbrr.center.bubble .listing .text-first .text::after,
.gmbrr.center.bubble .listing .text::before {
inset-inline-start: calc(50% - 0.5em);
}
.rtl .gmbrr.bubble .listing .arrow.arrow-up,
.rtl .gmbrr.bubble .listing .text-first .text::after,
.rtl .gmbrr.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.9rem);
}
.rtl .gmbrr.bubble .listing .arrow.arrow-down {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 2.3em);
}
.rtl .gmbrr.narrow.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.narrow.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.5rem);
}
.rtl .gmbrr.fonts.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.fonts.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.7rem);
}
.rtl .gmbrr.fonts.narrow.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.fonts.narrow.bubble .listing .text::before,
.rtl .gmbrr.fonts.bubble .listing .arrow.arrow-up,
.rtl .gmbrr.fonts.bubble .listing .text-first .text::after {
inset-inline-start: auto;
inset-inline-end: calc(var(--avatar-width) + 0.8rem);
}
.rtl .gmbrr.center.bubble .listing .arrow.arrow-up,
.rtl .gmbrr.center.bubble .listing .arrow.arrow-down,
.rtl .gmbrr.center.bubble .listing .text-first .text::after,
.rtl .gmbrr.center.bubble .listing .text::before {
inset-inline-start: auto;
inset-inline-end: calc(50% - 0.5em);
}
.gmbrr.fonts.bubble .listing .arrow.arrow-up,
.gmbrr.fonts.bubble .listing .arrow.arrow-down {
font-size: 1em;
}
.gmbrr.fonts.bubble .listing .arrow.arrow-down,
.gmbrr.fonts.center.bubble .listing .arrow.arrow-down {
margin-block-end: -0.7rem;
inset-block-end: 0.8rem;
}
.gmbrr.bubble .listing .text-first .text::after {
inset-block-start: 100%;
border-block-start: 0.5em solid rgba(70, 70, 70, 0.85);
border-block-end: 0.5em solid transparent;
clear: both;
}
.gmbrr.dark.bubble .listing .arrow.arrow-up,
.gmbrr.dark.bubble .listing .text::before {
border-block-end: 0.5em solid rgba(255, 255, 255, 0.85);
}
.gmbrr.bubble.fill .listing .arrow.arrow-up,
.gmbrr.bubble.fill .listing .text::before {
border-block-end: 0.5em solid rgba(70, 70, 70, 0.85);
}
.gmbrr.dark.bubble.fill .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill .listing .text-first .text::before,
.gmbrr.dark.bubble.fill .listing .text::before {
border-block-end: 0.5em solid rgba(255, 255, 255, 0.99);
}
.gmbrr.dark.bubble .listing .text-first .arrow.arrow-down,
.gmbrr.dark.bubble .listing .text-first .text::after {
border-block-start: 0.5em solid rgba(255, 255, 255, 0.85);
}
.gmbrr.bubble.fill .listing .arrow.arrow-down,
.gmbrr.bubble.fill .listing .text-first .text::after {
border-block-start: 0.5em solid rgba(70, 70, 70, 0.85);
}
.gmbrr.dark.bubble.fill .listing .text-first .arrow.arrow-down,
.gmbrr.dark.bubble.fill .listing .text-first .text::after {
border-block-start: 0.5em solid rgba(255, 255, 255, 0.99);
}
.gmbrr.bubble .listing .date,
.gmbrr.bubble .listing .relative-time-description {
font-size: 0.9em;
line-height: 110%;
}
.gmbrr.center.bubble.spaced .review-meta .rating,
.gmbrr.center.bubble.spaced .review-meta .date,
.gmbrr.center.bubble.spaced .review-meta .relative-time-description {
flex: 1 0 40%;
margin-inline: 0;
align-self: center;
}
.gmbrr.bubble .listing .author-name {
margin-block-end: 0.4rem;
}
.gmbrr .listing .rating + .date,
.gmbrr.fonts .listing .rating + .date,
.gmbrr .listing .rating + .relative-time-description,
.gmbrr.fonts .listing .rating + .relative-time-description {
margin-inline-start: min(1%, 0.4em);
}
.gmbrr.center.bubble .listing .inline .date,
.gmbrr.center.bubble .listing .inline .rating,
.gmbrr.center.bubble .listing .inline .relative-time-description,
.gmbrr.center.bubble .listing .text-first.inline .date,
.gmbrr.center.bubble .listing .text-first.inline .rating,
.gmbrr.center.bubble .listing .text-first.inline .relative-time-description {
flex: 1 0 50%;
margin-block: 0;
}
.gmbrr.center.bubble .listing .review-meta + .text,
.gmbrr.center .author-switch .author-name,
.gmbrr.center.bubble .listing .author-switch .review-meta + .text {
margin-block-start: 0.5em;
}
.gmbrr.fonts.center.bubble .listing .review-meta + .text,
.gmbrr.fonts.center .author-switch .author-name,
.gmbrr.fonts.center.bubble .listing .author-switch .review-meta + .text {
margin-block-start: 0.35em;
}
.gmbrr.center.bubble .listing .text + .author-avatar,
.gmbrr.narrow .listing .rating + .date,
.gmbrr.narrow .listing .rating + .relative-time-description,
.gmbrr.fonts.center.bubble .listing .review-meta:first-child + .text,
.gmbrr.fonts.center.bubble .listing .author-switch .review-meta:first-child + .text {
margin-block-start: 0.33em;
}
.gmbrr.bubble .inline.text-first .text {
margin-block-end: 0.6em;
}
.gmbrr .author-avatar-name a span,
.gmbrr .author-avatar-name a:hover span {
text-decoration: inherit;
}
.gmbrr .author-avatar,
.gmbrr .author-avatar a,
.gmbrr .author-name a,
.gmbrr .review-meta,
.gmbrr .text {
display: block;
}
.gmbrr .listing .author-avatar a,
.gmbrr .listing .author-avatar > img {
display: block;
overflow: hidden;
width: var(--avatar-width);
height: var(--avatar-height);
margin-inline: 0 auto;
}
.gmbrr.center .listing .author-avatar a,
.gmbrr.center .listing .author-avatar > img {
margin-inline-start: auto;
}
.gmbrr.center .author-avatar a {
overflow: hidden;
width: var(--avatar-width);
height: var(--avatar-height);
margin-inline: auto;
}
.gmbrr .review-meta {
flex: 1 0 4em;
line-height: 120%;
}
.gmbrr .author-avatar,
.gmbrr .no-avatar.text-first .author-avatar,
.gmbrr.fonts .author-avatar,
.gmbrr.fonts .no-avatar.text-first .author-avatar {
flex: 0 1 calc(var(--avatar-width) + 0.3rem);
}
.gmbrr.narrow .author-avatar,
.gmbrr.fonts.narrow .author-avatar,
.gmbrr.fonts.narrow .no-avatar .author-avatar {
flex: 0 1 calc(var(--avatar-width) + 0.7rem);
}
.gmbrr .listing li,
.gmbrr.center.bubble .listing li,
.gmbrr.center .author-avatar,
.gmbrr.center .author-name,
.gmbrr.center .review-meta,
.gmbrr.narrow.center .author-avatar,
.gmbrr.narrow.center .author-name,
.gmbrr.narrow.center .review-meta,
.gmbrr.bubble.center .review-meta,
.gmbrr.bubble.center .review-meta,
.gmbrr.bubble .listing .text,
.gmbrr .listing .no-avatar .text + .review-meta,
.gmbrr.center.bubble.spaced .review-meta,
.gmbrr.narrow .no-avatar .review-meta {
flex: 1 0 100%;
}
.gmbrr .listing .text {
flex: 1 0 calc(100% - var(--avatar-width) - 1.4rem);
}
.gmbrr .listing .text-first .text:first-child {
flex: 1 0 calc(100% - 1.4rem);
}
.gmbrr.narrow .review-meta {
flex: 1 0 5%;
}
.gmbrr.center .author-name {
display: block;
width: auto;
line-height: 140%;
}
.gmbrr .author-avatar {
margin-block: 0;
margin-inline: auto;
}
.gmbrr.center .author-avatar,
.gmbrr.center .no-avatar.text-first .author-avatar {
margin-inline: auto;
}
.gmbrr.justify .listing .text {
text-align: justify;
}
.gmbrr.center .listing .review-meta + .text {
margin-block: 0.4rem 0;
}
.gmbrr .fixed-height {
overflow: hidden;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.3) rgba(55, 55, 55, 0.01);
transition: 0.2s scrollbar-color linear;
}
.gmbrr.dark .fixed-height {
scrollbar-color: rgba(255, 255, 255, 0.3) rgba(205, 205, 205, 0.01);
}
.gmbrr .fixed-height:hover,
.gmbrr .fixed-height:focus {
scrollbar-color: rgba(0, 0, 0, 0.8) rgba(55, 55, 55, 0.1);
}
.gmbrr.dark .fixed-height:hover,
.gmbrr.dark .fixed-height:focus {
scrollbar-color: rgba(255, 255, 255, 0.8) rgba(205, 205, 205, 0.1);
}
.gmbrr .fixed-height::-webkit-scrollbar {
width: 10px;
}
.gmbrr .fixed-height::-webkit-scrollbar-track {
background: rgba(55, 55, 55, 0.05);
}
.gmbrr .fixed-height:hover::-webkit-scrollbar-track {
background: rgba(55, 55, 55, 0.2);
}
.gmbrr .fixed-height::-webkit-scrollbar-thumb {
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.3);
}
.gmbrr.dark .fixed-height::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3);
}
.gmbrr .listing .text .review-more-placeholder {
visibility: hidden;
}
.gmbrr .listing .review-meta + .text,
.gmbrr .listing .text + .review-meta {
margin-block: 0.1rem;
padding-inline-start: calc(var(--avatar-width) + 1rem);
}
.gmbrr.narrow .listing .review-meta + .text,
.gmbrr.narrow .listing .text + .review-meta {
padding-inline-start: calc(var(--avatar-width) + 1.1rem);
}
.gmbrr.narrow.bubble .listing .review-meta + .text,
.gmbrr.narrow.bubble .listing .text + .review-meta {
padding-inline-start: 1em;
}
.gmbrr .listing .text-first .text + .review-meta,
.gmbrr.center .listing .review-meta + .text,
.gmbrr.badge .listing .review-meta + .text {
padding-inline: 0.8em;
flex: 1 0 calc(100% - 2em);
}
.gmbrr .listing .no-avatar .text + .review-meta,
.gmbrr .listing .no-avatar .review-meta + .text,
.gmbrr.center .listing .text + .review-meta,
.gmbrr.badge .listing .text + .review-meta,
.gmbrr.narrow .listing .no-avatar .review-meta + .text,
.gmbrr.narrow .listing .no-avatar .text + .review-meta {
padding-inline: 0;
}
.gmbrr.narrow .text {
margin-block: 0.2em 0;
}
.gmbrr .no-avatar.inline .text {
margin-block-end: 0.1em;
}
.gmbrr.center .listing .author-avatar,
.gmbrr.center .listing .author-name,
.gmbrr.center .text-first .author-avatar {
margin-block: 0;
margin-inline: auto;
}
.gmbrr.center .text-first .text + .author-avatar {
margin-block: 0.2rem 0;
}
.gmbrr .listing .author-avatar img {
max-width: 100%;
height: auto;
}
.gmbrr .listing .author-name,
.gmbrr .listing .author-name a {
font-weight: 700;
}
.gmbrr .listing .date,
.gmbrr.center .listing .inline .date,
.gmbrr .listing .rating,
.gmbrr.center .listing .inline .rating,
.gmbrr .listing .relative-time-description,
.gmbrr.center .listing .inline .relative-time-description {
position: relative;
display: inline-block;
line-height: 120%;
margin-block: 0;
}
.gmbrr.center.narrow .listing .date,
.gmbrr.center.narrow .listing .rating,
.gmbrr.center.narrow .listing .relative-time-description,
.gmbrr.narrow .all-stars + .count {
display: block;
margin-inline: 0;
}
.gmbrr .listing .rating {
margin-inline-start: -0.1em;
font-size: 1.15em;
vertical-align: middle;
}
.gmbrr .listing .no-avatar .rating,
.gmbrr.center.narrow .listing .rating + .date,
.gmbrr.center.narrow .listing .rating + .relative-time-description {
margin-inline-start: 0;
}
.gmbrr.center .listing .rating {
margin-inline-start: auto;
}
.gmbrr.center .listing .no-date .rating,
.gmbrr.center .listing .relative-time-description {
margin-inline-end: auto;
}
.gmbrr .listing .no-date .rating {
margin-inline-end: 0;
}
.gmbrr .listing .inline .date,
.gmbrr .listing .inline .relative-time-description {
inset-block-start: 0.1em;
display: inline-block;
}
.gmbrr .inline.no-avatar .author-name,
.gmbrr .inline .rating {
clear: none;
display: inline-block;
}
.gmbrr .inline .author-name {
width: inherit;
vertical-align: middle;
}
.gmbrr .inline .text-first .author-name {
margin-block-end: 0.1em;
}
.gmbrr .inline .rating {
position: relative;
height: 1em;
inset-block-start: 0.05em;
}
.gmbrr.center .inline .rating,
.gmbrr.narrow.center .inline .rating {
position: relative;
height: inherit;
}
.gmbrr .inline .author-name,
.gmbrr .inline .date,
.gmbrr .inline .rating,
.gmbrr .inline .relative-time-description {
line-height: 1.3em;
}
.gmbrr.fonts .listing .rating {
font-size: 18px;
}
.gmbrr.fonts .inline .rating,
.gmbrr .listing .inline .review-meta > .rating,
.gmbrr.center .inline .rating,
.gmbrr.narrow.center .inline .rating {
inset-block-start: 0;
}
.gmbrr .listing .inline .review-meta > span + span {
margin-inline-start: min(1.5%, 0.7rem);
}
.gmbrr.fonts .listing .rating,
.gmbrr .listing .inline .rating {
line-height: 100%;
}
.gmbrr.fonts .listing .text {
line-height: 140%;
}
.gmbrr.dark .listing .date,
.gmbrr.dark .listing .rating .not,
.gmbrr.dark .listing .relative-time-description,
.gmbrr.dark .rating .all-stars {
color: rgba(175, 175, 175, 0.85);
}
.gmbrr.dark .button {
color: rgba(40, 40, 40, 0.9);
background-color: rgba(245, 245, 245, 0.9);
}
.gmbrr.dark .button:hover {
background-color: rgba(255, 255, 255, 0.95);
}
.gmbrr.bubble.fill.amethyst .listing .text,
.gmbrr.bubble.fill.carbon .listing .text,
.gmbrr.bubble.fill.coffee .listing .text,
.gmbrr.bubble.fill.contrast .listing .text,
.gmbrr.bubble.fill.copper .listing .text,
.gmbrr.bubble.fill.coral .listing .text,
.gmbrr.bubble.fill.cranberry .listing .text,
.gmbrr.bubble.fill.forest .listing .text,
.gmbrr.bubble.fill.magenta .listing .text,
.gmbrr.bubble.fill.ocean .listing .text,
.gmbrr.bubble.fill.pumpkin .listing .text,
.gmbrr.bubble.fill.slate .listing .text,
.gmbrr.dark,
.gmbrr.dark .author-name,
.gmbrr.dark .author-name a,
.gmbrr.dark .business-name,
.gmbrr.dark .heading,
.gmbrr.dark .text,
.gmbrr.dark.bubble.contrast .listing .text,
.gmbrr.dark.bubble.fill.amethyst .listing .text,
.gmbrr.dark.bubble.fill.carbon .listing .text,
.gmbrr.dark.bubble.fill.coffee .listing .text,
.gmbrr.dark.bubble.fill.copper .listing .text,
.gmbrr.dark.bubble.fill.coral .listing .text,
.gmbrr.dark.bubble.fill.cranberry .listing .text,
.gmbrr.dark.bubble.fill.forest .listing .text,
.gmbrr.dark.bubble.fill.magenta .listing .text,
.gmbrr.dark.bubble.fill.ocean .listing .text,
.gmbrr.dark.bubble.fill.pumpkin .listing .text,
.gmbrr.dark.bubble.fill.slate .listing .text,
.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet a:hover,
.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet.current a,
.gmbrr.dark.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover,
.gmbrr.dark.contrast .rating,
.gmbrr.dark.contrast .count,
.gmbrr.dark.contrast .date,
.gmbrr.dark.contrast .relative-time-description,
.gmbrr.dark.contrast .vicinity,
.gmbrr.stripe.contrast > :nth-child(2n-1) {
color: #FFF;
}
.gmbrr.bubble.fill.amethyst .listing .text a,
.gmbrr.bubble.fill.carbon .listing .text a,
.gmbrr.bubble.fill.coffee .listing .text a,
.gmbrr.bubble.fill.contrast .listing .text a,
.gmbrr.bubble.fill.copper .listing .text a,
.gmbrr.bubble.fill.coral .listing .text a,
.gmbrr.bubble.fill.cranberry .listing .text a,
.gmbrr.bubble.fill.forest .listing .text a,
.gmbrr.bubble.fill.magenta .listing .text a,
.gmbrr.bubble.fill.ocean .listing .text a,
.gmbrr.bubble.fill.pumpkin .listing .text a,
.gmbrr.bubble.fill.slate .listing .text a,
.gmbrr.dark.bubble.contrast .listing .text a {
color: rgba(255, 255, 255, 0.8);
}
.gmbrr.bubble.fill.mustard .listing .text a,
.gmbrr.bubble.fill.turquoise .listing .text a,
.gmbrr.dark.bubble.fill.contrast .listing .text a {
color: rgba(0, 0, 0, 0.8);
}
.gmbrr.cranberry .heading,
.gmbrr.cranberry .listing .rating,
.gmbrr.cranberry .rating,
.gmbrr.cranberry .rating .star,
.gmbrr.dark.cranberry .heading,
.gmbrr.dark.cranberry .listing .rating,
.gmbrr.dark.cranberry .rating,
.gmbrr.dark.cranberry .rating .star {
color: #9f000f;
}
.gmbrr.cranberry .listing a,
.gmbrr.cranberry a {
color: #4f0007;
}
.gmbrr.dark.cranberry .listing a,
.gmbrr.dark.cranberry a {
color: #b5a3a5;
}
.gmbrr.cranberry .count,
.gmbrr.cranberry .date,
.gmbrr.cranberry .relative-time-description,
.gmbrr.cranberry .vicinity {
color: #908788;
}
.gmbrr.dark.cranberry .count,
.gmbrr.dark.cranberry .date,
.gmbrr.dark.cranberry .relative-time-description,
.gmbrr.dark.cranberry .vicinity {
color: #ad9c9e;
}
.gmbrr.cranberry .listing .rating .not,
.gmbrr.cranberry .rating .all-stars,
.gmbrr.cranberry .star.gray {
color: rgba(150, 135, 136, 0.5);
}
.gmbrr.dark.cranberry .listing .rating .not,
.gmbrr.dark.cranberry .rating .all-stars,
.gmbrr.dark.cranberry .star.gray {
color: rgba(175, 161, 162, 0.5);
}
.gmbrr.tile.cranberry .listing li {
box-shadow: 0 0 0 2px #9f000f inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.cranberry .listing li {
box-shadow: 0 0 0 2px #9f000f inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.cranberry .listing .text,
.gmbrr.dark.bubble.cranberry .listing .text {
box-shadow: 0 0 0 2px #9f000f inset;
}
.gmbrr.carousel.cranberry .navigation .bullet a {
border-color: #9f000f;
}
.gmbrr.dark.carousel.cranberry .navigation .bullet a {
border-color: rgba(197, 40, 55, 0.9);
}
.gmbrr.carousel.bullet-solid.cranberry .navigation .bullet a {
border-color: rgba(159, 0, 15, 0.45);
box-shadow: 0 0 0 0.8rem rgba(159, 0, 15, 0.45) inset;
}
.gmbrr.carousel.cranberry .navigation .bullet a:hover {
border-color: rgba(159, 0, 15, 0.9);
box-shadow: 0 0 0 0.8rem rgba(159, 0, 15, 0.7) inset;
}
.gmbrr.carousel.cranberry .navigation .current.bullet a,
.gmbrr.carousel.cranberry .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #9f000f inset;
background-color: #9f000f;
}
.gmbrr.carousel.bullet-solid.cranberry .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(159, 0, 15, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet a {
color: rgba(159, 0, 15, 0.42);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.cranberry .navigation .bullet.current a:hover {
color: #9f000f;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.cranberry .listing .arrow.arrow-up,
.gmbrr.bubble.cranberry .listing .text::before,
.gmbrr.bubble.fill.cranberry .listing .text::before,
.gmbrr.dark.bubble.cranberry .listing .text::before,
.gmbrr.dark.bubble.fill.cranberry .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #9f000f;
}
.gmbrr.bubble.cranberry .listing .arrow.arrow-down,
.gmbrr.bubble.cranberry .listing .text-first .text::after,
.gmbrr.bubble.fill.cranberry .listing .text-first .text::after,
.gmbrr.dark.bubble.cranberry .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.cranberry .listing .text-first .text::after {
border-block-start-color: #9f000f;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.cranberry .listing .text,
.gmbrr.dark.bubble.fill.cranberry .listing .text {
background-color: #9f000f;
}
.gmbrr.coral .heading,
.gmbrr.coral .listing .rating,
.gmbrr.coral .listing a,
.gmbrr.coral .rating,
.gmbrr.coral .rating .star,
.gmbrr.coral a,
.gmbrr.dark.coral .heading,
.gmbrr.dark.coral .listing .rating,
.gmbrr.dark.coral .listing a,
.gmbrr.dark.coral .rating,
.gmbrr.dark.coral .rating .star,
.gmbrr.dark.coral a {
color: #e77471;
}
.gmbrr.coral .count,
.gmbrr.coral .date,
.gmbrr.coral .relative-time-description,
.gmbrr.coral .vicinity {
color: #aba2a2;
}
.gmbrr.dark.coral .count,
.gmbrr.dark.coral .date,
.gmbrr.dark.coral .relative-time-description,
.gmbrr.dark.coral .vicinity {
color: #dcd3d3;
}
.gmbrr.coral .listing .rating .not,
.gmbrr.coral .rating .all-stars,
.gmbrr.coral .star.gray {
color: rgba(192, 173, 173, 0.7);
}
.gmbrr.dark.coral .listing .rating .not,
.gmbrr.dark.coral .rating .all-stars,
.gmbrr.dark.coral .star.gray {
color: rgba(192, 173, 173, 0.5);
}
.gmbrr.tile.coral .listing li {
box-shadow: 0 0 0 2px #e77471 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.coral .listing li {
box-shadow: 0 0 0 2px #e77471 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.coral .listing .text,
.gmbrr.dark.bubble.coral .listing .text {
box-shadow: 0 0 0 2px #e77471 inset;
}
.gmbrr.carousel.coral .navigation .bullet a {
border-color: #e77471;
}
.gmbrr.dark.carousel.coral .navigation .bullet a {
border-color: rgba(231, 116, 113, 0.9);
}
.gmbrr.carousel.bullet-solid.coral .navigation .bullet a {
border-color: rgba(231, 116, 113, 0.45);
box-shadow: 0 0 0 0.8rem rgba(231, 116, 113, 0.45) inset;
}
.gmbrr.carousel.coral .navigation .bullet a:hover {
border-color: rgba(231, 116, 113, 0.9);
box-shadow: 0 0 0 0.8rem rgba(231, 116, 113, 0.7) inset;
}
.gmbrr.carousel.coral .navigation .current.bullet a,
.gmbrr.carousel.coral .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #e77471 inset;
background-color: #e77471;
}
.gmbrr.carousel.bullet-solid.coral .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(231, 116, 113, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet a {
color: rgba(231, 116, 113, 0.45);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.coral .navigation .bullet.current a:hover {
color: #e77471;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.coral .listing .arrow.arrow-up,
.gmbrr.bubble.coral .listing .text::before,
.gmbrr.bubble.fill.coral .listing .text::before,
.gmbrr.dark.bubble.coral .listing .text::before,
.gmbrr.dark.bubble.fill.coral .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #e77471;
}
.gmbrr.bubble.coral .listing .arrow.arrow-down,
.gmbrr.bubble.coral .listing .text-first .text::after,
.gmbrr.bubble.fill.coral .listing .text-first .text::after,
.gmbrr.dark.bubble.coral .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.coral .listing .text-first .text::after {
border-block-start-color: #e77471;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.coral .listing .text,
.gmbrr.dark.bubble.fill.coral .listing .text {
background-color: #e77471;
}
.gmbrr.dark.pumpkin .heading,
.gmbrr.dark.pumpkin .listing .rating,
.gmbrr.dark.pumpkin .listing a,
.gmbrr.dark.pumpkin .rating,
.gmbrr.dark.pumpkin .rating .star,
.gmbrr.dark.pumpkin a,
.gmbrr.pumpkin .heading,
.gmbrr.pumpkin .listing .rating,
.gmbrr.pumpkin .listing a,
.gmbrr.pumpkin .rating,
.gmbrr.pumpkin .rating .star,
.gmbrr.pumpkin a {
color: #f87217;
}
.gmbrr.pumpkin .count,
.gmbrr.pumpkin .date,
.gmbrr.pumpkin .relative-time-description,
.gmbrr.pumpkin .vicinity {
color: #b8b0ab;
}
.gmbrr.dark.pumpkin .count,
.gmbrr.dark.pumpkin .date,
.gmbrr.dark.pumpkin .relative-time-description,
.gmbrr.dark.pumpkin .vicinity {
color: #bbb5b1;
}
.gmbrr.pumpkin .listing .rating .not,
.gmbrr.pumpkin .rating .all-stars,
.gmbrr.pumpkin .star.gray {
color: rgba(168, 153, 143, 0.7);
}
.gmbrr.dark.pumpkin .listing .rating .not,
.gmbrr.dark.pumpkin .rating .all-stars,
.gmbrr.dark.pumpkin .star.gray {
color: rgba(168, 153, 143, 0.5);
}
.gmbrr.tile.pumpkin .listing li {
box-shadow: 0 0 0 2px #f87217 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.pumpkin .listing li {
box-shadow: 0 0 0 2px #f87217 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.pumpkin .listing .text,
.gmbrr.dark.bubble.pumpkin .listing .text {
box-shadow: 0 0 0 2px #f87217 inset;
}
.gmbrr.carousel.pumpkin .navigation .bullet a {
border-color: #f87217;
}
.gmbrr.dark.carousel.pumpkin .navigation .bullet a {
border-color: rgba(248, 114, 23, 0.9);
}
.gmbrr.carousel.bullet-solid.pumpkin .navigation .bullet a {
border-color: rgba(248, 114, 23, 0.45);
box-shadow: 0 0 0 0.8rem rgba(248, 114, 23, 0.45) inset;
}
.gmbrr.carousel.pumpkin .navigation .bullet a:hover {
border-color: rgba(248, 114, 23, 0.9);
box-shadow: 0 0 0 0.8rem rgba(248, 114, 23, 0.7) inset;
}
.gmbrr.carousel.pumpkin .navigation .current.bullet a,
.gmbrr.carousel.pumpkin .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #f87217 inset;
background-color: #f87217;
}
.gmbrr.carousel.bullet-solid.pumpkin .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(248, 114, 23, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet a {
color: rgba(248, 114, 23, 0.45);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.pumpkin .navigation .bullet.current a:hover {
color: #f87217;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.pumpkin .listing .arrow.arrow-up,
.gmbrr.bubble.fill.pumpkin .listing .text::before,
.gmbrr.bubble.pumpkin .listing .text::before,
.gmbrr.dark.bubble.fill.pumpkin .listing .text::before,
.gmbrr.dark.bubble.pumpkin .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #f87217;
}
.gmbrr.bubble.pumpkin .listing .arrow.arrow-down,
.gmbrr.bubble.fill.pumpkin .listing .text-first .text::after,
.gmbrr.bubble.pumpkin .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.pumpkin .listing .text-first .text::after,
.gmbrr.dark.bubble.pumpkin .listing .text-first .text::after {
border-block-start-color: #f87217;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.pumpkin .listing .text,
.gmbrr.dark.bubble.fill.pumpkin .listing .text {
background-color: #f87217;
}
.gmbrr.dark.mustard .heading {
color: #ffdb58;
}
.gmbrr.mustard .heading,
.gmbrr.mustard .listing .rating,
.gmbrr.mustard .listing a,
.gmbrr.mustard .rating,
.gmbrr.mustard .rating .star,
.gmbrr.mustard a {
color: #e5c347;
}
.gmbrr.dark.mustard .listing .rating,
.gmbrr.dark.mustard .listing a,
.gmbrr.dark.mustard .rating,
.gmbrr.dark.mustard .rating .star,
.gmbrr.dark.mustard a {
color: #ffdb58;
}
.gmbrr.dark.mustard .count,
.gmbrr.dark.mustard .date,
.gmbrr.dark.mustard .relative-time-description,
.gmbrr.dark.mustard .vicinity,
.gmbrr.mustard .count,
.gmbrr.mustard .date,
.gmbrr.mustard .relative-time-description,
.gmbrr.mustard .vicinity {
color: #c1bfb6;
}
.gmbrr.mustard .listing .rating .not,
.gmbrr.mustard .rating .all-stars,
.gmbrr.mustard .star.gray {
color: rgba(199, 193, 172, 0.4);
}
.gmbrr.dark.mustard .listing .rating .not,
.gmbrr.dark.mustard .rating .all-stars,
.gmbrr.dark.mustard .star.gray {
color: rgba(199, 193, 172, 0.3);
}
.gmbrr.tile.mustard .listing li {
box-shadow: 0 0 0 2px #e5c347 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.mustard .listing li {
box-shadow: 0 0 0 2px #e5c347 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.mustard .listing .text {
box-shadow: 0 0 0 2px #e5c347 inset;
}
.gmbrr.carousel.mustard .navigation .bullet a {
border-color: #DBB734;
}
.gmbrr.dark.carousel.mustard .navigation .bullet a {
border-color: rgba(229, 195, 71, 0.9);
}
.gmbrr.carousel.bullet-solid.mustard .navigation .bullet a {
border-color: rgba(229, 195, 71, 0.45);
box-shadow: 0 0 0 0.8rem rgba(229, 195, 71, 0.45) inset;
}
.gmbrr.carousel.mustard .navigation .bullet a:hover {
border-color: rgba(229, 195, 71, 0.9);
box-shadow: 0 0 0 0.8rem rgba(229, 195, 71, 0.7) inset;
}
.gmbrr.carousel.mustard .navigation .current.bullet a,
.gmbrr.carousel.mustard .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #e5c347 inset;
background-color: #e5c347;
}
.gmbrr.carousel.bullet-solid.mustard .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(229, 195, 71, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet a {
color: rgba(229, 195, 71, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.mustard .navigation .bullet.current a:hover {
color: #e5c347;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.mustard .listing .text {
box-shadow: 0 0 0 2px #ffdb58 inset;
}
.gmbrr.bubble.mustard .listing .arrow.arrow-up,
.gmbrr.bubble.fill.mustard .listing .text::before,
.gmbrr.bubble.mustard .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #e5c347;
}
.gmbrr.dark.bubble.mustard .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.mustard .listing .text::before,
.gmbrr.dark.bubble.mustard .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #ffdb58;
}
.gmbrr.bubble.mustard .listing .arrow.arrow-down,
.gmbrr.bubble.fill.mustard .listing .text-first .text::after,
.gmbrr.bubble.mustard .listing .text-first .text::after {
border-block-start-color: #e5c347;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.mustard .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.mustard .listing .text-first .text::after,
.gmbrr.dark.bubble.mustard .listing .text-first .text::after {
border-block-start-color: #ffdb58;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.mustard .listing .text {
background-color: #e5c347;
}
.gmbrr.dark.bubble.fill.mustard .listing .text {
background-color: #ffdb58;
}
.gmbrr.dark.forest .heading {
color: #68a863;
}
.gmbrr.forest .heading,
.gmbrr.forest .listing .rating,
.gmbrr.forest .listing a,
.gmbrr.forest .rating,
.gmbrr.forest .rating .star,
.gmbrr.forest a {
color: #347235;
}
.gmbrr.dark.forest .listing .rating,
.gmbrr.dark.forest .listing a,
.gmbrr.dark.forest .rating,
.gmbrr.dark.forest .rating .star,
.gmbrr.dark.forest a {
color: #68a863;
}
.gmbrr.forest .count,
.gmbrr.forest .date,
.gmbrr.forest .relative-time-description,
.gmbrr.forest .vicinity {
color: #8e9a8e;
}
.gmbrr.dark.forest .count,
.gmbrr.dark.forest .date,
.gmbrr.dark.forest .relative-time-description,
.gmbrr.dark.forest .vicinity {
color: #98a298;
}
.gmbrr.forest .listing .rating .not,
.gmbrr.forest .rating .all-stars,
.gmbrr.forest .star.gray {
color: rgba(141, 162, 142, 0.7);
}
.gmbrr.dark.forest .listing .rating .not,
.gmbrr.dark.forest .rating .all-stars,
.gmbrr.dark.forest .star.gray {
color: rgba(141, 162, 142, 0.5);
}
.gmbrr.tile.forest .listing li {
box-shadow: 0 0 0 2px #347235 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.forest .listing li {
box-shadow: 0 0 0 2px #347235 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.forest .listing .text {
box-shadow: 0 0 0 2px #347235 inset;
}
.gmbrr.carousel.forest .navigation .bullet a {
border-color: #347235;
}
.gmbrr.dark.carousel.forest .navigation .bullet a {
border-color: rgba(141, 162, 142, 0.9);
}
.gmbrr.carousel.bullet-solid.forest .navigation .bullet a {
border-color: rgba(141, 162, 142, 0.45);
box-shadow: 0 0 0 0.8rem rgba(141, 162, 142, 0.45) inset;
}
.gmbrr.carousel.forest .navigation .bullet a:hover {
border-color: rgba(141, 162, 142, 0.9);
box-shadow: 0 0 0 0.8rem rgba(141, 162, 142, 0.7) inset;
}
.gmbrr.carousel.forest .navigation .current.bullet a,
.gmbrr.carousel.forest .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #347235 inset;
background-color: #347235;
}
.gmbrr.carousel.bullet-solid.forest .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(141, 162, 142, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet a {
color: rgba(141, 162, 142, 0.35);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.forest .navigation .bullet.current a:hover {
color: #347235;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.forest .listing .text {
box-shadow: 0 0 0 2px #68a863 inset;
}
.gmbrr.bubble.forest .listing .arrow.arrow-up,
.gmbrr.bubble.fill.forest .listing .text::before,
.gmbrr.bubble.forest .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #347235;
}
.gmbrr.dark.bubble.forest .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.forest .listing .text::before,
.gmbrr.dark.bubble.forest .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #68a863;
}
.gmbrr.bubble.forest .listing .arrow.arrow-down,
.gmbrr.bubble.fill.forest .listing .text-first .text::after,
.gmbrr.bubble.forest .listing .text-first .text::after {
border-block-start-color: #347235;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.forest .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.forest .listing .text-first .text::after,
.gmbrr.dark.bubble.forest .listing .text-first .text::after {
border-block-start-color: #68a863;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.forest .listing .text {
background-color: #347235;
}
.gmbrr.dark.bubble.fill.forest .listing .text {
background-color: #68a863;
}
.gmbrr.dark.turquoise .heading {
color: #43c6db;
}
.gmbrr.turquoise .heading,
.gmbrr.turquoise .listing .rating,
.gmbrr.turquoise .listing a,
.gmbrr.turquoise .rating,
.gmbrr.turquoise .rating .star,
.gmbrr.turquoise a {
color: #14b1cb;
}
.gmbrr.dark.turquoise .listing .rating,
.gmbrr.dark.turquoise .listing a,
.gmbrr.dark.turquoise .rating,
.gmbrr.dark.turquoise .rating .star,
.gmbrr.dark.turquoise a {
color: #43c6db;
}
.gmbrr.turquoise .count,
.gmbrr.turquoise .date,
.gmbrr.turquoise .relative-time-description,
.gmbrr.turquoise .vicinity {
color: #92a4a7;
}
.gmbrr.dark.turquoise .count,
.gmbrr.dark.turquoise .date,
.gmbrr.dark.turquoise .relative-time-description,
.gmbrr.dark.turquoise .vicinity {
color: #a6b8bb;
}
.gmbrr.turquoise .listing .rating .not,
.gmbrr.turquoise .rating .all-stars,
.gmbrr.turquoise .star.gray {
color: rgba(159, 176, 179, 0.7);
}
.gmbrr.dark.turquoise .listing .rating .not,
.gmbrr.dark.turquoise .rating .all-stars,
.gmbrr.dark.turquoise .star.gray {
color: rgba(159, 176, 179, 0.5);
}
.gmbrr.tile.turquoise .listing li {
box-shadow: 0 0 0 2px #14b1cb inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.turquoise .listing li {
box-shadow: 0 0 0 2px #14b1cb inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.turquoise .listing .text {
box-shadow: 0 0 0 2px #14b1cb inset;
}
.gmbrr.carousel.turquoise .navigation .bullet a {
border-color: #14b1cb;
}
.gmbrr.dark.carousel.turquoise .navigation .bullet a {
border-color: rgba(20, 177, 203, 0.9);
}
.gmbrr.carousel.bullet-solid.turquoise .navigation .bullet a {
border-color: rgba(20, 177, 203, 0.45);
box-shadow: 0 0 0 0.8rem rgba(20, 177, 203, 0.45) inset;
}
.gmbrr.carousel.turquoise .navigation .bullet a:hover {
border-color: rgba(20, 177, 203, 0.9);
box-shadow: 0 0 0 0.8rem rgba(20, 177, 203, 0.7) inset;
}
.gmbrr.carousel.turquoise .navigation .current.bullet a,
.gmbrr.carousel.turquoise .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #14b1cb inset;
background-color: #14b1cb;
}
.gmbrr.carousel.bullet-solid.turquoise .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(20, 177, 203, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet a {
color: rgba(20, 177, 203, 0.45);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.turquoise .navigation .bullet.current a:hover {
color: #14b1cb;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.turquoise .listing .text {
box-shadow: 0 0 0 2px #43c6db inset;
}
.gmbrr.bubble.turquoise .listing .arrow.arrow-up,
.gmbrr.bubble.fill.turquoise .listing .text::before,
.gmbrr.bubble.turquoise .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #14b1cb;
}
.gmbrr.dark.bubble.turquoise .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.turquoise .listing .text::before,
.gmbrr.dark.bubble.turquoise .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #43c6db;
}
.gmbrr.bubble.turquoise .listing .arrow.arrow-down,
.gmbrr.bubble.fill.turquoise .listing .text-first .text::after,
.gmbrr.bubble.turquoise .listing .text-first .text::after {
border-block-start-color: #14b1cb;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.turquoise .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.turquoise .listing .text-first .text::after,
.gmbrr.dark.bubble.turquoise .listing .text-first .text::after {
border-block-start-color: #43c6db;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.turquoise .listing .text {
background-color: #14b1cb;
}
.gmbrr.dark.bubble.fill.turquoise .listing .text {
background-color: #43c6db;
}
.gmbrr.dark.ocean .heading {
color: #507ee7;
}
.gmbrr.ocean .heading,
.gmbrr.ocean .listing .rating,
.gmbrr.ocean .listing a,
.gmbrr.ocean .rating,
.gmbrr.ocean .rating .star,
.gmbrr.ocean a {
color: #2b65ec;
}
.gmbrr.dark.ocean .listing .rating,
.gmbrr.dark.ocean .listing a,
.gmbrr.dark.ocean .rating,
.gmbrr.dark.ocean .rating .star,
.gmbrr.dark.ocean a {
color: #507ee7;
}
.gmbrr.ocean .count,
.gmbrr.ocean .date,
.gmbrr.ocean .relative-time-description,
.gmbrr.ocean .vicinity {
color: #92969f;
}
.gmbrr.dark.ocean .count,
.gmbrr.dark.ocean .date,
.gmbrr.dark.ocean .relative-time-description,
.gmbrr.dark.ocean .vicinity {
color: #b0b2b8;
}
.gmbrr.ocean .listing .rating .not,
.gmbrr.ocean .rating .all-stars,
.gmbrr.ocean .star.gray {
color: rgba(168, 171, 179, 0.7);
}
.gmbrr.dark.ocean .listing .rating .not,
.gmbrr.dark.ocean .rating .all-stars,
.gmbrr.dark.ocean .star.gray {
color: rgba(168, 171, 179, 0.5);
}
.gmbrr.tile.ocean .listing li {
box-shadow: 0 0 0 2px #2b65ec inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.ocean .listing li {
box-shadow: 0 0 0 2px #2b65ec inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.ocean .listing .text {
box-shadow: 0 0 0 2px #2b65ec inset;
}
.gmbrr.carousel.ocean .navigation .bullet a {
border-color: #2b65ec;
}
.gmbrr.dark.carousel.ocean .navigation .bullet a {
border-color: rgba(43, 101, 236, 0.9);
}
.gmbrr.carousel.bullet-solid.ocean .navigation .bullet a {
border-color: rgba(43, 101, 236, 0.45);
box-shadow: 0 0 0 0.8rem rgba(43, 101, 236, 0.45) inset;
}
.gmbrr.carousel.ocean .navigation .bullet a:hover {
border-color: rgba(43, 101, 236, 0.9);
box-shadow: 0 0 0 0.8rem rgba(43, 101, 236, 0.7) inset;
}
.gmbrr.carousel.ocean .navigation .current.bullet a,
.gmbrr.carousel.ocean .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #2b65ec inset;
background-color: #2b65ec;
}
.gmbrr.carousel.bullet-solid.ocean .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(43, 101, 236, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet a {
color: rgba(43, 101, 236, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.ocean .navigation .bullet.current a:hover {
color: #2b65ec;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.ocean .listing .text {
box-shadow: 0 0 0 2px #507ee7 inset;
}
.gmbrr.bubble.ocean .listing .arrow.arrow-up,
.gmbrr.bubble.fill.ocean .listing .text::before,
.gmbrr.bubble.ocean .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #2b65ec;
}
.gmbrr.dark.bubble.ocean .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.ocean .listing .text::before,
.gmbrr.dark.bubble.ocean .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #507ee7;
}
.gmbrr.bubble.ocean .listing .arrow.arrow-down,
.gmbrr.bubble.fill.ocean .listing .text-first .text::after,
.gmbrr.bubble.ocean .listing .text-first .text::after {
border-block-start-color: #2b65ec;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.ocean .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.ocean .listing .text-first .text::after,
.gmbrr.dark.bubble.ocean .listing .text-first .text::after {
border-block-start-color: #507ee7;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.ocean .listing .text {
background-color: #2b65ec;
}
.gmbrr.dark.bubble.fill.ocean .listing .text {
background-color: #507ee7;
}
.gmbrr.dark.amethyst .heading {
color: #8a49e8;
}
.gmbrr.amethyst .heading,
.gmbrr.amethyst .listing .rating,
.gmbrr.amethyst .listing a,
.gmbrr.amethyst .rating,
.gmbrr.amethyst .rating .star,
.gmbrr.amethyst a {
color: #6c2dc7;
}
.gmbrr.dark.amethyst .listing .rating,
.gmbrr.dark.amethyst .listing a,
.gmbrr.dark.amethyst .rating,
.gmbrr.dark.amethyst .rating .star,
.gmbrr.dark.amethyst a {
color: #8a49e8;
}
.gmbrr.amethyst .count,
.gmbrr.amethyst .date,
.gmbrr.amethyst .relative-time-description,
.gmbrr.amethyst .vicinity {
color: #8e8a94;
}
.gmbrr.dark.amethyst .count,
.gmbrr.dark.amethyst .date,
.gmbrr.dark.amethyst .relative-time-description,
.gmbrr.dark.amethyst .vicinity {
color: #b2a9c0;
}
.gmbrr.amethyst .listing .rating .not,
.gmbrr.amethyst .rating .all-stars,
.gmbrr.amethyst .star.gray {
color: rgba(158, 150, 171, 0.7);
}
.gmbrr.dark.amethyst .listing .rating .not,
.gmbrr.dark.amethyst .rating .all-stars,
.gmbrr.dark.amethyst .star.gray {
color: rgba(158, 150, 171, 0.5);
}
.gmbrr.tile.amethyst .listing li {
box-shadow: 0 0 0 2px #6c2dc7 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.amethyst .listing li {
box-shadow: 0 0 0 2px #6c2dc7 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.amethyst .listing .text {
box-shadow: 0 0 0 2px #6c2dc7 inset;
}
.gmbrr.carousel.amethyst .navigation .bullet a {
border-color: #6c2dc7;
}
.gmbrr.dark.carousel.amethyst .navigation .bullet a {
border-color: rgba(108, 45, 199, 0.9);
}
.gmbrr.carousel.bullet-solid.amethyst .navigation .bullet a {
border-color: rgba(108, 45, 199, 0.45);
box-shadow: 0 0 0 0.8rem rgba(108, 45, 199, 0.45) inset;
}
.gmbrr.carousel.amethyst .navigation .bullet a:hover {
border-color: rgba(108, 45, 199, 0.9);
box-shadow: 0 0 0 0.8rem rgba(108, 45, 199, 0.7) inset;
}
.gmbrr.carousel.amethyst .navigation .current.bullet a,
.gmbrr.carousel.amethyst .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #6c2dc7 inset;
background-color: #6c2dc7;
}
.gmbrr.carousel.bullet-solid.amethyst .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(108, 45, 199, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet a {
color: rgba(108, 45, 199, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.amethyst .navigation .bullet.current a:hover {
color: #6c2dc7;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.amethyst .listing .text {
box-shadow: 0 0 0 2px #8a49e8 inset;
}
.gmbrr.bubble.amethyst .listing .arrow.arrow-up,
.gmbrr.bubble.amethyst .listing .text::before,
.gmbrr.bubble.fill.amethyst .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #6c2dc7;
}
.gmbrr.dark.bubble.amethyst .listing .arrow.arrow-up,
.gmbrr.dark.bubble.amethyst .listing .text::before,
.gmbrr.dark.bubble.fill.amethyst .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #8a49e8;
}
.gmbrr.bubble.amethyst .listing .arrow.arrow-down,
.gmbrr.bubble.amethyst .listing .text-first .text::after,
.gmbrr.bubble.fill.amethyst .listing .text-first .text::after {
border-block-start-color: #6c2dc7;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.amethyst .listing .arrow.arrow-down,
.gmbrr.dark.bubble.amethyst .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.amethyst .listing .text-first .text::after {
border-block-start-color: #8a49e8;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.amethyst .listing .text {
background-color: #6c2dc7;
}
.gmbrr.dark.bubble.fill.amethyst .listing .text {
background-color: #8a49e8;
}
.gmbrr.dark.magenta .heading,
.gmbrr.dark.magenta .listing .rating,
.gmbrr.dark.magenta .listing a,
.gmbrr.dark.magenta .rating,
.gmbrr.dark.magenta .rating .star,
.gmbrr.dark.magenta a,
.gmbrr.magenta .heading,
.gmbrr.magenta .listing .rating,
.gmbrr.magenta .listing a,
.gmbrr.magenta .rating,
.gmbrr.magenta .rating .star,
.gmbrr.magenta a {
color: #d5008b;
}
.gmbrr.magenta .count,
.gmbrr.magenta .date,
.gmbrr.magenta .relative-time-description,
.gmbrr.magenta .vicinity {
color: #988f95;
}
.gmbrr.dark.magenta .count,
.gmbrr.dark.magenta .date,
.gmbrr.dark.magenta .relative-time-description,
.gmbrr.dark.magenta .vicinity {
color: #ab98a4;
}
.gmbrr.magenta .listing .rating .not,
.gmbrr.magenta .rating .all-stars,
.gmbrr.magenta .star.gray {
color: rgba(176, 164, 172, 0.7);
}
.gmbrr.dark.magenta .listing .rating .not,
.gmbrr.dark.magenta .rating .all-stars,
.gmbrr.dark.magenta .star.gray {
color: rgba(176, 164, 172, 0.5);
}
.gmbrr.tile.magenta .listing li {
box-shadow: 0 0 0 2px #d5008b inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.magenta .listing li {
box-shadow: 0 0 0 2px #d5008b inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.magenta .listing .text,
.gmbrr.dark.bubble.magenta .listing .text {
box-shadow: 0 0 0 2px #d5008b inset;
}
.gmbrr.carousel.magenta .navigation .bullet a {
border-color: #d5008b;
}
.gmbrr.dark.carousel.magenta .navigation .bullet a {
border-color: rgba(213, 0, 139, 0.9);
}
.gmbrr.carousel.bullet-solid.magenta .navigation .bullet a {
border-color: rgba(213, 0, 139, 0.45);
box-shadow: 0 0 0 0.8rem rgba(213, 0, 139, 0.45) inset;
}
.gmbrr.carousel.magenta .navigation .bullet a:hover {
border-color: rgba(213, 0, 139, 0.9);
box-shadow: 0 0 0 0.8rem rgba(213, 0, 139, 0.7) inset;
}
.gmbrr.carousel.magenta .navigation .current.bullet a,
.gmbrr.carousel.magenta .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #d5008b inset;
background-color: #d5008b;
}
.gmbrr.carousel.bullet-solid.magenta .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(213, 0, 139, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet a {
color: rgba(213, 0, 139, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.magenta .navigation .bullet.current a:hover {
color: #d5008b;
background-color: inherit;
box-shadow: none;
}
.gmbrr.bubble.magenta .listing .arrow.arrow-up,
.gmbrr.bubble.fill.magenta .listing .text::before,
.gmbrr.bubble.magenta .listing .text::before,
.gmbrr.dark.bubble.fill.magenta .listing .text::before,
.gmbrr.dark.bubble.magenta .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #d5008b;
}
.gmbrr.bubble.magenta .listing .arrow.arrow-down,
.gmbrr.bubble.fill.magenta .listing .text-first .text::after,
.gmbrr.bubble.magenta .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.magenta .listing .text-first .text::after,
.gmbrr.dark.bubble.magenta .listing .text-first .text::after {
border-block-start-color: #d5008b;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.magenta .listing .text,
.gmbrr.dark.bubble.fill.magenta .listing .text {
background-color: #d5008b;
}
.gmbrr.dark.slate .heading {
color: #8290a0;
}
.gmbrr.slate .heading,
.gmbrr.slate .listing .rating,
.gmbrr.slate .listing a,
.gmbrr.slate .rating,
.gmbrr.slate .rating .star,
.gmbrr.slate a {
color: #657383;
}
.gmbrr.dark.slate .listing .rating,
.gmbrr.dark.slate .listing a,
.gmbrr.dark.slate .rating,
.gmbrr.dark.slate .rating .star,
.gmbrr.dark.slate a {
color: #8290a0;
}
.gmbrr.slate .count,
.gmbrr.slate .date,
.gmbrr.slate .relative-time-description,
.gmbrr.slate .vicinity {
color: #9c9c9c;
}
.gmbrr.dark.slate .count,
.gmbrr.dark.slate .date,
.gmbrr.dark.slate .relative-time-description,
.gmbrr.dark.slate .vicinity {
color: #969696;
}
.gmbrr.slate .listing .rating .not,
.gmbrr.slate .rating .all-stars,
.gmbrr.slate .star.gray {
color: rgba(162, 162, 162, 0.7);
}
.gmbrr.dark.slate .listing .rating .not,
.gmbrr.dark.slate .rating .all-stars,
.gmbrr.dark.slate .star.gray {
color: rgba(193, 193, 193, 0.35);
}
.gmbrr.tile.slate .listing li {
box-shadow: 0 0 0 2px #657383 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.slate .listing li {
box-shadow: 0 0 0 2px #657383 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.slate .listing .text {
box-shadow: 0 0 0 2px #657383 inset;
}
.gmbrr.carousel.slate .navigation .bullet a {
border-color: #657383;
}
.gmbrr.dark.carousel.slate .navigation .bullet a {
border-color: rgba(101, 115, 131, 0.9);
}
.gmbrr.carousel.bullet-solid.slate .navigation .bullet a {
border-color: rgba(101, 115, 131, 0.45);
box-shadow: 0 0 0 0.8rem rgba(101, 115, 131, 0.45) inset;
}
.gmbrr.carousel.slate .navigation .bullet a:hover {
border-color: rgba(101, 115, 131, 0.9);
box-shadow: 0 0 0 0.8rem rgba(101, 115, 131, 0.7) inset;
}
.gmbrr.carousel.slate .navigation .current.bullet a,
.gmbrr.carousel.slate .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #657383 inset;
background-color: #657383;
}
.gmbrr.carousel.bullet-solid.slate .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(101, 115, 131, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet a {
color: rgba(101, 115, 131, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.slate .navigation .bullet.current a:hover {
color: #657383;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.slate .listing .text {
box-shadow: 0 0 0 2px #8290a0 inset;
}
.gmbrr.bubble.slate .listing .arrow.arrow-up,
.gmbrr.bubble.fill.slate .listing .text::before,
.gmbrr.bubble.slate .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #657383;
}
.gmbrr.dark.bubble.slate .listing .arrow.arrow-up,
.gmbrr.dark.bubble.fill.slate .listing .text::before,
.gmbrr.dark.bubble.slate .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #8290a0;
}
.gmbrr.bubble.slate .listing .arrow.arrow-down,
.gmbrr.bubble.fill.slate .listing .text-first .text::after,
.gmbrr.bubble.slate .listing .text-first .text::after {
border-block-start-color: #657383;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.slate .listing .arrow.arrow-down,
.gmbrr.dark.bubble.fill.slate .listing .text-first .text::after,
.gmbrr.dark.bubble.slate .listing .text-first .text::after {
border-block-start-color: #8290a0;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.slate .listing .text {
background-color: #657383;
}
.gmbrr.dark.bubble.fill.slate .listing .text {
background-color: #8290a0;
}
.gmbrr.dark.carbon .heading {
color: #838282;
}
.gmbrr.carbon .heading,
.gmbrr.carbon .listing .rating,
.gmbrr.carbon .listing a,
.gmbrr.carbon .rating,
.gmbrr.carbon .rating .star,
.gmbrr.carbon a {
color: #625d5d;
}
.gmbrr.dark.carbon .listing .rating,
.gmbrr.dark.carbon .listing a,
.gmbrr.dark.carbon .rating,
.gmbrr.dark.carbon .rating .star,
.gmbrr.dark.carbon a {
color: #838282;
}
.gmbrr.carbon .count,
.gmbrr.carbon .date,
.gmbrr.carbon .relative-time-description,
.gmbrr.carbon .vicinity {
color: silver;
}
.gmbrr.dark.carbon .count,
.gmbrr.dark.carbon .date,
.gmbrr.dark.carbon .relative-time-description,
.gmbrr.dark.carbon .vicinity {
color: #838181;
}
.gmbrr.carbon .listing .rating .not,
.gmbrr.carbon .rating .all-stars,
.gmbrr.carbon .star.gray {
color: rgba(98, 93, 93, 0.3);
}
.gmbrr.dark.carbon .listing .rating .not,
.gmbrr.dark.carbon .rating .all-stars,
.gmbrr.dark.carbon .star.gray {
color: rgba(95, 95, 95, 0.7);
}
.gmbrr.tile.carbon .listing li {
box-shadow: 0 0 0 2px #625d5d inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.carbon .listing li {
box-shadow: 0 0 0 2px #625d5d inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.carbon .listing .text {
box-shadow: 0 0 0 2px #625d5d inset;
}
.gmbrr.carousel.carbon .navigation .bullet a {
border-color: #625d5d;
}
.gmbrr.dark.carousel.carbon .navigation .bullet a {
border-color: rgba(98, 93, 93, 0.9);
}
.gmbrr.carousel.bullet-solid.carbon .navigation .bullet a {
border-color: rgba(98, 93, 93, 0.45);
box-shadow: 0 0 0 0.8rem rgba(98, 93, 93, 0.45) inset;
}
.gmbrr.carousel.carbon .navigation .bullet a:hover {
border-color: rgba(98, 93, 93, 0.9);
box-shadow: 0 0 0 0.8rem rgba(98, 93, 93, 0.7) inset;
}
.gmbrr.carousel.carbon .navigation .current.bullet a,
.gmbrr.carousel.carbon .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #625d5d inset;
background-color: #625d5d;
}
.gmbrr.carousel.bullet-solid.carbon .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(98, 93, 93, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet a {
color: rgba(98, 93, 93, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.carbon .navigation .bullet.current a:hover {
color: #625d5d;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.carbon .listing .text {
box-shadow: 0 0 0 2px #838282 inset;
}
.gmbrr.bubble.carbon .listing .arrow.arrow-up,
.gmbrr.bubble.carbon .listing .text::before,
.gmbrr.bubble.fill.carbon .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #625d5d;
}
.gmbrr.dark.bubble.carbon .listing .arrow.arrow-up,
.gmbrr.dark.bubble.carbon .listing .text::before,
.gmbrr.dark.bubble.fill.carbon .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #838282;
}
.gmbrr.bubble.carbon .listing .arrow.arrow-down,
.gmbrr.bubble.carbon .listing .text-first .text::after,
.gmbrr.bubble.fill.carbon .listing .text-first .text::after {
border-block-start-color: #625d5d;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.carbon .listing .arrow.arrow-down,
.gmbrr.dark.bubble.carbon .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.carbon .listing .text-first .text::after {
border-block-start-color: #838282;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.carbon .listing .text {
background-color: #625d5d;
}
.gmbrr.dark.bubble.fill.carbon .listing .text {
background-color: #838282;
}
.gmbrr.dark.copper .heading {
color: #c58447;
}
.gmbrr.copper .heading,
.gmbrr.copper .listing .rating,
.gmbrr.copper .listing a,
.gmbrr.copper .rating,
.gmbrr.copper .rating .star,
.gmbrr.copper a {
color: #b87333;
}
.gmbrr.dark.copper .listing .rating,
.gmbrr.dark.copper .listing a,
.gmbrr.dark.copper .rating,
.gmbrr.dark.copper .rating .star,
.gmbrr.dark.copper a {
color: #c58447;
}
.gmbrr.copper .count,
.gmbrr.copper .date,
.gmbrr.copper .relative-time-description,
.gmbrr.copper .vicinity {
color: silver;
}
.gmbrr.dark.copper .count,
.gmbrr.dark.copper .date,
.gmbrr.dark.copper .relative-time-description,
.gmbrr.dark.copper .vicinity {
color: #aca197;
}
.gmbrr.copper .listing .rating .not,
.gmbrr.copper .rating .all-stars,
.gmbrr.copper .star.gray {
color: rgba(98, 93, 93, 0.3);
}
.gmbrr.dark.copper .listing .rating .not,
.gmbrr.dark.copper .rating .all-stars,
.gmbrr.dark.copper .star.gray {
color: rgba(95, 95, 95, 0.7);
}
.gmbrr.tile.copper .listing li {
box-shadow: 0 0 0 2px #b87333 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.copper .listing li {
box-shadow: 0 0 0 2px #b87333 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.copper .listing .text {
box-shadow: 0 0 0 2px #b87333 inset;
}
.gmbrr.carousel.copper .navigation .bullet a {
border-color: #b87333;
}
.gmbrr.dark.carousel.copper .navigation .bullet a {
border-color: rgba(184, 115, 51, 0.9);
}
.gmbrr.carousel.bullet-solid.copper .navigation .bullet a {
border-color: rgba(184, 115, 51, 0.45);
box-shadow: 0 0 0 0.8rem rgba(184, 115, 51, 0.45) inset;
}
.gmbrr.carousel.copper .navigation .bullet a:hover {
border-color: rgba(184, 115, 51, 0.9);
box-shadow: 0 0 0 0.8rem rgba(184, 115, 51, 0.7) inset;
}
.gmbrr.carousel.copper .navigation .current.bullet a,
.gmbrr.carousel.copper .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #b87333 inset;
background-color: #b87333;
}
.gmbrr.carousel.bullet-solid.copper .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(184, 115, 51, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet a {
color: rgba(184, 115, 51, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.copper .navigation .bullet.current a:hover {
color: #b87333;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.copper .listing .text {
box-shadow: 0 0 0 2px #c58447 inset;
}
.gmbrr.bubble.copper .listing .arrow.arrow-up,
.gmbrr.bubble.copper .listing .text::before,
.gmbrr.bubble.fill.copper .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #b87333;
}
.gmbrr.dark.bubble.copper .listing .arrow.arrow-up,
.gmbrr.dark.bubble.copper .listing .text::before,
.gmbrr.dark.bubble.fill.copper .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #c58447;
}
.gmbrr.bubble.copper .listing .arrow.arrow-down,
.gmbrr.bubble.copper .listing .text-first .text::after,
.gmbrr.bubble.fill.copper .listing .text-first .text::after {
border-block-start-color: #b87333;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.copper .listing .arrow.arrow-down,
.gmbrr.dark.bubble.copper .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.copper .listing .text-first .text::after {
border-block-start-color: #c58447;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.copper .listing .text {
background-color: #b87333;
}
.gmbrr.dark.bubble.fill.copper .listing .text {
background-color: #c58447;
}
.gmbrr.dark.coffee .heading {
color: #9f7f69;
}
.gmbrr.coffee .heading,
.gmbrr.coffee .listing .rating,
.gmbrr.coffee .listing a,
.gmbrr.coffee .rating,
.gmbrr.coffee .rating .star,
.gmbrr.coffee a {
color: #6f4e37;
}
.gmbrr.dark.coffee .listing .rating,
.gmbrr.dark.coffee .listing a,
.gmbrr.dark.coffee .rating,
.gmbrr.dark.coffee .rating .star,
.gmbrr.dark.coffee a {
color: #9f7f69;
}
.gmbrr.coffee .count,
.gmbrr.coffee .date,
.gmbrr.coffee .relative-time-description,
.gmbrr.coffee .vicinity {
color: silver;
}
.gmbrr.dark.coffee .count,
.gmbrr.dark.coffee .date,
.gmbrr.dark.coffee .relative-time-description,
.gmbrr.dark.coffee .vicinity {
color: #a29c99;
}
.gmbrr.coffee .listing .rating .not,
.gmbrr.coffee .rating .all-stars,
.gmbrr.coffee .star.gray {
color: rgba(98, 93, 93, 0.3);
}
.gmbrr.dark.coffee .listing .rating .not,
.gmbrr.dark.coffee .rating .all-stars,
.gmbrr.dark.coffee .star.gray {
color: rgba(95, 95, 95, 0.7);
}
.gmbrr.tile.coffee .listing li {
box-shadow: 0 0 0 2px #6f4e37 inset, 0 4px 2px 1px rgba(128, 128, 128, 0.1);
}
.gmbrr.dark.tile.coffee .listing li {
box-shadow: 0 0 0 2px #6f4e37 inset, 0 4px 2px 1px rgba(196, 196, 196, 0.05);
}
.gmbrr.bubble.coffee .listing .text {
box-shadow: 0 0 0 2px #6f4e37 inset;
}
.gmbrr.carousel.coffee .navigation .bullet a {
border-color: #6f4e37;
}
.gmbrr.dark.carousel.coffee .navigation .bullet a {
border-color: rgba(111, 78, 55, 0.9);
}
.gmbrr.carousel.bullet-solid.coffee .navigation .bullet a {
border-color: rgba(111, 78, 55, 0.45);
box-shadow: 0 0 0 0.8rem rgba(111, 78, 55, 0.45) inset;
}
.gmbrr.carousel.coffee .navigation .bullet a:hover {
border-color: rgba(111, 78, 55, 0.9);
box-shadow: 0 0 0 0.8rem rgba(111, 78, 55, 0.7) inset;
}
.gmbrr.carousel.coffee .navigation .current.bullet a,
.gmbrr.carousel.coffee .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #6f4e37 inset;
background-color: #6f4e37;
}
.gmbrr.carousel.bullet-solid.coffee .navigation .bullet a:hover {
box-shadow: 0 0 0 0.8rem rgba(111, 78, 55, 0.7) inset;
}
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet a {
color: rgba(111, 78, 55, 0.4);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.coffee .navigation .bullet.current a:hover {
color: #6f4e37;
background-color: inherit;
box-shadow: none;
}
.gmbrr.dark.bubble.coffee .listing .text {
box-shadow: 0 0 0 2px #9f7f69 inset;
}
.gmbrr.bubble.coffee .listing .arrow.arrow-up,
.gmbrr.bubble.coffee .listing .text::before,
.gmbrr.bubble.fill.coffee .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #6f4e37;
}
.gmbrr.dark.bubble.coffee .listing .arrow.arrow-up,
.gmbrr.dark.bubble.coffee .listing .text::before,
.gmbrr.dark.bubble.fill.coffee .listing .text::before {
border-block-start-color: transparent;
border-block-end-color: #9f7f69;
}
.gmbrr.bubble.coffee .listing .arrow.arrow-down,
.gmbrr.bubble.coffee .listing .text-first .text::after,
.gmbrr.bubble.fill.coffee .listing .text-first .text::after {
border-block-start-color: #6f4e37;
border-block-end-color: transparent;
}
.gmbrr.dark.bubble.coffee .listing .arrow.arrow-down,
.gmbrr.dark.bubble.coffee .listing .text-first .text::after,
.gmbrr.dark.bubble.fill.coffee .listing .text-first .text::after {
border-block-start-color: #9f7f69;
border-block-end-color: transparent;
}
.gmbrr.bubble.fill.coffee .listing .text {
background-color: #6f4e37;
}
.gmbrr.dark.bubble.fill.coffee .listing .text {
background-color: #9f7f69;
}
.gmbrr.fill.contrast .listing .text {
background: #161616;
}
.gmbrr.dark.fill.contrast .listing .text {
background: #fff;
}
.gmbrr.carousel.bullet-solid.contrast .navigation .bullet a {
border-color: rgba(130, 130, 130, 0.45);
box-shadow: 0 0 0 0.8rem rgba(130, 130, 130, 0.45) inset;
}
.gmbrr.carousel.contrast .navigation .bullet a:hover,
.gmbrr.carousel.contrast .navigation .current.bullet a,
.gmbrr.carousel.contrast .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #000 inset;
background-color: #000;
}
.gmbrr.dark.carousel.contrast .navigation .bullet a:hover,
.gmbrr.dark.carousel.contrast .navigation .current.bullet a,
.gmbrr.dark.carousel.contrast .navigation .current.bullet a:hover {
box-shadow: 0 0 0 0.8rem #FFF inset;
background-color: #FFF;
}
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a {
color: rgba(135, 135, 135, 0.52);
background-color: inherit;
box-shadow: none;
}
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a:hover,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a,
.gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover {
background-color: inherit;
box-shadow: none;
}
.gmbrr .star,
.gmbrr.stars-yellow .star {
display: inline-block;
width: 0.8em;
height: 0.7667em;
background: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==") 0 0/100% no-repeat;
}
.gmbrr.stars-orange .star {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.rtl .gmbrr .star {
transform: scale(-1, 1);
}
.gmbrr .animate .stars-gray {
position: relative;
}
.gmbrr .animate .star {
animation: google-business-reviews-rating-star 3s 0.5s ease-in-out 1;
animation-fill-mode: backwards;
animation-play-state: paused;
transform-origin: 33% 50%;
}
.gmbrr .animate.animation-start .star {
animation-play-state: running;
}
.rtl .gmbrr .animate .star {
transform-origin: 50% 50%;
}
.gmbrr .animate .star:nth-child(1) {
animation-duration: 3s;
animation-delay: 0.5s;
}
.gmbrr .animate .star:nth-child(2) {
animation-duration: 2.8s;
animation-delay: 0.9s;
}
.gmbrr .animate .star:nth-child(3) {
animation-duration: 2.6s;
animation-delay: 1.3s;
}
.gmbrr .animate .star:nth-child(4) {
animation-duration: 2.4s;
animation-delay: 1.7s;
}
.gmbrr .animate .star:nth-child(5) {
animation-duration: 2.2s;
animation-delay: 2.1s;
}
.gmbrr .animate.inline-svg .star,
.gmbrr .animate .star.gray:nth-child(2),
.gmbrr .animate .star.gray:nth-child(3),
.gmbrr .animate .star.gray:nth-child(4),
.gmbrr .animate .star.gray:nth-child(5),
.gmbrr .animate .star.grey:nth-child(2),
.gmbrr .animate .star.grey:nth-child(3),
.gmbrr .animate .star.grey:nth-child(4),
.gmbrr .animate .star.grey:nth-child(5),
.gmbrr .animate .star.split-10-90:nth-child(2),
.gmbrr .animate .star.split-10-90:nth-child(3),
.gmbrr .animate .star.split-10-90:nth-child(4),
.gmbrr .animate .star.split-10-90:nth-child(5) {
animation: none;
}
.gmbrr .star.split-90-10 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-90-10 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-90-10 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTQyLjM3OCAxOHYzLjgzTDQ3LjcyMSAxOHoiLz4KICA8cGF0aCBmaWxsPSIjRTc3MTFCIiBkPSJNNDIuMzc4IDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMSA5LjMxNy02LjY3OXoiLz4KPC9zdmc+");
}
.gmbrr .star.split-80-20 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDOUM5QzkiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=");
}
.gmbrr.dark .star.split-80-20 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNBNEE0QTQiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRjdCNjAzIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=");
}
.gmbrr.stars-orange .star.split-80-20 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDMUMxQzEiPgogICAgPHBhdGggZD0iTTM3Ljc0IDQyLjg4djIuMTAzbC44OTkuNjU3ek0zNy43NCAyNS4xNTVMNDcuNzIxIDE4SDM3Ljc0eiIvPgogIDwvZz4KICA8cGF0aCBmaWxsPSIjRTc3MTFCIiBkPSJNMzcuNzQgMThoLTguMTM3TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM3Ljc0IDQ0Ljk4M1Y0Mi44OGwtNC42NzktMTQuMzcxIDQuNjc5LTMuMzU0eiIvPgo8L3N2Zz4=");
}
.gmbrr .star.split-70-30 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDOUM5QzkiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8+CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNGN0I2MDMiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-70-30 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNBNEE0QTQiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8+CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNGN0I2MDMiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-70-30 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgY2xhc3M9ImdyZXkiIGZpbGw9IiNDMUMxQzEiPgogICAgPHBhdGggZD0iTTMzLjE4MSAyOC40MjNMNDcuNzIxIDE4aC0xNC41NHpNMzMuMTgxIDI4Ljg3OHYxMi43NzVsNS40NTggMy45ODd6Ii8+CiAgPC9nPgogIDxwYXRoIGZpbGw9IiNFNzcxMUIiIGQ9Ik0zMy4xODEgMThoLTMuNTc4TDI0LjAyOC44MjIgMTguNDUzIDE4SC4zMzVsMTQuNjYgMTAuNTA5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1IDkuMTUzIDYuNjg3VjI4Ljg3OGwtLjEyLS4zNjkuMTItLjA4NnoiLz4KPC9zdmc+");
}
.gmbrr .star.split-60-40 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-60-40 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-60-40 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTI4Ljc3MSAxNS40MzdMMjQuMDI4LjgyMiAxOC40NTMgMThILjMzNWwxNC42NiAxMC41MDktNS41NzggMTcuMTEyIDE0LjYxMS0xMC42NTUgNC43NDMgMy40NjV6Ii8+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOGwtLjgzMi0yLjU2M3YyMi45OTRsOS44NjggNy4yMDktNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr .star.split-50-50 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNDOUM5QzkiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=");
}
.gmbrr.dark .star.split-50-50 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNBNEE0QTQiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=");
}
.gmbrr.stars-orange .star.split-50-50 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NVYuODIyeiIvPgogIDxwYXRoIGZpbGw9IiNDMUMxQzEiIGQ9Ik0zOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMThIMjkuNjAzTDI0LjAyOC44MjJ2MzQuMTQ0eiIvPgo8L3N2Zz4=");
}
.gmbrr .star.split-40-60 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.dark .star.split-40-60 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.stars-orange .star.split-40-60 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIybC00Ljc5OSAxNC43ODd2MjIuODU3bDQuNzk5LTMuNUwzOC42MzkgNDUuNjRsLTUuNTc4LTE3LjEzMUw0Ny43MjEgMTh6Ii8+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTE5LjIyOSAzOC40NjZWMTUuNjA5TDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTJ6Ii8+Cjwvc3ZnPg==");
}
.gmbrr .star.split-30-70 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-30-70 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-30-70 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0U3NzExQiI+CiAgICA8cGF0aCBkPSJNMTQuODE5IDI4LjM4M1YxOEguMzM1ek0xNC44MTkgMjkuMDQ5TDkuNDE3IDQ1LjYyMWw1LjQwMi0zLjkzOXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOGgtMy42MzR2MTAuMzgzbC4xNzYuMTI2LS4xNzYuNTR2MTIuNjMzbDkuMjA5LTYuNzE2TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr .star.split-20-80 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=");
}
.gmbrr.dark .star.split-20-80 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0Y3QjYwMyI+CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=");
}
.gmbrr.stars-orange .star.split-20-80 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPGcgZmlsbD0iI0U3NzExQiI+CiAgICA8cGF0aCBkPSJNMTAuMjYgMjUuMTE1VjE4SC4zMzV6TTEwLjI2IDQzLjAzNmwtLjg0MyAyLjU4NS44NDMtLjYxNXoiLz4KICA8L2c+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEgxMC4yNnY3LjExNWw0LjczNSAzLjM5NC00LjczNSAxNC41Mjd2MS45N2wxMy43NjgtMTAuMDRMMzguNjM5IDQ1LjY0bC01LjU3OC0xNy4xMzFMNDcuNzIxIDE4eiIvPgo8L3N2Zz4=");
}
.gmbrr .star.split-10-90 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.dark .star.split-10-90 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr.stars-orange .star.split-10-90 {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0U3NzExQiIgZD0iTTUuNjIyIDIxLjc5VjE4SC4zMzV6Ii8+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTI5LjYwMyAxOEwyNC4wMjguODIyIDE4LjQ1MyAxOEg1LjYyMnYzLjc5bDkuMzczIDYuNzE5LTUuNTc4IDE3LjExMiAxNC42MTEtMTAuNjU1TDM4LjYzOSA0NS42NGwtNS41NzgtMTcuMTMxTDQ3LjcyMSAxOHoiLz4KPC9zdmc+");
}
.gmbrr .star.gray,
.gmbrr .star.grey {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.dark .star.gray,
.gmbrr.dark .star.grey {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0E0QTRBNCIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.stars-orange .star.gray,
.gmbrr.stars-orange .star.grey {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI+CiAgPHBhdGggZmlsbD0iI0MxQzFDMSIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8+Cjwvc3ZnPg==");
}
.gmbrr.dark .powered-by-google.light,
.powered-by-google {
display: inline-block;
line-height: 100%;
width: 143px;
height: 19px;
background: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJNYWluIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKd2lkdGg9IjE0Mi42MjNweCIgaGVpZ2h0PSIxOC42MTFweCIgdmlld0JveD0iMCAwIDE0Mi42MjMgMTguNjExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDIuNjIzIDE4LjYxMSIKeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgo8cGF0aCBmaWxsPSIjRUE0MzM1IiBkPSJNMTEwLjI4MSw5Ljc5NGMwLDIuNjc4LTIuMDk1LDQuNjUxLTQuNjY1LDQuNjUxYy0yLjU3MSwwLTQuNjY1LTEuOTczLTQuNjY1LTQuNjUxCmMwLTIuNjk2LDIuMDk1LTQuNjUxLDQuNjY1LTQuNjUxQzEwOC4xODYsNS4xNDMsMTEwLjI4MSw3LjA5NywxMTAuMjgxLDkuNzk0eiBNMTA4LjIzOSw5Ljc5NGMwLTEuNjczLTEuMjE0LTIuODE4LTIuNjIzLTIuODE4CmMtMS40MDksMC0yLjYyMywxLjE0NS0yLjYyMywyLjgxOGMwLDEuNjU2LDEuMjE0LDIuODE4LDIuNjIzLDIuODE4QzEwNy4wMjUsMTIuNjEyLDEwOC4yMzksMTEuNDQ4LDEwOC4yMzksOS43OTR6Ii8+CjxwYXRoIGZpbGw9IiNGQkJDMDUiIGQ9Ik0xMjAuMzQ1LDkuNzk0YzAsMi42NzgtMi4wOTUsNC42NTEtNC42NjUsNC42NTFzLTQuNjY1LTEuOTczLTQuNjY1LTQuNjUxYzAtMi42OTQsMi4wOTUtNC42NTEsNC42NjUtNC42NTEKUzEyMC4zNDUsNy4wOTcsMTIwLjM0NSw5Ljc5NHogTTExOC4zMDMsOS43OTRjMC0xLjY3My0xLjIxNC0yLjgxOC0yLjYyMy0yLjgxOGMtMS40MDksMC0yLjYyMywxLjE0NS0yLjYyMywyLjgxOApjMCwxLjY1NiwxLjIxNCwyLjgxOCwyLjYyMywyLjgxOEMxMTcuMDg5LDEyLjYxMiwxMTguMzAzLDExLjQ0OCwxMTguMzAzLDkuNzk0eiIvPgo8cGF0aCBmaWxsPSIjNDI4NUY0IiBkPSJNMTI5Ljk5LDUuNDI0djguMzQ5YzAsMy40MzQtMi4wMjUsNC44MzctNC40Miw0LjgzN2MtMi4yNTQsMC0zLjYxMS0xLjUwOC00LjEyMi0yLjc0bDEuNzc4LTAuNzQKYzAuMzE3LDAuNzU3LDEuMDkyLDEuNjUsMi4zNDIsMS42NWMxLjUzMywwLDIuNDgzLTAuOTQ2LDIuNDgzLTIuNzI2di0wLjY2OWgtMC4wNzFjLTAuNDU3LDAuNTY0LTEuMzM4LDEuMDU3LTIuNDQ5LDEuMDU3CmMtMi4zMjUsMC00LjQ1Ni0yLjAyNS00LjQ1Ni00LjYzMmMwLTIuNjI1LDIuMTMtNC42NjcsNC40NTYtNC42NjdjMS4xMDksMCwxLjk5LDAuNDkzLDIuNDQ5LDEuMDRoMC4wNzFWNS40MjZoMS45MzlWNS40MjR6Ck0xMjguMTk1LDkuODExYzAtMS42MzgtMS4wOTItMi44MzUtMi40ODMtMi44MzVjLTEuNDA5LDAtMi41ODksMS4xOTctMi41ODksMi44MzVjMCwxLjYyMSwxLjE4LDIuODAxLDIuNTg5LDIuODAxCkMxMjcuMTAzLDEyLjYxMiwxMjguMTk1LDExLjQzMSwxMjguMTk1LDkuODExeiIvPgo8cGF0aCBmaWxsPSIjMzRBODUzIiBkPSJNMTMzLjE4OCwwLjUzdjEzLjYyOWgtMS45OTJWMC41M0gxMzMuMTg4eiIvPgo8cGF0aCBmaWxsPSIjRUE0MzM1IiBkPSJNMTQwLjk1LDExLjMyNGwxLjU4NSwxLjA1N2MtMC41MTIsMC43NTctMS43NDQsMi4wNjEtMy44NzUsMi4wNjFjLTIuNjQyLDAtNC42MTUtMi4wNDItNC42MTUtNC42NTEKYzAtMi43NjYsMS45OS00LjY1MSw0LjM4Ni00LjY1MWMyLjQxMywwLDMuNTk0LDEuOTIxLDMuOTgsMi45NThsMC4yMTIsMC41MjhsLTYuMjE3LDIuNTc1YzAuNDc2LDAuOTMzLDEuMjE2LDEuNDA5LDIuMjU0LDEuNDA5CkMxMzkuNywxMi42MTIsMTQwLjQyMSwxMi4xLDE0MC45NSwxMS4zMjRMMTQwLjk1LDExLjMyNHogTTEzNi4wNzEsOS42NTFsNC4xNTYtMS43MjZjLTAuMjI5LTAuNTgxLTAuOTE2LTAuOTg1LTEuNzI2LTAuOTg1CkMxMzcuNDYzLDYuOTQsMTM2LjAxOCw3Ljg1NiwxMzYuMDcxLDkuNjUxeiIvPgo8cGF0aCBmaWxsPSIjNDI4NUY0IiBkPSJNOTMuNDExLDguNTg0VjYuNjExaDYuNjQ5YzAuMDY1LDAuMzQ0LDAuMDk5LDAuNzUxLDAuMDk5LDEuMTkxYzAsMS40OC0wLjQwNSwzLjMxMS0xLjcwOSw0LjYxNQpjLTEuMjY5LDEuMzIxLTIuODg5LDIuMDI1LTUuMDM2LDIuMDI1Yy0zLjk4LDAtNy4zMjYtMy4yNDItNy4zMjYtNy4yMjFTODkuNDMzLDAsOTMuNDEzLDBjMi4yMDIsMCwzLjc3LDAuODY0LDQuOTQ4LDEuOTkKbC0xLjM5MiwxLjM5MmMtMC44NDUtMC43OTMtMS45OS0xLjQwOS0zLjU1OC0xLjQwOWMtMi45MDYsMC01LjE3OSwyLjM0Mi01LjE3OSw1LjI0OHMyLjI3Myw1LjI0OCw1LjE3OSw1LjI0OApjMS44ODUsMCwyLjk1OC0wLjc1NywzLjY0Ni0xLjQ0NWMwLjU1OC0wLjU1OCwwLjkyNS0xLjM1NCwxLjA2OS0yLjQ0M0w5My40MTEsOC41ODR6Ii8+CjxnPgo8Zz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTEuNDg2LDYuMzgydjEuMjg4aDAuMDMzQzIuMTksNi42NTcsMy4wODcsNi4xNTEsNC4yMSw2LjE1MWMxLjA3OSwwLDEuOTU0LDAuMzk5LDIuNjI1LDEuMTk3CmMwLjY3MSwwLjc5OCwxLjAwNywxLjc0OCwxLjAwNywyLjg0OGMwLDEuMTY3LTAuMzMsMi4xNTUtMC45OTEsMi45NjRjLTAuNjYsMC44MDktMS41NjMsMS4yMTQtMi43MDgsMS4yMTQKYy0wLjUyOCwwLTEuMDIxLTAuMTMyLTEuNDc4LTAuMzk2Yy0wLjQ1Ny0wLjI2NC0wLjgzOS0wLjYyMi0xLjE0OC0xLjA3M0gxLjQ4NnY0LjYzSDBWNi4zODJIMS40ODZ6IE0zLjg0NywxMy4wNTIKYzAuNzgxLDAsMS4zOTUtMC4yNywxLjg0MS0wLjgwOWMwLjQ0Ni0wLjUzOSwwLjY2OS0xLjIwNSwwLjY2OS0xLjk5OGMwLTAuNzgxLTAuMjI2LTEuNDM5LTAuNjc3LTEuOTczCkM1LjIyOCw3LjczOCw0LjYxNyw3LjQ3MSwzLjg0Nyw3LjQ3MWMtMC43MzgsMC0xLjMyOSwwLjI3Mi0xLjc3NSwwLjgxN3MtMC42NjksMS4xOTctMC42NjksMS45NTZjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODEKQzIuNTA0LDEyLjc3NywzLjA5OCwxMy4wNTIsMy44NDcsMTMuMDUyeiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNOS43OTksNy4zMzljMC43OTgtMC43OTIsMS43NzUtMS4xODksMi45MzEtMS4xODljMS4xNTYsMCwyLjEzMiwwLjM5NiwyLjkzMSwxLjE4OQpjMC43OTgsMC43OTMsMS4xOTcsMS43NjcsMS4xOTcsMi45MjJjMCwxLjE1Ni0wLjM5OSwyLjEzLTEuMTk3LDIuOTIyYy0wLjc5OCwwLjc5My0xLjc3NSwxLjE4OS0yLjkzMSwxLjE4OQpjLTEuMTU2LDAtMi4xMzMtMC4zOTYtMi45MzEtMS4xODljLTAuNzk4LTAuNzkyLTEuMTk3LTEuNzY2LTEuMTk3LTIuOTIyQzguNjAyLDkuMTA2LDkuMDAxLDguMTMyLDkuNzk5LDcuMzM5eiBNMTQuNTk1LDguMzYzCmMtMC41MTctMC41MjgtMS4xMzktMC43OTItMS44NjYtMC43OTJjLTAuNzI2LDAtMS4zNDgsMC4yNjQtMS44NjYsMC43OTJjLTAuNTE4LDAuNTI4LTAuNzc2LDEuMTYyLTAuNzc2LDEuODk5CmMwLDAuNzI2LDAuMjU4LDEuMzU3LDAuNzc2LDEuODljMC41MTcsMC41MzQsMS4xMzksMC44MDEsMS44NjYsMC44MDFjMC43MjYsMCwxLjM0OC0wLjI2NywxLjg2Ni0wLjgwMQpjMC41MTctMC41MzQsMC43NzYtMS4xNjQsMC43NzYtMS44OUMxNS4zNzEsOS41MjQsMTUuMTEyLDguODkxLDE0LjU5NSw4LjM2M3oiLz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTE4LjYwNyw2LjM4MmwyLjI0NSw0LjkybDIuMTc5LTQuOTczaDAuMzkxbDEuOTcxLDQuOTczbDIuMjQ1LTQuOTJoMS42ODRsLTMuNzEzLDcuOTkxbC0wLjQzOCwwCmwtMi4wNDEtNS4xNjhsLTIuMDY4LDUuMTY4bC0wLjQ2OSwwbC0zLjY3MS03Ljk5MUgxOC42MDd6Ii8+CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik0zNi44NTEsMTAuNDkzaC01Ljg5NGMwLjAxMSwwLjY5NCwwLjIzMSwxLjI5MywwLjY2LDEuOGMwLjQyOSwwLjUwNiwwLjk4NSwwLjc2LDEuNjY4LDAuNzYKYzAuNTM5LDAsMC45ODItMC4xMjQsMS4zMjktMC4zNzJjMC4zNDctMC4yNDgsMC42NzQtMC42MjUsMC45ODItMS4xMzFsMS4yNTUsMC43MWMtMC4zNjMsMC42Ni0wLjg2MSwxLjE3OC0xLjQ5NCwxLjU1MgpjLTAuNjMzLDAuMzc0LTEuMzI5LDAuNTYxLTIuMDg5LDAuNTYxYy0xLjE1NiwwLTIuMDc4LTAuMzg1LTIuNzY2LTEuMTU2Yy0wLjY4OC0wLjc3LTEuMDMyLTEuNzM5LTEuMDMyLTIuOTA2CmMwLTEuMjMyLDAuMzI1LTIuMjM0LDAuOTc0LTMuMDA1YzAuNjQ5LTAuNzcsMS41NzktMS4xNTYsMi43OS0xLjE1NmMxLjE3OCwwLDIuMDc1LDAuMzgzLDIuNjkxLDEuMTQ4CmMwLjYxNiwwLjc2NSwwLjkyNSwxLjc1MywwLjkyNSwyLjk2NFYxMC40OTN6IE0zMS4wMzksOS4zN2g0LjMyNmMtMC4wODgtMC41OTQtMC4zMTktMS4wNjUtMC42OTMtMS40MTIKYy0wLjM3NC0wLjM0Ny0wLjg1My0wLjUyLTEuNDM3LTAuNTJjLTAuNTcyLDAtMS4wNTksMC4xODItMS40NjEsMC41NDVDMzEuMzcyLDguMzQ3LDMxLjEyNyw4LjgwOSwzMS4wMzksOS4zN3oiLz4KPHBhdGggZmlsbD0iIzdDN0M3QyIgZD0iTTM5LjcwNyw2LjM4MnYxLjI1NWgwLjA0OWMwLjE4Ny0wLjQ2MiwwLjQ2NS0wLjgyNiwwLjgzNC0xLjA5YzAuMzY5LTAuMjY0LDAuNzk1LTAuMzk2LDEuMjc5LTAuMzk2CmMwLjQxOCwwLDAuODI2LDAuMTI3LDEuMjIyLDAuMzhsLTAuNjc3LDEuMzU0Yy0wLjI0Mi0wLjIwOS0wLjU0NS0wLjMxNC0wLjkwOC0wLjMxNGMtMC4zODUsMC0wLjcwNSwwLjA4LTAuOTU4LDAuMjM5CmMtMC4yNTMsMC4xNi0wLjQzNywwLjM4NS0wLjU1MywwLjY3N2MtMC4xMTYsMC4yOTItMC4xOTMsMC41NzgtMC4yMzEsMC44NTljLTAuMDM5LDAuMjgxLTAuMDU4LDAuNjAyLTAuMDU4LDAuOTY2djMuNzk3aC0xLjQ4NgpWNi4zODJIMzkuNzA3eiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNNTAuNzAzLDEwLjQ5M2gtNS44OTRjMC4wMTEsMC42OTQsMC4yMzEsMS4yOTMsMC42NiwxLjhjMC40MjksMC41MDYsMC45ODUsMC43NiwxLjY2OCwwLjc2CmMwLjUzOSwwLDAuOTgyLTAuMTI0LDEuMzI5LTAuMzcyYzAuMzQ3LTAuMjQ4LDAuNjc0LTAuNjI1LDAuOTgyLTEuMTMxbDEuMjU1LDAuNzFjLTAuMzYzLDAuNjYtMC44NjEsMS4xNzgtMS40OTQsMS41NTIKYy0wLjYzMywwLjM3NC0xLjMyOSwwLjU2MS0yLjA4OSwwLjU2MWMtMS4xNTYsMC0yLjA3OC0wLjM4NS0yLjc2Ni0xLjE1NmMtMC42ODgtMC43Ny0xLjAzMi0xLjczOS0xLjAzMi0yLjkwNgpjMC0xLjIzMiwwLjMyNS0yLjIzNCwwLjk3NC0zLjAwNWMwLjY0OS0wLjc3LDEuNTc5LTEuMTU2LDIuNzktMS4xNTZjMS4xNzgsMCwyLjA3NSwwLjM4MywyLjY5MSwxLjE0OApjMC42MTYsMC43NjUsMC45MjUsMS43NTMsMC45MjUsMi45NjRWMTAuNDkzeiBNNDQuODkxLDkuMzdoNC4zMjZjLTAuMDg4LTAuNTk0LTAuMzE5LTEuMDY1LTAuNjkzLTEuNDEyCmMtMC4zNzQtMC4zNDctMC44NTMtMC41Mi0xLjQzNy0wLjUyYy0wLjU3MiwwLTEuMDU5LDAuMTgyLTEuNDYxLDAuNTQ1QzQ1LjIyNCw4LjM0Nyw0NC45NzksOC44MDksNDQuODkxLDkuMzd6Ii8+CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik01Ny43MzYsMTQuMTA5di0xLjIwNWgtMC4wMzNjLTAuMzA4LDAuNDUxLTAuNjkxLDAuODA5LTEuMTQ4LDEuMDczCmMtMC40NTcsMC4yNjQtMC45NDksMC4zOTYtMS40NzgsMC4zOTZjLTEuMTQ1LDAtMi4wNDctMC40MDUtMi43MDgtMS4yMTRjLTAuNjYtMC44MDktMC45OTEtMS43OTctMC45OTEtMi45NjQKYzAtMS4xLDAuMzM2LTIuMDUsMS4wMDctMi44NDhjMC42NzEtMC43OTgsMS41NDYtMS4xOTcsMi42MjUtMS4xOTdjMS4xMjMsMCwyLjAyLDAuNTA2LDIuNjkxLDEuNTE5aDAuMDMzVjIuMTExaDEuNDg2djExLjk5OApINTcuNzM2eiBNNTUuMzA5LDEzLjA1MmMwLjc4MSwwLDEuMzk1LTAuMjcsMS44NDEtMC44MDljMC40NDYtMC41MzksMC42NjktMS4yMDUsMC42NjktMS45OThjMC0wLjc4MS0wLjIyNi0xLjQzOS0wLjY3Ny0xLjk3MwpjLTAuNDUxLTAuNTM0LTEuMDYyLTAuODAxLTEuODMzLTAuODAxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3Yy0wLjQ0NiwwLjU0NS0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NgpjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODFDNTMuOTY2LDEyLjc3Nyw1NC41NjEsMTMuMDUyLDU1LjMwOSwxMy4wNTJ6Ii8+CjxwYXRoIGZpbGw9IiM3QzdDN0MiIGQ9Ik02NS44MSwxNC4xMDlWMi4xMTFoMS40ODZ2NS41NTloMC4wMzNDNjgsNi42NTcsNjguODk3LDYuMTUxLDcwLjAyLDYuMTUxCmMxLjA3OSwwLDEuOTU0LDAuMzk5LDIuNjI1LDEuMTk3YzAuNjcxLDAuNzk4LDEuMDA3LDEuNzQ4LDEuMDA3LDIuODQ4YzAsMS4xNjctMC4zMywyLjE1NS0wLjk5LDIuOTY0CmMtMC42NiwwLjgwOS0xLjU2MywxLjIxNC0yLjcwOCwxLjIxNGMtMC41MjgsMC0xLjAyMS0wLjEzMi0xLjQ3OC0wLjM5NmMtMC40NTctMC4yNjQtMC44MzktMC42MjItMS4xNDgtMS4wNzNoLTAuMDMzdjEuMjA1Ckg2NS44MXogTTY5LjY1NywxMy4wNTJjMC43ODEsMCwxLjM5NS0wLjI3LDEuODQxLTAuODA5YzAuNDQ2LTAuNTM5LDAuNjY5LTEuMjA1LDAuNjY5LTEuOTk4YzAtMC43ODEtMC4yMjYtMS40MzktMC42NzctMS45NzMKYy0wLjQ1MS0wLjUzNC0xLjA2Mi0wLjgwMS0xLjgzMy0wLjgwMWMtMC43MzgsMC0xLjMyOSwwLjI3Mi0xLjc3NSwwLjgxN3MtMC42NjksMS4xOTctMC42NjksMS45NTYKYzAsMC43NzEsMC4yMiwxLjQzMSwwLjY2LDEuOTgxQzY4LjMxMywxMi43NzcsNjguOTA4LDEzLjA1Miw2OS42NTcsMTMuMDUyeiIvPgo8cGF0aCBmaWxsPSIjN0M3QzdDIiBkPSJNNzcuNCwxMi43ODhsLTMuNTMzLTYuNDA2SDc1LjZsMi42MDgsNC45MDRsMi40MjctNC45MDRoMS42NjdsLTUuMjU4LDExLjE1MmgtMS42ODRMNzcuNCwxMi43ODh6Ii8+CjwvZz4KPC9nPgo8L2c+Cjwvc3ZnPgo") 0 0/100% no-repeat;
}
.gmbrr.dark .powered-by-google,
.powered-by-google.dark {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJNYWluIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKd2lkdGg9IjE0Mi42MjNweCIgaGVpZ2h0PSIxOC42MTFweCIgdmlld0JveD0iMCAwIDE0Mi42MjMgMTguNjExIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDIuNjIzIDE4LjYxMSIKeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIG9wYWNpdHk9IjAuNyI+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMTAuMjgxLDkuNzk0YzAsMi42NzgtMi4wOTUsNC42NTEtNC42NjUsNC42NTFjLTIuNTcxLDAtNC42NjUtMS45NzMtNC42NjUtNC42NTEKYzAtMi42OTYsMi4wOTUtNC42NTEsNC42NjUtNC42NTFDMTA4LjE4Niw1LjE0MywxMTAuMjgxLDcuMDk3LDExMC4yODEsOS43OTR6IE0xMDguMjM5LDkuNzk0YzAtMS42NzMtMS4yMTQtMi44MTgtMi42MjMtMi44MTgKYy0xLjQwOSwwLTIuNjIzLDEuMTQ1LTIuNjIzLDIuODE4YzAsMS42NTYsMS4yMTQsMi44MTgsMi42MjMsMi44MThDMTA3LjAyNSwxMi42MTIsMTA4LjIzOSwxMS40NDgsMTA4LjIzOSw5Ljc5NHoiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyMC4zNDUsOS43OTRjMCwyLjY3OC0yLjA5NSw0LjY1MS00LjY2NSw0LjY1MXMtNC42NjUtMS45NzMtNC42NjUtNC42NTFjMC0yLjY5NCwyLjA5NS00LjY1MSw0LjY2NS00LjY1MQpTMTIwLjM0NSw3LjA5NywxMjAuMzQ1LDkuNzk0eiBNMTE4LjMwMyw5Ljc5NGMwLTEuNjczLTEuMjE0LTIuODE4LTIuNjIzLTIuODE4Yy0xLjQwOSwwLTIuNjIzLDEuMTQ1LTIuNjIzLDIuODE4CmMwLDEuNjU2LDEuMjE0LDIuODE4LDIuNjIzLDIuODE4QzExNy4wODksMTIuNjEyLDExOC4zMDMsMTEuNDQ4LDExOC4zMDMsOS43OTR6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMjkuOTksNS40MjR2OC4zNDljMCwzLjQzNC0yLjAyNSw0LjgzNy00LjQyLDQuODM3Yy0yLjI1NCwwLTMuNjExLTEuNTA4LTQuMTIyLTIuNzRsMS43NzgtMC43NApjMC4zMTcsMC43NTcsMS4wOTIsMS42NSwyLjM0MiwxLjY1YzEuNTMzLDAsMi40ODMtMC45NDYsMi40ODMtMi43MjZ2LTAuNjY5aC0wLjA3MWMtMC40NTcsMC41NjQtMS4zMzgsMS4wNTctMi40NDksMS4wNTcKYy0yLjMyNSwwLTQuNDU2LTIuMDI1LTQuNDU2LTQuNjMyYzAtMi42MjUsMi4xMy00LjY2Nyw0LjQ1Ni00LjY2N2MxLjEwOSwwLDEuOTksMC40OTMsMi40NDksMS4wNGgwLjA3MVY1LjQyNmgxLjkzOVY1LjQyNHoKTTEyOC4xOTUsOS44MTFjMC0xLjYzOC0xLjA5Mi0yLjgzNS0yLjQ4My0yLjgzNWMtMS40MDksMC0yLjU4OSwxLjE5Ny0yLjU4OSwyLjgzNWMwLDEuNjIxLDEuMTgsMi44MDEsMi41ODksMi44MDEKQzEyNy4xMDMsMTIuNjEyLDEyOC4xOTUsMTEuNDMxLDEyOC4xOTUsOS44MTF6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMzMuMTg4LDAuNTN2MTMuNjI5aC0xLjk5MlYwLjUzSDEzMy4xODh6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNDAuOTUsMTEuMzI0bDEuNTg1LDEuMDU3Yy0wLjUxMiwwLjc1Ny0xLjc0NCwyLjA2MS0zLjg3NSwyLjA2MWMtMi42NDIsMC00LjYxNS0yLjA0Mi00LjYxNS00LjY1MQpjMC0yLjc2NiwxLjk5LTQuNjUxLDQuMzg2LTQuNjUxYzIuNDEzLDAsMy41OTQsMS45MjEsMy45OCwyLjk1OGwwLjIxMiwwLjUyOGwtNi4yMTcsMi41NzVjMC40NzYsMC45MzMsMS4yMTYsMS40MDksMi4yNTQsMS40MDkKQzEzOS43LDEyLjYxMiwxNDAuNDIxLDEyLjEsMTQwLjk1LDExLjMyNEwxNDAuOTUsMTEuMzI0eiBNMTM2LjA3MSw5LjY1MWw0LjE1Ni0xLjcyNmMtMC4yMjktMC41ODEtMC45MTYtMC45ODUtMS43MjYtMC45ODUKQzEzNy40NjMsNi45NCwxMzYuMDE4LDcuODU2LDEzNi4wNzEsOS42NTF6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05My40MTEsOC41ODRWNi42MTFoNi42NDljMC4wNjUsMC4zNDQsMC4wOTksMC43NTEsMC4wOTksMS4xOTFjMCwxLjQ4LTAuNDA1LDMuMzExLTEuNzA5LDQuNjE1CmMtMS4yNjksMS4zMjEtMi44ODksMi4wMjUtNS4wMzYsMi4wMjVjLTMuOTgsMC03LjMyNi0zLjI0Mi03LjMyNi03LjIyMVM4OS40MzMsMCw5My40MTMsMGMyLjIwMiwwLDMuNzcsMC44NjQsNC45NDgsMS45OQpsLTEuMzkyLDEuMzkyYy0wLjg0NS0wLjc5My0xLjk5LTEuNDA5LTMuNTU4LTEuNDA5Yy0yLjkwNiwwLTUuMTc5LDIuMzQyLTUuMTc5LDUuMjQ4czIuMjczLDUuMjQ4LDUuMTc5LDUuMjQ4CmMxLjg4NSwwLDIuOTU4LTAuNzU3LDMuNjQ2LTEuNDQ1YzAuNTU4LTAuNTU4LDAuOTI1LTEuMzU0LDEuMDY5LTIuNDQzTDkzLjQxMSw4LjU4NHoiLz4KPGc+CjxnPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMS40ODYsNi4zODJ2MS4yODhoMC4wMzNDMi4xOSw2LjY1NywzLjA4Nyw2LjE1MSw0LjIxLDYuMTUxYzEuMDc5LDAsMS45NTQsMC4zOTksMi42MjUsMS4xOTcKYzAuNjcxLDAuNzk4LDEuMDA3LDEuNzQ4LDEuMDA3LDIuODQ4YzAsMS4xNjctMC4zMywyLjE1NS0wLjk5MSwyLjk2NGMtMC42NiwwLjgwOS0xLjU2MywxLjIxNC0yLjcwOCwxLjIxNApjLTAuNTI4LDAtMS4wMjEtMC4xMzItMS40NzgtMC4zOTZjLTAuNDU3LTAuMjY0LTAuODM5LTAuNjIyLTEuMTQ4LTEuMDczSDEuNDg2djQuNjNIMFY2LjM4MkgxLjQ4NnogTTMuODQ3LDEzLjA1MgpjMC43ODEsMCwxLjM5NS0wLjI3LDEuODQxLTAuODA5YzAuNDQ2LTAuNTM5LDAuNjY5LTEuMjA1LDAuNjY5LTEuOTk4YzAtMC43ODEtMC4yMjYtMS40MzktMC42NzctMS45NzMKQzUuMjI4LDcuNzM4LDQuNjE3LDcuNDcxLDMuODQ3LDcuNDcxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3cy0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NmMwLDAuNzcxLDAuMjIsMS40MzEsMC42NiwxLjk4MQpDMi41MDQsMTIuNzc3LDMuMDk4LDEzLjA1MiwzLjg0NywxMy4wNTJ6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik05Ljc5OSw3LjMzOWMwLjc5OC0wLjc5MiwxLjc3NS0xLjE4OSwyLjkzMS0xLjE4OWMxLjE1NiwwLDIuMTMyLDAuMzk2LDIuOTMxLDEuMTg5CmMwLjc5OCwwLjc5MywxLjE5NywxLjc2NywxLjE5NywyLjkyMmMwLDEuMTU2LTAuMzk5LDIuMTMtMS4xOTcsMi45MjJjLTAuNzk4LDAuNzkzLTEuNzc1LDEuMTg5LTIuOTMxLDEuMTg5CmMtMS4xNTYsMC0yLjEzMy0wLjM5Ni0yLjkzMS0xLjE4OWMtMC43OTgtMC43OTItMS4xOTctMS43NjYtMS4xOTctMi45MjJDOC42MDIsOS4xMDYsOS4wMDEsOC4xMzIsOS43OTksNy4zMzl6IE0xNC41OTUsOC4zNjMKYy0wLjUxNy0wLjUyOC0xLjEzOS0wLjc5Mi0xLjg2Ni0wLjc5MmMtMC43MjYsMC0xLjM0OCwwLjI2NC0xLjg2NiwwLjc5MmMtMC41MTgsMC41MjgtMC43NzYsMS4xNjItMC43NzYsMS44OTkKYzAsMC43MjYsMC4yNTgsMS4zNTcsMC43NzYsMS44OWMwLjUxNywwLjUzNCwxLjEzOSwwLjgwMSwxLjg2NiwwLjgwMWMwLjcyNiwwLDEuMzQ4LTAuMjY3LDEuODY2LTAuODAxCmMwLjUxNy0wLjUzNCwwLjc3Ni0xLjE2NCwwLjc3Ni0xLjg5QzE1LjM3MSw5LjUyNCwxNS4xMTIsOC44OTEsMTQuNTk1LDguMzYzeiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTguNjA3LDYuMzgybDIuMjQ1LDQuOTJsMi4xNzktNC45NzNoMC4zOTFsMS45NzEsNC45NzNsMi4yNDUtNC45MmgxLjY4NGwtMy43MTMsNy45OTFsLTAuNDM4LDAKbC0yLjA0MS01LjE2OGwtMi4wNjgsNS4xNjhsLTAuNDY5LDBsLTMuNjcxLTcuOTkxSDE4LjYwN3oiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM2Ljg1MSwxMC40OTNoLTUuODk0YzAuMDExLDAuNjk0LDAuMjMxLDEuMjkzLDAuNjYsMS44YzAuNDI5LDAuNTA2LDAuOTg1LDAuNzYsMS42NjgsMC43NgpjMC41MzksMCwwLjk4Mi0wLjEyNCwxLjMyOS0wLjM3MmMwLjM0Ny0wLjI0OCwwLjY3NC0wLjYyNSwwLjk4Mi0xLjEzMWwxLjI1NSwwLjcxYy0wLjM2MywwLjY2LTAuODYxLDEuMTc4LTEuNDk0LDEuNTUyCmMtMC42MzMsMC4zNzQtMS4zMjksMC41NjEtMi4wODksMC41NjFjLTEuMTU2LDAtMi4wNzgtMC4zODUtMi43NjYtMS4xNTZjLTAuNjg4LTAuNzctMS4wMzItMS43MzktMS4wMzItMi45MDYKYzAtMS4yMzIsMC4zMjUtMi4yMzQsMC45NzQtMy4wMDVjMC42NDktMC43NywxLjU3OS0xLjE1NiwyLjc5LTEuMTU2YzEuMTc4LDAsMi4wNzUsMC4zODMsMi42OTEsMS4xNDgKYzAuNjE2LDAuNzY1LDAuOTI1LDEuNzUzLDAuOTI1LDIuOTY0VjEwLjQ5M3ogTTMxLjAzOSw5LjM3aDQuMzI2Yy0wLjA4OC0wLjU5NC0wLjMxOS0xLjA2NS0wLjY5My0xLjQxMgpjLTAuMzc0LTAuMzQ3LTAuODUzLTAuNTItMS40MzctMC41MmMtMC41NzIsMC0xLjA1OSwwLjE4Mi0xLjQ2MSwwLjU0NUMzMS4zNzIsOC4zNDcsMzEuMTI3LDguODA5LDMxLjAzOSw5LjM3eiIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzkuNzA3LDYuMzgydjEuMjU1aDAuMDQ5YzAuMTg3LTAuNDYyLDAuNDY1LTAuODI2LDAuODM0LTEuMDljMC4zNjktMC4yNjQsMC43OTUtMC4zOTYsMS4yNzktMC4zOTYKYzAuNDE4LDAsMC44MjYsMC4xMjcsMS4yMjIsMC4zOGwtMC42NzcsMS4zNTRjLTAuMjQyLTAuMjA5LTAuNTQ1LTAuMzE0LTAuOTA4LTAuMzE0Yy0wLjM4NSwwLTAuNzA1LDAuMDgtMC45NTgsMC4yMzkKYy0wLjI1MywwLjE2LTAuNDM3LDAuMzg1LTAuNTUzLDAuNjc3Yy0wLjExNiwwLjI5Mi0wLjE5MywwLjU3OC0wLjIzMSwwLjg1OWMtMC4wMzksMC4yODEtMC4wNTgsMC42MDItMC4wNTgsMC45NjZ2My43OTdoLTEuNDg2ClY2LjM4MkgzOS43MDd6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MC43MDMsMTAuNDkzaC01Ljg5NGMwLjAxMSwwLjY5NCwwLjIzMSwxLjI5MywwLjY2LDEuOGMwLjQyOSwwLjUwNiwwLjk4NSwwLjc2LDEuNjY4LDAuNzYKYzAuNTM5LDAsMC45ODItMC4xMjQsMS4zMjktMC4zNzJjMC4zNDctMC4yNDgsMC42NzQtMC42MjUsMC45ODItMS4xMzFsMS4yNTUsMC43MWMtMC4zNjMsMC42Ni0wLjg2MSwxLjE3OC0xLjQ5NCwxLjU1MgpjLTAuNjMzLDAuMzc0LTEuMzI5LDAuNTYxLTIuMDg5LDAuNTYxYy0xLjE1NiwwLTIuMDc4LTAuMzg1LTIuNzY2LTEuMTU2Yy0wLjY4OC0wLjc3LTEuMDMyLTEuNzM5LTEuMDMyLTIuOTA2CmMwLTEuMjMyLDAuMzI1LTIuMjM0LDAuOTc0LTMuMDA1YzAuNjQ5LTAuNzcsMS41NzktMS4xNTYsMi43OS0xLjE1NmMxLjE3OCwwLDIuMDc1LDAuMzgzLDIuNjkxLDEuMTQ4CmMwLjYxNiwwLjc2NSwwLjkyNSwxLjc1MywwLjkyNSwyLjk2NFYxMC40OTN6IE00NC44OTEsOS4zN2g0LjMyNmMtMC4wODgtMC41OTQtMC4zMTktMS4wNjUtMC42OTMtMS40MTIKYy0wLjM3NC0wLjM0Ny0wLjg1My0wLjUyLTEuNDM3LTAuNTJjLTAuNTcyLDAtMS4wNTksMC4xODItMS40NjEsMC41NDVDNDUuMjI0LDguMzQ3LDQ0Ljk3OSw4LjgwOSw0NC44OTEsOS4zN3oiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTU3LjczNiwxNC4xMDl2LTEuMjA1aC0wLjAzM2MtMC4zMDgsMC40NTEtMC42OTEsMC44MDktMS4xNDgsMS4wNzMKYy0wLjQ1NywwLjI2NC0wLjk0OSwwLjM5Ni0xLjQ3OCwwLjM5NmMtMS4xNDUsMC0yLjA0Ny0wLjQwNS0yLjcwOC0xLjIxNGMtMC42Ni0wLjgwOS0wLjk5MS0xLjc5Ny0wLjk5MS0yLjk2NApjMC0xLjEsMC4zMzYtMi4wNSwxLjAwNy0yLjg0OGMwLjY3MS0wLjc5OCwxLjU0Ni0xLjE5NywyLjYyNS0xLjE5N2MxLjEyMywwLDIuMDIsMC41MDYsMi42OTEsMS41MTloMC4wMzNWMi4xMTFoMS40ODZ2MTEuOTk4Ckg1Ny43MzZ6IE01NS4zMDksMTMuMDUyYzAuNzgxLDAsMS4zOTUtMC4yNywxLjg0MS0wLjgwOWMwLjQ0Ni0wLjUzOSwwLjY2OS0xLjIwNSwwLjY2OS0xLjk5OGMwLTAuNzgxLTAuMjI2LTEuNDM5LTAuNjc3LTEuOTczCmMtMC40NTEtMC41MzQtMS4wNjItMC44MDEtMS44MzMtMC44MDFjLTAuNzM4LDAtMS4zMjksMC4yNzItMS43NzUsMC44MTdjLTAuNDQ2LDAuNTQ1LTAuNjY5LDEuMTk3LTAuNjY5LDEuOTU2CmMwLDAuNzcxLDAuMjIsMS40MzEsMC42NiwxLjk4MUM1My45NjYsMTIuNzc3LDU0LjU2MSwxMy4wNTIsNTUuMzA5LDEzLjA1MnoiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTY1LjgxLDE0LjEwOVYyLjExMWgxLjQ4NnY1LjU1OWgwLjAzM0M2OCw2LjY1Nyw2OC44OTcsNi4xNTEsNzAuMDIsNi4xNTEKYzEuMDc5LDAsMS45NTQsMC4zOTksMi42MjUsMS4xOTdjMC42NzEsMC43OTgsMS4wMDcsMS43NDgsMS4wMDcsMi44NDhjMCwxLjE2Ny0wLjMzLDIuMTU1LTAuOTksMi45NjQKYy0wLjY2LDAuODA5LTEuNTYzLDEuMjE0LTIuNzA4LDEuMjE0Yy0wLjUyOCwwLTEuMDIxLTAuMTMyLTEuNDc4LTAuMzk2Yy0wLjQ1Ny0wLjI2NC0wLjgzOS0wLjYyMi0xLjE0OC0xLjA3M2gtMC4wMzN2MS4yMDUKSDY1LjgxeiBNNjkuNjU3LDEzLjA1MmMwLjc4MSwwLDEuMzk1LTAuMjcsMS44NDEtMC44MDljMC40NDYtMC41MzksMC42NjktMS4yMDUsMC42NjktMS45OThjMC0wLjc4MS0wLjIyNi0xLjQzOS0wLjY3Ny0xLjk3MwpjLTAuNDUxLTAuNTM0LTEuMDYyLTAuODAxLTEuODMzLTAuODAxYy0wLjczOCwwLTEuMzI5LDAuMjcyLTEuNzc1LDAuODE3cy0wLjY2OSwxLjE5Ny0wLjY2OSwxLjk1NgpjMCwwLjc3MSwwLjIyLDEuNDMxLDAuNjYsMS45ODFDNjguMzEzLDEyLjc3Nyw2OC45MDgsMTMuMDUyLDY5LjY1NywxMy4wNTJ6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik03Ny40LDEyLjc4OGwtMy41MzMtNi40MDZINzUuNmwyLjYwOCw0LjkwNGwyLjQyNy00LjkwNGgxLjY2N2wtNS4yNTgsMTEuMTUyaC0xLjY4NEw3Ny40LDEyLjc4OHoiLz4KPC9nPgo8L2c+CjwvZz4KPC9zdmc+Cg");
}
.powered-by-google.image {
background: 0 0;
}
.powered-by-google img {
display: inline-block;
width: 143px;
height: 19px;
}
.google-icon,
.google-icon-black .google-icon,
.google-icon-white .google-icon {
inset-block-start: 0.05em;
position: relative;
margin-inline-end: 0.3em;
display: inline-block;
width: 1em;
height: 1em;
background: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KPGRlZnM+CjxwYXRoIGlkPSJTVkdJRF8xXyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8+CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzJfKSIgZmlsbD0iI0ZCQkMwNSIgZD0iTS0xLjA3OCwyNS40MzZWNi41NDFsMTIuMzU1LDkuNDQ4TC0xLjA3OCwyNS40MzZ6Ii8+CjwvZz4KPGc+CjxkZWZzPgo8cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik0zMS4yNjIsMTMuMDgxSDE2LjM2M3Y2LjE3N2g4LjU3NmMtMC43OTksMy45MjQtNC4xNDIsNi4xNzctOC41NzYsNi4xNzdjLTUuMjMzLDAtOS40NDgtNC4yMTUtOS40NDgtOS40NDgKczQuMjE1LTkuNDQ4LDkuNDQ4LTkuNDQ4YzIuMjUzLDAsNC4yODgsMC43OTksNS44ODcsMi4xMDhsNC42NTEtNC42NTFDMjQuMDY3LDEuNTI2LDIwLjQzMywwLDE2LjM2MywwCkM3LjQ5NywwLDAuMzc1LDcuMTIyLDAuMzc1LDE1Ljk4OHM3LjEyMiwxNS45ODgsMTUuOTg4LDE1Ljk4OGM3Ljk5NCwwLDE1LjI2Mi01LjgxNCwxNS4yNjItMTUuOTg4CkMzMS42MjUsMTUuMDQ0LDMxLjQ4LDE0LjAyNiwzMS4yNjIsMTMuMDgxeiIvPgo8L2RlZnM+CjxjbGlwUGF0aCBpZD0iU1ZHSURfNF8iPgo8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8zXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+CjwvY2xpcFBhdGg+CjxwYXRoIGNsaXAtcGF0aD0idXJsKCNTVkdJRF80XykiIGZpbGw9IiNFQTQzMzUiIGQ9Ik0tMS4wNzgsNi41NDFsMTIuMzU1LDkuNDQ4bDUuMDg3LTQuNDMzbDE3LjQ0Mi0yLjgzNFYtMS40NTNILTEuMDc4VjYuNTQxeiIvPgo8L2c+CjxnPgo8ZGVmcz4KPHBhdGggaWQ9IlNWR0lEXzVfIiBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9kZWZzPgo8Y2xpcFBhdGggaWQ9IlNWR0lEXzZfIj4KPHVzZSB4bGluazpocmVmPSIjU1ZHSURfNV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPgo8L2NsaXBQYXRoPgo8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfNl8pIiBmaWxsPSIjMzRBODUzIiBkPSJNLTEuMDc4LDI1LjQzNkwyMC43MjQsOC43MjFsNS43NDEsMC43MjdsNy4zNC0xMC45MDFWMzMuNDNILTEuMDc4VjI1LjQzNnoiLz4KPC9nPgo8Zz4KPGRlZnM+CjxwYXRoIGlkPSJTVkdJRF83XyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8+CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF84XyI+Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzdfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzhfKSIgZmlsbD0iIzQyODVGNCIgZD0iTTMzLjgwNSwzMy40M0wxMS4yNzYsMTUuOTg4bC0yLjkwNy0yLjE4bDI1LjQzNi03LjI2N1YzMy40M3oiLz4KPC9nPgo8L3N2Zz4") 0 0/100% no-repeat;
}
.gmbrr.google-icon-black .google-icon,
.google-icon.black {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9zdmc+Cg");
}
.gmbrr.google-icon-white .google-icon,
.google-icon.white {
background-image: url("data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9zdmc+");
}
.google-icon-black.end,
.google-icon-white.end,
.google-icon.end {
margin-inline: 0.3em 0;
}
.google-icon-black.compact,
.google-icon-white.compact,
.google-icon.compact {
margin-inline: 0;
}
@media (max-width:783px) {
.gmbrr {
width: calc(100% - 30px);
margin-block: 0;
margin-inline: auto;
}
}
@media (min-width:783px) {
.gmbrr.tile.columns .listing {
gap: calc(1.7rem - 8px) calc(1.8rem - 2px);
}
.gmbrr.columns.four .listing li,
.gmbrr.columns.two .listing li {
flex: 1 0 calc(50% - 10px - 3rem);
}
.gmbrr.tile.columns.four .listing li,
.gmbrr.tile.columns.two .listing li {
flex: 1 0 calc(50% - 10px - 5.6rem);
}
.gmbrr.columns.four .listing .no-avatar,
.gmbrr.columns.two .listing .no-avatar {
flex: 1 0 calc(50% - 3rem);
}
.gmbrr.tile.columns.four .listing .no-avatar,
.gmbrr.tile.columns.two .listing .no-avatar {
flex: 1 0 calc(50% - 5.6rem);
}
.gmbrr.columns.six .listing li,
.gmbrr.columns.three .listing li {
flex: 1 0 calc(33.33% - 10px - 3rem);
}
.gmbrr.tile.columns.six .listing li,
.gmbrr.tile.columns.three .listing li {
flex: 1 0 calc(33.33% - 10px - 5.6rem);
}
.gmbrr.columns.six .listing .no-avatar,
.gmbrr.columns.three .listing .no-avatar {
flex: 1 0 calc(33.33% - 3rem);
}
.gmbrr.tile.columns.six .listing .no-avatar,
.gmbrr.tile.columns.three .listing .no-avatar {
flex: 1 0 calc(33.33% - 5.6rem);
}
}
@media (min-width:1000px) {
.gmbrr.columns.four .listing li {
flex: 1 0 calc(25% - 10px - 3rem);
}
.gmbrr.tile.columns.four .listing li {
flex: 1 0 calc(25% - 10px - 5.6rem);
}
.gmbrr.columns.four .listing .no-avatar {
flex: 1 0 calc(25% - 3rem);
}
.gmbrr.tile.columns.four .listing .no-avatar {
flex: 1 0 calc(25% - 5.6rem);
}
.gmbrr.columns.five .listing li {
flex: 1 0 calc(20% - 12px - 3rem);
}
.gmbrr.tile.columns.five .listing li {
flex: 1 0 calc(20% - 12px - 5.6rem);
}
.gmbrr.columns.five .listing .no-avatar {
flex: 1 0 calc(20% - 3rem);
}
.gmbrr.tile.columns.five .listing .no-avatar {
flex: 1 0 calc(20% - 5.6rem);
}
}
@media (min-width:1200px) {
.gmbrr.columns.six .listing li {
flex: 1 0 calc(16.66% - 13px - 3rem);
}
.gmbrr.tile.columns.six .listing li {
flex: 1 0 calc(16.66% - 13px - 5.6rem);
}
.gmbrr.columns.six .listing .no-avatar {
flex: 1 0 calc(16.66% - 3rem);
}
.gmbrr.tile.columns.six .listing .no-avatar {
flex: 1 0 calc(16.66% - 5.6rem);
}
}.google-business-reviews-rating .heading{ display: none} .google-business-reviews-rating .vicinity{ display: none}.row {
margin-left: -15px;
margin-right: -15px;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.3333333333%;
}
.col-xs-2 {
width: 16.6666666667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.3333333333%;
}
.col-xs-5 {
width: 41.6666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.3333333333%;
}
.col-xs-8 {
width: 66.6666666667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.3333333333%;
}
.col-xs-11 {
width: 91.6666666667%;
}
.col-xs-12 {
width: 100%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.3333333333%;
}
.col-sm-2 {
width: 16.6666666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.3333333333%;
}
.col-sm-5 {
width: 41.6666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.3333333333%;
}
.col-sm-8 {
width: 66.6666666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.3333333333%;
}
.col-sm-11 {
width: 91.6666666667%;
}
.col-sm-12 {
width: 100%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-1 {
width: 8.3333333333%;
}
.col-md-2 {
width: 16.6666666667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.3333333333%;
}
.col-md-5 {
width: 41.6666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.3333333333%;
}
.col-md-8 {
width: 66.6666666667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.3333333333%;
}
.col-md-11 {
width: 91.6666666667%;
}
.col-md-12 {
width: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.3333333333%;
}
.col-lg-2 {
width: 16.6666666667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.3333333333%;
}
.col-lg-5 {
width: 41.6666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.3333333333%;
}
.col-lg-8 {
width: 66.6666666667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.3333333333%;
}
.col-lg-11 {
width: 91.6666666667%;
}
.col-lg-12 {
width: 100%;
}
}
.ht-grid {
margin-left: -15px;
margin-right: -15px;
min-height: 1px;
}
.ht-grid:after {
content: "";
display: block;
clear: both;
}
.ht-grid-item {
padding-left: 15px;
padding-right: 15px;
float: left;
min-height: 1px;
min-height: 1px;
}
@media (min-width: 1024px) {
.ht-grid-1 .ht-grid-item {
width: calc( 100% / 1 );
}
.ht-grid-2 .ht-grid-item {
width: calc( 100% / 2 );
}
.ht-grid-2 .ht-grid-item:nth-of-type(2n+3) {
clear: both;
}
.ht-grid-3 .ht-grid-item {
width: calc( 100% / 3 );
}
.ht-grid-3 .ht-grid-item:nth-of-type(3n+4) {
clear: both;
}
.ht-grid-4 .ht-grid-item {
width: calc( 100% / 4 );
}
.ht-grid-4 .ht-grid-item:nth-of-type(4n+5) {
clear: both;
}
.ht-grid-5 .ht-grid-item {
width: calc( 100% / 5 );
}
.ht-grid-5 .ht-grid-item:nth-of-type(5n+6) {
clear: both;
}
.ht-grid-6 .ht-grid-item {
width: calc( 100% / 6 );
}
.ht-grid-6 .ht-grid-item:nth-of-type(6n+7) {
clear: both;
}
.ht-grid-7 .ht-grid-item {
width: calc( 100% / 7 );
}
.ht-grid-7 .ht-grid-item:nth-of-type(7n+8) {
clear: both;
}
.ht-grid-8 .ht-grid-item {
width: calc( 100% / 8 );
}
.ht-grid-8 .ht-grid-item:nth-of-type(8n+9) {
clear: both;
}
.ht-grid-9 .ht-grid-item {
width: calc( 100% / 9 );
}
.ht-grid-9 .ht-grid-item:nth-of-type(9n+10) {
clear: both;
}
.ht-grid-10 .ht-grid-item {
width: calc( 100% / 10 );
}
.ht-grid-10 .ht-grid-item:nth-of-type(10n+11) {
clear: both;
}
.ht-grid-11 .ht-grid-item {
width: calc( 100% / 11 );
}
.ht-grid-11 .ht-grid-item:nth-of-type(11n+12) {
clear: both;
}
.ht-grid-12 .ht-grid-item {
width: calc( 100% / 12 );
}
.ht-grid-12 .ht-grid-item:nth-of-type(12n+13) {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.ht-grid-tablet-1 .ht-grid-item {
width: calc( 100% / 1 );
}
.ht-grid-tablet-2 .ht-grid-item {
width: calc( 100% / 2 );
}
.ht-grid-tablet-2 .ht-grid-item:nth-of-type(2n+3) {
clear: both;
}
.ht-grid-tablet-3 .ht-grid-item {
width: calc( 100% / 3 );
}
.ht-grid-tablet-3 .ht-grid-item:nth-of-type(3n+4) {
clear: both;
}
.ht-grid-tablet-4 .ht-grid-item {
width: calc( 100% / 4 );
}
.ht-grid-tablet-4 .ht-grid-item:nth-of-type(4n+5) {
clear: both;
}
.ht-grid-tablet-5 .ht-grid-item {
width: calc( 100% / 5 );
}
.ht-grid-tablet-5 .ht-grid-item:nth-of-type(5n+6) {
clear: both;
}
.ht-grid-tablet-6 .ht-grid-item {
width: calc( 100% / 6 );
}
.ht-grid-tablet-6 .ht-grid-item:nth-of-type(6n+7) {
clear: both;
}
.ht-grid-tablet-7 .ht-grid-item {
width: calc( 100% / 7 );
}
.ht-grid-tablet-7 .ht-grid-item:nth-of-type(7n+8) {
clear: both;
}
.ht-grid-tablet-8 .ht-grid-item {
width: calc( 100% / 8 );
}
.ht-grid-tablet-8 .ht-grid-item:nth-of-type(8n+9) {
clear: both;
}
.ht-grid-tablet-9 .ht-grid-item {
width: calc( 100% / 9 );
}
.ht-grid-tablet-9 .ht-grid-item:nth-of-type(9n+10) {
clear: both;
}
.ht-grid-tablet-10 .ht-grid-item {
width: calc( 100% / 10 );
}
.ht-grid-tablet-10 .ht-grid-item:nth-of-type(10n+11) {
clear: both;
}
.ht-grid-tablet-11 .ht-grid-item {
width: calc( 100% / 11 );
}
.ht-grid-tablet-11 .ht-grid-item:nth-of-type(11n+12) {
clear: both;
}
.ht-grid-tablet-12 .ht-grid-item {
width: calc( 100% / 12 );
}
.ht-grid-tablet-12 .ht-grid-item:nth-of-type(12n+13) {
clear: both;
}
}
@media (max-width: 767px) {
.ht-grid-mobile-1 .ht-grid-item {
width: calc( 100% / 1 );
}
.ht-grid-mobile-2 .ht-grid-item {
width: calc( 100% / 2 );
}
.ht-grid-mobile-2 .ht-grid-item:nth-of-type(2n+3) {
clear: both;
}
.ht-grid-mobile-3 .ht-grid-item {
width: calc( 100% / 3 );
}
.ht-grid-mobile-3 .ht-grid-item:nth-of-type(3n+4) {
clear: both;
}
.ht-grid-mobile-4 .ht-grid-item {
width: calc( 100% / 4 );
}
.ht-grid-mobile-4 .ht-grid-item:nth-of-type(4n+5) {
clear: both;
}
.ht-grid-mobile-5 .ht-grid-item {
width: calc( 100% / 5 );
}
.ht-grid-mobile-5 .ht-grid-item:nth-of-type(5n+6) {
clear: both;
}
.ht-grid-mobile-6 .ht-grid-item {
width: calc( 100% / 6 );
}
.ht-grid-mobile-6 .ht-grid-item:nth-of-type(6n+7) {
clear: both;
}
.ht-grid-mobile-7 .ht-grid-item {
width: calc( 100% / 7 );
}
.ht-grid-mobile-7 .ht-grid-item:nth-of-type(7n+8) {
clear: both;
}
.ht-grid-mobile-8 .ht-grid-item {
width: calc( 100% / 8 );
}
.ht-grid-mobile-8 .ht-grid-item:nth-of-type(8n+9) {
clear: both;
}
.ht-grid-mobile-9 .ht-grid-item {
width: calc( 100% / 9 );
}
.ht-grid-mobile-9 .ht-grid-item:nth-of-type(9n+10) {
clear: both;
}
.ht-grid-mobile-10 .ht-grid-item {
width: calc( 100% / 10 );
}
.ht-grid-mobile-10 .ht-grid-item:nth-of-type(10n+11) {
clear: both;
}
.ht-grid-mobile-11 .ht-grid-item {
width: calc( 100% / 11 );
}
.ht-grid-mobile-11 .ht-grid-item:nth-of-type(11n+12) {
clear: both;
}
.ht-grid-mobile-12 .ht-grid-item {
width: calc( 100% / 12 );
}
.ht-grid-mobile-12 .ht-grid-item:nth-of-type(12n+13) {
clear: both;
}
} .flex, .yith-wcwl-share ul a, .product-loop-image-wrapper .tinv-wraper .tinvwl_add_to_wishlist_button, .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle, .mini-cart-product-infor .mini-cart-product-qty, .cart-sidebar-content .woocommerce-mini-cart__buttons a.checkout, .cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout), #close-cart-sidebar-btn, .quantity .product-qty, .product-loop-meta a, .loop-wrapper-wishlist a, .loop-wrapper-wishlist .feedback, .product-loop-action .loop-add-to-cart-icon-btn,
.product-loop-action .added_to_cart, .product-loop-action .yith-wcwl-add-to-wishlist a, .product-loop-action .yith-wcwl-add-to-wishlist .feedback, .quick-view-with-icon, .woocommerce-store-notice a, .onsale, .woostify-out-of-stock-label, .pagination ul .page-numbers:not(.prev):not(.next), .woocommerce-pagination ul .page-numbers:not(.prev):not(.next), .product_list_widget .remove_from_cart_button, .search-form .search-form-icon,
.woocommerce-product-search .search-form-icon, #scroll-to-top, .woostify-icon-bar, #woostify-login-form-popup .woostify-login-form-popup-content .dialog-account-close-icon, .dialog-search-content .dialog-search-close-icon, .site-dialog-search, .error404 .site-content, .woostify-pezshop-subsbrice-form .wrapper-submit, .wpcf7 .wpcf7-form.submitting .ajax-loader, .wpcf7 .wpcf7-form.submitting .wpcf7-spinner, .wpcf7 .ajax-loader.is-active, .wpcf7 .wpcf7-spinner.is-active, .tns-controls [data-controls] {
display: flex;
justify-content: center;
align-items: center;
}
.inline-flex, .has-multi-step-checkout .item-text:before, .has-multi-step-checkout .multi-step-inner, .woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-remove a, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-remove a, .shop-cart-count,
.wishlist-item-count, .single_add_to_cart_button, .quantity, .woostify-footer-social-icon li a, .page-links .post-page-numbers {
display: inline-flex;
justify-content: center;
align-items: center;
}  .duration, .woocommerce-address-fields .button:hover, .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit], .has-multi-step-checkout .woostify-before-order-review .woostify-before-order-review-icon, .has-multi-step-checkout .multi-step-checkout-button[data-action=back], #woostify-overlay, #close-cart-sidebar-btn, #shop-cart-sidebar:after, .product-loop-image-wrapper.zoom-hover img, .button,
.product-loop-image-wrapper > .added_to_cart,
.woocommerce-widget-layered-nav-dropdown__submit,
.checkout-button, .product-loop-action .yith-wcwl-add-to-wishlist, .product-loop-action, .woocommerce-store-notice a .woostify-svg-icon, #toggle-sidebar-mobile-button, #commentform input[type=submit], #commentform #email,
#commentform #author, #commentform #comment, .woostify-shop-category .elementor-widget-wrap > .elementor-widget-image .wp-caption .wp-caption-text, .search-form .search-form-icon,
.woocommerce-product-search .search-form-icon, #scroll-to-top, .sidebar-menu .primary-navigation:not(.elementor-inner) a:before, .sidebar-menu .arrow-icon, .sidebar-menu, .header-search-icon, .woostify-product-navigation .product-nav-item-content, a, .page-links .post-page-numbers, .woostify-simple-subsbrice-form-dark input[type=submit], .woostify-simple-subsbrice-form-dark input:not([type=submit]), .woostify-simple-subsbrice-form input[type=submit], .woostify-simple-subsbrice-form input:not([type=submit]), .woostify-contact-form textarea, .woostify-contact-form input, .woostify-subscribe-form input[type=email] {
transition-duration: 0.3s;
}
.delay {
transition-delay: 0.3s;
} @keyframes circle-loading {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.circle-loading:before, .updating-cart.ajax-single-add-to-cart .single_add_to_cart_button.loading:before, .updating-cart #shop-cart-sidebar:before, .image-loading:before, body:not(.yith-wcms-pro) .processing:not(.um-woo-status):before, .tns:not(.tns-slider):before {
content: "";
z-index: 2;
position: absolute;
border: 1px solid #ddd;
border-top-color: #222;
border-radius: 50%;
height: 20px;
width: 20px;
top: calc( 50% - 10px );
left: calc( 50% - 10px );
transform: translateY(-50%) translateX(-50%);
animation: circle-loading 0.35s linear infinite;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.ez-zoom {
position: relative;
}
.easyzoom-flyout {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: 1;
overflow: hidden;
background: #fff;
transition: opacity 0.5s ease;
}
.easyzoom-flyout img {
max-width: initial;
opacity: 1 !important;
}
.easyzoom-flyout:hover {
opacity: 1;
}   .pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none;
}
.pswp img {
max-width: none;
opacity: 1 !important;
} .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
display: block;
}
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
max-width: none;
}
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
} .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #fff;
opacity: 0;
transform: translateZ(0);
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
} .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pswp__zoom-wrap {
position: absolute;
width: 100%;
transform-origin: left top; transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
will-change: opacity; transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden;
}
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0;
} .pswp__img--placeholder {
-webkit-backface-visibility: hidden;
} .pswp__img--placeholder--blank {
background: #222;
}
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0;
} .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC;
}
.pswp__error-msg a {
color: #CCC;
text-decoration: underline;
}    .pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
transition: opacity 0.2s;
box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
opacity: 1;
}
.pswp__button:active {
outline: none;
opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0;
} .pswp__ui--over-close .pswp__button--close {
opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//albamoral.com/wp-content/themes/woostify/assets/images/pswp/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//albamoral.com/wp-content/themes/woostify/assets/images/pswp/default-skin.svg);
}
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none;
}
}
.pswp__button--close {
background-position: 0 -44px;
}
.pswp__button--share {
background-position: -44px -44px;
}
.pswp__button--fs {
display: none;
}
.pswp--supports-fs .pswp__button--fs {
display: block;
}
.pswp--fs .pswp__button--fs {
background-position: -44px 0;
}
.pswp__button--zoom {
display: none;
background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0;
} .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden;
} .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background-color: rgba(0, 0, 0, 0.3);
}
.pswp__button--arrow--left {
left: 0;
}
.pswp__button--arrow--right {
right: 0;
}
button.pswp__button--arrow--left:before,
button.pswp__button--arrow--right:before {
content: "";
top: 35px;
background-color: rgba(0, 0, 0, 0.3) !important;
height: 30px;
width: 32px;
position: absolute;
}
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px;
} .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__share-modal--hidden {
display: none;
}
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
transform: translateY(6px);
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px;
}
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000;
}
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
transform: translateY(0);
} .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px;
}
a.pswp__share--facebook:before {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none;
}
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF;
}
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF;
}
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D;
}
a.pswp__share--download:hover {
background: #DDD;
} .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px;
} .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px;
}
.pswp__caption small {
font-size: 11px;
color: #BBB;
}
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC;
}
.pswp__caption--empty {
display: none;
} .pswp__caption--fake {
visibility: hidden;
} .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr;
}
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px;
}
.pswp__preloader--active {
opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn { background: url(//albamoral.com/wp-content/themes/woostify/assets/images/pswp/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0;
}
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0;
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right;
}
}
@keyframes clockwise {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes donut-rotate {
0% {
transform: rotate(0);
}
50% {
transform: rotate(-140deg);
}
100% {
transform: rotate(0);
}
}  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550;
} .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
} .pswp--has_mouse .tton--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5);
} .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3);
} .pswp__ui--idle .pswp__top-bar {
opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0;
} .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001;
} .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none;
}
.pswp__element--disabled {
display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
background: none;
}
.pswp__thumbnails {
position: absolute;
bottom: 0;
width: 100%;
margin: 0;
white-space: nowrap;
overflow: auto;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
text-align: center;
}
@media (min-width: 768px) {
.pswp__thumbnails {
width: auto;
top: 0;
bottom: 0;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
align-items: center;
max-height: 100vh;
margin: 50px;
background: 0 0;
overflow: visible;
}
}
.pswp__thumbnails .thumbnail-item {
width: 50px;
margin: 5px;
border-radius: 2px;
overflow: hidden;
border: 1px solid transparent;
display: inline-block;
}
.pswp__thumbnails .thumbnail-item.active {
border: 1px solid #555;
}
.pswp__thumbnails .thumbnail-item:hover {
cursor: pointer;
}
.pswp__thumbnails .thumbnail-item img {
width: 100%;
}
.tns-outer {
position: relative;
direction: ltr;
}
.tns-outer [hidden] {
display: none !important;
}
.tns-outer.ms-touch {
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%);
}
.tns-slider {
transition: all 0s;
}
.tns:not(.tns-slider) .tnsi:first-of-type,
.tns:not(.tns-slider) .product:first-of-type {
opacity: 0;
visibility: hidden;
}
.tns:not(.tns-slider) .tnsi ~ .tnsi,
.tns:not(.tns-slider) .tnsi ~ .product,
.tns:not(.tns-slider) .product ~ .tnsi,
.tns:not(.tns-slider) .product ~ .product {
display: none;
}
.tns-slider > .tns-item {
box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
display: inline-block;
vertical-align: top;
white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
content: "";
display: table;
clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
float: left;
margin-right: -100%;
}
.tns-no-calc {
position: relative;
left: 0;
}
.tns-gallery {
position: relative;
left: 0;
min-height: 1px;
}
.tns-gallery > .tns-item {
position: absolute;
left: -100%;
transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-moving {
transition: all 0.25s;
}
.tns-lazy-img {
transition: opacity 0.6s;
opacity: 0.6;
}
.tns-lazy-img.loaded {
opacity: 1;
}
.tns-ah {
transition: height 0s;
}
.tns-ovh {
overflow: hidden;
}
.tns-hdx {
overflow-x: hidden;
}
.tns-hdy {
overflow-y: hidden;
}
.tns-visually-hidden,
.tns-outer button[data-action] {
display: none;
}
.tns-transparent {
opacity: 0;
visibility: hidden;
}
.tns-fadeIn {
opacity: 1;
filter: alpha(opacity=100);
z-index: 0;
}
.tns-normal,
.tns-fadeOut {
opacity: 0;
filter: alpha(opacity=0);
z-index: -1;
} .tns-controls [data-controls] {
position: absolute;
top: 50%;
background: #fff;
width: 50px;
height: 50px;
border-radius: 50%;
color: #aaa;
border: 0;
font-size: 0;
z-index: 2;
transform: translateY(-50%);
}
.tns-controls [data-controls]:disabled {
visibility: hidden;
opacity: 0;
transition: all 0.25s;
}
.tns-controls [data-controls] .woostify-svg-icon {
color: currentColor;
line-height: normal;
}
.tns-controls [data-controls] .woostify-svg-icon svg {
width: 18px;
height: 18px;
}
.tns-controls [data-controls=prev] {
left: 20px;
}
.tns-controls [data-controls=next] {
right: 20px;
} .tns-nav {
position: absolute;
bottom: 30px;
width: 100%;
text-align: center;
z-index: 2;
height: 0;
}
.tns-nav button {
width: 12px;
height: 12px;
margin: 0 5px;
border-radius: 50%;
display: inline-block;
background-color: #fafafa;
border: 0;
}
.tns-nav button.tns-nav-active {
cursor: default;
background-color: #444;
} .flickity-enabled {
position: relative;
}
.flickity-enabled:focus {
outline: none;
}
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
}
.flickity-slider {
position: absolute;
width: 100%;
height: 100%;
} .flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: grabbing;
} .flickity-button {
position: absolute;
background: hsla(0deg, 0%, 100%, 0.75);
border: none;
color: #333;
}
.flickity-button:hover {
background: white;
cursor: pointer;
}
.flickity-button:focus {
outline: none;
}
.flickity-button:active {
opacity: 0.6;
}
.flickity-button:disabled {
opacity: 0.3;
cursor: auto;
pointer-events: none;
}
.flickity-button-icon {
fill: currentColor;
} .flickity-prev-next-button {
top: 50%;
border-radius: 50%;
transform: translateY(-50%);
background: #fff;
width: 50px;
height: 50px;
}
.flickity-prev-next-button.previous {
left: 10px;
}
.flickity-prev-next-button.next {
right: 10px;
}
.flickity-prev-next-button .woostify-svg-icon {
display: inline-flex;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.flickity-prev-next-button .woostify-svg-icon svg {
width: 20px;
height: 20px;
display: block;
} .flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px;
}
.flickity-rtl .flickity-page-dots {
direction: rtl;
} .flickity-page-dots {
position: absolute;
width: 100%;
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1;
}
.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: #333;
border-radius: 50%;
opacity: 0.25;
cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
opacity: 1;
}
.wpcf7 br {
display: none;
}
.wpcf7 .ajax-loader, .wpcf7 .wpcf7-spinner {
display: none;
opacity: 0;
visibility: hidden;
width: 1em;
height: 1em;
}
.wpcf7 .ajax-loader.is-active, .wpcf7 .wpcf7-spinner.is-active {
margin-top: 10px;
opacity: 1;
visibility: visible;
animation: loading 0.5s linear infinite;
}
.wpcf7 .wpcf7-form.submitting .ajax-loader, .wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
margin-top: 10px;
opacity: 1;
visibility: visible;
animation: loading 0.5s linear infinite;
}
.wpcf7-mail-sent-ok {
color: #27ae61;
}
.wpcf7-display-none {
display: none;
}
.wpcf7-response-output {
margin: 10px 0;
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
color: firebrick;
margin: 5px 0;
display: block;
font-size: 12px;
}
@keyframes loading {
100% {
transform: rotate(360deg);
}
} .woostify-subscribe-form {
position: relative;
display: inline-block;
max-width: 100%;
}
.woostify-subscribe-form input[type=email] {
height: 44px;
border-radius: 50px;
padding: 0 100px 0 30px;
display: block;
}
.woostify-subscribe-form input[type=email]::-webkit-input-placeholder {
color: #bfbfbf;
}
.woostify-subscribe-form input[type=email]:-moz-placeholder {
color: #bfbfbf;
}
.woostify-subscribe-form input[type=email]::-moz-placeholder {
color: #bfbfbf;
}
.woostify-subscribe-form input[type=email]:-ms-input-placeholder {
color: #bfbfbf;
}
.woostify-subscribe-form input[type=email]:focus {
border-color: #ccc;
}
.woostify-subscribe-form input[type=submit] {
font-size: 12px;
font-weight: 600;
position: absolute;
right: 0;
top: 0;
height: 44px;
border: 0;
padding: 0 20px;
border-radius: 0 50px 50px 0;
text-transform: uppercase;
background-color: rgba(0, 0, 0, 0);
} .woostify-contact-form input {
height: 50px;
}
.woostify-contact-form input:not([type=submit]) {
padding: 0 20px;
display: block;
width: 100%;
margin-bottom: 30px;
border-radius: 4px;
}
.woostify-contact-form input:not([type=submit])::-webkit-input-placeholder {
color: #bfbfbf;
}
.woostify-contact-form input:not([type=submit]):-moz-placeholder {
color: #bfbfbf;
}
.woostify-contact-form input:not([type=submit])::-moz-placeholder {
color: #bfbfbf;
}
.woostify-contact-form input:not([type=submit]):-ms-input-placeholder {
color: #bfbfbf;
}
.woostify-contact-form input:not([type=submit]):focus {
border-color: #ccc;
}
.woostify-contact-form input[type=submit] {
border-radius: 50px;
padding: 0 20px;
text-transform: uppercase;
font-weight: 600;
min-width: 130px;
}
.woostify-contact-form textarea {
width: 100%;
display: block;
padding: 20px;
resize: none;
border-radius: 4px;
margin-bottom: 30px;
}
.woostify-contact-form textarea::-webkit-input-placeholder {
color: #bfbfbf;
}
.woostify-contact-form textarea:-moz-placeholder {
color: #bfbfbf;
}
.woostify-contact-form textarea::-moz-placeholder {
color: #bfbfbf;
}
.woostify-contact-form textarea:-ms-input-placeholder {
color: #bfbfbf;
}
.woostify-contact-form textarea:focus {
border-color: #ccc;
} .woostify-simple-subsbrice-form:focus-within input:not([type=submit]) {
padding-right: 130px;
}
.woostify-simple-subsbrice-form:focus-within input[type=submit] {
text-decoration: none;
color: #fff;
}
.woostify-simple-subsbrice-form input:not([type=submit]) {
height: 50px;
padding: 0 110px 0 20px;
display: block;
width: 100%;
}
.woostify-simple-subsbrice-form input:not([type=submit]):focus {
border-color: #c6c0c0;
}
.woostify-simple-subsbrice-form input[type=submit] {
font-size: 12px;
font-weight: 600;
position: absolute;
right: 0;
top: 0;
height: 50px;
border: 0;
padding: 0 20px;
text-decoration: underline;
background-color: rgba(0, 0, 0, 0);
}
.woostify-simple-subsbrice-form input[type=submit]:hover {
text-decoration: none;
color: #fff;
}
.woostify-simple-subsbrice-form-dark input {
background-color: rgba(0, 0, 0, 0);
}
.woostify-simple-subsbrice-form-dark input:not([type=submit]) {
height: 50px;
padding: 0 110px 0 20px;
display: block;
width: 100%;
color: #fff;
}
.woostify-simple-subsbrice-form-dark input:not([type=submit]):focus {
border-color: #c6c0c0;
}
.woostify-simple-subsbrice-form-dark input[type=submit] {
font-size: 18px;
font-weight: 700;
position: absolute;
right: 0;
top: 0;
height: 50px;
border: 0;
padding: 0 20px;
color: #fff;
}
.woostify-simple-subsbrice-form-dark input[type=submit]:hover {
color: #fff;
} .woostify-pezshop-subsbrice-form {
position: relative;
}
.woostify-pezshop-subsbrice-form input {
border-radius: 50px;
padding: 15px 30px;
border: 0;
}
.woostify-pezshop-subsbrice-form input:not([type=submit]) {
width: 100%;
padding: 12px 120px 12px 30px;
}
.woostify-pezshop-subsbrice-form .wrapper-submit {
position: absolute;
top: 0;
right: 0;
bottom: 0;
min-width: 90px;
border-radius: 50px;
}
.woostify-pezshop-subsbrice-form .wrapper-submit:before {
content: "\f1b0";
font-family: FontAwesome;
color: #ffaf35;
font-size: 25px;
}
.woostify-pezshop-subsbrice-form .wrapper-submit input {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
font-size: 0;
width: 100%;
background-color: transparent;
border: 0;
}
.user-registration.ur-frontend-form .form-row {
float: none;
} .lity {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
white-space: nowrap;
background: #0b0b0b;
background: rgba(0, 0, 0, 0.9);
outline: none !important;
opacity: 0;
transition: opacity 0.3s ease;
}
.lity.lity-opened {
opacity: 1;
}
.lity * {
box-sizing: border-box;
}
.lity-wrap {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
outline: none !important;
}
.lity-wrap:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
.lity-loader {
z-index: 9991;
color: #fff;
position: absolute;
top: 50%;
margin-top: -0.8em;
width: 100%;
text-align: center;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
opacity: 0;
transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
opacity: 1;
}
.lity-container {
z-index: 9992;
position: relative;
text-align: left;
vertical-align: middle;
display: inline-block;
white-space: normal;
max-width: 100%;
max-height: 100%;
outline: none !important;
}
.lity-content {
z-index: 9993;
width: 100%;
transform: scale(1);
transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
transform: scale(0.8);
}
.lity-content:after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
z-index: 9994;
width: 35px;
height: 35px;
position: fixed;
right: 15px;
top: 15px;
-webkit-appearance: none;
cursor: pointer;
text-decoration: none;
text-align: center;
padding: 0;
color: #fff;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
line-height: 35px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
border: 0;
background: none;
outline: none;
box-shadow: none;
}
.logged-in.admin-bar .lity-close {
top: 61px;
}
@media (min-width: 783px) {
.logged-in.admin-bar .lity-close {
top: 47px;
}
}
.lity-close.lity {
opacity: 0;
}
.lity-close:active {
top: 1px;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
text-decoration: none;
text-align: center;
padding: 0;
color: #fff;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
line-height: 35px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
border: 0;
background: none;
outline: none;
box-shadow: none;
}
.lity-close::-moz-focus-inner {
border: 0;
padding: 0;
} .lity-image img {
max-width: 100%;
display: block;
line-height: 0;
border: 0;
} .lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
width: 100%;
max-width: 964px;
}
.lity-iframe-container {
width: 100%;
height: 0;
padding-top: 56.25%;
overflow: auto;
pointer-events: auto;
transform: translateZ(0);
-webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.lity-hide {
display: none;
} *,
*:before,
*:after {
box-sizing: border-box;
outline: none;
}
html {
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
font-size: 14px;
background-color: #fff;
}
body {
margin: 0;
overflow-x: hidden;
word-break: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
audio,
canvas,
progress,
video {
display: block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
ol {
list-style: decimal;
}
ul {
list-style: disc;
}
ul,
ol {
padding-left: 20px;
}
iframe,
embed,
figure,
figcaption {
border: 0;
max-width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
content: "";
}
img,
video {
max-width: 100%;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
audio,
canvas,
video {
display: inline;
zoom: 1;
}
.clear {
clear: both;
}
.clearfix:after, #payment:after, .woocommerce-billing-fields:after, #customer_details:after, .checkout_coupon.woocommerce-form-coupon:after,
.checkout.woocommerce-checkout:after, .cart-collaterals:after, .cart-sidebar-content .variation:after, .products:after, .container:after, .related-box:after, .price_slider_wrapper .price_slider:after, .widget_products li:after,
.widget_recent_reviews li:after,
.widget_top_rated_products li:after,
.widget_recently_viewed_products li:after, .site-content:after, .woostify-container:after, .post-password-form p:after, .wpcf7 .row:after {
content: "";
display: block;
clear: both;
}
.display-none {
display: none;
}
.display-block {
display: block;
}
.display-inline-block {
display: inline-block;
}
.display-table {
display: table;
}
.display-flex {
display: flex;
}
.display-inline-flex {
display: inline-flex;
}
.display-inline {
display: inline;
}
.display-initial {
display: initial;
}
.display-inherit {
display: inherit;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.hidden {
display: none;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.float-none {
float: none;
}
.overflow-hidden {
overflow: hidden;
}
.screen-reader-text,
.sr-only,
.single-post .post-navigation,
.post-loop .updated:not(.published),
.screen-reader-response {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
[data-elementor-type] {
clear: both;
} .sticky,
.bypostauthor {
background: rgba(0, 0, 0, 0);
} .wp-caption {
margin-bottom: 15px;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text {
color: #686868;
font-size: 13px;
font-size: 14px;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.wp-caption .wp-caption-text a {
color: #7b98aa;
} .gallery-icon img {
margin: 0 auto;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-item {
width: 100%;
display: inline-block;
text-align: center;
vertical-align: top;
margin-top: 0 !important;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
margin-bottom: 0;
} .alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
} .post-password-form {
display: block;
clear: both;
}
.post-password-form label {
float: left;
display: inline-flex;
align-items: center;
}
.post-password-form input[type=password] {
height: 36px;
min-width: 240px;
max-width: 100%;
padding: 0 10px;
float: right;
margin-left: 10px;
margin-right: 10px;
border-radius: 3px;
}
.post-password-form input[type=submit] {
height: 36px;
padding: 0 20px;
cursor: pointer;
border: 0;
float: left;
background: #333;
color: #fff;
border-radius: 3px;
} #wp-calendar {
width: 100%;
}
#wp-calendar caption {
text-align: left;
margin-bottom: 10px;
}
#wp-calendar * {
text-align: center;
}
#wp-calendar #prev {
text-align: left;
}
#wp-calendar #next {
text-align: right;
}
#wp-calendar td, #wp-calendar th {
padding: 10px 5px;
} .widget_recent_posts_thumbnail .widget_recent_post_thumbnail_item + .widget_recent_post_thumbnail_item,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .widget_recent_post_thumbnail_item + .widget_recent_post_thumbnail_item {
margin-top: 15px;
}
.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-img,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-img {
float: left;
width: 70px;
}
.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary {
width: calc( 100% - 80px);
margin-left: 9px;
float: left;
}
.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary a,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary a {
font-weight: 600;
line-height: initial;
}
.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary span,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary span {
margin-top: 10px;
font-size: 12px;
color: #aaaaaa;
} .comment-post-pingback {
line-height: 24px;
border-bottom: 1px solid #ddd;
padding-bottom: 12px;
}
.comment-post-pingback + .comment-post-pingback {
margin-top: 12px;
}
.comment-post-pingback + .comment-item {
margin-top: 50px;
}
.comment-post-pingback .comment-edit-link {
float: right;
margin-left: 20px;
}
.comment-post-pingback .url {
margin-left: 7px;
}
.comment-post-pingback .url:hover {
text-decoration: underline;
} .page-links {
margin-top: 20px;
clear: both;
display: block;
}
.page-links .post-page-numbers {
width: 26px;
height: 26px;
border-radius: 2px;
border: 1px solid #888;
}
.page-links .post-page-numbers:hover {
opacity: 0.6;
color: #888;
}
.page-links .post-page-numbers.current {
border: 1px solid #ddd;
color: #ddd;
cursor: default;
pointer-events: none;
}
select {
border: 1px solid #ccc;
border-radius: 0;
max-width: 100%;
}
select:-moz-focusring {
color: rgba(0, 0, 0, 0);
text-shadow: 0 0 0 #ccc;
}
input {
border: 1px solid #ccc;
}
input[type=search], input[type=email], input[type=number], input[type=url], input[type=text], input[type=tel], input[type=password] {
-webkit-appearance: none;
}
textarea {
border: 1px solid #ccc;
-webkit-appearance: none;
}
input,
textarea,
button {
border-radius: 0;
max-width: 100%;
font-size: 14px;
}
input[type=button],
input[type=submit],
input[type=reset],
input[type=file],
button {
-webkit-appearance: none;
cursor: pointer;
padding: 0;
border: 1px solid #ccc;
}
input[type=button].disabled, input[type=button]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=file].disabled,
input[type=file]:disabled,
button.disabled,
button:disabled {
pointer-events: none;
opacity: 0.5;
filter: grayscale(100%);
}
input[type=file] {
display: flex;
padding: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 15px 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
p {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
margin: 0 0 10px;
}
li ul,
li ol {
padding-left: 0;
margin-left: 20px;
}
b,
strong {
font-weight: 700;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
font-weight: 300;
margin: 30px 0;
border-left: 4px solid #333;
padding-left: 30px;
position: relative;
clear: both;
display: block;
}
blockquote p {
margin-bottom: 1.6667em;
}
blockquote p:last-child {
margin-bottom: 0;
}
blockquote cite,
blockquote small {
color: #333;
font-size: 16px;
line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
address {
font-style: italic;
margin: 0 0 1.6em;
line-height: 24px;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: Inconsolata, monospace;
-webkit-hyphens: none;
hyphens: none;
}
pre {
background-color: rgba(0, 0, 0, 0.01);
border: 1px solid rgba(51, 51, 51, 0.1);
line-height: 24px;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 0.8em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
mark,
ins {
text-decoration: none;
word-break: normal;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
hr {
background-color: #eaeaea;
background-color: rgba(51, 51, 51, 0.1);
border: 0;
height: 1px;
margin: 15px 0;
}
table,
th,
td {
border: 1px solid #ddd;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin: 20px 0;
table-layout: fixed;
max-width: 100%;
}
.woocommerce table {
width: 100%;
table-layout: auto;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
tbody th {
background: #fff;
}
thead th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 5px 10px;
line-height: 24px;
}
del {
opacity: 0.8;
} input::-webkit-input-placeholder {
color: inherit;
}
input:-moz-placeholder {
color: inherit;
}
input::-moz-placeholder {
color: inherit;
}
input:-ms-input-placeholder {
color: inherit;
}
textarea {
max-width: 100%;
}
textarea::-webkit-input-placeholder {
color: inherit;
}
textarea:-moz-placeholder {
color: inherit;
}
textarea::-moz-placeholder {
color: inherit;
}
textarea:-ms-input-placeholder {
color: inherit;
}
a {
text-decoration: none;
}
dl {
margin: 0 0 1.75em;
line-height: 24px;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 10px;
}
.rtl {
direction: rtl;
}
.no-sidebar:not(.site-boxed-container) .alignfull {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: 100vw;
}
.no-sidebar:not(.site-boxed-container) .alignwide {
max-width: unset;
width: unset;
}
.no-sidebar:not(.site-boxed-container) .alignwide {
margin-left: -100px;
margin-right: -100px;
max-width: unset;
width: unset;
}
.no-sidebar:not(.site-boxed-container).site-full-width-container .alignwide {
margin-left: 0px;
margin-right: 0px;
}
.no-sidebar:not(.site-boxed-container).site-full-width-stretched-container .alignwide {
margin-left: 0px;
margin-right: 0px;
}
.site-content-boxed-container.no-sidebar .alignfull {
width: auto;
margin-left: -15px;
margin-right: -15px;
}
.site-content-boxed-container.no-sidebar .alignwide {
margin-left: -10px;
margin-right: -10px;
}
article p:last-child {
clear: both;
}
.category-block .entry-content p {
line-height: initial;
}
#comments {
clear: both;
}
.wp-caption,
.wp-block-embed,
.wp-block-image {
margin-left: 0;
margin-right: 0;
}
.elementor-template-full-width:not(.single-product) #content .woostify-container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.site-full-width-stretched-container .site-content .woostify-container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.site-full-width-container .site-content .woostify-container {
max-width: 100%;
}
.site-boxed-container #view {
margin-left: auto;
margin-right: auto;
}
.site-boxed-container .site-content .woostify-container {
max-width: 100%;
}
.site-content-boxed-container #view {
background-color: rgba(0, 0, 0, 0);
}
.site-content-boxed-container .site-content {
margin: 0 auto;
padding: 30px 0;
background-color: #fff;
}
.site-content-boxed-container .site-content .woostify-container {
max-width: 100%;
}
.woostify-container {
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
#view {
position: relative;
overflow-x: hidden;
transition: all 0.3s;
}
.site-content {
margin: 3.5em 0;
}
.woobuilder-active .site-content, .elementor-page .site-content, .edited-by-divi-builder .site-content, .elementor-template-full-width .site-content {
margin: 0;
}
.site-content-boxed-container.elementor-template-full-width .site-content{
max-width: 100%;
}
.single-product .site-content {
margin-top: 0;
}
.error404 .site-content {
margin-top: 0;
min-height: 500px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.error404 .site-footer {
margin-top: 0;
}
.error404 .error-404-text {
max-width: 320px;
margin: 0 auto;
font-size: 18px;
line-height: 1.8em;
}
.search-no-results .search-form .search-field,
.search-no-results .woocommerce-product-search .search-field {
border-radius: 5px;
}
.safari-detected .woostify-product-navigation .product-nav-item-content {
align-items: center;
}
.safari-detected .woostify-product-navigation .product-nav-item-content img {
position: absolute;
top: 50%;
min-height: 100%;
transform: translateY(-50%);
}
.safari-detected .woostify-product-navigation .next-product-navigation .product-nav-item-content {
padding-right: 60px;
}
.safari-detected .woostify-product-navigation .next-product-navigation img {
right: 0;
}
.safari-detected .woostify-product-navigation .prev-product-navigation .product-nav-item-content {
padding-left: 60px;
}
.safari-detected .woostify-product-navigation .prev-product-navigation img {
left: 0;
}
.woostify-svg-icon {
display: inline-flex;
display: -ms-inline-flexbox;
align-self: center;
color: currentColor;
}
.woostify-svg-icon svg {
display: block;
width: 14px;
height: 14px;
fill: currentColor;
}
.woostify-svg-icon svg path {
fill: currentColor;
}
.dialog-search-open {
overflow: hidden;
}
.dialog-search-open .site-dialog-search {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.dialog-search-open .dialog-search-content {
animation-name: anim-open;
}
.dialog-search-close .dialog-search-content {
animation-name: anim-close;
}
.dialog-search-open .dialog-search-content,
.dialog-search-close .dialog-search-content {
animation-duration: 0.4s;
animation-fill-mode: forwards;
}
.site-dialog-search {
opacity: 0;
visibility: hidden;
pointer-events: none;
position: fixed;
z-index: 200;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(55, 58, 71, 0.9);
transition-duration: 0.4s;
}
.site-dialog-search .woocommerce-product-search.category-filter {
border-radius: 0;
background-color: #f1f3f5;
}
.site-dialog-search form {
margin: 0;
}
.dialog-search-content {
opacity: 0;
width: 50%;
max-width: 650px;
min-width: 290px;
background-color: #fff;
position: relative;
z-index: 5;
border-radius: 4px;
overflow: hidden;
}
@media (max-width: 768px) {
.dialog-search-content {
max-width: 80%;
width: 100%;
}
}
.dialog-search-content .dialog-search-header {
padding-left: 20px;
font-weight: 700;
position: relative;
z-index: 10;
box-shadow: 0 -3px 15px 6px rgba(0, 0, 0, 0.03);
display: flex;
justify-content: space-between;
align-items: center;
}
.dialog-search-content .dialog-search-title {
flex-grow: 1;
text-transform: uppercase;
}
.dialog-search-content .dialog-search-close-icon {
cursor: pointer;
font-weight: 700;
height: 50px;
width: 50px;
}
.dialog-search-content .dialog-search-close-icon:hover {
color: firebrick;
}
.dialog-search-content .search-form,
.dialog-search-content .woocommerce-product-search {
height: 60px;
}
.dialog-search-content .search-form:after,
.dialog-search-content .woocommerce-product-search:after {
height: 100%;
}
.dialog-search-content .search-form .search-form-icon,
.dialog-search-content .woocommerce-product-search .search-form-icon {
height: 100%;
}
.dialog-search-content .search-form .search-field,
.dialog-search-content .woocommerce-product-search .search-field {
border-radius: 0;
visibility: visible;
background-color: #f1f3f5;
font-size: 1em;
font-style: italic;
}
.dialog-search-content .search-form .search-field:focus,
.dialog-search-content .woocommerce-product-search .search-field:focus {
border-color: rgba(0, 0, 0, 0);
}
.dialog-search-content .search-form .search-field::-webkit-input-placeholder,
.dialog-search-content .woocommerce-product-search .search-field::-webkit-input-placeholder {
color: #a5b0b7;
}
.dialog-search-content .search-form .search-field:-moz-placeholder,
.dialog-search-content .woocommerce-product-search .search-field:-moz-placeholder {
color: #a5b0b7;
}
.dialog-search-content .search-form .search-field::-moz-placeholder,
.dialog-search-content .woocommerce-product-search .search-field::-moz-placeholder {
color: #a5b0b7;
}
.dialog-search-content .search-form .search-field:-ms-input-placeholder,
.dialog-search-content .woocommerce-product-search .search-field:-ms-input-placeholder {
color: #a5b0b7;
}
@keyframes anim-open {
0% {
opacity: 0;
transform: translate3d(0, -150px, 0);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes anim-close {
0% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
100% {
opacity: 0;
transform: translate3d(0, 50px, 0);
}
}
#woostify-login-form-popup {
opacity: 0;
visibility: hidden;
pointer-events: none;
position: fixed;
z-index: 200;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(55, 58, 71, 0.9);
transition-duration: 0.4s;
overflow-y: auto;
}
#woostify-login-form-popup .dialog-popup-inner {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 15px;
box-sizing: border-box;
}
@media (min-width: 768px) {
#woostify-login-form-popup .dialog-popup-inner {
padding: 30px;
display: flex;
justify-content: center;
align-items: center;
}
}
#woostify-login-form-popup .dialog-popup-content {
display: inline-block;
vertical-align: middle;
max-width: 100%;
margin: 0 auto;
width: 100%;
}
#woostify-login-form-popup .woostify-login-form-popup-content {
background: #fff;
max-width: 875px;
padding: 30px 20px;
width: 100%;
margin: 0 auto;
}
#woostify-login-form-popup .woostify-login-form-popup-content .woocommerce-error {
margin-top: 0;
list-style: none;
}
#woostify-login-form-popup .woostify-login-form-popup-content .dialog-account-close-icon {
cursor: pointer;
font-weight: 700;
height: 30px;
width: 30px;
position: absolute;
top: 0;
right: 0;
}
#woostify-login-form-popup .woostify-login-form-popup-content .dialog-account-close-icon:hover {
color: firebrick;
}
#woostify-login-form-popup .woostify-login-form-popup-content .u-columns {
display: flex;
flex-wrap: wrap;
margin-left: -30px;
}
#woostify-login-form-popup .woostify-login-form-popup-content .u-columns [class^=u-column] {
width: 100%;
padding-left: 30px;
margin: 0;
float: none;
max-width: 50%;
}
@media (max-width: 767px) {
#woostify-login-form-popup .woostify-login-form-popup-content .u-columns [class^=u-column] {
max-width: 100%;
}
}
#woostify-login-form-popup .woostify-login-form-popup-content .u-columns [class^=u-column] h2 {
margin-top: 0;
}
#woostify-login-form-popup .woostify-login-form-popup-content .woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
text-align: left;
}
#woostify-login-form-popup .woostify-login-form-popup-content .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
margin-left: 0;
margin-right: 0;
}
#woostify-login-form-popup .woostify-login-form-popup-content .woocommerce-form.woocommerce-form-login .lost_password {
text-align: left;
}
#woostify-login-form-popup .woostify-login-form-popup-content .woocommerce-form.woocommerce-form-register .input-text {
height: 40px;
}
.dialog-account-open {
overflow: hidden;
}
.dialog-account-open #woostify-login-form-popup {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.dialog-account-open .woostify-login-form-popup-content {
animation-name: anim-open;
}
.dialog-account-close .woostify-login-form-popup-content {
animation-name: anim-close;
}
.dialog-account-open .woostify-login-form-popup-content,
.dialog-account-close .woostify-login-form-popup-content {
animation-duration: 0.4s;
animation-fill-mode: forwards;
}
.page-header .woostify-container {
display: flex;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
}
.page-header .woostify-container:after {
content: none;
}
.page-header .woostify-container.content-align-left {
align-items: flex-start;
}
.page-header .woostify-container.content-align-center {
align-items: center;
}
.page-header .woostify-container.content-align-right {
align-items: flex-end;
}
.page-header .woostify-container.content-align-justify {
flex-direction: row;
justify-content: space-between;
}
.page-header .woostify-container.content-align-justify .entry-title:first-child:last-child {
flex-grow: 1;
text-align: center;
}
.single-product .page-header {
margin-bottom: 0;
}
.page-header + .site-content {
margin-top: 0;
}
.page-header .entry-title {
margin: 0;
font-size: 2em;
font-weight: normal;
} .single-product.right-sidebar .content-top, .single-product.left-sidebar .content-top {
background-color: #fff;
} .single-product .woostify-breadcrumb {
padding-bottom: 20px;
}
.woostify-breadcrumb .item-bread {
display: inline-block;
}
.woostify-breadcrumb.woostify-theme-breadcrumb .item-bread:after {
content: "/";
font-size: 0.9em;
margin: 0 5px;
}
.woostify-breadcrumb.woostify-theme-breadcrumb .item-bread:last-of-type:after {
content: none;
}
.woostify-breadcrumb .delimiter {
margin: 0 5px;
} .woostify-product-navigation {
display: flex;
align-items: center;
position: relative;
z-index: 11;
}
.woocommerce + .woostify-product-navigation {
flex-grow: 1;
}
@media (min-width: 992px) {
.woocommerce + .woostify-product-navigation {
justify-content: flex-end;
}
}
@media (max-width: 991px) {
.woostify-product-navigation {
width: 100%;
justify-content: space-between;
}
.woostify-product-navigation.product-nav-first {
justify-content: flex-end;
}
}
.woostify-product-navigation .product-nav-item {
position: relative;
padding-bottom: 20px;
}
@media (min-width: 992px) {
.woostify-product-navigation .product-nav-item + .product-nav-item {
margin-left: 3px;
}
.woostify-product-navigation .product-nav-item + .product-nav-item:before {
content: "|";
margin: 0 7px;
}
}
.woostify-product-navigation .product-nav-item:hover .product-nav-item-content {
opacity: 1;
visibility: visible;
transform: translateY(0px);
pointer-events: auto;
}
.woostify-product-navigation .product-nav-item .product-nav-icon {
display: inline-flex;
}
.woostify-product-navigation .product-nav-item-text {
text-transform: uppercase;
display: inline-flex;
}
@media (min-width: 992px) {
.woostify-product-navigation .product-nav-item-text {
padding-bottom: 15px;
}
}
.woostify-product-navigation .product-nav-item-content {
position: absolute;
top: 80%;
display: flex;
opacity: 0;
visibility: hidden;
box-shadow: 0px 10px 10px -5px #ddd;
pointer-events: none;
transform: translateY(10px);
}
@media (max-width: 991px) {
.woostify-product-navigation .product-nav-item-content {
display: none;
}
}
.woostify-product-navigation .product-nav-item-content img {
max-width: 60px;
-o-object-fit: cover;
object-fit: cover;
}
.woostify-product-navigation .product-nav-item-content .product-nav-item-inner {
flex-grow: 1;
min-width: 180px;
background-color: #fff;
padding: 10px 15px;
}
.woostify-product-navigation .product-nav-item-link {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 5;
background-color: transparent;
}
.woostify-product-navigation .product-nav-item-title {
margin: 0;
line-height: 1.2em;
font-size: 1em;
margin-bottom: 5px;
}
.woostify-product-navigation .product-nav-item-price {
white-space: nowrap;
}
.woostify-product-navigation .prev-product-navigation .product-nav-icon {
margin-right: 7px;
}
.woostify-product-navigation .prev-product-navigation .product-nav-item-content {
left: 0;
}
.woostify-product-navigation .next-product-navigation .product-nav-icon {
margin-left: 7px;
}
.woostify-product-navigation .next-product-navigation .product-nav-item-content {
right: 0;
text-align: right;
}
.topbar .woostify-container {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.topbar .woostify-container:after {
content: none;
}
.topbar .topbar-item {
flex-grow: 1;
}
.topbar .topbar-item p:empty {
display: none;
}
.topbar .topbar-item p:last-child {
margin-bottom: 0;
}
.topbar-slider{
background-color: #EDFDD3;
}
.topbar-slider * {
color: #000;
}
.topbar-slider{
width: 100%;
}
.topbar-slider .slider-wrapper{
padding: 5px 0;
position: relative;
}
.topbar-slider .flickity-prev-next-button{
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border: 0;
background: transparent;
position: absolute;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
font-size: 16px;
}
.topbar-slider .flickity-prev-next-button.previous{
left: 16px;
}
.topbar-slider .flickity-prev-next-button.next{
right: 16px;
}
.topbar-slider .flickity-prev-next-button svg{
width: 1em;
height: 1em;
fill: #222;
}
.topbar-slider .slick-slider .slick-prev{
left: 16px;
z-index: 9;
font-size: 16px;
}
.topbar-slider .slick-slider .slick-next{
right: 16px;
z-index: 9;
font-size: 16px;
}
.topbar-slider .slick-slider .slick-prev::before,
.topbar-slider .slick-slider .slick-next::before{
display: none;
}
.topbar-slider .slick-slider svg{
width: 1em;
height: 1em;
fill: #222;
}
.topbar-slider .slider{
line-height: normal;
width: 100%;
overflow: hidden;
cursor: pointer;
}
.topbar-slider .slider .slider-item{
min-width: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
white-space: nowrap;
overflow-x: hidden;
position: relative;
margin: 0 1.5vw;
}
.topbar-slider .marquee-slider{
display: flex;
}
.topbar-slider .slick-slider{
display: flex;
}
.topbar-slider .slider .slick-track{
display: flex;
align-items: center;
}
.topbar-slider .slick-slider .slick-track .slider-item{
white-space: normal;
margin: 0;
padding: 0 1.5vw;
}
.topbar-slider .slider .text-scroll{
width: 100%;
text-transform: uppercase;
text-align: center;
}
@media (max-width: 992px) {
.topbar .topbar-item {
text-align: center;
}
}
@media (min-width: 991px) {
.topbar .topbar-center {
text-align: center;
}
.topbar .topbar-right {
text-align: right;
}
} .site-header-inner {
border-bottom: 1px solid #eaeaea;  }
.site-header-inner p:empty {
display: none;
}
.site-header-inner p:last-child {
margin-bottom: 0;
}
.site-header-inner .woostify-container {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
min-height: 70px;
}
.site-header-inner .woostify-container:after {
content: none;
}
.site-header-inner .site-navigation + .site-search {
margin-left: 10px;
}
.site-header-inner .site-search {
min-width: 270px;
position: relative;
}
.site-header-inner .site-search + .site-tools {
margin-left: 10px;
}
.site-header-inner .site-search + .site-tools .shopping-bag-button:first-child:last-child {
margin-left: 15px;
}
.site-header-inner .site-search form {
height: 40px;
display: flex;
align-items: center;
}
.site-header-inner .site-search form:after {
font-size: 16px;
width: 40px;
height: 40px;
}
.site-header-inner .site-search form .search-field {
padding-right: 40px;
flex-grow: 1;
width: auto;
}
.site-header-inner .site-search form button[type=submit] {
width: 40px;
} .site-branding .beta.site-title {
margin: 0;
font-size: 24px;
}
.site-branding .logo {
margin: 0;
}
.menu-item .menu-item-icon {
margin-right: 10px;
}
.menu-item .menu-item-icon .woostify-svg-icon {
position: relative;
top: 1px;
}
.menu-item .menu-item-text {
flex-grow: 1;
word-break: normal;
}
.menu-item .menu-item-arrow {
cursor: pointer;
width: 20px;
z-index: 2;
display: inline-flex;
justify-content: center;
align-items: center;
}
.menu-item .menu-item-arrow .woostify-svg-icon svg {
width: 11px;
height: 11px;
} .site-tools {
display: flex;
justify-content: flex-end;
align-items: center;
}
.site-tools .tools-icon {
font-size: 24px;
display: flex;
margin-left: 15px;
position: relative;
}
.site-tools .tools-icon .woostify-svg-icon svg {
width: 24px;
height: 24px;
}
.site-tools .tools-icon .tools-icon {
margin-left: 0;
}
.site-tools .tools-icon.align-center {
align-items: center;
}
.site-tools .tools-icon .woostify-header-total-price {
margin-right: 5px;
}
.site-tools .shopping-bag-button {
position: relative;
margin-right: 15px;
}
.site-tools .shopping-bag-button.cart-icon-rotate:before {
position: relative;
transform: rotate3d(0, 1, 0, 180deg);
}
.site-tools .shopping-bag-button.cart-icon-rotate .woostify-svg-icon {
position: relative;
transform: rotate3d(0, 1, 0, 180deg);
}
.site-tools .shop-cart-count,
.site-tools .wishlist-item-count {
position: absolute;
top: -6px;
right: -15px;
}
.site-tools .shop-cart-count.hide-zero-val.hide,
.site-tools .wishlist-item-count.hide-zero-val.hide {
display: none;
}
.site-tools .woostify-header-total-price.hide-zero-val.hide {
display: none;
}
.my-account {
position: relative;
}
.my-account .my-account-icon {
padding: 8px 0 10px;
font-size: 24px;
display: inline-flex;
display: -webkit-inline-flex;
}
.my-account:hover .subbox {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateY(0px);
}
.my-account .subbox {
min-width: 180px;
margin: 0;
padding-left: 0;
visibility: hidden;
opacity: 0;
position: absolute;
z-index: 12;
left: -20px;
top: 100%;
background-color: #fff;
border-radius: 4px;
pointer-events: none;
transition-duration: 0.2s;
transform: translateY(10px);
box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.my-account .subbox a {
font-size: 14px;
padding: 10px 20px;
display: block;
}
.my-account ul {
padding-left: 0;
margin: 0;
text-align: left;
}
.my-account ul li:first-child {
border-top: 0;
}
.my-account li {
list-style: none;
border-top: 1px solid #eee;
}
.header-search-icon {
cursor: pointer;
} .toggle-sidebar-menu-btn {
font-size: 24px;
cursor: pointer;
}
.has-header-transparent .site-header {
position: static;
left: 0;
right: 0;
z-index: 10;
}
.has-header-transparent .site-header-inner {
background-color: transparent;
}
@media (min-width: 992px) {
.has-header-transparent.header-transparent-for-desktop .site-header {
position: absolute;
}
}
@media (max-width: 991px) {
.has-header-transparent.header-transparent-for-mobile .site-header {
position: absolute;
}
}
.has-header-transparent.header-transparent-for-all-devices .site-header {
position: absolute;
}
.has-header-transparent .site-header + .site-content {
margin-top: 0;
}
.woostify-icon-bar {
width: 26px;
height: 26px;
}
.woostify-icon-bar span {
position: relative;
background-color: #000;
width: 100%;
height: 2px;
display: block;
transition-delay: 0.5s;
transition-duration: 0.5s;
}
.woostify-icon-bar span:before, .woostify-icon-bar span:after {
transition-delay: 0.5s;
transition-duration: 0.5s;
}
.woostify-icon-bar span:before, .woostify-icon-bar span:after {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: inherit;
}
.woostify-icon-bar span:before {
top: -6px;
}
.woostify-icon-bar span:after {
bottom: -6px;
}
.logged-in.admin-bar #woostify-overlay .woostify-svg-icon {
top: 66px;
}
.sidebar-menu-open {
overflow: hidden;
}
.sidebar-menu-open .woostify-icon-bar span {
transform: rotate(180deg);
}
.sidebar-menu-open .woostify-icon-bar span:before {
width: 50%;
transform: rotate(45deg) translate(14px, -11px);
}
.sidebar-menu-open .woostify-icon-bar span:after {
width: 50%;
transform: rotate(-45deg) translate(14px, 11px);
}
.sidebar-menu-open #woostify-overlay {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.sidebar-menu-open #woostify-overlay .woostify-svg-icon{
position: absolute;
top: 20px;
right: 20px;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
cursor: pointer;
}
.sidebar-menu-open #woostify-overlay .woostify-svg-icon svg{
width: 1.5em;
height: 1.5em;
} .sidebar-menu-open .rtl #view {
transform: translateX(-300px);
}
.sidebar-menu-open .rtl .sidebar-menu {
transform: translateX(0);
}
.sidebar-menu-open .sidebar-menu {
transform: translateX(0);
}
@media (min-width: 992px) {
.sidebar-menu-open .sidebar-menu .site-navigation {
left: 60px;
right: 60px;
}
}
.sidebar-menu {
position: fixed;
left: 0;
bottom: 0;
top: 0;
background-color: #fff;
z-index: 200;
padding-top: 15px;
padding-bottom: 15px;
width: 90%;
overflow-y: scroll;
transform: translateX(-100%);
}
.sidebar-menu.has-nav-tab {
padding-top: 0;
}
.sidebar-menu .arrow-icon {
transform: rotate(0deg);
}
.sidebar-menu .arrow-icon .woostify-svg-icon {
transition: all 0.3s;
}
.sidebar-menu .arrow-icon.active .woostify-svg-icon {
transform: rotate(180deg);
}
.logged-in.admin-bar .sidebar-menu {
top: 46px;
}
@media (min-width: 783px) {
.logged-in.admin-bar .sidebar-menu {
top: 32px;
}
}
.sidebar-menu .hide {
display: none;
}
.sidebar-menu .primary-navigation:not(.elementor-inner) a {
line-height: 3em !important;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.sidebar-menu .ajax-category-filter-box {
background-color: #f8f8f8;
border-right: 0;
}
.sidebar-menu .site-search {
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.sidebar-menu .site-search .search-field {
border-radius: 3px;
}
.sidebar-menu .site-search .search-form-icon {
width: 40px;
height: 40px;
}
.sidebar-menu .search-form,
.sidebar-menu .woocommerce-product-search {
height: auto;
}
.sidebar-menu .search-form .search-field,
.sidebar-menu .woocommerce-product-search .search-field {
padding-right: 40px;
height: auto;
min-height: 40px;
}
.sidebar-menu .search-form .search-submit,
.sidebar-menu .woocommerce-product-search button[type=submit] {
width: 40px;
}
.sidebar-menu .search-form:after,
.sidebar-menu .woocommerce-product-search:after {
width: 40px;
height: 40px;
}
.sidebar-menu .mobile-nav-tab {
padding: 0;
margin: 0;
display: flex;
}
@media (min-width: 992px) {
.sidebar-menu .mobile-nav-tab {
display: none;
}
}
.sidebar-menu .mobile-nav-tab li {
cursor: pointer;
width: 50%;
text-align: center;
line-height: 1;
position: relative;
}
.sidebar-menu .mobile-nav-tab li a {
font-size: 16px;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
}
.sidebar-menu .mobile-nav-tab li.active:after {
content: "";
display: block;
height: 3px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.sidebar-menu .site-navigation.has-nav-tab .main-navigation, .sidebar-menu .site-navigation.has-nav-tab .categories-navigation {
display: none;
}
.sidebar-menu .site-navigation.has-nav-tab .main-navigation.active {
display: block;
}
.sidebar-menu .site-navigation.has-nav-tab .categories-navigation.active {
display: block;
}
.sidebar-menu .site-navigation nav > ul > li:first-child > a {
border-top: 1px solid #ececec;
}
.sidebar-menu .site-navigation nav .menu-item a {
padding: 0 20px;
border-bottom: 1px solid #ececec;
}
.sidebar-menu .site-navigation nav .menu-item a > .arrow-icon {
width: 48px;
height: 48px;
margin-right: -20px;
border-left: 1px solid #ececec;
}
.sidebar-menu .site-navigation nav .menu-item a:hover {
background-color: rgba(0, 0, 0, 0.03);
}
.sidebar-menu .site-navigation nav .sub-menu a {
padding-left: 30px;
}
@media (min-width: 992px) {
.sidebar-menu .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper {
min-width: auto;
max-width: 100%;
transform: none;
position: static;
box-shadow: none;
opacity: 1;
visibility: visible;
}
.sidebar-menu .main-navigation .primary-navigation .sub-menu {
margin-left: 20px;
}
.sidebar-menu .main-navigation .primary-navigation .sub-menu:not(.sub-mega-menu) {
transition-duration: 0s;
}
.sidebar-menu .main-navigation .primary-navigation > .menu-item ul:not(.sub-mega-menu) {
opacity: 1;
visibility: visible;
transform: none;
position: static;
box-shadow: none;
transition-duration: 0s;
min-width: auto;
}
.sidebar-menu .main-navigation .primary-navigation > .menu-item ul:not(.sub-mega-menu) a {
padding-right: 0;
padding-left: 0;
}
}
.sidebar-menu .primary-navigation {
padding-left: 0;
margin: 0;
}
.sidebar-menu .primary-navigation .menu-item-has-children {
position: relative;
}
.sidebar-menu .primary-navigation .sub-mega-menu {
display: none;
}
.sidebar-menu .primary-navigation .sub-menu {
border-radius: 0;
pointer-events: auto;
margin-left: 0;
transition-duration: 0s;
display: none;
position: static;
box-shadow: none;
transform: none;
}
.sidebar-menu .primary-navigation .sub-menu a:hover {
background-color: transparent;
}
.sidebar-menu .primary-navigation > .menu-item {
display: block;
}
.sidebar-menu .primary-navigation > .menu-item.current-menu-ancestor > a:before, .sidebar-menu .primary-navigation > .menu-item.current-menu-parent > a:before, .sidebar-menu .primary-navigation > .menu-item.current_page_parent > a:before, .sidebar-menu .primary-navigation > .menu-item.current_page_ancestor > a:before {
content: "";
width: 40px;
}
.sidebar-menu .primary-navigation > .menu-item:after {
content: none !important;
}
.sidebar-menu .primary-navigation > .menu-item > a {
padding: 0;
}
.sidebar-menu .primary-navigation:not(.elementor-inner) a {
font-size: 16px;
line-height: 3em;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.sidebar-menu .primary-navigation:not(.elementor-inner) a:hover:before {
width: 40px;
}
.sidebar-menu .primary-navigation:not(.elementor-inner) a:before {
content: "";
position: absolute;
left: 0;
bottom: 8px;
height: 2px;
width: 0;
}
@media (max-width: 991px) {
.sidebar-menu .primary-navigation:not(.elementor-inner) a:before {
display: none;
}
}
.sidebar-menu .sidebar-menu-bottom ul {
padding-left: 0;
margin: 0;
}
.sidebar-menu .sidebar-menu-bottom ul li a {
padding: 0 20px;
border-bottom: 1px solid #ececec;
}
.sidebar-menu .sidebar-menu-bottom ul li:last-child a {
border-bottom: none;
}
.sidebar-menu .sidebar-account a {
display: block;
line-height: 3em;
font-size: 16px;
}
.sidebar-menu ul {
list-style: none;
}
@media (min-width: 992px) {
.has-header-layout-1 .sidebar-menu {
display: none;
}
}
.sidebar-menu-open .has-header-layout-2 #view {
transform: translateX(0px);
}
footer#colophon {
clear: both;
}
.site-footer {
clear: both;
}
.woobuilder-active .site-footer, .edited-by-divi-builder .site-footer, .elementor-page .site-footer {
margin-top: 0;
} .site-footer-widget {
float: left;
width: 100%;
padding: 55px 0 70px 0;
}
.site-footer-widget .widget {
float: left;
}
@media (max-width: 600px) {
.site-footer-widget .widget_custom_html {
margin-bottom: 25px;
}
}
.footer-widget-col-1 .widget {
width: 100%;
}
@media (min-width: 992px) {
.footer-widget-col-3 .widget {
width: 33.3333333333%;
padding-left: 15px;
padding-right: 15px;
}
.footer-widget-col-3 .widget:nth-of-type(3n+4) {
clear: both;
}
.footer-widget-col-4 .widget {
width: 25%;
padding-left: 15px;
padding-right: 15px;
}
.footer-widget-col-4 .widget:nth-of-type(4n+5) {
clear: both;
}
.footer-widget-col-5 .widget {
width: 20%;
padding-left: 15px;
padding-right: 15px;
}
.footer-widget-col-5 .widget:nth-of-type(5n+6) {
clear: both;
}
.footer-widget-col-6 .widget {
width: 16.6666666667%;
padding-left: 15px;
padding-right: 15px;
}
.footer-widget-col-6 .widget:nth-of-type(6n+7) {
clear: both;
}
}
@media (min-width: 600px) and (max-width: 991px) {
.footer-widget-col-3 .widget,
.footer-widget-col-4 .widget,
.footer-widget-col-5 .widget,
.footer-widget-col-6 .widget {
width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.footer-widget-col-3 .widget:nth-of-type(2n+3),
.footer-widget-col-4 .widget:nth-of-type(2n+3),
.footer-widget-col-5 .widget:nth-of-type(2n+3),
.footer-widget-col-6 .widget:nth-of-type(2n+3) {
clear: both;
}
}
@media (min-width: 600px) {
.footer-widget-col-2 .widget {
width: 50%;
padding-left: 15px;
padding-right: 15px;
}
.footer-widget-col-2 .widget:nth-of-type(2n+3) {
clear: both;
}
}
@media (max-width: 599px) {
.footer-widget-col-2 .widget,
.footer-widget-col-3 .widget,
.footer-widget-col-4 .widget,
.footer-widget-col-5 .widget,
.footer-widget-col-6 .widget {
width: 100%;
padding-left: 15px;
padding-right: 15px;
clear: both;
}
} .site-info {
clear: both;
padding: 11px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.site-info:not(:first-child) {
border-top: 1px solid #e3e3e3;
}
.site-info .site-infor-col:first-child:last-child {
text-align: center;
width: 100%;
}
.site-info ul {
padding-left: 0;
margin: 0;
}
.site-info ul > li + li {
margin-left: 30px;
}
.site-info li {
display: inline-block;
} #scroll-to-top {
position: fixed;
bottom: 20px;
right: 20px;
min-width: 40px;
min-height: 40px;
color: #fff;
font-size: 1.2em;
z-index: 200;
border: 1px solid rgba(255, 255, 255, 0.3);
visibility: hidden;
opacity: 0;
padding: 10px;
pointer-events: none;
transform: translateY(100%);
}
#scroll-to-top.active {
visibility: visible;
opacity: 1;
pointer-events: auto;
cursor: pointer;
transform: translateX(0);
}
#scroll-to-top.scroll-to-top-position-left {
left: 20px;
right: auto;
}
#scroll-to-top .woostify-svg-icon {
color: #fff;
} @media (max-width: 768px) {
.site-info {
flex-direction: column;
justify-content: center;
}
.site-info .site-infor-col {
text-align: center;
}
}
.widget:not(.footer-widget):first-of-type .widget-title {
margin-top: 0;
}
.widget > ul {
padding-left: 0;
}
.widget li {
list-style: none;
line-height: 36px;
}
.widget ul.menu {
padding-left: 0;
}
.widget ul.menu a {
line-height: 36px;
}
.widget select {
width: 100%;
height: 40px;
border-radius: 0;
}
.widget-area .widget {
margin-bottom: 40px;
}
.widget .count {
float: right;
}
.widget-title,
.widgettitle {
font-weight: normal;
margin-bottom: 20px;
}
.widget_archive li,
.widget_categories li,
.widget_pages li {
line-height: 36px;
}
.widget_archive .post_count,
.widget_categories .post_count,
.widget_pages .post_count {
font-size: 13px;
position: relative;
bottom: 1ex;
} .tagcloud a {
border: 1px solid #e2e2e2;
padding: 0.3em 0.9em;
display: inline-block;
margin-bottom: 4px;
font-size: 14px;
margin-right: 4px;
}
.tagcloud a:hover {
border-color: rgba(0, 0, 0, 0);
}
#secondary .widget .tagcloud a:hover {
color: #fff;
} .search-form,
.woocommerce-product-search {
position: relative;
height: 50px; }
.search-form:hover .search-form-icon,
.woocommerce-product-search:hover .search-form-icon {
transform: rotate(90deg);
}
.search-form:focus-within .search-form-icon,
.woocommerce-product-search:focus-within .search-form-icon {
transform: rotate(90deg);
}
.search-form .search-form-icon,
.woocommerce-product-search .search-form-icon {
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 50px;
}
.search-form .search-form-icon .woostify-svg-icon,
.woocommerce-product-search .search-form-icon .woostify-svg-icon {
color: initial;
}
.search-form .search-form-icon .woostify-svg-icon svg,
.woocommerce-product-search .search-form-icon .woostify-svg-icon svg {
width: 20px;
height: 20px;
}
.media-toolbar .search-form:after,
.media-toolbar .woocommerce-product-search:after {
content: none;
}
.search-form .search-field,
.woocommerce-product-search .search-field {
border-color: rgba(0, 0, 0, 0);
height: 100%;
width: 100%;
background-color: #eeeeec;
padding-left: 20px;
padding-right: 50px;
border-radius: 50px;
}
.search-form .search-field::-webkit-search-cancel-button,
.woocommerce-product-search .search-field::-webkit-search-cancel-button {
display: none;
}
.search-form .search-field:focus,
.woocommerce-product-search .search-field:focus {
border-color: #dedbdb;
}
.search-form .search-submit,
.search-form button[type=submit],
.woocommerce-product-search .search-submit,
.woocommerce-product-search button[type=submit] {
overflow: hidden;
color: rgba(0, 0, 0, 0) !important;
background: rgba(0, 0, 0, 0) !important;
border-radius: 50%;
width: 50px;
height: 100%;
position: absolute;
right: 0;
bottom: 0;
z-index: 5;
border: 0;
} .woocommerce-mini-cart {
padding-left: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
padding-top: 10px;
border-top: 1px solid #f7f7f7;
}
.widget_shopping_cart_content .remove_from_cart_button:hover {
transform: rotate(90deg);
}
.product_list_widget a:not(.remove_from_cart_button) {
display: block;
line-height: 1.4em;
}
.product_list_widget li {
position: relative;
padding: 10px 15px 10px 75px;
border-bottom: 1px solid #f7f7f7;
line-height: 26px;
min-height: 80px;
}
.product_list_widget li.component_mini_cart_item {
border: none;
padding-left: 90px;
}
.product_list_widget img {
max-width: 60px;
max-height: 60px;
position: absolute;
left: 0;
}
.product_list_widget.woocommerce-mini-cart img {
top: 10px;
}
.product_list_widget .mini_cart_item:last-of-type {
border-bottom: 0;
}
.product_list_widget .remove_from_cart_button {
width: 20px;
height: 20px;
position: absolute;
right: 0;
top: 10px;
font-size: 0;
z-index: 2;
color: firebrick;
}
.product_list_widget .remove_from_cart_button .woostify-svg-icon {
color: inherit;
}
.product_list_widget .remove_from_cart_button .woostify-svg-icon svg {
width: 10px;
height: 10px;
}
.product_list_widget .remove_from_cart_button:focus:before {
left: 0;
top: 0;
content: "";
z-index: 2;
position: absolute;
border: 1px solid #ddd;
border-top-color: #222;
border-radius: 50%;
height: 20px;
width: 20px;
animation: circle-loading 0.35s linear infinite;
}
.mini_cart_item .quantity {
width: auto;
height: auto;
border-radius: 0;
display: block;
}
.woocommerce-mini-cart__total {
text-transform: uppercase;
display: flex;
justify-content: space-between;
align-items: center;
}
.woocommerce-mini-cart__total .amount {
font-weight: 700;
}
.woocommerce-mini-cart__buttons {
margin-bottom: 0;
}
.woocommerce-mini-cart__buttons .button {
font-size: 12px;
font-weight: 700;
}
.woocommerce-mini-cart__buttons a.button {
width: 50%;
display: inline-block;
text-align: center;
text-transform: uppercase;
}
.woocommerce-mini-cart__buttons a.checkout {
border-left: 1px solid #fff;
} .widget_products li,
.widget_recent_reviews li,
.widget_top_rated_products li,
.widget_recently_viewed_products li {
min-height: 90px;
position: relative;
padding: 10px 0 10px 80px;
}
.widget_products li:last-of-type,
.widget_recent_reviews li:last-of-type,
.widget_top_rated_products li:last-of-type,
.widget_recently_viewed_products li:last-of-type {
border-bottom: 0;
}
.widget_products a,
.widget_recent_reviews a,
.widget_top_rated_products a,
.widget_recently_viewed_products a {
line-height: 1.3;
margin-bottom: 5px;
}
.widget_products .star-rating,
.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating,
.widget_recently_viewed_products .star-rating {
display: block;
}
.widget_products del,
.widget_recent_reviews del,
.widget_top_rated_products del,
.widget_recently_viewed_products del {
margin-right: 5px;
float: left;
clear: both;
}
.widget_products ins,
.widget_recent_reviews ins,
.widget_top_rated_products ins,
.widget_recently_viewed_products ins {
float: left;
background: rgba(0, 0, 0, 0);
} .widget_recent_reviews .reviewer {
float: left;
clear: both;
} .widget_product_categories .product-categories > li ul {
margin-left: 10px;
}
.widget_product_categories .product-categories > li ul li:before {
margin-right: 8px;
margin-bottom: 1px;
content: "";
border-width: 1px 1px 0 0;
border-style: solid;
display: inline-block;
width: 6px;
height: 6px;
transform: rotate(45deg);
} .woocommerce-widget-layered-nav-dropdown__submit {
margin-top: 1em;
} .price_slider_wrapper .price_slider {
margin-bottom: 25px;
position: relative;
height: 2px;
margin-left: 0.5em;
margin-right: 0.5em;
}
.price_slider_wrapper .ui-widget-header {
height: 100%;
position: absolute;
}
.price_slider_wrapper .ui-slider-handle {
cursor: pointer;
position: absolute;
width: 10px;
height: 10px;
margin-left: -10px;
border-radius: 50%;
background: #fff;
top: 50%;
transform: translateY(-50%);
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.price_slider_wrapper .price_slider_amount input,
.price_slider_wrapper .price_slider_amount .clear {
display: none;
}
.price_slider_wrapper .price_slider_amount button {
display: inline-block;
margin-right: 15px;
}
.price_slider_wrapper .price_slider_amount .price_label {
display: inline-block;
} .widget_recent_post_thumbnail_item {
display: flex;
align-items: center;
}
.widget_recent_post_thumbnail_item + .widget_recent_post_thumbnail_item {
margin-top: 30px;
}
.widget_recent_post_thumbnail_item .recent-post-thumbnail-img {
width: 50px;
min-width: 50px;
margin-right: 20px;
}
.widget_recent_post_thumbnail_item .recent-post-thumbnail-img img {
border-radius: 3px;
}
.widget_recent_post_thumbnail_item .recent-post-thumbnail-sum {
flex-grow: 1;
}
.woostify-social-icon a {
font-size: 0;
}
.woostify-social-icon a:before {
display: block;
content: "";
background-size: 14px;
width: 14px;
height: 14px;
} .woostify-footer-text-widget .woostify-footer-site-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
}
.woostify-footer-social-icon {
padding-left: 0;
margin: 20px 0 0;
}
.woostify-footer-social-icon li {
list-style: none;
display: inline-flex;
}
.woostify-footer-social-icon li + li {
margin-left: 7px;
}
.woostify-footer-social-icon li a {
width: 30px;
height: 30px;
border-radius: 50%;
border-style: solid;
border-width: 1px;
}
.woostify-footer-social-icon li a:hover {
opacity: 0.7;
color: #fff;
} #yith-wcwl-popup-message {
display: none !important;
} .advanced-featured-product {
position: relative;
}
.adv-featured-product {
position: relative;
}
.adv-featured-product.adv-product-slider:not(.slick-initialized) {
display: none;
}
.adv-featured-product.adv-product-slider .slick-list {
overflow: hidden;
}
.adv-featured-product.adv-product-slider .slick-track {
display: flex;
} .widget_layered_nav_filters .chosen a:before {
content: "x";
color: #e2401c;
margin-right: 7px;
font-size: 1.2em;
} .woostify-contact-info .contact-info-list {
display: flex;
align-items: flex-start;
border-bottom: 1px solid #f3f3f3;
padding: 30px 0;
}
.woostify-contact-info .contact-info-img {
min-width: 40px;
max-width: 40px;
margin-right: 30px;
display: inline-block;
margin-top: 10px;
}
.woostify-contact-info .contact-info-detail {
display: inline-block;
flex-grow: 1;
}
.woostify-contact-info .contact-info-detail label {
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
}
.woostify-contact-info .contact-info-detail h6 {
font-weight: 400;
margin: 0;
}
.woostify-contact-info .contact-info-detail p:last-child {
margin-bottom: 0;
} .woostify-shop-category .elementor-widget-wrap > .elementor-widget-image {
position: relative;
}
.woostify-shop-category .elementor-widget-wrap > .elementor-widget-image:hover .wp-caption .wp-caption-text {
bottom: 20px;
left: 20px;
}
.woostify-shop-category .elementor-widget-wrap > .elementor-widget-image .wp-caption .wp-caption-text {
position: absolute;
left: 30px;
bottom: 30px;
font-style: normal;
font-size: 24px;
font-weight: 500;
margin-top: 0;
line-height: 1;
padding-top: 0;
pointer-events: none;
} .ct_if {
min-height: 76px;
}
.elementor-widget .elementor-icon-list-items {
list-style-type: none;
margin: 0;
padding: 0;
}
.elementor-editor-active .elementor-widget-wp-widget-nav_menu .menu,
.elementor-editor-active .elementor-widget-wp-widget-nav_menu .sub-menu,
.elementor-editor-preview .elementor-widget-wp-widget-nav_menu .menu,
.elementor-editor-preview .elementor-widget-wp-widget-nav_menu .sub-menu {
list-style: none;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.elementor-menu-cart__products .quantity {
width: auto;
height: auto;
background: none;
}
.site-main .elementor-widget-posts .post + .post {
margin-top: 0;
}
header.elementor-element {
position: relative;
z-index: 6;
}
.elementor-widget-woostify-product-add-to-cart .variations {
width: 100%;
}
.woostify-sticky-footer-bar {
position: fixed;
width: 100%;
left: 0;
bottom: 0;
background: #fff;
border-top: 1px solid #eaeaea;
padding-top: 10px;
padding-bottom: 10px;
z-index: 199;
transition: bottom 0.4s;
}
.woostify-sticky-footer-bar.woostify-sticky-on-desktop {
display: none;
}
@media (min-width: 992px) {
.woostify-sticky-footer-bar.woostify-sticky-on-desktop {
display: block;
}
}
@media (min-width: 992px) {
.woostify-sticky-footer-bar.woostify-sticky-on-mobile {
display: none;
}
}
.woostify-sticky-footer-bar ul.woostify-item-list {
display: flex;
align-items: center;
padding: 0;
margin: 0;
list-style: none;
}
.woostify-sticky-footer-bar ul.woostify-item-list li.woostify-item-list__item {
flex: 1 0 auto;
text-align: center;
}
.woostify-sticky-footer-bar ul.woostify-item-list li.woostify-item-list__item a {
display: inline-block;
vertical-align: middle;
line-height: 1;
font-size: 13px;
}
.woostify-sticky-footer-bar ul.woostify-item-list li.woostify-item-list__item a .woostify-item-list-item__icon {
font-size: 24px;
position: relative;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
align-content: center;
}
.woostify-sticky-footer-bar ul.woostify-item-list li.woostify-item-list__item a .woostify-item-list-item__icon .woositfy-sfb-icon {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
align-content: center;
}
.woostify-sticky-footer-bar ul.woostify-item-list li.woostify-item-list__item a .woostify-item-list-item__icon .woositfy-sfb-icon svg {
display: block;
}
.woostify-sticky-footer-bar ul.woostify-item-list li.woostify-item-list__item a .woostify-item-list-item__name {
display: block;
}
.woostify-sticky-footer-bar ul.woostify-item-list li.woostify-item-list__item.woostify-addon:not(.woostify-custom-addon) a .woostify-item-list-item__icon .cart-icon-rotate:before {
position: relative;
transform: rotate3d(0, 1, 0, 180deg);
}
.woostify-sticky-footer-bar ul.woostify-item-list li.woostify-item-list__item.woostify-addon:not(.woostify-custom-addon) a .woostify-item-list-item__icon .theme-item-count, .woostify-sticky-footer-bar ul.woostify-item-list li.woostify-item-list__item.woostify-addon:not(.woostify-custom-addon) a .woostify-item-list-item__icon .shop-cart-count {
position: absolute;
top: -6px;
right: -15px;
font-size: 12px;
line-height: initial;
}
@media (min-width: 993px) {
.has-header-layout-7 .woostify-sticky-footer-bar {
width: calc(100% - 300px);
right: 0;
left: auto;
}
}
.woostify-inline-flex {
-js-display: inline-flex;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
align-content: center;
}
.home.blog .site-main .post-loop:first-child:last-child {
border-bottom: 0;
}
.alpha.entry-title {
font-size: 24px;
font-weight: normal;
margin-top: 0;
}
.site-main .post-loop {
border-bottom: 1px solid #e8e8e8;
padding-bottom: 74px;
}
.site-main .post-loop + .post-loop {
margin-top: 80px;
}
.post-loop .post-cover-image {
margin-bottom: 35px;
}
.post-loop .post-cover-image a {
display: inline-block;
}
.post-loop .post-cover-image img {
-o-object-fit: cover;
object-fit: cover;
}
.post-loop .entry-header-item {
margin-bottom: 15px;
}
.post-loop .entry-meta .post-meta-item {
margin: 0 5px;
}
.post-loop .entry-meta .post-meta-item:first-child {
margin-left: 0;
}
.post-loop .entry-meta .post-meta-item:last-child {
margin-right: 0;
}
.post-loop .entry-meta .post-meta-separator {
font-size: 20px;
position: relative;
top: -3px;
}
.post-loop .entry-meta .post-meta-separator:last-child {
display: none;
}
.post-loop .entry-content {
margin-top: 30px;
}
.post-loop .post-read-more {
font-weight: 600;
margin-top: 20px;
clear: both;
margin-bottom: 0;
}
.pagination, .woocommerce-pagination {
margin-top: 70px;
}
.pagination ul, .woocommerce-pagination ul {
margin: 0;
padding: 0;
}
.pagination ul .page-numbers, .woocommerce-pagination ul .page-numbers {
font-weight: 600;
text-transform: uppercase;
}
.pagination ul .page-numbers:not(.prev):not(.next), .woocommerce-pagination ul .page-numbers:not(.prev):not(.next) {
min-width: 29px;
height: 29px;
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0);
}
.pagination li, .woocommerce-pagination li {
list-style: none;
display: inline-flex;
}
.pagination li .current, .woocommerce-pagination li .current {
color: #fff;
}
.pagination .nav-links, .woocommerce-pagination .nav-links {
text-align: center;
} @media (max-width: 991px) {
#primary + #secondary {
margin-top: 40px;
}
}
.single-post .site-main .post-loop {
border-bottom: 0;
padding-bottom: 0;
}
.single-post .site-main .post-loop .entry-title {
font-size: 24px;
}
.single-post .site-main .entry-footer {
clear: both;
margin-top: 30px;
}
.single-post .entry-title {
font-weight: 300;
} .post-author-box {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 80px;
}
.post-author-box .author-ava {
margin-right: 30px;
min-width: 100px;
}
.post-author-box .author-ava img {
border-radius: 50%;
}
.post-author-box .author-name-before {
display: block;
text-transform: uppercase;
}
.post-author-box .author-name {
font-size: 700px;
font-size: 18px;
}
.post-author-box .author-bio {
margin-top: 10px;
} .related-box {
border-top: 1px solid #e8e8e8;
padding-top: 61px;
margin-top: 73px;
}
.related-box .related-title {
font-size: 18px;
font-weight: normal;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 36px;
}
.related-box .related-post img {
height: 260px;
-o-object-fit: cover;
object-fit: cover;
}
.related-box .entry-header {
display: block;
margin-bottom: 25px;
}
.related-box .entry-title {
font-size: 16px;
margin-top: 18px;
margin-bottom: 25px;
font-weight: normal;
line-height: 27px;
}
.related-box .entry-title:hover {
text-decoration: underline;
}
.related-box .post-read-more {
margin-top: 0;
}
.related-box .post-read-more:hover {
text-decoration: underline;
} #comments {
border-top: 1px solid #e8e8e8;
padding-top: 70px;
margin-top: 70px;
}
.comments-title {
font-size: 18px;
font-weight: 400;
margin-bottom: 36px;
text-transform: capitalize;
}
.comment-navigation {
margin-bottom: 30px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.comment-list {
margin: 0;
padding-left: 0;
}
.comment-list li {
list-style: none;
}
.comment {
display: block;
}
.comment-body {
display: flex;
flex-wrap: wrap;
margin-bottom: 45px;
}
.comment-body #respond {
flex-basis: 100%;
margin-top: 33px;
margin-left: 100px;
padding-bottom: 45px;
border-bottom: 1px solid #e8e8e8;
}
.comment-body .comment-author {
max-width: 70px;
min-width: 70px;
}
.comment-body .comment-author img {
border-radius: 50%;
}
.comment-body .comment-author + .comment-content {
margin-left: 30px;
}
.comment-body .comment-content {
flex-grow: 1;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 33px;
max-width: calc( 100% - 100px);
}
.comment-body .comment-meta {
margin-bottom: 15px;
}
.comment-body .comment-meta .fn {
display: block;
font-weight: 600;
}
.comment-body .comment-meta .comment-date {
font-size: 12px;
}
.comment-body .comment-text {
margin-bottom: 16px;
}
.comment-body .comment-text p:last-child {
margin-bottom: 0;
}
.comment-body .reply a:hover {
text-decoration: underline;
}
.comment-body .comment-edit-link {
margin-left: 5px;
}
#reply-title {
font-size: 18px;
}
#commentform {
display: flex;
flex-wrap: wrap;
margin-top: 33px;
}
#commentform #comment {
flex-basis: 100%;
border: 1px solid #e8e8e8;
padding: 15px;
height: 200px;
font-size: 12px;
margin-bottom: 20px;
resize: none;
border-radius: 2px;
}
#commentform #comment:focus {
border-color: rgba(0, 0, 0, 0);
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
#commentform #email,
#commentform #author {
flex: 5;
height: 50px;
border: 1px solid #e8e8e8;
padding: 0 15px;
font-size: 12px;
margin-bottom: 20px;
border-radius: 2px;
}
#commentform #email:focus,
#commentform #author:focus {
border-color: rgba(0, 0, 0, 0);
box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
#commentform #author {
margin-right: 20px;
}
#commentform .form-submit {
flex-basis: 100%;
margin-bottom: 0;
}
#commentform input[type=submit] {
height: 50px;
padding: 0 15px;
border: 0;
text-transform: uppercase;
font-weight: 600;
min-width: 130px;
}
#respond .logged-in-as a:hover {
text-decoration: underline;
}
#respond .comment-form-cookies-consent {
flex: 1 1 100%;
margin-bottom: 20px;
}
#cancel-comment-reply-link {
color: firebrick;
} @media (max-width: 991px) {
.single-post .entry-title {
font-size: 2em;
}
}
@media (min-width: 992px) {
.has-sidebar.left-sidebar .content-area {
float: right;
padding-left: 60px;
}
.has-sidebar.left-sidebar .widget-area {
float: left;
}
.has-sidebar.right-sidebar .content-area {
float: left;
padding-right: 60px;
}
.has-sidebar.right-sidebar .widget-area {
float: right;
}
} .blog-layout-grid .site-main {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}
.blog-layout-grid .site-main .post-loop {
margin-bottom: 75px;
padding-bottom: 0;
border-bottom: 0;
background-color: #fff;
text-align: center;
}
@media (min-width: 600px) {
.blog-layout-grid .site-main .post-loop {
flex-basis: calc((100% - 30px) / 2);
}
}
@media (min-width: 992px) {
.blog-layout-grid .site-main .post-loop {
flex-basis: calc((100% - 60px) / 3);
}
}
.blog-layout-grid .site-main .post-loop + .post-loop {
margin-top: 0;
}
.blog-layout-grid .site-main .entry-title {
font-size: 18px;
}
.blog-layout-grid .site-main .summary-text {
padding: 0 20px 20px 20px;
}
.blog-layout-grid .site-main .post-read-more {
display: block;
margin-top: 15px;
font-weight: 700;
}
.blog-layout-grid .site-main .post-read-more a {
text-decoration: underline;
}
.blog-layout-grid .site-main .post-read-more a:hover {
text-decoration: none;
}
.blog-layout-grid .site-main .post-navigation {
flex: 0 0 100%;
margin-top: 0;
} @media (min-width: 768px) {
.blog-layout-standard .site-main .post-loop {
display: flex;
}
.blog-layout-standard .site-main .entry-image-link {
max-width: 300px;
min-width: 300px;
margin-right: 30px;
}
.blog-layout-standard .site-main .loop-post-inner {
flex-grow: 1;
}
}
.blog-layout-standard .site-main .entry-image-link {
display: block;
}
@media (max-width: 991px) {
.blog-layout-standard .site-main .entry-image-link {
margin-bottom: 30px;
}
} @media (min-width: 992px) {
.blog-layout-zigzag .site-main .post-loop {
display: flex;
}
.blog-layout-zigzag .site-main .post-loop:nth-child(even) .loop-post-inner {
order: 1;
}
.blog-layout-zigzag .site-main .post-loop:nth-child(even) .entry-image-link {
order: 2;
}
.blog-layout-zigzag .site-main .post-loop:nth-child(even) .entry-image-link {
margin-right: 0;
margin-left: 30px;
}
.blog-layout-zigzag .site-main .entry-image-link {
max-width: 300px;
min-width: 300px;
margin-right: 30px;
}
}
.blog-layout-zigzag .site-main .entry-image-link {
display: block;
}
@media (max-width: 991px) {
.blog-layout-zigzag .site-main .entry-image-link {
margin-bottom: 30px;
}
}
.blog-layout-zigzag .site-main .loop-post-inner {
flex-grow: 1;
}
@font-face {
font-family: "star";
src: url(//albamoral.com/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//albamoral.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//albamoral.com/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//albamoral.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(//albamoral.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "WooCommerce";
src: url(//albamoral.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
src: url(//albamoral.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(//albamoral.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(//albamoral.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(//albamoral.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
font-weight: 400;
font-style: normal;
}
.hide-added-to-cart .product-loop-meta .animated-meta .added {
display: inline-flex;
}
.hide-added-to-cart .added_to_cart {
display: none !important;
}
.woostify-out-of-stock-label {
position: absolute;
top: 10px;
z-index: 2;
background-color: #818486;
color: #fff;
padding: 5px;
line-height: 1;
font-size: 12px;
pointer-events: none;
text-align: center;
}
.woostify-out-of-stock-label.position-left {
left: 10px;
}
.woostify-out-of-stock-label.position-right {
right: 10px;
}
.woostify-out-of-stock-label.position-none {
display: none;
}
.single-product .product_title.entry-title a {
pointer-events: none;
}
.single-product #woostify-quick-view-panel .product_title.entry-title a {
pointer-events: auto;
}
.single-product .product.sold-individually form .quantity {
display: none;
}
body:not(.yith-wcms-pro) .processing:not(.um-woo-status) {
pointer-events: none;
position: relative;
}
body:not(.yith-wcms-pro) .processing:not(.um-woo-status):after {
content: "";
background-color: rgba(255, 255, 255, 0.7);
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}
.woocommerce-products-header__title {
font-size: 1.7em;
margin-top: 0.3em;
margin-bottom: 1.5em;
font-weight: normal;
}
.woocommerce-loop-category__title {
font-size: 18px;
text-align: center;
}
.sidebar-mobile-open {
overflow: hidden;
}
.sidebar-mobile-open #woostify-overlay {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.sidebar-mobile-open #woostify-overlay .woostify-svg-icon {
position: absolute;
top: 20px;
right: 20px;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.sidebar-mobile-open #woostify-overlay .woostify-svg-icon svg {
width: 1.5em;
height: 1.5em;
}
#woostify-overlay .woostify-svg-icon {
display: none;
}
.sidebar-mobile-open .logged-in.admin-bar #woostify-overlay .woostify-svg-icon {
top: 66px;
}
@media (min-width: 783px) {
.sidebar-mobile-open .logged-in.admin-bar #woostify-overlay .woostify-svg-icon {
top: 52px;
}
}
.has-sidebar.offcanvas-sidebar #toggle-sidebar-mobile-button {
display: flex;
align-items: center;
}
.has-sidebar.offcanvas-sidebar .shop-widget {
margin-top: 0 !important;
position: fixed;
left: 0;
bottom: 0;
top: 0;
width: 100%;
background-color: #fff;
padding: 15px;
max-width: 280px;
z-index: 200;
overflow-y: auto;
opacity: 0;
visibility: hidden;
transform: translateX(-100%);
transition-duration: 0.2s;
}
.has-sidebar.offcanvas-sidebar .shop-widget.active {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.has-sidebar.offcanvas-sidebar.logged-in.admin-bar .shop-widget {
top: 46px;
}
@media (min-width: 783px) {
.has-sidebar.offcanvas-sidebar.logged-in.admin-bar .shop-widget {
top: 32px;
}
}
@media (min-width: 992px) {
.has-sidebar:not(.offcanvas-sidebar) #toggle-sidebar-mobile-button.show {
display: none;
}
}
@media (max-width: 991px) {
.shop-widget {
margin-top: 0 !important;
position: fixed !important;
left: 0;
bottom: 0;
top: 0;
width: 100%;
background-color: #fff;
padding: 15px;
max-width: 280px;
z-index: 200;
overflow-y: auto;
opacity: 0;
visibility: hidden;
transform: translateX(-100%);
transition-duration: 0.2s;
}
.logged-in.admin-bar .shop-widget {
top: 46px;
}
}
@media (max-width: 991px) and (min-width: 783px) {
.logged-in.admin-bar .shop-widget {
top: 32px;
}
}
@media (max-width: 991px) {
.shop-widget.active {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
}
#toggle-sidebar-mobile-button {
background-color: rgba(0, 0, 0, 0);
padding: 11px 15px;
border-radius: 2px;
display: none;
}
#toggle-sidebar-mobile-button.show {
display: flex;
align-items: center;
}
#toggle-sidebar-mobile-button .woostify-svg-icon {
margin-right: 7px;
}
.no-sidebar #toggle-sidebar-mobile-button, .has-elementor-location-shop-archive #toggle-sidebar-mobile-button {
display: none;
}
#toggle-sidebar-mobile-button:before {
margin-right: 7px;
}
@media (min-width: 992px) {
#toggle-sidebar-mobile-button {
display: none;
}
}
@media (max-width: 767px) {
#toggle-sidebar-mobile-button {
margin-bottom: 15px;
}
#toggle-sidebar-mobile-button:last-child {
margin-bottom: 40px;
}
}
.woocommerce-notices-wrapper {
display: block;
clear: both;
}
.woocommerce-notices-wrapper .woocommerce-message {
margin-top: 30px;
}
.woostify-sorting {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
@media (max-width: 480px) {
.woostify-sorting {
justify-content: center;
flex-direction: column;
}
}
.woostify-sorting .woocommerce-notices-wrapper {
flex: 0 0 100%;
margin-bottom: 20px;
}
.woostify-sorting .woocommerce-notices-wrapper:empty {
display: none;
}
.woostify-sorting .woocommerce-ordering {
order: 2;
position: relative;
border: 1px solid #ddd;
border-radius: 2px;
margin-bottom: 40px;
}
.woostify-sorting .woocommerce-ordering::after {
content: "";
display: block;
position: absolute;
right: 5px;
pointer-events: none;
font-size: 10px;
top: 50%;
transform: translateY(-50%);
}
.woostify-sorting .orderby {
padding: 5px 20px 5px 10px;
border: 0;
background-color: rgba(0, 0, 0, 0);
}
.woostify-sorting .woostify-toolbar-left {
margin-bottom: 40px;
display: flex;
align-items: center;
}
@media (max-width: 480px) {
.woostify-sorting .woostify-toolbar-left {
margin-bottom: 15px;
}
}
.woostify-sorting .woostify-toolbar-left #toggle-sidebar-mobile-button {
margin: 0 10px 0 0;
}
@media (max-width: 480px) {
.woostify-sorting .woostify-toolbar-left #toggle-sidebar-mobile-button {
margin: 0;
}
}
.woostify-sorting .woocommerce-result-count {
margin-bottom: 0;
}
@media (max-width: 767px) {
.woostify-sorting .woocommerce-result-count {
display: none;
}
}
.woocommerce-loop-product__category {
line-height: 1.5em;
}
.woocommerce-loop-product__title {
font-weight: normal;
margin: 5px 0;
}
.woocommerce-pagination {
text-align: center;
}
.price mark,
.price ins,
.product_list_widget mark,
.product_list_widget ins {
background-color: rgba(0, 0, 0, 0);
}
.price del + ins,
.product_list_widget del + ins {
margin-left: 3px;
}
.onsale {
position: absolute;
top: 10px;
pointer-events: none;
padding: 5px;
font-size: 12px;
z-index: 2;
line-height: 1;
direction: ltr;
}
.elementor-element .onsale {
padding: 5px !important;
}
.onsale.sale-left {
left: 10px;
}
.onsale.sale-right {
right: 10px;
}
.woostify-container .woocommerce ul {
list-style: none;
}
@media (max-width: 600px) {
.woocommerce-info a.button,
.woocommerce-error a.button,
.woocommerce-message a.button {
display: none;
}
}
.woocommerce-info,
.woocommerce-error {
position: relative;
padding: 1em 2em;
color: #fff;
margin-bottom: 20px;
}
.woocommerce-info a:hover,
.woocommerce-error a:hover {
color: #fff;
}
.woocommerce-info a,
.woocommerce-message a {
margin-left: auto;
}
.woocommerce-info:before,
.woocommerce-message:before {
font-family: "WooCommerce";
content: "\e028";
color: #fff;
margin-right: 10px;
}
.woocommerce-message {
padding: 15px;
color: #fff;
border-radius: 4px;
margin-bottom: 20px;
display: flex;
align-items: center;
position: relative;
padding: 1em 2em;
clear: both;
}
.woocommerce-message:before {
content: "\e015";
}
.woocommerce-message a.button {
order: 2;
color: #fff;
line-height: 1;
border: 1px solid #fff;
padding: 10px;
border-radius: 4px;
}
.woocommerce-message a.button:hover {
color: #fff;
}
@media (max-width: 600px) {
.woocommerce-message a.button {
display: none;
}
}
.woocommerce-info {
width: 100%;
}
.woocommerce-info a.button {
order: 2;
margin-left: auto;
}
@media (max-width: 600px) {
.woocommerce-info a.button {
display: none;
}
}
.woocommerce-info input[type=submit] {
padding: 0 5px;
margin-left: 5px;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce-form-login-toggle .woocommerce-info:before {
display: none;
}
.woocommerce-error {
background-color: firebrick;
flex-direction: column;
align-items: flex-start;
}
.woocommerce-error li {
width: 100%;
}
.woocommerce-error li:before {
font-family: "WooCommerce";
color: #fff;
margin-right: 10px;
content: "\e016";
display: inline-block;
}
.woocommerce-error li a {
display: none;
order: 2;
margin-left: auto;
color: #ffffff;
text-decoration: underline;
}
@media (min-width: 601px) {
.woocommerce-error li a {
display: block;
}
}
@media (max-width: 600px) {
.woocommerce-error li {
flex-wrap: wrap;
}
.woocommerce-error li a {
float: none;
flex: 0 0 100%;
margin-top: 15px;
}
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0);
display: block;
padding: 0;
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
color: #f00;
padding: 0;
}
.woocommerce-form-login-toggle .woocommerce-info a:before,
.woocommerce-form-coupon-toggle .woocommerce-info a:before {
content: none;
}
.shop_table ul {
padding-left: 0;
}
.shop_table li {
list-style: none;
}
.shop_attributes {
width: 100%;
}
.shop_attributes th {
white-space: nowrap;
}
@media (max-width: 767px) {
.shop_table_responsive th {
display: none;
}
.shop_table_responsive tr:last-of-type td {
border-bottom: 0;
}
.shop_table_responsive td {
display: block;
border-right: 0;
}
.shop_table_responsive td:not(.product-remove) {
text-align: right !important;
}
.shop_table_responsive td:before {
float: left;
font-weight: bold;
content: attr(data-title);
}
.shop_table_responsive #shipping_method {
margin-top: 0;
}
}
.woocommerce-store-notice {
margin-bottom: 0;
padding: 10px 15px;
color: #fff;
flex-grow: 1;
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 501;
}
.woocommerce-store-notice .woostify-svg-icon {
color: #fff;
margin-right: 7px;
position: relative;
top: 1px;
}
.woocommerce-store-notice a {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 0 20px;
min-width: 120px;
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
}
.woocommerce-store-notice a .woostify-svg-icon {
margin-right: 10px;
top: 0;
}
.woocommerce-store-notice a:hover {
color: #fff;
}
.woocommerce-store-notice a:hover .woostify-svg-icon {
color: #fff;
transform: rotate(90deg);
}
@media (max-width: 991px) {
.woocommerce-store-notice a {
position: static;
background-color: rgba(0, 0, 0, 0);
padding: 0;
display: inline;
text-decoration: underline;
margin-left: 7px;
}
.woocommerce-store-notice a:before {
content: none;
}
}
.button.wc-backward {
margin-top: 20px;
display: inline-block;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.product-loop-image-wrapper .clear {
display: none;
}
.product-loop-image-wrapper .loading {
position: relative;
}
.product-loop-image-wrapper .loading:before {
content: "" !important;
z-index: 2;
position: absolute;
border: 1px solid #ddd;
border-top-color: #222;
border-radius: 50%;
height: 14px;
width: 14px;
top: calc( 50% - 7px );
left: calc( 50% - 7px );
transform: translateY(-50%) translateX(-50%);
animation: circle-loading 0.35s linear infinite;
}
.product-loop-image-wrapper .yith-wcwl-add-to-wishlist img {
display: none;
}
.product-loop-image-wrapper .yith-wcwl-add-to-wishlist .feedback {
font-size: 0;
}
.product-loop-image-wrapper .yith-wcwl-add-to-wishlist .feedback i {
font-size: 14px;
margin: 0;
}
.product-loop-image-wrapper .yith-wcwl-add-to-wishlist a {
font-size: 0;
position: relative;
}
.product-loop-image-wrapper .yith-wcwl-add-to-wishlist a i {
font-size: 14px;
margin: 0;
color: inherit;
}
.product-loop-image-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback a,
.product-loop-image-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback a {
display: none;
}
.product-loop-image-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-loop-image-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
display: none;
}
.quick-view-with-icon {
height: 40px;
width: 40px;
background-color: #fff;
}
.quick-view-with-icon + .yith-wcwl-add-to-wishlist {
border-top: 1px solid #e7e7e7;
}
.product-loop-action {
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
@media (min-width: 992px) {
.product-loop-action {
opacity: 0;
transform: translateY(-100%);
}
}
.product-loop-action .yith-wcwl-add-to-wishlist a, .product-loop-action .yith-wcwl-add-to-wishlist .feedback {
background: #fff;
width: 40px;
height: 40px;
}
.product-loop-action .yith-wcwl-add-to-wishlist a:hover, .product-loop-action .yith-wcwl-add-to-wishlist .feedback:hover {
background: #fff;
color: #fff;
}
.product-loop-action .button {
padding: 0;
border-radius: 0;
}
.product-loop-action .yith-wcwl-add-to-wishlist {
margin-top: 0;
background-color: #fff;
}
.product-loop-action .loop-add-to-cart-icon-btn,
.product-loop-action .added_to_cart {
width: 40px;
height: 40px;
font-size: 0;
background-color: #fff;
}
.product-loop-action .loop-add-to-cart-icon-btn.loading .woostify-svg-icon,
.product-loop-action .added_to_cart.loading .woostify-svg-icon {
display: none;
}
.product-loop-action .loop-add-to-cart-icon-btn:hover,
.product-loop-action .added_to_cart:hover {
color: #fff;
}
.product-loop-action .loop-add-to-cart-icon-btn:hover .woostify-svg-icon,
.product-loop-action .added_to_cart:hover .woostify-svg-icon {
color: #fff;
}
.product-loop-action .loop-add-to-cart-icon-btn + .added_to_cart:before {
margin-right: 0;
}
.product-loop-action .loop-add-to-cart-icon-btn.added {
display: none;
color: #fff;
}
.product-loop-action .loop-add-to-cart-icon-btn + .quick-view-with-icon,
.product-loop-action .loop-add-to-cart-icon-btn + .yith-wcwl-add-to-wishlist {
border-top: 1px solid #e7e7e7;
}
.product-loop-action .added_to_cart {
color: #fff;
}
.product-loop-action .added_to_cart + .quick-view-with-icon,
.product-loop-action .added_to_cart + .yith-wcwl-add-to-wishlist {
border-top: 1px solid #e7e7e7;
}
.product-loop-action .added_to_cart .woostify-svg-icon {
color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-error {
flex-direction: unset;
display: flex;
}
.loop-wrapper-wishlist {
position: absolute;
z-index: 1;
right: 5px;
bottom: 5px;
}
.loop-wrapper-wishlist a, .loop-wrapper-wishlist .feedback {
width: 34px;
height: 34px;
border-radius: 50%;
background-color: #fff;
}
.loop-wrapper-wishlist a:hover, .loop-wrapper-wishlist .feedback:hover {
color: #fff;
background-color: #e33333;
}
.loop-wrapper-wishlist .yith-wcwl-wishlistexistsbrowse .feedback a,
.loop-wrapper-wishlist .yith-wcwl-wishlistaddedbrowse .feedback a {
display: none;
}
.loop-wrapper-wishlist .yith-wcwl-wishlistexistsbrowse a,
.loop-wrapper-wishlist .yith-wcwl-wishlistaddedbrowse a {
display: none;
}
.woostify-trust-badge-box {
text-align: center;
margin-top: 30px;
}
.products .product:hover .product-loop-action {
transform: translateY(0);
opacity: 1;
}
.products .product:hover .product-loop-image-wrapper .loop-add-to-cart-btn {
opacity: 1;
visibility: visible;
}
.products .product:hover .loop-add-to-cart-on-image,
.products .product:hover .loop-add-to-cart-on-image + .added_to_cart {
opacity: 1;
visibility: visible;
bottom: 46%;
}
.products .product:focus-within .product-loop-action {
transform: translateY(0);
opacity: 1;
}
@media (max-width: 767px) {
.has-proceed-sticky-button .wc-proceed-to-checkout .button {
margin: 0;
position: fixed;
bottom: 0;
left: 0;
right: 0;
line-height: 50px;
z-index: 500;
width: 100%;
border-radius: 0 !important;
}
.has-proceed-sticky-button #scroll-to-top {
bottom: 60px;
}
.has-order-sticky-button #place_order {
margin: 0;
position: fixed;
bottom: 0;
left: 0;
right: 0;
line-height: 50px;
z-index: 500;
width: 100%;
border-radius: 0 !important;
line-height: normal;
}
.has-order-sticky-button #scroll-to-top {
bottom: 60px;
}
.has-order-sticky-button.has-multi-step-checkout .multi-step-checkout-button-wrapper .multi-step-checkout-button[data-action=continue],
.has-order-sticky-button.has-multi-step-checkout .multi-step-checkout-button-wrapper .multi-step-checkout-button[data-action=place_order] {
margin: 0;
position: fixed;
bottom: 0;
left: 0;
right: 0;
line-height: 50px;
z-index: 500;
width: 100%;
border-radius: 0 !important;
text-align: center;
height: 50px;
line-height: 50px;
padding-top: 0;
padding-bottom: 0;
}
}
#wc-stripe-payment-request-button-separator,
#wc-stripe-payment-request-wrapper {
width: 100%;
}
@keyframes w-fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.free-shipping-progress-bar {
margin-top: 10px;
}
.free-shipping-progress-bar[data-progress="0"] {
display: none;
}
.free-shipping-progress-bar .progress-bar-message {
text-align: center;
}
.free-shipping-progress-bar .progress-bar-message .woocommerce-Price-amount {
font-weight: bold;
}
.free-shipping-progress-bar .progress-bar-rail {
line-height: 5px;
height: 5px;
width: 100%;
display: flex;
align-items: center;
margin-top: 12px;
}
.free-shipping-progress-bar .progress-bar-status {
display: flex;
z-index: 1;
height: inherit;
position: relative;
animation: 0.6s w-fadeInLeft;
}
.free-shipping-progress-bar .progress-bar-status.success .progress-bar-indicator {
background: rgb(103, 187, 103);
}
.free-shipping-progress-bar .progress-bar-left {
background: rgba(0, 0, 0, 0.1);
height: 3px;
flex-grow: 1;
}
.free-shipping-progress-bar .progress-bar-indicator {
background: linear-gradient(270deg, rgb(19, 70, 175) 0, #ffffff 200%);
background-color: rgb(19, 70, 175);
flex-grow: 1;
}
.free-shipping-progress-bar .progress-percent {
padding: 0 0.5em;
font-weight: 900;
font-size: 1.1em;
}
.woostify-view-more,
.woostify-view-prev {
text-align: center;
position: relative;
}
.woostify-view-more .w-view-more-button,
.woostify-view-more .w-view-prev-button,
.woostify-view-prev .w-view-more-button,
.woostify-view-prev .w-view-prev-button {
position: relative;
}
.woostify-view-more .w-view-more-button.circle-loading, .woostify-view-more .updating-cart.ajax-single-add-to-cart .w-view-more-button.single_add_to_cart_button.loading, .updating-cart.ajax-single-add-to-cart .woostify-view-more .w-view-more-button.single_add_to_cart_button.loading, .woostify-view-more .updating-cart .w-view-more-button#shop-cart-sidebar, .updating-cart .woostify-view-more .w-view-more-button#shop-cart-sidebar, .woostify-view-more .w-view-more-button.image-loading, .woostify-view-more .w-view-more-button.tns:not(.tns-slider), .woostify-view-more body:not(.yith-wcms-pro) .w-view-more-button.processing:not(.um-woo-status), body:not(.yith-wcms-pro) .woostify-view-more .w-view-more-button.processing:not(.um-woo-status),
.woostify-view-more .w-view-prev-button.circle-loading,
.woostify-view-more .updating-cart.ajax-single-add-to-cart .w-view-prev-button.single_add_to_cart_button.loading,
.updating-cart.ajax-single-add-to-cart .woostify-view-more .w-view-prev-button.single_add_to_cart_button.loading,
.woostify-view-more .updating-cart .w-view-prev-button#shop-cart-sidebar,
.updating-cart .woostify-view-more .w-view-prev-button#shop-cart-sidebar,
.woostify-view-more .w-view-prev-button.image-loading,
.woostify-view-more .w-view-prev-button.tns:not(.tns-slider),
.woostify-view-more body:not(.yith-wcms-pro) .w-view-prev-button.processing:not(.um-woo-status),
body:not(.yith-wcms-pro) .woostify-view-more .w-view-prev-button.processing:not(.um-woo-status),
.woostify-view-prev .w-view-more-button.circle-loading,
.woostify-view-prev .updating-cart.ajax-single-add-to-cart .w-view-more-button.single_add_to_cart_button.loading,
.updating-cart.ajax-single-add-to-cart .woostify-view-prev .w-view-more-button.single_add_to_cart_button.loading,
.woostify-view-prev .updating-cart .w-view-more-button#shop-cart-sidebar,
.updating-cart .woostify-view-prev .w-view-more-button#shop-cart-sidebar,
.woostify-view-prev .w-view-more-button.image-loading,
.woostify-view-prev .w-view-more-button.tns:not(.tns-slider),
.woostify-view-prev body:not(.yith-wcms-pro) .w-view-more-button.processing:not(.um-woo-status),
body:not(.yith-wcms-pro) .woostify-view-prev .w-view-more-button.processing:not(.um-woo-status),
.woostify-view-prev .w-view-prev-button.circle-loading,
.woostify-view-prev .updating-cart.ajax-single-add-to-cart .w-view-prev-button.single_add_to_cart_button.loading,
.updating-cart.ajax-single-add-to-cart .woostify-view-prev .w-view-prev-button.single_add_to_cart_button.loading,
.woostify-view-prev .updating-cart .w-view-prev-button#shop-cart-sidebar,
.updating-cart .woostify-view-prev .w-view-prev-button#shop-cart-sidebar,
.woostify-view-prev .w-view-prev-button.image-loading,
.woostify-view-prev .w-view-prev-button.tns:not(.tns-slider),
.woostify-view-prev body:not(.yith-wcms-pro) .w-view-prev-button.processing:not(.um-woo-status),
body:not(.yith-wcms-pro) .woostify-view-prev .w-view-prev-button.processing:not(.um-woo-status) {
display: inline-flex;
align-items: center;
}
.woostify-view-more .w-view-more-button.circle-loading .w-view-more-label, .woostify-view-more .updating-cart.ajax-single-add-to-cart .w-view-more-button.single_add_to_cart_button.loading .w-view-more-label, .updating-cart.ajax-single-add-to-cart .woostify-view-more .w-view-more-button.single_add_to_cart_button.loading .w-view-more-label, .woostify-view-more .updating-cart .w-view-more-button#shop-cart-sidebar .w-view-more-label, .updating-cart .woostify-view-more .w-view-more-button#shop-cart-sidebar .w-view-more-label, .woostify-view-more .w-view-more-button.image-loading .w-view-more-label, .woostify-view-more .w-view-more-button.tns:not(.tns-slider) .w-view-more-label, .woostify-view-more body:not(.yith-wcms-pro) .w-view-more-button.processing:not(.um-woo-status) .w-view-more-label, body:not(.yith-wcms-pro) .woostify-view-more .w-view-more-button.processing:not(.um-woo-status) .w-view-more-label,
.woostify-view-more .w-view-prev-button.circle-loading .w-view-more-label,
.woostify-view-more .updating-cart.ajax-single-add-to-cart .w-view-prev-button.single_add_to_cart_button.loading .w-view-more-label,
.updating-cart.ajax-single-add-to-cart .woostify-view-more .w-view-prev-button.single_add_to_cart_button.loading .w-view-more-label,
.woostify-view-more .updating-cart .w-view-prev-button#shop-cart-sidebar .w-view-more-label,
.updating-cart .woostify-view-more .w-view-prev-button#shop-cart-sidebar .w-view-more-label,
.woostify-view-more .w-view-prev-button.image-loading .w-view-more-label,
.woostify-view-more .w-view-prev-button.tns:not(.tns-slider) .w-view-more-label,
.woostify-view-more body:not(.yith-wcms-pro) .w-view-prev-button.processing:not(.um-woo-status) .w-view-more-label,
body:not(.yith-wcms-pro) .woostify-view-more .w-view-prev-button.processing:not(.um-woo-status) .w-view-more-label,
.woostify-view-prev .w-view-more-button.circle-loading .w-view-more-label,
.woostify-view-prev .updating-cart.ajax-single-add-to-cart .w-view-more-button.single_add_to_cart_button.loading .w-view-more-label,
.updating-cart.ajax-single-add-to-cart .woostify-view-prev .w-view-more-button.single_add_to_cart_button.loading .w-view-more-label,
.woostify-view-prev .updating-cart .w-view-more-button#shop-cart-sidebar .w-view-more-label,
.updating-cart .woostify-view-prev .w-view-more-button#shop-cart-sidebar .w-view-more-label,
.woostify-view-prev .w-view-more-button.image-loading .w-view-more-label,
.woostify-view-prev .w-view-more-button.tns:not(.tns-slider) .w-view-more-label,
.woostify-view-prev body:not(.yith-wcms-pro) .w-view-more-button.processing:not(.um-woo-status) .w-view-more-label,
body:not(.yith-wcms-pro) .woostify-view-prev .w-view-more-button.processing:not(.um-woo-status) .w-view-more-label,
.woostify-view-prev .w-view-prev-button.circle-loading .w-view-more-label,
.woostify-view-prev .updating-cart.ajax-single-add-to-cart .w-view-prev-button.single_add_to_cart_button.loading .w-view-more-label,
.updating-cart.ajax-single-add-to-cart .woostify-view-prev .w-view-prev-button.single_add_to_cart_button.loading .w-view-more-label,
.woostify-view-prev .updating-cart .w-view-prev-button#shop-cart-sidebar .w-view-more-label,
.updating-cart .woostify-view-prev .w-view-prev-button#shop-cart-sidebar .w-view-more-label,
.woostify-view-prev .w-view-prev-button.image-loading .w-view-more-label,
.woostify-view-prev .w-view-prev-button.tns:not(.tns-slider) .w-view-more-label,
.woostify-view-prev body:not(.yith-wcms-pro) .w-view-prev-button.processing:not(.um-woo-status) .w-view-more-label,
body:not(.yith-wcms-pro) .woostify-view-prev .w-view-prev-button.processing:not(.um-woo-status) .w-view-more-label {
padding-left: 5px;
}
.woostify-view-more .w-view-more-button.circle-loading:before, .woostify-view-more .updating-cart.ajax-single-add-to-cart .w-view-more-button.single_add_to_cart_button.loading:before, .updating-cart.ajax-single-add-to-cart .woostify-view-more .w-view-more-button.single_add_to_cart_button.loading:before, .woostify-view-more .updating-cart .w-view-more-button#shop-cart-sidebar:before, .updating-cart .woostify-view-more .w-view-more-button#shop-cart-sidebar:before, .woostify-view-more .w-view-more-button.image-loading:before, .woostify-view-more .w-view-more-button.tns:not(.tns-slider):before, .woostify-view-more body:not(.yith-wcms-pro) .w-view-more-button.processing:not(.um-woo-status):before, body:not(.yith-wcms-pro) .woostify-view-more .w-view-more-button.processing:not(.um-woo-status):before,
.woostify-view-more .w-view-prev-button.circle-loading:before,
.woostify-view-more .updating-cart.ajax-single-add-to-cart .w-view-prev-button.single_add_to_cart_button.loading:before,
.updating-cart.ajax-single-add-to-cart .woostify-view-more .w-view-prev-button.single_add_to_cart_button.loading:before,
.woostify-view-more .updating-cart .w-view-prev-button#shop-cart-sidebar:before,
.updating-cart .woostify-view-more .w-view-prev-button#shop-cart-sidebar:before,
.woostify-view-more .w-view-prev-button.image-loading:before,
.woostify-view-more .w-view-prev-button.tns:not(.tns-slider):before,
.woostify-view-more body:not(.yith-wcms-pro) .w-view-prev-button.processing:not(.um-woo-status):before,
body:not(.yith-wcms-pro) .woostify-view-more .w-view-prev-button.processing:not(.um-woo-status):before,
.woostify-view-prev .w-view-more-button.circle-loading:before,
.woostify-view-prev .updating-cart.ajax-single-add-to-cart .w-view-more-button.single_add_to_cart_button.loading:before,
.updating-cart.ajax-single-add-to-cart .woostify-view-prev .w-view-more-button.single_add_to_cart_button.loading:before,
.woostify-view-prev .updating-cart .w-view-more-button#shop-cart-sidebar:before,
.updating-cart .woostify-view-prev .w-view-more-button#shop-cart-sidebar:before,
.woostify-view-prev .w-view-more-button.image-loading:before,
.woostify-view-prev .w-view-more-button.tns:not(.tns-slider):before,
.woostify-view-prev body:not(.yith-wcms-pro) .w-view-more-button.processing:not(.um-woo-status):before,
body:not(.yith-wcms-pro) .woostify-view-prev .w-view-more-button.processing:not(.um-woo-status):before,
.woostify-view-prev .w-view-prev-button.circle-loading:before,
.woostify-view-prev .updating-cart.ajax-single-add-to-cart .w-view-prev-button.single_add_to_cart_button.loading:before,
.updating-cart.ajax-single-add-to-cart .woostify-view-prev .w-view-prev-button.single_add_to_cart_button.loading:before,
.woostify-view-prev .updating-cart .w-view-prev-button#shop-cart-sidebar:before,
.updating-cart .woostify-view-prev .w-view-prev-button#shop-cart-sidebar:before,
.woostify-view-prev .w-view-prev-button.image-loading:before,
.woostify-view-prev .w-view-prev-button.tns:not(.tns-slider):before,
.woostify-view-prev body:not(.yith-wcms-pro) .w-view-prev-button.processing:not(.um-woo-status):before,
body:not(.yith-wcms-pro) .woostify-view-prev .w-view-prev-button.processing:not(.um-woo-status):before {
position: static;
transform: none;
}
.woostify-view-more .woostify-loading-status,
.woostify-view-prev .woostify-loading-status {
display: none;
}
.woostify-view-more .woostify-loading-status:before,
.woostify-view-prev .woostify-loading-status:before {
content: "";
z-index: 2;
position: absolute;
border: 1px solid #ddd;
border-top-color: #222;
border-radius: 50%;
height: 20px;
width: 20px;
top: calc( 50% - 10px );
left: calc( 50% - 10px );
transform: translateY(-50%) translateX(-50%);
animation: circle-loading 0.35s linear infinite;
}
.woostify-view-prev {
order: 9;
width: 100%;
margin-bottom: 30px;
}
.products {
width: 100%;
clear: both;
padding: 0;
margin: 0;
}
.products .product {
list-style: none;
float: left;
margin-right: 30px;
margin-bottom: 30px;
position: relative;
width: 100%;
}
@media (min-width: 992px) {
.products.columns-1 .product {
width: calc((100% - 0px) / 1 - 0.01px);
}
.products.columns-1 .product:nth-of-type(1n) {
margin-right: 0;
}
.products.columns-1 .product:nth-of-type(1n + 2) {
clear: both;
}
}
@media (min-width: 601px) and (max-width: 991px) {
.products.tablet-columns-1 .product {
width: calc((100% - 0px) / 1 - 0.01px);
}
.products.tablet-columns-1 .product:nth-of-type(1n) {
margin-right: 0;
}
.products.tablet-columns-1 .product:nth-of-type(1n + 2) {
clear: both;
}
}
@media (max-width: 600px) {
.products.mobile-columns-1 .product {
width: calc((100% - 0px) / 1 - 0.01px);
}
.products.mobile-columns-1 .product:nth-of-type(1n) {
margin-right: 0;
}
.products.mobile-columns-1 .product:nth-of-type(1n + 2) {
clear: both;
}
}
@media (min-width: 992px) {
.products.columns-2 .product {
width: calc((100% - 30px) / 2 - 0.01px);
}
.products.columns-2 .product:nth-of-type(2n) {
margin-right: 0;
}
.products.columns-2 .product:nth-of-type(2n + 3) {
clear: both;
}
}
@media (min-width: 601px) and (max-width: 991px) {
.products.tablet-columns-2 .product {
width: calc((100% - 30px) / 2 - 0.01px);
}
.products.tablet-columns-2 .product:nth-of-type(2n) {
margin-right: 0;
}
.products.tablet-columns-2 .product:nth-of-type(2n + 3) {
clear: both;
}
}
@media (max-width: 600px) {
.products.mobile-columns-2 .product {
width: calc((100% - 30px) / 2 - 0.01px);
}
.products.mobile-columns-2 .product:nth-of-type(2n) {
margin-right: 0;
}
.products.mobile-columns-2 .product:nth-of-type(2n + 3) {
clear: both;
}
}
@media (min-width: 992px) {
.products.columns-3 .product {
width: calc((100% - 60px) / 3 - 0.01px);
}
.products.columns-3 .product:nth-of-type(3n) {
margin-right: 0;
}
.products.columns-3 .product:nth-of-type(3n + 4) {
clear: both;
}
}
@media (min-width: 601px) and (max-width: 991px) {
.products.tablet-columns-3 .product {
width: calc((100% - 60px) / 3 - 0.01px);
}
.products.tablet-columns-3 .product:nth-of-type(3n) {
margin-right: 0;
}
.products.tablet-columns-3 .product:nth-of-type(3n + 4) {
clear: both;
}
}
@media (max-width: 600px) {
.products.mobile-columns-3 .product {
width: calc((100% - 60px) / 3 - 0.01px);
}
.products.mobile-columns-3 .product:nth-of-type(3n) {
margin-right: 0;
}
.products.mobile-columns-3 .product:nth-of-type(3n + 4) {
clear: both;
}
}
@media (min-width: 992px) {
.products.columns-4 .product {
width: calc((100% - 90px) / 4 - 0.01px);
}
.products.columns-4 .product:nth-of-type(4n) {
margin-right: 0;
}
.products.columns-4 .product:nth-of-type(4n + 5) {
clear: both;
}
}
@media (min-width: 601px) and (max-width: 991px) {
.products.tablet-columns-4 .product {
width: calc((100% - 90px) / 4 - 0.01px);
}
.products.tablet-columns-4 .product:nth-of-type(4n) {
margin-right: 0;
}
.products.tablet-columns-4 .product:nth-of-type(4n + 5) {
clear: both;
}
}
@media (max-width: 600px) {
.products.mobile-columns-4 .product {
width: calc((100% - 90px) / 4 - 0.01px);
}
.products.mobile-columns-4 .product:nth-of-type(4n) {
margin-right: 0;
}
.products.mobile-columns-4 .product:nth-of-type(4n + 5) {
clear: both;
}
}
@media (min-width: 992px) {
.products.columns-5 .product {
width: calc((100% - 120px) / 5 - 0.01px);
}
.products.columns-5 .product:nth-of-type(5n) {
margin-right: 0;
}
.products.columns-5 .product:nth-of-type(5n + 6) {
clear: both;
}
}
@media (min-width: 601px) and (max-width: 991px) {
.products.tablet-columns-5 .product {
width: calc((100% - 120px) / 5 - 0.01px);
}
.products.tablet-columns-5 .product:nth-of-type(5n) {
margin-right: 0;
}
.products.tablet-columns-5 .product:nth-of-type(5n + 6) {
clear: both;
}
}
@media (max-width: 600px) {
.products.mobile-columns-5 .product {
width: calc((100% - 120px) / 5 - 0.01px);
}
.products.mobile-columns-5 .product:nth-of-type(5n) {
margin-right: 0;
}
.products.mobile-columns-5 .product:nth-of-type(5n + 6) {
clear: both;
}
}
@media (min-width: 992px) {
.products.columns-6 .product {
width: calc((100% - 150px) / 6 - 0.01px);
}
.products.columns-6 .product:nth-of-type(6n) {
margin-right: 0;
}
.products.columns-6 .product:nth-of-type(6n + 7) {
clear: both;
}
}
@media (min-width: 601px) and (max-width: 991px) {
.products.tablet-columns-6 .product {
width: calc((100% - 150px) / 6 - 0.01px);
}
.products.tablet-columns-6 .product:nth-of-type(6n) {
margin-right: 0;
}
.products.tablet-columns-6 .product:nth-of-type(6n + 7) {
clear: both;
}
}
@media (max-width: 600px) {
.products.mobile-columns-6 .product {
width: calc((100% - 150px) / 6 - 0.01px);
}
.products.mobile-columns-6 .product:nth-of-type(6n) {
margin-right: 0;
}
.products.mobile-columns-6 .product:nth-of-type(6n + 7) {
clear: both;
}
}
.star-rating {
display: inline-block;
width: 84px;
height: 16px;
position: relative;
line-height: 16px;
}
.star-rating:before {
font-family: "star";
font-size: 16px;
content: "SSSSS";
white-space: nowrap;
position: absolute;
left: 0;
top: 0;
opacity: 0.5;
}
.star-rating > span {
font-size: 0;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
white-space: nowrap;
line-height: 16px;
}
.star-rating > span:before {
font-family: "star";
font-size: 16px;
content: "SSSSS";
color: #ffc400;
position: absolute;
left: 0;
top: 0;
} .stars.selected span a {
color: #ffc400;
}
.stars.selected span a.active ~ a {
color: inherit;
}
.stars.selected span a:hover ~ a {
color: inherit !important;
}
.stars.selected span:hover a {
color: #ffc400;
}
.stars.selected span:hover a.active ~ a {
color: #ffc400;
}
.stars:not(.selected) span a:hover {
color: inherit;
}
.stars:not(.selected) span a:hover ~ a {
color: inherit;
}
.stars:not(.selected) span:hover a {
color: #ffc400;
}
.stars a {
font-size: 0;
}
.stars a:before {
font-size: 16px;
font-family: "star";
content: "S";
}
.button,
.product-loop-image-wrapper > .added_to_cart,
.woocommerce-widget-layered-nav-dropdown__submit,
.checkout-button {
border: 0;
padding: 0.35em 1.5em;
}
.product-loop-wrapper {
position: relative;
}
.product-category.product {
text-align: center;
}
.product-loop-image-wrapper {
position: relative;
overflow: hidden; }
.product-loop-image-wrapper .woocommerce-loop-product__link {
display: block;
text-align: center;
}
@media (min-width: 992px) {
.product-loop-image-wrapper.zoom-hover:hover img {
transform: scale(1.1);
}
}
.product-loop-image-wrapper .product-loop-hover-image {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-size: cover;
background-position: center;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.product-loop-image-wrapper .product-loop-image {
transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
.product-loop-image-wrapper:hover .product-loop-hover-image {
opacity: 1;
}
.product-loop-image-wrapper:hover .product-loop-hover-image + .product-loop-image {
opacity: 0;
}
}
.product-loop-image-wrapper .loop-add-to-cart-on-image,
.product-loop-image-wrapper .loop-add-to-cart-on-image + .added_to_cart {
opacity: 0;
visibility: hidden;
position: absolute;
left: 50%;
bottom: 48%;
line-height: 1.8em;
transform: translateX(-50%);
white-space: nowrap;
}
.product-loop-image-wrapper .loop-add-to-cart-on-image .woostify-svg-icon,
.product-loop-image-wrapper .loop-add-to-cart-on-image + .added_to_cart .woostify-svg-icon {
margin-right: 7px;
position: relative;
top: 1px;
}
.product-loop-image-wrapper .loop-add-to-cart-on-image {
text-align: center;
}
.product-loop-image-wrapper .loop-add-to-cart-on-image.added {
display: none;
}
.product-loop-image-wrapper .added_to_cart .woostify-svg-icon svg {
width: 14px;
height: 14px;
}
.has-equal-image-height img {
position: absolute;
left: 0;
top: 0;
height: 100% !important;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.product-loop-meta .price {
display: block;
}
.product-loop-meta a {
position: relative;
}
.product-loop-meta a .woostify-svg-icon {
color: currentColor;
margin-right: 5px;
transition-duration: 0s;
}
.product-loop-meta .button.product_type_external {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block !important;
line-height: 1.5;
}
.product-loop-meta .loading:before {
content: "" !important;
z-index: 2;
position: absolute;
border: 1px solid #ddd;
border-top-color: #222;
border-radius: 50%;
height: 14px;
width: 14px;
animation: circle-loading 0.35s linear infinite;
position: static;
}
.product-loop-meta .ajax_add_to_cart.loading .woostify-svg-icon {
display: none;
}
.product-loop-meta .added {
display: none;
}
.no-transform .animated-meta {
display: inline-flex;
flex-direction: column;
max-width: 100%;
flex-wrap: wrap;
align-items: center;
}
.product-loop-meta.no-transform .button,
.product-loop-meta.no-transform .added_to_cart {
display: inline-flex;
padding: 10px 15px;
margin-top: 10px;
height: 36px;
}
.product-loop-meta:not(.no-transform) .button {
padding: 0;
background-color: rgba(0, 0, 0, 0);
}
.product-loop-meta:not(.no-transform) .button:hover {
background-color: rgba(0, 0, 0, 0);
}
.product-loop-content {
padding: 25px 15px;
}
.disabled-icon-add-cart-button .added_to_cart .woostify-svg-icon,
.disabled-icon-add-cart-button .loop-add-to-cart-btn .woostify-svg-icon,
.disabled-icon-add-cart-button .loop-add-to-cart-on-image .woostify-svg-icon {
display: none;
}
#secondary .select2-selection--multiple {
min-height: auto;
}
#secondary .select2-selection--multiple .select2-selection__rendered {
padding: 0 5px 5px;
display: block;
}
#secondary .select2-selection--multiple .select2-search {
margin: 0;
line-height: 1;
margin-top: 5px;
}
#secondary .select2-selection--multiple .select2-search__field {
line-height: 36px;
padding: 0;
}
#secondary .select2-selection--single {
height: 46px;
}
#secondary .select2-selection--single .select2-selection__rendered {
line-height: 46px;
height: 45px;
}
#secondary .select2-selection--single .select2-selection__placeholder {
line-height: 46px;
}
#secondary .select2-selection--single .select2-selection__arrow {
top: 50%;
transform: translateY(-50%);
}
.loop-product-qty .quantity {
border: 1px solid #e8e8e8;
border-radius: 50px;
height: 36px;
max-width: 120px;
}
.loop-product-qty .quantity .product-qty {
width: 35px;
}
.loop-product-qty .quantity .product-qty .woostify-svg-icon svg {
width: 13px;
height: 13px;
}
.loop-product-qty .quantity [data-qty=minus] {
border-right: 1px solid #e8e8e8;
}
.loop-product-qty .quantity [data-qty=plus] {
border-left: 1px solid #e8e8e8;
}
.loop-product-qty .quantity .qty {
padding: 0 30px;
font-size: inherit;
} @media (min-width: 992px) {
.products .product:hover .product-loop-meta:not(.no-transform) .animated-meta {
transform: translateY(-24px);
}
.product-loop-meta:not(.no-transform) {
height: 30px;
line-height: 30px;
overflow: hidden;
}
.product-loop-meta:not(.no-transform) .animated-meta {
transition: all 0.2s ease-in-out;
}
.product-loop-meta:not(.no-transform) .animated-meta:focus-within {
transform: translateY(-24px);
}
}
.quick-view-content .woostify-size-guide-table-wrapper,
.quick-view-content .woocommerce-tabs {
display: none;
}
.hid-skus .product_meta .sku_wrapper {
display: none;
}
.hid-categories .product_meta .posted_in {
display: none;
}
.hid-tags .product_meta .tagged_as {
display: none;
}
.site-full-width-container .woocommerce-tabs .woocommerce-Tabs-panel {
max-width: 100%;
}
@media (min-width: 992px) {
.product-page-container {
padding-bottom: 50px;
}
}
@media (min-width: 992px) {
.single-product.site-normal-container.no-sidebar .site-content > .woostify-container {
max-width: 100%;
}
}
.single-product .site-content > .woostify-container {
padding-left: 0;
padding-right: 0;
}
.single-product:not(.site-full-width-stretched-container).left-sidebar .site-content > .woostify-container, .single-product:not(.site-full-width-stretched-container).right-sidebar .site-content > .woostify-container {
padding-left: 15px;
padding-right: 15px;
}
.single-product .content-top {
padding: 35px 0 15px 0;
position: relative;
z-index: 1;
}
.single-product .content-top .woostify-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.single-product .content-top .woostify-container:after {
content: none;
}
.single-product .content-top .woocommerce {
flex: 0 0 100%;
}
.single-product .star-rating {
vertical-align: text-top;
margin-right: 17px;
}
.single-product .summary .yith-wcwl-add-to-wishlist {
display: block;
margin: 20px 0;
}
@media (max-width: 991px) {
.single-product .wc-breadcrumb {
text-align: center;
padding-bottom: 0;
}
}
.product-gallery {
position: relative;
float: left;
max-width: 100%;
}
@media (min-width: 768px) {
.has-variation-swatches .product-gallery:not(.column-style):not(.grid-style) .product-images{
height: 360px;
}
}
@media (min-width: 992px) {
.has-variation-swatches .product-gallery:not(.column-style):not(.grid-style) .product-images{
height: 450px;
}
}
@media (min-width: 1200px) {
.has-variation-swatches .product-gallery:not(.column-style):not(.grid-style) .product-images{
height: 570px;
}
}
.product-images-container{
height: 100%;
}
@media (min-width: 992px) {
.product-gallery {
width: calc((100% - 30px) / 2);
}
}
@media (max-width: 991px) {
.product-gallery {
display: block;
float: none;
width: 100%;
}
}
.product-gallery.wc-default-gallery .onsale {
z-index: 1;
}
.product-gallery.wc-default-gallery .woocommerce-product-gallery__wrapper {
max-width: unset;
margin: 0;
}
.product-gallery.wc-default-gallery .woocommerce-product-gallery__trigger {
position: absolute;
right: 10px;
top: 10px;
z-index: 2;
width: 20px;
height: 20px;
}
.product-gallery.wc-default-gallery .woocommerce-product-gallery__trigger img {
width: 100% !important;
height: 100% !important;
}
.product-gallery.wc-default-gallery .flex-control-thumbs {
list-style: none;
padding: 0;
}
.product-gallery.wc-default-gallery .flex-control-thumbs li {
display: inline-block;
margin: 0 1.5em 1.5em 0;
}
.product-gallery.wc-default-gallery .flex-control-thumbs li img {
border: 1px solid transparent;
}
.product-gallery.wc-default-gallery .flex-control-thumbs li img.flex-active {
border-color: #555;
}
.product-gallery.vertical-style .product-images-container .image-item, .product-gallery.horizontal-style .product-images-container .image-item {
display: none;
}
.product-gallery.vertical-style .product-images-container .image-item:first-child, .product-gallery.horizontal-style .product-images-container .image-item:first-child {
display: block;
}
.product-gallery.vertical-style .product-images-container.flickity-enabled .image-item, .product-gallery.horizontal-style .product-images-container.flickity-enabled .image-item {
display: block;
}
@media (max-width: 991px) {
.product-gallery.column-style .product-images-container .image-item, .product-gallery.grid-style .product-images-container .image-item {
display: none;
}
.product-gallery.column-style .product-images-container .image-item:first-child, .product-gallery.grid-style .product-images-container .image-item:first-child {
display: block;
}
.product-gallery.column-style .product-images-container.flickity-enabled .image-item, .product-gallery.grid-style .product-images-container.flickity-enabled .image-item {
display: block;
}
}
.product-gallery.vertical-style.has-product-thumbnails .thumb-btn {
display: none;
}
@media (max-width: 767px) {
.product-gallery.vertical-style.has-product-thumbnails .product-thumbnail-images-container {
display: flex;
}
.product-gallery.vertical-style.has-product-thumbnails .product-thumbnail-images-container.flickity-enabled {
display: block;
}
}
@media (min-width: 768px) {
.product-gallery.vertical-style.has-product-thumbnails {
position: relative;
display: flex;
}
.product-gallery.vertical-style.has-product-thumbnails .product-images {
order: 2;
flex: 0 1 100%;
}
.product-gallery.vertical-style.has-product-thumbnails .product-thumbnail-images {
position: relative;
width: 50px;
min-width: 50px;
margin-right: 20px;
height: 100%;
}
.product-gallery.vertical-style.has-product-thumbnails .thumb-btn {
display: block;
border-radius: 50%;
background: #fff;
position: absolute;
left: 50%;
transform: translateX(-50%);
border: none;
width: 30px;
height: 30px;
}
.product-gallery.vertical-style.has-product-thumbnails .thumb-btn .woostify-svg-icon {
display: inline-flex;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.product-gallery.vertical-style.has-product-thumbnails .thumb-btn .woostify-svg-icon svg {
display: block;
width: 15px;
height: 15px;
}
.product-gallery.vertical-style.has-product-thumbnails .thumb-btn.next {
bottom: 0;
}
.product-gallery.vertical-style.has-product-thumbnails .thumb-btn.prev {
top: 0;
}
.product-gallery.vertical-style.has-product-thumbnails .product-thumbnail-images-container {
overflow: hidden;
}
.product-gallery.vertical-style.has-product-thumbnails .product-thumbnail-images-container .thumbnail-item {
margin-bottom: 10px;
}
.product-gallery.vertical-style.has-product-thumbnails .product-thumbnail-images-container .thumbnail-item:last-child {
margin-bottom: 0;
}
.product-gallery.vertical-style.has-product-thumbnails .product-thumbnail-images-container.has-buttons .thumbnail-item:first-child {
margin-top: 35px;
}
.product-gallery.vertical-style.has-product-thumbnails .product-thumbnail-images-container.has-buttons .thumbnail-item:last-child {
margin-bottom: 35px;
}
}
.product-gallery.horizontal-style .product-thumbnail-images-container {
display: flex;
}
.product-gallery.horizontal-style .product-thumbnail-images-container.flickity-enabled {
display: block;
}
.product-gallery.horizontal-style .product-thumbnail-images-container .thumbnail-item:first-child {
margin-left: 1px;
}
.product-gallery .onsale {
z-index: 0;
}
@media (min-width: 992px) {
.product-gallery.grid-style .product-group-btns .photoswipe-toggle-button {
display: none;
}
}
@media (min-width: 992px) {
.product-gallery.grid-style.has-product-thumbnails .image-item {
width: calc((100% - 30px) / 2);
float: left;
margin-bottom: 30px;
}
.product-gallery.grid-style.has-product-thumbnails .image-item:nth-of-type(even) {
margin-left: 30px;
}
}
@media (min-width: 992px) {
.product-gallery.column-style .product-group-btns .photoswipe-toggle-button {
display: none;
}
}
@media (min-width: 992px) {
.product-gallery.column-style.has-product-thumbnails .image-item {
clear: both;
float: left;
margin-bottom: 30px;
}
.product-gallery.column-style.has-product-thumbnails .image-item:last-of-type {
margin-bottom: 0;
}
}
.product-thumbnail-images {
animation: fadeIn 2s linear;
}
.product-thumbnail-images.has-single-thumbnail-image {
display: none;
}
.product-images {
overflow: hidden;
position: relative;
animation: fadeIn 2s linear;
}
.product-images .image-item {
margin: 0;
cursor: pointer;
width: 100%;
}
.product-images .image-item a {
display: block;
}
.has-product-thumbnails.horizontal-style .product-images {
margin-bottom: 20px;
}
.product-thumbnail-images .thumbnail-item {
cursor: pointer;
position: relative;
max-width: 70px;
width: 100%;
margin-right: 10px;
}
.product-thumbnail-images .thumbnail-item.is-selected.is-nav-selected img {
border: 1px solid #555;
}
.product-thumbnail-images img {
border: 1px solid rgba(0, 0, 0, 0);
opacity: 1 !important;
}
.image-loading {
position: relative;
}
.product-summary {
float: left;
max-width: 100%;
}
@media (min-width: 992px) {
.product-summary {
width: calc((100% - 30px) / 2);
margin-left: 30px;
}
}
.product-summary .price {
font-size: 24px;
margin-bottom: 18px;
}
.product-group-btns {
position: absolute;
z-index: 9;
right: 15px;
bottom: 15px;
display: flex;
}
.product-group-btns > * {
margin-left: 5px;
}
.product-group-btns .woostify-lightbox-button, .product-group-btns .photoswipe-toggle-button {
width: 40px;
height: 40px;
color: #aaa;
border: 1px solid #ccc;
border-radius: 5px;
position: relative;
background: #fff;
}
.product-group-btns .woostify-lightbox-button .woostify-svg-icon, .product-group-btns .photoswipe-toggle-button .woostify-svg-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.product-group-btns .photoswipe-toggle-button svg {
display: block;
width: 16px;
height: 16px;
}
.product-group-btns .woostify-lightbox-button svg {
display: block;
width: 20px;
height: 20px;
}
.woocommerce-product-rating {
margin-bottom: 15px;
}
.woocommerce-product-details__short-description {
border-left: 0;
border-right: 0;
padding: 35px 0;
}
.woocommerce-product-details__short-description p:last-child {
margin-bottom: 0;
}
.woocommerce-product-details__short-description + .cart {
margin-top: 20px;
}
.woocommerce-grouped-product-list {
border: 0;
margin-top: 0;
}
.woocommerce-grouped-product-list td {
border-left: 0;
border-right: 0;
padding-left: 0;
padding-right: 0;
}
.woocommerce-grouped-product-list ins {
background-color: rgba(0, 0, 0, 0);
}
.variations {
border: 0;
margin-top: 0;
margin-bottom: 20px;
}
.variations tr {
display: block;
margin-bottom: 10px;
}
.variations td {
border: 0;
padding: 2px 0;
vertical-align: top;
}
@media (max-width: 767px) {
.variations td {
display: block;
clear: both;
}
.variations tr + tr {
margin-top: 15px;
display: block;
}
}
.variations select {
display: block;
clear: both;
height: 36px;
padding-left: 10px;
padding-right: 10px;
background-color: #fff;
position: static !important;
}
.variations label {
text-transform: uppercase;
}
.variations .label {
vertical-align: middle;
display: block;
background-color: transparent;
padding: 0;
border: none;
}
.variations .value {
display: block;
padding-left: 0;
}
.variations .value:before {
content: none !important;
}
@media (min-width: 720px) {
.variations .value {
display: flex;
align-items: center;
}
}
@media (max-width: 719px) {
.variations .value {
flex-wrap: wrap;
}
}
.variations .woostify-variation-swatches {
padding-left: 0;
padding-right: 0;
}
.variations .tawcvs-swatches .swatch.selected,
.variations .woostify-variation-swatches .swatch.selected {
box-shadow: none;
}
.variations .tawcvs-swatches .swatch {
border: 1px solid #ddd;
opacity: 1;
border-radius: 20px;
}
.variations .reset_variations {
white-space: nowrap;
border: 1px solid #e8e8e8;
background-color: #fff;
border-radius: 5px;
padding: 2px 10px;
margin-top: 10px;
float: left;
transition-duration: 0s;
}
@media (min-width: 720px) {
.variations .reset_variations {
margin-left: 10px;
margin-top: 0;
margin-bottom: 10px;
float: none;
}
}
.variations .reset_variations .woostify-svg-icon {
position: relative;
top: 1px;
margin-right: 7px;
}
.variations .reset_variations .woostify-svg-icon svg {
width: 12px;
height: 12px;
}
@media (max-width: 719px) {
.variations .label {
width: 100%;
}
.variations .value {
max-width: 100%;
flex-direction: column;
}
.variations select {
min-width: 100%;
}
}
.single_variation {
margin-bottom: 40px;
}
.single_variation:empty {
display: none;
}
.shop_table .variation {
margin: 0;
}
.shop_table .variation dt,
.shop_table .variation dd {
display: inline-block;
font-weight: normal;
}
.shop_table .variation dd {
margin-bottom: 0;
}
.shop_table .variation p:last-child {
margin-bottom: 0;
}
.product_title {
font-size: 24px;
margin-top: 0;
font-weight: 500;
margin-bottom: 10px;
}
.product_title.bundled_product_title {
font-size: 1em;
}
.woostify-single-product-stock {
margin-bottom: 35px;
}
.woostify-single-product-stock .woostify-single-product-stock-label {
margin-bottom: 10px;
display: block;
}
.woostify-single-product-stock .woostify-product-stock-progress {
background-color: #efefef;
}
.woostify-single-product-stock .woostify-single-product-stock-progress-bar {
height: 10px;
display: block;
width: 0;
transition-duration: 0.3s;
}
.cart:not(.elementor-menu-cart__products) {
flex-wrap: wrap !important;
}
.cart:not(.elementor-menu-cart__products) .quantity {
margin-right: 8px;
border: 1px solid #e8e8e8;
}
@media (max-width: 600px) {
.cart:not(.elementor-menu-cart__products) .quantity {
width: 90px;
min-width: 90px;
}
}
.cart:not(.elementor-menu-cart__products) .woocommerce-variation-add-to-cart {
flex-wrap: wrap !important;
}
.cart:not(.elementor-menu-cart__products) .woocommerce-variation-add-to-cart .tinvwl-after-add-to-cart {
width: 100%;
}
.woocommerce-variation-price {
margin-bottom: 10px;
}
.quantity {
width: 170px;
height: 50px;
position: relative;
overflow: hidden;
background: #fff;
}
.quantity .qty {
text-align: center;
border: 0;
font-size: 16px;
background-color: rgba(0, 0, 0, 0);
flex-grow: 1;
padding: 0 40px;
-moz-appearance: textfield;
}
.quantity .qty::-webkit-inner-spin-button, .quantity .qty::-webkit-outer-spin-button {
-webkit-appearance: none;
}
@media (max-width: 600px) {
.quantity .qty {
padding: 0 30px;
}
}
.quantity select.qty {
padding: 0;
margin: 0 20px;
}
.quantity select.qty ~ .product-qty {
display: none;
}
.quantity .product-qty {
position: absolute;
cursor: pointer;
width: 40px;
top: 0;
bottom: 0;
}
.quantity .product-qty:active, .quantity .product-qty:hover {
color: #000;
}
@media (max-width: 600px) {
.quantity .product-qty {
width: 30px;
}
}
.quantity .woostify-svg-icon svg {
width: 15px;
height: 15px;
}
.quantity [data-qty=minus] {
left: 0;
}
.quantity [data-qty=plus] {
right: 0;
}
.add_to_cart_button.disabled{
opacity: 0.7 !important;
pointer-events: none;
}
.single_add_to_cart_button {
position: relative;
}
@media (max-width: 600px) {
.single_add_to_cart_button {
flex-grow: 1;
}
}
.single_add_to_cart_button.button {
min-width: 200px;
height: 50px;
font-weight: 600;
text-transform: uppercase;
vertical-align: top;
padding-top: 0;
padding-bottom: 0;
pointer-events: auto;
}
@media (max-width: 600px) {
.single_add_to_cart_button.button {
min-width: auto;
}
}
.elementor .product-gallery.grid-style.has-product-thumbnails .image-item, .elementor .product-gallery.column-style.has-product-thumbnails .image-item {
margin-bottom: 30px;
}
.product_meta {
margin-top: 20px;
}
.elementor-element.elementor-woo-meta--view-inline .product_meta {
display: block;
}
.product_meta > span {
display: block;
}
.woocommerce-tabs {
display: block;
clear: both;
padding-top: 54px;
padding-bottom: 50px;
}
.woocommerce-tabs .tabs {
margin: 0;
padding-left: 0;
text-align: center;
}
.woocommerce-tabs .tabs li {
list-style: none;
display: inline-flex;
margin: 0 30px;
}
@media (max-width: 719px) {
.woocommerce-tabs .tabs li {
margin: 5px 0;
width: 100%;
}
.woocommerce-tabs .tabs li a {
display: block;
padding: 5px 15px;
border: 1px solid #efefef;
}
}
.woocommerce-tabs .tabs a {
font-size: 18px;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
padding: 23px 0;
max-width: 770px;
margin-left: auto;
margin-right: auto;
display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel > h2:first-child {
display: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel table {
margin: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
margin-bottom: 0;
}
.woocommerce-tabs #reply-title {
display: none;
}
.woocommerce-tabs #comments {
border-top: 0;
padding-top: 0;
margin-top: 0;
}
.woocommerce-tabs .woocommerce-Reviews-title {
display: none;
}
.woocommerce-tabs .woocommerce-verification-required {
font-weight: 700;
margin-top: 40px;
}
.woocommerce-tabs .commentlist {
padding-left: 0;
margin: 0;
}
.woocommerce-tabs .commentlist li {
list-style: none;
}
.woocommerce-tabs .commentlist li + li {
margin-top: 30px;
}
.woocommerce-tabs .commentlist .children {
margin-top: 30px;
}
.woocommerce-tabs .comment {
margin-bottom: 40px;
}
.woocommerce-tabs .comment_container {
display: flex;
justify-content: flex-start;
}
.woocommerce-tabs .comment_container .avatar {
border-radius: 50%;
margin-right: 30px;
min-width: 60px;
width: 60px;
height: 60px;
}
.woocommerce-tabs .comment_container .comment-text {
flex-grow: 1;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.woocommerce-tabs .comment_container .comment-text .description {
flex: 0 0 100%;
margin-top: 15px;
}
.woocommerce-tabs .comment_container .meta {
margin-bottom: 0;
display: inline-block;
vertical-align: text-top;
}
.woocommerce-tabs .comment-notes {
width: 100%;
}
.woocommerce-tabs .comment-form > p {
width: 100%;
margin-bottom: 0;
}
.woocommerce-tabs .comment-form input:not([type=submit]) {
width: 100%;
}
.woocommerce-tabs .comment-form textarea {
width: 100%;
}
.woocommerce-tabs.layout-accordion .woostify-tab-wrapper {
border-bottom: 1px solid #efefef;
}
.woocommerce-tabs.layout-accordion .woostify-tab-wrapper .woostify-svg-icon {
transition: transform 0.3s;
}
.woocommerce-tabs.layout-accordion .woostify-tab-wrapper.active .woostify-svg-icon {
transform: rotate(180deg);
}
.woocommerce-tabs.layout-accordion .woostify-accordion-title {
display: block;
padding: 15px 0;
font-size: 18px;
position: relative;
}
.woocommerce-tabs.layout-accordion .woostify-accordion-title .woostify-svg-icon {
position: absolute;
right: 0;
top: calc(50% - 7px);
}
.woocommerce-tabs.layout-accordion .woocommerce-Tabs-panel {
display: none;
padding: 0;
max-width: 100%;
height: 0;
transition: height 350ms ease-in-out;
overflow: hidden;
}
.woocommerce-tabs.layout-accordion .woocommerce-Tabs-panel.is-visible {
height: auto;
display: block !important;
}
.woocommerce-tabs.layout-accordion .woocommerce-Tabs-panel .woostify-tab-inner {
padding-bottom: 15px;
}
.woocommerce-tabs.layout-accordion .woocommerce-Tabs-panel .woostify-tab-inner .woostify-tab-scroll-content {
overflow-y: auto;
max-height: 500px;
scrollbar-width: thin;
padding-right: 20px;
}
.woocommerce-tabs.layout-accordion .woocommerce-Tabs-panel .woostify-tab-inner .woostify-tab-scroll-content::-webkit-scrollbar {
width: 5px;
}
.woocommerce-tabs.layout-accordion .woocommerce-Tabs-panel .woostify-tab-inner .woostify-tab-scroll-content::-webkit-scrollbar-track {
background: #f2f2f2;
}
.woocommerce-tabs.layout-accordion .woocommerce-Tabs-panel .woostify-tab-inner .woostify-tab-scroll-content::-webkit-scrollbar-thumb {
background: #d5d5d5;
}
.woocommerce-tabs.layout-accordion .woocommerce-Tabs-panel .woostify-tab-inner .woostify-tab-scroll-content > h2:first-child {
display: none;
}
.woocommerce-tabs.layout-accordion + .related {
border-top: none;
}
.layout-accordion + .related {
border-top: none;
}
.related,
.up-sells,
.woostify-product-recently-viewed-section {
border-top: 1px solid #efefef;
}
.related > h2,
.up-sells > h2,
.woostify-product-recently-viewed-section > h2 {
text-align: center;
font-size: 18px;
font-weight: normal;
padding: 25px 0;
}
.related ul.products.tns-slider .product,
.up-sells ul.products.tns-slider .product,
.woostify-product-recently-viewed-section ul.products.tns-slider .product {
margin: 0;
float: none;
}
.related .tns-controls button[data-controls=prev],
.up-sells .tns-controls button[data-controls=prev],
.woostify-product-recently-viewed-section .tns-controls button[data-controls=prev] {
left: -55px;
}
@media (max-width: 991px) {
.related .tns-controls button[data-controls=prev],
.up-sells .tns-controls button[data-controls=prev],
.woostify-product-recently-viewed-section .tns-controls button[data-controls=prev] {
left: 5px;
}
}
.related .tns-controls button[data-controls=next],
.up-sells .tns-controls button[data-controls=next],
.woostify-product-recently-viewed-section .tns-controls button[data-controls=next] {
right: -55px;
}
@media (max-width: 991px) {
.related .tns-controls button[data-controls=next],
.up-sells .tns-controls button[data-controls=next],
.woostify-product-recently-viewed-section .tns-controls button[data-controls=next] {
right: 5px;
}
}
.woostify-product-images-widget .product-gallery {
width: 100%;
}
.woostify-product-recently-viewed-section {
border: none;
}
.woostify-product-recently-viewed-section .woostify-product-recently-viewed-inner {
border-top: 1px solid #efefef;
}
.woostify-product-recently-viewed-section .woostify-product-recently-viewed-title {
text-align: center;
font-size: 18px;
font-weight: normal;
padding: 25px 0;
}
.bundled_item_cart_content .price {
font-size: 1em;
}
@media (max-width: 991px) {
.product-summary {
margin-top: 50px;
width: 100%;
}
.single-product .woostify-breadcrumb {
display: none;
}
.single-product .elementor-widget-woostify-breadcrumb .woostify-breadcrumb {
display: block;
}
}
@media (max-width: 767px) {
.has-product-thumbnails .product-thumbnail-images {
margin-top: 20px;
}
}
.paypal-button {
z-index: 0;
}
#product-addons-total {
clear: both;
}
.product-summary .grouped_form a.button.product_type_variable {
width: 170px;
height: 50px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin-right: 8px;
padding: 5px 15px;
}
.product-summary .grouped_form a.button.product_type_simple {
width: 170px;
height: 50px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin-right: 8px;
padding: 5px 15px;
}
.product-summary .grouped_form span.woostify-svg-icon.icon-shopping-cart-2 {
margin-right: 5px;
}
.product-summary .stock.out-of-stock {
margin-bottom: 0;
}
@media (max-width: 767px) {
.product-summary .grouped_form a.button.product_type_variable {
width: 120px;
padding: 5px;
}
.product-summary .grouped_form a.button.product_type_simple {
width: 120px;
padding: 5px;
}
.product-summary .grouped_form .quantity {
width: 120px;
}
}
.cart-sidebar-open .updating-cart #shop-cart-sidebar:after {
transition-duration: 0s;
}
.updating-cart.cart-sidebar-open #shop-cart-sidebar:after {
transition-duration: 0s;
}
.updating-cart #shop-cart-sidebar:before {
animation: 0.4s circle-loading linear infinite;
top: calc(50% + 20px);
z-index: 3;
border-width: 2px;
}
.updating-cart #shop-cart-sidebar:after {
opacity: 1;
visibility: visible;
}
.cart-sidebar-open {
overflow: hidden;
}
.cart-sidebar-open.cart-updated #shop-cart-sidebar:before {
content: none !important;
}
.cart-sidebar-open.cart-updated #shop-cart-sidebar:after {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.cart-sidebar-open #shop-cart-sidebar {
visibility: visible;
pointer-events: auto;
transform: translateX(0);
}
.cart-sidebar-open #woostify-overlay {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
#shop-cart-sidebar {
display: flex;
flex-wrap: wrap;
flex-direction: column;
position: fixed;
top: 0;
right: 0;
bottom: 0;
z-index: 200;
width: 400px;
padding: 0 30px 30px;
background: #fff;
visibility: hidden;
pointer-events: none;
will-change: transform;
transform: translateX(100%);
transition: all 0.3s;
}
@media (max-width: 599px) {
#shop-cart-sidebar {
width: 290px;
padding: 0 15px 15px;
}
}
.logged-in.admin-bar #shop-cart-sidebar {
top: 46px;
}
@media (min-width: 783px) {
.logged-in.admin-bar #shop-cart-sidebar {
top: 32px;
}
}
#shop-cart-sidebar:after {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: inherit;
z-index: 2;
opacity: 0;
visibility: hidden;
}
#shop-cart-sidebar ul {
margin: 0;
}
#shop-cart-sidebar .blockUI {
display: none !important;
}
#shop-cart-sidebar canvas {
position: absolute;
width: 100%;
height: 100%;
z-index: 9;
left: 0;
top: 0;
pointer-events: none;
}
.shop-cart-count,
.wishlist-item-count {
padding: 0 5px;
height: 18px;
color: #fff;
font-size: 12px;
font-weight: 700;
border-radius: 8px;
min-width: 18px;
pointer-events: none;
white-space: nowrap;
}
.cart-sidebar-head {
flex: 0 0 auto;
width: auto;
border-bottom: 1px solid #ddd;
padding: 30px 0;
position: relative;
z-index: 3;
height: 80px;
background-color: inherit;
display: flex;
justify-content: flex-start;
align-items: center;
}
@media (max-width: 599px) {
.cart-sidebar-head {
height: 60px;
padding: 15px 0;
}
}
.cart-sidebar-head .shop-cart-count {
margin-left: 10px;
}
.cart-sidebar-title {
margin: 0;
display: inline-block;
text-transform: uppercase;
font-weight: normal;
font-size: 13px;
white-space: nowrap;
}
#close-cart-sidebar-btn {
border: 0;
background: none;
position: absolute;
right: 0;
top: 50%;
width: 30px;
height: 30px;
font-weight: 700;
transform: translatey(-50%) rotate(0deg);
}
#close-cart-sidebar-btn:hover {
transform: translatey(-50%) rotate(90deg);
color: firebrick;
}
.cart-sidebar-content {
flex-basis: 0%;
flex-grow: 1;
max-width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
}
.cart-sidebar-content.is-cart-empty.has-fst {
margin-top: 0;
}
.cart-sidebar-content.is-cart-empty.has-fst.has-fst-top {
margin-top: 0;
}
.cart-sidebar-content.is-cart-empty.has-fst.has-fst-top.has-fst-progress-bar {
margin-top: 0;
}
.cart-sidebar-content.is-cart-empty .woostify-mini-cart-custom-html {
display: none;
}
.cart-sidebar-content .woostify-mini-cart-custom-html {
flex: 0 0 auto;
width: auto;
margin: 10px 0;
}
.cart-sidebar-content .woostify-mini-cart-custom-html.pos-after-checkout {
margin-bottom: 0;
}
.cart-sidebar-content [data-sold_individually] .mini-cart-product-qty {
display: none;
}
.cart-sidebar-content .woocommerce-mini-cart__total {
margin-bottom: 0;
background-color: transparent;
height: 40px;
border-top: 1px solid #ddd;
align-items: flex-end;
}
@media (max-width: 599px) {
.cart-sidebar-content .woocommerce-mini-cart__total {
height: 30px;
}
}
.cart-sidebar-content .woocommerce-mini-cart {
flex-basis: 0%;
flex-grow: 1;
max-width: 100%;
overflow-y: auto;
scrollbar-width: thin;
}
.cart-sidebar-content .woocommerce-mini-cart::-webkit-scrollbar {
width: 5px;
}
.cart-sidebar-content .woocommerce-mini-cart::-webkit-scrollbar-track {
background: #f2f2f2;
}
.cart-sidebar-content .woocommerce-mini-cart::-webkit-scrollbar-thumb {
background: #d5d5d5;
}
.cart-sidebar-content .woocommerce-mini-cart__bottom {
flex: 0 0 auto;
width: auto;
}
.cart-sidebar-content .free-shipping-progress-bar.pos-top {
margin: 10px 0;
}
.cart-sidebar-content .free-shipping-progress-bar.pos-before-checkout {
margin: 10px 0;
}
.cart-sidebar-content .woocommerce-mini-cart__buttons {
margin-bottom: 0;
}
.cart-sidebar-content .woocommerce-mini-cart__buttons a {
padding: 0 !important;
display: block;
width: auto;
border-left: 0;
}
.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout) {
background-color: #fff;
height: 40px;
}
@media (max-width: 599px) {
.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout) {
height: 30px;
}
}
.cart-sidebar-content .woocommerce-mini-cart__buttons a.checkout {
height: 50px;
}
@media (max-width: 599px) {
.cart-sidebar-content .woocommerce-mini-cart__buttons a.checkout {
height: 40px;
}
}
.cart-sidebar-content .woocommerce-mini-cart__empty-message {
margin-bottom: 0;
padding: 30px 0;
}
.cart-sidebar-content .woocommerce-mini-cart__empty-message .woostify-empty-cart {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 6vh;
}
.cart-sidebar-content .woocommerce-mini-cart__empty-message .woostify-empty-cart .message-icon {
height: 80px;
background: #f8f8f8;
width: 80px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
}
.cart-sidebar-content .woocommerce-mini-cart__empty-message .woostify-empty-cart .message-icon svg {
width: 30px;
height: 30px;
}
.cart-sidebar-content .woocommerce-mini-cart__empty-message .woostify-empty-cart .message-text {
margin: 18px 0 20px;
}
.cart-sidebar-content .woocommerce-mini-cart__empty-message .woostify-empty-cart .button.continue-shopping {
text-align: center;
margin-top: 2vh;
}
.cart-sidebar-content .variation {
margin: 5px 0;
font-size: 13px;
}
.cart-sidebar-content .variation dt,
.cart-sidebar-content .variation dd {
float: left;
line-height: 18px;
}
.cart-sidebar-content .variation dt {
font-weight: normal;
clear: both;
margin-right: 5px;
}
.cart-sidebar-content .variation dd {
margin: 0;
}
.cart-sidebar-content .variation dd p:last-child {
margin-bottom: 0;
}
.cart-sidebar-content .variation + .quantity {
clear: both;
display: block;
}
.cart-sidebar-content .quantity {
font-size: 13px;
}
@media (min-width: 598px) {
.cart-sidebar-content .mini_cart_item {
min-height: 95px;
padding-left: 95px;
}
}
@media (min-width: 598px) {
.cart-sidebar-content .mini_cart_item.component_mini_cart_item {
padding-left: 125px;
}
}
.cart-sidebar-content .mini_cart_item.component_mini_cart_item .mini-cart-product-infor .mini-cart-quantity {
display: none;
}
.cart-sidebar-content .mini_cart_item img {
max-width: 75px;
max-height: 75px;
-o-object-fit: cover;
object-fit: cover;
}
@media (max-width: 599px) {
.cart-sidebar-content .mini_cart_item img {
max-width: 60px;
max-height: 60px;
margin-right: 15px;
}
}
.cart-sidebar-content .mini_cart_item:hover .remove_from_cart_button {
opacity: 1;
}
.cart-sidebar-content .mini_cart_item:focus-within .remove_from_cart_button {
opacity: 1;
}
@media (max-width: 991px) {
.cart-sidebar-content .mini_cart_item .remove_from_cart_button {
opacity: 1;
}
}
.cart-sidebar-content .remove_from_cart_button {
opacity: 0;
right: 5px;
top: 5px;
}
@media (max-width: 992px) {
.cart-sidebar-content .remove_from_cart_button {
opacity: 1;
}
}
.cart-sidebar-content .remove_from_cart_button:focus:before {
animation: 0.5s circle-loading linear infinite;
}
#woostify-overlay {
position: fixed;
left: 0;
bottom: 0;
right: 0;
top: 0;
z-index: 199;
background: rgba(0, 0, 0, 0.5);
pointer-events: none;
opacity: 0;
visibility: hidden;
}
.woocommerce-mini-cart .bundled_mini_cart_item {
display: none;
}
.mini-cart-updating .mini-cart-quantity,
.mini-cart-updating .woocommerce-mini-cart__total,
.mini-cart-updating .woocommerce-mini-cart__buttons {
pointer-events: none;
opacity: 0.5;
}
.mini-cart-product-infor {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 10px;
}
.mini-cart-product-infor .mini-cart-quantity {
display: flex;
align-items: stretch;
height: 24px;
border: 1px solid #ccc;
overflow: hidden;
}
.mini-cart-product-infor .mini-cart-quantity .qty {
height: 100%;
margin: 0;
padding: 0;
width: 40px;
line-height: 24px;
text-align: center;
-moz-appearance: textfield;
background-color: transparent;
border: none;
}
.mini-cart-product-infor .mini-cart-quantity .qty::-webkit-inner-spin-button, .mini-cart-product-infor .mini-cart-quantity .qty::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.mini-cart-product-infor .mini-cart-product-qty {
cursor: pointer;
width: 24px;
font-size: 10px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mini-cart-product-infor .mini-cart-product-qty[data-qty=minus] {
border-right: 1px solid #ccc;
}
.mini-cart-product-infor .mini-cart-product-qty[data-qty=plus] {
border-left: 1px solid #ccc;
}
.mini-cart-product-infor .mini-cart-product-qty .woostify-svg-icon svg {
width: 10px;
height: 11px;
}
@media (min-width: 600px) and (max-width: 991px) {
#shop-cart-sidebar {
width: 50%;
}
}
.woocommerce-cart h2 {
font-size: 24px;
font-weight: normal;
}
@media (min-width: 768px) {
.woocommerce-cart.cart-page-layout-1 #content > .woostify-container {
width: 970px;
max-width: 100%;
}
}
@media (min-width: 992px) {
.woocommerce-cart.cart-page-layout-1 .cross-sells {
width: 48.5%;
float: left;
margin-bottom: 30px;
}
.woocommerce-cart.cart-page-layout-1 .cart-collaterals {
width: 48.5%;
float: right;
}
}
@media (max-width: 992px) {
.woocommerce-cart.cart-page-layout-1 .cross-sells {
margin-top: 50px;
}
}
.woocommerce-cart.cart-page-layout-1 .cart_totals .shop_table {
border: 1px solid #eee;
}
.woocommerce-cart.cart-page-layout-1 .cart_totals tr {
border-bottom-color: #eee;
}
.woocommerce-cart.cart-page-layout-1 .cart-collaterals th,
.woocommerce-cart.cart-page-layout-1 .cart-collaterals td {
padding: 15px;
}
.woocommerce-cart.cart-page-layout-2 .woocommerce-cart-form__contents, .woocommerce-cart.cart-page-layout-2 .cart.wishlist_table {
margin-top: 0;
}
@media (min-width: 992px) {
.woocommerce-cart.cart-page-layout-2 .woocommerce-cart-form {
width: 65%;
float: left;
}
.woocommerce-cart.cart-page-layout-2 .cart-collaterals {
width: calc(35% - 40px);
float: right;
}
}
.woocommerce-cart.cart-page-layout-2 .cart-collaterals {
border: 2px solid #efefef;
padding: 10px 20px 30px 20px;
}
.woocommerce-cart.cart-page-layout-2 .cross-sells {
clear: both;
}
.woocommerce-cart .woocommerce-cart-form {
margin-bottom: 50px;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce-cart-form {
width: 100%;
float: none;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .cart-collaterals {
float: none;
width: 100%;
padding: 0;
border: none;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
text-align: center;
border: none;
padding: 0 40px;
font-size: inherit;
max-height: unset;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .coupon .form-row {
float: none;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .input-text, .woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce select {
height: auto;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
line-height: inherit;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions [name=update_cart], .woocommerce-cart .elementor-widget-woocommerce-cart .cart.wishlist_table:not(.elementor-menu-cart__products) .actions [name=update_cart] {
border-width: 2px;
}
.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce-cart-form__contents:not(.elementor-menu-cart__products) [name=update_cart], .woocommerce-cart .elementor-widget-woocommerce-cart .cart.wishlist_table:not(.elementor-menu-cart__products) [name=update_cart] {
height: auto;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products), .cart.wishlist_table:not(.elementor-menu-cart__products) {
border-width: 0;
border-collapse: separate;
table-layout: auto;
}
@media (max-width: 767px) {
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products), .cart.wishlist_table:not(.elementor-menu-cart__products) {
margin-bottom: 0;
}
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) th, .cart.wishlist_table:not(.elementor-menu-cart__products) th,
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) td,
.cart.wishlist_table:not(.elementor-menu-cart__products) td {
padding: 20px 0;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-remove a, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-remove a {
font-size: 1.5em;
position: relative;
width: 1.2em;
height: 1.2em;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-remove a:hover, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-remove a:hover {
color: firebrick;
}
@media (max-width: 767px) {
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-remove a, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-remove a {
background-color: firebrick;
color: #fff !important;
}
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .quantity, .cart.wishlist_table:not(.elementor-menu-cart__products) .quantity {
border: 1px solid #e8e8e8;
width: 100px;
margin-right: 0;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions .coupon, .cart.wishlist_table:not(.elementor-menu-cart__products) .actions .coupon {
width: 100%;
}
@media (min-width: 992px) {
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions .coupon, .cart.wishlist_table:not(.elementor-menu-cart__products) .actions .coupon {
float: left;
width: 60%;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions .coupon + [name=update_cart], .cart.wishlist_table:not(.elementor-menu-cart__products) .actions .coupon + [name=update_cart] {
width: 40%;
}
}
@media (max-width: 991px) {
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions .coupon, .cart.wishlist_table:not(.elementor-menu-cart__products) .actions .coupon {
justify-content: center;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions .coupon [name=apply_coupon], .cart.wishlist_table:not(.elementor-menu-cart__products) .actions .coupon [name=apply_coupon] {
color: #fff;
}
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions .coupon [name=apply_coupon], .cart.wishlist_table:not(.elementor-menu-cart__products) .actions .coupon [name=apply_coupon] {
white-space: nowrap;
height: 40px;
padding: 0 20px;
color: #ffffff;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions [name=coupon_code], .cart.wishlist_table:not(.elementor-menu-cart__products) .actions [name=coupon_code] {
background-color: transparent;
}
@media (max-width: 991px) {
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions, .cart.wishlist_table:not(.elementor-menu-cart__products) .actions {
display: flex;
flex-direction: column-reverse;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions [name=update_cart], .cart.wishlist_table:not(.elementor-menu-cart__products) .actions [name=update_cart] {
margin-bottom: 20px;
}
}
@media (min-width: 992px) {
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products), .cart.wishlist_table:not(.elementor-menu-cart__products) { }
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) thead th, .cart.wishlist_table:not(.elementor-menu-cart__products) thead th {
border-bottom: 1px solid #ddd;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) tbody tr + tr td, .cart.wishlist_table:not(.elementor-menu-cart__products) tbody tr + tr td {
border-top-width: 1px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) tr:nth-last-child(2) td, .cart.wishlist_table:not(.elementor-menu-cart__products) tr:nth-last-child(2) td {
padding-bottom: 50px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) th, .cart.wishlist_table:not(.elementor-menu-cart__products) th,
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) td,
.cart.wishlist_table:not(.elementor-menu-cart__products) td {
padding: 30px 0;
border-width: 0;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) th:not(:first-child):not(:last-child):not(.product-thumbnail), .cart.wishlist_table:not(.elementor-menu-cart__products) th:not(:first-child):not(:last-child):not(.product-thumbnail),
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) td:not(:first-child):not(:last-child):not(.product-thumbnail),
.cart.wishlist_table:not(.elementor-menu-cart__products) td:not(:first-child):not(:last-child):not(.product-thumbnail) {
padding-left: 20px;
padding-right: 20px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-remove, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-remove {
width: 40px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-thumbnail, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-thumbnail {
width: 70px;
min-width: 70px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-name, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-name,
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-subtotal,
.cart.wishlist_table:not(.elementor-menu-cart__products) .product-subtotal {
font-weight: 700;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-quantity, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-quantity {
text-align: center;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .quantity, .cart.wishlist_table:not(.elementor-menu-cart__products) .quantity {
min-width: 120px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-subtotal, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-subtotal {
text-align: right;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-price, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-price,
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-subtotal,
.cart.wishlist_table:not(.elementor-menu-cart__products) .product-subtotal {
min-width: 100px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions, .cart.wishlist_table:not(.elementor-menu-cart__products) .actions {
text-align: right;
padding: 0;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions [name=update_cart], .cart.wishlist_table:not(.elementor-menu-cart__products) .actions [name=update_cart] {
border-width: 1px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .coupon, .cart.wishlist_table:not(.elementor-menu-cart__products) .coupon {
height: 100px;
display: flex;
align-items: center;
background-repeat: no-repeat;
background-size: 40px 40px;
background-position: center left 30px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .coupon label, .cart.wishlist_table:not(.elementor-menu-cart__products) .coupon label {
display: none;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) [name=coupon_code], .cart.wishlist_table:not(.elementor-menu-cart__products) [name=coupon_code] {
border-width: 1px;
height: 40px;
margin-right: 10px;
padding: 0 20px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) [name=apply_coupon], .cart.wishlist_table:not(.elementor-menu-cart__products) [name=apply_coupon] {
font-weight: 600;
font-size: 12px;
height: 30px;
padding: 0 10px;
background-color: rgba(0, 0, 0, 0);
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) [name=apply_coupon]:hover, .cart.wishlist_table:not(.elementor-menu-cart__products) [name=apply_coupon]:hover {
background-color: rgba(0, 0, 0, 0);
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) [name=update_cart], .cart.wishlist_table:not(.elementor-menu-cart__products) [name=update_cart] {
height: 100%;
width: 100%;
font-weight: 600;
height: 100px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) [name=update_cart]:disabled, .cart.wishlist_table:not(.elementor-menu-cart__products) [name=update_cart]:disabled {
color: #fff;
}
}
@media (max-width: 991px) {
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) thead, .cart.wishlist_table:not(.elementor-menu-cart__products) thead {
display: none;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) tbody tr, .cart.wishlist_table:not(.elementor-menu-cart__products) tbody tr {
display: flex;
border-bottom: 1px solid #efecec;
flex-direction: column;
position: relative;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) tbody tr td, .cart.wishlist_table:not(.elementor-menu-cart__products) tbody tr td {
border-bottom-style: dashed;
border-bottom-color: #efecec;
border-right: 0;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
text-align: left !important;
padding: 5px 0;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) tbody tr td:before, .cart.wishlist_table:not(.elementor-menu-cart__products) tbody tr td:before {
content: attr(data-title);
font-size: 13px;
font-weight: normal;
text-align: left;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) tbody tr td:last-of-type, .cart.wishlist_table:not(.elementor-menu-cart__products) tbody tr td:last-of-type {
border-bottom: 0;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) tbody .cart_item, .cart.wishlist_table:not(.elementor-menu-cart__products) tbody .cart_item {
padding-left: 85px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) tbody .bundled-product-name.bundled_table_item_indent, .cart.wishlist_table:not(.elementor-menu-cart__products) tbody .bundled-product-name.bundled_table_item_indent {
padding-left: 0;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-remove, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-remove,
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-thumbnail,
.cart.wishlist_table:not(.elementor-menu-cart__products) .product-thumbnail {
position: absolute;
border-bottom: 0;
top: 0;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-thumbnail, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-thumbnail {
justify-content: center;
left: 0;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-thumbnail img, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-thumbnail img {
max-width: 70px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-remove, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-remove {
right: 0;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-remove a, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-remove a {
background-color: rgba(0, 0, 0, 0);
color: firebrick !important;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-name:before, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-name:before {
display: none;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .product-name a, .cart.wishlist_table:not(.elementor-menu-cart__products) .product-name a {
font-weight: 700;
padding-right: 25px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .quantity, .cart.wishlist_table:not(.elementor-menu-cart__products) .quantity {
height: 30px;
font-size: 12px;
max-width: 80px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .quantity .product-qty, .cart.wishlist_table:not(.elementor-menu-cart__products) .quantity .product-qty {
max-width: 30px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .quantity .qty, .cart.wishlist_table:not(.elementor-menu-cart__products) .quantity .qty {
text-align: center;
padding: 0;
font-size: 12px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions, .cart.wishlist_table:not(.elementor-menu-cart__products) .actions {
padding-top: 30px;
padding-bottom: 0;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .coupon label, .cart.wishlist_table:not(.elementor-menu-cart__products) .coupon label {
display: none;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .coupon [name=coupon_code], .cart.wishlist_table:not(.elementor-menu-cart__products) .coupon [name=coupon_code],
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .coupon [name=apply_coupon],
.cart.wishlist_table:not(.elementor-menu-cart__products) .coupon [name=apply_coupon] {
width: 100%;
padding: 10px 15px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .coupon [name=coupon_code], .cart.wishlist_table:not(.elementor-menu-cart__products) .coupon [name=coupon_code] {
height: 48px;
margin-bottom: 10px;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) [name=update_cart], .cart.wishlist_table:not(.elementor-menu-cart__products) [name=update_cart] {
width: 100%;
margin: 10px 0;
}
}
.checkout-button,
[class*=elementor-kit] .checkout-button {
text-transform: uppercase;
font-weight: 600;
line-height: 55px;
padding-top: 0;
padding-bottom: 0;
display: block;
text-align: center;
}
.cart_totals .shop_table {
margin: 0;
border: 0;
width: 100%;
}
.cart_totals .shop_table tr {
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
border-bottom: 1px solid #ddd;
}
.cart_totals .shop_table tr th,
.cart_totals .shop_table tr td {
border: 0;
padding-left: 0;
padding-right: 0;
}
.cart_totals .shop_table th {
font-weight: 600;
}
.cart_totals .shop_table tbody th,
.cart_totals .shop_table tbody td {
padding-top: 10px;
padding-bottom: 10px;
}
.cart_totals .shop_table input[type=radio] {
margin-right: 10px;
}
.cart_totals .shop_table [name=calc_shipping] {
width: 100%;
height: 50px;
}
.cart_totals .shop_table .cart-subtotal th,
.cart_totals .shop_table .cart-subtotal td {
padding-top: 10px;
padding-bottom: 10px;
}
.cart_totals .shop_table .order-total {
border-bottom: 0;
}
.cart_totals .shop_table .order-total th,
.cart_totals .shop_table .order-total td {
font-size: 18px;
padding-top: 20px;
}
.cart_totals .shop_table .order-total th {
white-space: nowrap;
padding-right: 10px;
}
.cart_totals .shop_table .order-total td {
text-align: right;
}
.cart_totals .shop_table .woocommerce-shipping-totals {
flex-direction: column;
padding-top: 5px;
}
.cart_totals .shop_table .woocommerce-shipping-totals td {
text-align: left !important;
padding-top: 0;
}
@media (max-width: 991px) {
.cart_totals .shop_table th {
display: block;
}
.cart_totals .shop_table td:before {
content: "";
}
}
.cart_totals #shipping_method {
margin-top: 0;
}
.cart_totals .wc-proceed-to-checkout {
margin-top: 20px;
}
.cart_totals li {
list-style: none;
}
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) [name=update_cart], .cart.wishlist_table:not(.elementor-menu-cart__products) [name=update_cart] {
height: 40px;
}
@media (min-width: 992px) {
.woocommerce-cart-form__contents:not(.elementor-menu-cart__products) .actions .coupon + [name=update_cart], .cart.wishlist_table:not(.elementor-menu-cart__products) .actions .coupon + [name=update_cart] {
width: auto;
margin-top: 30px;
font-size: 12px;
}
}
.woocommerce-terms-and-conditions {
width: 100%;
}
.woocommerce-checkout .woocommerce {
position: relative;
}
.woocommerce-checkout .woocommerce .woocommerce-error {
clear: both;
}
.woocommerce-checkout .woocommerce-error li{
display: flex;
flex-wrap: nowrap;
}
.woocommerce-checkout .woocommerce-error li a{
display: inline-block;
margin: 0;
}
.woocommerce-checkout input {
word-break: normal;
}
.woocommerce-form-login-toggle {
max-width: 600px;
margin: 0 auto 10px auto;
}
.woocommerce-form-login-toggle .woocommerce-info {
color: inherit;
}
.woocommerce-form-login-toggle .showlogin {
font-weight: 700;
}
.woocommerce-form.woocommerce-form-login {
clear: both;
border: 2px dashed #e8e8e8;
border-radius: 2px;
padding: 30px;
max-width: 600px;
margin: 0 auto 30px auto;
}
.woocommerce-form.woocommerce-form-login .form-row,
.woocommerce-form.woocommerce-form-login .form-row-first,
.woocommerce-form.woocommerce-form-login .form-row-last {
width: 100%;
}
.woocommerce-form.woocommerce-form-login p:not(.form-row):not(.lost_password) {
font-size: small;
line-height: 1.5em;
}
.woocommerce-form.woocommerce-form-login .inline {
display: inline-block;
margin-left: 10px;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
text-align: center;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
padding-left: 40px;
padding-right: 40px;
display: block;
margin: 10px auto 0 auto;
}
.woocommerce-form.woocommerce-form-login .lost_password {
display: block;
clear: both;
margin-bottom: 0;
text-align: center;
}
.woocommerce-form.woocommerce-form-login .input-text {
height: 40px;
}
.woocommerce-form-coupon-toggle {
max-width: 600px;
margin: 0 auto 15px auto;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
color: inherit;
}
.woocommerce-form-coupon-toggle .showcoupon {
font-weight: 700;
}
.checkout_coupon.woocommerce-form-coupon {
border: 2px dashed #e8e8e8;
border-radius: 2px;
max-width: 600px;
margin: 0 auto 30px auto;
padding: 30px;
justify-content: center;
align-items: center;
}
@media (max-width: 991px) {
.checkout_coupon.woocommerce-form-coupon {
margin-top: 30px !important;
}
}
.checkout_coupon.woocommerce-form-coupon .form-row-first,
.checkout_coupon.woocommerce-form-coupon .form-row-last {
width: 100%;
text-align: center;
}
.checkout_coupon.woocommerce-form-coupon .form-row-last {
margin-bottom: 0;
}
.checkout_coupon.woocommerce-form-coupon [name=apply_coupon] {
margin-top: 10px;
padding: 0.35em 40px;
height: auto;
color: #fff;
}
.checkout_coupon.woocommerce-form-coupon p:not(.form-row) {
display: none;
}
[name=checkout] {
clear: both;
float: left;
width: 100%;
margin-top: 30px;
}
@media (max-width: 992px) {
.has-multi-step-checkout [name=checkout] {
display: flex;
flex-direction: column-reverse;
}
.has-multi-step-checkout [name=checkout] .woocommerce-NoticeGroup {
order: 1;
}
}
@media (min-width: 992px) {
#customer_details {
float: left;
width: calc(100% - 400px);
padding-right: 40px;
}
}
#customer_details .form-row select {
height: 50px;
width: 100%;
border: 1px solid #ccc;
background-color: transparent;
padding: 0 15px;
-webkit-appearance: none;
-webkit-border-radius: 0px;
}
.woocommerce-billing-fields > h3 {
font-size: 24px;
font-weight: normal;
display: none;
}
.form-row {
float: left;
}
.form-row label {
display: block;
}
.form-row abbr {
text-decoration: none;
}
.required {
color: firebrick;
}
.form-row .input-text {
width: 100%;
height: 50px;
padding: 0 1em;
border-radius: 2px;
}
.form-row.notes {
width: 100%;
}
.form-row-first,
.form-row-last {
width: 48%;
}
.form-row-last {
float: right;
}
.form-row-wide {
clear: both;
width: 100%;
}
#order_review_heading {
display: none;
}
#order_review {
background-color: #f9f9f9;
padding: 30px;
border-radius: 4px;
}
@media (min-width: 992px) {
#order_review {
float: left;
width: 400px;
}
}
#order_review li {
list-style: none;
}
.woocommerce-checkout-review-order-table {
margin: 0;
border: 0;
width: 100%;
}
.woocommerce-checkout-review-order-table th {
white-space: nowrap;
}
.woocommerce-checkout-review-order-table tr {
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
border-bottom: 1px solid #ddd;
}
.woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout-review-order-table tr td {
border: 0;
padding-left: 0;
padding-right: 0;
display: block;
}
.woocommerce-checkout-review-order-table tr th:last-child,
.woocommerce-checkout-review-order-table tr td:last-child {
text-align: right;
}
.woocommerce-checkout-review-order-table thead th {
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 600;
}
.woocommerce-checkout-review-order-table tbody tr {
align-items: center;
}
.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tbody td {
padding-top: 10px;
padding-bottom: 10px;
}
.woocommerce-checkout-review-order-table tbody th:last-child,
.woocommerce-checkout-review-order-table tbody td:last-child {
white-space: nowrap;
margin-left: 10px;
}
.woocommerce-checkout-review-order-table tfoot th {
font-size: 15px;
}
.woocommerce-checkout-review-order-table #shipping_method {
margin: 0;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
padding-bottom: 5px !important;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
padding-top: 5px !important;
}
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td {
padding-top: 10px;
padding-bottom: 10px;
}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
font-size: 18px;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
flex-direction: column;
padding-top: 5px;
display: block;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
text-align: left !important;
}
.woocommerce-checkout-review-order-table .product-name strong {
font-weight: normal;
}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
padding: 20px 0;
}
.woocommerce-checkout-review-order-table #shipping_method input[type=radio] {
margin-right: 10px;
}
#ship-to-different-address {
font-size: 1em;
font-weight: normal;
}
#order_comments {
padding: 1em;
height: auto;
min-height: 150px;
resize: none;
display: block;
}
.wc_payment_methods {
padding-left: 0;
}
.wc_payment_method {
margin-bottom: 10px;
}
.wc_payment_method label {
font-weight: 600;
}
.payment_box {
padding: 10px 10px 10px 15px;
background-color: #efefef;
border-radius: 4px;
margin: 1em 0;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
position: relative;
}
.payment_box:before {
bottom: 100%;
left: 30px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(221, 221, 221, 0);
border-bottom-color: #ebebeb;
border-width: 8px;
margin-left: -8px;
}
.payment_box:after {
content: "";
display: block;
clear: both;
}
.payment_box p:last-child {
margin-bottom: 0;
}
.payment_method_paypal img {
max-height: 52px;
margin-left: 10px;
}
.payment_method_paypal .about_paypal {
display: inline-block;
margin-left: 10px;
clear: both;
font-size: smaller;
font-weight: normal;
}
.place-order {
width: 100%;
}
#place_order {
font-weight: 600;
text-transform: uppercase;
width: 100%;
min-height: 50px;
margin-top: 30px;
}
.has-multi-step-checkout #order_review {
margin-bottom: 50px;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #d9d9d9;
padding: 15px;
}
@media (max-width: 991px) {
.has-multi-step-checkout #order_review {
display: none;
}
}
.has-multi-step-checkout #order_review .woocommerce-shipping-totals {
flex-direction: row;
padding-bottom: 5px;
}
.has-multi-step-checkout #order_review .woocommerce-shipping-totals th {
margin-right: 20px;
}
.has-multi-step-checkout #order_review .woocommerce-shipping-totals ul {
margin: 0;
}
.has-multi-step-checkout #order_review .woocommerce-shipping-totals.shipping .woocommerce-shipping-methods li:first-of-type:last-of-type label {
display: block;
}
.has-multi-step-checkout #order_review .woocommerce-shipping-totals.shipping .shipping_method {
display: none;
}
.has-multi-step-checkout #order_review .woocommerce-shipping-totals.shipping .shipping_method + label {
display: none;
}
.has-multi-step-checkout #order_review .woocommerce-shipping-totals.shipping .shipping_method:checked + label {
display: block;
}
.has-multi-step-checkout #order_review .woocommerce-checkout-review-order-table {
table-layout: fixed;
}
.has-multi-step-checkout #order_review .woocommerce-checkout-review-order-table thead {
display: none;
}
.has-multi-step-checkout #order_review .woocommerce-checkout-review-order-table tbody tr:last-of-type td {
padding-bottom: 20px;
}
.has-multi-step-checkout #order_review .woocommerce-checkout-review-order-table tbody .product-name {
display: flex;
padding-right: 10px;
align-items: center;
}
.has-multi-step-checkout #order_review .woocommerce-checkout-review-order-table tbody .variation {
order: 2;
margin-right: 5px;
}
.has-multi-step-checkout #order_review .woocommerce-checkout-review-order-table tbody .product-quantity {
order: 3;
}
.has-multi-step-checkout #order_review .woocommerce-checkout-review-order-table tbody .review-order-product-image {
max-width: 50px;
}
.has-multi-step-checkout #order_review .woocommerce-checkout-review-order-table tbody .review-order-product-image + .review-order-product-name {
margin: 0 10px;
}
.has-multi-step-checkout #order_review .woocommerce-checkout-review-order-table tbody .product-total {
width: 100px;
}
.has-multi-step-checkout #order_review .woocommerce-checkout-review-order-table tbody .product-quantity,
.has-multi-step-checkout #order_review .woocommerce-checkout-review-order-table tbody .product-total {
white-space: normal;
}
.has-multi-step-checkout #order_review .order-total {
border: 0;
}
.has-multi-step-checkout #order_review .order-total th,
.has-multi-step-checkout #order_review .order-total td {
padding-bottom: 5px;
}
.has-multi-step-checkout .multi-step-checkout .woostify-container {
text-align: center;
}
.has-multi-step-checkout .multi-step-inner {
margin-top: 50px;
position: relative;
overflow: hidden;
}
.has-multi-step-checkout .multi-step-item {
margin: 0 10px;
cursor: pointer;
position: relative;
}
@media (min-width: 992px) {
.has-multi-step-checkout .multi-step-item {
margin: 0 30px;
}
}
.has-multi-step-checkout .multi-step-item:before, .has-multi-step-checkout .multi-step-item:after {
content: "";
position: absolute;
z-index: 2;
height: 2px;
top: 7px;
}
.has-multi-step-checkout .multi-step-item:first-of-type {
margin-left: 0;
}
.has-multi-step-checkout .multi-step-item:first-of-type:before {
content: none;
}
.has-multi-step-checkout .multi-step-item:first-of-type:after {
left: 50%;
right: -30px;
}
.has-multi-step-checkout .multi-step-item:not(:first-of-type):not(:last-of-type):before {
left: -30px;
right: 50%;
}
.has-multi-step-checkout .multi-step-item:not(:first-of-type):not(:last-of-type):after {
left: 50%;
right: -30px;
}
.has-multi-step-checkout .multi-step-item:last-of-type {
margin-right: 0;
}
.has-multi-step-checkout .multi-step-item:last-of-type:before {
right: 50%;
left: -30px;
}
.has-multi-step-checkout .multi-step-item:last-of-type:after {
content: none;
}
.has-multi-step-checkout .multi-step-item.active:after {
background-color: #ebebeb;
}
.has-multi-step-checkout .multi-step-item.active ~ .multi-step-item {
color: #888;
}
.has-multi-step-checkout .multi-step-item.active ~ .multi-step-item:before {
background-color: #ebebeb;
}
.has-multi-step-checkout .multi-step-item.active ~ .multi-step-item:after {
background-color: #ebebeb;
}
.has-multi-step-checkout .multi-step-item.active ~ .multi-step-item .item-text {
font-weight: normal;
}
.has-multi-step-checkout .multi-step-item.active ~ .multi-step-item .item-text:before {
background-color: #ddd;
}
.has-multi-step-checkout .item-text {
position: relative;
z-index: 5;
font-size: 1em;
font-weight: 700;
display: flex;
flex-direction: column;
align-items: center;
white-space: nowrap;
}
.has-multi-step-checkout .item-text:before {
content: "";
border-radius: 50px;
width: 14px;
height: 14px;
margin-bottom: 10px;
white-space: nowrap;
font-size: 0.9em;
}
.has-multi-step-checkout .multi-step-checkout-wrapper {
float: left;
width: 100%;
margin-bottom: 50px;
}
.has-multi-step-checkout .multi-step-checkout-wrapper.has-local-pickup .multi-step-review-information-row[data-type=address] {
display: none;
}
.has-multi-step-checkout .multi-step-checkout-wrapper.has-local-pickup .multi-step-checkout-content[data-step=second] [data-type=email] {
border-bottom: 0;
}
.has-multi-step-checkout .multi-step-checkout-wrapper.no-shipping-available .multi-step-checkout-content[data-step=last] [data-type=address] {
border-bottom: 0;
}
.has-multi-step-checkout .multi-step-checkout-wrapper.no-shipping-available .multi-step-review-information-row[data-type=shipping] {
display: none;
}
@media (min-width: 992px) {
.has-multi-step-checkout .multi-step-checkout-wrapper {
width: calc(100% - 400px);
padding-right: 40px;
}
.has-multi-step-checkout .multi-step-checkout-wrapper #customer_details {
width: 100%;
padding-right: 0;
float: none;
}
}
.has-multi-step-checkout .multi-step-checkout-wrapper li {
list-style: none;
}
.has-multi-step-checkout .multi-step-checkout-wrapper.first [data-action=back] {
display: none;
}
.has-multi-step-checkout .multi-step-checkout-wrapper.first ~ #order_review .woocommerce-shipping-totals {
display: none;
}
.has-multi-step-checkout .multi-step-checkout-wrapper.last [data-action=continue] {
display: none;
}
.has-multi-step-checkout .multi-step-checkout-wrapper:not(.last) #place_order {
display: none !important;
}
.has-multi-step-checkout .multi-step-checkout-wrapper:not(.first) ~ #order_review .shipping-placeholder {
display: none;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content {
display: none;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content.active {
display: block;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .woocommerce-billing-fields > h3 {
display: none;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .woocommerce-additional-fields__field-wrapper p:last-child {
margin-bottom: 0;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .wc_payment_methods {
margin: 0;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .wc_payment_methods .wc_payment_method {
margin-bottom: 0;
border: 1px solid #d9d9d9;
padding: 10px;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .wc_payment_methods .wc_payment_method img {
max-width: 40px;
margin-right: 5px;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .wc_payment_methods .wc_payment_method:first-of-type {
border-radius: 4px 4px 0 0;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .wc_payment_methods .wc_payment_method:last-of-type {
border-radius: 0 0 4px 4px;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .wc_payment_methods .wc_payment_method + .wc_payment_method {
border-top: 0;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .wc_payment_methods label[for^=payment_method] {
cursor: pointer;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .wc_payment_methods label[for^=payment_method] img {
max-width: 100%;
max-height: 40px;
margin-left: 5px;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .wc_payment_methods .payment_box {
border-radius: 0;
margin: 10px -10px -10px -10px;
color: #515151;
border-top: 1px solid #d9d9d9;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .wc_payment_methods .payment_box:before {
content: none;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .woocommerce-terms-and-conditions-wrapper .form-row {
border-radius: 5px;
border: 1px solid #d9d9d9;
margin-top: 30px;
padding: 10px 15px;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .woocommerce-terms-and-conditions-wrapper .woocommerce-invalid-required-field {
color: red;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .woocommerce-terms-and-conditions-wrapper .woocommerce-invalid-required-field * {
color: inherit;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .woocommerce-terms-and-conditions-wrapper p:last-child {
margin-bottom: 0;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .woocommerce-terms-and-conditions-wrapper .form-row {
float: none;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .woocommerce-terms-and-conditions-link {
transition-duration: 0s;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .required-item {
border-color: #f00;
}
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .required-item .woocommerce-terms-and-conditions-checkbox-text,
.has-multi-step-checkout .multi-step-checkout-wrapper .multi-step-checkout-content .required-item .woocommerce-terms-and-conditions-link {
color: #f00;
}
.has-multi-step-checkout .field-required [name] {
border-color: #f00 !important;
}
.has-multi-step-checkout .shipping-methods-modified .shipping-methods-modified-item {
border: 1px solid #d9d9d9;
display: flex;
align-items: center;
}
.has-multi-step-checkout .shipping-methods-modified .shipping-methods-modified-item:first-of-type {
border-radius: 4px 4px 0 0;
}
.has-multi-step-checkout .shipping-methods-modified .shipping-methods-modified-item:last-of-type {
border-radius: 0 0 4px 4px;
}
.has-multi-step-checkout .shipping-methods-modified .shipping-methods-modified-item + .shipping-methods-modified-item {
border-top: 0;
}
.has-multi-step-checkout .shipping-methods-modified .shipping-methods-modified-input {
margin: 0 10px 0 0;
}
.has-multi-step-checkout .shipping-methods-modified .shipping-methods-modified-label {
font-weight: 600;
padding: 6px 20px;
cursor: pointer;
flex-grow: 1;
}
.has-multi-step-checkout .multi-step-review-information {
margin-bottom: 30px;
display: flex;
flex-direction: column;
border: 1px solid #d9d9d9;
border-radius: 5px;
padding: 0 15px;
}
.has-multi-step-checkout .multi-step-review-information-row {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #d9d9d9;
padding: 6px 0;
}
@media (max-width: 767px) {
.has-multi-step-checkout .multi-step-review-information-row {
flex-wrap: wrap;
}
}
.has-multi-step-checkout .multi-step-review-information-row:last-of-type {
border-bottom: 0;
}
.has-multi-step-checkout .review-information-inner {
display: flex;
flex-grow: 1;
}
@media (max-width: 991px) {
.has-multi-step-checkout .review-information-inner {
flex-direction: column;
}
}
.has-multi-step-checkout .review-information-label {
margin-right: 15px;
font-weight: 700;
}
@media (min-width: 992px) {
.has-multi-step-checkout .review-information-label {
flex: 0 1 5em;
}
}
.has-multi-step-checkout .review-information-link {
white-space: nowrap;
cursor: pointer;
font-size: 0.9em;
}
@media (max-width: 767px) {
.has-multi-step-checkout .review-information-link {
flex: 0 0 100%;
}
}
.has-multi-step-checkout .multi-step-checkout-button-wrapper {
margin-top: 20px;
}
.has-multi-step-checkout .multi-step-checkout-button-wrapper:after {
content: "";
clear: both;
display: block;
}
.has-multi-step-checkout .multi-step-checkout-button {
cursor: pointer;
}
.has-multi-step-checkout .multi-step-checkout-button[data-action=back] {
display: flex;
float: left;
align-items: center;
}
.has-multi-step-checkout .multi-step-checkout-button[data-action=back] .woostify-svg-icon {
margin-right: 5px;
}
.has-multi-step-checkout .multi-step-checkout-button[data-action=back] .woostify-svg-icon svg {
width: 0.8em;
height: 0.8em;
}
.has-multi-step-checkout .multi-step-checkout-button[data-action=continue], .has-multi-step-checkout .multi-step-checkout-button#place_order {
float: right;
}
.has-multi-step-checkout .multi-step-checkout-button#place_order {
font-weight: normal;
margin-top: 0;
text-transform: none;
}
.has-multi-step-checkout .expanded-order-review #order_review {
display: block;
}
.has-multi-step-checkout .expanded-order-review .woostify-before-order-review-total-price {
display: none;
}
.has-multi-step-checkout .expanded-order-review .woostify-before-order-review-icon {
transform: rotate(-180deg);
}
.has-multi-step-checkout .woostify-before-order-review {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
margin-bottom: 20px;
cursor: pointer;
}
@media (min-width: 992px) {
.has-multi-step-checkout .woostify-before-order-review {
display: none;
}
}
.has-multi-step-checkout .woostify-before-order-review .woostify-before-order-review-total-price {
flex-grow: 1;
text-align: right;
margin-right: 10px;
}
.shipping-placeholder {
padding: 5px 0;
}
.has-distraction-free-checkout .topbar {
display: none;
}
.has-distraction-free-checkout .site-header .wrap-toggle-sidebar-menu,
.has-distraction-free-checkout .site-header .site-navigation,
.has-distraction-free-checkout .site-header .site-tools {
display: none;
}
.has-distraction-free-checkout .site-header .woostify-container {
padding-top: 20px;
padding-bottom: 20px;
justify-content: center;
}
.has-distraction-free-checkout .site-header .site-branding {
text-align: center;
}
.has-distraction-free-checkout #colophon {
display: none;
}
.select2-container .select2-selection--single {
height: 50px;
margin: 0;
border-radius: 0;
border-color: #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
height: 50px;
line-height: 50px;
padding: 0 1em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
right: 0;
top: 50%;
width: 20px;
height: 50px;
transform: translateY(-50%);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #ddd;
}
.select2-dropdown {
border-color: #ccc;
}
.checkout-layout-3:not(.woobuilder-active).woocommerce-checkout .woocommerce {
position: static;
}
.checkout-layout-3:not(.woobuilder-active).has-distraction-free-checkout .site-content {
margin-top: 3.5em;
}
@media (max-width: 991px) {
.checkout-layout-3:not(.woobuilder-active).has-distraction-free-checkout .site-content {
margin: 0;
}
}
.checkout-layout-3:not(.woobuilder-active).has-distraction-free-checkout .site-header .site-header-inner {
border: none;
}
.checkout-layout-3:not(.woobuilder-active).has-distraction-free-checkout .site-header .woostify-container {
justify-content: flex-start;
}
@media (max-width: 991px) {
.checkout-layout-3:not(.woobuilder-active).has-distraction-free-checkout .site-header .woostify-container {
justify-content: center;
}
}
.checkout-layout-3:not(.woobuilder-active).has-distraction-free-checkout .site-header .site-branding {
text-align: left;
}
@media (max-width: 991px) {
.checkout-layout-3:not(.woobuilder-active).has-distraction-free-checkout .site-header .site-branding {
text-align: center;
}
}
.checkout-layout-3:not(.woobuilder-active) .ajax-coupon-form {
position: relative;
}
.checkout-layout-3:not(.woobuilder-active) .ajax-coupon-form > * {
display: none;
}
.checkout-layout-3:not(.woobuilder-active) .ajax-coupon-form.loading:before {
content: "" !important;
z-index: 2;
position: absolute;
border: 1px solid #ddd;
border-top-color: #222;
border-radius: 50%;
height: 14px;
width: 14px;
animation: circle-loading 0.35s linear infinite;
position: static;
display: block;
}
.checkout-layout-3:not(.woobuilder-active) .ajax-coupon-form.ready .woocommerce-form-coupon-toggle {
display: flex;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout_coupon .form-row .input-text {
padding: 0 1em;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly) {
position: relative;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly) label:not(.checkbox) {
position: absolute;
top: 26px;
left: 12px;
background: #fff;
right: 12px;
bottom: 5px;
margin-top: -10px;
pointer-events: none;
transition: all 0.2s;
line-height: 20px;
height: 30px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
z-index: 1;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly) textarea::-moz-placeholder { color: transparent;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly) textarea::placeholder {
color: transparent;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly):not(.no-label) .input-text {
width: 100%;
height: 50px;
padding: 20px 12px 2px;
border-radius: 4px;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly) .input-text {
width: 100%;
height: 50px;
border-radius: 4px;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly) .input-text:focus {
border-color: #000;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly).woocommerce-invalid-required-field .input-text, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly).woocommerce-invalid-required-field .select2-selection, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly).woocommerce-invalid .input-text, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly).woocommerce-invalid .select2-selection {
border-color: #d50000;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly).notes label {
top: 25px;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly).notes textarea {
padding: 20px 12px 12px !important;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly).w-anim-wrap label {
top: 4px;
font-size: 12px;
padding: 0;
bottom: auto;
margin-top: 0;
background: transparent;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly).w-anim-wrap textarea::-moz-placeholder { color: inherit;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly).w-anim-wrap textarea::placeholder {
color: inherit;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#billing_country_field .select2-selection, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#billing_state_field .select2-selection, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#billing_city_field .select2-selection, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#shipping_country_field .select2-selection, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#shipping_state_field .select2-selection, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#shipping_city_field .select2-selection {
border-radius: 4px;
}
.checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#billing_country_field .select2-selection__rendered, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#billing_state_field .select2-selection__rendered, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#billing_city_field .select2-selection__rendered, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#shipping_country_field .select2-selection__rendered, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#shipping_state_field .select2-selection__rendered, .checkout-layout-3:not(.woobuilder-active) form.checkout .col-left .form-row:not(.field-readonly)#shipping_city_field .select2-selection__rendered {
padding: 23px 12px 2px;
line-height: 1.5;
min-height: 48px;
}
.checkout-layout-3:not(.woobuilder-active) .wc_payment_methods .form-row.woocommerce-SavedPaymentMethods-saveNew label {
position: static;
transform: none;
line-height: inherit;
transition: none;
pointer-events: inherit;
background: transparent;
}
.checkout-layout-3:not(.woobuilder-active) .woostify-row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.checkout-layout-3:not(.woobuilder-active) .woostify-row .col-left {
padding-left: 15px;
padding-right: 15px;
flex: 0 0 100%;
max-width: 100%;
position: relative;
}
@media (min-width: 992px) {
.checkout-layout-3:not(.woobuilder-active) .woostify-row .col-left {
flex: 0 0 60%;
max-width: 60%;
}
}
@media (max-width: 991px) {
.checkout-layout-3:not(.woobuilder-active) .woostify-row .col-left {
padding-bottom: 15px;
}
}
.checkout-layout-3:not(.woobuilder-active) .woostify-row .woostify-col {
padding-left: 15px;
padding-right: 15px;
max-width: 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 992px) {
.checkout-layout-3:not(.woobuilder-active) .woostify-row .woostify-col {
flex-basis: 0;
flex-grow: 1;
}
}
@media (max-width: 991px) {
.checkout-layout-3:not(.woobuilder-active) .woostify-row .woostify-col .col-right-inner {
position: static;
transform: none;
position: relative;
padding-bottom: 3.5em;
padding-top: 15px;
}
}
.checkout-layout-3:not(.woobuilder-active) .woostify-row .woostify-col .col-right-inner:before {
display: none;
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -50%;
width: 200vw;
background-color: rgba(0, 0, 0, 0.02);
z-index: -1;
}
@media (max-width: 991px) {
.checkout-layout-3:not(.woobuilder-active) .woostify-row .woostify-col .col-right-inner:before {
display: block;
}
}
@media (min-width: 992px) {
.checkout-layout-3:not(.woobuilder-active) .form-distr-free-bg {
height: 200px;
width: 500px;
display: -webkit-flexbox;
display: -moz-flex;
display: flex;
-moz-flex-direction: row;
flex-direction: row;
position: fixed;
top: 0;
height: 100%;
bottom: 0;
left: 0;
right: 0;
width: 100%;
z-index: -1;
}
}
@media (min-width: 992px) {
.checkout-layout-3:not(.woobuilder-active) .form-distr-free-bg .col-left {
max-width: 59.333333%;
flex: 0 0 59.333333%;
}
}
@media (min-width: 1400px) {
.checkout-layout-3:not(.woobuilder-active) .form-distr-free-bg .col-left {
max-width: 58.66666667%;
flex: 0 0 58.66666667%;
}
}
@media (min-width: 1490px) {
.checkout-layout-3:not(.woobuilder-active) .form-distr-free-bg .col-left {
max-width: 56.66666667%;
flex: 0 0 56.66666667%;
}
}
@media (min-width: 1921px) {
.checkout-layout-3:not(.woobuilder-active) .form-distr-free-bg .col-left {
flex: 0 0 55.66666667%;
}
}
@media (min-width: 2400px) {
.checkout-layout-3:not(.woobuilder-active) .form-distr-free-bg .col-left {
flex: 0 0 54.66666667%;
}
}
@media (min-width: 2561px) {
.checkout-layout-3:not(.woobuilder-active) .form-distr-free-bg .col-left {
flex: 0 0 53.66666667%;
}
}
.checkout-layout-3:not(.woobuilder-active) .form-distr-free-bg .woostify-col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.checkout-layout-3:not(.woobuilder-active) .form-distr-free-bg .woostify-col.right-bg {
position: relative;
-moz-flex: 1;
flex: 1;
background-color: #f8f8f8;
background-color: rgba(0, 0, 0, 0.02);
border-left: 1px solid #eee;
}
.checkout-layout-3:not(.woobuilder-active) #customer_details {
float: none;
width: 100%;
}
.checkout-layout-3:not(.woobuilder-active) #order_review {
float: none;
background: transparent;
width: 100%;
padding: 0;
}
@media (min-width: 992px) {
.checkout-layout-3:not(.woobuilder-active) #order_review {
padding-left: 40px;
}
}
@media (max-width: 991px) {
.checkout-layout-3:not(.woobuilder-active) #order_review {
margin-top: 0;
}
}
.checkout-layout-3:not(.woobuilder-active) #order_review .shop_table th {
font-weight: inherit;
text-transform: uppercase;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .shop_table .cart_item {
min-height: 60px;
margin-bottom: 15px;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .shop_table .cart_item .product-name {
position: relative;
padding-left: 75px;
position: relative;
font-weight: 500;
padding-top: 0;
padding-bottom: 0;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .shop_table .cart_item .product-name .w-product-thumb {
width: 60px;
position: absolute;
border-radius: 2px;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.checkout-layout-3:not(.woobuilder-active) #order_review .shop_table .cart_item .product-name .w-product-thumb img {
max-width: 100%;
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout-layout-3:not(.woobuilder-active) #order_review .shop_table .cart_item .product-name strong.product-quantity {
font-size: 11px;
position: absolute;
text-align: center;
border-radius: 50%;
background-color: #2e2e2e;
color: #fff;
box-sizing: border-box;
display: block;
width: 22px;
height: 22px;
line-height: 22px;
z-index: 10;
top: -5px;
right: -5px;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .shop_table .cart_item .product-name .variation {
display: block;
width: 100%;
font-size: 13px;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr {
border: none;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form {
border-top: 1px solid #d9d9d9;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form td {
width: 100%;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .woocommerce-form-coupon-toggle {
justify-content: flex-start;
margin: 0;
max-width: unset;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon {
margin: 10px 0 0;
padding: 0;
max-width: unset;
display: flex;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon .form-row {
margin: 0;
float: none;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
flex-basis: 0%;
flex-grow: 1;
max-width: 100%;
margin-right: 10px;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
flex: 0 0 auto;
width: auto;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon [name=apply_coupon] {
margin: 0;
padding: 0 20px;
height: 50px;
border-radius: 2px;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon [name=coupon_code] {
border-radius: 2px;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tbody tr td {
margin-left: 0;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tfoot tr:first-child {
border-top: 1px solid #d9d9d9;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table tfoot tr:last-child {
border-bottom: none;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
display: flex;
justify-content: flex-start;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:not(:last-child) {
margin-bottom: 5px;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li input {
margin: 4px 5px 0 0;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label {
display: flex;
justify-content: space-between;
-moz-flex: 1;
flex: 1;
}
.checkout-layout-3:not(.woobuilder-active) #order_review .woocommerce-checkout-review-order-table .checkout_coupon.woocommerce-form-coupon {
border: none;
}
.checkout-layout-3:not(.woobuilder-active) form.woocommerce-checkout .woostify-col {
position: relative;
height: auto !important;
}
.checkout-layout-3:not(.woobuilder-active) .woocommerce-checkout-review-order-table thead {
display: none;
}
.checkout-layout-3:not(.woobuilder-active) .wc_payment_methods {
list-style: none;
padding-left: 0;
margin-top: 0;
margin-bottom: 10px;
border: 1px solid #aaa;
}
.checkout-layout-3:not(.woobuilder-active) .wc_payment_methods > li {
padding: 14px 19px;
list-style: none;
border-bottom: 1px solid #ddd;
margin: 0;
}
.checkout-layout-3:not(.woobuilder-active) .wc_payment_methods > li:last-child {
border: none;
}
.checkout-layout-3:not(.woobuilder-active) .wc_payment_methods > li input {
margin-left: 0;
}
.checkout-layout-3:not(.woobuilder-active) .wc_payment_methods > li .payment_box {
padding: 20px 0 0;
background: transparent;
box-shadow: none;
margin: 0;
}
.checkout-layout-3:not(.woobuilder-active) .wc_payment_methods > li .payment_box:before, .checkout-layout-3:not(.woobuilder-active) .wc_payment_methods > li .payment_box:after {
display: none;
}
@media (min-width: 992px) {
.checkout-layout-3:not(.woobuilder-active) .checkout-options .before-checkout.ready {
opacity: 1;
}
}
@media (min-width: 992px) {
.checkout-layout-3:not(.woobuilder-active) .checkout-options .before-checkout {
position: absolute;
z-index: 9;
left: 15px;
right: 15px;
opacity: 0;
padding-right: 40px;
}
}
.checkout-layout-3:not(.woobuilder-active) .checkout-options .woocommerce-form-coupon-toggle, .checkout-layout-3:not(.woobuilder-active) .checkout-options .woocommerce-form-login-toggle {
max-width: unset;
margin: 0 0 10px;
display: block;
padding: 10px;
background: #f8f8f8;
border-radius: 3px;
text-align: center;
}
.checkout-layout-3:not(.woobuilder-active) .checkout-options .checkout_coupon.woocommerce-form-coupon, .checkout-layout-3:not(.woobuilder-active) .checkout-options .woocommerce-form.woocommerce-form-login {
margin: 0 0 10px;
max-width: unset;
}
@media (min-width: 992px) {
.checkout-layout-3:not(.woobuilder-active) .woostify-woocommerce-NoticeGroup {
margin-right: 40px;
}
}
.checkout-layout-3:not(.woobuilder-active) .woostify-woocommerce-NoticeGroup .woocommerce-message, .checkout-layout-3:not(.woobuilder-active) .woostify-woocommerce-NoticeGroup .woocommerce-error, .checkout-layout-3:not(.woobuilder-active) .woostify-woocommerce-NoticeGroup .woocommerce-info, .checkout-layout-3:not(.woobuilder-active) .woostify-woocommerce-NoticeGroup .woocommerce-notice--success {
margin: 25px auto 30px;
}
.checkout-layout-3:not(.woobuilder-active) [name=checkout] {
margin-top: 0;
}
.checkout-layout-3:not(.woobuilder-active) .woocommerce-billing-fields > h3 {
display: inline-block;
}
.checkout-layout-3:not(.woobuilder-active) #checkout-spacer {
display: none;
}
@media (min-width: 992px) {
.checkout-layout-3:not(.woobuilder-active) #checkout-spacer {
display: block;
}
}
.checkout-layout-3:not(.woobuilder-active) #order_review_heading {
font-size: 24px;
font-weight: normal;
margin-top: 0;
}
@media (max-width: 991px) {
.checkout-layout-3:not(.woobuilder-active) #order_review_heading {
display: inline-block;
}
}
.checkout-layout-3:not(.woobuilder-active) .woocommerce-billing-fields {
position: relative;
}
.checkout-layout-3:not(.woobuilder-active) .back-to-cart {
z-index: 7;
position: absolute;
right: 0;
top: 1.6em;
}
.checkout-layout-3:not(.woobuilder-active) .back-to-cart a {
display: flex;
align-items: center;
padding: 5px 0;
}
.checkout-layout-3:not(.woobuilder-active) .back-to-cart a .woostify-svg-icon {
margin-top: -2px;
margin-right: 4px;
}
.checkout-layout-3:not(.woobuilder-active) .back-to-cart a .woostify-svg-icon svg {
width: 10px;
height: 10px;
}
.checkout-layout-3:not(.woobuilder-active) .back-to-cart a span {
line-height: 1;
} .elementor-widget-woocommerce-checkout-page .form-row {
padding: 3px;
margin: 0 0 6px;
float: none;
}
.elementor-widget-woocommerce-checkout-page .form-row.form-row-first {
float: left;
}
.elementor-widget-woocommerce-checkout-page .form-row.form-row-last {
float: right;
}
.elementor-widget-woocommerce-checkout-page .form-row.notes {
float: none;
}
.elementor-widget-woocommerce-checkout-page #customer_details {
float: none;
width: 100%;
padding: 0;
}
.elementor-widget-woocommerce-checkout-page #order_review {
float: none;
width: 100%;
}
.elementor-widget-woocommerce-checkout-page #order_comments {
min-height: unset;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
transform: none;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit, .elementor-widget-woocommerce-checkout-page .e-apply-coupon {
line-height: inherit;
}
.elementor-widget-woocommerce-checkout-page #order_review {
border-radius: 0;
background: inherit;
padding: 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout-review-order-table tr {
display: table-row;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout-review-order-table tr th, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout-review-order-table tr td {
display: table-cell;
}
@media (min-width: 992px) {
.woocommerce-order-pay #order_review {
width: 100%;
margin: 0 auto;
}
}
@media (max-width: 991px) {
#order_review {
clear: both;
margin-top: 30px;
}
.has-multi-step-checkout #order_review {
margin-top: 0;
margin-bottom: 30px;
}
}
@media (max-width: 600px) {
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last {
float: left;
width: 100%;
}
#order_review {
padding: 15px 15px 30px 15px;
}
}
@media (max-width: 991px) {
.woostify-before-order-review-total-price .includes_tax {
display: none;
}
}
@media (min-width: 992px) {
.yith-wcms-pro #order_review {
width: 100%;
}
}
.woocommerce-account:not(.woobuilder-active) h2 {
font-size: 20px;
font-weight: normal;
text-align: center;
}
@media (min-width: 992px) {
.woocommerce-account #content {
min-height: 700px;
min-height: 90vh;
}
}
.woocommerce-account .entry-title {
margin-bottom: 50px;
}
.woocommerce-account .page-header .entry-title {
margin-bottom: 0;
}
.woocommerce-account .woocommerce-form.woocommerce-form-login {
border-top: 2px dashed #e8e8e8;
width: 100%;
margin: 0 auto;
}
@media (min-width: 992px) {
.woocommerce-account .woocommerce-form.woocommerce-form-login {
max-width: 50%;
}
}
@media (min-width: 992px) {
.woocommerce-account .u-column1 {
float: left;
width: 48%;
}
.woocommerce-account .u-column2 {
float: right;
width: 48%;
}
}
.woocommerce-account .woocommerce-form.woocommerce-form-register {
border: 2px dashed #e8e8e8;
border-radius: 2px;
padding: 30px;
}
.woocommerce-account .woocommerce-form.woocommerce-form-register .form-row {
float: none;
margin-bottom: 0;
}
.woocommerce-account .woocommerce-form.woocommerce-form-register .input-text {
height: 40px;
} .woocommerce-form-coupon button[type=submit] {
height: 30px;
border-width: 0 0 1px 0;
padding: 0 20px;
margin-right: 10px;
}
.woocommerce-account .u-column1 {
margin-bottom: 30px;
}
.woocommerce-account .u-column1 .woocommerce-form-login {
width: 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.woocommerce-account .u-column1 {
max-width: calc( ( 100% - 30px ) / 2);
margin-right: 30px;
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.woocommerce-account .u-column2 {
max-width: calc( ( 100% - 30px ) / 2);
}
}
.woocommerce-MyAccount-navigation {
margin-bottom: 50px;
width: 100%;
}
@media (min-width: 992px) {
.woocommerce-MyAccount-navigation {
float: left;
margin-bottom: 0;
width: 270px;
margin-right: 30px;
border-right: 1px solid #eee;
}
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
font-weight: 700;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .woostify-svg-icon {
color: currentColor;
margin-right: 15px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .woostify-svg-icon svg {
height: 20px;
width: 20px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--auctions-endpoint a:before {
content: "\e60f";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--bookings a:before {
content: "\e6dc";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--subscriptions a:before {
content: "\e64f";
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
font-size: 15px;
white-space: nowrap;
display: inline-flex;
justify-content: flex-start;
align-items: center;
}
.woocommerce-MyAccount-content {
width: 100%;
}
.woocommerce-MyAccount-content table:first-child {
margin: 0;
}
@media (min-width: 992px) {
.woocommerce-MyAccount-content {
float: left;
width: calc( 100% - 300px);
}
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit] {
height: 55px;
color: #fff;
border: 0;
margin-top: 40px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit]:hover {
opacity: 0.8;
}
.woocommerce-MyAccount-content fieldset {
border: 1px solid #ddd;
margin: 0;
padding: 5px 15px;
}
.woocommerce-Address {
border: 1px solid #eee;
}
.woocommerce-Address .woocommerce-Address-title {
display: flex;
justify-content: space-between;
align-items: center;
}
.woocommerce-Address .woocommerce-Address-title h3 {
font-size: 18px;
font-weight: normal;
display: inline-block;
margin: 0;
padding: 15px;
}
.woocommerce-Address .woocommerce-Address-title .edit {
margin-right: 15px;
}
.woocommerce-Address .woocommerce-Address-title .edit:before {
content: "\e603";
font-family: "Woocommerce";
margin-right: 5px;
font-weight: 700;
}
.woocommerce-Address address {
border-top: 1px solid #eee;
margin-bottom: 0;
padding: 15px;
}
.woocommerce-address-fields .button {
height: 50px;
color: #fff;
padding: 0 25px;
border: 0;
}
.woocommerce-address-fields .button:hover {
opacity: 0.7;
}
.woocommerce-orders-table__cell-order-actions {
display: inline-flex;
flex-direction: column;
text-align: center;
border: 0;
}
.woocommerce-orders-table__cell-order-actions a + a {
margin-top: 10px;
} @media (max-width: 767px) {
.woocommerce-account .u-columns.col2-set .u-column1.col-1,
.woocommerce-account .u-columns.col2-set .u-column2.col-2 {
width: 100%;
max-width: 100%;
margin-right: 0;
}
}
.woocommerce-order-received .woocommerce-order {
max-width: 800px;
margin: 0 auto;
}
.woocommerce-thankyou-order-received {
display: block;
clear: both;
padding: 20px;
margin-bottom: 50px;
text-align: center;
font-weight: 700;
font-size: 1.5em;
border: 2px dashed transparent;
}
.woocommerce-thankyou-order-details {
padding-left: 0;
margin-bottom: 30px;
display: flex;
justify-content: space-between;
text-align: center;
}
.woocommerce-thankyou-order-details .woocommerce-order-overview__email {
display: none;
}
@media (max-width: 991px) {
.woocommerce-thankyou-order-details {
flex-wrap: wrap;
}
}
.woocommerce-thankyou-order-details li {
list-style: none;
padding: 10px 15px;
flex-basis: 25%;
}
@media (max-width: 991px) {
.woocommerce-thankyou-order-details li {
flex-basis: 100%;
border-bottom: 1px dashed #e8e8e8;
}
}
.woocommerce-thankyou-order-details li + li {
border-left: 1px dashed #e8e8e8;
}
@media (max-width: 991px) {
.woocommerce-thankyou-order-details li + li {
border-left: 0;
}
}
.woocommerce-thankyou-order-details strong {
display: block;
font-weight: normal;
}
.woocommerce-order-details .woocommerce-order-details__title {
font-size: 1.35em;
font-weight: normal;
padding: 1em;
margin: 0;
border-bottom: 0;
text-transform: uppercase;
font-weight: 700;
text-align: center;
}
.woocommerce-table--order-details {
margin-bottom: 70px;
margin-top: 0;
border: 0;
}
.woocommerce-table--order-details .wc-item-meta {
padding-left: 0;
margin: 0;
}
.woocommerce-table--order-details .wc-item-meta li {
list-style: none;
}
.woocommerce-table--order-details .wc-item-meta li + li {
margin-top: 10px;
}
.woocommerce-table--order-details .wc-item-meta li p {
display: inline-block;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details tr,
.woocommerce-table--order-details td {
border-left: 0;
border-right: 0;
padding: 15px 0;
}
.woocommerce-table--order-details th:nth-child(2),
.woocommerce-table--order-details tr:nth-child(2),
.woocommerce-table--order-details td:nth-child(2) {
text-align: right;
}
.woocommerce-table--order-details th a:hover,
.woocommerce-table--order-details tr a:hover,
.woocommerce-table--order-details td a:hover {
text-decoration: underline;
}
.woocommerce-table--order-details thead th {
text-transform: uppercase;
}
.woocommerce-table--order-details tbody strong {
font-weight: normal;
}
.woocommerce-table--order-details tfoot tr:last-of-type th {
text-transform: uppercase;
font-weight: 700;
}
.woocommerce-customer-details .woocommerce-column__title {
font-size: 1.35em;
font-weight: normal;
padding: 1em 0;
margin: 0;
}
.woocommerce-customer-details address {
margin: 0;
padding: 1em 0;
border-top: 1px solid #e8e8e8;
}
.woocommerce-customer-details .woocommerce-column .woocommerce-column__title,
.woocommerce-customer-details .woocommerce-column address {
padding: 1em;
}
.woocommerce-customer-details .woocommerce-column--1 {
float: left;
border: 1px solid #e8e8e8;
width: 100%;
margin-bottom: 30px;
}
@media (min-width: 768px) {
.woocommerce-customer-details .woocommerce-column--1 {
width: 48.5%;
}
}
.woocommerce-customer-details .woocommerce-column--2 {
float: right;
width: 100%;
border: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
.woocommerce-customer-details .woocommerce-column--2 {
width: 48.5%;
}
}
ul.products li.product .product-loop-image-wrapper .tinvwl_add_to_wishlist_button {
margin: 0;
}
.product-loop-image-wrapper .tinvwl_add_to_wishlist-text {
display: none;
}
.product-loop-image-wrapper .tinv-wraper .tinvwl_add_to_wishlist_button {
background-color: #fff;
}
.product-loop-image-wrapper .tinv-wraper .tinvwl_add_to_wishlist_button:before {
margin: 0;
}
.product-loop-image-wrapper .product-loop-action .tinvwl_add_to_wishlist_button {
width: 40px;
height: 40px;
}
.product-loop-image-wrapper .product-loop-action .tinvwl_add_to_wishlist_button:hover {
color: #fff;
}
.product-loop-image-wrapper .product-loop-action .product-quick-view-btn + .tinv-wraper {
border-top: 1px solid #e7e7e7;
}
.product-loop-image-wrapper .loop-wrapper-wishlist .tinv-wraper .tinvwl_add_to_wishlist_button {
width: 30px;
height: 30px;
}
@media (max-width: 768px) {
.cart.wishlist_table .product-thumbnail {
display: none;
}
.cart.wishlist_table .product-remove a {
background-color: #e33;
color: #fff;
}
.cart.wishlist_table th {
display: none;
}
.cart.wishlist_table tr:first-of-type td {
border-bottom-width: 1px;
}
.cart.wishlist_table tr:first-of-type td:last-of-type {
border-bottom: 0;
}
.cart.wishlist_table tr:last-of-type td {
border-bottom: 0;
}
.cart.wishlist_table td {
display: block;
width: 100% !important;
border-right: 0;
padding: 10px 0px !important;
}
.cart.wishlist_table td:before {
float: left;
font-weight: bold;
content: attr(data-title);
}
}
.yith-wcwl-form .button {
cursor: pointer;
}
.hidden-title-form {
display: none;
}
.hidden-title-form .button {
padding: 10px 15px;
}
.hidden-title-form input {
padding: 5px 10px;
border-radius: 3px;
}
.wishlist-title * {
font-size: 24px;
}
.yith-wcwl-share .yith-wcwl-share-title {
font-size: small;
display: inline-block;
}
.yith-wcwl-share ul {
margin: 0;
padding: 0;
}
.yith-wcwl-share ul li {
display: inline-block;
}
.yith-wcwl-share ul a {
width: 30px;
height: 30px;
border: 1px solid #ddd;
}
.yith-wcwl-form .cart.wishlist_table tr th {
text-align: left;
}
.yith-wcwl-form .cart.wishlist_table tr td {
text-align: left;
}
.yith-wcwl-form .cart.wishlist_table .product-add-to-cart .add_to_cart_button span.woostify-svg-icon {
margin-right: 5px;
}
@media (max-width: 991px) {
.yith-wcwl-form .cart.wishlist_table {
padding-left: 0;
}
.yith-wcwl-form .cart.wishlist_table li {
margin-bottom: 20px;
}
.yith-wcwl-form .cart.wishlist_table li table tr {
flex-direction: row;
border-bottom: none;
}
.yith-wcwl-form .cart.wishlist_table li table td {
display: block;
border-bottom: none;
padding: 0 !important;
}
.yith-wcwl-form .cart.wishlist_table li table td.label {
width: 40% !important;
}
.yith-wcwl-form .cart.wishlist_table li table td.value {
text-align: right !important;
width: 60%;
}
.yith-wcwl-form .cart.wishlist_table .product-thumbnail {
position: relative;
}
.yith-wcwl-form .cart.wishlist_table .product-thumbnail img {
max-width: 100%;
}
.yith-wcwl-form .cart.wishlist_table .item-details .product-name h3 {
font-size: 20px;
margin-top: 0;
}
.yith-wcwl-form .cart.wishlist_table .item-details .product-name a {
padding-right: 0;
}
.yith-wcwl-form .cart.wishlist_table .item-details .item-details-table {
margin-top: 0;
}
.yith-wcwl-form .cart.wishlist_table .additional-info {
margin-top: 0;
}
.yith-wcwl-form .cart.wishlist_table .product-remove {
position: relative;
}
}
.tinvwl-table-manage-list .product-action .button {
white-space: nowrap;
}
.elementor-add-to-cart.elementor-product-variable .variations tr {
margin-bottom: 0 !important;
}
@media (max-width: 719px) {
.elementor-add-to-cart.elementor-product-variable .variations tr {
display: block !important;
}
}
.elementor-add-to-cart.elementor-product-variable .variations td {
width: 30% !important;
padding: 10px 0 !important;
line-height: 24px !important;
vertical-align: middle;
}
@media (max-width: 719px) {
.elementor-add-to-cart.elementor-product-variable .variations td {
padding: 0 !important;
}
}
.elementor-add-to-cart.elementor-product-variable .variations select {
border: 1px solid #e8e8e8 !important;
width: 75% !important;
height: 40px !important;
position: static !important;
}
@media (max-width: 719px) {
.elementor-add-to-cart.elementor-product-variable .variations select {
width: 100% !important;
}
}
.elementor-add-to-cart.elementor-product-variable .variations .value {
width: 55% !important;
}
@media (max-width: 719px) {
.elementor-add-to-cart.elementor-product-variable .variations .value {
display: block !important;
width: 100% !important;
}
}
.elementor-add-to-cart.elementor-product-variable .variations .value:before {
content: none !important;
}
.elementor-widget-wc-add-to-cart .quantity {
border: 1px solid #e8e8e8;
}
.elementor-widget-wp-widget-woocommerce_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 50%;
}
.updating-cart.ajax-single-add-to-cart .single_add_to_cart_button.loading {
filter: grayscale(100%);
}
.updating-cart.ajax-single-add-to-cart .single_add_to_cart_button.loading:before {
left: 2em;
border-width: 2px;
}
.product-loop-action .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text,
.product-loop-action .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text {
display: none !important;
}
.product-loop-action .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_remove_from_wishlist-text,
.product-loop-action .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_already_on_wishlist-text {
display: none !important;
}
.woosb-qty-input .product-qty {
display: none;
}
.woosb-qty-input .quantity input {
padding: 0;
}
.woocommerce-mini-cart-item.woosb-item-child {
list-style: none;
margin-left: 30px;
}
.woocommerce-mini-cart-item.woosb-item-child .mini-cart-product-qty,
.woocommerce-mini-cart-item.woosb-item-child .mini-cart-product-price {
display: none;
}
.woocommerce-mini-cart-item.woosb-item-child .input-text {
pointer-events: none;
}
.elementor-widget-woostify-default-product-images {
position: relative;
}
.elementor-editor-active .elementor-widget-woostify-default-product-images .woocommerce-product-gallery, .elementor-editor-preview .elementor-widget-woostify-default-product-images .woocommerce-product-gallery {
opacity: 1 !important;
}
.elementor-editor-active .elementor-widget-woostify-default-product-images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child), .elementor-editor-preview .elementor-widget-woostify-default-product-images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
display: none;
}
.elementor-widget-woostify-default-product-images ul, .elementor-widget-woostify-default-product-images ol {
list-style: none;
padding: 0;
margin: 0;
}
.elementor-widget-woostify-default-product-images .onsale {
position: absolute;
left: 10px;
top: 10px;
}
.elementor-widget-woostify-default-product-images .woocommerce-product-gallery__trigger {
position: absolute;
right: 10px;
top: 10px;
z-index: 2;
width: 20px;
height: 20px;
}
.elementor-widget-woostify-default-product-images .woocommerce-product-gallery__trigger img {
width: 100% !important;
height: 100% !important;
}
.elementor-widget-woostify-default-product-images .woocommerce-product-gallery__wrapper {
max-width: none;
}
.elementor-widget-woostify-default-product-images .flex-viewport {
margin-bottom: 1.5em;
}
.elementor-widget-woostify-default-product-images .flex-control-nav li {
display: inline-block;
margin: 0 1.5em 1.5em 0;
}
.elementor-widget-woostify-default-product-images .flex-control-nav img {
border: 1px solid transparent;
}
.elementor-widget-woostify-default-product-images .flex-control-nav img.flex-active {
border-color: #555;
}
@media (min-width: 767px) {
.download-file .button {
display: inline-block;
padding: 10px;
}
}
table.shop_table {
word-break: normal;
}
.password-input {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.show-password-input {
position: absolute;
right: 0.7em;
top: 0.7em;
cursor: pointer;
}
.show-password-input:before {
font-family: "Woocommerce";
content: "\e010";
}
.show-password-input.display-password {
opacity: 0.6;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
left: auto;
right: 0;
}
body.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-banner {
margin-left: auto;
margin-right: auto;
}
body.dokan-dashboard .entry-title {
font-size: 20px;
}
body.dokan-dashboard .dokan-form-group .datepicker {
height: 36px;
padding: 0 10px !important;
position: relative;
top: 1px;
border-radius: 4px;
}
body.dokan-dashboard .dokan-form-group .select2-container--default .select2-selection--single {
height: 36px;
border-color: #ccc;
border-radius: 4px;
}
body.dokan-dashboard .dokan-form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
height: 36px;
line-height: 36px;
}
body:not(.has-dokan-sidebar).dokan-store.no-sidebar .dokan-single-store {
width: 100%;
}
.list-unstyled {
margin: 0;
padding-left: 0;
list-style: none;
}
.dokan-dashboard.single-product #content .content-top {
margin-bottom: 3.5em;
}
@media (min-width: 992px) {
.dokan-dashboard .dokan-dashboard-wrap {
min-height: 700px;
min-height: 90vh;
}
}
.dokan-dashboard fieldset {
border: 0;
padding: 0;
}
.dokan-dashboard table {
width: auto;
}
.dokan-dashboard .dokan-table,
.dokan-dashboard .table {
table-layout: auto;
width: 100%;
}
.dokan-dashboard .dokan-table thead th,
.dokan-dashboard .table thead th {
word-break: normal;
}
.dokan-dashboard .btn {
padding-left: 15px;
padding-right: 15px;
background-color: #efefef;
}
.dokan-dashboard .dokan-form-control {
border-radius: 4px;
}
.dokan-dashboard .col-link {
white-space: nowrap;
}
.dokan-dashboard .col-link a {
white-space: nowrap;
}
.dokan-store .dokan-widget-area .widget-title {
font-size: 20px;
}
.dokan-store .dokan-widget-area ul,
.dokan-store .dokan-widget-area ol {
padding-left: 0;
}
@media (min-width: 992px) {
.has-sidebar.has-dokan-sidebar .content-area {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.has-sidebar.left-sidebar .content-area {
padding-left: 30px;
}
.has-sidebar.right-sidebar .content-area {
padding-right: 30px;
}
.has-sidebar.dokan-with-theme-sidebar.left-sidebar .content-area {
padding-left: 0;
width: 100%;
}
.has-sidebar.dokan-with-theme-sidebar.left-sidebar #dokan-primary {
float: right;
}
.has-sidebar.dokan-with-theme-sidebar.right-sidebar .content-area {
padding-right: 0;
width: 100%;
}
}